diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 09:29:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 09:29:09 +0800 |
commit | 82b94614ff8c23ba09d8c24bd499e8ed767458d6 (patch) | |
tree | 75c9702cafe41e185281333dedc0cd524245d1bf /graphics | |
parent | 3692bdc430e89d56040aa75303a00b86d54cc2a1 (diff) | |
download | marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.gz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.bz2 marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.lz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.xz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.zst marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.zip |
- Clean out graphics since everything is in ports now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
64 files changed, 0 insertions, 1646 deletions
diff --git a/graphics/cairo-java/Makefile b/graphics/cairo-java/Makefile deleted file mode 100644 index 63f27652b..000000000 --- a/graphics/cairo-java/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: cairo-java -# Date created: 26 Oct 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= cairo-java -PORTVERSION= 1.0.1 -CATEGORIES= graphics java -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Java wrapper for the cairo graphics package - -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - glibjni-${GLIB_API_VERSION}.1:${PORTSDIR}/devel/glib-java - -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 -USE_JAVA= yes -JAVA_VERSION= 1.2+ -JAVA_OS= native -USE_GCC= 3.4+ -USE_GNOME= gnomehack gnometarget -USE_REINPLACE= yes -CONFIGURE_ARGS= --without-gcj-compile -CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" -CAIRO_API_VERSION= 1.0 -GLIB_API_VERSION= 0.2 -PLIST_SUB= CAIRO_API_VERSION=${CAIRO_API_VERSION} PORTNAME=${PORTNAME} -PKGMESSAGE= ${WRKDIR}/pkg-message - -do-install: - ${MKDIR} ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/.libs/libcairojni-${CAIRO_API_VERSION}.so \ - ${PREFIX}/lib/libcairojni-${CAIRO_API_VERSION}.so.1 - ${LN} -sf ${PREFIX}/lib/libcairojni-${CAIRO_API_VERSION}.so.1 \ - ${PREFIX}/lib/libcairojni-${CAIRO_API_VERSION}.so - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${INSTALL_DATA} ${WRKSRC}/cairo-java.pc ${PREFIX}/libdata/pkgconfig - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/cairo${CAIRO_API_VERSION}.jar ${JAVAJARDIR} - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/api - cd ${WRKSRC}/doc/api && ${FIND} . | ${CPIO} -pdmu ${DOCSDIR}/api -.endif - @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%CAIRO_API_VERSION%%|${CAIRO_API_VERSION}|g' \ - < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/graphics/cairo-java/distinfo b/graphics/cairo-java/distinfo deleted file mode 100644 index 04286e377..000000000 --- a/graphics/cairo-java/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/cairo-java-1.0.1.tar.bz2) = f56aee54177484d5e2e6cbba5ca09e73 -SIZE (gnome2/cairo-java-1.0.1.tar.bz2) = 252519 diff --git a/graphics/cairo-java/files/patch-cairo-java.pc.in b/graphics/cairo-java/files/patch-cairo-java.pc.in deleted file mode 100644 index 35e718070..000000000 --- a/graphics/cairo-java/files/patch-cairo-java.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- cairo-java.pc.in.orig Wed Oct 26 20:58:27 2005 -+++ cairo-java.pc.in Wed Oct 26 20:58:39 2005 -@@ -10,4 +10,4 @@ - Requires: cairo glib-java - api_version=@apiversion@ - classpath=@INSTALLED_CLASSPATH@ --Libs: -L@libdir@ -lcairojava -+Libs: -L@libdir@ -lcairojava-@apiversion@ diff --git a/graphics/cairo-java/files/patch-configure b/graphics/cairo-java/files/patch-configure deleted file mode 100644 index 637cd4ac2..000000000 --- a/graphics/cairo-java/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Oct 26 20:57:49 2005 -+++ configure Wed Oct 26 20:58:13 2005 -@@ -20032,7 +20032,7 @@ - - apiversion="1.0" - --INSTALLED_CLASSPATH=\${prefix}/share/java/cairo${apiversion}-${VERSION}.jar -+INSTALLED_CLASSPATH=\${prefix}/share/java/classes/cairo${apiversion}.jar - INSTALLED_JNI_DIR=\${prefix}/lib/ - - diff --git a/graphics/cairo-java/pkg-descr b/graphics/cairo-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/graphics/cairo-java/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Java-GNOME is a set of Java bindings for GNOME and GTK libraries, -so GNOME applications can be written in Java. It is implemented -as a JNI layer that delegates the Java calls out to the underlying -C library. - --- Java-GNOME README - -WWW: http://java-gnome.sourceforge.net/ diff --git a/graphics/cairo-java/pkg-message b/graphics/cairo-java/pkg-message deleted file mode 100644 index 3d8bbd512..000000000 --- a/graphics/cairo-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libgtk-java was successfully installed. In order to build and run cairo -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/cairo%%CAIRO_API_VERSION%%.jar - -************************************************************************ diff --git a/graphics/cairo-java/pkg-plist b/graphics/cairo-java/pkg-plist deleted file mode 100644 index ac16ab757..000000000 --- a/graphics/cairo-java/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -lib/libcairojni-%%CAIRO_API_VERSION%%.so -lib/libcairojni-%%CAIRO_API_VERSION%%.so.1 -libdata/pkgconfig/%%PORTNAME%%.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-noframe.html -%%PORTDOCS%%%%DOCSDIR%%/api/constant-values.html -%%PORTDOCS%%%%DOCSDIR%%/api/deprecated-list.html -%%PORTDOCS%%%%DOCSDIR%%/api/help-doc.html -%%PORTDOCS%%%%DOCSDIR%%/api/index-all.html -%%PORTDOCS%%%%DOCSDIR%%/api/index.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Antialias.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/CairoException.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Config.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Content.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Context.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Extend.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FillRule.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Filter.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontExtents.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontFace.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontOptions.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontSlant.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/FontWeight.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Format.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Glyph.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Gradient.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/HintMetrics.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/HintStyle.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/ImageSurface.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/LineCap.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/LineJoin.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/LinearGradient.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Matrix.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Operator.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/PDFSurface.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Pattern.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Point.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/RadialGradient.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Rectangle.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/ScaledFont.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Status.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/SubpixelOrder.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/Surface.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/SurfacePattern.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/TextExtents.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/freedesktop/cairo/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/overview-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/package-list -%%PORTDOCS%%%%DOCSDIR%%/api/packages.html -%%PORTDOCS%%%%DOCSDIR%%/api/resources/inherit.gif -%%PORTDOCS%%%%DOCSDIR%%/api/serialized-form.html -%%PORTDOCS%%%%DOCSDIR%%/api/stylesheet.css -share/java/classes/cairo%%CAIRO_API_VERSION%%.jar -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/resources -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/freedesktop/cairo -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/freedesktop -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile deleted file mode 100644 index aaaf48645..000000000 --- a/graphics/cairo/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: cairo -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.28 2005/08/26 06:52:23 marcus Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.0.2 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Vector graphics library with cross-device output support - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - png.5:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig - -CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ - --enable-pdf \ - --enable-ps -USE_GNOME= gnometarget gnomehack ltverhack -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes - -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ - LDFLAGS="${PTHREAD_LIBS}" - -OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GLITZ) -LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz -CONFIGURE_ARGS+= --enable-glitz -PLIST_SUB+= GLITZ="" -.else -CONFIGURE_ARGS+= --disable-glitz -PLIST_SUB+= GLITZ="@comment " -.endif - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+=--disable-xlib -PLIST_SUB+= X11="@comment " -.else -USE_XLIB= yes -PLIST_SUB+= X11="" -.endif - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/*.* \ - ${WRKSRC}/pixman/src/*.* -.endif - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/test/Makefile.in - -.include <bsd.port.post.mk> diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo deleted file mode 100644 index bd6f30e26..000000000 --- a/graphics/cairo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cairo-1.0.2.tar.gz) = d0b7111a14f90ec3afa777ec40c44984 -SIZE (cairo-1.0.2.tar.gz) = 1458903 diff --git a/graphics/cairo/files/patch-src_cairo-ft-font.c b/graphics/cairo/files/patch-src_cairo-ft-font.c deleted file mode 100644 index 8cd60665f..000000000 --- a/graphics/cairo/files/patch-src_cairo-ft-font.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/cairo-ft-font.c.orig Tue Aug 16 14:46:46 2005 -+++ src/cairo-ft-font.c Tue Aug 16 14:46:59 2005 -@@ -44,6 +44,11 @@ - #include <fontconfig/fontconfig.h> - #include <fontconfig/fcfreetype.h> - -+#include <sys/types.h> -+#include <stdlib.h> -+#include <time.h> -+#include <unistd.h> -+ - #include <ft2build.h> - #include FT_FREETYPE_H - #include FT_OUTLINE_H -@@ -257,7 +262,12 @@ _cairo_ft_unscaled_font_init_key (cairo_ - key->id = id; - - /* 1607 is just an arbitrary prime. */ -- hash = _cairo_hash_string (filename); -+ if (filename != NULL) { -+ hash = _cairo_hash_string (filename); -+ } else { -+ srandom(time(NULL) * getpid()); -+ hash = random(); -+ } - hash += ((unsigned long) id) * 1607; - - key->base.hash_entry.hash = hash; diff --git a/graphics/cairo/pkg-descr b/graphics/cairo/pkg-descr deleted file mode 100644 index 4fd137a19..000000000 --- a/graphics/cairo/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Cairo is a vector graphics library with cross-device output -support. Currently supported output targets include the X Window -System and in-memory image buffers. PostScript and PDF file output is -planned. Cairo is designed to produce identical output on all output -media while taking advantage of display hardware acceleration when -available (eg. through the X Render Extension). - -Cairo provides a stateful user-level API with capabilities similar to -the PDF 1.4 imaging model. Cairo provides operations including stroking -and filling Bezier cubic splines, transforming and compositing translucent -images, and antialiased text rendering. - -WWW: http://www.cairographics.org diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist deleted file mode 100644 index 437d0b55b..000000000 --- a/graphics/cairo/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -include/cairo/cairo-features.h -include/cairo/cairo-ft.h -%%GLITZ%%include/cairo/cairo-glitz.h -include/cairo/cairo-pdf.h -include/cairo/cairo-ps.h -%%X11%%include/cairo/cairo-xlib-xrender.h -%%X11%%include/cairo/cairo-xlib.h -include/cairo/cairo.h -lib/libcairo.a -lib/libcairo.so -lib/libcairo.so.2 -libdata/pkgconfig/cairo.pc -%%DOCSDIR%%/cairo/Drawing.html -%%DOCSDIR%%/cairo/Fonts.html -%%DOCSDIR%%/cairo/Support.html -%%DOCSDIR%%/cairo/Surfaces.html -%%DOCSDIR%%/cairo/bindings-errors.html -%%DOCSDIR%%/cairo/bindings-fonts.html -%%DOCSDIR%%/cairo/bindings-memory.html -%%DOCSDIR%%/cairo/bindings-overloading.html -%%DOCSDIR%%/cairo/bindings-path.html -%%DOCSDIR%%/cairo/bindings-patterns.html -%%DOCSDIR%%/cairo/bindings-return-values.html -%%DOCSDIR%%/cairo/bindings-streams.html -%%DOCSDIR%%/cairo/bindings-surfaces.html -%%DOCSDIR%%/cairo/cairo-Error-handling.html -%%DOCSDIR%%/cairo/cairo-Font-Options.html -%%DOCSDIR%%/cairo/cairo-FreeType-Fonts.html -%%DOCSDIR%%/cairo/cairo-Glitz-Surfaces.html -%%DOCSDIR%%/cairo/cairo-Image-Surfaces.html -%%DOCSDIR%%/cairo/cairo-PDF-Surfaces.html -%%DOCSDIR%%/cairo/cairo-PNG-Support.html -%%DOCSDIR%%/cairo/cairo-Paths.html -%%DOCSDIR%%/cairo/cairo-Patterns.html -%%DOCSDIR%%/cairo/cairo-PostScript-Surfaces.html -%%DOCSDIR%%/cairo/cairo-Scaled-Fonts.html -%%DOCSDIR%%/cairo/cairo-Text.html -%%DOCSDIR%%/cairo/cairo-Transformations.html -%%DOCSDIR%%/cairo/cairo-Types.html -%%DOCSDIR%%/cairo/cairo-Version-Information.html -%%DOCSDIR%%/cairo/cairo-Win32-Fonts.html -%%DOCSDIR%%/cairo/cairo-Win32-Surfaces.html -%%DOCSDIR%%/cairo/cairo-XLib-Surfaces.html -%%DOCSDIR%%/cairo/cairo-cairo-font-face-t.html -%%DOCSDIR%%/cairo/cairo-cairo-matrix-t.html -%%DOCSDIR%%/cairo/cairo-cairo-surface-t.html -%%DOCSDIR%%/cairo/cairo-cairo-t.html -%%DOCSDIR%%/cairo/cairo.devhelp -%%DOCSDIR%%/cairo/home.png -%%DOCSDIR%%/cairo/index.html -%%DOCSDIR%%/cairo/index.sgml -%%DOCSDIR%%/cairo/ix01.html -%%DOCSDIR%%/cairo/language-bindings.html -%%DOCSDIR%%/cairo/left.png -%%DOCSDIR%%/cairo/pt01.html -%%DOCSDIR%%/cairo/pt02.html -%%DOCSDIR%%/cairo/right.png -%%DOCSDIR%%/cairo/style.css -%%DOCSDIR%%/cairo/up.png -@dirrm %%DOCSDIR%%/cairo -@dirrm %%DOCSDIR%% -@dirrm include/cairo diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile deleted file mode 100644 index 7a3eb67dc..000000000 --- a/graphics/eog/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: eog2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.7 2005/08/22 16:06:44 kwm Exp $ -# - -PORTNAME= eog -PORTVERSION= 2.12.1 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.12 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The Eye Of Gnome image viewer - -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui \ - librsvg2 desktopfileutils libgnomeui -USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GCONF_SCHEMAS= eog.schemas - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -WITH_EXIF= yes -.endif - -.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.12) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -.endif - -post-install: - @-update-desktop-database > /dev/null - -.include <bsd.port.post.mk> diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo deleted file mode 100644 index 53ebdf94e..000000000 --- a/graphics/eog/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/eog-2.12.1.tar.bz2) = d5dc20850777bb85ec90ff92817106dd -SIZE (gnome2/eog-2.12.1.tar.bz2) = 799227 diff --git a/graphics/eog/files/patch-libeog_eog-image-list.c b/graphics/eog/files/patch-libeog_eog-image-list.c deleted file mode 100644 index 609cd0469..000000000 --- a/graphics/eog/files/patch-libeog_eog-image-list.c +++ /dev/null @@ -1,17 +0,0 @@ ---- libeog/eog-image-list.c.orig Thu Aug 25 14:57:02 2005 -+++ libeog/eog-image-list.c Thu Aug 25 14:57:46 2005 -@@ -450,12 +450,13 @@ - case GNOME_VFS_MONITOR_EVENT_CREATED: - - if (list && list->priv) { -+ gchar *str; - node = list->priv->store; - - while (node != NULL && !found) { - - uri = eog_image_get_uri(node->data); -- gchar *str = gnome_vfs_uri_to_string -+ str = gnome_vfs_uri_to_string - (uri, GNOME_VFS_URI_HIDE_NONE); - found = (strcmp (str, info_uri)==0)?TRUE:FALSE; - g_free (str); diff --git a/graphics/eog/pkg-descr b/graphics/eog/pkg-descr deleted file mode 100644 index 920f1863a..000000000 --- a/graphics/eog/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the Eye of Gnome, a GNOME 2 image viewer and cataloging -application. It provides inline image viewing support for -nautilus. - -WWW: http://www.gnome.org/gnome-office/eog.shtml diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist deleted file mode 100644 index 9ab737a65..000000000 --- a/graphics/eog/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -bin/eog -share/gnome/applications/eog.desktop -share/gnome/eog/eog-gtk-ui.xml -share/gnome/eog/glade/eog.glade -share/gnome/help/eog/C/eog.xml -share/gnome/help/eog/C/figures/eog_save_as_window.png -share/gnome/help/eog/C/figures/eog_start_window.png -share/gnome/help/eog/C/legal.xml -share/gnome/help/eog/de/eog.xml -share/gnome/help/eog/de/figures/eog_start_window.png -share/gnome/help/eog/de/legal.xml -share/gnome/help/eog/es/eog.xml -share/gnome/help/eog/es/figures/eog_start_window.png -share/gnome/help/eog/es/legal.xml -share/gnome/help/eog/eu/eog.xml -share/gnome/help/eog/eu/figures/eog_start_window.png -share/gnome/help/eog/eu/legal.xml -share/gnome/help/eog/fr/eog.xml -share/gnome/help/eog/fr/figures/eog_start_window.png -share/gnome/help/eog/fr/legal.xml -share/gnome/help/eog/it/eog.xml -share/gnome/help/eog/it/figures/eog_start_window.png -share/gnome/help/eog/it/legal.xml -share/gnome/help/eog/ja/eog.xml -share/gnome/help/eog/ja/figures/eog_start_window.png -share/gnome/help/eog/ja/legal.xml -share/gnome/help/eog/ko/eog.xml -share/gnome/help/eog/ko/figures/eog_start_window.png -share/gnome/help/eog/ko/legal.xml -share/gnome/help/eog/sv/eog.xml -share/gnome/help/eog/sv/figures/eog_start_window.png -share/gnome/help/eog/sv/legal.xml -share/gnome/help/eog/uk/eog.xml -share/gnome/help/eog/uk/figures/eog_save_as_window.png -share/gnome/help/eog/uk/figures/eog_start_window.png -share/gnome/help/eog/uk/legal.xml -share/gnome/help/eog/zh_CN/eog.xml -share/gnome/help/eog/zh_CN/figures/eog_start_window.png -share/gnome/help/eog/zh_CN/legal.xml -share/gnome/help/eog/zh_TW/eog.xml -share/gnome/help/eog/zh_TW/figures/eog_start_window.png -share/gnome/help/eog/zh_TW/legal.xml -share/gnome/omf/eog/eog-C.omf -share/gnome/omf/eog/eog-de.omf -share/gnome/omf/eog/eog-es.omf -share/gnome/omf/eog/eog-eu.omf -share/gnome/omf/eog/eog-fr.omf -share/gnome/omf/eog/eog-it.omf -share/gnome/omf/eog/eog-ja.omf -share/gnome/omf/eog/eog-ko.omf -share/gnome/omf/eog/eog-sv.omf -share/gnome/omf/eog/eog-uk.omf -share/gnome/omf/eog/eog-zh_CN.omf -share/gnome/omf/eog/eog-zh_TW.omf -share/gnome/pixmaps/eog/down-right.png -share/gnome/pixmaps/eog/loading.png -share/gnome/pixmaps/eog/orient-horizontal.png -share/gnome/pixmaps/eog/orient-vertical.png -share/gnome/pixmaps/eog/right-down.png -share/gnome/pixmaps/eog/stock-flip-horizontal-16.png -share/gnome/pixmaps/eog/stock-flip-vertical-16.png -share/gnome/pixmaps/eog/stock-rotate-180-16.png -share/gnome/pixmaps/eog/stock-rotate-270-16.png -share/gnome/pixmaps/eog/stock-rotate-90-16.png -share/gnome/pixmaps/gnome-eog.png -share/locale/af/LC_MESSAGES/eog.mo -share/locale/am/LC_MESSAGES/eog.mo -share/locale/ar/LC_MESSAGES/eog.mo -share/locale/az/LC_MESSAGES/eog.mo -share/locale/be/LC_MESSAGES/eog.mo -share/locale/bg/LC_MESSAGES/eog.mo -share/locale/bn/LC_MESSAGES/eog.mo -share/locale/bs/LC_MESSAGES/eog.mo -share/locale/ca/LC_MESSAGES/eog.mo -share/locale/cs/LC_MESSAGES/eog.mo -share/locale/cy/LC_MESSAGES/eog.mo -share/locale/da/LC_MESSAGES/eog.mo -share/locale/de/LC_MESSAGES/eog.mo -share/locale/el/LC_MESSAGES/eog.mo -share/locale/en_CA/LC_MESSAGES/eog.mo -share/locale/en_GB/LC_MESSAGES/eog.mo -share/locale/es/LC_MESSAGES/eog.mo -share/locale/et/LC_MESSAGES/eog.mo -share/locale/eu/LC_MESSAGES/eog.mo -share/locale/fa/LC_MESSAGES/eog.mo -share/locale/fi/LC_MESSAGES/eog.mo -share/locale/fr/LC_MESSAGES/eog.mo -share/locale/ga/LC_MESSAGES/eog.mo -share/locale/gl/LC_MESSAGES/eog.mo -share/locale/gu/LC_MESSAGES/eog.mo -share/locale/he/LC_MESSAGES/eog.mo -share/locale/hi/LC_MESSAGES/eog.mo -share/locale/hr/LC_MESSAGES/eog.mo -share/locale/hu/LC_MESSAGES/eog.mo -share/locale/id/LC_MESSAGES/eog.mo -share/locale/is/LC_MESSAGES/eog.mo -share/locale/it/LC_MESSAGES/eog.mo -share/locale/ja/LC_MESSAGES/eog.mo -share/locale/kn/LC_MESSAGES/eog.mo -share/locale/ko/LC_MESSAGES/eog.mo -share/locale/ku/LC_MESSAGES/eog.mo -share/locale/lt/LC_MESSAGES/eog.mo -share/locale/lv/LC_MESSAGES/eog.mo -share/locale/mk/LC_MESSAGES/eog.mo -share/locale/ml/LC_MESSAGES/eog.mo -share/locale/mn/LC_MESSAGES/eog.mo -share/locale/ms/LC_MESSAGES/eog.mo -share/locale/nb/LC_MESSAGES/eog.mo -share/locale/ne/LC_MESSAGES/eog.mo -share/locale/nl/LC_MESSAGES/eog.mo -share/locale/nn/LC_MESSAGES/eog.mo -share/locale/no/LC_MESSAGES/eog.mo -share/locale/nso/LC_MESSAGES/eog.mo -share/locale/or/LC_MESSAGES/eog.mo -share/locale/pa/LC_MESSAGES/eog.mo -share/locale/pl/LC_MESSAGES/eog.mo -share/locale/pt/LC_MESSAGES/eog.mo -share/locale/pt_BR/LC_MESSAGES/eog.mo -share/locale/ro/LC_MESSAGES/eog.mo -share/locale/ru/LC_MESSAGES/eog.mo -share/locale/rw/LC_MESSAGES/eog.mo -share/locale/sk/LC_MESSAGES/eog.mo -share/locale/sl/LC_MESSAGES/eog.mo -share/locale/sq/LC_MESSAGES/eog.mo -share/locale/sr/LC_MESSAGES/eog.mo -share/locale/sr@Latn/LC_MESSAGES/eog.mo -share/locale/sv/LC_MESSAGES/eog.mo -share/locale/ta/LC_MESSAGES/eog.mo -share/locale/th/LC_MESSAGES/eog.mo -share/locale/tk/LC_MESSAGES/eog.mo -share/locale/tr/LC_MESSAGES/eog.mo -share/locale/ug/LC_MESSAGES/eog.mo -share/locale/uk/LC_MESSAGES/eog.mo -share/locale/vi/LC_MESSAGES/eog.mo -share/locale/wa/LC_MESSAGES/eog.mo -share/locale/xh/LC_MESSAGES/eog.mo -share/locale/zh_CN/LC_MESSAGES/eog.mo -share/locale/zh_TW/LC_MESSAGES/eog.mo -share/locale/zu/LC_MESSAGES/eog.mo -@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/zu 2> /dev/null || true -@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/xh 2> /dev/null || true -@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ug 2> /dev/null || true -@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true -@unexec rmdir %D/share/locale/nso/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/nso 2> /dev/null || true -@unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ku 2> /dev/null || true -@dirrm share/gnome/pixmaps/eog -@dirrm share/gnome/omf/eog -@dirrm share/gnome/help/eog/zh_TW/figures -@dirrm share/gnome/help/eog/zh_TW -@dirrm share/gnome/help/eog/zh_CN/figures -@dirrm share/gnome/help/eog/zh_CN -@dirrm share/gnome/help/eog/uk/figures -@dirrm share/gnome/help/eog/uk -@dirrm share/gnome/help/eog/sv/figures -@dirrm share/gnome/help/eog/sv -@dirrm share/gnome/help/eog/ko/figures -@dirrm share/gnome/help/eog/ko -@dirrm share/gnome/help/eog/ja/figures -@dirrm share/gnome/help/eog/ja -@dirrm share/gnome/help/eog/it/figures -@dirrm share/gnome/help/eog/it -@dirrm share/gnome/help/eog/fr/figures -@dirrm share/gnome/help/eog/fr -@dirrm share/gnome/help/eog/eu/figures -@dirrm share/gnome/help/eog/eu -@dirrm share/gnome/help/eog/es/figures -@dirrm share/gnome/help/eog/es -@dirrm share/gnome/help/eog/de/figures -@dirrm share/gnome/help/eog/de -@dirrm share/gnome/help/eog/C/figures -@dirrm share/gnome/help/eog/C -@dirrm share/gnome/help/eog -@dirrm share/gnome/eog/glade -@dirrm share/gnome/eog -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile deleted file mode 100644 index 5a72e609f..000000000 --- a/graphics/evince/Makefile +++ /dev/null @@ -1,96 +0,0 @@ -# New ports collection makefile for: evince -# Date created: 09 January 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.34 2005/10/17 23:43:33 ahze Exp $ -# - -PORTNAME= evince -PORTVERSION= 0.4.0 -PORTREVISION= 2 -CATEGORIES= graphics print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 multi-format document viewer - -LIB_DEPENDS= poppler.0:${PORTSDIR}/graphics/poppler - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GHOSTSCRIPT=yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \ - desktopfileutils gnomedocutils -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas - -OPTIONS= DVI "Enable DVI viewer support" off \ - T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ - NAUTILUS "Enable Nautilus plugin" on \ - DBUS "Enable D-BUS support" off \ - DJVU "Enable DJVU support" off - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) \ - || exists(${LOCALBASE}/lib/libdbus-glib-1.so) -WITH_DBUS= yes -.endif - -.if defined(WITH_DVI) || defined(WITH_T1LIB) -BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base -RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base - -CONFIGURE_ARGS+= --enable-dvi -GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas -. if defined(WITH_T1LIB) -LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib - -CONFIGURE_ARGS+= --enable-t1lib -. endif -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -CONFIGURE_ARGS+= --enable-nautilus -PLIST_SUB+= NAUTILUS="" -.else -CONFIGURE_ARGS+= --disable-nautilus -PLIST_SUB+= NAUTILUS="@comment " -.endif - -.if exists(${X11BASE}/bin/djview) -DJVU_DIR?= # empty -.else -DJVU_DIR?= -nox11 -.endif - -.if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.15:${PORTSDIR}/graphics/djvulibre${DJVU_DIR} -CONFIGURE_ARGS+= --enable-djvu -GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas -.else -CONFIGURE_ARGS+= --disable-djvu -.endif - -.if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-glib-1.1:${PORTSDIR}/devel/dbus -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lt1lib|-lt1 -lm|' \ - ${WRKSRC}/configure \ - ${WRKSRC}/dvi/mdvi-lib/Makefile.in - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo deleted file mode 100644 index 381e7baf0..000000000 --- a/graphics/evince/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (evince-0.4.0.tar.bz2) = cc41e30108bc54a345bd6ca2556ab857 -SIZE (evince-0.4.0.tar.bz2) = 891605 diff --git a/graphics/evince/files/patch-shell_main.c b/graphics/evince/files/patch-shell_main.c deleted file mode 100644 index 05a0c7882..000000000 --- a/graphics/evince/files/patch-shell_main.c +++ /dev/null @@ -1,20 +0,0 @@ ---- shell/main.c.dbus-fix 2005-09-01 04:14:54.000000000 -0400 -+++ shell/main.c 2005-09-01 04:15:33.000000000 -0400 -@@ -152,7 +152,7 @@ - if (!files) { - #if DBUS_VERSION <= 33 - call = dbus_g_proxy_begin_call (remote_object, "OpenWindow", -- DBUS_TYPE_UINT32, timestamp, -+ DBUS_TYPE_UINT32, ×tamp, - DBUS_TYPE_INVALID); - - if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) { -@@ -193,7 +193,7 @@ - call = dbus_g_proxy_begin_call (remote_object, "OpenURI", - DBUS_TYPE_STRING, &uri, - DBUS_TYPE_STRING, &page_label, -- DBUS_TYPE_UINT32, timestamp, -+ DBUS_TYPE_UINT32, ×tamp, - DBUS_TYPE_INVALID); - - if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) { diff --git a/graphics/evince/pkg-descr b/graphics/evince/pkg-descr deleted file mode 100644 index 800f6fcd3..000000000 --- a/graphics/evince/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Evince is a document viewer for multiple document formats including PDF and -Postscript. The goal of evince is to replace document viewers such as ggv and -gpdf with a single, simple application. - -WWW: http://www.gnome.org/projects/evince/ diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist deleted file mode 100644 index 19fe298a8..000000000 --- a/graphics/evince/pkg-plist +++ /dev/null @@ -1,85 +0,0 @@ -bin/evince -bin/evince-thumbnailer -%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.a -%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.so -%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.so.0 -share/gnome/applications/evince.desktop -share/gnome/evince/evince-password.glade -share/gnome/evince/evince-properties.glade -share/gnome/evince/evince-toolbar.xml -share/gnome/evince/evince-ui.xml -share/gnome/evince/hand-open.png -share/gnome/help/evince/C/evince.xml -share/gnome/help/evince/C/figures/evince_start_window.png -share/gnome/help/evince/C/legal.xml -share/gnome/help/evince/el/evince.xml -share/gnome/help/evince/el/figures/evince_start_window.png -share/gnome/help/evince/es/evince.xml -share/gnome/help/evince/es/figures/evince_start_window.png -share/gnome/help/evince/sr/evince.xml -share/gnome/help/evince/sr/figures/evince_start_window.png -share/gnome/help/evince/uk/evince.xml -share/gnome/help/evince/uk/figures/evince_start_window.png -share/gnome/omf/evince/evince-C.omf -share/gnome/omf/evince/evince-el.omf -share/gnome/omf/evince/evince-es.omf -share/gnome/omf/evince/evince-sr.omf -share/gnome/omf/evince/evince-uk.omf -share/locale/bg/LC_MESSAGES/evince.mo -share/locale/ca/LC_MESSAGES/evince.mo -share/locale/cs/LC_MESSAGES/evince.mo -share/locale/da/LC_MESSAGES/evince.mo -share/locale/de/LC_MESSAGES/evince.mo -share/locale/el/LC_MESSAGES/evince.mo -share/locale/en_CA/LC_MESSAGES/evince.mo -share/locale/en_GB/LC_MESSAGES/evince.mo -share/locale/es/LC_MESSAGES/evince.mo -share/locale/et/LC_MESSAGES/evince.mo -share/locale/eu/LC_MESSAGES/evince.mo -share/locale/fi/LC_MESSAGES/evince.mo -share/locale/fr/LC_MESSAGES/evince.mo -share/locale/gl/LC_MESSAGES/evince.mo -share/locale/gu/LC_MESSAGES/evince.mo -share/locale/he/LC_MESSAGES/evince.mo -share/locale/hi/LC_MESSAGES/evince.mo -share/locale/hu/LC_MESSAGES/evince.mo -share/locale/ja/LC_MESSAGES/evince.mo -share/locale/ko/LC_MESSAGES/evince.mo -share/locale/lt/LC_MESSAGES/evince.mo -share/locale/nb/LC_MESSAGES/evince.mo -share/locale/ne/LC_MESSAGES/evince.mo -share/locale/nl/LC_MESSAGES/evince.mo -share/locale/no/LC_MESSAGES/evince.mo -share/locale/pa/LC_MESSAGES/evince.mo -share/locale/pl/LC_MESSAGES/evince.mo -share/locale/pt_BR/LC_MESSAGES/evince.mo -share/locale/ru/LC_MESSAGES/evince.mo -share/locale/rw/LC_MESSAGES/evince.mo -share/locale/sk/LC_MESSAGES/evince.mo -share/locale/sq/LC_MESSAGES/evince.mo -share/locale/sr/LC_MESSAGES/evince.mo -share/locale/sr@Latn/LC_MESSAGES/evince.mo -share/locale/sv/LC_MESSAGES/evince.mo -share/locale/th/LC_MESSAGES/evince.mo -share/locale/tr/LC_MESSAGES/evince.mo -share/locale/uk/LC_MESSAGES/evince.mo -share/locale/wa/LC_MESSAGES/evince.mo -share/locale/zh_CN/LC_MESSAGES/evince.mo -share/locale/zh_TW/LC_MESSAGES/evince.mo -@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true -@dirrm share/gnome/omf/evince -@dirrm share/gnome/help/evince/uk/figures -@dirrm share/gnome/help/evince/uk -@dirrm share/gnome/help/evince/sr/figures -@dirrm share/gnome/help/evince/sr -@dirrm share/gnome/help/evince/es/figures -@dirrm share/gnome/help/evince/es -@dirrm share/gnome/help/evince/el/figures -@dirrm share/gnome/help/evince/el -@dirrm share/gnome/help/evince/C/figures -@dirrm share/gnome/help/evince/C -@dirrm share/gnome/help/evince -@dirrm share/gnome/evince -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile deleted file mode 100644 index 6d4bee1be..000000000 --- a/graphics/glitz/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: glitz -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@ahze.net> -# -# $FreeBSD$ -# $MCom: ports/graphics/glitz/Makefile,v 1.3 2005/07/04 00:11:29 marcus Exp $ -# - -PORTNAME= glitz -PORTVERSION= 0.4.4 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= OpenGL image compositing library - -USE_REINPLACE= yes -USE_GL= yes -USE_GNOME= pkgconfig gnometarget gnomehack -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes - -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" - -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/glitz.h -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/glitz/distinfo b/graphics/glitz/distinfo deleted file mode 100644 index abf70c1b2..000000000 --- a/graphics/glitz/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (glitz-0.4.4.tar.gz) = 56162ec6f5df9603c0e98391c64565f8 -SIZE (glitz-0.4.4.tar.gz) = 425742 diff --git a/graphics/glitz/pkg-descr b/graphics/glitz/pkg-descr deleted file mode 100644 index d7c1f8266..000000000 --- a/graphics/glitz/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Glitz is an OpenGL image compositing library. Glitz provides -Porter/Duff compositing of images and implicit mask generation for -geometric primitives including trapezoids, triangles, and rectangles. - -WWW: http://freedesktop.org/Software/glitz diff --git a/graphics/glitz/pkg-plist b/graphics/glitz/pkg-plist deleted file mode 100644 index 176914f9a..000000000 --- a/graphics/glitz/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/glitz-glx.h -include/glitz.h -lib/libglitz-glx.a -lib/libglitz-glx.so -lib/libglitz-glx.so.1 -lib/libglitz.a -lib/libglitz.so -lib/libglitz.so.1 -libdata/pkgconfig/glitz-glx.pc -libdata/pkgconfig/glitz.pc diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile deleted file mode 100644 index 66e0e474b..000000000 --- a/graphics/gstreamer-plugins-cairo/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cairo -# Date created: Mar 8 2005 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= graphics -PORTREVISION= 0 - -COMMENT= Gstreamer vector graphics plugin - -GST_PLUGIN= cairo - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile deleted file mode 100644 index 011b9b9f0..000000000 --- a/graphics/libgnomecanvas/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnomecanvas -# Date created: 18 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.47 2005/08/23 15:59:20 ahze Exp $ -# - -PORTNAME= libgnomecanvas -PORTVERSION= 2.12.0 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphics library for GNOME - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo deleted file mode 100644 index 0279b3e30..000000000 --- a/graphics/libgnomecanvas/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgnomecanvas-2.12.0.tar.bz2) = 62c0edd3d27803d341662fd9088b2d9b -SIZE (gnome2/libgnomecanvas-2.12.0.tar.bz2) = 590010 diff --git a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c deleted file mode 100644 index 75c1fd41d..000000000 --- a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomecanvas/gnome-canvas-shape.c.orig Fri May 20 16:55:35 2005 -+++ libgnomecanvas/gnome-canvas-shape.c Fri May 20 16:55:41 2005 -@@ -1343,7 +1343,7 @@ gcbp_destroy_gdk (GnomeCanvasShape * sha - { - GnomeCanvasShapePrivGdk * gdk; - -- g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); -+ /*g_assert (!((GnomeCanvasItem *)shape)->canvas->aa);*/ - - gdk = shape->priv->gdk; - diff --git a/graphics/libgnomecanvas/pkg-descr b/graphics/libgnomecanvas/pkg-descr deleted file mode 100644 index a3d2ae327..000000000 --- a/graphics/libgnomecanvas/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The GNOMECanvas library allows images to be used directly within -GUIs. diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist deleted file mode 100644 index 1fc4c5560..000000000 --- a/graphics/libgnomecanvas/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-path-def.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-pixbuf.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-polygon.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rect-ellipse.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rich-text.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-shape.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-text.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-util.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-widget.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h -include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h -lib/libglade/2.0/libcanvas.so -lib/libgnomecanvas-2.a -lib/libgnomecanvas-2.so -lib/libgnomecanvas-2.so.0 -libdata/pkgconfig/libgnomecanvas-2.0.pc -%%DOCSDIR%%/GnomeCanvas.html -%%DOCSDIR%%/GnomeCanvasBpath.html -%%DOCSDIR%%/GnomeCanvasClipgroup.html -%%DOCSDIR%%/GnomeCanvasEllipse.html -%%DOCSDIR%%/GnomeCanvasGroup.html -%%DOCSDIR%%/GnomeCanvasItem.html -%%DOCSDIR%%/GnomeCanvasLine.html -%%DOCSDIR%%/GnomeCanvasPixbuf.html -%%DOCSDIR%%/GnomeCanvasPolygon.html -%%DOCSDIR%%/GnomeCanvasRE.html -%%DOCSDIR%%/GnomeCanvasRect.html -%%DOCSDIR%%/GnomeCanvasRichText.html -%%DOCSDIR%%/GnomeCanvasShape.html -%%DOCSDIR%%/GnomeCanvasText.html -%%DOCSDIR%%/GnomeCanvasWidget.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgnomecanvas-gnome-canvas-path-def.html -%%DOCSDIR%%/libgnomecanvas-gnome-canvas-util.html -%%DOCSDIR%%/libgnomecanvas.devhelp -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/eu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/gl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/gu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/no/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/rw/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo -@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/xh 2> /dev/null || true -@unexec rmdir %D/share/locale/ang/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ang 2> /dev/null || true -@dirrm %%DOCSDIR%% -@dirrm include/libgnomecanvas-2.0/libgnomecanvas -@dirrm include/libgnomecanvas-2.0 diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile deleted file mode 100644 index da5ebd240..000000000 --- a/graphics/libgnomecanvasmm26/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: libgnomecanvasmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.8 2005/08/19 02:08:04 mezz Exp $ -# - -PORTNAME= libgnomecanvasmm -PORTVERSION= 2.12.0 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnomecanvas library - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libgnomecanvasmm26 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GCC= 3.4 -USE_REINPLACE= yes -USE_GNOME= gnomehack libgnomecanvas -USE_AUTOTOOLS= libtool:15:inc -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -patch-autotools: - @(cd ${PATCH_WRKSRC}; \ - for file in ${LIBTOOLFILES}; do \ - ${CP} $$file $$file.tmp; \ - ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ - $$file.tmp > $$file; \ - ${RM} $$file.tmp; \ - done); - -.include <bsd.port.mk> diff --git a/graphics/libgnomecanvasmm26/distinfo b/graphics/libgnomecanvasmm26/distinfo deleted file mode 100644 index 9bdae4f1c..000000000 --- a/graphics/libgnomecanvasmm26/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgnomecanvasmm-2.12.0.tar.bz2) = b05bba03433745043ef0c781020d4738 -SIZE (gnome2/libgnomecanvasmm-2.12.0.tar.bz2) = 353153 diff --git a/graphics/libgnomecanvasmm26/pkg-descr b/graphics/libgnomecanvasmm26/pkg-descr deleted file mode 100644 index c310245ea..000000000 --- a/graphics/libgnomecanvasmm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -libgnomecanvasmm provides C++ wrappers for libgnomecanvas, for use with gtkmm. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/graphics/libgnomecanvasmm26/pkg-plist b/graphics/libgnomecanvasmm26/pkg-plist deleted file mode 100644 index 968513109..000000000 --- a/graphics/libgnomecanvasmm26/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/affinetrans.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/bpath.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/canvas.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/ellipse.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/group.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/init.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/item.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/line.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/path-def.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/pixbuf.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/point.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/polygon.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/bpath_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/canvas_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/ellipse_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/group_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/item_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/line_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/path-def_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/pixbuf_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/polygon_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rect-ellipse_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rect_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rich-text_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/shape_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/text_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/widget_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/properties.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rect-ellipse.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rect.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rich-text.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/shape.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/text.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/widget.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/wrap_init.h -lib/libgnomecanvasmm-%%VERSION%%.a -lib/libgnomecanvasmm-%%VERSION%%.so -lib/libgnomecanvasmm-%%VERSION%%.so.1 -lib/libgnomecanvasmm-%%API_VERSION%%/include/libgnomecanvasmmconfig.h -lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4/convert_libgnomecanvasmm.m4 -libdata/pkgconfig/libgnomecanvasmm-%%API_VERSION%%.pc -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4 -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/proc -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/include -@dirrm lib/libgnomecanvasmm-%%API_VERSION%% -@dirrm include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private -@dirrm include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm -@dirrm include/libgnomecanvasmm-%%API_VERSION%% diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile deleted file mode 100644 index f5b472da9..000000000 --- a/graphics/libsvg-cairo/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libsvg-cairo -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/libsvg-cairo/Makefile,v 1.4 2005/07/04 00:11:30 marcus Exp $ -# - -PORTNAME= libsvg-cairo -PORTVERSION= 0.1.6 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= SVG rendering library - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - svg.1:${PORTSDIR}/graphics/libsvg \ - cairo.2:${PORTSDIR}/graphics/cairo - -USE_AUTOTOOLS= libtool:15 -USE_GNOME= pkgconfig gnometarget gnomehack -INSTALLS_SHLIB= yes -PLIST_FILES= include/svg-cairo.h \ - lib/libsvg-cairo.a \ - lib/libsvg-cairo.so \ - lib/libsvg-cairo.so.1 \ - libdata/pkgconfig/libsvg-cairo.pc - -.include <bsd.port.mk> diff --git a/graphics/libsvg-cairo/distinfo b/graphics/libsvg-cairo/distinfo deleted file mode 100644 index 754e56953..000000000 --- a/graphics/libsvg-cairo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libsvg-cairo-0.1.6.tar.gz) = d79da7b3a60ad8c8e4b902c9b3563047 -SIZE (libsvg-cairo-0.1.6.tar.gz) = 325427 diff --git a/graphics/libsvg-cairo/pkg-descr b/graphics/libsvg-cairo/pkg-descr deleted file mode 100644 index 242c001af..000000000 --- a/graphics/libsvg-cairo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -SVG Rendering library using cairo - -WWW: http://cairographics.org diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile deleted file mode 100644 index f203b8772..000000000 --- a/graphics/libsvg/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: libsvg -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@ahze.net> -# -# $FreeBSD$ -# $MCom: ports/graphics/libsvg/Makefile,v 1.2 2005/06/28 05:40:05 adamw Exp $ -# - -PORTNAME= libsvg -PORTVERSION= 0.1.4 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A parser for SVG content in files or buffers - -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_AUTOTOOLS= libtool:15 -USE_GNOME= libxml2 gnomehack gnometarget -USE_ICONV= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes - -PLIST_FILES= include/svg.h \ - lib/libsvg.a \ - lib/libsvg.so \ - lib/libsvg.so.1 \ - libdata/pkgconfig/libsvg.pc - -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/svg_ascii.h -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/libsvg/distinfo b/graphics/libsvg/distinfo deleted file mode 100644 index 4179755cd..000000000 --- a/graphics/libsvg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libsvg-0.1.4.tar.gz) = ce0715e3013f78506795fba16e8455d3 -SIZE (libsvg-0.1.4.tar.gz) = 366688 diff --git a/graphics/libsvg/pkg-descr b/graphics/libsvg/pkg-descr deleted file mode 100644 index 075018bf1..000000000 --- a/graphics/libsvg/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A parser for SVG content in files or buffers - -WWW: http://cairographics.org/libsvg diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile deleted file mode 100644 index 6698743f1..000000000 --- a/graphics/poppler/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: poppler -# Date created: 03 March 2005 -# Whom: marcus@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.13 2005/08/26 06:13:25 marcus Exp $ -# - -PORTNAME= poppler -PORTVERSION= 0.4.2 -CATEGORIES= graphics print -MASTER_SITES= http://poppler.freedesktop.org/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A PDF rendering library - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomeprefix gnomehack gtk20 -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo deleted file mode 100644 index 68c71d7bc..000000000 --- a/graphics/poppler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (poppler-0.4.2.tar.gz) = beb1eea135a3c5b679a7a22d01a500c0 -SIZE (poppler-0.4.2.tar.gz) = 777935 diff --git a/graphics/poppler/files/patch-poppler_CairoOutputDev.cc b/graphics/poppler/files/patch-poppler_CairoOutputDev.cc deleted file mode 100644 index 67ad67848..000000000 --- a/graphics/poppler/files/patch-poppler_CairoOutputDev.cc +++ /dev/null @@ -1,33 +0,0 @@ ---- poppler/CairoOutputDev.cc.orig Thu Mar 3 03:10:24 2005 -+++ poppler/CairoOutputDev.cc Thu Mar 3 03:10:58 2005 -@@ -240,7 +240,7 @@ - if (subpath->getNumPoints() > 0) { - state->transform(subpath->getX(0), subpath->getY(0), &x1, &y1); - if (snapToGrid) { -- x1 = round (x1); y1 = round (y1); -+ x1 = rint (x1); y1 = rint (y1); - } - cairo_move_to (cairo, x1, y1); - LOG (printf ("move_to %f, %f\n", x1, y1)); -@@ -248,9 +248,9 @@ - while (j < subpath->getNumPoints()) { - if (subpath->getCurve(j)) { - if (snapToGrid) { -- x1 = round (x1); y1 = round (y1); -- x2 = round (x2); y2 = round (y2); -- x3 = round (x3); y3 = round (y3); -+ x1 = rint (x1); y1 = rint (y1); -+ x2 = rint (x2); y2 = rint (y2); -+ x3 = rint (x3); y3 = rint (y3); - } - state->transform(subpath->getX(j), subpath->getY(j), &x1, &y1); - state->transform(subpath->getX(j+1), subpath->getY(j+1), &x2, &y2); -@@ -264,7 +264,7 @@ - } else { - state->transform(subpath->getX(j), subpath->getY(j), &x1, &y1); - if (snapToGrid) { -- x1 = round (x1); y1 = round (y1); -+ x1 = rint (x1); y1 = rint (y1); - } - cairo_line_to (cairo, x1, y1); - LOG(printf ("line_to %f, %f\n", x1, y1)); diff --git a/graphics/poppler/files/patch-security b/graphics/poppler/files/patch-security deleted file mode 100644 index 8b1b1c2a5..000000000 --- a/graphics/poppler/files/patch-security +++ /dev/null @@ -1,58 +0,0 @@ ---- fofi/FoFiTrueType.cc.orig Thu Jan 22 02:26:44 2004 -+++ fofi/FoFiTrueType.cc Thu Aug 11 16:55:52 2005 -@@ -1343,6 +1343,27 @@ - return; - } - -+ // make sure the loca table is sane (correct length and entries are -+ // in bounds) -+ i = seekTable("loca"); -+ if (tables[i].len < (nGlyphs + 1) * (locaFmt ? 4 : 2)) { -+ parsedOk = gFalse; -+ return; -+ } -+ for (j = 0; j <= nGlyphs; ++j) { -+ if (locaFmt) { -+ pos = (int)getU32BE(tables[i].offset + j*4, &parsedOk); -+ } else { -+ pos = getU16BE(tables[i].offset + j*2, &parsedOk); -+ } -+ if (pos < 0 || pos > len) { -+ parsedOk = gFalse; -+ } -+ } -+ if (!parsedOk) { -+ return; -+ } -+ - // read the post table - readPostTable(); - if (!parsedOk) { ---- poppler/SplashOutputDev.cc.orig Thu Aug 11 16:51:38 2005 -+++ poppler/SplashOutputDev.cc Thu Aug 11 16:55:52 2005 -@@ -621,16 +621,19 @@ - } - break; - case fontTrueType: -- if (!(ff = FoFiTrueType::load(fileName->getCString()))) { -- goto err2; -+ if ((ff = FoFiTrueType::load(fileName->getCString()))) { -+ codeToGID = ((Gfx8BitFont *)gfxFont)->getCodeToGIDMap(ff); -+ n = 256; -+ delete ff; -+ } else { -+ codeToGID = NULL; -+ n = 0; - } -- codeToGID = ((Gfx8BitFont *)gfxFont)->getCodeToGIDMap(ff); -- delete ff; - if (!(fontFile = fontEngine->loadTrueTypeFont( - id, - fileName->getCString(), - fileName == tmpFileName, -- codeToGID, 256))) { -+ codeToGID, n))) { - error(-1, "Couldn't create a font for '%s'", - gfxFont->getName() ? gfxFont->getName()->getCString() - : "(unnamed)"); - diff --git a/graphics/poppler/pkg-descr b/graphics/poppler/pkg-descr deleted file mode 100644 index d10674940..000000000 --- a/graphics/poppler/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg -of Glyph and Cog, LLC. It provides PDF rendering functionality as a -shared library, and uses modern components from Freedesktop.org such as -fontconfig and cairo to take advantage of modern UNIX desktops. - -WWW: http://poppler.freedesktop.org/ diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist deleted file mode 100644 index 6a247e409..000000000 --- a/graphics/poppler/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -include/poppler/Annot.h -include/poppler/Array.h -include/poppler/BaseFile.h -include/poppler/BuiltinFont.h -include/poppler/BuiltinFontTables.h -include/poppler/CMap.h -include/poppler/CairoFontEngine.h -include/poppler/CairoOutputDev.h -include/poppler/Catalog.h -include/poppler/CharCodeToUnicode.h -include/poppler/CharTypes.h -include/poppler/CompactFontTables.h -include/poppler/Decrypt.h -include/poppler/Dict.h -include/poppler/Error.h -include/poppler/ErrorCodes.h -include/poppler/FontEncodingTables.h -include/poppler/FontInfo.h -include/poppler/Function.cc -include/poppler/Function.h -include/poppler/Gfx.h -include/poppler/GfxFont.h -include/poppler/GfxState.h -include/poppler/GlobalParams.h -include/poppler/JArithmeticDecoder.h -include/poppler/JBIG2Stream.h -include/poppler/JPXStream.h -include/poppler/Lexer.h -include/poppler/Link.h -include/poppler/NameToCharCode.h -include/poppler/NameToUnicodeTable.h -include/poppler/Object.h -include/poppler/Outline.h -include/poppler/OutputDev.h -include/poppler/PDFDoc.h -include/poppler/PDFDocEncoding.h -include/poppler/PSOutputDev.h -include/poppler/PSTokenizer.h -include/poppler/Page.h -include/poppler/Parser.h -include/poppler/SplashOutputDev.h -include/poppler/Stream-CCITT.h -include/poppler/Stream.h -include/poppler/TextOutputDev.h -include/poppler/UTF8.h -include/poppler/UnicodeMap.h -include/poppler/UnicodeMapTables.h -include/poppler/UnicodeTypeTable.h -include/poppler/XRef.h -include/poppler/glib/poppler-action.h -include/poppler/glib/poppler-document.h -include/poppler/glib/poppler-enums.h -include/poppler/glib/poppler-page.h -include/poppler/glib/poppler.h -include/poppler/goo/GooHash.h -include/poppler/goo/GooList.h -include/poppler/goo/GooMutex.h -include/poppler/goo/GooString.h -include/poppler/goo/GooTimer.h -include/poppler/goo/gfile.h -include/poppler/goo/gmem.h -include/poppler/goo/gtypes.h -include/poppler/poppler-config.h -include/poppler/splash/Splash.h -include/poppler/splash/SplashBitmap.h -include/poppler/splash/SplashClip.h -include/poppler/splash/SplashErrorCodes.h -include/poppler/splash/SplashFTFont.h -include/poppler/splash/SplashFTFontEngine.h -include/poppler/splash/SplashFTFontFile.h -include/poppler/splash/SplashFont.h -include/poppler/splash/SplashFontEngine.h -include/poppler/splash/SplashFontFile.h -include/poppler/splash/SplashFontFileID.h -include/poppler/splash/SplashGlyphBitmap.h -include/poppler/splash/SplashMath.h -include/poppler/splash/SplashPath.h -include/poppler/splash/SplashPattern.h -include/poppler/splash/SplashScreen.h -include/poppler/splash/SplashState.h -include/poppler/splash/SplashT1Font.h -include/poppler/splash/SplashT1FontEngine.h -include/poppler/splash/SplashT1FontFile.h -include/poppler/splash/SplashTypes.h -include/poppler/splash/SplashXPath.h -include/poppler/splash/SplashXPathScanner.h -lib/libpoppler-glib.a -lib/libpoppler-glib.so -lib/libpoppler-glib.so.0 -lib/libpoppler.a -lib/libpoppler.so -lib/libpoppler.so.0 -libdata/pkgconfig/poppler-cairo.pc -libdata/pkgconfig/poppler-glib.pc -libdata/pkgconfig/poppler-splash.pc -libdata/pkgconfig/poppler.pc -@dirrm include/poppler/splash -@dirrm include/poppler/goo -@dirrm include/poppler/glib -@dirrm include/poppler diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile deleted file mode 100644 index 74dc2c923..000000000 --- a/graphics/py-cairo/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: py-cairo -# Date created: 2004-12-05 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-cairo/Makefile,v 1.14 2005/09/02 03:44:43 marcus Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.0.2 -CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for Cairo - -BUILD_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${PYNUMERIC} - -USE_PYTHON= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gnomehack -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --without-pygtk - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_SVG) && !exists(${LOCALBASE}/lib/libsvg-cairo.a) -PLIST_SUB+= SVG="@comment " -.else -PLIST_SUB+= SVG="" -LIB_DEPENDS+= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo -.endif - -pre-everything:: - @${ECHO_MSG} "Disable SVG support by defining WITHOUT_SVG" - @${ECHO_MSG} - -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \ - s|SUBDIRS = cairo examples test|SUBDIRS = cairo examples|' \ - ${WRKSRC}/Makefile.in -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|-std=c99||' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/py-cairo/distinfo b/graphics/py-cairo/distinfo deleted file mode 100644 index 0c52ee134..000000000 --- a/graphics/py-cairo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pycairo-1.0.2.tar.gz) = 5bb6a202ebc3990712bced1da6dfb7a8 -SIZE (pycairo-1.0.2.tar.gz) = 469704 diff --git a/graphics/py-cairo/files/patch-cairo_pycairo-font.c b/graphics/py-cairo/files/patch-cairo_pycairo-font.c deleted file mode 100644 index ca7321d6f..000000000 --- a/graphics/py-cairo/files/patch-cairo_pycairo-font.c +++ /dev/null @@ -1,19 +0,0 @@ ---- cairo/pycairo-font.c.orig Mon Aug 1 05:31:41 2005 -+++ cairo/pycairo-font.c Wed Aug 3 01:09:38 2005 -@@ -196,6 +196,7 @@ scaled_font_new (PyTypeObject *type, PyO - PycairoFontFace *ff; - PycairoFontOptions *fo; - PycairoMatrix *mx1, *mx2; -+ PyObject *o; - - if (!PyArg_ParseTuple(args, "O!O!O!O!:ScaledFont.__new__", - &PycairoFontFace_Type, &ff, -@@ -204,7 +205,7 @@ scaled_font_new (PyTypeObject *type, PyO - &PycairoFontOptions_Type, &fo)) - return NULL; - -- PyObject *o = type->tp_alloc(type, 0); -+ o = type->tp_alloc(type, 0); - if (o) { - cairo_scaled_font_t *scaled_font = cairo_scaled_font_create - (ff->font_face, &mx1->matrix, &mx2->matrix, fo->font_options); diff --git a/graphics/py-cairo/pkg-descr b/graphics/py-cairo/pkg-descr deleted file mode 100644 index e40b314a4..000000000 --- a/graphics/py-cairo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for Cairo - -WWW: http://cairographics.org/ diff --git a/graphics/py-cairo/pkg-plist b/graphics/py-cairo/pkg-plist deleted file mode 100644 index ffe3641ab..000000000 --- a/graphics/py-cairo/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/pycairo/pycairo.h -%%PYTHON_SITELIBDIR%%/cairo/__init__.py -%%PYTHON_SITELIBDIR%%/cairo/__init__.pyc -%%PYTHON_SITELIBDIR%%/cairo/__init__.pyo -%%PYTHON_SITELIBDIR%%/cairo/_cairo.so -%%SVG%%%%PYTHON_SITELIBDIR%%/cairo/svg.so -libdata/pkgconfig/pycairo.pc -@dirrm %%PYTHON_SITELIBDIR%%/cairo -@dirrm include/pycairo diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile deleted file mode 100644 index 8a2e4fa6b..000000000 --- a/graphics/svg2pdf/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: svg2pdf -# Date created: August 05, 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/svg2pdf/Makefile,v 1.1 2005/08/06 02:21:07 marcus Exp $ -# - -PORTNAME= svg2pdf -PORTVERSION= 0.1.3 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Render an SVG image to a PDF file (using cairo) - -LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo - -GNU_CONFIGURE= yes -USE_GETOPT_LONG=yes -USE_GNOME= gnometarget - -MAN1= svg2pdf.1 -PLIST_FILES= bin/svg2pdf - -.include <bsd.port.mk> diff --git a/graphics/svg2pdf/distinfo b/graphics/svg2pdf/distinfo deleted file mode 100644 index 9c565616f..000000000 --- a/graphics/svg2pdf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (svg2pdf-0.1.3.tar.gz) = 0059ba059ff89931cf37720fcd102d8f -SIZE (svg2pdf-0.1.3.tar.gz) = 79107 diff --git a/graphics/svg2pdf/files/patch-src_svg2pdf.c b/graphics/svg2pdf/files/patch-src_svg2pdf.c deleted file mode 100644 index ca88b39a9..000000000 --- a/graphics/svg2pdf/files/patch-src_svg2pdf.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/svg2pdf.c.orig Fri Aug 5 22:17:31 2005 -+++ src/svg2pdf.c Fri Aug 5 22:17:48 2005 -@@ -49,9 +49,9 @@ int - main (int argc, char **argv) - { - args_t args; -- args_parse (&args, argc, argv); - FILE *svg_file, *pdf_file; - svg_cairo_status_t status; -+ args_parse (&args, argc, argv); - - if (strcmp (args.svg_filename, "-") == 0) { - svg_file = stdin; diff --git a/graphics/svg2pdf/pkg-descr b/graphics/svg2pdf/pkg-descr deleted file mode 100644 index 328167eec..000000000 --- a/graphics/svg2pdf/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Render an SVG image to a PDF file (using cairo). - -WWW: http://cairographics.org diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile deleted file mode 100644 index 4f8bc8ec8..000000000 --- a/graphics/svg2png/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: svg2png -# Date created: 2005-03-10 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/svg2png/Makefile,v 1.2 2005/06/28 05:40:06 adamw Exp $ -# - -PORTNAME= svg2png -PORTVERSION= 0.1.3 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Render an SVG image to a PNG image (using cairo) - -LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo - -GNU_CONFIGURE= yes -USE_GETOPT_LONG=yes -USE_GNOME= gnometarget - -MAN1= svg2png.1 -PLIST_FILES= bin/svg2png - -.include <bsd.port.mk> diff --git a/graphics/svg2png/distinfo b/graphics/svg2png/distinfo deleted file mode 100644 index 6fbef9017..000000000 --- a/graphics/svg2png/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (svg2png-0.1.3.tar.gz) = ba266c00486ffd93b8a46d59028aaef9 -SIZE (svg2png-0.1.3.tar.gz) = 82331 diff --git a/graphics/svg2png/files/patch-src_svg2png.c b/graphics/svg2png/files/patch-src_svg2png.c deleted file mode 100644 index e43612062..000000000 --- a/graphics/svg2png/files/patch-src_svg2png.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/svg2png.c.orig Thu Jan 20 10:03:49 2005 -+++ src/svg2png.c Thu Mar 10 23:04:42 2005 -@@ -47,9 +47,9 @@ - main (int argc, char **argv) - { - args_t args; -- args_parse (&args, argc, argv); - FILE *svg_file, *png_file; - svg_cairo_status_t status; -+ args_parse (&args, argc, argv); - - if (strcmp (args.svg_filename, "-") == 0) { - svg_file = stdin; diff --git a/graphics/svg2png/pkg-descr b/graphics/svg2png/pkg-descr deleted file mode 100644 index abd9a70c4..000000000 --- a/graphics/svg2png/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Render an SVG image to a PNG image (using cairo) - -WWW: http://cairographics.org diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile deleted file mode 100644 index 5a38ee630..000000000 --- a/graphics/xsvg/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: xsvg -# Date created: 2005-02-16 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/xsvg/Makefile,v 1.2 2005/06/28 05:40:06 adamw Exp $ -# - -PORTNAME= xsvg -PORTVERSION= 0.2.1 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= X11 SVG viewer - -LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo - -GNU_CONFIGURE= yes -USE_GETOPT_LONG=yes -USE_XLIB= yes - -PLIST_FILES= bin/xsvg -MAN1= xsvg.1 - -.include <bsd.port.mk> diff --git a/graphics/xsvg/distinfo b/graphics/xsvg/distinfo deleted file mode 100644 index 76fa00b4c..000000000 --- a/graphics/xsvg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xsvg-0.2.1.tar.gz) = f20409e87d9bff3c4d698d8c0e9e9f2b -SIZE (xsvg-0.2.1.tar.gz) = 91431 diff --git a/graphics/xsvg/pkg-descr b/graphics/xsvg/pkg-descr deleted file mode 100644 index 40ea0f255..000000000 --- a/graphics/xsvg/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The xsvg program is a viewer for SVG files - -WWW: http://cairographics.org/ |