aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2010-07-25 19:24:16 +0800
committerwxs <wxs@FreeBSD.org>2010-07-25 19:24:16 +0800
commite46583c6b49db422b1ad7eaf78833f9983d418aa (patch)
tree69d4063dab0aee098920c570d945106af448ee74 /textproc
parent7cd22636ee57975210b1ce6298df4b4559fb6137 (diff)
downloadfreebsd-ports-gnome-e46583c6b49db422b1ad7eaf78833f9983d418aa.tar.gz
freebsd-ports-gnome-e46583c6b49db422b1ad7eaf78833f9983d418aa.tar.zst
freebsd-ports-gnome-e46583c6b49db422b1ad7eaf78833f9983d418aa.zip
Remove textproc/mini-xml as it is outdated and a duplicate of textproc/mxml.
Technically, textproc/mini-xml was added to the tree first but it has been outdated for a while now. PR: ports/148775 Submitted by: Bapt <baptiste.daroussin@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/mini-xml/Makefile44
-rw-r--r--textproc/mini-xml/distinfo3
-rw-r--r--textproc/mini-xml/files/patch-Makefile.in33
-rw-r--r--textproc/mini-xml/files/patch-configure16
-rw-r--r--textproc/mini-xml/pkg-descr22
-rw-r--r--textproc/mini-xml/pkg-plist16
7 files changed, 0 insertions, 135 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b15807b29b55..5d67cdd98e05 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -383,7 +383,6 @@
SUBDIR += mguesser
SUBDIR += mi-aspell
SUBDIR += mifluz
- SUBDIR += mini-xml
SUBDIR += minidom
SUBDIR += minised
SUBDIR += mk-aspell
diff --git a/textproc/mini-xml/Makefile b/textproc/mini-xml/Makefile
deleted file mode 100644
index 8f37b5567b68..000000000000
--- a/textproc/mini-xml/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: mini-xml
-# Date created: 01 Jan 2004
-# Whom: Vladimir Osintsev <oc@cynic.ru>
-# $FreeBSD$
-
-PORTNAME= mini-xml
-PORTVERSION= 2.2.2
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= http://ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
- ftp://ftp3.easysw.com/pub/mxml/${PORTVERSION}/ \
- http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
- ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
- ftp://ftp.easysw.com/pub/mxml/${PORTVERSION}/
-DISTNAME= mxml-${PORTVERSION}
-
-MAINTAINER= oc@cynic.ru
-COMMENT= Lightweight XML parsing library
-
-USE_GNOME= gnometarget pkgconfig
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
-
-MAN1= mxmldoc.1
-MAN3= mxml.3
-CAT1= mxmldoc.1
-CAT3= mxml.3
-
-.if defined(NOPORTDOCS)
-post-patch:
- ${REINPLACE_CMD} -e '130,133d' ${WRKSRC}/Makefile.in
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/test.xml ${DOCSDIR}
- ${MKDIR} ${DOCSDIR}/samples
-.for SN in class enum function struct
- ${INSTALL_MAN} ${WRKSRC}/test/${SN}.cxx ${DOCSDIR}/samples/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/textproc/mini-xml/distinfo b/textproc/mini-xml/distinfo
deleted file mode 100644
index 54e79e38333a..000000000000
--- a/textproc/mini-xml/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mxml-2.2.2.tar.gz) = ef69862ad30ef2fe66457415db5b5ab4
-SHA256 (mxml-2.2.2.tar.gz) = cb84f822037c472da57ed38bcd577a614031d77c95cd524f2b658c59e4d51476
-SIZE (mxml-2.2.2.tar.gz) = 204522
diff --git a/textproc/mini-xml/files/patch-Makefile.in b/textproc/mini-xml/files/patch-Makefile.in
deleted file mode 100644
index ce7980e063f2..000000000000
--- a/textproc/mini-xml/files/patch-Makefile.in
+++ /dev/null
@@ -1,33 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig
-+++ Makefile.in
-@@ -133,12 +133,12 @@
- done
- $(INSTALL_DIR) $(BUILDROOT)$(includedir)
- $(INSTALL_DATA) mxml.h $(BUILDROOT)$(includedir)
-- $(INSTALL_DIR) $(BUILDROOT)$(libdir)/pkgconfig
-- $(INSTALL_DATA) mxml.pc $(BUILDROOT)$(libdir)/pkgconfig
-- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/cat1
-- $(INSTALL_MAN) doc/mxmldoc.$(CAT1EXT) $(BUILDROOT)$(mandir)/cat1/mxmldoc.$(CAT1EXT)
-- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/cat3
-- $(INSTALL_MAN) doc/mxml.$(CAT3EXT) $(BUILDROOT)$(mandir)/cat3/mxml.$(CAT3EXT)
-+ $(INSTALL_DIR) $(BUILDROOT)$(prefix)/libdata/pkgconfig
-+ $(INSTALL_DATA) mxml.pc $(BUILDROOT)$(prefix)/libdata/pkgconfig
-+ -$(MKDIR) -p $(BUILDROOT)$(mandir)/cat1
-+ $(CP) doc/mxmldoc.$(CAT1EXT) $(BUILDROOT)$(mandir)/cat1/mxmldoc.$(CAT1EXT)
-+ -$(MKDIR) -p $(BUILDROOT)$(mandir)/cat3
-+ $(CP) doc/mxml.$(CAT3EXT) $(BUILDROOT)$(mandir)/cat3/mxml.$(CAT3EXT)
- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/man1
- $(INSTALL_MAN) doc/mxmldoc.man $(BUILDROOT)$(mandir)/man1/mxmldoc.$(MAN1EXT)
- $(INSTALL_DIR) $(BUILDROOT)$(mandir)/man3
-@@ -177,7 +177,7 @@
- $(RM) $(BUILDROOT)$(bindir)/mxmldoc
- $(RM) -r $(BUILDROOT)$(docdir)
- $(RM) $(BUILDROOT)$(includedir)/mxml.h
-- $(RM) $(BUILDROOT)$(libdir)/pkgconfig/mxml.pc
-+ $(RM) $(BUILDROOT)$(prefix)/libdata/pkgconfig/mxml.pc
- $(RM) $(BUILDROOT)$(mandir)/cat1/mxmldoc.$(CAT1EXT)
- $(RM) $(BUILDROOT)$(mandir)/cat3/mxml.$(CAT3EXT)
- $(RM) $(BUILDROOT)$(mandir)/man1/mxmldoc.$(MAN1EXT)
diff --git a/textproc/mini-xml/files/patch-configure b/textproc/mini-xml/files/patch-configure
deleted file mode 100644
index 17569fc01323..000000000000
--- a/textproc/mini-xml/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
---- configure.orig Fri May 21 05:10:33 2004
-+++ configure Sat May 29 15:23:32 2004
-@@ -3028,13 +3028,6 @@
- fi
-
- case "$uname" in
-- *BSD* | Darwin*)
-- # *BSD
-- CAT1EXT="0"
-- MAN1EXT="1"
-- CAT3EXT="0"
-- MAN3EXT="3"
-- ;;
- *)
- # All others
- CAT1EXT="1"
diff --git a/textproc/mini-xml/pkg-descr b/textproc/mini-xml/pkg-descr
deleted file mode 100644
index c36625be8497..000000000000
--- a/textproc/mini-xml/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Mini-XML is a small XML parsing library that you can use to read XML and
-XML-like data files in your application without requiring large non-standard
-libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works,
-as do most vendors' ANSI C compilers) and a "make" program.
-
-Mini-XML provides the following functionality:
-
-- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and
- strings.
-- Data is stored in a linked-list tree structure, preserving the XML data
- hierarchy.
-- Supports arbitrary element names, attributes, and attribute values with no
- preset limits, just available memory.
-- Supports integer, real, opaque ("cdata"), and text data types in "leaf"
- nodes.
-- Functions for creating and managing trees of data.
-- "Find" and "walk" functions for easily locating and navigating trees of data.
-
-WWW: http://www.easysw.com/~mike/mxml/
-
-- Michael Sweet
-mxml@easysw.com
diff --git a/textproc/mini-xml/pkg-plist b/textproc/mini-xml/pkg-plist
deleted file mode 100644
index 508c85795bc6..000000000000
--- a/textproc/mini-xml/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-bin/mxmldoc
-include/mxml.h
-lib/libmxml.a
-libdata/pkgconfig/mxml.pc
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/mxml.html
-%%PORTDOCS%%%%DOCSDIR%%/mxmldoc.xsd
-%%PORTDOCS%%%%DOCSDIR%%/test.xml
-%%PORTDOCS%%%%DOCSDIR%%/samples/class.cxx
-%%PORTDOCS%%%%DOCSDIR%%/samples/enum.cxx
-%%PORTDOCS%%%%DOCSDIR%%/samples/function.cxx
-%%PORTDOCS%%%%DOCSDIR%%/samples/struct.cxx
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%