Add libxslt, an XSL Transformations (XSLT) library being developed
for the GNOME project.
This commit is contained in:
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
|
@ -60,6 +60,7 @@
|
|||
SUBDIR += libxml
|
||||
SUBDIR += libxml2
|
||||
SUBDIR += libxode
|
||||
SUBDIR += libxslt
|
||||
SUBDIR += linuxdoc
|
||||
SUBDIR += lotusxsl
|
||||
SUBDIR += ltxml
|
||||
|
|
26
textproc/libxslt/Makefile
Normal file
26
textproc/libxslt/Makefile
Normal 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>
|
1
textproc/libxslt/distinfo
Normal file
1
textproc/libxslt/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libxslt-0.1.0.tar.gz) = b9b9cc8c127eba9b8f7608d9606bf164
|
12
textproc/libxslt/files/patch-aa
Normal file
12
textproc/libxslt/files/patch-aa
Normal 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
|
1
textproc/libxslt/pkg-comment
Normal file
1
textproc/libxslt/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
The XSLT C library for GNOME
|
4
textproc/libxslt/pkg-descr
Normal file
4
textproc/libxslt/pkg-descr
Normal 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/
|
20
textproc/libxslt/pkg-plist
Normal file
20
textproc/libxslt/pkg-plist
Normal 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
|
Loading…
Reference in a new issue