Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2008 22:33:09 +0100
From:      "Pietro Cerutti" <gahr@gahr.ch>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/119543: [new port] textproc/scew - Simple C Expat Wrapper
Message-ID:  <1200000789.3009@gahrtop.localhost>
Resent-Message-ID: <200801102140.m0ALe18r010536@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119543
>Category:       ports
>Synopsis:       [new port] textproc/scew - Simple C Expat Wrapper
>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 Jan 10 21:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-CURRENT #20: Tue Jan  8 15:03:14 CET 2008
    root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:


This is the port of SCEW, a simple C expat wrapper available at:

http://www.nongnu.org/scew


>How-To-Repeat:





>Fix:


--- scew.shar begins here ---
# 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

--- scew.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1200000789.3009>