# 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/Makefile
#	simplexml/distinfo
#	simplexml/pkg-descr
#	simplexml/pkg-plist
#
echo c - simplexml
mkdir -p simplexml > /dev/null 2>&1
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@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	simplexml
XPORTVERSION=	1.0.1
XCATEGORIES=	textproc
XMASTER_SITES=	http://bitbucket.org/klepa/simplexml/downloads/ SF/${PORTNAME}conf
X
XMAINTAINER=	konstantin.lepa@gmail.com
XCOMMENT=	C++ XML parser library
X
XLIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
X
XUSE_GZIP=	yes
XUSE_CMAKE=	yes
XUSE_ICONV=	yes
XUSE_LDCONFIG=	yes
X
X.if defined(WITH_DEBUG)
XCMAKE_ARGS+=	-DDEBUG_MODE:BOOL=ON
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; \
X		/set.*CMAKE_BUILD_TYPE/d' ${WRKSRC}/CMakeLists.txt \
X		${WRKSRC}/cmake/FindIconv.cmake
X
X.include <bsd.port.mk>
8c617e0c852d1e000235547266c27e41
echo x - simplexml/distinfo
sed 's/^X//' >simplexml/distinfo << '6b0fa4a43b266738f61949b7f7bfd5a3'
XMD5 (simplexml-1.0.1.tar.gz) = 9c5ccb456ea0e19aa4e9cfd8729f4bdc
XSHA256 (simplexml-1.0.1.tar.gz) = d58ee33bde3c5683cab9708417a8a28c87c2d00294b0e4b5bc256e10fbd2c925
XSIZE (simplexml-1.0.1.tar.gz) = 18144
6b0fa4a43b266738f61949b7f7bfd5a3
echo x - simplexml/pkg-descr
sed 's/^X//' >simplexml/pkg-descr << '514ee1c4a6fb01dbcbc1ee82995414c5'
XA C++ XML parser library.
X
XWWW:	http://bitbucket.org/klepa/simplexml
514ee1c4a6fb01dbcbc1ee82995414c5
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@dirrm include/simplexml
8f1ade69ec2a66b4c860aa00c44f6eef
exit