aboutsummaryrefslogtreecommitdiff
path: root/textproc/print-n-times
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-22 06:17:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-22 06:17:37 +0000
commita8ff36c5afa55376ac5eb12bb8c6dde05fc63d05 (patch)
tree29b5f1abacbfecf7803a5dfdbf84fff0ecf3e7c1 /textproc/print-n-times
parent3c4a9db4e41190a35edd81d9aa9f5e1ac2f0fab6 (diff)
downloadports-a8ff36c5afa55376ac5eb12bb8c6dde05fc63d05.tar.gz
ports-a8ff36c5afa55376ac5eb12bb8c6dde05fc63d05.zip
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 <ascope@cpan.org>
Notes
Notes: svn path=/head/; revision=124789
Diffstat (limited to 'textproc/print-n-times')
-rw-r--r--textproc/print-n-times/Makefile21
-rw-r--r--textproc/print-n-times/distinfo2
-rw-r--r--textproc/print-n-times/pkg-descr3
-rw-r--r--textproc/print-n-times/pkg-plist2
4 files changed, 28 insertions, 0 deletions
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 <bsd.port.mk>
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