diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-04-22 22:52:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-04-22 22:52:50 +0000 |
commit | 9891ec18e11cfddc6c1b5dffb1e746644846b5a2 (patch) | |
tree | d8da96c80d3ef589e652a1589879ef15e1fbe499 /textproc | |
parent | 97fcbb955811dd665ffbe3d3e97c826c9db24169 (diff) | |
download | FreeBSD-ports-9891ec18e11cfddc6c1b5dffb1e746644846b5a2.zip FreeBSD-ports-9891ec18e11cfddc6c1b5dffb1e746644846b5a2.tar.gz |
Remove this port - it's already exists as textproc/wbxml2.
Pointy hat to: sobomax
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/libwbxml/Makefile | 33 | ||||
-rw-r--r-- | textproc/libwbxml/distinfo | 3 | ||||
-rw-r--r-- | textproc/libwbxml/files/patch-Makefile.am | 25 | ||||
-rw-r--r-- | textproc/libwbxml/files/patch-src_Makefile.am | 25 | ||||
-rw-r--r-- | textproc/libwbxml/files/patch-tools_Makefile.am | 16 | ||||
-rw-r--r-- | textproc/libwbxml/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/libwbxml/pkg-plist | 37 |
8 files changed, 0 insertions, 147 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 36c3022..7b6f095 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -262,7 +262,6 @@ SUBDIR += libtranslate SUBDIR += libtre SUBDIR += libuninameslist - SUBDIR += libwbxml SUBDIR += libwpd SUBDIR += libxdiff SUBDIR += libxml diff --git a/textproc/libwbxml/Makefile b/textproc/libwbxml/Makefile deleted file mode 100644 index c653565..0000000 --- a/textproc/libwbxml/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libwbxml -# Date created: 19 April 2007 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libwbxml -PORTVERSION= 0.9.2 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wbxmllib -DISTNAME= wbxml2-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org -COMMENT= Library and tools to parse, encode and handle WBXML documents - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 - -USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:19 autoconf:259 autoheader:259 automake:19 libtool:15 -AUTOMAKE_ARGS= --add-missing -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes - -patch-autotools: - @${CP} ${LOCALBASE}/share/libtool/ltmain.sh ${WRKSRC}/ltmain.sh - @${CAT} ${LOCALBASE}/share/aclocal/libtool.m4 >> ${WRKSRC}/aclocal.m4 - @${TOUCH} ${WRKSRC}/config.h.in - @${REINPLACE_CMD} 's|^.*install_prog.*instname.*destdir.*$$||' ${WRKSRC}/ltmain.sh - -.include <bsd.port.mk> diff --git a/textproc/libwbxml/distinfo b/textproc/libwbxml/distinfo deleted file mode 100644 index c3b4891..0000000 --- a/textproc/libwbxml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wbxml2-0.9.2.tar.gz) = 67a48fd9b69db8818a4dca5375c7993a -SHA256 (wbxml2-0.9.2.tar.gz) = cb4909d8753dff7f6ac90a62a61ed1ae68e49ead2dbc60c22673c55bb0e14a36 -SIZE (wbxml2-0.9.2.tar.gz) = 304115 diff --git a/textproc/libwbxml/files/patch-Makefile.am b/textproc/libwbxml/files/patch-Makefile.am deleted file mode 100644 index a4c5226..0000000 --- a/textproc/libwbxml/files/patch-Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- Makefile.am.orig -+++ Makefile.am -@@ -8,7 +8,7 @@ - pkgconfigdir=$(libdir)/pkgconfig - pkgconfig_DATA = libwbxml2.pc - --wbxmldocdir = ${prefix}/share/doc/wbxml2-${VERSION} -+wbxmldocdir = ${prefix}/share/doc/wbxml2 - wbxmldoc_DATA = \ - AUTHORS\ - bootstrap\ -@@ -25,8 +25,8 @@ - doxygen.h - - install-data-local: -- $(mkinstalldirs) $(DESTDIR)$(wbxmldocdir)/manual -- cp -Rp doc/* $(DESTDIR)$(wbxmldocdir)/manual -+# $(mkinstalldirs) $(DESTDIR)$(wbxmldocdir)/manual -+# cp -Rp doc/* $(DESTDIR)$(wbxmldocdir)/manual - - dist-bz2: distdir - sed -e "s/tar.gz/tar.bz2/g" $(distdir)/wbxml2.spec > $(distdir)/wbxml2.spec.aux diff --git a/textproc/libwbxml/files/patch-src_Makefile.am b/textproc/libwbxml/files/patch-src_Makefile.am deleted file mode 100644 index aeeb60c..0000000 --- a/textproc/libwbxml/files/patch-src_Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.am -+++ src/Makefile.am -@@ -3,7 +3,7 @@ - INCLUDES =\ - -I. -I/usr/include - --CFLAGS =\ -+CFLAGS +=\ - -DHAVE_CONFIG_H\ - -DHAVE_EXPAT\ - -D_REENTRANT\ -@@ -20,9 +20,7 @@ - -DWBXML_SUPPORT_SYNCML\ - -DWBXML_SUPPORT_WV\ - -DWBXML_SUPPORT_AIRSYNC\ -- -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes\ -- -O3\ -- -g -+ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes - - lib_LTLIBRARIES = libwbxml2.la - diff --git a/textproc/libwbxml/files/patch-tools_Makefile.am b/textproc/libwbxml/files/patch-tools_Makefile.am deleted file mode 100644 index 622f464..0000000 --- a/textproc/libwbxml/files/patch-tools_Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- tools/Makefile.am -+++ tools/Makefile.am -@@ -20,9 +20,7 @@ - -DWBXML_SUPPORT_SYNCML\ - -DWBXML_SUPPORT_WV\ - -DWBXML_SUPPORT_AIRSYNC\ -- -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes\ -- -O3\ -- -g -+ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes - - bin_PROGRAMS = wbxml2xml xml2wbxml - diff --git a/textproc/libwbxml/pkg-descr b/textproc/libwbxml/pkg-descr deleted file mode 100644 index 762066f..0000000 --- a/textproc/libwbxml/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The WBXML Library (aka libwbxml) contains a library and its associated tools -to Parse, Encode and Handle WBXML documents. - -The WBXML format is a binary representation of XML, defined by the Wap Forum, -and used to reduce bandwidth in mobile communications. - -WWW: http://libwbxml.aymerick.com diff --git a/textproc/libwbxml/pkg-plist b/textproc/libwbxml/pkg-plist deleted file mode 100644 index e699e4e..0000000 --- a/textproc/libwbxml/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/wbxml2xml -bin/xml2wbxml -include/wbxml.h -include/wbxml_base64.h -include/wbxml_buffers.h -include/wbxml_charset.h -include/wbxml_conv.h -include/wbxml_elt.h -include/wbxml_encoder.h -include/wbxml_errors.h -include/wbxml_handlers.h -include/wbxml_lists.h -include/wbxml_log.h -include/wbxml_mem.h -include/wbxml_parser.h -include/wbxml_tables.h -include/wbxml_tree.h -include/wbxml_tree_clb_wbxml.h -include/wbxml_tree_clb_xml.h -lib/libwbxml2.a -lib/libwbxml2.so -lib/libwbxml2.so.0 -lib/pkgconfig/libwbxml2.pc -share/doc/wbxml2/AUTHORS -share/doc/wbxml2/BUGS -share/doc/wbxml2/COPYING -share/doc/wbxml2/ChangeLog -share/doc/wbxml2/GNU-LGPL -share/doc/wbxml2/INSTALL -share/doc/wbxml2/NEWS -share/doc/wbxml2/README -share/doc/wbxml2/References -share/doc/wbxml2/THANKS -share/doc/wbxml2/TODO -share/doc/wbxml2/bootstrap -share/doc/wbxml2/doxygen.h -@dirrm share/doc/wbxml2 |