summaryrefslogtreecommitdiff
path: root/textproc/libxml
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-10 13:48:53 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-10 13:48:53 +0000
commite1fbee612d25c7a495cc8a625d63f55ace642c58 (patch)
tree68d8190a36c7fa9e058523b27d333a6eda923c5a /textproc/libxml
parentActivate gtop. (diff)
Import XML parser library.
PR: ports/8227 Submitted by: <nakai@technologist.com>
Notes
Notes: svn path=/head/; revision=13857
Diffstat (limited to 'textproc/libxml')
-rw-r--r--textproc/libxml/Makefile21
-rw-r--r--textproc/libxml/distinfo1
-rw-r--r--textproc/libxml/files/patch-aa11
-rw-r--r--textproc/libxml/pkg-comment1
-rw-r--r--textproc/libxml/pkg-descr1
-rw-r--r--textproc/libxml/pkg-plist11
6 files changed, 46 insertions, 0 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile
new file mode 100644
index 000000000000..b5208c748b21
--- /dev/null
+++ b/textproc/libxml/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/libxml/distinfo b/textproc/libxml/distinfo
new file mode 100644
index 000000000000..741e8459fdd1
--- /dev/null
+++ b/textproc/libxml/distinfo
@@ -0,0 +1 @@
+MD5 (libxml-0.30.tar.gz) = 62cadf0c00e7b0742d663c97ad910e2b
diff --git a/textproc/libxml/files/patch-aa b/textproc/libxml/files/patch-aa
new file mode 100644
index 000000000000..cb42a7e8f387
--- /dev/null
+++ b/textproc/libxml/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/libxml/pkg-comment b/textproc/libxml/pkg-comment
new file mode 100644
index 000000000000..ef67cf071473
--- /dev/null
+++ b/textproc/libxml/pkg-comment
@@ -0,0 +1 @@
+xml parser library for GNOME
diff --git a/textproc/libxml/pkg-descr b/textproc/libxml/pkg-descr
new file mode 100644
index 000000000000..ef67cf071473
--- /dev/null
+++ b/textproc/libxml/pkg-descr
@@ -0,0 +1 @@
+xml parser library for GNOME
diff --git a/textproc/libxml/pkg-plist b/textproc/libxml/pkg-plist
new file mode 100644
index 000000000000..0b9535bd26da
--- /dev/null
+++ b/textproc/libxml/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