Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2004 17:37:52 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72406: [NEW PORT] graphics/libsvg: A parser for SVG content in files or buffers
Message-ID:  <200410062137.i96Lbq6K040606@blueheron.ahze.net>
Resent-Message-ID: <200410062140.i96LeNQR009236@freefall.freebsd.org>

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

>Number:         72406
>Category:       ports
>Synopsis:       [NEW PORT] graphics/libsvg: A parser for SVG content in files or buffers
>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:   Wed Oct 06 21:40:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-BETA6 FreeBSD 5.3-BETA6 #67: Fri Oct  1 15:03:41 EDT
>Description:
A parser for SVG content in files or buffers

WWW:	http://cairographics.org/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- libsvg-0.1.2.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:
#
#	libsvg
#	libsvg/pkg-descr
#	libsvg/Makefile
#	libsvg/distinfo
#
echo c - libsvg
mkdir -p libsvg > /dev/null 2>&1
echo x - libsvg/pkg-descr
sed 's/^X//' >libsvg/pkg-descr << 'END-of-libsvg/pkg-descr'
XA parser for SVG content in files or buffers
X
XWWW:	http://cairographics.org/
END-of-libsvg/pkg-descr
echo x - libsvg/Makefile
sed 's/^X//' >libsvg/Makefile << 'END-of-libsvg/Makefile'
X# New ports collection makefile for:	libsvg
X# Date created:		2004-10-06
X# Whom:			Michael Johnson <ahze@ahze.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libsvg
XPORTVERSION=	0.1.2
XCATEGORIES=	graphics
XMASTER_SITES=	http://cairographics.org/cairo/snapshots/
X
XMAINTAINER=	ahze@ahze.net
XCOMMENT=	A parser for SVG content in files or buffers
X
XLIB_DEPENDS=	fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
X		png.5:${PORTSDIR}/graphics/png \
X		jpeg.9:${PORTSDIR}/graphics/jpeg
X
XUSE_LIBTOOL_VER=15
XUSE_GNOME=	libxml2 gnomehack gnometarget
XUSE_ICONV=	yes
XUSE_REINPLACE=	yes
XINSTALLS_SHLIB=	yes
X
XPLIST_FILES=	include/svg.h \
X		lib/libsvg.a \
X		lib/libsvg.so \
X		lib/libsvg.so.1 \
X		libdata/pkgconfig/libsvg.pc
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X.if ${OSVERSION} < 500000
X	@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \
X		${WRKSRC}/src/svg_ascii.h
X.endif
X
X.include <bsd.port.post.mk>
END-of-libsvg/Makefile
echo x - libsvg/distinfo
sed 's/^X//' >libsvg/distinfo << 'END-of-libsvg/distinfo'
XMD5 (libsvg-0.1.2.tar.gz) = c8efa4ceb6a919fae30477ee2d6b41c7
XSIZE (libsvg-0.1.2.tar.gz) = 260350
END-of-libsvg/distinfo
exit
--- libsvg-0.1.2.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?200410062137.i96Lbq6K040606>