Index: head/japanese/chasen/Makefile =================================================================== --- head/japanese/chasen/Makefile (revision 109114) +++ head/japanese/chasen/Makefile (revision 109115) @@ -1,26 +1,26 @@ # New ports collection makefile for: chasen # Date created: 21 October 1998 # Whom: kuriyama # # $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $ # $FreeBSD$ # PORTNAME= chasen -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.3 CATEGORIES= japanese textproc MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Morphological Analysis System RUN_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base \ ${LOCALBASE}/share/chasen/dic/ipadic/cforms.cha:${PORTSDIR}/japanese/ipadic NO_BUILD= YES do-install: .include Property changes on: head/japanese/chasen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/japanese/chasen-base/Makefile =================================================================== --- head/japanese/chasen-base/Makefile (revision 109114) +++ head/japanese/chasen-base/Makefile (revision 109115) @@ -1,36 +1,37 @@ # New ports collection makefile for: chasen-base # Date created: 23 Jul 2001 # Whom: kuriyama # # $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $ # $FreeBSD$ # PORTNAME= chasen -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.3 CATEGORIES= japanese textproc MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/ PKGNAMESUFFIX= -base PATCH_SITES= ${MASTER_SITES} -PATCHFILES= chasen-${PORTVERSION}-nmz.diff -PATCH_DIST_STRIP= -p1 +PATCHFILES= chasen-2.3.3.20030821.patch chasen-2.3.3.20030822.patch chasen-2.3.3.20031024.patch +PATCH_DIST_STRIP= -p0 MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Morphological Analysis System BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include --with-libiconv=${LOCALBASE} #USE_LIBTOOL= yes INSTALLS_SHLIB= yes post-install: ${RM} -f ${PREFIX}/lib/libchasen.la ${MKDIR} ${PREFIX}/share/chasen/dic .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/chasen/doc ${INSTALL_DATA} ${WRKSRC}/doc/manual* ${PREFIX}/share/chasen/doc/ .endif .include Property changes on: head/japanese/chasen-base/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/japanese/chasen-base/distinfo =================================================================== --- head/japanese/chasen-base/distinfo (revision 109114) +++ head/japanese/chasen-base/distinfo (revision 109115) @@ -1,4 +1,8 @@ -MD5 (chasen-2.3.0.tar.gz) = 2df887bca632b9311ca4b22f74439553 -SIZE (chasen-2.3.0.tar.gz) = 407097 -MD5 (chasen-2.3.0-nmz.diff) = dec1708511a1aa7d0854da788ef655e7 -SIZE (chasen-2.3.0-nmz.diff) = 2707 +MD5 (chasen-2.3.3.tar.gz) = 629e90d9490bac95606c38c2d344cc5f +SIZE (chasen-2.3.3.tar.gz) = 425981 +MD5 (chasen-2.3.3.20030821.patch) = 44b14a50c8269f982fc0d59cb580ecc5 +SIZE (chasen-2.3.3.20030821.patch) = 3496 +MD5 (chasen-2.3.3.20030822.patch) = 22466f08c3916b415d222508fdcc9bbe +SIZE (chasen-2.3.3.20030822.patch) = 2007 +MD5 (chasen-2.3.3.20031024.patch) = 1b8e836d5ed378e6f8b7d43fa8cf7b68 +SIZE (chasen-2.3.3.20031024.patch) = 1095 Property changes on: head/japanese/chasen-base/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/japanese/chasen-base/pkg-plist =================================================================== --- head/japanese/chasen-base/pkg-plist (revision 109114) +++ head/japanese/chasen-base/pkg-plist (revision 109115) @@ -1,22 +1,16 @@ @comment $NetBSD: PLIST,v 1.1.1.1 2001/01/10 14:45:03 taca Exp $ bin/chasen bin/chasen-config include/chasen.h lib/libchasen.a lib/libchasen.so lib/libchasen.so.0 -libexec/chasen/convary -libexec/chasen/convdic libexec/chasen/makeda -libexec/chasen/makeint libexec/chasen/makemat -libexec/chasen/mkary -libexec/chasen/pattool -libexec/chasen/sortdic @dirrm libexec/chasen @exec mkdir -p %D/share/chasen/dic >/dev/null 2>&1 || true @dirrm share/chasen/dic share/chasen/doc/manual-j.pdf share/chasen/doc/manual-j.tex @dirrm share/chasen/doc @dirrm share/chasen Property changes on: head/japanese/chasen-base/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/japanese/ipadic/Makefile =================================================================== --- head/japanese/ipadic/Makefile (revision 109114) +++ head/japanese/ipadic/Makefile (revision 109115) @@ -1,31 +1,27 @@ # New ports collection makefile for: ipadic # Date created: 23 Jul 2001 # Whom: kuriyama # # $NetBSD: Makefile,v 1.10 2001/04/13 14:54:07 kei Exp $ # $FreeBSD$ # PORTNAME= ipadic -PORTVERSION= 2.5.1.1 +PORTVERSION= 2.7.0 CATEGORIES= japanese textproc MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/ -DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Morphological Dictionary for ChaSen -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= ${PORTNAME}-${PORTVERSION}.diff -PATCH_DIST_STRIP= -p1 - BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic USE_LIBTOOL_VER=13 post-install: ${INSTALL_DATA} ${WRKSRC}/chasenrc \ ${PREFIX}/share/chasen/dic/ipadic/chasenrc.example .include Property changes on: head/japanese/ipadic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/japanese/ipadic/distinfo =================================================================== --- head/japanese/ipadic/distinfo (revision 109114) +++ head/japanese/ipadic/distinfo (revision 109115) @@ -1,4 +1,2 @@ -MD5 (ipadic-2.5.1.tar.gz) = 18c37ad9d02aa79e9f9ce752ee4ecea6 -SIZE (ipadic-2.5.1.tar.gz) = 4212891 -MD5 (ipadic-2.5.1.1.diff) = dde7bd70e77cd48644ff35ddde2bb744 -SIZE (ipadic-2.5.1.1.diff) = 5352 +MD5 (ipadic-2.7.0.tar.gz) = f36d315cae25b086a889b7090c674977 +SIZE (ipadic-2.7.0.tar.gz) = 4300102 Property changes on: head/japanese/ipadic/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/japanese/ipadic/pkg-plist =================================================================== --- head/japanese/ipadic/pkg-plist (revision 109114) +++ head/japanese/ipadic/pkg-plist (revision 109115) @@ -1,25 +1,16 @@ @comment $NetBSD: PLIST,v 1.1.1.1 2001/01/10 14:47:47 taca Exp $ -@unexec install-info --delete --info-dir=%D/info %D/info/ipadic-ja.info -info/ipadic-ja.info -info/ipadic-ja.info-1 -info/ipadic-ja.info-2 -info/ipadic-ja.info-3 -@exec install-info --info-dir=%D/info %D/info/ipadic-ja.info share/chasen/dic/ipadic/Makefile.bat share/chasen/dic/ipadic/cforms.cha -share/chasen/dic/ipadic/chadic.ary share/chasen/dic/ipadic/chadic.da share/chasen/dic/ipadic/chadic.dat -share/chasen/dic/ipadic/chadic.int share/chasen/dic/ipadic/chadic.lex -share/chasen/dic/ipadic/chadic.pat share/chasen/dic/ipadic/chasenrc @unexec if cmp -s %D/etc/chasenrc %D/share/chasen/dic/ipadic/chasenrc.example; then rm -f %D/etc/chasenrc; else true; fi share/chasen/dic/ipadic/chasenrc.example @exec if [ ! -f %D/etc/chasenrc ]; then cp %F %D/etc/chasenrc; fi share/chasen/dic/ipadic/connect.cha share/chasen/dic/ipadic/ctypes.cha share/chasen/dic/ipadic/grammar.cha share/chasen/dic/ipadic/matrix.cha share/chasen/dic/ipadic/table.cha @dirrm share/chasen/dic/ipadic Property changes on: head/japanese/ipadic/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/japanese/p5-Text-ChaSen/Makefile =================================================================== --- head/japanese/p5-Text-ChaSen/Makefile (revision 109114) +++ head/japanese/p5-Text-ChaSen/Makefile (revision 109115) @@ -1,38 +1,38 @@ # New ports collection makefile for: p5-Text-ChaSen # Date created: 2 March 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= Text-ChaSen PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese textproc perl5 MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/ DISTNAME= chasen-${CHASEN_VERSION} MAINTAINER= knu@FreeBSD.org COMMENT= ChaSen library module for Perl5 LIB_DEPENDS= chasen.0:${PORTSDIR}/japanese/chasen-base MD5_FILE= ${.CURDIR}/../chasen-base/distinfo -CHASEN_VERSION= 2.3.0 +CHASEN_VERSION= 2.3.3 WRKSRC= ${WRKDIR}/chasen-${CHASEN_VERSION}/perl PERL_CONFIGURE= yes CONFIGURE_ENV= PREFIX="${PREFIX}" MAN3= Text::ChaSen.3 .include PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- post-install: .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/chasen/doc/README.perl .endif .include Property changes on: head/japanese/p5-Text-ChaSen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property