Add libxslt, an XSL Transformations (XSLT) library being developed

for the GNOME project.
This commit is contained in:
Ade Lovett 2001-02-09 23:19:44 +00:00
parent e313b3998d
commit 11c716a03a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38160
7 changed files with 65 additions and 0 deletions

View file

@ -60,6 +60,7 @@
SUBDIR += libxml
SUBDIR += libxml2
SUBDIR += libxode
SUBDIR += libxslt
SUBDIR += linuxdoc
SUBDIR += lotusxsl
SUBDIR += ltxml

26
textproc/libxslt/Makefile Normal file
View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (libxslt-0.1.0.tar.gz) = b9b9cc8c127eba9b8f7608d9606bf164

View file

@ -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

View file

@ -0,0 +1 @@
The XSLT C library for GNOME

View file

@ -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/

View file

@ -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