From e1fbee612d25c7a495cc8a625d63f55ace642c58 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 10 Oct 1998 13:48:53 +0000 Subject: Import XML parser library. PR: ports/8227 Submitted by: --- textproc/libxml/Makefile | 21 +++++++++++++++++++++ textproc/libxml/distinfo | 1 + textproc/libxml/files/patch-aa | 11 +++++++++++ textproc/libxml/pkg-comment | 1 + textproc/libxml/pkg-descr | 1 + textproc/libxml/pkg-plist | 11 +++++++++++ textproc/libxml2/Makefile | 21 +++++++++++++++++++++ textproc/libxml2/distinfo | 1 + textproc/libxml2/files/patch-aa | 11 +++++++++++ textproc/libxml2/pkg-comment | 1 + textproc/libxml2/pkg-descr | 1 + textproc/libxml2/pkg-plist | 11 +++++++++++ 12 files changed, 92 insertions(+) create mode 100644 textproc/libxml/Makefile create mode 100644 textproc/libxml/distinfo create mode 100644 textproc/libxml/files/patch-aa create mode 100644 textproc/libxml/pkg-comment create mode 100644 textproc/libxml/pkg-descr create mode 100644 textproc/libxml/pkg-plist create mode 100644 textproc/libxml2/Makefile create mode 100644 textproc/libxml2/distinfo create mode 100644 textproc/libxml2/files/patch-aa create mode 100644 textproc/libxml2/pkg-comment create mode 100644 textproc/libxml2/pkg-descr create mode 100644 textproc/libxml2/pkg-plist (limited to 'textproc') 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 +# +# $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 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 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 +# +# $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 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 -- cgit v1.2.3