diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-22 14:09:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-22 14:09:38 +0800 |
commit | ab92731401e90dca8f4e54c1dd6fd85a366ecdeb (patch) | |
tree | 2f7f5a542eb336e2b4fdf004cbac6e2da0a3973c /textproc | |
parent | f84e05698afd85cc28df8a2c35c3f1379214276a (diff) | |
download | freebsd-ports-gnome-ab92731401e90dca8f4e54c1dd6fd85a366ecdeb.tar.gz freebsd-ports-gnome-ab92731401e90dca8f4e54c1dd6fd85a366ecdeb.tar.zst freebsd-ports-gnome-ab92731401e90dca8f4e54c1dd6fd85a366ecdeb.zip |
A (new) port of the add-css-links XSL stylesheet
A (new) port of the add-css-links XSL stylesheet.
This stylesheet is required by the (newly submitted)
'resume-extensions' port which extends the textproc/resume
stylesheets
PR: ports/69995
Submitted by: Aaron Straup Cope <asc@vineyard.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/add-css-links/Makefile | 21 | ||||
-rw-r--r-- | textproc/add-css-links/distinfo | 2 | ||||
-rw-r--r-- | textproc/add-css-links/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/add-css-links/pkg-plist | 2 |
5 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8b50d78e2556..777ae17f9444 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -5,6 +5,7 @@ SUBDIR += 2bsd-diff SUBDIR += Ebnf2ps + SUBDIR += add-css-links SUBDIR += af-aspell SUBDIR += aft SUBDIR += agrep diff --git a/textproc/add-css-links/Makefile b/textproc/add-css-links/Makefile new file mode 100644 index 000000000000..91ccc39fa42b --- /dev/null +++ b/textproc/add-css-links/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: add-css-links +# Date created: August 03 2004 +# Whom: Aaron Straup Cope +# $FreeBSD$ + +PORTNAME= add-css-links +PORTVERSION= 1.0 +CATEGORIES= textproc +MASTER_SITES= http://aaronland.info/xsl/xhtml/add-css-links/ + +MAINTAINER= ascope@cpan.org +COMMENT= Add one or more CSS <link> elements to an XHTML document + +NO_BUILD= yes + +do-install: + @${ECHO} "Installing in ${PREFIX}/share/xsl/xhtml/" + @${MKDIR} ${PREFIX}/share/xsl/xhtml + @${CP} ${WRKDIR}/xhtml/*.xsl ${PREFIX}/share/xsl/xhtml/ + +.include <bsd.port.mk> diff --git a/textproc/add-css-links/distinfo b/textproc/add-css-links/distinfo new file mode 100644 index 000000000000..f37a61bbcbc6 --- /dev/null +++ b/textproc/add-css-links/distinfo @@ -0,0 +1,2 @@ +MD5 (add-css-links-1.0.tar.gz) = 7ba32a5eb4706450471fde12858d0be3 +SIZE (add-css-links-1.0.tar.gz) = 1123 diff --git a/textproc/add-css-links/pkg-descr b/textproc/add-css-links/pkg-descr new file mode 100644 index 000000000000..e02350df610e --- /dev/null +++ b/textproc/add-css-links/pkg-descr @@ -0,0 +1,3 @@ +Add one or more CSS <link> elements to an XHTML document. + +WWW: http://aaronland.info/xsl/xhtml/add-css-links diff --git a/textproc/add-css-links/pkg-plist b/textproc/add-css-links/pkg-plist new file mode 100644 index 000000000000..80f71d60ba88 --- /dev/null +++ b/textproc/add-css-links/pkg-plist @@ -0,0 +1,2 @@ +share/xsl/xhtml/add-css-links.xsl +@unexec rmdir %D/share/xsl/xhtml 2>/dev/null || true |