Index: head/chinese/gcin/Makefile =================================================================== --- head/chinese/gcin/Makefile (revision 137897) +++ head/chinese/gcin/Makefile (revision 137898) @@ -1,67 +1,68 @@ # New ports collection makefile for: gcin # Date created: Feb 18 2004 # Whom: Shen Chuan-Hsing # # $FreeBSD$ # PORTNAME= gcin -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \ http://edt1023.sayya.org/misc/ .if defined(WITH_BOSHIAMY) DISTFILES= ${GCINFILE} ${BOSHIAMYFILE} EXTRACT_ONLY= ${GCINFILE} .endif MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw COMMENT= A traditional chinese input utility in X USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES USE_GNOME= gtk20 USE_GMAKE= YES PLIST_SUB+= BOSHIAMY="@comment " MAN1= gcin.1 gcin2tab.1 .include pre-everything:: @${ECHO_MSG} '' @${ECHO_MSG} 'gcin has the following tunable option:' @${ECHO_MSG} ' WITH_BOSHIAMY - enable Boshiamy support' @${ECHO_MSG} '' @${ECHO_MSG} 'Example: "make WITH_BOSHIAMY=yes install clean" ' @${ECHO_MSG} '' .if ${OSVERSION} <= 500034 USE_GCC= 3.4 .endif .if defined(WITH_BOSHIAMY) GCINFILE= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} BOSHIAMYFILE= noseeing-${BOSHIAMYVER}.tar.gz BOSHIAMYVER= 3 post-extract: @cd ${WRKSRC}/data/ \ && ${TAR} -zxf ${DISTDIR}/${BOSHIAMYFILE} post-patch: -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile \ + ${FILESDIR}/extra-patch-data-noseeing.cin PLIST_SUB+= BOSHIAMY="" .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in Changelog README ${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 Property changes on: head/chinese/gcin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/chinese/gcin/distinfo =================================================================== --- head/chinese/gcin/distinfo (revision 137897) +++ head/chinese/gcin/distinfo (revision 137898) @@ -1,4 +1,4 @@ -MD5 (gcin-0.9.7.tar.bz2) = 43621aecfaec6a1c20da06c9861d639c -SIZE (gcin-0.9.7.tar.bz2) = 1171716 +MD5 (gcin-0.9.8.tar.bz2) = 1dc486bca882447af187dd36d105a446 +SIZE (gcin-0.9.8.tar.bz2) = 1186978 MD5 (noseeing-3.tar.gz) = ca699328fc8e280d970498c3c0e9b34b SIZE (noseeing-3.tar.gz) = 391948 Property changes on: head/chinese/gcin/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/chinese/gcin/files/extra-patch-data-noseeing.cin =================================================================== --- head/chinese/gcin/files/extra-patch-data-noseeing.cin (nonexistent) +++ head/chinese/gcin/files/extra-patch-data-noseeing.cin (revision 137898) @@ -0,0 +1,11 @@ +--- data/noseeing.cin.old Wed Jun 22 23:26:43 2005 ++++ data/noseeing.cin Wed Jun 22 23:26:43 2005 +@@ -1,7 +1,7 @@ + %ename Noseeing + %prompt 無瞎瞇 + %selkey 1234567890 +-%dupsel 16 ++%space_style 1 + %keyname begin + a A + b B Property changes on: head/chinese/gcin/files/extra-patch-data-noseeing.cin ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/chinese/gcin-devel/Makefile =================================================================== --- head/chinese/gcin-devel/Makefile (revision 137897) +++ head/chinese/gcin-devel/Makefile (revision 137898) @@ -1,67 +1,68 @@ # New ports collection makefile for: gcin # Date created: Feb 18 2004 # Whom: Shen Chuan-Hsing # # $FreeBSD$ # PORTNAME= gcin -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \ http://edt1023.sayya.org/misc/ .if defined(WITH_BOSHIAMY) DISTFILES= ${GCINFILE} ${BOSHIAMYFILE} EXTRACT_ONLY= ${GCINFILE} .endif MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw COMMENT= A traditional chinese input utility in X USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES USE_GNOME= gtk20 USE_GMAKE= YES PLIST_SUB+= BOSHIAMY="@comment " MAN1= gcin.1 gcin2tab.1 .include pre-everything:: @${ECHO_MSG} '' @${ECHO_MSG} 'gcin has the following tunable option:' @${ECHO_MSG} ' WITH_BOSHIAMY - enable Boshiamy support' @${ECHO_MSG} '' @${ECHO_MSG} 'Example: "make WITH_BOSHIAMY=yes install clean" ' @${ECHO_MSG} '' .if ${OSVERSION} <= 500034 USE_GCC= 3.4 .endif .if defined(WITH_BOSHIAMY) GCINFILE= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} BOSHIAMYFILE= noseeing-${BOSHIAMYVER}.tar.gz BOSHIAMYVER= 3 post-extract: @cd ${WRKSRC}/data/ \ && ${TAR} -zxf ${DISTDIR}/${BOSHIAMYFILE} post-patch: -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile \ + ${FILESDIR}/extra-patch-data-noseeing.cin PLIST_SUB+= BOSHIAMY="" .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in Changelog README ${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 Property changes on: head/chinese/gcin-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/chinese/gcin-devel/distinfo =================================================================== --- head/chinese/gcin-devel/distinfo (revision 137897) +++ head/chinese/gcin-devel/distinfo (revision 137898) @@ -1,4 +1,4 @@ -MD5 (gcin-0.9.7.tar.bz2) = 43621aecfaec6a1c20da06c9861d639c -SIZE (gcin-0.9.7.tar.bz2) = 1171716 +MD5 (gcin-0.9.8.tar.bz2) = 1dc486bca882447af187dd36d105a446 +SIZE (gcin-0.9.8.tar.bz2) = 1186978 MD5 (noseeing-3.tar.gz) = ca699328fc8e280d970498c3c0e9b34b SIZE (noseeing-3.tar.gz) = 391948 Property changes on: head/chinese/gcin-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/chinese/gcin-devel/files/extra-patch-data-noseeing.cin =================================================================== --- head/chinese/gcin-devel/files/extra-patch-data-noseeing.cin (nonexistent) +++ head/chinese/gcin-devel/files/extra-patch-data-noseeing.cin (revision 137898) @@ -0,0 +1,11 @@ +--- data/noseeing.cin.old Wed Jun 22 23:26:43 2005 ++++ data/noseeing.cin Wed Jun 22 23:26:43 2005 +@@ -1,7 +1,7 @@ + %ename Noseeing + %prompt 無瞎瞇 + %selkey 1234567890 +-%dupsel 16 ++%space_style 1 + %keyname begin + a A + b B Property changes on: head/chinese/gcin-devel/files/extra-patch-data-noseeing.cin ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property