diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-11-11 11:50:40 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-11-11 11:50:40 +0000 |
commit | 8b87a8610a7a650eb4ad344b6fab198f4b95d4ba (patch) | |
tree | 50702d7393d7155463786744a6e26fca2660e166 /japanese/p5-Jcode | |
parent | 434a28a60075ceda833f2c3a79704432d4bcd25b (diff) | |
download | ports-8b87a8610a7a650eb4ad344b6fab198f4b95d4ba.tar.gz ports-8b87a8610a7a650eb4ad344b6fab198f4b95d4ba.zip |
Notes
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 |