summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Bind
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 05:19:16 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 05:19:16 +0000
commitb7607ef66b82d6bdcb097374c542df88affd1c03 (patch)
treee3929c5ed872be7239bd1d104ae24953dec8c727 /textproc/p5-Text-Bind
parentAdd p5-Text-Autoformat 1.04, a perl module for automatic and manual text (diff)
Add p5-Text-Bind 0.04, a perl module to bind Perl structures to textfiles.
PR: 23922 Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=36495
Diffstat (limited to 'textproc/p5-Text-Bind')
-rw-r--r--textproc/p5-Text-Bind/Makefile23
-rw-r--r--textproc/p5-Text-Bind/distinfo1
-rw-r--r--textproc/p5-Text-Bind/pkg-comment1
-rw-r--r--textproc/p5-Text-Bind/pkg-descr11
-rw-r--r--textproc/p5-Text-Bind/pkg-plist5
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-Text-Bind/Makefile b/textproc/p5-Text-Bind/Makefile
new file mode 100644
index 000000000000..022901f48b36
--- /dev/null
+++ b/textproc/p5-Text-Bind/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/p5-Text-Bind
+# Date created: 29 December 2000
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Bind
+PORTVERSION= 0.04
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@tobez.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MAN3= Text::Bind.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Bind/distinfo b/textproc/p5-Text-Bind/distinfo
new file mode 100644
index 000000000000..08792f785c2f
--- /dev/null
+++ b/textproc/p5-Text-Bind/distinfo
@@ -0,0 +1 @@
+MD5 (Text-Bind-0.04.tar.gz) = 0cc04468bf01c3a5c093612093d05888
diff --git a/textproc/p5-Text-Bind/pkg-comment b/textproc/p5-Text-Bind/pkg-comment
new file mode 100644
index 000000000000..971f725a4e0b
--- /dev/null
+++ b/textproc/p5-Text-Bind/pkg-comment
@@ -0,0 +1 @@
+Bind Perl structures to text files
diff --git a/textproc/p5-Text-Bind/pkg-descr b/textproc/p5-Text-Bind/pkg-descr
new file mode 100644
index 000000000000..0fdff792f816
--- /dev/null
+++ b/textproc/p5-Text-Bind/pkg-descr
@@ -0,0 +1,11 @@
+Text::Bind allows you to bind Perl structures (strings, routines,
+filehandles, objects, and arrays) to specific locations (called *data
+sites*) in text files.
+
+The main purpose of this module is to support HTML templates for CGI
+programs. Therefore, HTML pages design can be kept separate from CGI
+code. However, the class is general enough to be used in other contexts
+than CGI application development.
+
+-Anton
+<tobez@tobez.org>
diff --git a/textproc/p5-Text-Bind/pkg-plist b/textproc/p5-Text-Bind/pkg-plist
new file mode 100644
index 000000000000..0ccbc5eb698f
--- /dev/null
+++ b/textproc/p5-Text-Bind/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Bind/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Text/Bind.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Bind
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true