diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-22 03:09:34 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-10-22 03:09:34 +0000 |
commit | 0c80768044f0b3cfd42fd6674d13086e5f28f50a (patch) | |
tree | b5239914b278f9ef2cee9b9e8feef994a42b7cf0 /japanese | |
parent | Update to 3.1.3 and also take care of a portlint warning. (diff) |
Add ja-p5-PDFJ (module provides methods to generate Japanese PDF file).
Notes
Notes:
svn path=/head/; revision=68559
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-PDFJ/Makefile | 20 | ||||
-rw-r--r-- | japanese/p5-PDFJ/distinfo | 1 | ||||
-rw-r--r-- | japanese/p5-PDFJ/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/p5-PDFJ/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/p5-PDFJ/pkg-plist | 10 |
6 files changed, 36 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 232df5cbc6f5..8178b8b02116 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -277,6 +277,7 @@ SUBDIR += otojiro-fpw SUBDIR += p5-Date-Japanese-Era SUBDIR += p5-Jcode + SUBDIR += p5-PDFJ SUBDIR += p5-Text-ChaSen SUBDIR += p5-Text-Kakasi SUBDIR += p5-jcode.pl diff --git a/japanese/p5-PDFJ/Makefile b/japanese/p5-PDFJ/Makefile new file mode 100644 index 000000000000..b0e01b7db362 --- /dev/null +++ b/japanese/p5-PDFJ/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: p5-PDFJ +# Date created: Oct 22, 2002 +# Whom: kuriyama@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= PDFJ +PORTVERSION= 0.6 +CATEGORIES= japanese perl5 +MASTER_SITES= http://hp1.jonex.ne.jp/%7Enakajima.yasushi/archives/ +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org + +USE_ZIP= YES +PERL_CONFIGURE= YES +WRKSRC= ${WRKDIR} + +.include <bsd.port.mk> diff --git a/japanese/p5-PDFJ/distinfo b/japanese/p5-PDFJ/distinfo new file mode 100644 index 000000000000..b7ad291b9c90 --- /dev/null +++ b/japanese/p5-PDFJ/distinfo @@ -0,0 +1 @@ +MD5 (PDFJ-0.6.zip) = 0baad2a76939144ff6404ab9d76c4c03 diff --git a/japanese/p5-PDFJ/pkg-comment b/japanese/p5-PDFJ/pkg-comment new file mode 100644 index 000000000000..9088d708da2d --- /dev/null +++ b/japanese/p5-PDFJ/pkg-comment @@ -0,0 +1 @@ +PDFJ module provides methods to generate Japanese PDF file diff --git a/japanese/p5-PDFJ/pkg-descr b/japanese/p5-PDFJ/pkg-descr new file mode 100644 index 000000000000..6fbdb4a394d6 --- /dev/null +++ b/japanese/p5-PDFJ/pkg-descr @@ -0,0 +1,3 @@ +PDFJ module provides methods to generate Japanese PDF file. + +WWW: http://hp1.jonex.ne.jp/%7Enakajima.yasushi/PDFJ.jp.html diff --git a/japanese/p5-PDFJ/pkg-plist b/japanese/p5-PDFJ/pkg-plist new file mode 100644 index 000000000000..3f2083830bb1 --- /dev/null +++ b/japanese/p5-PDFJ/pkg-plist @@ -0,0 +1,10 @@ +lib/perl5/site_perl/%%PERL_VER%%/PDFJ.pm +lib/perl5/site_perl/%%PERL_VER%%/PDFJ/E2U.pm +lib/perl5/site_perl/%%PERL_VER%%/PDFJ/Object.pm +lib/perl5/site_perl/%%PERL_VER%%/PDFJ/S2U.pm +lib/perl5/site_perl/%%PERL_VER%%/PDFJ/TTF.pm +lib/perl5/site_perl/%%PERL_VER%%/PDFJ/U2C.pm +lib/perl5/site_perl/%%PERL_VER%%/PDFJ/Unicode.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDFJ/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/PDFJ +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDFJ |