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>
This commit is contained in:
Edwin Groothuis 2004-12-22 06:17:37 +00:00
parent 3c4a9db4e4
commit a8ff36c5af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124789
5 changed files with 29 additions and 0 deletions

View file

@ -496,6 +496,7 @@
SUBDIR += php5-xsl SUBDIR += php5-xsl
SUBDIR += pocketreader SUBDIR += pocketreader
SUBDIR += ppower4 SUBDIR += ppower4
SUBDIR += print-n-times
SUBDIR += prosper SUBDIR += prosper
SUBDIR += py-4suite SUBDIR += py-4suite
SUBDIR += py-HyperText SUBDIR += py-HyperText

View file

@ -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>

View file

@ -0,0 +1,2 @@
MD5 (print-n-times-1.0.tar.gz) = d2d3edf51963bb77c362ede775225e85
SIZE (print-n-times-1.0.tar.gz) = 1475

View file

@ -0,0 +1,3 @@
Print a string (n) times
WWW: http://aaronland.info/xsl/string/print-n-times

View file

@ -0,0 +1,2 @@
share/xsl/string/print-n-times.xsl
@unexec rmdir %D/share/xsl/string 2>/dev/null || true