From 11c716a03ad6f68cec2bf57b140c7922fc63e6f4 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Fri, 9 Feb 2001 23:19:44 +0000 Subject: [PATCH] Add libxslt, an XSL Transformations (XSLT) library being developed for the GNOME project. --- textproc/Makefile | 1 + textproc/libxslt/Makefile | 26 ++++++++++++++++++++++++++ textproc/libxslt/distinfo | 1 + textproc/libxslt/files/patch-aa | 12 ++++++++++++ textproc/libxslt/pkg-comment | 1 + textproc/libxslt/pkg-descr | 4 ++++ textproc/libxslt/pkg-plist | 20 ++++++++++++++++++++ 7 files changed, 65 insertions(+) create mode 100644 textproc/libxslt/Makefile create mode 100644 textproc/libxslt/distinfo create mode 100644 textproc/libxslt/files/patch-aa create mode 100644 textproc/libxslt/pkg-comment create mode 100644 textproc/libxslt/pkg-descr create mode 100644 textproc/libxslt/pkg-plist 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 +# +# $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 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