diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 26 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 1 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-aa | 12 | ||||
-rw-r--r-- | textproc/libxslt/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/libxslt/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/libxslt/pkg-plist | 20 |
7 files changed, 65 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9c6558e99dc9..27cd2900a40e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -60,6 +60,7 @@ SUBDIR += libxml SUBDIR += libxml2 SUBDIR += libxode + SUBDIR += libxslt SUBDIR += linuxdoc SUBDIR += lotusxsl SUBDIR += ltxml 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 |