aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Repository
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-15 07:24:39 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-15 07:24:39 +0000
commit2d0d6c3c3cf66ff4d1e444e60a7b27800e4218d5 (patch)
tree20504cd276e7a7484f27fbc5030695a44a7abf72 /textproc/p5-Text-Repository
parentc39c99946392cc574a02b673919ea6194fa3262d (diff)
downloadports-2d0d6c3c3cf66ff4d1e444e60a7b27800e4218d5.tar.gz
ports-2d0d6c3c3cf66ff4d1e444e60a7b27800e4218d5.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>
Notes
Notes: svn path=/head/; revision=54731
Diffstat (limited to 'textproc/p5-Text-Repository')
-rw-r--r--textproc/p5-Text-Repository/Makefile22
-rw-r--r--textproc/p5-Text-Repository/distinfo1
-rw-r--r--textproc/p5-Text-Repository/pkg-comment1
-rw-r--r--textproc/p5-Text-Repository/pkg-descr9
-rw-r--r--textproc/p5-Text-Repository/pkg-plist5
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