summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-02-09 23:19:44 +0000
committerAde Lovett <ade@FreeBSD.org>2001-02-09 23:19:44 +0000
commit11c716a03ad6f68cec2bf57b140c7922fc63e6f4 (patch)
treea2406568237b235605e0d9e8637bdb3035d81200 /textproc/libxslt
parentAdd bonobo-conf, the Bonobo configuration moniker is built on top of (diff)
Add libxslt, an XSL Transformations (XSLT) library being developed
for the GNOME project.
Notes
Notes: svn path=/head/; revision=38160
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile26
-rw-r--r--textproc/libxslt/distinfo1
-rw-r--r--textproc/libxslt/files/patch-aa12
-rw-r--r--textproc/libxslt/pkg-comment1
-rw-r--r--textproc/libxslt/pkg-descr4
-rw-r--r--textproc/libxslt/pkg-plist20
6 files changed, 64 insertions, 0 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
new file mode 100644
index 000000000000..cbbd694667db
--- /dev/null
+++ b/textproc/libxslt/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: libxslt
+# Date created: 9th February 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libxslt
+PORTVERSION= 0.1.0
+CATEGORIES= textproc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= unstable/sources/libxslt
+
+MAINTAINER= ade@FreeBSD.org
+
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
+
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+pre-patch:
+ @find ${WRKSRC} -type f -name "*.[ch]" | \
+ xargs ${PERL} -pi -e 's|libxml/|libxml2/|'
+
+.include <bsd.port.mk>
diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
new file mode 100644
index 000000000000..746c9f79489d
--- /dev/null
+++ b/textproc/libxslt/distinfo
@@ -0,0 +1 @@
+MD5 (libxslt-0.1.0.tar.gz) = b9b9cc8c127eba9b8f7608d9606bf164
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa
new file mode 100644
index 000000000000..def1f0e8d683
--- /dev/null
+++ b/textproc/libxslt/files/patch-aa
@@ -0,0 +1,12 @@
+--- Makefile.in.orig Thu Feb 8 06:03:15 2001
++++ Makefile.in Fri Feb 9 17:10:51 2001
+
+@@ -84,6 +84,6 @@
+
+-SUBDIRS = libxslt tests doc
++SUBDIRS = libxslt
+
+
+-confexecdir = $(libdir)
++confexecdir = $(sysconfdir)
+ confexec_DATA = xsltConf.sh
diff --git a/textproc/libxslt/pkg-comment b/textproc/libxslt/pkg-comment
new file mode 100644
index 000000000000..e671fc777227
--- /dev/null
+++ b/textproc/libxslt/pkg-comment
@@ -0,0 +1 @@
+The XSLT C library for GNOME
diff --git a/textproc/libxslt/pkg-descr b/textproc/libxslt/pkg-descr
new file mode 100644
index 000000000000..bf29b5efbf5b
--- /dev/null
+++ b/textproc/libxslt/pkg-descr
@@ -0,0 +1,4 @@
+An XSL Transformations (XSLT) library being developed for the GNOME project.
+
+WWW: http://xmlsoft.org/XSLT/
+WWW: http://www.w3.org/TR/xslt/
diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist
new file mode 100644
index 000000000000..2649d2a4da26
--- /dev/null
+++ b/textproc/libxslt/pkg-plist
@@ -0,0 +1,20 @@
+bin/xslt-config
+bin/xsltproc
+etc/xsltConf.sh
+include/libxslt/attributes.h
+include/libxslt/functions.h
+include/libxslt/imports.h
+include/libxslt/keys.h
+include/libxslt/namespaces.h
+include/libxslt/numbersInternals.h
+include/libxslt/pattern.h
+include/libxslt/templates.h
+include/libxslt/transform.h
+include/libxslt/variables.h
+include/libxslt/xslt.h
+include/libxslt/xsltInternals.h
+include/libxslt/xsltutils.h
+lib/libxslt.a
+lib/libxslt.so
+lib/libxslt.so.0
+@dirrm include/libxslt