summaryrefslogtreecommitdiffstats
path: root/japanese/scim-tomoe
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /japanese/scim-tomoe
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'japanese/scim-tomoe')
-rw-r--r--japanese/scim-tomoe/Makefile57
-rw-r--r--japanese/scim-tomoe/distinfo3
-rw-r--r--japanese/scim-tomoe/files/patch-configure13
-rw-r--r--japanese/scim-tomoe/pkg-descr3
-rw-r--r--japanese/scim-tomoe/pkg-message11
5 files changed, 0 insertions, 87 deletions
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile
deleted file mode 100644
index 2f4659ffc..000000000
--- a/japanese/scim-tomoe/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: ja-scim-tomoe
-# Date created: 18 Dec 2005
-# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= scim-tomoe
-PORTVERSION= 0.6.0
-PORTREVISION= 2
-CATEGORIES= japanese
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=tomoe
-
-MAINTAINER= ume@FreeBSD.org
-COMMENT= SCIM IMEngine module using Tomoe
-
-BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
- tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk
-
-USE_GNOME= lthack intlhack
-USE_XLIB= yes
-USE_GETTEXT= yes
-USE_ICONV= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-PLIST_FILES= bin/scim-tomoe \
- lib/scim-1.0/1.4.0/Helper/tomoe.a \
- lib/scim-1.0/1.4.0/Helper/tomoe.la \
- lib/scim-1.0/1.4.0/Helper/tomoe.so \
- share/locale/ja/LC_MESSAGES/scim-tomoe.mo \
- share/scim/icons/scim-tomoe.png
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500035
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \
- LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}"
-.else
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
- LDFLAGS="-L${LOCALBASE}/lib"
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO}
- @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
- @${ECHO}
-
-.include <bsd.port.post.mk>
diff --git a/japanese/scim-tomoe/distinfo b/japanese/scim-tomoe/distinfo
deleted file mode 100644
index 22adc8448..000000000
--- a/japanese/scim-tomoe/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (scim-tomoe-0.6.0.tar.gz) = 21207dad4ceb5c00651673ec3737e010
-SHA256 (scim-tomoe-0.6.0.tar.gz) = 4f053944285ed50e7916ebdb38298025e60eb430b64715fdad9375483456dc06
-SIZE (scim-tomoe-0.6.0.tar.gz) = 385126
diff --git a/japanese/scim-tomoe/files/patch-configure b/japanese/scim-tomoe/files/patch-configure
deleted file mode 100644
index f50c98f59..000000000
--- a/japanese/scim-tomoe/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: configure
-diff -u configure.orig configure
---- configure.orig 2007-08-16 04:51:25.000000000 +0900
-+++ configure 2007-08-16 04:55:27.000000000 +0900
-@@ -25607,7 +25607,7 @@
- "modify-itlocaledir":C)
- sed \
- -i'' \
-- -e "s/^itlocaledir = /itlocaledir = \$(datadir)\/locale\n#itlocaledir = /" \
-+ -e "s/^itlocaledir = .*/itlocaledir = \$(datadir)\/locale/" \
- po/Makefile
- ;;
- "po/stamp-it":C)
diff --git a/japanese/scim-tomoe/pkg-descr b/japanese/scim-tomoe/pkg-descr
deleted file mode 100644
index 6d059b7b8..000000000
--- a/japanese/scim-tomoe/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-scim-tomoe is the SCIM IMEngine module using the Tomoe input method.
-
-WWW: http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMTomoe
diff --git a/japanese/scim-tomoe/pkg-message b/japanese/scim-tomoe/pkg-message
deleted file mode 100644
index 316515697..000000000
--- a/japanese/scim-tomoe/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
---------------------------------------------------------------------
-Remember to set environment variables XMODIFIERS and LANG:
-
- csh/tcsh: setenv XMODIFIERS @im=SCIM ; setenv LANG ja_JP.eucJP
- sh/bash: export XMODIFIERS='@im=SCIM'; export LANG=ja_JP.eucJP
-
-To start the SCIM input method daemon, use command:
-
- scim -d
-
---------------------------------------------------------------------