# 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: # # serd-0/ # serd-0/Makefile # serd-0/distinfo # serd-0/pkg-descr # serd-0/pkg-plist # echo c - serd-0/ mkdir -p serd-0/ > /dev/null 2>&1 echo x - serd-0/Makefile sed 's/^X//' >serd-0/Makefile << 'dfd888c77f717c90cb39258290314045' X# New ports collection makefile for: serd X# Date created: Sun Nov 6 22:11:44 CET 2011 X# Whom: nox@FreeBSD.org X# X# $FreeBSD: $ X# X XPORTNAME= serd XPORTVERSION= 0.5.0 XCATEGORIES= textproc XMASTER_SITES= http://download.drobilla.net/ XPKGNAMESUFFIX= -0 X XMAINTAINER= nox@FreeBSD.org XCOMMENT= lightweight C library for RDF syntax X XUSE_GNOME= gnomehack pkgconfig XUSE_BZIP2= yes XUSE_PYTHON_BUILD= yes XUSE_LDCONFIG= yes XMAKE_JOBS_SAFE= yes X XMAN1= serdi.1 X Xdo-configure: X (cd ${WRKSRC} && ${CONFIGURE_ENV} ${PYTHON_CMD} ./waf configure ${CONFIGURE_ARGS}) X Xdo-build: X (cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} ./waf build -j ${MAKE_JOBS_NUMBER}) X ${REINPLACE_CMD} "s|bld.env\\['LIBDIR'\\],'pkgconfig'|bld.env\\['PREFIX'\\],'libdata/pkgconfig'|" ${WRKSRC}/.waf-*/waflib/extras/autowaf.py X ${RM} ${WRKSRC}/.waf-*/waflib/extras/autowaf.pyc X Xdo-install: X (cd ${WRKSRC} && ${PYTHON_CMD} ./waf install) X X.include dfd888c77f717c90cb39258290314045 echo x - serd-0/distinfo sed 's/^X//' >serd-0/distinfo << '4747dd4c684d2df18b11f7d9544989af' XSHA256 (serd-0.5.0.tar.bz2) = 2b25033bca2ce903e3c901e5c2ceb500eebb1a56ca68a1018ec623aaeb7df8d0 XSIZE (serd-0.5.0.tar.bz2) = 281802 4747dd4c684d2df18b11f7d9544989af echo x - serd-0/pkg-descr sed 's/^X//' >serd-0/pkg-descr << 'c56917c7aad951af855990d0b44b0f69' XSerd is a lightweight C library for RDF syntax which supports reading Xand writing Turtle and NTriples. X XSerd is not intended to be a swiss-army knife of RDF syntax, but Xrather is suited to resource limited or performance critical Xapplications, or situations where a simple reader/writer with minimal Xdependencies is ideal (e.g. in LV2 hosts or plugins). X XWWW: http://drobilla.net/software/serd/ c56917c7aad951af855990d0b44b0f69 echo x - serd-0/pkg-plist sed 's/^X//' >serd-0/pkg-plist << '64ea84a14c2e0647175c0b7770ccbb69' Xbin/serdi Xinclude/serd-0/serd/serd.h Xlib/libserd-0.so Xlib/libserd-0.so.0 Xlib/libserd-0.so.0.5.0 Xlibdata/pkgconfig/serd-0.pc X@dirrm include/serd-0/serd X@dirrm include/serd-0 64ea84a14c2e0647175c0b7770ccbb69 exit