diff --git a/textproc/Makefile b/textproc/Makefile index 777ae17f9444..d556aed969f9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -496,6 +496,7 @@ SUBDIR += php5-xsl SUBDIR += pocketreader SUBDIR += ppower4 + SUBDIR += print-n-times SUBDIR += prosper SUBDIR += py-4suite SUBDIR += py-HyperText diff --git a/textproc/print-n-times/Makefile b/textproc/print-n-times/Makefile new file mode 100644 index 000000000000..fb2d74d45cb2 --- /dev/null +++ b/textproc/print-n-times/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: print-n-times +# Date created: August 03 2004 +# Whom: Aaron Straup Cope +# $FreeBSD$ + +PORTNAME= print-n-times +PORTVERSION= 1.0 +CATEGORIES= textproc +MASTER_SITES= http://aaronland.info/xsl/string/print-n-times/ + +MAINTAINER= ascope@cpan.org +COMMENT= Print a string (n) times + +NO_BUILD= yes + +do-install: + @${ECHO} "Installing in ${PREFIX}/share/xsl/string/" + @${MKDIR} ${PREFIX}/share/xsl/string + @${CP} ${WRKSRC}/*.xsl ${PREFIX}/share/xsl/string/ + +.include diff --git a/textproc/print-n-times/distinfo b/textproc/print-n-times/distinfo new file mode 100644 index 000000000000..38e2abd9e485 --- /dev/null +++ b/textproc/print-n-times/distinfo @@ -0,0 +1,2 @@ +MD5 (print-n-times-1.0.tar.gz) = d2d3edf51963bb77c362ede775225e85 +SIZE (print-n-times-1.0.tar.gz) = 1475 diff --git a/textproc/print-n-times/pkg-descr b/textproc/print-n-times/pkg-descr new file mode 100644 index 000000000000..f1bc741605b1 --- /dev/null +++ b/textproc/print-n-times/pkg-descr @@ -0,0 +1,3 @@ +Print a string (n) times + +WWW: http://aaronland.info/xsl/string/print-n-times diff --git a/textproc/print-n-times/pkg-plist b/textproc/print-n-times/pkg-plist new file mode 100644 index 000000000000..a3c68f5595b6 --- /dev/null +++ b/textproc/print-n-times/pkg-plist @@ -0,0 +1,2 @@ +share/xsl/string/print-n-times.xsl +@unexec rmdir %D/share/xsl/string 2>/dev/null || true