- update to scim-chewing-0.2.0
This commit is contained in:
parent
8681f2820f
commit
9bba2ebdae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130438
3 changed files with 16 additions and 11 deletions
|
@ -6,22 +6,24 @@
|
|||
#
|
||||
|
||||
PORTNAME= scim-chewing
|
||||
PORTVERSION= 0.0.1
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://jserv.sayya.org/qooing/
|
||||
DISTNAME= ${PORTNAME}-20041130
|
||||
MASTER_SITES= http://chewing.csie.net/download/scim/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.Org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= SCIM chewing Chinese input methods
|
||||
|
||||
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
||||
LIB_DEPENDS= chewing:${PORTSDIR}/chinese/libchewing
|
||||
LIB_DEPENDS= chewing.2:${PORTSDIR}/chinese/libchewing
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -32,7 +34,8 @@ BROKEN= scim-make-table is not available for 4.x
|
|||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO}
|
||||
@${ECHO} To display this message again, type \`make post-install\'
|
||||
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
|
||||
@${ECHO}
|
||||
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (scim-chewing-20041130.tar.bz2) = 5eea8b592238dd8e5facad5f1c683e77
|
||||
SIZE (scim-chewing-20041130.tar.bz2) = 322434
|
||||
MD5 (scim-chewing-0.2.0.tar.gz) = 945ef747c9d56800d4fc21afc8e5a648
|
||||
SIZE (scim-chewing-0.2.0.tar.gz) = 408318
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
lib/scim-1.0/1.0.0/IMEngine/chewing.so
|
||||
lib/scim-1.0/1.0.0/SetupUI/chewing-imengine-setup.so
|
||||
lib/scim-1.0/IMEngine/chewing.so
|
||||
lib/scim-1.0/SetupUI/chewing-imengine-setup.so
|
||||
share/scim/icons/scim-chewing.png
|
||||
@unexec rmdir %D/lib/scim-1.0/IMEngine 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/scim-1.0/SetupUI 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue