diff options
author | garga <garga@FreeBSD.org> | 2006-04-09 18:02:57 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-09 18:02:57 +0000 |
commit | 21787ff16f773057cb493118bad03f38cf5637c4 (patch) | |
tree | e347b742acccfc6a3b1ca57bc2bf3a4151bfb047 /textproc/libnxml | |
parent | 6c3cf1dbf96c682c53b3ce1d36a19f74ce298a61 (diff) | |
download | FreeBSD-ports-21787ff16f773057cb493118bad03f38cf5637c4.zip FreeBSD-ports-21787ff16f773057cb493118bad03f38cf5637c4.tar.gz |
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files
or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321,
2143, 2312).
Author: Andrea Marchesini <bakunin@autistici.org>
WWW: http://www2.autistici.org/bakunin/libnxml/doc/
PR: ports/95539
Submitted by: Nicola Vitale <nivit@email.it>
Diffstat (limited to 'textproc/libnxml')
-rw-r--r-- | textproc/libnxml/Makefile | 29 | ||||
-rw-r--r-- | textproc/libnxml/distinfo | 3 | ||||
-rw-r--r-- | textproc/libnxml/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/libnxml/pkg-plist | 7 |
4 files changed, 45 insertions, 0 deletions
diff --git a/textproc/libnxml/Makefile b/textproc/libnxml/Makefile new file mode 100644 index 0000000..57c52e6 --- /dev/null +++ b/textproc/libnxml/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libnxml +# Date created: 2006-04-09 +# Whom: Nicola Vitale <nivit@email.it> +# +# $FreeBSD$ +# + +PORTNAME= libnxml +PORTVERSION= 0.9 +CATEGORIES= textproc devel +MASTER_SITES= http://www2.autistici.org/bakunin/libnxml/ \ + http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ + +MAINTAINER= nivit@email.it +COMMENT= A C library for writing XML 1.0/1.1 files or streams + +LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I/${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" + +INSTALLS_SHLIB= yes + +WANT_GNOME= yes + +pre-patch: + ${gnomehack_PRE_PATCH} + +.include <bsd.port.mk> diff --git a/textproc/libnxml/distinfo b/textproc/libnxml/distinfo new file mode 100644 index 0000000..8e36da2 --- /dev/null +++ b/textproc/libnxml/distinfo @@ -0,0 +1,3 @@ +MD5 (libnxml-0.9.tar.gz) = e5b3443280c9fd803ba280cbc7a8a45b +SHA256 (libnxml-0.9.tar.gz) = 39590fd2c567bff3e5d48d294d65d52e38a4665f6a234bb1496147f99f9afe21 +SIZE (libnxml-0.9.tar.gz) = 338191 diff --git a/textproc/libnxml/pkg-descr b/textproc/libnxml/pkg-descr new file mode 100644 index 0000000..20572bc --- /dev/null +++ b/textproc/libnxml/pkg-descr @@ -0,0 +1,6 @@ +nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files +or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, +2143, 2312). + +Author: Andrea Marchesini <bakunin@autistici.org> +WWW: http://www2.autistici.org/bakunin/libnxml/doc/ diff --git a/textproc/libnxml/pkg-plist b/textproc/libnxml/pkg-plist new file mode 100644 index 0000000..17ae70a --- /dev/null +++ b/textproc/libnxml/pkg-plist @@ -0,0 +1,7 @@ +@comment $FreeBSD$ +include/nxml.h +lib/libnxml.a +lib/libnxml.la +lib/libnxml.so +lib/libnxml.so.0 +libdata/pkgconfig/nxml.pc |