diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-10 13:48:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-10 13:48:53 +0000 |
commit | e1fbee612d25c7a495cc8a625d63f55ace642c58 (patch) | |
tree | 68d8190a36c7fa9e058523b27d333a6eda923c5a /textproc/libxml2 | |
parent | 68a7bf40411a56ca593c373bfb2b9287646744f1 (diff) | |
download | ports-e1fbee612d25c7a495cc8a625d63f55ace642c58.tar.gz ports-e1fbee612d25c7a495cc8a625d63f55ace642c58.zip |
Import XML parser library.
PR: ports/8227
Submitted by: <nakai@technologist.com>
Notes
Notes:
svn path=/head/; revision=13857
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 21 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 1 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-aa | 11 | ||||
-rw-r--r-- | textproc/libxml2/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/libxml2/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 11 |
6 files changed, 46 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile new file mode 100644 index 000000000000..b5208c748b21 --- /dev/null +++ b/textproc/libxml2/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libxml +# Version required: 0.30 +# Date created: 28 September 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> +# +# $Id$ +# + +DISTNAME= libxml-0.30 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ + +MAINTAINER= Nakai@technologist.com + +GNU_CONFIGURE= yes + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo new file mode 100644 index 000000000000..741e8459fdd1 --- /dev/null +++ b/textproc/libxml2/distinfo @@ -0,0 +1 @@ +MD5 (libxml-0.30.tar.gz) = 62cadf0c00e7b0742d663c97ad910e2b diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa new file mode 100644 index 000000000000..cb42a7e8f387 --- /dev/null +++ b/textproc/libxml2/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Oct 8 17:36:15 1998 ++++ Makefile.in Thu Oct 8 18:18:42 1998 +@@ -105,7 +105,7 @@ + tester_DEPENDENCIES = $(DEPS) + tester_LDADD= $(LDADDS) + +-confexecdir=$(libdir) ++confexecdir=$(sysconfdir) + confexec_DATA = xmlConf.sh + + EXTRA_DIST = xmlConf.sh.in diff --git a/textproc/libxml2/pkg-comment b/textproc/libxml2/pkg-comment new file mode 100644 index 000000000000..ef67cf071473 --- /dev/null +++ b/textproc/libxml2/pkg-comment @@ -0,0 +1 @@ +xml parser library for GNOME diff --git a/textproc/libxml2/pkg-descr b/textproc/libxml2/pkg-descr new file mode 100644 index 000000000000..ef67cf071473 --- /dev/null +++ b/textproc/libxml2/pkg-descr @@ -0,0 +1 @@ +xml parser library for GNOME diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist new file mode 100644 index 000000000000..0b9535bd26da --- /dev/null +++ b/textproc/libxml2/pkg-plist @@ -0,0 +1,11 @@ +etc/xmlConf.sh +include/gnome-xml/entities.h +include/gnome-xml/parser.h +include/gnome-xml/tree.h +lib/libxml.a +@exec ranlib %D/%F +lib/libxml.la +lib/libxml.so.0 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@dirrm include/gnome-xml |