diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-10-11 06:23:43 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-10-11 06:23:43 +0000 |
commit | 4530880253e7a70690ac1ab9b0696d9f64691f2c (patch) | |
tree | 8555aa4cf379266b6c44dbb5a8a9a2af84264067 /japanese | |
parent | 4e1fc32df3248db18b2d0f410965d9f27b7e85fe (diff) | |
download | pkgsrc-4530880253e7a70690ac1ab9b0696d9f64691f2c.tar.gz |
Initial import of p5-nkf-1.7
Perl library for Network Kanji code conversion Fileter
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-nkf/Makefile | 17 | ||||
-rw-r--r-- | japanese/p5-nkf/files/md5 | 3 | ||||
-rw-r--r-- | japanese/p5-nkf/pkg/COMMENT | 1 | ||||
-rw-r--r-- | japanese/p5-nkf/pkg/DESCR | 7 | ||||
-rw-r--r-- | japanese/p5-nkf/pkg/PLIST | 7 |
5 files changed, 35 insertions, 0 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile new file mode 100644 index 00000000000..071060936f3 --- /dev/null +++ b/japanese/p5-nkf/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 06:23:43 sakamoto Exp $ +# + +DISTNAME= nkf-1.7 +PKGNAME= p5-nkf-1.7 +CATEGORIES= japanese converters +MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/nkf/ + +MAINTAINER= tech-pkg-ja@jp.netbsd.org + +USE_PERL5= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/NKF + +do-configure: + @cd ${WRKSRC} && perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/japanese/p5-nkf/files/md5 b/japanese/p5-nkf/files/md5 new file mode 100644 index 00000000000..0cc254c4ce6 --- /dev/null +++ b/japanese/p5-nkf/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/11 06:23:43 sakamoto Exp $ + +MD5 (nkf-1.7.tar.gz) = 153c6917384a7cff635f5eed576dc563 diff --git a/japanese/p5-nkf/pkg/COMMENT b/japanese/p5-nkf/pkg/COMMENT new file mode 100644 index 00000000000..c73c6cc7bb2 --- /dev/null +++ b/japanese/p5-nkf/pkg/COMMENT @@ -0,0 +1 @@ +Perl library for Network Kanji code conversion Fileter diff --git a/japanese/p5-nkf/pkg/DESCR b/japanese/p5-nkf/pkg/DESCR new file mode 100644 index 00000000000..ffd81368e75 --- /dev/null +++ b/japanese/p5-nkf/pkg/DESCR @@ -0,0 +1,7 @@ +Nkf is a yet another kanji code converter among networks, hosts and terminals. +It converts input kanji code to desig- nated kanji code such as 7-bit +JIS, MS-kanji (shifted-JIS) or EUC. + +One of the most unique facicility of nkf is the guess of the input kanji +code. It currently recognizes 7-bit JIS, MS- kanji (shifted-JIS) and EUC. +So users needn't the input kanji code specification. diff --git a/japanese/p5-nkf/pkg/PLIST b/japanese/p5-nkf/pkg/PLIST new file mode 100644 index 00000000000..f03e9d4c053 --- /dev/null +++ b/japanese/p5-nkf/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/11 06:23:44 sakamoto Exp $ +lib/perl5/man/man3/NKF.3 +lib/perl5/site_perl/NKF.pm +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NKF/.packlist +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NKF/NKF.bs +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NKF/NKF.so +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NKF |