ports/149320: New port: textproc/simplexml is C++ XML parser and validator
Konstantin Lepa
konstantin.lepa at gmail.com
Thu Aug 5 13:10:08 UTC 2010
>Number: 149320
>Category: ports
>Synopsis: New port: textproc/simplexml is C++ XML parser and validator
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 05 13:10:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Konstantin Lepa
>Release: 8.1
>Organization:
>Environment:
FreeBSD barberi.volvox.su 8.1-STABLE FreeBSD 8.1-STABLE #0: Mon Aug 2 15:46:32 MSD 2010 root at barberi.volvox.su:/usr/obj/usr/src/sys/GENERIC i386
>Description:
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# simplexml
# simplexml/pkg-plist
# simplexml/pkg-descr
# simplexml/distinfo
# simplexml/Makefile
#
echo c - simplexml
mkdir -p simplexml > /dev/null 2>&1
echo x - simplexml/pkg-plist
sed 's/^X//' >simplexml/pkg-plist << '8f1ade69ec2a66b4c860aa00c44f6eef'
Xbin/simplexml_xsg
Xinclude/simplexml/types.hpp
Xinclude/simplexml/xml-attr.hpp
Xinclude/simplexml/xml-element.hpp
Xinclude/simplexml/xml-exception.hpp
Xinclude/simplexml/xml-handler-base.hpp
Xinclude/simplexml/xml-handler.hpp
Xinclude/simplexml/xml-parser.hpp
Xinclude/simplexml/xml-validator-base.hpp
Xinclude/simplexml/xml-validator.hpp
Xinclude/simplexml/xml-value.hpp
Xlib/libsimplexml.so
Xlib/libsimplexml.so.1
Xlib/libsimplexml.so.1.0
X at dirrm include/simplexml
8f1ade69ec2a66b4c860aa00c44f6eef
echo x - simplexml/pkg-descr
sed 's/^X//' >simplexml/pkg-descr << '514ee1c4a6fb01dbcbc1ee82995414c5'
XA C++ XML parser library.
X
XWWW: http://bitbucket.org/badgopher/simplexml
514ee1c4a6fb01dbcbc1ee82995414c5
echo x - simplexml/distinfo
sed 's/^X//' >simplexml/distinfo << '6b0fa4a43b266738f61949b7f7bfd5a3'
XMD5 (simplexml/1.0.0.tar.gz) = d373c174ced6daeedb824372a46b98a1
XSHA256 (simplexml/1.0.0.tar.gz) = 09179bfc13ec64650557d5c28daaacd9f1f4df619d92a19a4767e15a7acfca0c
XSIZE (simplexml/1.0.0.tar.gz) = 18154
6b0fa4a43b266738f61949b7f7bfd5a3
echo x - simplexml/Makefile
sed 's/^X//' >simplexml/Makefile << '8c617e0c852d1e000235547266c27e41'
X# Ports collection makefile for: simplexml
X# Date created: May 18 2010
X# Whom: Konstantin Lepa <konstantin.lepa at gmail.com>
X#
X
XPORTNAME= simplexml
XPORTVERSION= 1.0.0
XPORTREVISION= 1
XCATEGORIES= textproc
XMASTER_SITES= http://bitbucket.org/badgopher/simplexml/get/
XDISTFILES= ${PORTVERSION}${EXTRACT_SUFX}
XDIST_SUBDIR= ${PORTNAME}
X
XMAINTAINER= konstantin.lepa at gmail.com
XCOMMENT= XML parser library
X
XUSE_GZIP= yes
XUSE_CMAKE= yes
XUSE_ICONV= yes
X
XWRKSRC= ${WRKDIR}/${PORTNAME}
X
X.if defined(WITH_DEBUG)
XCMAKE_BUILD_TYPE= DebugFull
XCMAKE_ARGS+= DEBUG_MODE:BOOL=ON
X.endif
X
XLIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 \
X iconv.3:${PORTSDIR}/converters/iconv
X
X.include <bsd.port.mk>
X
X# vim: ts=8 sw=8
8c617e0c852d1e000235547266c27e41
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list