summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-06 17:39:27 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-06 17:39:27 +0800
commit02710ddbc19e248424ce38956668ad3dd63024f4 (patch)
treea763eaabe45c5c72636978f5b7939ee9f97d29c0 /graphics
parentb4754144c20fa1b83ea1f22a47237a3eb7b53eea (diff)
downloadmarcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar
marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.gz
marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.bz2
marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.lz
marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.xz
marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.zst
marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.zip
Clean up USE_GECKO. Remove old mozilla products that will be removed soonish.
Submitted by: miwi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12784 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/librsvg2/Makefile73
-rw-r--r--graphics/librsvg2/distinfo3
-rw-r--r--graphics/librsvg2/files/patch-moz-plugin_Makefile.in11
-rw-r--r--graphics/librsvg2/pkg-descr7
-rw-r--r--graphics/librsvg2/pkg-plist45
5 files changed, 139 insertions, 0 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
new file mode 100644
index 000000000..6685a0b67
--- /dev/null
+++ b/graphics/librsvg2/Makefile
@@ -0,0 +1,73 @@
+# New ports collection makefile for: librsvg2
+# Date created: 8th May 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD: ports/graphics/librsvg2/Makefile,v 1.76 2009/08/02 19:34:12 mezz Exp $
+# $MCom: ports-stable/graphics/librsvg2/Makefile,v 1.5 2009/04/20 05:55:53 marcus Exp $
+#
+
+PORTNAME= librsvg2
+PORTVERSION= 2.26.0
+PORTREVISION= 2
+CATEGORIES= graphics gnome
+MASTER_SITES= GNOME
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+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 \
+ 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_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:22
+USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-svgz \
+ --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" on
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_MOZILLA_PLUGIN)
+USE_GECKO= libxul seamonkey
+USE_WEBPLUGINS= gecko*
+WEBPLUGINS_FILES=libmozsvgdec.so
+.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
+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)
+.if ${GECKO:Mlibxul}==""
+ @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \
+ ${WRKSRC}/configure
+.endif
+ @${REINPLACE_CMD} -e 's|[$$][(]libdir[)]/mozilla/plugins|${WEBPLUGINS_DIR}|g' \
+ ${WRKSRC}/moz-plugin/Makefile.in
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo
new file mode 100644
index 000000000..0807c3d1b
--- /dev/null
+++ b/graphics/librsvg2/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/librsvg-2.26.0.tar.bz2) = 65dbd726a514fe8b797d26254b8efc1e
+SHA256 (gnome2/librsvg-2.26.0.tar.bz2) = fdcab5f0d86198d8cbd4ffe5b333076f75e707f6d7e4af5e87a8644ff7533bea
+SIZE (gnome2/librsvg-2.26.0.tar.bz2) = 477499
diff --git a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
new file mode 100644
index 000000000..728d20fcb
--- /dev/null
+++ b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
@@ -0,0 +1,11 @@
+--- moz-plugin/Makefile.in.orig 2008-09-23 15:17:45.000000000 -0500
++++ moz-plugin/Makefile.in 2008-09-23 15:19:11.000000000 -0500
+@@ -270,7 +270,7 @@
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+- test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
++@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
+ @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ f=$(am__strip_dir) \
diff --git a/graphics/librsvg2/pkg-descr b/graphics/librsvg2/pkg-descr
new file mode 100644
index 000000000..9e39343a5
--- /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 is used by Nautilus for drawing vector icons and
+anti-aliased text.
+
+WWW: http://librsvg.sourceforge.net/
diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist
new file mode 100644
index 000000000..c89581974
--- /dev/null
+++ b/graphics/librsvg2/pkg-plist
@@ -0,0 +1,45 @@
+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%%%%WEBPLUGINS_DIR%%/libmozsvgdec.a
+%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.la
+%%PLUGIN%%%%WEBPLUGINS_DIR%%/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/pixmaps/svg-viewer.svg
+@dirrm share/doc/rsvg
+%%PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%%
+@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