mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
ad7873b889
commit
52140fb40c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159227
@ -223,6 +223,7 @@
|
||||
SUBDIR += libextractor
|
||||
SUBDIR += liblingoteach
|
||||
SUBDIR += liblrdf
|
||||
SUBDIR += libnxml
|
||||
SUBDIR += libparsifal
|
||||
SUBDIR += libpathan
|
||||
SUBDIR += libstree
|
||||
|
29
textproc/libnxml/Makefile
Normal file
29
textproc/libnxml/Makefile
Normal file
@ -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>
|
3
textproc/libnxml/distinfo
Normal file
3
textproc/libnxml/distinfo
Normal file
@ -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
|
6
textproc/libnxml/pkg-descr
Normal file
6
textproc/libnxml/pkg-descr
Normal file
@ -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/
|
7
textproc/libnxml/pkg-plist
Normal file
7
textproc/libnxml/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user