diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-18 05:17:12 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-18 05:17:12 +0800 |
commit | ad3055df8fa8d72feb96543e757635b67d7f5f39 (patch) | |
tree | d24be8bde269f110255e08c27456a940cbcf479b /japanese | |
parent | b88ce6a6ad5887f54cbb30547c42c1d54ccbe1d1 (diff) | |
download | freebsd-ports-graphics-ad3055df8fa8d72feb96543e757635b67d7f5f39.tar.gz freebsd-ports-graphics-ad3055df8fa8d72feb96543e757635b67d7f5f39.tar.zst freebsd-ports-graphics-ad3055df8fa8d72feb96543e757635b67d7f5f39.zip |
Mr. Lou Ohshiba is a Japanese comedian.
This module translates text or HTML into his style.
Author: Naoki Tomita <tomita@cpan.org>
WWW: http://search.cpan.org/~tomita/Acme-Lou-0.03/
PR: ports/108836
Submitted by: Masahiro Teramoto <markun at onohara.to>
Approved by: erwin (mentor, implicit)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-Acme-Lou/Makefile | 27 | ||||
-rw-r--r-- | japanese/p5-Acme-Lou/distinfo | 3 | ||||
-rw-r--r-- | japanese/p5-Acme-Lou/pkg-descr | 5 | ||||
-rw-r--r-- | japanese/p5-Acme-Lou/pkg-plist | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 211ab47a25c..e6492db98b7 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -272,6 +272,7 @@ SUBDIR += onew-wnn6 SUBDIR += onew-wnn7 SUBDIR += otojiro-fpw + SUBDIR += p5-Acme-Lou SUBDIR += p5-Date-Japanese-Era SUBDIR += p5-Date-Japanese-Holiday SUBDIR += p5-Encode-EUCJPMS diff --git a/japanese/p5-Acme-Lou/Makefile b/japanese/p5-Acme-Lou/Makefile new file mode 100644 index 00000000000..9e30e5191c6 --- /dev/null +++ b/japanese/p5-Acme-Lou/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Acme-Lou +# Date created: 2007-02-06 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= Acme-Lou +PORTVERSION= 0.03 +CATEGORIES= japanese textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOMITA +PKGNAMEPREFIX= ja-p5- + +MAINTAINER= markun@onohara.to +COMMENT= Let's together with Lou Ohshiba + +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ + ja-p5-Text-MeCab>=0:${PORTSDIR}/japanese/p5-Text-MeCab +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Acme::Lou.3 + +.include <bsd.port.mk> diff --git a/japanese/p5-Acme-Lou/distinfo b/japanese/p5-Acme-Lou/distinfo new file mode 100644 index 00000000000..c5001f6d091 --- /dev/null +++ b/japanese/p5-Acme-Lou/distinfo @@ -0,0 +1,3 @@ +MD5 (Acme-Lou-0.03.tar.gz) = ef19f8ce542b83000da646ec866e5682 +SHA256 (Acme-Lou-0.03.tar.gz) = dde3de12c5018b44659440b841d72bacd0c0890123c61851ef3c0f31c9c7a8c9 +SIZE (Acme-Lou-0.03.tar.gz) = 241502 diff --git a/japanese/p5-Acme-Lou/pkg-descr b/japanese/p5-Acme-Lou/pkg-descr new file mode 100644 index 00000000000..0e40ad01016 --- /dev/null +++ b/japanese/p5-Acme-Lou/pkg-descr @@ -0,0 +1,5 @@ +Mr. Lou Ohshiba is a Japanese comedian. +This module translates text or HTML into his style. + +Author: Naoki Tomita <tomita@cpan.org> +WWW: http://search.cpan.org/~tomita/Acme-Lou-0.03/ diff --git a/japanese/p5-Acme-Lou/pkg-plist b/japanese/p5-Acme-Lou/pkg-plist new file mode 100644 index 00000000000..3e1aef8cff8 --- /dev/null +++ b/japanese/p5-Acme-Lou/pkg-plist @@ -0,0 +1,9 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme/Lou/.packlist +%%SITE_PERL%%/Acme/Lou.pm +%%SITE_PERL%%/Acme/Lou/Effect.pm +%%SITE_PERL%%/Acme/Lou/lou-ja2kana.db +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme/Lou +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme +@dirrmtry %%SITE_PERL%%/Acme/Lou +@dirrmtry %%SITE_PERL%%/Acme |