diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-15 15:24:39 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-15 15:24:39 +0800 |
commit | 1597cdd080eb6ac1859a0968d5f7fe93f100501f (patch) | |
tree | 53344bf6c9eb32017b90422f4dfe9b8b008c47c1 /textproc/p5-Text-Repository | |
parent | 0c6740e4651331a2893d3234d947b51c7fac1ecc (diff) | |
download | freebsd-ports-gnome-1597cdd080eb6ac1859a0968d5f7fe93f100501f.tar.gz freebsd-ports-gnome-1597cdd080eb6ac1859a0968d5f7fe93f100501f.tar.zst freebsd-ports-gnome-1597cdd080eb6ac1859a0968d5f7fe93f100501f.zip |
Initial import of p5-Text-Repository 1.04
This is a simple way to manage text without mixing it with Perl.
PR: 34258
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc/p5-Text-Repository')
-rw-r--r-- | textproc/p5-Text-Repository/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Text-Repository/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Repository/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Repository/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/p5-Text-Repository/pkg-plist | 5 |
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Text-Repository/Makefile b/textproc/p5-Text-Repository/Makefile new file mode 100644 index 000000000000..ea09d8e0a26f --- /dev/null +++ b/textproc/p5-Text-Repository/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Text::Repository +# Date created: 24 Jan 2002 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Text-Repository +PORTVERSION= 1.04 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Text::Repository.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Repository/distinfo b/textproc/p5-Text-Repository/distinfo new file mode 100644 index 000000000000..c8396e0fc4f3 --- /dev/null +++ b/textproc/p5-Text-Repository/distinfo @@ -0,0 +1 @@ +MD5 (Text-Repository-1.04.tar.gz) = 76f478a92a3d422ecdb22d3f531760e2 diff --git a/textproc/p5-Text-Repository/pkg-comment b/textproc/p5-Text-Repository/pkg-comment new file mode 100644 index 000000000000..8868de58f4b7 --- /dev/null +++ b/textproc/p5-Text-Repository/pkg-comment @@ -0,0 +1 @@ +A simple way to manage text without mixing it with Perl diff --git a/textproc/p5-Text-Repository/pkg-descr b/textproc/p5-Text-Repository/pkg-descr new file mode 100644 index 000000000000..f9c4326de95d --- /dev/null +++ b/textproc/p5-Text-Repository/pkg-descr @@ -0,0 +1,9 @@ +Text::Repository attempts to simplify storing shared text between +multple Perl modules, scripts, templating systems, etc. It does this by +allowing chunks of text to be stored with symbolic names. +Text::Repository was originally designed to store SQL queries, but can +of course be used with any kind of text that needs to be shared. + +WWW: http://search.cpan.org/search?dist=Text-Repository + +Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-Text-Repository/pkg-plist b/textproc/p5-Text-Repository/pkg-plist new file mode 100644 index 000000000000..52b3a5de22ac --- /dev/null +++ b/textproc/p5-Text-Repository/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Repository/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/Repository.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Repository 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true |