# 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:
#
#	scew
#	scew/Makefile
#	scew/distinfo
#	scew/pkg-descr
#	scew/pkg-plist
#
echo c - scew
mkdir -p scew > /dev/null 2>&1
echo x - scew/Makefile
sed 's/^X//' >scew/Makefile << 'END-of-scew/Makefile'
X# New ports collection makefile for:	scew
X# Date created:        10 January 2008
X# Whom:                Pietro Cerutti <gahr@gahr.ch>
X#
X
XPORTNAME=	scew
XPORTVERSION=	0.4.0
XCATEGORIES=	textproc
XMASTER_SITES=	SAVANNAH/${PORTNAME}/
X
XMAINTAINER=	gahr@gahr.ch
XCOMMENT=	Simple C Expat Wrapper
X
XLIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_AUTOTOOLS=	libtool:15
XUSE_LDCONFIG=	yes
XUSE_GNOME=	gnomehack
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X					LDFLAGS="-L${LOCALBASE}/lib"
X
XSCEW_EXAMPLES=	print stream write
X
Xpost-install:
X.for ex in ${SCEW_EXAMPLES}
X	${INSTALL_PROGRAM} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${PREFIX}/bin
X.endfor
X
X.include <bsd.port.mk>
END-of-scew/Makefile
echo x - scew/distinfo
sed 's/^X//' >scew/distinfo << 'END-of-scew/distinfo'
XMD5 (scew-0.4.0.tar.gz) = a43a2dc7bb0923ef8f4d7175c050f0c5
XSHA256 (scew-0.4.0.tar.gz) = c257f328cf3b568cf1ab772ce97f9c1bdb2e7455a98bd6f15e7274fa618f24b7
XSIZE (scew-0.4.0.tar.gz) = 110412
END-of-scew/distinfo
echo x - scew/pkg-descr
sed 's/^X//' >scew/pkg-descr << 'END-of-scew/pkg-descr'
XThe aim of SCEW is to provide an easy interface around the XML Expat
Xparser.
XSCEW also incorporates functions to create and handle XML trees. That
Xis, add and delete nodes, change attribute names and values...
X
XWWW: http://www.nongnu.org/scew/
END-of-scew/pkg-descr
echo x - scew/pkg-plist
sed 's/^X//' >scew/pkg-plist << 'END-of-scew/pkg-plist'
Xlibdata/pkgconfig/scew.pc
Xlib/libscew.a
Xinclude/scew/scew.h
Xinclude/scew/attribute.h
Xinclude/scew/element.h
Xinclude/scew/error.h
Xinclude/scew/parser.h
Xinclude/scew/str.h
Xinclude/scew/tree.h
Xinclude/scew/types.h
Xinclude/scew/writer.h
X@dirrm include/scew
END-of-scew/pkg-plist
exit