mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||||
|
|
21
textproc/print-n-times/Makefile
Normal file
21
textproc/print-n-times/Makefile
Normal 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>
|
2
textproc/print-n-times/distinfo
Normal file
2
textproc/print-n-times/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (print-n-times-1.0.tar.gz) = d2d3edf51963bb77c362ede775225e85
|
||||||
|
SIZE (print-n-times-1.0.tar.gz) = 1475
|
3
textproc/print-n-times/pkg-descr
Normal file
3
textproc/print-n-times/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Print a string (n) times
|
||||||
|
|
||||||
|
WWW: http://aaronland.info/xsl/string/print-n-times
|
2
textproc/print-n-times/pkg-plist
Normal file
2
textproc/print-n-times/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
share/xsl/string/print-n-times.xsl
|
||||||
|
@unexec rmdir %D/share/xsl/string 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue