Import libnxml-0.18.3 as textproc/libnxml from pkgsrc-wip.
Packaged by Kamel Derouiche. 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).
This commit is contained in:
parent
e0428760aa
commit
1eef4a33dc
5 changed files with 50 additions and 0 deletions
3
textproc/libnxml/DESCR
Normal file
3
textproc/libnxml/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
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).
|
23
textproc/libnxml/Makefile
Normal file
23
textproc/libnxml/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/05/30 00:16:10 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libnxml-0.18.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.autistici.org/bakunin/libnxml/
|
||||
|
||||
MAINTAINER= kamel.derouiche@gmail.com
|
||||
HOMEPAGE= http://www.autistici.org/bakunin/libnxml/doc/
|
||||
COMMENT= C library for parsing, writing and creating XML files or streams
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
PKGCONFIG_OVERRIDE+= nxml.pc.in
|
||||
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
textproc/libnxml/PLIST
Normal file
4
textproc/libnxml/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/30 00:16:10 obache Exp $
|
||||
include/nxml.h
|
||||
lib/libnxml.la
|
||||
lib/pkgconfig/nxml.pc
|
15
textproc/libnxml/buildlink3.mk
Normal file
15
textproc/libnxml/buildlink3.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/05/30 00:16:10 obache Exp $
|
||||
|
||||
BUILDLINK_TREE+= libnxml
|
||||
|
||||
.if !defined(LIBNXML_BUILDLINK3_MK)
|
||||
LIBNXML_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libnxml+= libnxml>=0.18.3
|
||||
BUILDLINK_PKGSRCDIR.libnxml?= ../../textproc/libnxml
|
||||
|
||||
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.endif # LIBNXML_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -libnxml
|
5
textproc/libnxml/distinfo
Normal file
5
textproc/libnxml/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/30 00:16:10 obache Exp $
|
||||
|
||||
SHA1 (libnxml-0.18.3.tar.gz) = 2bcb17ea01aa953d0f8cbc116e025bb837bec4aa
|
||||
RMD160 (libnxml-0.18.3.tar.gz) = e7ad57cbe2859a779580a3dd8f29eaecdb2e6af7
|
||||
Size (libnxml-0.18.3.tar.gz) = 361977 bytes
|
Loading…
Reference in a new issue