summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-12 06:08:18 +0000
committeradam <adam@pkgsrc.org>2020-05-12 06:08:18 +0000
commit79ce45238cabe4ae88472c5df42797de3ee4b7a4 (patch)
tree6540eab9b133eb19e96137960d325869f9f44045 /textproc
parentdd8bab3794ee67cd953a74746286c59f2a802997 (diff)
downloadpkgsrc-79ce45238cabe4ae88472c5df42797de3ee4b7a4.tar.gz
libxml++1: removed; successor textproc/libxml++
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/libxml++1/DESCR5
-rw-r--r--textproc/libxml++1/Makefile27
-rw-r--r--textproc/libxml++1/PLIST27
-rw-r--r--textproc/libxml++1/buildlink3.mk15
-rw-r--r--textproc/libxml++1/distinfo8
-rw-r--r--textproc/libxml++1/patches/patch-configure13
-rw-r--r--textproc/libxml++1/patches/patch-libxml++_parsers_parser.cc14
8 files changed, 1 insertions, 111 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 6061c7a3c7e..c9ed2b865f2 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1136 2020/05/01 17:52:28 nia Exp $
+# $NetBSD: Makefile,v 1.1137 2020/05/12 06:08:18 adam Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -447,7 +447,6 @@ SUBDIR+= libxls
SUBDIR+= libxlsxwriter
SUBDIR+= libxml
SUBDIR+= libxml++
-SUBDIR+= libxml++1
SUBDIR+= libxml2
SUBDIR+= libxslt
SUBDIR+= libyaml
diff --git a/textproc/libxml++1/DESCR b/textproc/libxml++1/DESCR
deleted file mode 100644
index 1b581a0b949..00000000000
--- a/textproc/libxml++1/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This library provides a C++ interface to XML files. It uses libxml2
-to access the XML files, and in order to configure libxml++ you
-must have both libxml and pkg-config installed.
-
-A newer version of this library is in textproc/libxml++.
diff --git a/textproc/libxml++1/Makefile b/textproc/libxml++1/Makefile
deleted file mode 100644
index d0a42994b57..00000000000
--- a/textproc/libxml++1/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2020/03/20 11:58:27 nia Exp $
-#
-
-DISTNAME= libxml++-1.0.5
-PKGNAME= libxml++1-1.0.5
-PKGREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml++/1.0/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://libxmlplusplus.sourceforge.net/
-COMMENT= C++ wrapper for the libxml XML parser library
-LICENSE= gnu-lgpl-v2.1
-
-USE_PKGLOCALEDIR= yes
-USE_LANGUAGES= c c++03
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-GNU_CONFIGURE= yes
-
-PKGCONFIG_OVERRIDE+= libxml++-1.0.pc.in
-
-CONFLICTS+= libxml++-1.*
-
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/libxml++1/PLIST b/textproc/libxml++1/PLIST
deleted file mode 100644
index 6450df7a5ad..00000000000
--- a/textproc/libxml++1/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:21 joerg Exp $
-include/libxml++-1.0/libxml++/api_export.h
-include/libxml++-1.0/libxml++/attribute.h
-include/libxml++-1.0/libxml++/document.h
-include/libxml++-1.0/libxml++/dtd.h
-include/libxml++-1.0/libxml++/exceptions/exception.h
-include/libxml++-1.0/libxml++/exceptions/internal_error.h
-include/libxml++-1.0/libxml++/exceptions/parse_error.h
-include/libxml++-1.0/libxml++/exceptions/validity_error.h
-include/libxml++-1.0/libxml++/io/ostreamoutputbuffer.h
-include/libxml++-1.0/libxml++/io/outputbuffer.h
-include/libxml++-1.0/libxml++/keepblanks.h
-include/libxml++-1.0/libxml++/libxml++.h
-include/libxml++-1.0/libxml++/nodes/cdatanode.h
-include/libxml++-1.0/libxml++/nodes/commentnode.h
-include/libxml++-1.0/libxml++/nodes/contentnode.h
-include/libxml++-1.0/libxml++/nodes/element.h
-include/libxml++-1.0/libxml++/nodes/entityreference.h
-include/libxml++-1.0/libxml++/nodes/node.h
-include/libxml++-1.0/libxml++/nodes/processinginstructionnode.h
-include/libxml++-1.0/libxml++/nodes/textnode.h
-include/libxml++-1.0/libxml++/noncopyable.h
-include/libxml++-1.0/libxml++/parsers/domparser.h
-include/libxml++-1.0/libxml++/parsers/parser.h
-include/libxml++-1.0/libxml++/parsers/saxparser.h
-lib/libxml++-1.0.la
-lib/pkgconfig/libxml++-1.0.pc
diff --git a/textproc/libxml++1/buildlink3.mk b/textproc/libxml++1/buildlink3.mk
deleted file mode 100644
index cd56192fe13..00000000000
--- a/textproc/libxml++1/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:04:34 rillig Exp $
-
-BUILDLINK_TREE+= libxmlpp1
-
-.if !defined(LIBXMLPP1_BUILDLINK3_MK)
-LIBXMLPP1_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libxmlpp1+= libxml++1>=1.0.5
-BUILDLINK_ABI_DEPENDS.libxmlpp1?= libxml++1>=1.0.5nb1
-BUILDLINK_PKGSRCDIR.libxmlpp1?= ../../textproc/libxml++1
-
-.include "../../textproc/libxml2/buildlink3.mk"
-.endif # LIBXMLPP1_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libxmlpp1
diff --git a/textproc/libxml++1/distinfo b/textproc/libxml++1/distinfo
deleted file mode 100644
index 558a237c586..00000000000
--- a/textproc/libxml++1/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 01:59:39 agc Exp $
-
-SHA1 (libxml++-1.0.5.tar.bz2) = e90e66beff0af2e2f2a320ffbf8f4c1a3790bc44
-RMD160 (libxml++-1.0.5.tar.bz2) = 073cff2d7a07ca62552c001d9560a21bcc447d35
-SHA512 (libxml++-1.0.5.tar.bz2) = e59ba4253ef82ae042ba48468693001fba5d4959d037640f9f2a3664646f58893aedc903d3f5d78599b118d286fbb6f552e2b9c1cfe72217f9f345f1520073e8
-Size (libxml++-1.0.5.tar.bz2) = 303965 bytes
-SHA1 (patch-configure) = b5dc1b1c7d9e1e7c99769d435a215c5566a66687
-SHA1 (patch-libxml++_parsers_parser.cc) = afc87895a6b1f63cde467594849c89d761144c48
diff --git a/textproc/libxml++1/patches/patch-configure b/textproc/libxml++1/patches/patch-configure
deleted file mode 100644
index a6c0286ff96..00000000000
--- a/textproc/libxml++1/patches/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2011/12/10 01:09:20 marino Exp $
-
---- configure.orig 2005-09-27 18:58:07.000000000 +0000
-+++ configure
-@@ -6849,7 +6849,7 @@ echo "${ECHO_T}no" >&6
- exit 1
- fi
- gentoo_lt_version="1.5.18"
--gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'`
-+gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
- if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
- echo "$as_me:$LINENO: result: no" >&5
- echo "${ECHO_T}no" >&6
diff --git a/textproc/libxml++1/patches/patch-libxml++_parsers_parser.cc b/textproc/libxml++1/patches/patch-libxml++_parsers_parser.cc
deleted file mode 100644
index a2825ff5910..00000000000
--- a/textproc/libxml++1/patches/patch-libxml++_parsers_parser.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-libxml++_parsers_parser.cc,v 1.1 2011/08/14 18:54:53 wiz Exp $
-
-Fix build with gcc-4.5.
-
---- libxml++/parsers/parser.cc.orig 2004-08-13 21:08:43.000000000 +0000
-+++ libxml++/parsers/parser.cc
-@@ -9,6 +9,7 @@
- #include <libxml/parser.h>
-
- #include <cstdarg> //For va_list.
-+#include <memory> //For auto_ptr
-
- namespace xmlpp {
-