mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Add wbxml2, conversiontools for converting between xml and wbxml
PR: 88537 Submitted by: Clemens Zauner <czauner+ports@onlineloop.com>
This commit is contained in:
parent
4014de5a88
commit
f8bc3c3b19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147620
5 changed files with 127 additions and 0 deletions
|
@ -738,6 +738,7 @@
|
|||
SUBDIR += urlview
|
||||
SUBDIR += uz-aspell
|
||||
SUBDIR += wa-aspell
|
||||
SUBDIR += wbxml2
|
||||
SUBDIR += wdiff
|
||||
SUBDIR += webcpp
|
||||
SUBDIR += website
|
||||
|
|
45
textproc/wbxml2/Makefile
Normal file
45
textproc/wbxml2/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: wbxml
|
||||
# Date created: Nov 04, 2005
|
||||
# Whom: Clemens Zauner <czauner+ports@onlineloop.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wbxml2
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://czauner.onlineloop.com/pub/FreeBSD/distfiles/
|
||||
MASTER_SITE_SUBDIR= wbxmllib
|
||||
DISTNAME= wbxml2-0.9.0-src
|
||||
|
||||
MAINTAINER= czauner+ports@onlineloop.com
|
||||
COMMENT= Library & tools for converting wbxml<->xml
|
||||
|
||||
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_AUTOMAKE_VER= 19
|
||||
USE_AUTOCONF_VER= 259
|
||||
USE_AUTOMAKE_VER= 19
|
||||
AUTOMAKE_ARGS= -acf
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexpat"
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} "s,^CFLAGS,AM_CFLAGS," ${WRKSRC}/src/Makefile.am \
|
||||
${WRKSRC}/Makefile.am ${WRKSRC}/tools/Makefile.am
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
${LIBTOOLIZE} --force --copy && \
|
||||
${ACLOCAL} -I ${LOCALBASE}/share/aclocal && \
|
||||
${AUTOHEADER} && \
|
||||
${AUTOMAKE} --add-missing && \
|
||||
${AUTOCONF}
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/wbxml2/distinfo
Normal file
3
textproc/wbxml2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (wbxml2-0.9.0-src.tar.gz) = 3f9b5bf104ec523b8eebe69f93919ded
|
||||
SHA256 (wbxml2-0.9.0-src.tar.gz) = acd218148d7f92ee7bd0539d6aabd0b42cca8ae4ffe241bfa8760d30605b28c9
|
||||
SIZE (wbxml2-0.9.0-src.tar.gz) = 301756
|
7
textproc/wbxml2/pkg-descr
Normal file
7
textproc/wbxml2/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
libwbxml is a library for converting an XML Document to a WBXML Document
|
||||
and vice-versa.
|
||||
The WBXML format is a binary representation of XML, defined by the Wap Forum,
|
||||
and used to reduce bandwidth in mobile communications.
|
||||
|
||||
Author: Aymerick Jehanne <aymerick@jehanne.org>
|
||||
WWW: http://libwbxml.aymerick.com/
|
71
textproc/wbxml2/pkg-plist
Normal file
71
textproc/wbxml2/pkg-plist
Normal file
|
@ -0,0 +1,71 @@
|
|||
bin/wbxml2xml
|
||||
bin/xml2wbxml
|
||||
include/wbxml.h
|
||||
include/wbxml_base64.h
|
||||
include/wbxml_buffers.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
|
||||
share/doc/wbxml2-0.9.0/AUTHORS
|
||||
share/doc/wbxml2-0.9.0/BUGS
|
||||
share/doc/wbxml2-0.9.0/COPYING
|
||||
share/doc/wbxml2-0.9.0/ChangeLog
|
||||
share/doc/wbxml2-0.9.0/GNU-GPL
|
||||
share/doc/wbxml2-0.9.0/INSTALL
|
||||
share/doc/wbxml2-0.9.0/NEWS
|
||||
share/doc/wbxml2-0.9.0/README
|
||||
share/doc/wbxml2-0.9.0/References
|
||||
share/doc/wbxml2-0.9.0/THANKS
|
||||
share/doc/wbxml2-0.9.0/TODO
|
||||
share/doc/wbxml2-0.9.0/bootstrap
|
||||
share/doc/wbxml2-0.9.0/doxygen.h
|
||||
share/doc/wbxml2-0.9.0/manual/README
|
||||
share/doc/wbxml2-0.9.0/manual/e-novative.css
|
||||
share/doc/wbxml2-0.9.0/manual/images/blank.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/1.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/10.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/11.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/12.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/13.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/14.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/15.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/2.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/3.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/4.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/5.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/6.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/7.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/8.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/callouts/9.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/caution.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/draft.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/home.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/important.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/next.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/note.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/prev.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/tip.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/toc-blank.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/toc-minus.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/toc-plus.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/up.png
|
||||
share/doc/wbxml2-0.9.0/manual/images/warning.png
|
||||
share/doc/wbxml2-0.9.0/manual/wbxml2.html
|
||||
share/doc/wbxml2-0.9.0/manual/wbxml2.xml
|
||||
@dirrm share/doc/wbxml2-0.9.0/manual/images/callouts
|
||||
@dirrm share/doc/wbxml2-0.9.0/manual/images
|
||||
@dirrm share/doc/wbxml2-0.9.0/manual
|
||||
@dirrm share/doc/wbxml2-0.9.0
|
Loading…
Add table
Reference in a new issue