aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-22 14:09:38 +0800
committeredwin <edwin@FreeBSD.org>2004-12-22 14:09:38 +0800
commitab92731401e90dca8f4e54c1dd6fd85a366ecdeb (patch)
tree2f7f5a542eb336e2b4fdf004cbac6e2da0a3973c /textproc
parentf84e05698afd85cc28df8a2c35c3f1379214276a (diff)
downloadfreebsd-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/Makefile1
-rw-r--r--textproc/add-css-links/Makefile21
-rw-r--r--textproc/add-css-links/distinfo2
-rw-r--r--textproc/add-css-links/pkg-descr3
-rw-r--r--textproc/add-css-links/pkg-plist2
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