diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:19 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:19 +0000 |
commit | 0104f589aa68daca7ea16e1155a36f3f715cde8d (patch) | |
tree | c321214052ba48979c0f91b3e8b2d046ab6a31a0 | |
parent | b9c49dceb4d3c13082afc7301c533f5dbb22b6a5 (diff) | |
download | pkgsrc-0104f589aa68daca7ea16e1155a36f3f715cde8d.tar.gz |
Reimport of package p5-Jcode from japanese/p5-Jcode into converters/p5-Jcode.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
-rw-r--r-- | converters/p5-Jcode/DESCR | 8 | ||||
-rw-r--r-- | converters/p5-Jcode/Makefile | 29 | ||||
-rw-r--r-- | converters/p5-Jcode/PLIST | 1 | ||||
-rw-r--r-- | converters/p5-Jcode/distinfo | 5 | ||||
-rw-r--r-- | converters/p5-Jcode/patches/patch-aa | 17 |
5 files changed, 60 insertions, 0 deletions
diff --git a/converters/p5-Jcode/DESCR b/converters/p5-Jcode/DESCR new file mode 100644 index 00000000000..e4cf1cc3ccc --- /dev/null +++ b/converters/p5-Jcode/DESCR @@ -0,0 +1,8 @@ +Jcode.pm is a Perl module that handles various Japanese charsets. +It has all features available on jcode.pl-2.10 PLUS + + *Object-oriented approach on Japanese text handling + *mime header handling + *Unicode feature (UCS2 and UTF8) + +Detail: http://openlab.ring.gr.jp/Jcode/Jcode.html diff --git a/converters/p5-Jcode/Makefile b/converters/p5-Jcode/Makefile new file mode 100644 index 00000000000..0c351de6567 --- /dev/null +++ b/converters/p5-Jcode/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:19 seb Exp $ +# + +DISTNAME= Jcode-0.80 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5jco +CATEGORIES= converters japanese +MASTER_SITES= http://openlab.ring.gr.jp/Jcode/ + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://openlab.ring.gr.jp/Jcode/index.html +COMMENT= perl5 module for handling various Japanese charsets + +DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64 + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Jcode/.packlist + +pre-configure: + @cd ${WRKSRC}; ${RM} -f mac_install.pl win_install.pl + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +test: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} test + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-Jcode/PLIST b/converters/p5-Jcode/PLIST new file mode 100644 index 00000000000..5615f0126ec --- /dev/null +++ b/converters/p5-Jcode/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 13:00:19 seb Exp $ diff --git a/converters/p5-Jcode/distinfo b/converters/p5-Jcode/distinfo new file mode 100644 index 00000000000..d5e059119be --- /dev/null +++ b/converters/p5-Jcode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:00:19 seb Exp $ + +SHA1 (Jcode-0.80.tar.gz) = 9f7bb8c007e1cb64c77d9c85e9f6e893089e98cf +Size (Jcode-0.80.tar.gz) = 187438 bytes +SHA1 (patch-aa) = 27a8d2a53abdf6ca77444a671e8ad319a2e973d1 diff --git a/converters/p5-Jcode/patches/patch-aa b/converters/p5-Jcode/patches/patch-aa new file mode 100644 index 00000000000..0a5bb8f7dca --- /dev/null +++ b/converters/p5-Jcode/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/05/31 13:00:19 seb Exp $ + +--- MANIFEST.orig Fri May 3 09:01:24 2002 ++++ MANIFEST +@@ -15,7 +15,6 @@ + Unicode/_test.pl + Unicode/table.h + Unicode/uni.c +-mac_install.pl + t/ambiguous.pl + t/benchmark.pl + t/convert.t +@@ -32,4 +31,3 @@ + t/unibench.pl + t/x0212.euc + t/zenkaku.euc +-win_install.pl |