From a8ff36c5afa55376ac5eb12bb8c6dde05fc63d05 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 22 Dec 2004 06:17:37 +0000 Subject: [PATCH] A (new) port of the resume-extensions XSL stylesheets. A (new) port of the resume-extensions XSL stylesheets. This port extends the textproc/resume stylesheets http://aaronland.info/xsl/xmlresume PR: ports/69998 Submitted by: Aaron Straup Cope --- textproc/Makefile | 1 + textproc/print-n-times/Makefile | 21 +++++++++++++++++++++ textproc/print-n-times/distinfo | 2 ++ textproc/print-n-times/pkg-descr | 3 +++ textproc/print-n-times/pkg-plist | 2 ++ 5 files changed, 29 insertions(+) create mode 100644 textproc/print-n-times/Makefile create mode 100644 textproc/print-n-times/distinfo create mode 100644 textproc/print-n-times/pkg-descr create mode 100644 textproc/print-n-times/pkg-plist 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