diff options
author | garga <garga@FreeBSD.org> | 2010-08-31 23:13:42 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-08-31 23:13:42 +0800 |
commit | 3740256f4d40ed2bffc49fc86c931d268c5e6fa3 (patch) | |
tree | 1c5c54753a9e9c021157db3d528051fc1e995824 /chinese | |
parent | 4eb9a5613125981088ed4cb2747e68f01ada11f3 (diff) | |
download | freebsd-ports-gnome-3740256f4d40ed2bffc49fc86c931d268c5e6fa3.tar.gz freebsd-ports-gnome-3740256f4d40ed2bffc49fc86c931d268c5e6fa3.tar.zst freebsd-ports-gnome-3740256f4d40ed2bffc49fc86c931d268c5e6fa3.zip |
Remove chinese/gcin-devel, older than stable, broken and unmaintained
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/gcin-devel/Makefile | 148 | ||||
-rw-r--r-- | chinese/gcin-devel/distinfo | 6 | ||||
-rw-r--r-- | chinese/gcin-devel/files/patch-Makefile | 11 | ||||
-rw-r--r-- | chinese/gcin-devel/files/patch-menu | 20 | ||||
-rw-r--r-- | chinese/gcin-devel/files/patch-qt4-im-Makefile | 40 | ||||
-rw-r--r-- | chinese/gcin-devel/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/gcin-devel/pkg-message | 10 | ||||
-rw-r--r-- | chinese/gcin-devel/pkg-plist | 126 |
9 files changed, 0 insertions, 366 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 9598e3205980..3703c292d794 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -46,7 +46,6 @@ SUBDIR += gb2ps SUBDIR += gbscript SUBDIR += gcin - SUBDIR += gcin-devel SUBDIR += gimp-help-zh_CN SUBDIR += gugod-clean SUBDIR += hanzim diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile deleted file mode 100644 index 1dac4c6b6f57..000000000000 --- a/chinese/gcin-devel/Makefile +++ /dev/null @@ -1,148 +0,0 @@ -# New ports collection makefile for: gcin -# Date created: Feb 18 2004 -# Whom: Shen Chuan-Hsing -# -# $FreeBSD$ -# - -PORTNAME= gcin -DISTVERSION= 1.4.5.pre2 -PORTREVISION= 3 -CATEGORIES= chinese textproc gnome -MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main \ - http://cle.linux.org.tw/gcin/download/:main \ - LOCAL/chinsan/gcin:main -PKGNAMESUFFIX= -devel -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main -EXTRACT_ONLY= gcin-${PORTVERSION}.tar.bz2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A traditional chinese input utility in X - -CONFLICTS= zh-gcin-[0-9]* -NO_LATEST_LINK= yes - -BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy -USE_BZIP2= YES -HAS_CONFIGURE= YES -USE_GNOME= gtk20 -USE_GMAKE= YES -USE_XORG= xtst -INSTALLS_ICONS= YES -USE_LDCONFIG= YES - -ONLY_FOR_ARCHS= i386 - -OPTIONS= ANTHY "enable Japanese anthy IM module" off \ - BOSHIAMY "enable Boshiamy Input Method" on \ - QT_IM_MODULE "enable QT IM module" on - -MAN1= gcin.1 gcin2tab.1 gcin-gb-toggle.1 gcin-kbm-toggle.1 \ - gcin-message.1 gcin-setup.1 gtab-merge.1 juyin-learn.1 \ - phoa2d.1 sim2trad.1 tsa2d32.1 tslearn.1 - -WRKSRC= ${WRKDIR}/gcin-${DISTVERSION} - -IGNORE= is older than chinese/gcin - -.include <bsd.port.options.mk> - -.if defined(WITH_QT_IM_MODULE) -USE_QT_VER= 4 -QT_COMPONENTS= inputmethods qmake_build moc_build corelib gui -LIB_DEPENDS+= mng:${PORTSDIR}/graphics/libmng -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not build -.endif - -.if defined(WITH_ANTHY) -BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy -.endif - -.if defined(WITH_BOSHIAMY) -MASTER_SITES+= http://cle.linux.org.tw/~edt1023/gcin/:boshiamy \ - LOCAL/chinsan/gcin:boshiamy \ - http://edt1023.sayya.org/gcin/:boshiamy -DISTFILES+= ${BOSHIAMY_FILE}:boshiamy -BOSHIAMY_FILE= noseeing-12.tar.gz -post-extract: - @${TAR} -C ${WRKSRC}/data/ -zxf ${DISTDIR}/${BOSHIAMY_FILE} \ - noseeing.cin - @${TAR} -C ${WRKSRC}/scripts/ -zxf ${DISTDIR}/${BOSHIAMY_FILE} \ - noseeadd.rb - @${REINPLACE_CMD} -e 's,cj.gtab,cj.gtab noseeing.gtab,' \ - ${WRKSRC}/data/Makefile - @${REINPLACE_CMD} -e 's,noseeing-inst,noseeing-inst noseeadd.rb,' \ - ${WRKSRC}/scripts/Makefile -.endif - -post-patch: - @${REINPLACE_CMD} -e 's,&,,; 1 s,bash,sh,; \ - s,QT_IM_DIR=/usr,QT_IM_DIR=$$prefix,; \ - s,mandir=$$datadir,mandir=$$prefix,; \ - s,/usr/share,$$prefix/share,; s,libdir)\/gcin,libdir),; \ - s,/usr/lib/qt4/plugins/lib,${PREFIX}/lib/qt4/plugins,; \ - 131 s,QT,QT4,; \ - s,gcc,$$CC,; s,gcin-$$GCIN_VERSION,gcin,' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,;' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's,/usr/local,/usr,g' \ - ${WRKSRC}/gtk-im/Makefile ${WRKSRC}/menu/Makefile - @${REINPLACE_CMD} -e 's,/usr/lib,${LOCALBASE}/lib,g; \ - s,/usr/include,${LOCALBASE}/include,g; \ - s,Xft2/X11/Xft,X11/Xft,' ${WRKSRC}/qt-im/Makefile - @${REINPLACE_CMD} -e 's,modify-XIM ,,; 8,10 d' \ - ${WRKSRC}/scripts/Makefile - @${REINPLACE_CMD} -e 's,bash,sh,; s/&//; s,/opt/gnome,${LOCALBASE},;' \ - ${WRKSRC}/scripts/utf8-edit ${WRKSRC}/scripts/gcin-user-setup \ - ${WRKSRC}/scripts/gtab.append_prepare - @${REINPLACE_CMD} -e 's,bash,sh,; s/&//; 12,13 s/=/ /; \ - s/export/setenv/; s/mozilla-firefox/firefox3/;' \ - ${WRKSRC}/scripts/html-browser - @${REINPLACE_CMD} -e 's,wget,fetch,' ${WRKSRC}/scripts/noseeing-inst - @${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,;' \ - ${WRKSRC}/gtk-im/gtkimcontextgcin.c - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \ - ${WRKSRC}/IMdkit/lib/Makefile ${WRKSRC}/Makefile \ - ${WRKSRC}/qt-im/Makefile ${WRKSRC}/scripts/modify-XIM \ - ${WRKSRC}/scripts/utf8-edit - @${REINPLACE_CMD} -e '/make/ d' ${WRKSRC}/IMdkit/lib/Makefile - -.if defined(WITH_BOSHIAMY) -PLIST_SUB+= BOSHIAMY="" -.else -PLIST_SUB+= BOSHIAMY="@comment " -.endif - -.if defined(WITH_QT_IM_MODULE) -PLIST_SUB+= QT_IM_MODULE="" -.else -PLIST_SUB+= QT_IM_MODULE="@comment " -.endif - -post-build: -.if !defined(DEBUG_FLAGS) - @${FIND} ${WRKSRC} -name "*.so*" | ${XARGS} ${STRIP_CMD} -.endif - -post-install: -.if !defined(DEBUG_FLAGS) -.for f in gcin* gtab-merge juyin-learn phoa2* sim2trad trad2sim ts* - @${STRIP_CMD} ${PREFIX}/bin/${f} -.endfor -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in Changelog.html README.html - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - @gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules - @${CAT} ${PKGMESSAGE} - @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' - -.include <bsd.port.post.mk> diff --git a/chinese/gcin-devel/distinfo b/chinese/gcin-devel/distinfo deleted file mode 100644 index c9c64f116a8c..000000000000 --- a/chinese/gcin-devel/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gcin-1.4.5.pre2.tar.bz2) = b56585e1e7e54a87171a2974c9211c4c -SHA256 (gcin-1.4.5.pre2.tar.bz2) = 7156d010414fd6ae5e71970b0fe64fcaf0b5be8a155e4e0557aae89820642004 -SIZE (gcin-1.4.5.pre2.tar.bz2) = 3239518 -MD5 (noseeing-12.tar.gz) = ac89cf9bc9ece68b9f287a222197b147 -SHA256 (noseeing-12.tar.gz) = 9082f50db64b9e2971873aca1607c45a8eb41e803b99f66bd239fd587e1ce19b -SIZE (noseeing-12.tar.gz) = 416726 diff --git a/chinese/gcin-devel/files/patch-Makefile b/chinese/gcin-devel/files/patch-Makefile deleted file mode 100644 index b26acbd0ca64..000000000000 --- a/chinese/gcin-devel/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2008-08-11 13:21:31.000000000 +0800 -+++ Makefile 2008-08-11 13:24:33.000000000 +0800 -@@ -197,6 +197,8 @@ - install $(GCIN_SO) $(gcinlibdir) - - install: -+ @echo "*** TEST ***" -+ cat config.mak - install -d $(datadir)/icons - install gcin.png $(datadir)/icons - $(MAKE) -C icons install diff --git a/chinese/gcin-devel/files/patch-menu b/chinese/gcin-devel/files/patch-menu deleted file mode 100644 index ffe2df8dd9f4..000000000000 --- a/chinese/gcin-devel/files/patch-menu +++ /dev/null @@ -1,20 +0,0 @@ ---- menu/Makefile.bak Mon Oct 30 12:44:59 2006 -+++ menu/Makefile Mon Oct 30 12:43:10 2006 -@@ -10,14 +10,10 @@ - install gcin-setup.desktop /usr/share/applications; \ - install -d /usr/lib/menu; \ - install -m 644 $(MENUS) /usr/lib/menu; \ -- which update-menus >& /dev/null && update-menus || exit 0; \ -+ which update-menus > /dev/null 2>&1 && update-menus || exit 0; \ - else \ -- install -d $(libdir)/menu; \ -- install -m 644 $(MENUS) $(libdir)/menu; \ -- install -d $(GCIN_SETUP_DESKTOP_rpm); \ -- install -m 644 gcin-setup.desktop $(GCIN_SETUP_DESKTOP_rpm); \ -- install -d $(datadir)/applications; \ -- install -m 644 gcin-setup.desktop $(datadir)/applications; \ -+ install -d $(prefix)/share/applications; \ -+ install -m 644 $(MENUS) $(prefix)/share/applications; \ - fi - clean: - rm -f $(MENUS) *~ diff --git a/chinese/gcin-devel/files/patch-qt4-im-Makefile b/chinese/gcin-devel/files/patch-qt4-im-Makefile deleted file mode 100644 index 62e66e6ac956..000000000000 --- a/chinese/gcin-devel/files/patch-qt4-im-Makefile +++ /dev/null @@ -1,40 +0,0 @@ ---- qt4-im/Makefile.orig 2009-03-25 01:38:49.000000000 +0800 -+++ qt4-im/Makefile 2009-03-25 01:41:30.000000000 +0800 -@@ -1,29 +1,29 @@ - include ../config.mak - QT=qt4 --QTIM=$(QT)/plugins/lib/inputmethods --IMMODULES=$(libdir)/$(QTIM) -+QTIM=$(QT)/plugins/inputmethods -+IMMODULES=/usr/local/lib/$(QTIM) - ifeq ($(LIB), lib64) - IMMODULES_LOCAL=/usr/$(LIB)/qt4/plugins/lib64/inputmethods - else -- IMMODULES_LOCAL=/usr/$(LIB)/$(QTIM) -+ IMMODULES_LOCAL=$(IMMODULES) - endif --QTINC=/usr/lib/$(QT)/include -+QTINC=/usr/local/include/$(QT) - --INCS=-I../im-client -I$(QTINC) -I/usr/include/X11 -I$(QTINC)/QtGui -I$(QTINC)/QtCore -+INCS=-I../im-client -I$(QTINC) -I/usr/local/include -I$(QTINC)/QtGui -I$(QTINC)/QtCore - CXXFLAGS=$(OPTFLAGS) $(INCS) -Wall -D_REENTRANT -fPIC -DQT4 -DQT_SHARED \ - -DQT_IMMODULE -DPIC - OBJS= moc_gcin-qt.o gcin-qt.o im-gcin-qt.o gcin-imcontext-qt.o - .SUFFIXES: .c .cpp .a .so .E .h --LDFLAGS=-L/usr/lib/$(QT)/$(LIB) -L/usr/X11R6/$(LIB) -L../im-client -lQtGui -lQtCore -lmng -ljpeg -lpng -lz \ -+LDFLAGS=-L/usr/local/lib/$(QT) -L/usr/local/lib -L../im-client -lQtGui -lQtCore -lmng -ljpeg -lpng -lz \ - -lXrender -lXrandr -lXft -lfontconfig -lgcin-im-client \ ---lXext -lX11 -lm -lSM -lICE -ldl -lpthread -+-lXext -lX11 -lm -lSM -lICE -lpthread - all: im-gcin.so - - .cpp.E: - $(CXX) -E $(CFLAGS) $(INCS) $< > $@ - - moc_gcin-qt.cpp: gcin-qt.h -- /usr/lib/$(QT)/bin/moc $< -o moc_gcin-qt.cpp -+ /usr/local/bin/moc-qt4 $< -o moc_gcin-qt.cpp - - im-gcin.so: $(OBJS) - export LD_RUN_PATH=$(gcinlibdir) ;\ diff --git a/chinese/gcin-devel/pkg-descr b/chinese/gcin-devel/pkg-descr deleted file mode 100644 index a4f4aaff2860..000000000000 --- a/chinese/gcin-devel/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gcin is a Gtk Chinese INput application in X, well support in Traditional -Chinese(Big5) charsets. - -WWW: http://www.csie.nctu.edu.tw/~cp76/gcin/ diff --git a/chinese/gcin-devel/pkg-message b/chinese/gcin-devel/pkg-message deleted file mode 100644 index 8989ae6e4a9d..000000000000 --- a/chinese/gcin-devel/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -[1;32m=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -[1;33mRemember to set these environment varibles (such as your ~/.xinitrc): -[1;36m - export XMODIFIERS='@im=gcin' - export GTK_IM_MODULE=xim - - # Finally, to start the GCIN input method daemon, use command: - exec gcin & - -[1;32m=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=[0m diff --git a/chinese/gcin-devel/pkg-plist b/chinese/gcin-devel/pkg-plist deleted file mode 100644 index 48dcae0d832e..000000000000 --- a/chinese/gcin-devel/pkg-plist +++ /dev/null @@ -1,126 +0,0 @@ -bin/gcin -bin/gcin-gb-toggle -bin/gcin-kbm-toggle -bin/gcin-message -bin/gcin-setup -bin/gcin-setup-tab -bin/gcin2tab -bin/gtab-merge -bin/juyin-learn -bin/phoa2d -bin/phod2a -bin/sim2trad -bin/trad2sim -bin/tsa2d32 -bin/tsd2a -bin/tsd2a32 -bin/tslearn -include/gcin-im-client.h -lib/gtk-2.0/immodules/im-gcin.so -%%QT_IM_MODULE%%lib/qt4/plugins/inputmethods/im-gcin.so -lib/gcin1.so -lib/gcin2.so -lib/gtk_bug_fix.so -lib/libgcin-im-client.so -lib/libgcin-im-client.so.1.1.0 -lib/libgcin-im-client.so.1 -%%DATADIR%%/script/gcin-user-setup -%%DATADIR%%/script/gtab.append_prepare -%%BOSHIAMY%%%%DATADIR%%/script/noseeadd.rb -%%DATADIR%%/script/html-browser -%%DATADIR%%/script/noseeing-inst -%%DATADIR%%/script/utf8-edit -%%DATADIR%%/table/ar30.gtab -%%DATADIR%%/table/ar30-big.gtab -%%DATADIR%%/table/cj-punc.gtab -%%DATADIR%%/table/cj.gtab -%%DATADIR%%/table/cj5.gtab -%%DATADIR%%/table/dayi3.gtab -%%DATADIR%%/table/dvorak.kbm -%%DATADIR%%/table/et-asdf.kbm -%%DATADIR%%/table/et.kbm -%%DATADIR%%/table/et26-asdf.kbm -%%DATADIR%%/table/et26.kbm -%%DATADIR%%/table/greek.gtab -%%DATADIR%%/table/gtab.list -%%DATADIR%%/table/hsu.kbm -%%DATADIR%%/table/ibm.kbm -%%DATADIR%%/table/jyutping.gtab -%%DATADIR%%/table/latin-letters.gtab -%%DATADIR%%/table/mitac.kbm -%%BOSHIAMY%%%%DATADIR%%/table/noseeing.gtab -%%DATADIR%%/table/phrase-ctrl.table -%%DATADIR%%/table/pho-huge.tab -%%DATADIR%%/table/pho.tab -%%DATADIR%%/table/phrase.table -%%DATADIR%%/table/pinyin.gtab -%%DATADIR%%/table/pinyin.kbm -%%DATADIR%%/table/pinyin-asdf.kbm -%%DATADIR%%/table/pin-juyin.xlt -%%DATADIR%%/table/s2t.dat -%%DATADIR%%/table/simplex.gtab -%%DATADIR%%/table/symbol-table -%%DATADIR%%/table/symbols.gtab -%%DATADIR%%/table/t2s.dat -%%DATADIR%%/table/tsin-1.src -%%DATADIR%%/table/tsin32 -%%DATADIR%%/table/tsin32.idx -%%DATADIR%%/table/zo.kbm -%%DATADIR%%/table/zo-asdf.kbm -%%PORTDOCS%%%%DOCSDIR%%/Changelog.html -%%PORTDOCS%%%%DOCSDIR%%/README.html -share/applications/gcin -share/applications/gcin-setup -share/icons/gcin/NewCJ3.png -share/icons/gcin/4corner.png -share/icons/gcin/amis-gcin.png -share/icons/gcin/ar30.png -share/icons/gcin/cj-punc.png -share/icons/gcin/cj.png -share/icons/gcin/cj5.png -share/icons/gcin/dayi3.png -share/icons/gcin/erbi.png -share/icons/gcin/ez.png -share/icons/gcin/fcitx-qxm.png -share/icons/gcin/fcitx-wanfeng.png -share/icons/gcin/gcb.png -share/icons/gcin/gcin-tray.png -share/icons/gcin/gdayi3.png -share/icons/gcin/greek.png -share/icons/gcin/hakka.png -share/icons/gcin/halfwidth-kana.png -share/icons/gcin/intcode.png -share/icons/gcin/jtcj_gb.png -share/icons/gcin/juyin.png -share/icons/gcin/jyutping.png -share/icons/gcin/kana-nippon.png -share/icons/gcin/latin-letters.png -share/icons/gcin/newcj.png -share/icons/gcin/noseeing.png -share/icons/gcin/paiwan-gcin.png -share/icons/gcin/pinyin.png -share/icons/gcin/sakura.png -share/icons/gcin/scj.png -share/icons/gcin/shuangpin.png -share/icons/gcin/simplex.png -share/icons/gcin/symbols.png -share/icons/gcin/taiwan.png -share/icons/gcin/telecode.png -share/icons/gcin/tsin.png -share/icons/gcin/tsou-gcin.png -share/icons/gcin/wm2.png -share/icons/gcin/wubi.png -share/icons/gcin.png -share/icons/gcin/pin-fixed24.png -share/icons/gcin/pin-float16.png -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/icons/gcin -@dirrmtry share/icons -@dirrmtry share/applications -@dirrmtry %%DATADIR%%/table -@dirrmtry %%DATADIR%%/script -@dirrmtry %%DATADIR%% -@dirrmtry lib/gtk-2.0/immodules -@dirrmtry lib/gtk-2.0 -@exec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules -@unexec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules |