mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Remove this port - it's already exists as textproc/wbxml2.
Pointy hat to: sobomax
This commit is contained in:
parent
82613c1950
commit
b34ace4998
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190658
@ -262,7 +262,6 @@
|
||||
SUBDIR += libtranslate
|
||||
SUBDIR += libtre
|
||||
SUBDIR += libuninameslist
|
||||
SUBDIR += libwbxml
|
||||
SUBDIR += libwpd
|
||||
SUBDIR += libxdiff
|
||||
SUBDIR += libxml
|
||||
|
@ -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>
|
@ -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
|
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user