Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
textproc/wbxml2/DESCR Normal file
View File

@@ -0,0 +1,4 @@
The WBXML Library (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.

32
textproc/wbxml2/Makefile Normal file
View File

@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.5 2012/12/12 10:44:11 wiz Exp $
#
DISTNAME= wbxml2-0.9.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wbxmllib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wbxmllib.sourceforge.net/
COMMENT= Library to handle WAP binary XML files
USE_TOOLS+= pkg-config
USE_TOOLS+= aclocal autoheader automake autoconf
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libwbxml2.pc.in
CPPFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
pre-configure:
cd ${WRKSRC} && \
${PREFIX}/bin/libtoolize && \
aclocal && \
autoheader && \
automake --add-missing && \
autoconf
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

35
textproc/wbxml2/PLIST Normal file
View File

@@ -0,0 +1,35 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:33 joerg Exp $
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.la
lib/pkgconfig/libwbxml2.pc
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-LGPL
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

View File

@@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:25:33 joerg Exp $
BUILDLINK_TREE+= wbxml2
.if !defined(WBXML2_BUILDLINK3_MK)
WBXML2_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.wbxml2+= wbxml2>=0.9.2
BUILDLINK_PKGSRCDIR.wbxml2?= ../../textproc/wbxml2
.include "../../textproc/expat/buildlink3.mk"
.endif # WBXML2_BUILDLINK3_MK
BUILDLINK_TREE+= -wbxml2

7
textproc/wbxml2/distinfo Normal file
View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.2 2013/01/25 12:06:16 jperkin Exp $
SHA1 (wbxml2-0.9.2.tar.gz) = ee02ec4a1e6cd0312d0b2a02c85c603e4c98ba14
RMD160 (wbxml2-0.9.2.tar.gz) = 00e4f88d74be96a1a42dddc80c6edab94a6a8870
Size (wbxml2-0.9.2.tar.gz) = 304115 bytes
SHA1 (patch-aa) = f508c228ecb0778121a07bad6069c0966188f8fc
SHA1 (patch-configure.in) = a4e126689f113eadcd2ba40c2a8512d4b29e4bfd

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1.1.1 2008/01/12 14:05:17 dillo Exp $
--- Makefile.am.orig 2006-07-11 13:47:43.000000000 +0200
+++ Makefile.am
@@ -24,10 +24,6 @@ wbxmldoc_DATA = \
TODO\
doxygen.h
-install-data-local:
- $(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
mv $(distdir)/wbxml2.spec.aux $(distdir)/wbxml2.spec

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-configure.in,v 1.1 2013/01/25 12:06:16 jperkin Exp $
* automake-1.13 compatability.
--- configure.in.orig 2006-07-11 11:47:44.000000000 +0000
+++ configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(doxygen.h)
AM_INIT_AUTOMAKE(wbxml2, 0.9.0)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl Define common variables