From ae7e8ba4c71baba5dd378539815b3eda1e23454b Mon Sep 17 00:00:00 2001 From: ijliao Date: Sun, 25 Feb 2001 18:49:50 +0000 Subject: add libxml++, XML API for C++ --- textproc/Makefile | 1 + textproc/libxml++/Makefile | 29 +++++++++++++++++++++++++++++ textproc/libxml++/distinfo | 1 + textproc/libxml++/pkg-comment | 1 + textproc/libxml++/pkg-descr | 5 +++++ textproc/libxml++/pkg-plist | 6 ++++++ textproc/libxml++26/Makefile | 29 +++++++++++++++++++++++++++++ textproc/libxml++26/distinfo | 1 + textproc/libxml++26/pkg-comment | 1 + textproc/libxml++26/pkg-descr | 5 +++++ textproc/libxml++26/pkg-plist | 6 ++++++ 11 files changed, 85 insertions(+) create mode 100644 textproc/libxml++/Makefile create mode 100644 textproc/libxml++/distinfo 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/libxml++26/Makefile create mode 100644 textproc/libxml++26/distinfo create mode 100644 textproc/libxml++26/pkg-comment create mode 100644 textproc/libxml++26/pkg-descr create mode 100644 textproc/libxml++26/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index a9b7289f05a..2a5710136c4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -59,6 +59,7 @@ SUBDIR += latte SUBDIR += latex2html SUBDIR += libxml + SUBDIR += libxml++ SUBDIR += libxml2 SUBDIR += libxode SUBDIR += libxslt diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile new file mode 100644 index 00000000000..2fd0adc70d1 --- /dev/null +++ b/textproc/libxml++/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# New ports collection makefile for: libxml++ +# Date created: Feb 26, 2001 +# Whom: Ying-Chieh Liao +# +# $FreeBSD$ +# + +PORTNAME= libxml++ +PORTVERSION= 0.11 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +post-patch: + @${PERL} -pi -e "s|xml-config|xml2-config|g" ${WRKSRC}/configure + @${PERL} -pi -e "s|libxml/|libxml2/|g" ${WRKSRC}/xml++.h + +.include diff --git a/textproc/libxml++/distinfo b/textproc/libxml++/distinfo new file mode 100644 index 00000000000..b1fa474487f --- /dev/null +++ b/textproc/libxml++/distinfo @@ -0,0 +1 @@ +MD5 (libxml++-0.11.tar.gz) = cbe12b128eb73c3c5b2ecbe603e02faa diff --git a/textproc/libxml++/pkg-comment b/textproc/libxml++/pkg-comment new file mode 100644 index 00000000000..d1cd9c9f1f2 --- /dev/null +++ b/textproc/libxml++/pkg-comment @@ -0,0 +1 @@ +XML API for C++ diff --git a/textproc/libxml++/pkg-descr b/textproc/libxml++/pkg-descr new file mode 100644 index 00000000000..d9a4edbf9f7 --- /dev/null +++ b/textproc/libxml++/pkg-descr @@ -0,0 +1,5 @@ +libxml++ is a C++ interface for working with XML files, using libxml +(gnome-xml) to parse and write the actual XML files. It has a simple +but complete API. + +WWW: http://www.ari.lusis.org/xml++/ diff --git a/textproc/libxml++/pkg-plist b/textproc/libxml++/pkg-plist new file mode 100644 index 00000000000..c8ea8e7b205 --- /dev/null +++ b/textproc/libxml++/pkg-plist @@ -0,0 +1,6 @@ +bin/xml++-config +include/xml++.h +lib/libxml++.a +lib/libxml++.so +lib/libxml++.so.0 +share/aclocal/libxml++.m4 diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile new file mode 100644 index 00000000000..2fd0adc70d1 --- /dev/null +++ b/textproc/libxml++26/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# New ports collection makefile for: libxml++ +# Date created: Feb 26, 2001 +# Whom: Ying-Chieh Liao +# +# $FreeBSD$ +# + +PORTNAME= libxml++ +PORTVERSION= 0.11 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +post-patch: + @${PERL} -pi -e "s|xml-config|xml2-config|g" ${WRKSRC}/configure + @${PERL} -pi -e "s|libxml/|libxml2/|g" ${WRKSRC}/xml++.h + +.include diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo new file mode 100644 index 00000000000..b1fa474487f --- /dev/null +++ b/textproc/libxml++26/distinfo @@ -0,0 +1 @@ +MD5 (libxml++-0.11.tar.gz) = cbe12b128eb73c3c5b2ecbe603e02faa diff --git a/textproc/libxml++26/pkg-comment b/textproc/libxml++26/pkg-comment new file mode 100644 index 00000000000..d1cd9c9f1f2 --- /dev/null +++ b/textproc/libxml++26/pkg-comment @@ -0,0 +1 @@ +XML API for C++ diff --git a/textproc/libxml++26/pkg-descr b/textproc/libxml++26/pkg-descr new file mode 100644 index 00000000000..d9a4edbf9f7 --- /dev/null +++ b/textproc/libxml++26/pkg-descr @@ -0,0 +1,5 @@ +libxml++ is a C++ interface for working with XML files, using libxml +(gnome-xml) to parse and write the actual XML files. It has a simple +but complete API. + +WWW: http://www.ari.lusis.org/xml++/ diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist new file mode 100644 index 00000000000..c8ea8e7b205 --- /dev/null +++ b/textproc/libxml++26/pkg-plist @@ -0,0 +1,6 @@ +bin/xml++-config +include/xml++.h +lib/libxml++.a +lib/libxml++.so +lib/libxml++.so.0 +share/aclocal/libxml++.m4 -- cgit