summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-09 01:08:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-09 01:08:04 +0800
commit39c2a801b1368b55b7ff1c7a32e2a6ac9d3ce0e2 (patch)
treec256fd2d47d5da2981a5f3f4ffa3ae442e6a6b3e /graphics
parent0e63b7799a3a76fade5229918707fb38f3c147e9 (diff)
downloadmarcuscom-ports-39c2a801b1368b55b7ff1c7a32e2a6ac9d3ce0e2.tar
marcuscom-ports-39c2a801b1368b55b7ff1c7a32e2a6ac9d3ce0e2.tar.gz
marcuscom-ports-39c2a801b1368b55b7ff1c7a32e2a6ac9d3ce0e2.tar.bz2
marcuscom-ports-39c2a801b1368b55b7ff1c7a32e2a6ac9d3ce0e2.tar.lz
marcuscom-ports-39c2a801b1368b55b7ff1c7a32e2a6ac9d3ce0e2.tar.xz
marcuscom-ports-39c2a801b1368b55b7ff1c7a32e2a6ac9d3ce0e2.tar.zst
marcuscom-ports-39c2a801b1368b55b7ff1c7a32e2a6ac9d3ce0e2.zip
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1407 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/librsvg2/Makefile40
-rw-r--r--graphics/librsvg2/distinfo1
-rw-r--r--graphics/librsvg2/files/patch-configure13
-rw-r--r--graphics/librsvg2/pkg-descr7
-rw-r--r--graphics/librsvg2/pkg-plist30
5 files changed, 91 insertions, 0 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
new file mode 100644
index 000000000..2fc3d3ee1
--- /dev/null
+++ b/graphics/librsvg2/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: librsvg2
+# Date created: 8th May 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD: ports/graphics/librsvg2/Makefile,v 1.33 2003/11/17 12:28:59 trevor Exp $
+#
+
+PORTNAME= librsvg2
+PORTVERSION= 2.5.0
+CATEGORIES= graphics gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
+DISTNAME= librsvg-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Library for parsing and rendering SVG vector-graphic files
+
+BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
+ popt.0:${PORTSDIR}/devel/popt \
+ gsf-1.9:${PORTSDIR}/devel/libgsf
+RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_GNOME= gnomehack gtk20 libartlgpl2 libxml2
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-svgz \
+ --disable-gtk-doc \
+ --without-gimp
+PLIST_SUB= GTK_VERSION="2.2.0"
+
+MAN1= rsvg.1
+
+.include <bsd.port.mk>
diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo
new file mode 100644
index 000000000..5486386cd
--- /dev/null
+++ b/graphics/librsvg2/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/librsvg-2.5.0.tar.bz2) = f3e7033a730c9fc0cf7f1430e7ca9fc3
diff --git a/graphics/librsvg2/files/patch-configure b/graphics/librsvg2/files/patch-configure
new file mode 100644
index 000000000..864fd4621
--- /dev/null
+++ b/graphics/librsvg2/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/graphics/librsvg2/files/patch-configure,v 1.4 2003/09/18 06:49:33 marcus Exp $
+
+--- configure 2002/04/25 19:16:30 1.1
++++ configure 2002/04/25 19:16:42
+@@ -5397,6 +5397,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/graphics/librsvg2/pkg-descr b/graphics/librsvg2/pkg-descr
new file mode 100644
index 000000000..b3f050b65
--- /dev/null
+++ b/graphics/librsvg2/pkg-descr
@@ -0,0 +1,7 @@
+The librsvg library is a lightweight library for parsing and rendering
+vector-graphic files in SVG format (like the ones made by sodipodi). It also
+includes functions that render anti-aliased fonts using freetype, including
+caching of glyphs. It's used by Nautilus for drawing vector icons and
+anti-aliased type.
+
+WWW: http://www.gnome.org/
diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist
new file mode 100644
index 000000000..ef670bb3e
--- /dev/null
+++ b/graphics/librsvg2/pkg-plist
@@ -0,0 +1,30 @@
+bin/rsvg
+include/librsvg-2/librsvg/librsvg-features.h
+include/librsvg-2/librsvg/rsvg-gz.h
+include/librsvg-2/librsvg/rsvg.h
+lib/gtk-2.0/%%GTK_VERSION%%/engines/libsvg.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/svg_loader.so
+lib/librsvg-2.a
+lib/librsvg-2.so
+lib/librsvg-2.so.7
+libdata/pkgconfig/librsvg-2.0.pc
+share/doc/librsvg/html/home.png
+share/doc/librsvg/html/i967.html
+share/doc/librsvg/html/index.html
+share/doc/librsvg/html/index.sgml
+share/doc/librsvg/html/left.png
+share/doc/librsvg/html/r22.html
+share/doc/librsvg/html/r373.html
+share/doc/librsvg/html/r407.html
+share/doc/librsvg/html/right.png
+share/doc/librsvg/html/rsvg-convenience-functions.html
+share/doc/librsvg/html/rsvg-core-api.html
+share/doc/librsvg/html/rsvg-creating-a-svgz-reader.html
+share/doc/librsvg/html/rsvg.html
+share/doc/librsvg/html/up.png
+@dirrm share/doc/librsvg/html
+@dirrm share/doc/librsvg
+@dirrm include/librsvg-2/librsvg
+@dirrm include/librsvg-2
+@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true
+@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true