From a406d564b5e09e63a23556dd822848f62557e0a1 Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 27 Feb 2002 11:22:20 +0000 Subject: Import p5-Text-Substitute 0.10 Text::Substitute substitutes the contents of a hash into a file or text string. It includes a limited set of conditionals, looping, and the ability to include other files. It was designed primarily for generating web content. --- textproc/p5-Text-Substitute/DESCR | 5 +++++ textproc/p5-Text-Substitute/Makefile | 19 +++++++++++++++++++ textproc/p5-Text-Substitute/PLIST | 1 + textproc/p5-Text-Substitute/distinfo | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 textproc/p5-Text-Substitute/DESCR create mode 100644 textproc/p5-Text-Substitute/Makefile create mode 100644 textproc/p5-Text-Substitute/PLIST create mode 100644 textproc/p5-Text-Substitute/distinfo (limited to 'textproc/p5-Text-Substitute') diff --git a/textproc/p5-Text-Substitute/DESCR b/textproc/p5-Text-Substitute/DESCR new file mode 100644 index 00000000000..2991cef11d2 --- /dev/null +++ b/textproc/p5-Text-Substitute/DESCR @@ -0,0 +1,5 @@ +Text::Substitute substitutes the contents of a hash into a file or text string. + +It includes a limited set of conditionals, looping, and the ability +to include other files. It was designed primarily for generating +web content. diff --git a/textproc/p5-Text-Substitute/Makefile b/textproc/p5-Text-Substitute/Makefile new file mode 100644 index 00000000000..69631c710e2 --- /dev/null +++ b/textproc/p5-Text-Substitute/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/02/27 11:22:20 abs Exp $ + +DISTNAME= Text-Substitute-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= http://www.mono.org/abs/tools/Text-Substitute/ + +MAINTAINER= abs@netbsd.org +HOMEPAGE= http://www.mono.org/abs/tools/Text-Substitute/ +COMMENT= perl5 module for text substition from hashes + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Substitute/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Substitute/PLIST b/textproc/p5-Text-Substitute/PLIST new file mode 100644 index 00000000000..351dd1f779e --- /dev/null +++ b/textproc/p5-Text-Substitute/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/27 11:22:20 abs Exp $ diff --git a/textproc/p5-Text-Substitute/distinfo b/textproc/p5-Text-Substitute/distinfo new file mode 100644 index 00000000000..bc1d63bf7a0 --- /dev/null +++ b/textproc/p5-Text-Substitute/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/02/27 11:22:20 abs Exp $ + +SHA1 (Text-Substitute-0.10.tar.gz) = bbb044dcabe0dc1911001a309a55f43c7410d5c1 +Size (Text-Substitute-0.10.tar.gz) = 5295 bytes -- cgit v1.2.3