[Midnightbsd-cvs] mports: mports/graphics: add librsvg2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 1 01:36:46 EDT 2007
Log Message:
-----------
add librsvg2
Modified Files:
--------------
mports/graphics:
Makefile (r1.59 -> r1.60)
Added Files:
-----------
mports/graphics/librsvg2:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
mports/graphics/librsvg2/files:
patch-moz-plugin_Makefile.in (r1.1)
-------------- next part --------------
--- /dev/null
+++ 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 is used by Nautilus for drawing vector icons and
+anti-aliased text.
+
+WWW: http://librsvg.sourceforge.net/
--- /dev/null
+++ graphics/librsvg2/pkg-plist
@@ -0,0 +1,44 @@
+bin/rsvg
+bin/rsvg-convert
+bin/rsvg-view
+include/librsvg-2/librsvg/librsvg-enum-types.h
+include/librsvg-2/librsvg/librsvg-features.h
+include/librsvg-2/librsvg/rsvg-cairo.h
+include/librsvg-2/librsvg/rsvg.h
+%%PLUGIN%%lib/browser_plugins/libmozsvgdec.a
+%%PLUGIN%%lib/browser_plugins/libmozsvgdec.la
+%%PLUGIN%%lib/browser_plugins/libmozsvgdec.so
+lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.a
+lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.la
+lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.so
+lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.a
+lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.la
+lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.so
+lib/librsvg-2.a
+lib/librsvg-2.la
+lib/librsvg-2.so
+lib/librsvg-2.so.2
+libdata/pkgconfig/librsvg-2.0.pc
+share/doc/rsvg/home.png
+share/doc/rsvg/index.html
+share/doc/rsvg/index.sgml
+share/doc/rsvg/ix01.html
+share/doc/rsvg/left.png
+share/doc/rsvg/pt02.html
+share/doc/rsvg/pt03.html
+share/doc/rsvg/pt04.html
+share/doc/rsvg/right.png
+share/doc/rsvg/rsvg-Cairo.html
+share/doc/rsvg/rsvg-Core-API.html
+share/doc/rsvg/rsvg-GdkPixbuf.html
+share/doc/rsvg/rsvg.devhelp
+share/doc/rsvg/rsvg.devhelp2
+share/doc/rsvg/rsvg.html
+share/doc/rsvg/style.css
+share/doc/rsvg/up.png
+share/gnome/pixmaps/svg-viewer.svg
+ at dirrm share/doc/rsvg
+ at dirrm include/librsvg-2/librsvg
+ at dirrm include/librsvg-2
+ at 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
+ at 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
--- /dev/null
+++ graphics/librsvg2/Makefile
@@ -0,0 +1,70 @@
+# New ports collection makefile for: librsvg2
+# Date created: 8th May 2001
+# Whom: Ade Lovett <ade at FreeBSD.org>
+#
+# $MidnightBSD: mports/graphics/librsvg2/Makefile,v 1.1 2007/09/01 05:36:44 laffer1 Exp $
+# $FreeBSD: ports/graphics/librsvg2/Makefile,v 1.59 2007/07/27 15:50:29 mezz Exp $
+# $MCom: ports/graphics/librsvg2/Makefile,v 1.109 2006/10/02 04:52:51 bland Exp $
+#
+
+PORTNAME= librsvg2
+PORTVERSION= 2.18.0
+CATEGORIES= graphics gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DISTNAME= librsvg-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Library for parsing and rendering SVG vector-graphic files
+LICENSE= gpl2
+
+BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
+ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco
+RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_XLIB= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-svgz \
+ --disable-gtk-doc \
+ --without-gimp \
+ --with-croco \
+ --disable-gnome-vfs \
+ --enable-gtk-theme \
+ --disable-gnome-print
+
+CROCO_VERSION= 0.6
+
+MAN1= rsvg.1
+
+OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_MOZILLA_PLUGIN)
+USE_GECKO= firefox mozilla seamonkey xulrunner firefox15
+.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
+CONFIGURE_ENV+= MOZILLA_CONFIG=no
+CONFIGURE_ARGS+=--enable-mozilla-plugin=yes
+
+PLIST_SUB+= PLUGIN=""
+.else
+CONFIGURE_ARGS+=--enable-mozilla-plugin=no
+
+PLIST_SUB+= PLUGIN="@comment "
+.endif
+
+post-patch:
+.if defined(WITH_MOZILLA_PLUGIN)
+ @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \
+ ${WRKSRC}/configure
+.endif
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ graphics/librsvg2/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/librsvg-2.18.0.tar.bz2) = cf3b600b874c6940594db512b4260382
+SHA256 (gnome2/librsvg-2.18.0.tar.bz2) = 4865b483e640a1950a9de2ff07260ae0ae5f534ddb72b68bed75db1e8f78527f
+SIZE (gnome2/librsvg-2.18.0.tar.bz2) = 460040
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/Makefile,v
retrieving revision 1.59
retrieving revision 1.60
diff -Lgraphics/Makefile -Lgraphics/Makefile -u -r1.59 -r1.60
--- graphics/Makefile
+++ graphics/Makefile
@@ -42,6 +42,7 @@
SUBDIR += libgnomecanvas
SUBDIR += libgphoto2
SUBDIR += libmng
+ SUBDIR += librsvg2
SUBDIR += libungif
SUBDIR += libwmf
SUBDIR += linux-ac3d
--- /dev/null
+++ graphics/librsvg2/files/patch-moz-plugin_Makefile.in
@@ -0,0 +1,20 @@
+--- moz-plugin/Makefile.in.orig Thu Jul 27 11:13:53 2006
++++ moz-plugin/Makefile.in Thu Jul 27 11:14:38 2006
+@@ -241,7 +241,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-plugindir = $(libdir)/mozilla/plugins
++plugindir = $(libdir)/browser_plugins
+ @WITH_MOZILLA_FALSE at plugin_LTLIBRARIES =
+ @WITH_MOZILLA_TRUE at plugin_LTLIBRARIES = libmozsvgdec.la
+ INCLUDES = $(MOZILLA_CFLAGS) -DBINDIR=\"$(bindir)/\" $(GLIB_CFLAGS) $(GDK_X11_CFLAGS)
+@@ -284,7 +284,7 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+- test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
++ at WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(mkdir_p) -p "$(DESTDIR)$(plugindir)"
+ @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ f=$(am__strip_dir) \
More information about the Midnightbsd-cvs
mailing list