diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-08 19:15:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-08 19:15:12 +0000 |
commit | f8bc3c3b1910128c7fe18df6f623e7539c2b8af3 (patch) | |
tree | d1b0ee53291479bf7cde53b8367bca0b3151dbe5 /textproc | |
parent | 4014de5a88983296a4e8a27083a44679e9428835 (diff) | |
download | ports-f8bc3c3b1910128c7fe18df6f623e7539c2b8af3.tar.gz ports-f8bc3c3b1910128c7fe18df6f623e7539c2b8af3.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/wbxml2/Makefile | 45 | ||||
-rw-r--r-- | textproc/wbxml2/distinfo | 3 | ||||
-rw-r--r-- | textproc/wbxml2/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/wbxml2/pkg-plist | 71 |
5 files changed, 127 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 464e83c4d6f7..28fdaaec775d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -738,6 +738,7 @@ SUBDIR += urlview SUBDIR += uz-aspell SUBDIR += wa-aspell + SUBDIR += wbxml2 SUBDIR += wdiff SUBDIR += webcpp SUBDIR += website diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile new file mode 100644 index 000000000000..f3cc4b271904 --- /dev/null +++ b/textproc/wbxml2/Makefile @@ -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> diff --git a/textproc/wbxml2/distinfo b/textproc/wbxml2/distinfo new file mode 100644 index 000000000000..f4204adf99be --- /dev/null +++ b/textproc/wbxml2/distinfo @@ -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 diff --git a/textproc/wbxml2/pkg-descr b/textproc/wbxml2/pkg-descr new file mode 100644 index 000000000000..e503a861c301 --- /dev/null +++ b/textproc/wbxml2/pkg-descr @@ -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/ diff --git a/textproc/wbxml2/pkg-plist b/textproc/wbxml2/pkg-plist new file mode 100644 index 000000000000..69a99763461a --- /dev/null +++ b/textproc/wbxml2/pkg-plist @@ -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 |