diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-11-11 19:50:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-11-11 19:50:40 +0800 |
commit | a42d614a6afe60e28c13595e1486449227a7470c (patch) | |
tree | 4475aafcaf2c8cfaf779f37a06ac789335e578cf /japanese/p5-Jcode | |
parent | c01b721e3e2ef183013bda5af269cc8da84c3ccd (diff) | |
download | freebsd-ports-gnome-a42d614a6afe60e28c13595e1486449227a7470c.tar.gz freebsd-ports-gnome-a42d614a6afe60e28c13595e1486449227a7470c.tar.zst freebsd-ports-gnome-a42d614a6afe60e28c13595e1486449227a7470c.zip |
Perl extension interface to convert Japanese text
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 27 | ||||
-rw-r--r-- | japanese/p5-Jcode/distinfo | 1 | ||||
-rw-r--r-- | japanese/p5-Jcode/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/p5-Jcode/pkg-descr | 1 | ||||
-rw-r--r-- | japanese/p5-Jcode/pkg-plist | 17 |
5 files changed, 47 insertions, 0 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile new file mode 100644 index 000000000000..5ff4409566b5 --- /dev/null +++ b/japanese/p5-Jcode/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Jcode +# Version required: 0.60 +# Date created: 7 Nov 1999 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= Jcode-0.60 +PKGNAME= ja-p5-Jcode-0.60 +CATEGORIES= japanese perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI + +MAINTAINER= kuriyama@FreeBSD.org + +USE_PERL5= YES +USE_ZIP= YES + +MAN3= Jcode.3 Jcode::Unicode.3 Jcode::Unicode::Constants.3 \ + Jcode::Unicode::NoXS.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/japanese/p5-Jcode/distinfo b/japanese/p5-Jcode/distinfo new file mode 100644 index 000000000000..e650ea8611b2 --- /dev/null +++ b/japanese/p5-Jcode/distinfo @@ -0,0 +1 @@ +MD5 (Jcode-0.60.zip) = 37b204050ef142ecfe21059792a7ac39 diff --git a/japanese/p5-Jcode/pkg-comment b/japanese/p5-Jcode/pkg-comment new file mode 100644 index 000000000000..4fac27ba269b --- /dev/null +++ b/japanese/p5-Jcode/pkg-comment @@ -0,0 +1 @@ +Perl extension interface to convert Japanese text diff --git a/japanese/p5-Jcode/pkg-descr b/japanese/p5-Jcode/pkg-descr new file mode 100644 index 000000000000..2a42fdb00362 --- /dev/null +++ b/japanese/p5-Jcode/pkg-descr @@ -0,0 +1 @@ +This is a Perl extension interface to convert Japanese text. diff --git a/japanese/p5-Jcode/pkg-plist b/japanese/p5-Jcode/pkg-plist new file mode 100644 index 000000000000..5538caa71202 --- /dev/null +++ b/japanese/p5-Jcode/pkg-plist @@ -0,0 +1,17 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/Constants.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/H2Z.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/Tr.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/Unicode.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/Unicode/Constants.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/Unicode/NoXS.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/_test.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Jcode/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Jcode/Unicode/Unicode.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Jcode/Unicode/Unicode.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/mac_install.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/win_install.pl +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/Unicode +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Jcode/ +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Jcode/Unicode +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Jcode |