From ad3055df8fa8d72feb96543e757635b67d7f5f39 Mon Sep 17 00:00:00 2001 From: gabor Date: Sat, 17 Feb 2007 21:17:12 +0000 Subject: Mr. Lou Ohshiba is a Japanese comedian. This module translates text or HTML into his style. Author: Naoki Tomita WWW: http://search.cpan.org/~tomita/Acme-Lou-0.03/ PR: ports/108836 Submitted by: Masahiro Teramoto Approved by: erwin (mentor, implicit) --- japanese/Makefile | 1 + japanese/p5-Acme-Lou/Makefile | 27 +++++++++++++++++++++++++++ japanese/p5-Acme-Lou/distinfo | 3 +++ japanese/p5-Acme-Lou/pkg-descr | 5 +++++ japanese/p5-Acme-Lou/pkg-plist | 9 +++++++++ 5 files changed, 45 insertions(+) create mode 100644 japanese/p5-Acme-Lou/Makefile create mode 100644 japanese/p5-Acme-Lou/distinfo create mode 100644 japanese/p5-Acme-Lou/pkg-descr create mode 100644 japanese/p5-Acme-Lou/pkg-plist (limited to 'japanese') 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 +# +# $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 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 +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 -- cgit