diff options
Diffstat (limited to 'graphics')
169 files changed, 0 insertions, 11672 deletions
diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile deleted file mode 100644 index ae892001e..000000000 --- a/graphics/apvlv/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: apvlv -# Date created: 03 May 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= apvlv -PORTVERSION= 0.0.9.6 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= jupengfei@gmail.com -COMMENT= Apvlv is a PDF Viewer Under Linux and its behaviour like Vim - -LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk - -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --with-sysconfdir=${PREFIX}/etc - -MAN1= apvlv.1 - -.include <bsd.port.mk> diff --git a/graphics/apvlv/distinfo b/graphics/apvlv/distinfo deleted file mode 100644 index 1cf70f8fe..000000000 --- a/graphics/apvlv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (apvlv-0.0.9.6.tar.gz) = 6128f0cb86d2d7b063c2feed04ab5f90 -SHA256 (apvlv-0.0.9.6.tar.gz) = 5d6363bf57d2869679b246cfcf838335782423e0c2a8892f8fdc64e0564d9af3 -SIZE (apvlv-0.0.9.6.tar.gz) = 215077 diff --git a/graphics/apvlv/pkg-descr b/graphics/apvlv/pkg-descr deleted file mode 100644 index 7ff2cfaf5..000000000 --- a/graphics/apvlv/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Apvlv is a PDF Viewer Under Linux and its behaviour like Vim. - -WWW: http://code.google.com/p/apvlv/ diff --git a/graphics/apvlv/pkg-plist b/graphics/apvlv/pkg-plist deleted file mode 100644 index c2061c135..000000000 --- a/graphics/apvlv/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/apvlv -etc/apvlvrc -%%DOCSDIR%%/apvlvrc.example -%%DOCSDIR%%/reg.png -%%DOCSDIR%%/dir.png -%%DOCSDIR%%/pdf.png -%%DOCSDIR%%/Startup.pdf -@dirrm %%DOCSDIR%% diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile deleted file mode 100644 index e1dfd3acd..000000000 --- a/graphics/cairo/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: cairo -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD: ports/graphics/cairo/Makefile,v 1.47 2010/06/03 12:35:42 pav Exp $ -# $MCom: ports/graphics/cairo/Makefile,v 1.100 2010/10/19 18:07:12 kwm Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.10.0 -PORTREVISION= 2 -PORTEPOCH?= 1 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ -#MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Vector graphics library with cross-device output support - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - png.6:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - pixman-1.9:${PORTSDIR}/x11/pixman - -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ - --disable-directfb \ - --enable-gobject -USE_GNOME= glib20 gnomehack ltverhack referencehack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes - -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+=--disable-xlib -PLIST_SUB+= X11="@comment " -.else -USE_XORG+= xrender -PLIST_SUB+= X11="" -.endif - -OPTIONS+= GL "Enable OpenGL Support" Off \ - XCB "Enable XCB (X C-language Binding) Support" On - -.include <bsd.port.pre.mk> - -.if defined(WITH_GL) -USE_GL= gl -CONFIGURE_ARGS+= --enable-gl -PLIST_SUB+= GL="" -.else -CONFIGURE_ARGS+= --disable-gl -PLIST_SUB+= GL="@comment " -.endif - -.if defined(WITH_XCB) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util -CONFIGURE_ARGS+= --enable-xcb -# this option exposes a bug --enable-xlib-xcb=auto -PLIST_SUB+= XCB="" -.else -CONFIGURE_ARGS+= --disable-xcb -PLIST_SUB+= XCB="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '/test/s/==/=/g' \ - -e '/LIBS/s/-lrt//' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ - ${WRKSRC}/src/*.pc.in - @${REINPLACE_CMD} -e '/@CAIRO_HAS_PNG_FUNCTIONS_TRUE@.*=/d' \ - ${WRKSRC}/Makefile.in -.if defined(WITH_GL) - @${REINPLACE_CMD} 's|@CAIRO_CFLAGS@|-I$$(top_srcdir)/src/glew &|' \ - ${WRKSRC}/src/Makefile.in -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo deleted file mode 100644 index 10a0e78cd..000000000 --- a/graphics/cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cairo-1.10.0.tar.gz) = 70a2ece66cf473d976e2db0f75bf199e -SHA256 (cairo-1.10.0.tar.gz) = 0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2 -SIZE (cairo-1.10.0.tar.gz) = 24022822 diff --git a/graphics/cairo/files/patch-src_cairo.h b/graphics/cairo/files/patch-src_cairo.h deleted file mode 100644 index 5e12601a0..000000000 --- a/graphics/cairo/files/patch-src_cairo.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cairo.h.orig 2010-10-29 16:27:48.000000000 +0200 -+++ src/cairo.h 2010-10-29 16:28:07.000000000 +0200 -@@ -1973,7 +1973,7 @@ typedef enum _cairo_device_type { - CAIRO_DEVICE_TYPE_SCRIPT, - CAIRO_DEVICE_TYPE_XCB, - CAIRO_DEVICE_TYPE_XLIB, -- CAIRO_DEVICE_TYPE_XML, -+ CAIRO_DEVICE_TYPE_XML - } cairo_device_type_t; - - cairo_public cairo_device_type_t diff --git a/graphics/cairo/files/patch-src_cairoint.h b/graphics/cairo/files/patch-src_cairoint.h deleted file mode 100644 index a9b3ce480..000000000 --- a/graphics/cairo/files/patch-src_cairoint.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/cairoint.h.orig Sun Oct 15 18:02:35 2006 -+++ src/cairoint.h Sun Oct 15 18:10:11 2006 -@@ -50,6 +50,11 @@ - #include "config.h" - #endif - -+#ifndef INT16_MAX -+#define INT16_MAX 0x7fff -+#define INT16_MIN (-0x7fff-1) -+#endif -+ - #include <assert.h> - #include <stdlib.h> - #include <string.h> 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 9271bf93e..000000000 --- a/graphics/cairo/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/cairo-trace -include/cairo/cairo-deprecated.h -include/cairo/cairo-features.h -include/cairo/cairo-ft.h -%%GL%%include/cairo/cairo-gl.h -include/cairo/cairo-gobject.h -include/cairo/cairo-pdf.h -include/cairo/cairo-ps.h -include/cairo/cairo-script-interpreter.h -include/cairo/cairo-svg.h -include/cairo/cairo-version.h -%%XCB%%include/cairo/cairo-xcb.h -%%X11%%include/cairo/cairo-xlib-xrender.h -%%X11%%include/cairo/cairo-xlib.h -include/cairo/cairo.h -lib/cairo/libcairo-trace.a -lib/cairo/libcairo-trace.la -lib/cairo/libcairo-trace.so -lib/cairo/libcairo-trace.so.0 -lib/libcairo-gobject.a -lib/libcairo-gobject.la -lib/libcairo-gobject.so -lib/libcairo-gobject.so.2 -lib/libcairo-script-interpreter.a -lib/libcairo-script-interpreter.la -lib/libcairo-script-interpreter.so -lib/libcairo-script-interpreter.so.2 -lib/libcairo.a -lib/libcairo.la -lib/libcairo.so -lib/libcairo.so.2 -libdata/pkgconfig/cairo.pc -libdata/pkgconfig/cairo-fc.pc -libdata/pkgconfig/cairo-ft.pc -%%GL%%libdata/pkgconfig/cairo-gl.pc -%%GL%%libdata/pkgconfig/cairo-glx.pc -libdata/pkgconfig/cairo-gobject.pc -libdata/pkgconfig/cairo-pdf.pc -libdata/pkgconfig/cairo-png.pc -libdata/pkgconfig/cairo-ps.pc -libdata/pkgconfig/cairo-svg.pc -%%XCB%%libdata/pkgconfig/cairo-xcb.pc -%%XCB%%libdata/pkgconfig/cairo-xcb-shm.pc -%%X11%%libdata/pkgconfig/cairo-xlib.pc -@comment %%X11%%%%XCB%%libdata/pkgconfig/cairo-xlib-xcb.pc -%%X11%%libdata/pkgconfig/cairo-xlib-xrender.pc -@dirrm include/cairo -@dirrm lib/cairo diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile deleted file mode 100644 index 8ef436b5b..000000000 --- a/graphics/cairomm/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: cairomm -# Date created: 2005-12-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairomm/Makefile,v 1.15 2010/10/23 18:52:25 kwm Exp $ -# - -PORTNAME= cairomm -PORTVERSION= 1.9.6 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interface to cairo - -LIB_DEPENDS= xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \ - cairo.2:${PORTSDIR}/graphics/cairo - -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget ltverhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" - -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --disable-documentation - -.else -post-configure: - @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html -.endif - -.include <bsd.port.mk> diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo deleted file mode 100644 index 15193e34b..000000000 --- a/graphics/cairomm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cairomm-1.9.6.tar.gz) = f0c0b03142b67d798e781e3f40dea456 -SHA256 (cairomm-1.9.6.tar.gz) = b7a377273b5369118a72f2802f4fd58419db45dae89bd7d0cf2e657e220765f3 -SIZE (cairomm-1.9.6.tar.gz) = 878676 diff --git a/graphics/cairomm/pkg-descr b/graphics/cairomm/pkg-descr deleted file mode 100644 index 4a85fd74a..000000000 --- a/graphics/cairomm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interface to cairo - -WWW: http://cairographics.org diff --git a/graphics/cairomm/pkg-plist b/graphics/cairomm/pkg-plist deleted file mode 100644 index fb7e75665..000000000 --- a/graphics/cairomm/pkg-plist +++ /dev/null @@ -1,205 +0,0 @@ -include/cairomm-1.0/cairomm/cairomm.h -include/cairomm-1.0/cairomm/context.h -include/cairomm-1.0/cairomm/device.h -include/cairomm-1.0/cairomm/enums.h -include/cairomm-1.0/cairomm/exception.h -include/cairomm-1.0/cairomm/fontface.h -include/cairomm-1.0/cairomm/fontoptions.h -include/cairomm-1.0/cairomm/matrix.h -include/cairomm-1.0/cairomm/path.h -include/cairomm-1.0/cairomm/pattern.h -include/cairomm-1.0/cairomm/quartz_font.h -include/cairomm-1.0/cairomm/quartz_surface.h -include/cairomm-1.0/cairomm/refptr.h -include/cairomm-1.0/cairomm/region.h -include/cairomm-1.0/cairomm/scaledfont.h -include/cairomm-1.0/cairomm/surface.h -include/cairomm-1.0/cairomm/types.h -include/cairomm-1.0/cairomm/win32_font.h -include/cairomm-1.0/cairomm/win32_surface.h -include/cairomm-1.0/cairomm/xlib_surface.h -lib/cairomm-1.0/include/cairommconfig.h -lib/libcairomm-1.0.a -lib/libcairomm-1.0.la -lib/libcairomm-1.0.so -lib/libcairomm-1.0.so.1 -libdata/pkgconfig/cairomm-1.0.pc -libdata/pkgconfig/cairomm-ft-1.0.pc -libdata/pkgconfig/cairomm-pdf-1.0.pc -libdata/pkgconfig/cairomm-png-1.0.pc -libdata/pkgconfig/cairomm-ps-1.0.pc -libdata/pkgconfig/cairomm-svg-1.0.pc -libdata/pkgconfig/cairomm-xlib-1.0.pc -libdata/pkgconfig/cairomm-xlib-xrender-1.0.pc -%%PORTDOCS%%share/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2 -%%PORTDOCS%%share/doc/cairomm-1.0/reference/cairomm-1.0.tag -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/annotated.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/bc_s.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/cairomm.css -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Context-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Context.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontOptions-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontOptions.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtFontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtFontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtScaledFont-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtScaledFont.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1GlitzSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1GlitzSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Gradient-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Gradient.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ImageSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ImageSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1LinearGradient-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1LinearGradient.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Matrix-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Matrix.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Path-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Path.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Pattern-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Pattern.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PdfSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PdfSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PsSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PsSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzFontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzFontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RadialGradient-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RadialGradient.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RefPtr-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RefPtr.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Region-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Region.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ScaledFont-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ScaledFont.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SolidPattern-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SolidPattern.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Surface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Surface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SurfacePattern-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SurfacePattern.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SvgSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SvgSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ToyFontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ToyFontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1UserFontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1UserFontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32FontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32FontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32PrintingSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32PrintingSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32ScaledFont-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32ScaledFont.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32Surface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32Surface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1XlibSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1XlibSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classcairo__matrix__t.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classes.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/closed.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/deprecated.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/doxygen.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/examples.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x62.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x63.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x64.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x65.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x66.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x67.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x68.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x69.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6c.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6d.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6f.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x70.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x71.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x72.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x73.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x74.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x75.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x76.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x77.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x78.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x7e.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x62.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x63.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x64.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x65.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x66.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x67.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x68.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x69.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6c.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6d.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6f.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x70.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x71.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x72.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x73.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x74.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x75.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x76.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x77.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x78.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x7e.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_type.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/graph_legend.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/image-surface_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/index.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__0.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__1.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__10.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__11.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__12.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__2.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__3.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__4.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__5.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__6.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__7.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__8.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit__graph__9.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherits.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespaceCairo.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_enum.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_eval.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_type.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespaces.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/nav_f.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/nav_h.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/open.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/pages.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/pdf-surface_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/ps-surface_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/structCairo_1_1ColorStop-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/structCairo_1_1ColorStop.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/svg-surface_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_a.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_b.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_h.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_s.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tabs.css -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/toy-text_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/user-font_8cc-example.html -%%PORTDOCS%%@dirrm share/doc/cairomm-1.0/reference/html -%%PORTDOCS%%@dirrm share/doc/cairomm-1.0/reference -%%PORTDOCS%%@dirrm share/doc/cairomm-1.0 -%%PORTDOCS%%@dirrm share/devhelp/books/cairomm-1.0 -@dirrm lib/cairomm-1.0/include -@dirrm lib/cairomm-1.0 -@dirrm include/cairomm-1.0/cairomm -@dirrm include/cairomm-1.0 diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile deleted file mode 100644 index 1ed07187a..000000000 --- a/graphics/clutter-gtk/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: clutter-gtk -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-gtk -PORTVERSION= 0.10.8 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= GNOME \ - http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GTK+ Integration library for Clutter - -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix -USE_XORG= xp x11 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/clutter-gtk/distinfo b/graphics/clutter-gtk/distinfo deleted file mode 100644 index 008e8138e..000000000 --- a/graphics/clutter-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-gtk-0.10.8.tar.bz2) = 22b4ebddc795e40d83622d7d23669eff -SHA256 (clutter-gtk-0.10.8.tar.bz2) = 7867f951568871d9f68cbe8a3644fd53d2138f725b7ba61ffc0053eb64e80814 -SIZE (clutter-gtk-0.10.8.tar.bz2) = 321316 diff --git a/graphics/clutter-gtk/files/patch-clutter-gtk_Makefile.in b/graphics/clutter-gtk/files/patch-clutter-gtk_Makefile.in deleted file mode 100644 index 80c495f48..000000000 --- a/graphics/clutter-gtk/files/patch-clutter-gtk_Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- clutter-gtk/Makefile.in.orig 2010-10-07 22:59:05.000000000 +0200 -+++ clutter-gtk/Makefile.in 2010-10-07 23:01:50.000000000 +0200 -@@ -289,6 +289,7 @@ - -DCLUTTER_DISABLE_DEPRECATED \ - $(CLUTTER_GTK_DEBUG_CFLAGS) - -+common_cflags = $(CLUTTER_CFLAGS) $(GTK_CFLAGS) - - # please, keep these lists sorted alphabetically - sources_c = \ -@@ -311,7 +312,7 @@ - libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_SOURCES = $(sources_c) - libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_LIBADD = $(CLUTTER_LIBS) $(GTK_LIBS) - libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_LDFLAGS = $(CLUTTER_LT_LDFLAGS) --libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_CFLAGS = $(MAINTAINER_CFLAGS) $(GTK_CFLAGS) $(CLUTTER_CFLAGS) -+libclutter_gtk_@CLUTTER_GTK_API_VERSION@_la_CFLAGS = $(common_cflags) $(MAINTAINER_CFLAGS) - cluttergtkheadersdir = $(includedir)/clutter-1.0/clutter-gtk - cluttergtkheaders_HEADERS = $(sources_h) $(srcdir)/clutter-gtk.h - @HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = GtkClutter-@CLUTTER_GTK_API_VERSION@.gir -@@ -744,7 +745,7 @@ - @HAVE_INTROSPECTION_TRUE@ $(AM_V_GEN)$(INTROSPECTION_SCANNER) -v \ - @HAVE_INTROSPECTION_TRUE@ --namespace GtkClutter --nsversion=@CLUTTER_GTK_API_VERSION@ \ - @HAVE_INTROSPECTION_TRUE@ --strip-prefix=GtkClutter \ --@HAVE_INTROSPECTION_TRUE@ $(INCLUDES) $(AM_CPPFLAGS) \ -+@HAVE_INTROSPECTION_TRUE@ $(INCLUDES) $(AM_CPPFLAGS) $(common_cflags) \ - @HAVE_INTROSPECTION_TRUE@ --add-include-path=$(srcdir) --add-include=path=. \ - @HAVE_INTROSPECTION_TRUE@ --include=Clutter-1.0 \ - @HAVE_INTROSPECTION_TRUE@ --include=GdkPixbuf-2.0 \ diff --git a/graphics/clutter-gtk/pkg-descr b/graphics/clutter-gtk/pkg-descr deleted file mode 100644 index cf83a5ac9..000000000 --- a/graphics/clutter-gtk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ -applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the -default ClutterStage into any GtkContainer. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter-gtk/pkg-plist b/graphics/clutter-gtk/pkg-plist deleted file mode 100644 index 2c128d635..000000000 --- a/graphics/clutter-gtk/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -include/clutter-1.0/clutter-gtk/clutter-gtk.h -include/clutter-1.0/clutter-gtk/gtk-clutter-embed.h -include/clutter-1.0/clutter-gtk/gtk-clutter-scrollable.h -include/clutter-1.0/clutter-gtk/gtk-clutter-util.h -include/clutter-1.0/clutter-gtk/gtk-clutter-viewport.h -include/clutter-1.0/clutter-gtk/gtk-clutter-zoomable.h -lib/girepository-1.0/GtkClutter-0.10.typelib -lib/libclutter-gtk-0.10.a -lib/libclutter-gtk-0.10.la -lib/libclutter-gtk-0.10.so -lib/libclutter-gtk-0.10.so.0 -libdata/pkgconfig/clutter-gtk-0.10.pc -%%DOCSDIR%%/GtkClutterEmbed.html -%%DOCSDIR%%/GtkClutterScrollable.html -%%DOCSDIR%%/GtkClutterViewport.html -%%DOCSDIR%%/GtkClutterZoomable.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/clutter-gtk-Utility-Functions.html -%%DOCSDIR%%/clutter-gtk.devhelp -%%DOCSDIR%%/clutter-gtk.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gir-1.0/GtkClutter-0.10.gir -@dirrm %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter-gtk diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile deleted file mode 100644 index 3d30b1c7b..000000000 --- a/graphics/clutter-gtk3/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: clutter-gtk -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-gtk -PORTVERSION= 0.90.2 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GTK+ Integration library for Clutter - -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -LATEST_LINK= clutter-gtk3 -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gtk30 ltverhack gnomeprefix -USE_XORG= xp x11 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -post-patch: - @${REINPLACE_CMD} -e 's|gdk-2.0|gdk-3.0|g' \ - -e 's|gtk+-2.0|gtk+-3.0|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/clutter-gtk3/distinfo b/graphics/clutter-gtk3/distinfo deleted file mode 100644 index 7c5974645..000000000 --- a/graphics/clutter-gtk3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-gtk-0.90.2.tar.bz2) = 77b6bd3c6f69ba096a1eff18e67c0ada -SHA256 (clutter-gtk-0.90.2.tar.bz2) = 6663c47ac2ad2a74a28a788643e8ad97fab91a79faebee47bf322612b5c5900f -SIZE (clutter-gtk-0.90.2.tar.bz2) = 319655 diff --git a/graphics/clutter-gtk3/files/patch-Makefile.in b/graphics/clutter-gtk3/files/patch-Makefile.in deleted file mode 100644 index c1531aa9e..000000000 --- a/graphics/clutter-gtk3/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-08-10 23:18:30.000000000 +0200 -+++ Makefile.in 2010-08-10 23:18:42.000000000 +0200 -@@ -290,7 +290,7 @@ QUIET_RM = $(QUIET_RM_$(V)) - QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY)) - QUIET_RM_0 = @echo ' RM '$@; - ACLOCAL_AMFLAGS = -I build/autotools --SUBDIRS = build clutter-gtk doc examples -+SUBDIRS = build clutter-gtk examples - pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = clutter-gtk-1.0.pc - EXTRA_DIST = clutter-gtk.pc.in diff --git a/graphics/clutter-gtk3/pkg-descr b/graphics/clutter-gtk3/pkg-descr deleted file mode 100644 index cf83a5ac9..000000000 --- a/graphics/clutter-gtk3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ -applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the -default ClutterStage into any GtkContainer. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter-gtk3/pkg-plist b/graphics/clutter-gtk3/pkg-plist deleted file mode 100644 index c3334b928..000000000 --- a/graphics/clutter-gtk3/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -include/clutter-gtk-1.0/clutter-gtk/clutter-gtk.h -include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-actor.h -include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-embed.h -include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-util.h -include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-version.h -include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-window.h -lib/girepository-1.0/GtkClutter-1.0.typelib -lib/libclutter-gtk-1.0.a -lib/libclutter-gtk-1.0.la -lib/libclutter-gtk-1.0.so -lib/libclutter-gtk-1.0.so.0 -libdata/pkgconfig/clutter-gtk-1.0.pc -share/gir-1.0/GtkClutter-1.0.gir -@dirrm include/clutter-gtk-1.0/clutter-gtk diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile deleted file mode 100644 index 6d6345f09..000000000 --- a/graphics/clutter/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: clutter -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/clutter/Makefile,v 1.33 2010/09/18 11:21:08 kwm Exp $ -# - -PORTNAME= clutter -PORTVERSION= 1.4.0 -CATEGORIES= graphics -MASTER_SITES= GNOME \ - http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= OpenGL based interactive canvas library - -LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes -USE_GETTEXT= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= pkgconfig gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango -USE_GL= gl -USE_XORG= glproto x11 xfixes xdamage xcomposite xi -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-x --enable-conformance=no -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo deleted file mode 100644 index 2f859197a..000000000 --- a/graphics/clutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-1.4.0.tar.bz2) = 329b6ac4e14b6f63b23297cfbb05af93 -SHA256 (clutter-1.4.0.tar.bz2) = bcdb2c55a083b8f18b0205e816c303605926b03e19f380294a203ae19ec02c96 -SIZE (clutter-1.4.0.tar.bz2) = 4476562 diff --git a/graphics/clutter/files/patch-clutter_cogl_cogl_Makefile.in b/graphics/clutter/files/patch-clutter_cogl_cogl_Makefile.in deleted file mode 100644 index ec4a62547..000000000 --- a/graphics/clutter/files/patch-clutter_cogl_cogl_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- clutter/cogl/cogl/Makefile.in.orig 2010-11-20 14:38:12.000000000 +0100 -+++ clutter/cogl/cogl/Makefile.in 2010-11-20 14:47:42.000000000 +0100 -@@ -582,6 +582,7 @@ - -I$(srcdir)/winsys \ - -I$(srcdir)/driver/$(COGL_DRIVER) \ - -I$(top_builddir)/clutter/cogl \ -+ `pkg-config --cflags gl` \ - $(NULL) - - AM_CPPFLAGS = \ diff --git a/graphics/clutter/pkg-descr b/graphics/clutter/pkg-descr deleted file mode 100644 index 593f4afbc..000000000 --- a/graphics/clutter/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Clutter it an open source software library for creating fast, visually -rich and animated graphical user interfaces. - -WWW: http://clutter-project.org/ diff --git a/graphics/clutter/pkg-plist b/graphics/clutter/pkg-plist deleted file mode 100644 index 59a6dba2c..000000000 --- a/graphics/clutter/pkg-plist +++ /dev/null @@ -1,371 +0,0 @@ -include/clutter-1.0/cally/cally-actor.h -include/clutter-1.0/cally/cally-clone.h -include/clutter-1.0/cally/cally-factory.h -include/clutter-1.0/cally/cally-group.h -include/clutter-1.0/cally/cally-main.h -include/clutter-1.0/cally/cally-rectangle.h -include/clutter-1.0/cally/cally-root.h -include/clutter-1.0/cally/cally-stage.h -include/clutter-1.0/cally/cally-text.h -include/clutter-1.0/cally/cally-texture.h -include/clutter-1.0/cally/cally-util.h -include/clutter-1.0/cally/cally.h -include/clutter-1.0/clutter/clutter-action.h -include/clutter-1.0/clutter/clutter-actor.h -include/clutter-1.0/clutter/clutter-actor-meta.h -include/clutter-1.0/clutter/clutter-align-constraint.h -include/clutter-1.0/clutter/clutter-alpha.h -include/clutter-1.0/clutter/clutter-animatable.h -include/clutter-1.0/clutter/clutter-animation.h -include/clutter-1.0/clutter/clutter-animator.h -include/clutter-1.0/clutter/clutter-backend.h -include/clutter-1.0/clutter/clutter-behaviour-depth.h -include/clutter-1.0/clutter/clutter-behaviour-ellipse.h -include/clutter-1.0/clutter/clutter-behaviour-opacity.h -include/clutter-1.0/clutter/clutter-behaviour-path.h -include/clutter-1.0/clutter/clutter-behaviour-rotate.h -include/clutter-1.0/clutter/clutter-behaviour-scale.h -include/clutter-1.0/clutter/clutter-behaviour.h -include/clutter-1.0/clutter/clutter-bin-layout.h -include/clutter-1.0/clutter/clutter-bind-constraint.h -include/clutter-1.0/clutter/clutter-binding-pool.h -include/clutter-1.0/clutter/clutter-blur-effect.h -include/clutter-1.0/clutter/clutter-box-layout.h -include/clutter-1.0/clutter/clutter-box.h -include/clutter-1.0/clutter/clutter-cairo-texture.h -include/clutter-1.0/clutter/clutter-child-meta.h -include/clutter-1.0/clutter/clutter-click-action.h -include/clutter-1.0/clutter/clutter-clone.h -include/clutter-1.0/clutter/clutter-color.h -include/clutter-1.0/clutter/clutter-colorize-effect.h -include/clutter-1.0/clutter/clutter-container.h -include/clutter-1.0/clutter/clutter-constraint.h -include/clutter-1.0/clutter/clutter-deform-effect.h -include/clutter-1.0/clutter/clutter-deprecated.h -include/clutter-1.0/clutter/clutter-desaturate-effect.h -include/clutter-1.0/clutter/clutter-device-manager.h -include/clutter-1.0/clutter/clutter-drag-action.h -include/clutter-1.0/clutter/clutter-effect.h -include/clutter-1.0/clutter/clutter-enum-types.h -include/clutter-1.0/clutter/clutter-event.h -include/clutter-1.0/clutter/clutter-feature.h -include/clutter-1.0/clutter/clutter-fixed-layout.h -include/clutter-1.0/clutter/clutter-fixed.h -include/clutter-1.0/clutter/clutter-flow-layout.h -include/clutter-1.0/clutter/clutter-frame-source.h -include/clutter-1.0/clutter/clutter-group.h -include/clutter-1.0/clutter/clutter-input-device.h -include/clutter-1.0/clutter/clutter-interval.h -include/clutter-1.0/clutter/clutter-json.h -include/clutter-1.0/clutter/clutter-keysyms-compat.h -include/clutter-1.0/clutter/clutter-keysyms.h -include/clutter-1.0/clutter/clutter-layout-manager.h -include/clutter-1.0/clutter/clutter-layout-meta.h -include/clutter-1.0/clutter/clutter-list-model.h -include/clutter-1.0/clutter/clutter-main.h -include/clutter-1.0/clutter/clutter-marshal.h -include/clutter-1.0/clutter/clutter-media.h -include/clutter-1.0/clutter/clutter-model.h -include/clutter-1.0/clutter/clutter-offscreen-effect.h -include/clutter-1.0/clutter/clutter-page-turn-effect.h -include/clutter-1.0/clutter/clutter-path.h -include/clutter-1.0/clutter/clutter-rectangle.h -include/clutter-1.0/clutter/clutter-score.h -include/clutter-1.0/clutter/clutter-script.h -include/clutter-1.0/clutter/clutter-scriptable.h -include/clutter-1.0/clutter/clutter-settings.h -include/clutter-1.0/clutter/clutter-shader-effect.h -include/clutter-1.0/clutter/clutter-shader-types.h -include/clutter-1.0/clutter/clutter-shader.h -include/clutter-1.0/clutter/clutter-stage-manager.h -include/clutter-1.0/clutter/clutter-stage-window.h -include/clutter-1.0/clutter/clutter-stage.h -include/clutter-1.0/clutter/clutter-state.h -include/clutter-1.0/clutter/clutter-table-layout.h -include/clutter-1.0/clutter/clutter-text.h -include/clutter-1.0/clutter/clutter-texture.h -include/clutter-1.0/clutter/clutter-timeline.h -include/clutter-1.0/clutter/clutter-timeout-pool.h -include/clutter-1.0/clutter/clutter-types.h -include/clutter-1.0/clutter/clutter-units.h -include/clutter-1.0/clutter/clutter-util.h -include/clutter-1.0/clutter/clutter-version.h -include/clutter-1.0/clutter/clutter.h -include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h -include/clutter-1.0/clutter/glx/clutter-glx.h -include/clutter-1.0/clutter/x11/clutter-x11-enum-types.h -include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h -include/clutter-1.0/clutter/x11/clutter-x11.h -include/clutter-1.0/cogl/cogl-bitmap.h -include/clutter-1.0/cogl/cogl-buffer.h -include/clutter-1.0/cogl/cogl-color.h -include/clutter-1.0/cogl/cogl-defines.h -include/clutter-1.0/cogl/cogl-deprecated.h -include/clutter-1.0/cogl/cogl-enum-types.h -include/clutter-1.0/cogl/cogl-fixed.h -include/clutter-1.0/cogl/cogl-material.h -include/clutter-1.0/cogl/cogl-matrix.h -include/clutter-1.0/cogl/cogl-object.h -include/clutter-1.0/cogl/cogl-offscreen.h -include/clutter-1.0/cogl/cogl-pango.h -include/clutter-1.0/cogl/cogl-path.h -include/clutter-1.0/cogl/cogl-pixel-array.h -include/clutter-1.0/cogl/cogl-primitives.h -include/clutter-1.0/cogl/cogl-shader.h -include/clutter-1.0/cogl/cogl-texture-3d.h -include/clutter-1.0/cogl/cogl-texture-pixmap-x11.h -include/clutter-1.0/cogl/cogl-texture.h -include/clutter-1.0/cogl/cogl-types.h -include/clutter-1.0/cogl/cogl-vector.h -include/clutter-1.0/cogl/cogl-vertex-buffer.h -include/clutter-1.0/cogl/cogl.h -lib/girepository-1.0/Cally-1.0.typelib -lib/girepository-1.0/Clutter-1.0.typelib -lib/girepository-1.0/ClutterX11-1.0.typelib -lib/girepository-1.0/Cogl-1.0.typelib -lib/libclutter-glx-1.0.a -lib/libclutter-glx-1.0.la -lib/libclutter-glx-1.0.so -lib/libclutter-glx-1.0.so.0 -libdata/pkgconfig/cally-1.0.pc -libdata/pkgconfig/clutter-1.0.pc -libdata/pkgconfig/clutter-glx-1.0.pc -libdata/pkgconfig/clutter-x11-1.0.pc -libdata/pkgconfig/cogl-1.0.pc -libdata/pkgconfig/cogl-gl-1.0.pc -share/doc/cally/CallyActor.html -share/doc/cally/CallyClone.html -share/doc/cally/CallyGroup.html -share/doc/cally/CallyRectangle.html -share/doc/cally/CallyRoot.html -share/doc/cally/CallyStage.html -share/doc/cally/CallyText.html -share/doc/cally/CallyTexture.html -share/doc/cally/CallyUtil.html -share/doc/cally/cally-General-API.html -share/doc/cally/cally.devhelp -share/doc/cally/cally.devhelp2 -share/doc/cally/callybase.html -share/doc/cally/callyobjecthierarchy.html -share/doc/cally/callyobjectindex.html -share/doc/cally/callyobjects.html -share/doc/cally/ch01.html -share/doc/cally/ch02.html -share/doc/cally/clutter-overview.html -share/doc/cally/home.png -share/doc/cally/index.html -share/doc/cally/index.sgml -share/doc/cally/ix01.html -share/doc/cally/ix02.html -share/doc/cally/ix03.html -share/doc/cally/left.png -share/doc/cally/license.html -share/doc/cally/right.png -share/doc/cally/style.css -share/doc/cally/up.png -%%DOCSDIR%%/ClutterAction.html -%%DOCSDIR%%/ClutterActor.html -%%DOCSDIR%%/ClutterActorMeta.html -%%DOCSDIR%%/ClutterAlignConstraint.html -%%DOCSDIR%%/ClutterAlpha.html -%%DOCSDIR%%/ClutterAnimatable.html -%%DOCSDIR%%/ClutterAnimator.html -%%DOCSDIR%%/ClutterBehaviour.html -%%DOCSDIR%%/ClutterBehaviourDepth.html -%%DOCSDIR%%/ClutterBehaviourEllipse.html -%%DOCSDIR%%/ClutterBehaviourOpacity.html -%%DOCSDIR%%/ClutterBehaviourPath.html -%%DOCSDIR%%/ClutterBehaviourRotate.html -%%DOCSDIR%%/ClutterBehaviourScale.html -%%DOCSDIR%%/ClutterBinLayout.html -%%DOCSDIR%%/ClutterBindConstraint.html -%%DOCSDIR%%/ClutterBlurEffect.html -%%DOCSDIR%%/ClutterBox.html -%%DOCSDIR%%/ClutterBoxLayout.html -%%DOCSDIR%%/ClutterCairoTexture.html -%%DOCSDIR%%/ClutterChildMeta.html -%%DOCSDIR%%/ClutterClickAction.html -%%DOCSDIR%%/ClutterClone.html -%%DOCSDIR%%/ClutterColorizeEffect.html -%%DOCSDIR%%/ClutterContainer.html -%%DOCSDIR%%/ClutterConstraint.html -%%DOCSDIR%%/ClutterDeformEffect.html -%%DOCSDIR%%/ClutterDeviceManager.html -%%DOCSDIR%%/ClutterDesaturateEffect.html -%%DOCSDIR%%/ClutterDragAction.html -%%DOCSDIR%%/ClutterEffect.html -%%DOCSDIR%%/ClutterFixedLayout.html -%%DOCSDIR%%/ClutterFlowLayout.html -%%DOCSDIR%%/ClutterGroup.html -%%DOCSDIR%%/ClutterInputDevice.html -%%DOCSDIR%%/ClutterLayoutManager.html -%%DOCSDIR%%/ClutterLayoutMeta.html -%%DOCSDIR%%/ClutterListModel.html -%%DOCSDIR%%/ClutterMedia.html -%%DOCSDIR%%/ClutterModel.html -%%DOCSDIR%%/ClutterModelIter.html -%%DOCSDIR%%/ClutterOffscreenEffect.html -%%DOCSDIR%%/ClutterPageTurnEffect.html -%%DOCSDIR%%/ClutterPath.html -%%DOCSDIR%%/ClutterRectangle.html -%%DOCSDIR%%/ClutterScore.html -%%DOCSDIR%%/ClutterScript.html -%%DOCSDIR%%/ClutterScriptable.html -%%DOCSDIR%%/ClutterSettings.html -%%DOCSDIR%%/ClutterShaderEffect.html -%%DOCSDIR%%/ClutterStage.html -%%DOCSDIR%%/ClutterState.html -%%DOCSDIR%%/ClutterTableLayout.html -%%DOCSDIR%%/ClutterText.html -%%DOCSDIR%%/ClutterTexture.html -%%DOCSDIR%%/ClutterTimeline.html -%%DOCSDIR%%/actor-box.png -%%DOCSDIR%%/additionaldocs.html -%%DOCSDIR%%/animator-key-frames.png -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/bin-layout.png -%%DOCSDIR%%/box-layout.png -%%DOCSDIR%%/building-clutter.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/ch08.html -%%DOCSDIR%%/ch09.html -%%DOCSDIR%%/ch10.html -%%DOCSDIR%%/ch11.html -%%DOCSDIR%%/clutter-ClutterBackend.html -%%DOCSDIR%%/clutter-ClutterX11TexturePixmap.html -%%DOCSDIR%%/clutter-Colors.html -%%DOCSDIR%%/clutter-EGL-Specific-Support.html -%%DOCSDIR%%/clutter-Events.html -%%DOCSDIR%%/clutter-Features.html -%%DOCSDIR%%/clutter-GLX-Specific-Support.html -%%DOCSDIR%%/clutter-General.html -%%DOCSDIR%%/clutter-Implicit-Animations.html -%%DOCSDIR%%/clutter-Intel-CE3100-CE4100-Specific-Support.html -%%DOCSDIR%%/clutter-Key-Bindings.html -%%DOCSDIR%%/clutter-Shaders.html -%%DOCSDIR%%/clutter-Stage-Manager.html -%%DOCSDIR%%/clutter-Unit-conversion.html -%%DOCSDIR%%/clutter-Utilities.html -%%DOCSDIR%%/clutter-Value-intervals.html -%%DOCSDIR%%/clutter-Versioning-Macros.html -%%DOCSDIR%%/clutter-Win32-Specific-Support.html -%%DOCSDIR%%/clutter-X11-Specific-Support.html -%%DOCSDIR%%/clutter-animation-behaviours.html -%%DOCSDIR%%/clutter-animation-conclusion.html -%%DOCSDIR%%/clutter-animation-implicit.html -%%DOCSDIR%%/clutter-animation-timelines.html -%%DOCSDIR%%/clutter-animations.html -%%DOCSDIR%%/clutter-overview.html -%%DOCSDIR%%/clutter-subclassing-ClutterActor.html -%%DOCSDIR%%/clutter.devhelp -%%DOCSDIR%%/clutter.devhelp2 -%%DOCSDIR%%/clutteranimation.html -%%DOCSDIR%%/clutterbackends.html -%%DOCSDIR%%/clutterbase.html -%%DOCSDIR%%/clutterglossary.html -%%DOCSDIR%%/clutterobjecthierarchy.html -%%DOCSDIR%%/clutterobjectindex.html -%%DOCSDIR%%/clutterobjects.html -%%DOCSDIR%%/cluttertools.html -%%DOCSDIR%%/creating-your-own-behaviours.html -%%DOCSDIR%%/easing-modes.png -%%DOCSDIR%%/event-flow.png -%%DOCSDIR%%/flow-layout-horizontal.png -%%DOCSDIR%%/flow-layout-vertical.png -%%DOCSDIR%%/go01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/iterating-paths.html -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/ix02.html -%%DOCSDIR%%/ix03.html -%%DOCSDIR%%/ix04.html -%%DOCSDIR%%/ix05.html -%%DOCSDIR%%/ix06.html -%%DOCSDIR%%/ix07.html -%%DOCSDIR%%/ix08.html -%%DOCSDIR%%/ix09.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/migrating-ClutterEffect.html -%%DOCSDIR%%/migrating-ClutterPath.html -%%DOCSDIR%%/migration.html -%%DOCSDIR%%/path-alpha-func.png -%%DOCSDIR%%/pt10.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/running-clutter.html -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/using-cairo.html -share/doc/cogl/ch01.html -share/doc/cogl/ch02.html -share/doc/cogl/ch03.html -share/doc/cogl/cogl-3D-textures.html -share/doc/cogl/cogl-Blend-Strings.html -share/doc/cogl/cogl-Buffers.html -share/doc/cogl/cogl-Clipping-(Deprecated).html -share/doc/cogl/cogl-Clipping.html -share/doc/cogl/cogl-Color-Type.html -share/doc/cogl/cogl-Fixed-Point-API.html -share/doc/cogl/cogl-General-API-(Deprecated).html -share/doc/cogl/cogl-General-API.html -share/doc/cogl/cogl-Materials-(Deprecated).html -share/doc/cogl/cogl-Materials.html -share/doc/cogl/cogl-Matrices.html -share/doc/cogl/cogl-Offscreen-Buffers-(Deprecated).html -share/doc/cogl/cogl-Offscreen-Buffers.html -share/doc/cogl/cogl-Path-Primitives.html -share/doc/cogl/cogl-Primitives.html -share/doc/cogl/cogl-Shaders-and-Programmable-Pipeline-(Deprecated).html -share/doc/cogl/cogl-Shaders-and-Programmable-Pipeline.html -share/doc/cogl/cogl-Textures-(Deprecated).html -share/doc/cogl/cogl-Textures.html -share/doc/cogl/cogl-Vectors.html -share/doc/cogl/cogl-Vertex-Buffers-(Deprecated).html -share/doc/cogl/cogl-Vertex-Buffers.html -share/doc/cogl/cogl.devhelp -share/doc/cogl/cogl.devhelp2 -share/doc/cogl/cogl_ortho.png -share/doc/cogl/coglglossary.html -share/doc/cogl/fill-rule-even-odd.png -share/doc/cogl/fill-rule-non-zero.png -share/doc/cogl/home.png -share/doc/cogl/index.html -share/doc/cogl/index.sgml -share/doc/cogl/ix01.html -share/doc/cogl/ix02.html -share/doc/cogl/ix03.html -share/doc/cogl/ix04.html -share/doc/cogl/ix05.html -share/doc/cogl/ix06.html -share/doc/cogl/left.png -share/doc/cogl/license.html -share/doc/cogl/quad-indices-order.png -share/doc/cogl/quad-indices-triangles.png -share/doc/cogl/right.png -share/doc/cogl/style.css -share/doc/cogl/up.png -share/gir-1.0/Cally-1.0.gir -share/gir-1.0/Clutter-1.0.gir -share/gir-1.0/ClutterX11-1.0.gir -share/gir-1.0/Cogl-1.0.gir -share/locale/de/LC_MESSAGES/clutter-1.0.mo -share/locale/it/LC_MESSAGES/clutter-1.0.mo -share/locale/pl/LC_MESSAGES/clutter-1.0.mo -share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo -@dirrm share/doc/cogl -@dirrm share/doc/cally -@dirrm %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter/x11 -@dirrm include/clutter-1.0/clutter/glx -@dirrm include/clutter-1.0/clutter -@dirrm include/clutter-1.0/cogl -@dirrm include/clutter-1.0/cally -@dirrm include/clutter-1.0 diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile deleted file mode 100644 index 37b681594..000000000 --- a/graphics/eog-plugins/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: eog-plugins -# Date created: 28 August 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/graphics/eog-plugins/Makefile,v 1.1 2010/06/23 15:28:22 kwm Exp $ -# - -PORTNAME= eog-plugins -PORTVERSION= 2.30.1 -PORTREVISION= 1 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plug-ins for the Eye of GNOME image viewer application - -BUILD_DEPENDS= eog:${PORTSDIR}/graphics/eog -LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata -RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 -WANT_GNOME= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_CHAMPLAIN) || \ - (exists(${LOCALBASE}/lib/libchamplain-0.8.so)) || defined(WITH_CHAMPLIAN) -LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain -PLIST_SUB+= CHAMPLAIN="" -.else -PLUST_SUB+= CHAMPLAIN="@comment " -.endif - -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ - defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -PLIST_SUB+= EXIF="" -.else -PLIST_SUB+= EXIF="@comment " -.endif - -.if ${HAVE_GNOME:Mpygnome2}!="" -USE_GNOME+= pygnome2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|champlain-0.4|champlain-0.8|g' \ - -e 's|champlain-gtk-0.4|champlain-gtk-0.8|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/graphics/eog-plugins/distinfo b/graphics/eog-plugins/distinfo deleted file mode 100644 index 479adc45f..000000000 --- a/graphics/eog-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eog-plugins-2.30.1.tar.bz2) = 72b89b93e56d1fb58480cb8dd3d980d7 -SHA256 (gnome2/eog-plugins-2.30.1.tar.bz2) = 0e651053367e1d6aecfb8058a93dcac2223ec822a691ee134e9a879662580caf -SIZE (gnome2/eog-plugins-2.30.1.tar.bz2) = 344700 diff --git a/graphics/eog-plugins/pkg-descr b/graphics/eog-plugins/pkg-descr deleted file mode 100644 index 7eed446bb..000000000 --- a/graphics/eog-plugins/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -EoG-plugins is a collection of plugins for use with the Eye of GNOME Image -Viewer. diff --git a/graphics/eog-plugins/pkg-plist b/graphics/eog-plugins/pkg-plist deleted file mode 100644 index 4d8d40e9b..000000000 --- a/graphics/eog-plugins/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -%%PYTHON%%lib/eog/plugins/console.py -%%PYTHON%%lib/eog/plugins/console.pyc -%%PYTHON%%lib/eog/plugins/console.pyo -%%EXIF%%lib/eog/plugins/exif-display.eog-plugin -%%EXIF%%lib/eog/plugins/exif-display/exif-display-config.ui -%%EXIF%%lib/eog/plugins/exif-display/exif-display.ui -lib/eog/plugins/fit-to-width.eog-plugin -%%EXIF%%lib/eog/plugins/libexif-display.la -%%EXIF%%lib/eog/plugins/libexif-display.so -lib/eog/plugins/libfit-to-width.la -lib/eog/plugins/libfit-to-width.so -%%CHAMPLAIN%%lib/eog/plugins/libmap.la -%%CHAMPLAIN%%lib/eog/plugins/libmap.so -lib/eog/plugins/libpostasa.la -lib/eog/plugins/libpostasa.so -lib/eog/plugins/libsend-by-mail.la -lib/eog/plugins/libsend-by-mail.so -%%CHAMPLAIN%%lib/eog/plugins/map.eog-plugin -lib/eog/plugins/postasa.eog-plugin -lib/eog/plugins/postasa/postasa-config.xml -lib/eog/plugins/postasa/postasa-uploads.xml -%%PYTHON%%lib/eog/plugins/pythonconsole.eog-plugin -%%PYTHON%%lib/eog/plugins/pythonconsole.py -%%PYTHON%%lib/eog/plugins/pythonconsole.pyc -%%PYTHON%%lib/eog/plugins/pythonconsole.pyo -lib/eog/plugins/send-by-mail.eog-plugin -%%PYTHON%%lib/eog/plugins/slideshowshuffle.eog-plugin -%%PYTHON%%lib/eog/plugins/slideshowshuffle.py -%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyc -%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyo -share/locale/ar/LC_MESSAGES/eog-plugins.mo -share/locale/as/LC_MESSAGES/eog-plugins.mo -share/locale/be@latin/LC_MESSAGES/eog-plugins.mo -share/locale/bg/LC_MESSAGES/eog-plugins.mo -share/locale/bn_IN/LC_MESSAGES/eog-plugins.mo -share/locale/ca/LC_MESSAGES/eog-plugins.mo -share/locale/cs/LC_MESSAGES/eog-plugins.mo -share/locale/da/LC_MESSAGES/eog-plugins.mo -share/locale/de/LC_MESSAGES/eog-plugins.mo -share/locale/el/LC_MESSAGES/eog-plugins.mo -share/locale/en_GB/LC_MESSAGES/eog-plugins.mo -share/locale/es/LC_MESSAGES/eog-plugins.mo -share/locale/eu/LC_MESSAGES/eog-plugins.mo -share/locale/fi/LC_MESSAGES/eog-plugins.mo -share/locale/fr/LC_MESSAGES/eog-plugins.mo -share/locale/gl/LC_MESSAGES/eog-plugins.mo -share/locale/gu/LC_MESSAGES/eog-plugins.mo -share/locale/hu/LC_MESSAGES/eog-plugins.mo -share/locale/id/LC_MESSAGES/eog-plugins.mo -share/locale/it/LC_MESSAGES/eog-plugins.mo -share/locale/ja/LC_MESSAGES/eog-plugins.mo -share/locale/kn/LC_MESSAGES/eog-plugins.mo -share/locale/lt/LC_MESSAGES/eog-plugins.mo -share/locale/mk/LC_MESSAGES/eog-plugins.mo -share/locale/ml/LC_MESSAGES/eog-plugins.mo -share/locale/mr/LC_MESSAGES/eog-plugins.mo -share/locale/nb/LC_MESSAGES/eog-plugins.mo -share/locale/or/LC_MESSAGES/eog-plugins.mo -share/locale/pa/LC_MESSAGES/eog-plugins.mo -share/locale/pl/LC_MESSAGES/eog-plugins.mo -share/locale/pt/LC_MESSAGES/eog-plugins.mo -share/locale/pt_BR/LC_MESSAGES/eog-plugins.mo -share/locale/sl/LC_MESSAGES/eog-plugins.mo -share/locale/sq/LC_MESSAGES/eog-plugins.mo -share/locale/sv/LC_MESSAGES/eog-plugins.mo -share/locale/ta/LC_MESSAGES/eog-plugins.mo -share/locale/te/LC_MESSAGES/eog-plugins.mo -share/locale/uk/LC_MESSAGES/eog-plugins.mo -share/locale/vi/LC_MESSAGES/eog-plugins.mo -share/locale/zh_CN/LC_MESSAGES/eog-plugins.mo -share/locale/zh_HK/LC_MESSAGES/eog-plugins.mo -share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo -@dirrm lib/eog/plugins/postasa -%%EXIF%%@dirrm lib/eog/plugins/exif-display -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile deleted file mode 100644 index 480b47ff2..000000000 --- a/graphics/eog/Makefile +++ /dev/null @@ -1,74 +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.122 2010/10/23 18:56:34 kwm Exp $ -# - -PORTNAME= eog -PORTVERSION= 2.32.1 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The Eye Of Gnome image viewer - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ - update-mime-database:${PORTSDIR}/misc/shared-mime-info -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ - update-mime-database:${PORTSDIR}/misc/shared-mime-info - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ - gconf2 gnomedesktop -WANT_GNOME= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= eog.schemas - -.include <bsd.port.pre.mk> - -_WITH_EXIF= no -_WITH_EXEMPI= no - -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ - defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -PLIST_SUB+= EXIF="" -_WITH_EXIF= yes -.else -PLIST_SUB+= EXIF="@comment " -.endif - -.if !defined(WITHOUT_EXEMPI) || (exists(${LOCALBASE}/lib/libexempi.so)) || \ - defined(WITH_EXEMPI) -LIB_DEPENDS+= exempi.3:${PORTSDIR}/textproc/exempi -_WITH_EXEMPI= yes -.endif - -.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" -PLIST_SUB+= EXIFEXEMPI="" -.else -PLIST_SUB+= EXIFEXEMPI="@comment " -.endif - -.if ${HAVE_GNOME:Mpygtk2}!="" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+=--enable-python -.else -CONFIGURE_ARGS+=--disable-python -.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 f47a31c3c..000000000 --- a/graphics/eog/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/eog-2.32.1.tar.bz2) = 543672fb8e8e300bf2cf4c7eef43b5b1624e2e48e6aa0801a083ae7beb2d7078 -SIZE (gnome2/eog-2.32.1.tar.bz2) = 2804681 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 92f6c69b2..000000000 --- a/graphics/eog/pkg-plist +++ /dev/null @@ -1,469 +0,0 @@ -bin/eog -include/eog-2.20/eog/eog-application.h -include/eog-2.20/eog/eog-debug.h -include/eog-2.20/eog/eog-dialog.h -include/eog-2.20/eog/eog-enums.h -include/eog-2.20/eog/eog-error-message-area.h -%%EXIFEXEMPI%%include/eog-2.20/eog/eog-exif-details.h -%%EXIF%%include/eog-2.20/eog/eog-exif-util.h -include/eog-2.20/eog/eog-file-chooser.h -include/eog-2.20/eog/eog-image-save-info.h -include/eog-2.20/eog/eog-image.h -include/eog-2.20/eog/eog-job-queue.h -include/eog-2.20/eog/eog-jobs.h -include/eog-2.20/eog/eog-list-store.h -include/eog-2.20/eog/eog-plugin.h -include/eog-2.20/eog/eog-properties-dialog.h -include/eog-2.20/eog/eog-scroll-view.h -include/eog-2.20/eog/eog-sidebar.h -include/eog-2.20/eog/eog-statusbar.h -include/eog-2.20/eog/eog-thumb-nav.h -include/eog-2.20/eog/eog-thumb-view.h -include/eog-2.20/eog/eog-thumbnail.h -include/eog-2.20/eog/eog-transform.h -include/eog-2.20/eog/eog-window.h -lib/eog/plugins/fullscreen.eog-plugin -lib/eog/plugins/libfullscreen.la -lib/eog/plugins/libfullscreen.so -lib/eog/plugins/libreload.la -lib/eog/plugins/libreload.so -lib/eog/plugins/libstatusbar-date.la -lib/eog/plugins/libstatusbar-date.so -lib/eog/plugins/reload.eog-plugin -lib/eog/plugins/statusbar-date.eog-plugin -libdata/pkgconfig/eog.pc -share/applications/eog.desktop -%%DOCSDIR%%/EogDialog.html -%%DOCSDIR%%/EogExifDetails.html -%%DOCSDIR%%/EogFileChooser.html -%%DOCSDIR%%/EogImageSaveInfo.html -%%DOCSDIR%%/EogMetadataReaderJpg.html -%%DOCSDIR%%/EogMetadataReaderPng.html -%%DOCSDIR%%/EogPluginManager.html -%%DOCSDIR%%/EogPreferencesDialog.html -%%DOCSDIR%%/EogPrintImageSetup.html -%%DOCSDIR%%/EogPrintPreview.html -%%DOCSDIR%%/EogScrollView.html -%%DOCSDIR%%/EogSidebar.html -%%DOCSDIR%%/EogStatusbar.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/eog-eog-application.html -%%DOCSDIR%%/eog-eog-config-keys.html -%%DOCSDIR%%/eog-eog-debug.html -%%DOCSDIR%%/eog-eog-error-message-area.html -%%DOCSDIR%%/eog-eog-exif-util.html -%%DOCSDIR%%/eog-eog-image.html -%%DOCSDIR%%/eog-eog-jobs.html -%%DOCSDIR%%/eog-eog-job-queue.html -%%DOCSDIR%%/eog-eog-list-store.html -%%DOCSDIR%%/eog-eog-metadata-reader.html -%%DOCSDIR%%/eog-eog-pixbuf-util.html -%%DOCSDIR%%/eog-eog-plugin.html -%%DOCSDIR%%/eog-eog-plugin-engine.html -%%DOCSDIR%%/eog-eog-print.html -%%DOCSDIR%%/eog-eog-properties-dialog.html -%%DOCSDIR%%/eog-eog-save-as-dialog-helper.html -%%DOCSDIR%%/eog-eog-session.html -%%DOCSDIR%%/eog-eog-thumb-nav.html -%%DOCSDIR%%/eog-eog-thumb-view.html -%%DOCSDIR%%/eog-eog-thumbnail.html -%%DOCSDIR%%/eog-eog-transform.html -%%DOCSDIR%%/eog-eog-uri-converter.html -%%DOCSDIR%%/eog-eog-util.html -%%DOCSDIR%%/eog-uta.html -%%DOCSDIR%%/eog-eog-window.html -%%DOCSDIR%%/eog-zoom.html -%%DOCSDIR%%/eog.devhelp -%%DOCSDIR%%/eog.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/eog-image-properties-dialog.ui -%%DATADIR%%/eog-multiple-save-as-dialog.ui -%%DATADIR%%/eog-preferences-dialog.ui -%%DATADIR%%/eog-toolbar.xml -%%DATADIR%%/eog-ui.xml -%%DATADIR%%/gtkrc -%%DATADIR%%/icons/hicolor/16x16/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/16x16/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/16x16/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/22x22/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/22x22/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/22x22/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/24x24/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/24x24/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/32x32/actions/eog-image-collection.png -%%DATADIR%%/icons/hicolor/32x32/actions/eog-plugin.png -%%DATADIR%%/icons/hicolor/32x32/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/48x48/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/scalable/actions/eog-image-collection.svg -%%DATADIR%%/icons/hicolor/scalable/actions/eog-plugin.svg -%%DATADIR%%/icons/hicolor/scalable/actions/slideshow-play.svg -%%DATADIR%%/pixmaps/thumbnail-frame.png -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/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/C/legal.xml -share/gnome/help/eog/ar/eog.xml -share/gnome/help/eog/ar/figures/eog_save_as_window.png -share/gnome/help/eog/ar/figures/eog_start_window.png -share/gnome/help/eog/ar/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ca/eog.xml -share/gnome/help/eog/ca/figures/eog_save_as_window.png -share/gnome/help/eog/ca/figures/eog_start_window.png -share/gnome/help/eog/ca/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/cs/eog.xml -share/gnome/help/eog/cs/figures/eog_save_as_window.png -share/gnome/help/eog/cs/figures/eog_start_window.png -share/gnome/help/eog/cs/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/da/eog.xml -share/gnome/help/eog/da/figures/eog_save_as_window.png -share/gnome/help/eog/da/figures/eog_start_window.png -share/gnome/help/eog/da/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/de/eog.xml -share/gnome/help/eog/de/figures/eog_save_as_window.png -share/gnome/help/eog/de/figures/eog_start_window.png -share/gnome/help/eog/de/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/el/eog.xml -share/gnome/help/eog/el/figures/eog_save_as_window.png -share/gnome/help/eog/el/figures/eog_start_window.png -share/gnome/help/eog/el/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/en_GB/eog.xml -share/gnome/help/eog/en_GB/figures/eog_save_as_window.png -share/gnome/help/eog/en_GB/figures/eog_start_window.png -share/gnome/help/eog/en_GB/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/es/eog.xml -share/gnome/help/eog/es/figures/eog_save_as_window.png -share/gnome/help/eog/es/figures/eog_start_window.png -share/gnome/help/eog/es/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/eu/eog.xml -share/gnome/help/eog/eu/figures/eog_save_as_window.png -share/gnome/help/eog/eu/figures/eog_start_window.png -share/gnome/help/eog/eu/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/fi/eog.xml -share/gnome/help/eog/fi/figures/eog_save_as_window.png -share/gnome/help/eog/fi/figures/eog_start_window.png -share/gnome/help/eog/fi/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/fr/eog.xml -share/gnome/help/eog/fr/figures/eog_save_as_window.png -share/gnome/help/eog/fr/figures/eog_start_window.png -share/gnome/help/eog/fr/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/it/eog.xml -share/gnome/help/eog/it/figures/eog_save_as_window.png -share/gnome/help/eog/it/figures/eog_start_window.png -share/gnome/help/eog/it/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ja/eog.xml -share/gnome/help/eog/ja/figures/eog_save_as_window.png -share/gnome/help/eog/ja/figures/eog_start_window.png -share/gnome/help/eog/ja/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ko/eog.xml -share/gnome/help/eog/ko/figures/eog_save_as_window.png -share/gnome/help/eog/ko/figures/eog_start_window.png -share/gnome/help/eog/ko/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/oc/eog.xml -share/gnome/help/eog/oc/figures/eog_save_as_window.png -share/gnome/help/eog/oc/figures/eog_start_window.png -share/gnome/help/eog/oc/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pa/eog.xml -share/gnome/help/eog/pa/figures/eog_save_as_window.png -share/gnome/help/eog/pa/figures/eog_start_window.png -share/gnome/help/eog/pa/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pl/eog.xml -share/gnome/help/eog/pl/figures/eog_save_as_window.png -share/gnome/help/eog/pl/figures/eog_start_window.png -share/gnome/help/eog/pl/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/pt_BR/eog.xml -share/gnome/help/eog/pt_BR/figures/eog_save_as_window.png -share/gnome/help/eog/pt_BR/figures/eog_start_window.png -share/gnome/help/eog/pt_BR/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/ru/eog.xml -share/gnome/help/eog/ru/figures/eog_save_as_window.png -share/gnome/help/eog/ru/figures/eog_start_window.png -share/gnome/help/eog/ru/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/sv/eog.xml -share/gnome/help/eog/sv/figures/eog_save_as_window.png -share/gnome/help/eog/sv/figures/eog_start_window.png -share/gnome/help/eog/sv/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/th/eog.xml -share/gnome/help/eog/th/figures/eog_save_as_window.png -share/gnome/help/eog/th/figures/eog_start_window.png -share/gnome/help/eog/th/figures/eog_toolbar_editor_window.png -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/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/zh_CN/eog.xml -share/gnome/help/eog/zh_CN/figures/eog_save_as_window.png -share/gnome/help/eog/zh_CN/figures/eog_start_window.png -share/gnome/help/eog/zh_CN/figures/eog_toolbar_editor_window.png -share/gnome/help/eog/zh_TW/eog.xml -share/gnome/help/eog/zh_TW/figures/eog_save_as_window.png -share/gnome/help/eog/zh_TW/figures/eog_start_window.png -share/gnome/help/eog/zh_TW/figures/eog_toolbar_editor_window.png -share/icons/hicolor/16x16/apps/eog.png -share/icons/hicolor/22x22/apps/eog.png -share/icons/hicolor/24x24/apps/eog.png -share/icons/hicolor/32x32/apps/eog.png -share/icons/hicolor/scalable/apps/eog.svg -share/locale/af/LC_MESSAGES/eog.mo -share/locale/am/LC_MESSAGES/eog.mo -share/locale/ar/LC_MESSAGES/eog.mo -share/locale/as/LC_MESSAGES/eog.mo -share/locale/ast/LC_MESSAGES/eog.mo -share/locale/az/LC_MESSAGES/eog.mo -share/locale/be/LC_MESSAGES/eog.mo -share/locale/be@latin/LC_MESSAGES/eog.mo -share/locale/bg/LC_MESSAGES/eog.mo -share/locale/bn/LC_MESSAGES/eog.mo -share/locale/bn_IN/LC_MESSAGES/eog.mo -share/locale/br/LC_MESSAGES/eog.mo -share/locale/bs/LC_MESSAGES/eog.mo -share/locale/ca/LC_MESSAGES/eog.mo -share/locale/ca@valencia/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/dz/LC_MESSAGES/eog.mo -share/locale/el/LC_MESSAGES/eog.mo -share/locale/en@shaw/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/fur/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/ka/LC_MESSAGES/eog.mo -share/locale/kk/LC_MESSAGES/eog.mo -share/locale/kn/LC_MESSAGES/eog.mo -share/locale/ko/LC_MESSAGES/eog.mo -share/locale/ks/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/mai/LC_MESSAGES/eog.mo -share/locale/mg/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/mr/LC_MESSAGES/eog.mo -share/locale/ms/LC_MESSAGES/eog.mo -share/locale/nb/LC_MESSAGES/eog.mo -share/locale/nds/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/nso/LC_MESSAGES/eog.mo -share/locale/oc/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/ps/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/si/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@latin/LC_MESSAGES/eog.mo -share/locale/sv/LC_MESSAGES/eog.mo -share/locale/ta/LC_MESSAGES/eog.mo -share/locale/te/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/uz/LC_MESSAGES/eog.mo -share/locale/uz@cyrillic/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_HK/LC_MESSAGES/eog.mo -share/locale/zh_TW/LC_MESSAGES/eog.mo -share/locale/zu/LC_MESSAGES/eog.mo -share/omf/eog/eog-C.omf -share/omf/eog/eog-ar.omf -share/omf/eog/eog-ca.omf -share/omf/eog/eog-cs.omf -share/omf/eog/eog-da.omf -share/omf/eog/eog-de.omf -share/omf/eog/eog-el.omf -share/omf/eog/eog-en_GB.omf -share/omf/eog/eog-es.omf -share/omf/eog/eog-eu.omf -share/omf/eog/eog-fi.omf -share/omf/eog/eog-fr.omf -share/omf/eog/eog-it.omf -share/omf/eog/eog-ja.omf -share/omf/eog/eog-ko.omf -share/omf/eog/eog-oc.omf -share/omf/eog/eog-pa.omf -share/omf/eog/eog-pl.omf -share/omf/eog/eog-pt_BR.omf -share/omf/eog/eog-ru.omf -share/omf/eog/eog-sv.omf -share/omf/eog/eog-th.omf -share/omf/eog/eog-uk.omf -share/omf/eog/eog-zh_CN.omf -share/omf/eog/eog-zh_TW.omf -@dirrm share/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/th/figures -@dirrm share/gnome/help/eog/th -@dirrm share/gnome/help/eog/sv/figures -@dirrm share/gnome/help/eog/sv -@dirrm share/gnome/help/eog/ru/figures -@dirrm share/gnome/help/eog/ru -@dirrm share/gnome/help/eog/pt_BR/figures -@dirrm share/gnome/help/eog/pt_BR -@dirrm share/gnome/help/eog/pl/figures -@dirrm share/gnome/help/eog/pl -@dirrm share/gnome/help/eog/pa/figures -@dirrm share/gnome/help/eog/pa -@dirrm share/gnome/help/eog/oc/figures -@dirrm share/gnome/help/eog/oc -@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/fi/figures -@dirrm share/gnome/help/eog/fi -@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/en_GB/figures -@dirrm share/gnome/help/eog/en_GB -@dirrm share/gnome/help/eog/el/figures -@dirrm share/gnome/help/eog/el -@dirrm share/gnome/help/eog/de/figures -@dirrm share/gnome/help/eog/de -@dirrm share/gnome/help/eog/da/figures -@dirrm share/gnome/help/eog/da -@dirrm share/gnome/help/eog/cs/figures -@dirrm share/gnome/help/eog/cs -@dirrm share/gnome/help/eog/ca/figures -@dirrm share/gnome/help/eog/ca -@dirrm share/gnome/help/eog/ar/figures -@dirrm share/gnome/help/eog/ar -@dirrm share/gnome/help/eog/C/figures -@dirrm share/gnome/help/eog/C -@dirrm share/gnome/help/eog -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/eog/plugins -@dirrm lib/eog -@dirrm include/eog-2.20/eog -@dirrm include/eog-2.20 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile deleted file mode 100644 index 9b045241e..000000000 --- a/graphics/epdfview/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: epdfview -# Date created: 2006/06/01 -# Whom: chinsan <chinsan.tw@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= epdfview -PORTVERSION= 0.1.7 -PORTREVISION= 7 -CATEGORIES= graphics print gnome -MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ - http://mirror.slitaz.org/sources/packages/e/ - -MAINTAINER= sylvio@FreeBSD.org -COMMENT= A lightweight PDF document viewer - -BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit -LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk - -USE_BZIP2= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_ICONV= yes -USE_GMAKE= yes -USE_GNOME= gtk20 intlhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= CUPS "Use cups printing system" off \ - NLS "Native language support" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_CUPS) -CONFIGURE_ARGS+=--with-cups -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base -.else -CONFIGURE_ARGS+=--without-cups -.endif - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-install: - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/data/${PORTNAME}.desktop ${PREFIX}/share/applications/ - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/epdfview/distinfo b/graphics/epdfview/distinfo deleted file mode 100644 index 0d58288c1..000000000 --- a/graphics/epdfview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (epdfview-0.1.7.tar.bz2) = 1919bb19c16ef0a97d48b0a8303d3c7b -SHA256 (epdfview-0.1.7.tar.bz2) = 0afbb0f348d4ba916cf58da48b4749b7cca6a9038136b27dc652161913704ae8 -SIZE (epdfview-0.1.7.tar.bz2) = 443609 diff --git a/graphics/epdfview/files/patch-MainView.cxx b/graphics/epdfview/files/patch-MainView.cxx deleted file mode 100644 index 7ef5f1bf6..000000000 --- a/graphics/epdfview/files/patch-MainView.cxx +++ /dev/null @@ -1,33 +0,0 @@ ---- src/gtk/MainView.cxx.orig 2009-03-01 05:00:55.000000000 +0800 -+++ src/gtk/MainView.cxx 2009-03-28 12:18:20.000000000 +0800 -@@ -77,7 +77,7 @@ - static void main_window_zoom_out_cb (GtkWidget *, gpointer); - static void main_window_zoom_width_cb (GtkToggleAction *, gpointer); - static void main_window_set_page_mode (GtkRadioAction *, GtkRadioAction *, gpointer); --static void main_window_page_scrolled_cb (GtkWidget *widget, GdkEventScroll *event, gpointer data); -+static gboolean main_window_page_scrolled_cb (GtkWidget *widget, GdkEventScroll *event, gpointer data); - - #if defined (HAVE_CUPS) - static void main_window_print_cb (GtkWidget *, gpointer); -@@ -1479,18 +1479,19 @@ - pter->setPageMode (mode); - } - --void -+gboolean - main_window_page_scrolled_cb (GtkWidget *widget, GdkEventScroll *event, gpointer data) - { - g_assert ( NULL != data && "The data parameter is NULL."); - - MainPter *pter = (MainPter *)data; - // Only zoom when the CTRL-Button is down... -- if ( !(event->state & GDK_CONTROL_MASK) ) return; -+ if ( !(event->state & GDK_CONTROL_MASK) ) return FALSE; - if ( event->direction == GDK_SCROLL_UP ) { - pter->zoomInActivated (); - } else if ( event->direction == GDK_SCROLL_DOWN ) { - pter->zoomOutActivated (); - } -+ return TRUE; - } - diff --git a/graphics/epdfview/pkg-descr b/graphics/epdfview/pkg-descr deleted file mode 100644 index 8f6a402a7..000000000 --- a/graphics/epdfview/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -ePDFView is a free lightweight PDF document viewer using Poppler and GTK+ -libraries. - -The aim of ePDFView is to make a simple PDF document viewer, in the lines of -Evince but without using the Gnome libraries. - -WWW: http://www.emma-soft.com/projects/epdfview/ diff --git a/graphics/epdfview/pkg-plist b/graphics/epdfview/pkg-plist deleted file mode 100644 index 3e69d34f9..000000000 --- a/graphics/epdfview/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/epdfview -%%NLS%%share/locale/ca/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/cs/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/de/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/el/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/es/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/eu/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/fr/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/it/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/ja/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/pl/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/pt_PT/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/ru/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/sv/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/vi/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/epdfview.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/epdfview.mo -share/applications/epdfview.desktop -%%DATADIR%%/pixmaps/icon_epdfview-24.png -%%DATADIR%%/pixmaps/icon_epdfview-32.png -%%DATADIR%%/pixmaps/icon_epdfview-48.png -%%DATADIR%%/pixmaps/stock_find_next_24.png -%%DATADIR%%/pixmaps/stock_find_previous_24.png -%%DATADIR%%/pixmaps/stock_rotate-90.png -%%DATADIR%%/pixmaps/stock_rotate-270.png -%%DATADIR%%/pixmaps/stock_zoom-page-width.png -%%DATADIR%%/ui/epdfview-ui-print.xml -%%DATADIR%%/ui/epdfview-ui.xml -@dirrmtry share/applications -@dirrmtry %%DATADIR%%/pixmaps -@dirrmtry %%DATADIR%%/ui -@dirrmtry %%DATADIR%% diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile deleted file mode 100644 index 360006fe8..000000000 --- a/graphics/evince/Makefile +++ /dev/null @@ -1,136 +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.146 2010/09/20 21:18:42 kwm Exp $ -# - -PORTNAME= evince -PORTVERSION= 2.32.0 -CATEGORIES= graphics print gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 multi-format document viewer - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk \ - spectre.1:${PORTSDIR}/print/libspectre -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \ - gnomedocutils ltasneededhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GLIB_SCHEMAS= org.gnome.Evince.gschema.xml -GCONF_SCHEMAS= \ - evince-thumbnailer.schemas \ - evince-thumbnailer-ps.schemas - -PLIST_SUB+= VERSION=2.32 - -MAN1= evince.1 - -OPTIONS= DVI "Enable DVI viewer support" off \ - T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ - NAUTILUS "Enable Nautilus plugin" on \ - KEYRING "Enable Gnome-Keyring without Nautilus" on \ - DBUS "Enable D-BUS support" on \ - COMICS "Enable comic book archives support" on \ - IMPRESS "Enable Impress presentations support" off \ - DJVU "Enable DJVU support" off - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so) -WITH_DBUS= yes -.endif - -.if defined(WITH_DVI) || defined(WITH_T1LIB) || exists(${LOCALBASE}/lib/libkpathsea.a) -BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base -RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base - -CONFIGURE_ARGS+= --enable-dvi -GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas -PLIST_SUB+= DVI="" -. if defined(WITH_T1LIB) -LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib - -CONFIGURE_ARGS+= --enable-t1lib -. endif -.else -PLIST_SUB+= DVI="@comment " -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -CONFIGURE_ARGS+= --enable-nautilus -PLIST_SUB+= NAUTILUS="" -.else -BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -.if !defined(WITHOUT_KEYRING) -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -.else -CONFIGURE_ARGS+= --without-keyring -.endif -CONFIGURE_ARGS+= --disable-nautilus -PLIST_SUB+= NAUTILUS="@comment " -.endif - -.if defined(WITH_IMPRESS) -CONFIGURE_ARGS+= --enable-impress -PLIST_SUB+= IMPRESS="" -.else -CONFIGURE_ARGS+= --disable-impress -PLIST_SUB+= IMPRESS="@comment " -.endif - -.if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 -CONFIGURE_ARGS+= --enable-djvu -GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas -PLIST_SUB+= DJVU="" -.else -CONFIGURE_ARGS+= --disable-djvu -PLIST_SUB+= DJVU="@comment " -.endif - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.endif - -.if !defined(WITHOUT_COMICS) -RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -CONFIGURE_ARGS+= --enable-comics -GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas -PLIST_SUB+= COMICS="" -.else -CONFIGURE_ARGS+= --disable-comics -PLIST_SUB+= COMICS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ - -e 's|" == "|" = "|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \ - ${WRKSRC}/help/reference/libdocument/Makefile.in \ - ${WRKSRC}/help/reference/libview/Makefile.in - -post-install: - @-update-desktop-database - @${INSTALL_DATA} ${WRKSRC}/data/org.gnome.Evince.gschema.xml \ - ${PREFIX}/share/glib-2.0/schemas - -.include <bsd.port.post.mk> diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo deleted file mode 100644 index bee1bd741..000000000 --- a/graphics/evince/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evince-2.32.0.tar.bz2) = ebc3ce6df8dcbf29cb9492f8dd031319 -SHA256 (gnome2/evince-2.32.0.tar.bz2) = 2a4c91ae38f8b5028cebb91b9da9ddc50ea8ae3f3d429df89ba351da2d787ff7 -SIZE (gnome2/evince-2.32.0.tar.bz2) = 2295272 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 af50cbf4d..000000000 --- a/graphics/evince/pkg-plist +++ /dev/null @@ -1,537 +0,0 @@ -bin/evince -bin/evince-previewer -bin/evince-thumbnailer -include/evince/%%VERSION%%/evince-document.h -include/evince/%%VERSION%%/evince-view.h -include/evince/%%VERSION%%/libdocument/ev-annotation.h -include/evince/%%VERSION%%/libdocument/ev-async-renderer.h -include/evince/%%VERSION%%/libdocument/ev-attachment.h -include/evince/%%VERSION%%/libdocument/ev-backends-manager.h -include/evince/%%VERSION%%/libdocument/ev-document-annotations.h -include/evince/%%VERSION%%/libdocument/ev-document-attachments.h -include/evince/%%VERSION%%/libdocument/ev-document-factory.h -include/evince/%%VERSION%%/libdocument/ev-document-find.h -include/evince/%%VERSION%%/libdocument/ev-document-fonts.h -include/evince/%%VERSION%%/libdocument/ev-document-forms.h -include/evince/%%VERSION%%/libdocument/ev-document-images.h -include/evince/%%VERSION%%/libdocument/ev-document-info.h -include/evince/%%VERSION%%/libdocument/ev-document-layers.h -include/evince/%%VERSION%%/libdocument/ev-document-links.h -include/evince/%%VERSION%%/libdocument/ev-document-misc.h -include/evince/%%VERSION%%/libdocument/ev-document-print.h -include/evince/%%VERSION%%/libdocument/ev-document-security.h -include/evince/%%VERSION%%/libdocument/ev-document-text.h -include/evince/%%VERSION%%/libdocument/ev-document-thumbnails.h -include/evince/%%VERSION%%/libdocument/ev-document-transition.h -include/evince/%%VERSION%%/libdocument/ev-document-type-builtins.h -include/evince/%%VERSION%%/libdocument/ev-document.h -include/evince/%%VERSION%%/libdocument/ev-file-exporter.h -include/evince/%%VERSION%%/libdocument/ev-file-helpers.h -include/evince/%%VERSION%%/libdocument/ev-form-field.h -include/evince/%%VERSION%%/libdocument/ev-image.h -include/evince/%%VERSION%%/libdocument/ev-init.h -include/evince/%%VERSION%%/libdocument/ev-layer.h -include/evince/%%VERSION%%/libdocument/ev-link-action.h -include/evince/%%VERSION%%/libdocument/ev-link-dest.h -include/evince/%%VERSION%%/libdocument/ev-link.h -include/evince/%%VERSION%%/libdocument/ev-mapping-list.h -include/evince/%%VERSION%%/libdocument/ev-page.h -include/evince/%%VERSION%%/libdocument/ev-render-context.h -include/evince/%%VERSION%%/libdocument/ev-selection.h -include/evince/%%VERSION%%/libdocument/ev-transition-effect.h -include/evince/%%VERSION%%/libdocument/ev-version.h -include/evince/%%VERSION%%/libview/ev-document-model.h -include/evince/%%VERSION%%/libview/ev-job-scheduler.h -include/evince/%%VERSION%%/libview/ev-jobs.h -include/evince/%%VERSION%%/libview/ev-print-operation.h -include/evince/%%VERSION%%/libview/ev-stock-icons.h -include/evince/%%VERSION%%/libview/ev-view-presentation.h -include/evince/%%VERSION%%/libview/ev-view-type-builtins.h -include/evince/%%VERSION%%/libview/ev-view.h -%%COMICS%%lib/evince/3/backends/comicsdocument.evince-backend -%%DJVU%%lib/evince/3/backends/djvudocument.evince-backend -%%DVI%%lib/evince/3/backends/dvidocument.evince-backend -%%IMPRESS%%lib/evince/3/backends/impressdocument.evince-backend -%%COMICS%%lib/evince/3/backends/libcomicsdocument.a -%%COMICS%%lib/evince/3/backends/libcomicsdocument.la -%%COMICS%%lib/evince/3/backends/libcomicsdocument.so -%%DJVU%%lib/evince/3/backends/libdjvudocument.a -%%DJVU%%lib/evince/3/backends/libdjvudocument.la -%%DJVU%%lib/evince/3/backends/libdjvudocument.so -%%DVI%%lib/evince/3/backends/libdvidocument.a -%%DVI%%lib/evince/3/backends/libdvidocument.la -%%DVI%%lib/evince/3/backends/libdvidocument.so -%%IMPRESS%%lib/evince/3/backends/libimpressdocument.a -%%IMPRESS%%lib/evince/3/backends/libimpressdocument.la -%%IMPRESS%%lib/evince/3/backends/libimpressdocument.so -lib/evince/3/backends/libpdfdocument.a -lib/evince/3/backends/libpdfdocument.la -lib/evince/3/backends/libpdfdocument.so -lib/evince/3/backends/libpsdocument.a -lib/evince/3/backends/libpsdocument.la -lib/evince/3/backends/libpsdocument.so -lib/evince/3/backends/libtiffdocument.a -lib/evince/3/backends/libtiffdocument.la -lib/evince/3/backends/libtiffdocument.so -lib/evince/3/backends/pdfdocument.evince-backend -lib/evince/3/backends/psdocument.evince-backend -lib/evince/3/backends/tiffdocument.evince-backend -lib/libevdocument.a -lib/libevdocument.la -lib/libevdocument.so -lib/libevdocument.so.3 -lib/libevview.a -lib/libevview.la -lib/libevview.so -lib/libevview.so.3 -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.a -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.so -libdata/pkgconfig/evince-document-%%VERSION%%.pc -libdata/pkgconfig/evince-view-%%VERSION%%.pc -libexec/evince-convert-metadata -libexec/evinced -share/GConf/gsettings/evince.convert -share/applications/evince.desktop -share/dbus-1/services/org.gnome.evince.Daemon.service -%%DOCSDIR%%/EggFindBar.html -%%DOCSDIR%%/EvFileMonitor.html -%%DOCSDIR%%/EvHistory.html -%%DOCSDIR%%/EvMessageArea.html -%%DOCSDIR%%/EvNavigationAction.html -%%DOCSDIR%%/EvNavigationActionWidget.html -%%DOCSDIR%%/EvOpenRecentAction.html -%%DOCSDIR%%/EvPageAction.html -%%DOCSDIR%%/EvPageActionWidget.html -%%DOCSDIR%%/EvPasswordView.html -%%DOCSDIR%%/EvProgressMessageArea.html -%%DOCSDIR%%/EvSidebar.html -%%DOCSDIR%%/EvSidebarAttachments.html -%%DOCSDIR%%/EvSidebarLayers.html -%%DOCSDIR%%/EvSidebarLinks.html -%%DOCSDIR%%/EvSidebarPage.html -%%DOCSDIR%%/EvSidebarThumbnails.html -%%DOCSDIR%%/EvWindow.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/evince-ev-application.html -%%DOCSDIR%%/evince-ev-keyring.html -%%DOCSDIR%%/evince-ev-media-player-keys.html -%%DOCSDIR%%/evince-ev-metadata.html -%%DOCSDIR%%/evince-ev-properties-dialog.html -%%DOCSDIR%%/evince-ev-properties-fonts.html -%%DOCSDIR%%/evince-ev-properties-license.html -%%DOCSDIR%%/evince-ev-utils.html -%%DOCSDIR%%/evince-ev-window-title.html -%%DOCSDIR%%/evince-frontend.html -%%DOCSDIR%%/evince.devhelp -%%DOCSDIR%%/evince.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/licence.html -%%DOCSDIR%%/object-tree.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/doc/libevdocument/EvAnnotation.html -share/doc/libevdocument/EvAsyncRenderer.html -share/doc/libevdocument/EvAttachment.html -share/doc/libevdocument/EvDocument.html -share/doc/libevdocument/EvDocumentAnnotations.html -share/doc/libevdocument/EvDocumentAttachments.html -share/doc/libevdocument/EvDocumentFind.html -share/doc/libevdocument/EvDocumentFonts.html -share/doc/libevdocument/EvDocumentForms.html -share/doc/libevdocument/EvDocumentImages.html -share/doc/libevdocument/EvDocumentLayers.html -share/doc/libevdocument/EvDocumentLinks.html -share/doc/libevdocument/EvDocumentPrint.html -share/doc/libevdocument/EvDocumentSecurity.html -share/doc/libevdocument/EvDocumentThumbnails.html -share/doc/libevdocument/EvDocumentTransition.html -share/doc/libevdocument/EvFileExporter.html -share/doc/libevdocument/EvFormField.html -share/doc/libevdocument/EvImage.html -share/doc/libevdocument/EvLayer.html -share/doc/libevdocument/EvPage.html -share/doc/libevdocument/EvRenderContext.html -share/doc/libevdocument/EvSelection.html -share/doc/libevdocument/api-index-full.html -share/doc/libevdocument/document-data.html -share/doc/libevdocument/document-helpers.html -share/doc/libevdocument/document-interfaces.html -share/doc/libevdocument/home.png -share/doc/libevdocument/index.html -share/doc/libevdocument/index.sgml -share/doc/libevdocument/left.png -share/doc/libevdocument/libevdocument-EvDocumentInfo.html -share/doc/libevdocument/libevdocument-EvDocumentMisc.html -share/doc/libevdocument/libevdocument-Version-checks.html -share/doc/libevdocument/libevdocument-ev-backends-manager.html -share/doc/libevdocument/libevdocument-ev-document-factory.html -share/doc/libevdocument/libevdocument-ev-file-helpers.html -share/doc/libevdocument/libevdocument-ev-init.html -share/doc/libevdocument/libevdocument-ev-link-action.html -share/doc/libevdocument/libevdocument-ev-link-dest.html -share/doc/libevdocument/libevdocument-ev-link.html -share/doc/libevdocument/libevdocument-ev-mapping.html -share/doc/libevdocument/libevdocument-ev-transition-effect.html -share/doc/libevdocument/libevdocument.devhelp -share/doc/libevdocument/libevdocument.devhelp2 -share/doc/libevdocument/licence.html -share/doc/libevdocument/object-tree.html -share/doc/libevdocument/right.png -share/doc/libevdocument/style.css -share/doc/libevdocument/up.png -share/doc/libevview/EvJob.html -share/doc/libevview/api-index-full.html -share/doc/libevview/home.png -share/doc/libevview/index.html -share/doc/libevview/index.sgml -share/doc/libevview/left.png -share/doc/libevview/libevview-ev-annotation-window.html -share/doc/libevview/libevview-ev-document-model.html -share/doc/libevview/libevview-ev-job-scheduler.html -share/doc/libevview/libevview-ev-page-cache.html -share/doc/libevview/libevview-ev-print-operation.html -share/doc/libevview/libevview-ev-stock-icons.html -share/doc/libevview/libevview-ev-view-cursor.html -share/doc/libevview/libevview-ev-view-presentation.html -share/doc/libevview/libevview-ev-view-type-builtins.html -share/doc/libevview/libevview-ev-view.html -share/doc/libevview/libevview.devhelp -share/doc/libevview/libevview.devhelp2 -share/doc/libevview/licence.html -share/doc/libevview/object-tree.html -share/doc/libevview/right.png -share/doc/libevview/style.css -share/doc/libevview/up.png -share/doc/libevview/view-view.html -%%DATADIR%%/evince-previewer-ui.xml -%%DATADIR%%/evince-toolbar.xml -%%DATADIR%%/evince-ui.xml -%%DATADIR%%/hand-open.png -%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png -%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/22x22/actions/eye.png -%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png -%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png -%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/48x48/actions/close.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg -%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg -%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg -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/bg/evince.xml -share/gnome/help/evince/bg/figures/evince_start_window.png -share/gnome/help/evince/ca/evince.xml -share/gnome/help/evince/ca/figures/evince_start_window.png -share/gnome/help/evince/cs/evince.xml -share/gnome/help/evince/cs/figures/evince_start_window.png -share/gnome/help/evince/de/evince.xml -share/gnome/help/evince/de/figures/evince_start_window.png -share/gnome/help/evince/el/evince.xml -share/gnome/help/evince/el/figures/evince_start_window.png -share/gnome/help/evince/en_GB/evince.xml -share/gnome/help/evince/en_GB/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/eu/evince.xml -share/gnome/help/evince/eu/figures/evince_start_window.png -share/gnome/help/evince/fi/evince.xml -share/gnome/help/evince/fi/figures/evince_start_window.png -share/gnome/help/evince/fr/evince.xml -share/gnome/help/evince/fr/figures/evince_start_window.png -share/gnome/help/evince/it/evince.xml -share/gnome/help/evince/it/figures/evince_start_window.png -share/gnome/help/evince/ja/evince.xml -share/gnome/help/evince/ja/figures/evince_start_window.png -share/gnome/help/evince/nl/evince.xml -share/gnome/help/evince/nl/figures/evince_start_window.png -share/gnome/help/evince/oc/evince.xml -share/gnome/help/evince/oc/figures/evince_start_window.png -share/gnome/help/evince/pt_BR/evince.xml -share/gnome/help/evince/pt_BR/figures/evince_start_window.png -share/gnome/help/evince/ru/evince.xml -share/gnome/help/evince/ru/figures/evince_start_window.png -share/gnome/help/evince/sl/evince.xml -share/gnome/help/evince/sl/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/sv/evince.xml -share/gnome/help/evince/sv/figures/evince_start_window.png -share/gnome/help/evince/uk/evince.xml -share/gnome/help/evince/uk/figures/evince_start_window.png -share/gnome/help/evince/vi/evince.xml -share/gnome/help/evince/vi/figures/evince_start_window.png -share/gnome/help/evince/zh_CN/evince.xml -share/gnome/help/evince/zh_CN/figures/evince_start_window.png -share/icons/hicolor/16x16/apps/evince.png -share/icons/hicolor/22x22/apps/evince.png -share/icons/hicolor/24x24/apps/evince.png -share/icons/hicolor/48x48/apps/evince.png -share/icons/hicolor/scalable/apps/evince.svg -share/locale/af/LC_MESSAGES/evince.mo -share/locale/ar/LC_MESSAGES/evince.mo -share/locale/as/LC_MESSAGES/evince.mo -share/locale/ast/LC_MESSAGES/evince.mo -share/locale/be/LC_MESSAGES/evince.mo -share/locale/be@latin/LC_MESSAGES/evince.mo -share/locale/bg/LC_MESSAGES/evince.mo -share/locale/bn/LC_MESSAGES/evince.mo -share/locale/bn_IN/LC_MESSAGES/evince.mo -share/locale/br/LC_MESSAGES/evince.mo -share/locale/ca/LC_MESSAGES/evince.mo -share/locale/ca@valencia/LC_MESSAGES/evince.mo -share/locale/cs/LC_MESSAGES/evince.mo -share/locale/cy/LC_MESSAGES/evince.mo -share/locale/da/LC_MESSAGES/evince.mo -share/locale/de/LC_MESSAGES/evince.mo -share/locale/dz/LC_MESSAGES/evince.mo -share/locale/el/LC_MESSAGES/evince.mo -share/locale/eo/LC_MESSAGES/evince.mo -share/locale/en@shaw/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/fa/LC_MESSAGES/evince.mo -share/locale/fi/LC_MESSAGES/evince.mo -share/locale/fr/LC_MESSAGES/evince.mo -share/locale/ga/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/id/LC_MESSAGES/evince.mo -share/locale/it/LC_MESSAGES/evince.mo -share/locale/ja/LC_MESSAGES/evince.mo -share/locale/ka/LC_MESSAGES/evince.mo -share/locale/kk/LC_MESSAGES/evince.mo -share/locale/kn/LC_MESSAGES/evince.mo -share/locale/ko/LC_MESSAGES/evince.mo -share/locale/ks/LC_MESSAGES/evince.mo -share/locale/ku/LC_MESSAGES/evince.mo -share/locale/lt/LC_MESSAGES/evince.mo -share/locale/lv/LC_MESSAGES/evince.mo -share/locale/mai/LC_MESSAGES/evince.mo -share/locale/mg/LC_MESSAGES/evince.mo -share/locale/mk/LC_MESSAGES/evince.mo -share/locale/ml/LC_MESSAGES/evince.mo -share/locale/mn/LC_MESSAGES/evince.mo -share/locale/mr/LC_MESSAGES/evince.mo -share/locale/ms/LC_MESSAGES/evince.mo -share/locale/nb/LC_MESSAGES/evince.mo -share/locale/nds/LC_MESSAGES/evince.mo -share/locale/ne/LC_MESSAGES/evince.mo -share/locale/nl/LC_MESSAGES/evince.mo -share/locale/nn/LC_MESSAGES/evince.mo -share/locale/oc/LC_MESSAGES/evince.mo -share/locale/or/LC_MESSAGES/evince.mo -share/locale/pa/LC_MESSAGES/evince.mo -share/locale/pl/LC_MESSAGES/evince.mo -share/locale/ps/LC_MESSAGES/evince.mo -share/locale/pt/LC_MESSAGES/evince.mo -share/locale/pt_BR/LC_MESSAGES/evince.mo -share/locale/ro/LC_MESSAGES/evince.mo -share/locale/ru/LC_MESSAGES/evince.mo -share/locale/rw/LC_MESSAGES/evince.mo -share/locale/si/LC_MESSAGES/evince.mo -share/locale/sk/LC_MESSAGES/evince.mo -share/locale/sl/LC_MESSAGES/evince.mo -share/locale/sq/LC_MESSAGES/evince.mo -share/locale/sr/LC_MESSAGES/evince.mo -share/locale/sr@latin/LC_MESSAGES/evince.mo -share/locale/sv/LC_MESSAGES/evince.mo -share/locale/ta/LC_MESSAGES/evince.mo -share/locale/te/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/vi/LC_MESSAGES/evince.mo -share/locale/wa/LC_MESSAGES/evince.mo -share/locale/zh_CN/LC_MESSAGES/evince.mo -share/locale/zh_HK/LC_MESSAGES/evince.mo -share/locale/zh_TW/LC_MESSAGES/evince.mo -share/omf/evince/evince-C.omf -share/omf/evince/evince-bg.omf -share/omf/evince/evince-ca.omf -share/omf/evince/evince-cs.omf -share/omf/evince/evince-de.omf -share/omf/evince/evince-el.omf -share/omf/evince/evince-en_GB.omf -share/omf/evince/evince-es.omf -share/omf/evince/evince-eu.omf -share/omf/evince/evince-fi.omf -share/omf/evince/evince-fr.omf -share/omf/evince/evince-it.omf -share/omf/evince/evince-ja.omf -share/omf/evince/evince-nl.omf -share/omf/evince/evince-oc.omf -share/omf/evince/evince-pt_BR.omf -share/omf/evince/evince-ru.omf -share/omf/evince/evince-sl.omf -share/omf/evince/evince-sr.omf -share/omf/evince/evince-sv.omf -share/omf/evince/evince-uk.omf -share/omf/evince/evince-vi.omf -share/omf/evince/evince-zh_CN.omf -@dirrm share/omf/evince -@dirrm share/gnome/help/evince/zh_CN/figures -@dirrm share/gnome/help/evince/zh_CN -@dirrm share/gnome/help/evince/vi/figures -@dirrm share/gnome/help/evince/vi -@dirrm share/gnome/help/evince/uk/figures -@dirrm share/gnome/help/evince/uk -@dirrm share/gnome/help/evince/sv/figures -@dirrm share/gnome/help/evince/sv -@dirrm share/gnome/help/evince/sr/figures -@dirrm share/gnome/help/evince/sr -@dirrm share/gnome/help/evince/sl/figures -@dirrm share/gnome/help/evince/sl -@dirrm share/gnome/help/evince/ru/figures -@dirrm share/gnome/help/evince/ru -@dirrm share/gnome/help/evince/pt_BR/figures -@dirrm share/gnome/help/evince/pt_BR -@dirrm share/gnome/help/evince/oc/figures -@dirrm share/gnome/help/evince/oc -@dirrm share/gnome/help/evince/nl/figures -@dirrm share/gnome/help/evince/nl -@dirrm share/gnome/help/evince/ja/figures -@dirrm share/gnome/help/evince/ja -@dirrm share/gnome/help/evince/it/figures -@dirrm share/gnome/help/evince/it -@dirrm share/gnome/help/evince/fr/figures -@dirrm share/gnome/help/evince/fr -@dirrm share/gnome/help/evince/fi/figures -@dirrm share/gnome/help/evince/fi -@dirrm share/gnome/help/evince/eu/figures -@dirrm share/gnome/help/evince/eu -@dirrm share/gnome/help/evince/es/figures -@dirrm share/gnome/help/evince/es -@dirrm share/gnome/help/evince/en_GB/figures -@dirrm share/gnome/help/evince/en_GB -@dirrm share/gnome/help/evince/el/figures -@dirrm share/gnome/help/evince/el -@dirrm share/gnome/help/evince/de/figures -@dirrm share/gnome/help/evince/de -@dirrm share/gnome/help/evince/cs/figures -@dirrm share/gnome/help/evince/cs -@dirrm share/gnome/help/evince/ca/figures -@dirrm share/gnome/help/evince/ca -@dirrm share/gnome/help/evince/bg/figures -@dirrm share/gnome/help/evince/bg -@dirrm share/gnome/help/evince/C/figures -@dirrm share/gnome/help/evince/C -@dirrm share/gnome/help/evince -@dirrm %%DATADIR%%/icons/hicolor/scalable/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/doc/libevview -@dirrm share/doc/libevdocument -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/evince/3/backends -@dirrm lib/evince/3 -@dirrm lib/evince -@dirrm include/evince/%%VERSION%%/libview -@dirrm include/evince/%%VERSION%%/libdocument -@dirrm include/evince/%%VERSION%% -@dirrm include/evince -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/GConf/gsettings -@dirrmtry share/GConf -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/evince3/Makefile b/graphics/evince3/Makefile deleted file mode 100644 index 0995e474e..000000000 --- a/graphics/evince3/Makefile +++ /dev/null @@ -1,121 +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.141 2010/07/07 13:43:39 kwm Exp $ -# - -PORTNAME= evince -PORTVERSION= 2.31.5 -CATEGORIES= graphics print gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 3 multi-format document viewer - -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk \ - spectre.1:${PORTSDIR}/print/libspectre -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \ - gnomedocutils ltasneededhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= \ - evince-thumbnailer.schemas \ - evince-thumbnailer-ps.schemas - -MAN1= evince.1 - -OPTIONS= DVI "Enable DVI viewer support" off \ - T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ - NAUTILUS "Enable Nautilus plugin" on \ - KEYRING "Enable Gnome-Keyring without Nautilus" on \ - COMICS "Enable comic book archives support" on \ - IMPRESS "Enable Impress presentations support" off \ - DJVU "Enable DJVU support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DVI) || defined(WITH_T1LIB) || exists(${LOCALBASE}/lib/libkpathsea.a) -BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base -RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base - -CONFIGURE_ARGS+= --enable-dvi -GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas -PLIST_SUB+= DVI="" -. if defined(WITH_T1LIB) -LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib - -CONFIGURE_ARGS+= --enable-t1lib -. endif -.else -PLIST_SUB+= DVI="@comment " -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus3 -CONFIGURE_ARGS+= --enable-nautilus -PLIST_SUB+= NAUTILUS="" -.else -BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -.if !defined(WITHOUT_KEYRING) -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -.else -CONFIGURE_ARGS+= --without-keyring -.endif -CONFIGURE_ARGS+= --disable-nautilus -PLIST_SUB+= NAUTILUS="@comment " -.endif - -.if defined(WITH_IMPRESS) -CONFIGURE_ARGS+= --enable-impress -PLIST_SUB+= IMPRESS="" -.else -CONFIGURE_ARGS+= --disable-impress -PLIST_SUB+= IMPRESS="@comment " -.endif - -.if defined(WITH_DJVU) -LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 -CONFIGURE_ARGS+= --enable-djvu -GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas -PLIST_SUB+= DJVU="" -.else -CONFIGURE_ARGS+= --disable-djvu -PLIST_SUB+= DJVU="@comment " -.endif - -.if !defined(WITHOUT_COMICS) -RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -CONFIGURE_ARGS+= --enable-comics -GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas -PLIST_SUB+= COMICS="" -.else -CONFIGURE_ARGS+= --disable-comics -PLIST_SUB+= COMICS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \ - ${WRKSRC}/help/reference/libdocument/Makefile.in \ - ${WRKSRC}/help/reference/libview/Makefile.in - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/evince3/distinfo b/graphics/evince3/distinfo deleted file mode 100644 index 7615a0116..000000000 --- a/graphics/evince3/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (gnome3/evince-2.31.5.tar.bz2) = a1f89970d701c35bf2d0b79f1232d9cc -SHA256 (gnome3/evince-2.31.5.tar.bz2) = 1e13d171f784c90642ba4d0fa4d70455de9e22f491bb1c49c8c40adfc5738995 -SIZE (gnome3/evince-2.31.5.tar.bz2) = 2254628 - diff --git a/graphics/evince3/pkg-descr b/graphics/evince3/pkg-descr deleted file mode 100644 index 800f6fcd3..000000000 --- a/graphics/evince3/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/evince3/pkg-plist b/graphics/evince3/pkg-plist deleted file mode 100644 index c3a281bdb..000000000 --- a/graphics/evince3/pkg-plist +++ /dev/null @@ -1,529 +0,0 @@ -bin/evince -bin/evince-previewer -bin/evince-thumbnailer -include/evince/2.30/evince-document.h -include/evince/2.30/evince-view.h -include/evince/2.30/libdocument/ev-annotation.h -include/evince/2.30/libdocument/ev-async-renderer.h -include/evince/2.30/libdocument/ev-attachment.h -include/evince/2.30/libdocument/ev-backends-manager.h -include/evince/2.30/libdocument/ev-document-annotations.h -include/evince/2.30/libdocument/ev-document-attachments.h -include/evince/2.30/libdocument/ev-document-factory.h -include/evince/2.30/libdocument/ev-document-find.h -include/evince/2.30/libdocument/ev-document-fonts.h -include/evince/2.30/libdocument/ev-document-forms.h -include/evince/2.30/libdocument/ev-document-images.h -include/evince/2.30/libdocument/ev-document-info.h -include/evince/2.30/libdocument/ev-document-layers.h -include/evince/2.30/libdocument/ev-document-links.h -include/evince/2.30/libdocument/ev-document-misc.h -include/evince/2.30/libdocument/ev-document-print.h -include/evince/2.30/libdocument/ev-document-security.h -include/evince/2.30/libdocument/ev-document-text.h -include/evince/2.30/libdocument/ev-document-thumbnails.h -include/evince/2.30/libdocument/ev-document-transition.h -include/evince/2.30/libdocument/ev-document-type-builtins.h -include/evince/2.30/libdocument/ev-document.h -include/evince/2.30/libdocument/ev-file-exporter.h -include/evince/2.30/libdocument/ev-file-helpers.h -include/evince/2.30/libdocument/ev-form-field.h -include/evince/2.30/libdocument/ev-image.h -include/evince/2.30/libdocument/ev-init.h -include/evince/2.30/libdocument/ev-layer.h -include/evince/2.30/libdocument/ev-link-action.h -include/evince/2.30/libdocument/ev-link-dest.h -include/evince/2.30/libdocument/ev-link.h -include/evince/2.30/libdocument/ev-mapping-list.h -include/evince/2.30/libdocument/ev-page.h -include/evince/2.30/libdocument/ev-render-context.h -include/evince/2.30/libdocument/ev-selection.h -include/evince/2.30/libdocument/ev-transition-effect.h -include/evince/2.30/libdocument/ev-version.h -include/evince/2.30/libview/ev-document-model.h -include/evince/2.30/libview/ev-job-scheduler.h -include/evince/2.30/libview/ev-jobs.h -include/evince/2.30/libview/ev-print-operation.h -include/evince/2.30/libview/ev-stock-icons.h -include/evince/2.30/libview/ev-view-presentation.h -include/evince/2.30/libview/ev-view-type-builtins.h -include/evince/2.30/libview/ev-view.h -%%COMICS%%lib/evince/2/backends/comicsdocument.evince-backend -%%DJVU%%lib/evince/2/backends/djvudocument.evince-backend -%%DVI%%lib/evince/2/backends/dvidocument.evince-backend -%%IMPRESS%%lib/evince/2/backends/impressdocument.evince-backend -%%COMICS%%lib/evince/2/backends/libcomicsdocument.a -%%COMICS%%lib/evince/2/backends/libcomicsdocument.la -%%COMICS%%lib/evince/2/backends/libcomicsdocument.so -%%DJVU%%lib/evince/2/backends/libdjvudocument.a -%%DJVU%%lib/evince/2/backends/libdjvudocument.la -%%DJVU%%lib/evince/2/backends/libdjvudocument.so -%%DVI%%lib/evince/2/backends/libdvidocument.a -%%DVI%%lib/evince/2/backends/libdvidocument.la -%%DVI%%lib/evince/2/backends/libdvidocument.so -%%IMPRESS%%lib/evince/2/backends/libimpressdocument.a -%%IMPRESS%%lib/evince/2/backends/libimpressdocument.la -%%IMPRESS%%lib/evince/2/backends/libimpressdocument.so -lib/evince/2/backends/libpdfdocument.a -lib/evince/2/backends/libpdfdocument.la -lib/evince/2/backends/libpdfdocument.so -lib/evince/2/backends/libpsdocument.a -lib/evince/2/backends/libpsdocument.la -lib/evince/2/backends/libpsdocument.so -lib/evince/2/backends/libtiffdocument.a -lib/evince/2/backends/libtiffdocument.la -lib/evince/2/backends/libtiffdocument.so -lib/evince/2/backends/pdfdocument.evince-backend -lib/evince/2/backends/psdocument.evince-backend -lib/evince/2/backends/tiffdocument.evince-backend -lib/libevdocument.a -lib/libevdocument.la -lib/libevdocument.so -lib/libevdocument.so.2 -lib/libevview.a -lib/libevview.la -lib/libevview.so -lib/libevview.so.2 -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.a -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.so -libdata/pkgconfig/evince-document-2.30.pc -libdata/pkgconfig/evince-view-2.30.pc -libexec/evince-convert-metadata -libexec/evinced -share/applications/evince.desktop -share/dbus-1/services/org.gnome.evince.Daemon.service -%%DOCSDIR%%/EggFindBar.html -%%DOCSDIR%%/EvFileMonitor.html -%%DOCSDIR%%/EvHistory.html -%%DOCSDIR%%/EvMessageArea.html -%%DOCSDIR%%/EvNavigationAction.html -%%DOCSDIR%%/EvNavigationActionWidget.html -%%DOCSDIR%%/EvOpenRecentAction.html -%%DOCSDIR%%/EvPageAction.html -%%DOCSDIR%%/EvPageActionWidget.html -%%DOCSDIR%%/EvPasswordView.html -%%DOCSDIR%%/EvProgressMessageArea.html -%%DOCSDIR%%/EvSidebar.html -%%DOCSDIR%%/EvSidebarAttachments.html -%%DOCSDIR%%/EvSidebarLayers.html -%%DOCSDIR%%/EvSidebarLinks.html -%%DOCSDIR%%/EvSidebarPage.html -%%DOCSDIR%%/EvSidebarThumbnails.html -%%DOCSDIR%%/EvWindow.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/evince-ev-application.html -%%DOCSDIR%%/evince-ev-keyring.html -%%DOCSDIR%%/evince-ev-media-player-keys.html -%%DOCSDIR%%/evince-ev-metadata.html -%%DOCSDIR%%/evince-ev-properties-dialog.html -%%DOCSDIR%%/evince-ev-properties-fonts.html -%%DOCSDIR%%/evince-ev-properties-license.html -%%DOCSDIR%%/evince-ev-utils.html -%%DOCSDIR%%/evince-ev-window-title.html -%%DOCSDIR%%/evince-frontend.html -%%DOCSDIR%%/evince.devhelp -%%DOCSDIR%%/evince.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/licence.html -%%DOCSDIR%%/object-tree.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/doc/libevdocument/EvAnnotation.html -share/doc/libevdocument/EvAsyncRenderer.html -share/doc/libevdocument/EvAttachment.html -share/doc/libevdocument/EvDocument.html -share/doc/libevdocument/EvDocumentAnnotations.html -share/doc/libevdocument/EvDocumentAttachments.html -share/doc/libevdocument/EvDocumentFind.html -share/doc/libevdocument/EvDocumentFonts.html -share/doc/libevdocument/EvDocumentForms.html -share/doc/libevdocument/EvDocumentImages.html -share/doc/libevdocument/EvDocumentLayers.html -share/doc/libevdocument/EvDocumentLinks.html -share/doc/libevdocument/EvDocumentPrint.html -share/doc/libevdocument/EvDocumentSecurity.html -share/doc/libevdocument/EvDocumentThumbnails.html -share/doc/libevdocument/EvDocumentTransition.html -share/doc/libevdocument/EvFileExporter.html -share/doc/libevdocument/EvFormField.html -share/doc/libevdocument/EvImage.html -share/doc/libevdocument/EvLayer.html -share/doc/libevdocument/EvPage.html -share/doc/libevdocument/EvRenderContext.html -share/doc/libevdocument/EvSelection.html -share/doc/libevdocument/api-index-full.html -share/doc/libevdocument/document-data.html -share/doc/libevdocument/document-helpers.html -share/doc/libevdocument/document-interfaces.html -share/doc/libevdocument/home.png -share/doc/libevdocument/index.html -share/doc/libevdocument/index.sgml -share/doc/libevdocument/left.png -share/doc/libevdocument/libevdocument-EvDocumentInfo.html -share/doc/libevdocument/libevdocument-EvDocumentMisc.html -share/doc/libevdocument/libevdocument-Version-checks.html -share/doc/libevdocument/libevdocument-ev-backends-manager.html -share/doc/libevdocument/libevdocument-ev-document-factory.html -share/doc/libevdocument/libevdocument-ev-file-helpers.html -share/doc/libevdocument/libevdocument-ev-init.html -share/doc/libevdocument/libevdocument-ev-link-action.html -share/doc/libevdocument/libevdocument-ev-link-dest.html -share/doc/libevdocument/libevdocument-ev-link.html -share/doc/libevdocument/libevdocument-ev-mapping.html -share/doc/libevdocument/libevdocument-ev-transition-effect.html -share/doc/libevdocument/libevdocument.devhelp -share/doc/libevdocument/libevdocument.devhelp2 -share/doc/libevdocument/licence.html -share/doc/libevdocument/object-tree.html -share/doc/libevdocument/right.png -share/doc/libevdocument/style.css -share/doc/libevdocument/up.png -share/doc/libevview/EvJob.html -share/doc/libevview/api-index-full.html -share/doc/libevview/home.png -share/doc/libevview/index.html -share/doc/libevview/index.sgml -share/doc/libevview/left.png -share/doc/libevview/libevview-ev-annotation-window.html -share/doc/libevview/libevview-ev-document-model.html -share/doc/libevview/libevview-ev-job-scheduler.html -share/doc/libevview/libevview-ev-page-cache.html -share/doc/libevview/libevview-ev-print-operation.html -share/doc/libevview/libevview-ev-stock-icons.html -share/doc/libevview/libevview-ev-view-cursor.html -share/doc/libevview/libevview-ev-view-presentation.html -share/doc/libevview/libevview-ev-view-type-builtins.html -share/doc/libevview/libevview-ev-view.html -share/doc/libevview/libevview.devhelp -share/doc/libevview/libevview.devhelp2 -share/doc/libevview/licence.html -share/doc/libevview/object-tree.html -share/doc/libevview/right.png -share/doc/libevview/style.css -share/doc/libevview/up.png -share/doc/libevview/view-view.html -%%DATADIR%%/evince-previewer-ui.xml -%%DATADIR%%/evince-toolbar.xml -%%DATADIR%%/evince-ui.xml -%%DATADIR%%/hand-open.png -%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png -%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/22x22/actions/eye.png -%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png -%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png -%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png -%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png -%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png -%%DATADIR%%/icons/hicolor/48x48/actions/close.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png -%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png -%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg -%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg -%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg -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/bg/evince.xml -share/gnome/help/evince/bg/figures/evince_start_window.png -share/gnome/help/evince/ca/evince.xml -share/gnome/help/evince/ca/figures/evince_start_window.png -share/gnome/help/evince/cs/evince.xml -share/gnome/help/evince/cs/figures/evince_start_window.png -share/gnome/help/evince/de/evince.xml -share/gnome/help/evince/de/figures/evince_start_window.png -share/gnome/help/evince/el/evince.xml -share/gnome/help/evince/el/figures/evince_start_window.png -share/gnome/help/evince/en_GB/evince.xml -share/gnome/help/evince/en_GB/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/eu/evince.xml -share/gnome/help/evince/eu/figures/evince_start_window.png -share/gnome/help/evince/fi/evince.xml -share/gnome/help/evince/fi/figures/evince_start_window.png -share/gnome/help/evince/fr/evince.xml -share/gnome/help/evince/fr/figures/evince_start_window.png -share/gnome/help/evince/it/evince.xml -share/gnome/help/evince/it/figures/evince_start_window.png -share/gnome/help/evince/ja/evince.xml -share/gnome/help/evince/ja/figures/evince_start_window.png -share/gnome/help/evince/nl/evince.xml -share/gnome/help/evince/nl/figures/evince_start_window.png -share/gnome/help/evince/oc/evince.xml -share/gnome/help/evince/oc/figures/evince_start_window.png -share/gnome/help/evince/pt_BR/evince.xml -share/gnome/help/evince/pt_BR/figures/evince_start_window.png -share/gnome/help/evince/ru/evince.xml -share/gnome/help/evince/ru/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/sv/evince.xml -share/gnome/help/evince/sv/figures/evince_start_window.png -share/gnome/help/evince/uk/evince.xml -share/gnome/help/evince/uk/figures/evince_start_window.png -share/gnome/help/evince/vi/evince.xml -share/gnome/help/evince/vi/figures/evince_start_window.png -share/gnome/help/evince/zh_CN/evince.xml -share/gnome/help/evince/zh_CN/figures/evince_start_window.png -share/icons/hicolor/16x16/apps/evince.png -share/icons/hicolor/22x22/apps/evince.png -share/icons/hicolor/24x24/apps/evince.png -share/icons/hicolor/48x48/apps/evince.png -share/icons/hicolor/scalable/apps/evince.svg -share/locale/af/LC_MESSAGES/evince.mo -share/locale/ar/LC_MESSAGES/evince.mo -share/locale/as/LC_MESSAGES/evince.mo -share/locale/ast/LC_MESSAGES/evince.mo -share/locale/be/LC_MESSAGES/evince.mo -share/locale/be@latin/LC_MESSAGES/evince.mo -share/locale/bg/LC_MESSAGES/evince.mo -share/locale/bn/LC_MESSAGES/evince.mo -share/locale/bn_IN/LC_MESSAGES/evince.mo -share/locale/br/LC_MESSAGES/evince.mo -share/locale/ca/LC_MESSAGES/evince.mo -share/locale/ca@valencia/LC_MESSAGES/evince.mo -share/locale/cs/LC_MESSAGES/evince.mo -share/locale/cy/LC_MESSAGES/evince.mo -share/locale/da/LC_MESSAGES/evince.mo -share/locale/de/LC_MESSAGES/evince.mo -share/locale/dz/LC_MESSAGES/evince.mo -share/locale/el/LC_MESSAGES/evince.mo -share/locale/en@shaw/LC_MESSAGES/evince.mo -share/locale/en_CA/LC_MESSAGES/evince.mo -share/locale/en_GB/LC_MESSAGES/evince.mo -share/locale/eo/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/fa/LC_MESSAGES/evince.mo -share/locale/fi/LC_MESSAGES/evince.mo -share/locale/fr/LC_MESSAGES/evince.mo -share/locale/ga/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/id/LC_MESSAGES/evince.mo -share/locale/it/LC_MESSAGES/evince.mo -share/locale/ja/LC_MESSAGES/evince.mo -share/locale/ka/LC_MESSAGES/evince.mo -share/locale/kk/LC_MESSAGES/evince.mo -share/locale/kn/LC_MESSAGES/evince.mo -share/locale/ko/LC_MESSAGES/evince.mo -share/locale/ks/LC_MESSAGES/evince.mo -share/locale/ku/LC_MESSAGES/evince.mo -share/locale/lt/LC_MESSAGES/evince.mo -share/locale/lv/LC_MESSAGES/evince.mo -share/locale/mai/LC_MESSAGES/evince.mo -share/locale/mg/LC_MESSAGES/evince.mo -share/locale/mk/LC_MESSAGES/evince.mo -share/locale/ml/LC_MESSAGES/evince.mo -share/locale/mn/LC_MESSAGES/evince.mo -share/locale/mr/LC_MESSAGES/evince.mo -share/locale/ms/LC_MESSAGES/evince.mo -share/locale/nb/LC_MESSAGES/evince.mo -share/locale/nds/LC_MESSAGES/evince.mo -share/locale/ne/LC_MESSAGES/evince.mo -share/locale/nl/LC_MESSAGES/evince.mo -share/locale/nn/LC_MESSAGES/evince.mo -share/locale/oc/LC_MESSAGES/evince.mo -share/locale/or/LC_MESSAGES/evince.mo -share/locale/pa/LC_MESSAGES/evince.mo -share/locale/pl/LC_MESSAGES/evince.mo -share/locale/ps/LC_MESSAGES/evince.mo -share/locale/pt/LC_MESSAGES/evince.mo -share/locale/pt_BR/LC_MESSAGES/evince.mo -share/locale/ro/LC_MESSAGES/evince.mo -share/locale/ru/LC_MESSAGES/evince.mo -share/locale/rw/LC_MESSAGES/evince.mo -share/locale/si/LC_MESSAGES/evince.mo -share/locale/sk/LC_MESSAGES/evince.mo -share/locale/sl/LC_MESSAGES/evince.mo -share/locale/sq/LC_MESSAGES/evince.mo -share/locale/sr/LC_MESSAGES/evince.mo -share/locale/sr@latin/LC_MESSAGES/evince.mo -share/locale/sv/LC_MESSAGES/evince.mo -share/locale/ta/LC_MESSAGES/evince.mo -share/locale/te/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/vi/LC_MESSAGES/evince.mo -share/locale/wa/LC_MESSAGES/evince.mo -share/locale/zh_CN/LC_MESSAGES/evince.mo -share/locale/zh_HK/LC_MESSAGES/evince.mo -share/locale/zh_TW/LC_MESSAGES/evince.mo -share/omf/evince/evince-C.omf -share/omf/evince/evince-bg.omf -share/omf/evince/evince-ca.omf -share/omf/evince/evince-cs.omf -share/omf/evince/evince-de.omf -share/omf/evince/evince-el.omf -share/omf/evince/evince-en_GB.omf -share/omf/evince/evince-es.omf -share/omf/evince/evince-eu.omf -share/omf/evince/evince-fi.omf -share/omf/evince/evince-fr.omf -share/omf/evince/evince-it.omf -share/omf/evince/evince-ja.omf -share/omf/evince/evince-nl.omf -share/omf/evince/evince-oc.omf -share/omf/evince/evince-pt_BR.omf -share/omf/evince/evince-ru.omf -share/omf/evince/evince-sr.omf -share/omf/evince/evince-sv.omf -share/omf/evince/evince-uk.omf -share/omf/evince/evince-vi.omf -share/omf/evince/evince-zh_CN.omf -@dirrm share/omf/evince -@dirrm share/gnome/help/evince/zh_CN/figures -@dirrm share/gnome/help/evince/zh_CN -@dirrm share/gnome/help/evince/vi/figures -@dirrm share/gnome/help/evince/vi -@dirrm share/gnome/help/evince/uk/figures -@dirrm share/gnome/help/evince/uk -@dirrm share/gnome/help/evince/sv/figures -@dirrm share/gnome/help/evince/sv -@dirrm share/gnome/help/evince/sr/figures -@dirrm share/gnome/help/evince/sr -@dirrm share/gnome/help/evince/ru/figures -@dirrm share/gnome/help/evince/ru -@dirrm share/gnome/help/evince/pt_BR/figures -@dirrm share/gnome/help/evince/pt_BR -@dirrm share/gnome/help/evince/oc/figures -@dirrm share/gnome/help/evince/oc -@dirrm share/gnome/help/evince/nl/figures -@dirrm share/gnome/help/evince/nl -@dirrm share/gnome/help/evince/ja/figures -@dirrm share/gnome/help/evince/ja -@dirrm share/gnome/help/evince/it/figures -@dirrm share/gnome/help/evince/it -@dirrm share/gnome/help/evince/fr/figures -@dirrm share/gnome/help/evince/fr -@dirrm share/gnome/help/evince/fi/figures -@dirrm share/gnome/help/evince/fi -@dirrm share/gnome/help/evince/eu/figures -@dirrm share/gnome/help/evince/eu -@dirrm share/gnome/help/evince/es/figures -@dirrm share/gnome/help/evince/es -@dirrm share/gnome/help/evince/en_GB/figures -@dirrm share/gnome/help/evince/en_GB -@dirrm share/gnome/help/evince/el/figures -@dirrm share/gnome/help/evince/el -@dirrm share/gnome/help/evince/de/figures -@dirrm share/gnome/help/evince/de -@dirrm share/gnome/help/evince/cs/figures -@dirrm share/gnome/help/evince/cs -@dirrm share/gnome/help/evince/ca/figures -@dirrm share/gnome/help/evince/ca -@dirrm share/gnome/help/evince/bg/figures -@dirrm share/gnome/help/evince/bg -@dirrm share/gnome/help/evince/C/figures -@dirrm share/gnome/help/evince/C -@dirrm share/gnome/help/evince -@dirrm %%DATADIR%%/icons/hicolor/scalable/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/mimetypes -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/doc/libevview -@dirrm share/doc/libevdocument -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/evince/2/backends -@dirrm lib/evince/2 -@dirrm lib/evince -@dirrm include/evince/2.30/libview -@dirrm include/evince/2.30/libdocument -@dirrm include/evince/2.30 -@dirrm include/evince -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ks/LC_MESSAGES -@dirrmtry share/locale/ks -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile deleted file mode 100644 index 9a8f633ca..000000000 --- a/graphics/gdk-pixbuf2/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gdk-pixbuf -# Date created: 5th October 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.8 2010/09/21 21:08:43 kwm Exp $ - -PORTNAME?= gdk-pixbuf -PORTVERSION= 2.22.1 -CATEGORIES?= graphics -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R} -DISTNAME= gdk-pixbuf-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphic library for GTK+ - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - jasper.4:${PORTSDIR}/graphics/jasper - -LATEST_LINK= gdk-pixbuf2 -USE_BZIP2= yes -USE_GMAKE= yes -USE_XORG= xt xi x11 -USE_AUTOTOOLS= libtool:22 -USE_GNOME+= gnomehack glib20 ltverhack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-introspection=yes --with-libjasper - -MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure - -post-install: - @cd ${WRKSRC}/docs/reference/gdk-pixbuf && gmake install-man1 - -.include <bsd.port.mk> diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo deleted file mode 100644 index a2b0891c3..000000000 --- a/graphics/gdk-pixbuf2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gdk-pixbuf-2.22.1.tar.bz2) = 6ce87eda24af9362307b2593c154d0b660f4e26d0abf2e71d46d0ddd55fd953d -SIZE (gnome2/gdk-pixbuf-2.22.1.tar.bz2) = 1543273 diff --git a/graphics/gdk-pixbuf2/files/patch-Makefile.in b/graphics/gdk-pixbuf2/files/patch-Makefile.in deleted file mode 100644 index 0b95cf6c7..000000000 --- a/graphics/gdk-pixbuf2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-06-27 12:20:54.000000000 +0200 -+++ Makefile.in 2010-06-27 12:21:04.000000000 +0200 -@@ -362,7 +362,7 @@ - || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ - && DISPLAY=:$$XID && export DISPLAY - --SUBDIRS = gdk-pixbuf po docs tests contrib -+SUBDIRS = gdk-pixbuf po tests contrib - pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = gdk-pixbuf-2.0.pc - ACLOCAL_AMFLAGS = -I m4 diff --git a/graphics/gdk-pixbuf2/pkg-descr b/graphics/gdk-pixbuf2/pkg-descr deleted file mode 100644 index e3b98bcb0..000000000 --- a/graphics/gdk-pixbuf2/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The GdkPixBuf library provides a number of features: - - - Image loading facilities. - - Rendering of a GdkPixBuf into various formats: - drawables (windows, pixmaps), GdkRGB buffers. - - A cache interface - -WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html diff --git a/graphics/gdk-pixbuf2/pkg-plist b/graphics/gdk-pixbuf2/pkg-plist deleted file mode 100644 index fc68f34cb..000000000 --- a/graphics/gdk-pixbuf2/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -bin/gdk-pixbuf-csource -bin/gdk-pixbuf-query-loaders -include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h -include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.so -lib/girepository-1.0/GdkPixbuf-2.0.typelib -lib/libgdk_pixbuf-2.0.a -lib/libgdk_pixbuf-2.0.la -lib/libgdk_pixbuf-2.0.so -lib/libgdk_pixbuf-2.0.so.0 -lib/libgdk_pixbuf_xlib-2.0.a -lib/libgdk_pixbuf_xlib-2.0.la -lib/libgdk_pixbuf_xlib-2.0.so -lib/libgdk_pixbuf_xlib-2.0.so.0 -libdata/pkgconfig/gdk-pixbuf-2.0.pc -libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc -share/gir-1.0/GdkPixbuf-2.0.gir -share/locale/af/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo -share/locale/as/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo -share/locale/az/LC_MESSAGES/gdk-pixbuf.mo -share/locale/be/LC_MESSAGES/gdk-pixbuf.mo -share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo -share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo -share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo -share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo -share/locale/br/LC_MESSAGES/gdk-pixbuf.mo -share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo -share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo -share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo -share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo -share/locale/da/LC_MESSAGES/gdk-pixbuf.mo -share/locale/de/LC_MESSAGES/gdk-pixbuf.mo -share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo -share/locale/el/LC_MESSAGES/gdk-pixbuf.mo -share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo -share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo -share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo -share/locale/es/LC_MESSAGES/gdk-pixbuf.mo -share/locale/et/LC_MESSAGES/gdk-pixbuf.mo -share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo -share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo -share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo -share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo -share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo -share/locale/he/LC_MESSAGES/gdk-pixbuf.mo -share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo -share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo -share/locale/id/LC_MESSAGES/gdk-pixbuf.mo -share/locale/io/LC_MESSAGES/gdk-pixbuf.mo -share/locale/is/LC_MESSAGES/gdk-pixbuf.mo -share/locale/it/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo -share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo -share/locale/li/LC_MESSAGES/gdk-pixbuf.mo -share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo -share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo -share/locale/my/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo -share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo -share/locale/or/LC_MESSAGES/gdk-pixbuf.mo -share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo -share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo -share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo -share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo -share/locale/si/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo -share/locale/te/LC_MESSAGES/gdk-pixbuf.mo -share/locale/th/LC_MESSAGES/gdk-pixbuf.mo -share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo -share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo -share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo -share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo -share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo -share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo -share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo -share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo -share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo -share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true -@unexec rm %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang -@dirrm lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/ -@dirrm lib/gdk-pixbuf-2.0/%%GTK2_VERSION%% -@dirrm lib/gdk-pixbuf-2.0 -@dirrm include/gdk-pixbuf-2.0/gdk-pixbuf -@dirrm include/gdk-pixbuf-2.0/gdk-pixbuf-xlib -@dirrm include/gdk-pixbuf-2.0 diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile deleted file mode 100644 index 4755d8dc6..000000000 --- a/graphics/geeqie/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: graphics/geeqie -# Date created: 17 May 2008 -# Whom: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> -# -# $FreeBSD$ -# - -PORTNAME= geeqie -PORTVERSION= 1.0 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Lightweight image viewer forked from GQview - -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png - -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ - --htmldir="${DOCSDIR}/html" \ - --with-htmldir="${DOCSDIR}/html" \ - --with-readmedir="${DOCSDIR}" -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= CPPFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ARGS+= top_builddir="${WRKSRC}" -MAKE_JOBS_SAFE= yes - -PORTDOCS= * -MAN1= geeqie.1 -USE_GETTEXT= yes - -OPTIONS= EXIV2 "Metadata editing" on \ - LCMS "Color adjusting" on \ - LIRC "Remote control" off \ - GPS "GPS map support (libchamplain) EXPERIMENTAL" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_EXIV2) -LIB_DEPENDS+= exiv2.9:${PORTSDIR}/graphics/exiv2 -CONFIGURE_ARGS+=--enable-exiv2 -.else -CONFIGURE_ARGS+=--disable-exiv2 -.endif - -.if defined(WITH_LCMS) -LIB_DEPENDS+= lcms.1:${PORTSDIR}/graphics/lcms -CONFIGURE_ARGS+=--enable-lcms -.else -CONFIGURE_ARGS+=--disable-lcms -.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc -CONFIGURE_ARGS+=--enable-lirc -.else -CONFIGURE_ARGS+=--disable-lirc -.endif - -# Support for libchamplain is marked as experimental! -.if defined(WITH_GPS) -LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain -CONFIGURE_ARGS+=--enable-gps -.else -CONFIGURE_ARGS+=--disable-gps -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|MAP_ANONYMOUS|MAP_ANON|' ${WRKSRC}/src/main.c - @${REINPLACE_CMD} -e 's| -r %F||' ${WRKSRC}/geeqie.desktop -# I cannot get gnome-doc-tool working properly: Outputs gibberish - @${REINPLACE_CMD} -Ee '/^(SUBDIRS|DIST_SUBDIRS)/ s|doc||' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|champlain-0.4|champlain-0.8|g' \ - -e 's|champlain-gtk-0.4|champlain-gtk-0.8|g' \ - ${WRKSRC}/configure -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-helpDATA||' \ - ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -e '/^install-data-am:/,/^[a-z]/ s|install-readmeDATA||' \ - ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/geeqie/distinfo b/graphics/geeqie/distinfo deleted file mode 100644 index dac406d93..000000000 --- a/graphics/geeqie/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (geeqie-1.0.tar.gz) = 1d67ef990390224c5052697d93bb49c0 -SHA256 (geeqie-1.0.tar.gz) = d1ad64666446c1d490437a9441267e8d7c1b9dc6ab640716b213e386d9211fdd -SIZE (geeqie-1.0.tar.gz) = 1934236 diff --git a/graphics/geeqie/files/patch-plugins-ufraw-geeqie-ufraw b/graphics/geeqie/files/patch-plugins-ufraw-geeqie-ufraw deleted file mode 100644 index 467d822c0..000000000 --- a/graphics/geeqie/files/patch-plugins-ufraw-geeqie-ufraw +++ /dev/null @@ -1,35 +0,0 @@ ---- plugins/ufraw/geeqie-ufraw.orig 2010-02-18 00:21:15.000000000 +0300 -+++ plugins/ufraw/geeqie-ufraw 2010-05-22 17:06:21.000000000 +0400 -@@ -37,7 +37,7 @@ - - basename=${input%.*} - dirname=${basename%/*} -- xmp=`find "$dirname" -maxdepth 1 -path "$basename.*" -regextype posix-egrep -iregex "$XMP_REGEX" -print | head -n 1` -+ xmp=`find -E "$dirname" -maxdepth 1 -path "$basename.*" -iregex "$XMP_REGEX" -print | head -n 1` - [ -f "$xmp" ] || return 1 - - output=`get_output_from_id "$idfile"` -@@ -75,7 +75,7 @@ - rawfile=$1 - basename=${rawfile%.*} - dirname=${basename%/*} -- outfiles=`find "$dirname" -maxdepth 1 -path "$basename.*" -regextype posix-egrep \( -iregex "$OUT_REGEX" -o -regex "$ID_REGEX" \) -print ` -+ outfiles=`find -E "$dirname" -maxdepth 1 -path "$basename.*" \( -iregex "$OUT_REGEX" -o -regex "$ID_REGEX" \) -print ` - [ -z "$outfiles" ] # return true if no possible output file exists - - # raw+jpeg pair created by the camera is considered processed, -@@ -136,12 +136,12 @@ - { - list=`mktemp /tmp/geeqie-ufraw-list.XXXXXXXXXX` || exit 1 - -- find "$@" -regextype posix-egrep -iregex "$RAW_REGEX" -print | while read rawfile ; do -+ find -E "$@" -iregex "$RAW_REGEX" -print | while read rawfile ; do - raw_file_not_processed "$rawfile" && echo "$rawfile" - done >>$list - - #refresh output from changed id files -- find "$@" -regextype posix-egrep -regex "$ID_REGEX" -print | while read idfile ; do -+ find -E "$@" -regex "$ID_REGEX" -print | while read idfile ; do - id_file_changed "$idfile" && echo "$idfile" - done >>$list - diff --git a/graphics/geeqie/pkg-descr b/graphics/geeqie/pkg-descr deleted file mode 100644 index a35db4eb2..000000000 --- a/graphics/geeqie/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Geeqie is a lightweight Gtk+ based image viewer for Unix operating systems. - -Main features - o EXIF, IPTC and XMP metadata browsing and editing. - o Interoperability, easy integration with other software. - o geeqie works on files and directories, there is no need to import images. - o Fast preview for many raw image formats. - o Tools for image comparison, sorting and managing photo collection. - -History - Geeqie has been forked from gqview project, because it was not possible to - contact gqview author and the only maintainer. Geeqie projects goal is to move - the development forward and also integrate the existing patches. - -WWW: http://geeqie.sourceforge.net/ diff --git a/graphics/geeqie/pkg-plist b/graphics/geeqie/pkg-plist deleted file mode 100644 index 3b6e44393..000000000 --- a/graphics/geeqie/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -bin/geeqie -lib/geeqie/geeqie-import -lib/geeqie/geeqie-rotate -lib/geeqie/geeqie-symlink -lib/geeqie/geeqie-ufraw -share/applications/geeqie.desktop -%%DATADIR%%/applications/geeqie-import-geeqie.desktop -%%DATADIR%%/applications/geeqie-import-gqview.desktop -%%DATADIR%%/applications/geeqie-ufraw-id.desktop -%%DATADIR%%/applications/geeqie-ufraw-recursive.desktop -%%DATADIR%%/applications/geeqie-ufraw.desktop -%%DATADIR%%/applications/rotate.desktop -%%DATADIR%%/applications/symlink.desktop -%%DATADIR%%/template.desktop -share/locale/ar/LC_MESSAGES/geeqie.mo -share/locale/be/LC_MESSAGES/geeqie.mo -share/locale/bg/LC_MESSAGES/geeqie.mo -share/locale/ca/LC_MESSAGES/geeqie.mo -share/locale/cs/LC_MESSAGES/geeqie.mo -share/locale/da/LC_MESSAGES/geeqie.mo -share/locale/de/LC_MESSAGES/geeqie.mo -share/locale/eo/LC_MESSAGES/geeqie.mo -share/locale/es/LC_MESSAGES/geeqie.mo -share/locale/et/LC_MESSAGES/geeqie.mo -share/locale/eu/LC_MESSAGES/geeqie.mo -share/locale/fi/LC_MESSAGES/geeqie.mo -share/locale/fr/LC_MESSAGES/geeqie.mo -share/locale/hu/LC_MESSAGES/geeqie.mo -share/locale/id/LC_MESSAGES/geeqie.mo -share/locale/it/LC_MESSAGES/geeqie.mo -share/locale/ja/LC_MESSAGES/geeqie.mo -share/locale/ko/LC_MESSAGES/geeqie.mo -share/locale/nb/LC_MESSAGES/geeqie.mo -share/locale/nl/LC_MESSAGES/geeqie.mo -share/locale/pl/LC_MESSAGES/geeqie.mo -share/locale/pt_BR/LC_MESSAGES/geeqie.mo -share/locale/ro/LC_MESSAGES/geeqie.mo -share/locale/ru/LC_MESSAGES/geeqie.mo -share/locale/sk/LC_MESSAGES/geeqie.mo -share/locale/sl/LC_MESSAGES/geeqie.mo -share/locale/sr/LC_MESSAGES/geeqie.mo -share/locale/sr@latin/LC_MESSAGES/geeqie.mo -share/locale/sv/LC_MESSAGES/geeqie.mo -share/locale/th/LC_MESSAGES/geeqie.mo -share/locale/tr/LC_MESSAGES/geeqie.mo -share/locale/uk/LC_MESSAGES/geeqie.mo -share/locale/vi/LC_MESSAGES/geeqie.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/geeqie.mo -share/locale/zh_TW/LC_MESSAGES/geeqie.mo -share/pixmaps/geeqie.png -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrm %%DATADIR%%/applications -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm lib/geeqie -@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/gimp-app/Makefile b/graphics/gimp-app/Makefile deleted file mode 100644 index 89e97bfed..000000000 --- a/graphics/gimp-app/Makefile +++ /dev/null @@ -1,202 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.48 2009/09/23 15:44:49 kwm Exp $ -# - -PORTNAME= gimp-app -DISTVERSION= 2.6.11 -PORTREVISION?= 0 -PORTEPOCH?= 1 -CATEGORIES?= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} -DISTNAME= gimp-${DISTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - lcms.1:${PORTSDIR}/graphics/lcms \ - gegl-0.1:${PORTSDIR}/graphics/gegl \ - babl-0.1:${PORTSDIR}/x11/babl -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -CONFLICTS= gimp-app-devel-[0-9]* - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XORG= xpm xmu xext -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \ - desktopfileutils -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \ - --disable-gtk-doc \ - --without-print \ - --disable-python \ - --with-desktop-dir=${PREFIX}/share \ - --docdir=${PREFIX}/share/doc/gimp \ - --enable-default-binary \ - --without-gnomevfs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GIMP_THREAD_LIBS=${PTHREAD_LIBS} - -.if !defined(GIMP_SLAVE) -WANT_GNOME= yes - -OPTIONS?= AA "Ascii Art plug-in" on \ - DBUS "D-BUS support" on \ - EXIF "reading meta-data from camera/scanner" on \ - GVFS "Use GVFS for the URI plug-in" on \ - HELPBROWSER "internal help browser" on \ - MNG "MNG format support" on \ - MP "multiple processor support" off \ - POPPLER "PDF format support" on \ - RSVG "SVG format support" on \ - SIMD "Use cpu-specific optimizations if available" off \ - WMF "wmf plugin" on -.endif - -.include <bsd.port.pre.mk> - -.if defined(GIMP_SLAVE) -PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config -GIMP_LIBS= `${PKG_CONFIG} --libs gimp-2.0` -GIMP_THUMB_LIBS=`${PKG_CONFIG} --libs gimpthumb-2.0` -GIMP_UI_LIBS= `${PKG_CONFIG} --libs gimpui-2.0` - -LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app - -.else - -MAN1+= gimp-2.6.1 gimptool-2.0.1 -MAN5+= gimprc-2.6.5 -MLINKS= gimp-2.6.1 gimp.1 \ - gimp-2.6.1 gimp-console-2.6.1 \ - gimp-console-2.6.1 gimp-console.1 \ - gimprc-2.6.5 gimprc.5 - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME) -USE_GNOME+= desktopfileutils gnomehier -PLIST_SUB+= GNOME="" -.else -PLIST_SUB+= GNOME="@comment " -.endif - -.if defined(WITH_AA) -LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -PLIST_SUB+= AA="" -.else -CONFIGURE_ARGS+= --without-aa -PLIST_SUB+= AA="@comment " -.endif - -.if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -CONFIGURE_ARGS+= --with-dbus -.else -CONFIGURE_ARGS+= --without-dbus -.endif - -.if defined(WITH_EXIF) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -.else -CONFIGURE_ARGS+= --without-libexif -.endif - -.if defined(WITH_GVFS) || ${HAVE_GNOME:Mgvfs}!="" -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -USE_GNOME+= gvfs -. if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -. endif -.endif - -.if defined(WITH_HELPBROWSER) -LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+= --with-webkit -PLIST_SUB+= HELPBROWSER="" -.else -CONFIGURE_ARGS+= --without-webkit -PLIST_SUB+= HELPBROWSER="@comment " -.endif - -.if defined(WITH_MNG) -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng -PLIST_SUB+= MNG="" -.else -CONFIGURE_ARGS+= --without-libmng -PLIST_SUB+= MNG="@comment " -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.else -CONFIGURE_ARGS+= --disable-mp -.endif - -.if defined(WITH_POPPLER) -LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk -PLIST_SUB+= POPPLER="" -.else -CONFIGURE_ARGS+= --without-poppler -PLIST_SUB+= POPPLER="@comment " -.endif - -.if defined(WITH_RSVG) -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.else -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.endif - -.if defined(WITH_WMF) -LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf -PLIST_SUB+= WMF="" -.else -CONFIGURE_ARGS+= --without-wmf -PLIST_SUB+= WMF="@comment " -.endif - -.if !defined(WITH_SIMD) -CONFIGURE_ARGS+= --disable-mmx \ - --disable-sse \ - --disable-altivec -.endif - -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%GIMP_LIBS%%|${GIMP_LIBS}|; \ - s|%%GIMP_THUMB_LIBS%%|${GIMP_THUMB_LIBS}|; \ - s|%%GIMP_UI_LIBS%%|${GIMP_UI_LIBS}|' \ - ${WRKSRC}/plug-ins/pygimp/Makefile.in - @${REINPLACE_CMD} -e 's|"libpng"|"libpng14"|' \ - -e 's|x86_64|amd64|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo deleted file mode 100644 index f7fe1e379..000000000 --- a/graphics/gimp-app/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimp-2.6.11.tar.bz2) = bb2939fe13e54fc7255cef5d097bb5dd -SHA256 (gimp-2.6.11.tar.bz2) = 9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1 -SIZE (gimp-2.6.11.tar.bz2) = 16473561 diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure deleted file mode 100644 index 1a89a1cc2..000000000 --- a/graphics/gimp-app/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Thu Nov 23 15:16:53 2006 -+++ configure Sun Dec 31 19:29:32 2006 -@@ -29404,6 +29404,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -38514,9 +38515,9 @@ - fi - - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - - diff --git a/graphics/gimp-app/files/patch-libgimp_gimp.c b/graphics/gimp-app/files/patch-libgimp_gimp.c deleted file mode 100644 index a1bb86bbf..000000000 --- a/graphics/gimp-app/files/patch-libgimp_gimp.c +++ /dev/null @@ -1,20 +0,0 @@ ---- libgimp/gimp.c.orig Fri Sep 1 06:14:32 2006 -+++ libgimp/gimp.c Sun Dec 31 15:56:37 2006 -@@ -29,6 +29,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -291,6 +292,9 @@ - gimp_env_init (TRUE); - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - basename = g_path_get_basename (progname); - diff --git a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in b/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in deleted file mode 100644 index 4f46084a0..000000000 --- a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in +++ /dev/null @@ -1,104 +0,0 @@ ---- plug-ins/pygimp/Makefile.in.orig 2008-08-31 09:39:24.157774518 -0500 -+++ plug-ins/pygimp/Makefile.in 2008-08-31 09:42:47.663351903 -0500 -@@ -61,7 +61,7 @@ - pygimpLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(pygimp_LTLIBRARIES) - am__DEPENDENCIES_1 = --_gimpenums_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \ -+_gimpenums_la_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am__gimpenums_la_OBJECTS = gimpenumsmodule.lo -@@ -69,16 +69,15 @@ - _gimpenums_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(_gimpenums_la_LDFLAGS) $(LDFLAGS) -o $@ --_gimpui_la_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ -- $(libgimpconfig) $(libgimpmath) $(libgimp) $(libgimpcolor) \ -- $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+_gimpui_la_DEPENDENCIES = \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am__gimpui_la_OBJECTS = gimpuimodule.lo gimpui.lo - _gimpui_la_OBJECTS = $(am__gimpui_la_OBJECTS) - _gimpui_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(_gimpui_la_LDFLAGS) $(LDFLAGS) -o $@ --gimp_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \ -+gimp_la_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_gimp_la_OBJECTS = gimpmodule.lo pygimp-display.lo \ -@@ -88,14 +87,14 @@ - gimp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gimp_la_LDFLAGS) \ - $(LDFLAGS) -o $@ --gimpcolor_la_DEPENDENCIES = $(libgimpcolor) $(am__DEPENDENCIES_1) \ -+gimpcolor_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_gimpcolor_la_OBJECTS = gimpcolormodule.lo pygimp-colors.lo - gimpcolor_la_OBJECTS = $(am_gimpcolor_la_OBJECTS) - gimpcolor_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(gimpcolor_la_LDFLAGS) $(LDFLAGS) -o $@ --gimpthumb_la_DEPENDENCIES = $(libgimpthumb) $(am__DEPENDENCIES_1) \ -+gimpthumb_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_gimpthumb_la_OBJECTS = gimpthumbmodule.lo gimpthumb.lo - gimpthumb_la_OBJECTS = $(am_gimpthumb_la_OBJECTS) -@@ -486,9 +485,7 @@ - -export-symbols-regex initgimp - - gimp_la_LIBADD = \ -- $(libgimp) \ -- $(libgimpcolor) \ -- $(libgimpbase) \ -+ %%GIMP_LIBS%% \ - $(GLIB_LIBS) \ - $(PYLINK_LIBS) \ - $(RT_LIBS) -@@ -500,9 +497,7 @@ - -export-symbols-regex init_gimpenums - - _gimpenums_la_LIBADD = \ -- $(libgimp) \ -- $(libgimpcolor) \ -- $(libgimpbase) \ -+ %%GIMP_LIBS%% \ - $(GLIB_LIBS) \ - $(PYLINK_LIBS) \ - $(RT_LIBS) -@@ -517,7 +512,7 @@ - -export-symbols-regex initgimpcolor - - gimpcolor_la_LIBADD = \ -- $(libgimpcolor) \ -+ %%GIMP_LIBS%% \ - $(GLIB_LIBS) \ - $(PYLINK_LIBS) - -@@ -529,13 +524,8 @@ - -export-symbols-regex init_gimpui - - _gimpui_la_LIBADD = \ -- $(libgimpui) \ -- $(libgimpwidgets) \ -- $(libgimpconfig) \ -- $(libgimpmath) \ -- $(libgimp) \ -- $(libgimpcolor) \ -- $(libgimpbase) \ -+ %%GIMP_LIBS%% \ -+ %%GIMP_UI_LIBS%% \ - $(GTK_LIBS) \ - $(PYLINK_LIBS) \ - $(RT_LIBS) \ -@@ -549,7 +539,7 @@ - -export-symbols-regex initgimpthumb - - gimpthumb_la_LIBADD = \ -- $(libgimpthumb) \ -+ %%GIMP_THUMB_LIBS%% \ - $(GDK_PIXBUF_LIBS) \ - $(PYLINK_LIBS) - diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr deleted file mode 100644 index 4d7f49925..000000000 --- a/graphics/gimp-app/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist deleted file mode 100644 index 58e1df0ec..000000000 --- a/graphics/gimp-app/pkg-plist +++ /dev/null @@ -1,2138 +0,0 @@ -bin/gimp -bin/gimp-2.6 -bin/gimp-console -bin/gimp-console-2.6 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/menurc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpbrushselectbutton.h -include/gimp-2.0/libgimp/gimpbuffer_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpfontselectbutton.h -include/gimp-2.0/libgimp/gimpgimprc.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpgradientselectbutton.h -include/gimp-2.0/libgimp/gimpgrid_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimpitemcombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimppaletteselectbutton.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppatternselectbutton.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpprocbrowserdialog.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprocview.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselectbutton.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptextlayer_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimp/gimpvectors_pdb.h -include/gimp-2.0/libgimp/gimpzoompreview.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpcpuaccel.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparam.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimprectangle.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolormanaged.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsl.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h -include/gimp-2.0/libgimpconfig/gimpcolorconfig.h -include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h -include/gimp-2.0/libgimpconfig/gimpconfig-error.h -include/gimp-2.0/libgimpconfig/gimpconfig-iface.h -include/gimp-2.0/libgimpconfig/gimpconfig-params.h -include/gimp-2.0/libgimpconfig/gimpconfig-path.h -include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h -include/gimp-2.0/libgimpconfig/gimpconfig-utils.h -include/gimp-2.0/libgimpconfig/gimpconfig.h -include/gimp-2.0/libgimpconfig/gimpconfigtypes.h -include/gimp-2.0/libgimpconfig/gimpconfigwriter.h -include/gimp-2.0/libgimpconfig/gimpscanner.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbrowser.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h -include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h -include/gimp-2.0/libgimpwidgets/gimpenumlabel.h -include/gimp-2.0/libgimpwidgets/gimpenumstore.h -include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimphintbox.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpnumberpairentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppageselector.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimppropwidgets.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpruler.h -include/gimp-2.0/libgimpwidgets/gimpscaleentry.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -include/gimp-2.0/libgimpwidgets/gimpzoommodel.h -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.0 -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.0 -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.0 -lib/libgimpconfig-2.0.a -lib/libgimpconfig-2.0.la -lib/libgimpconfig-2.0.so -lib/libgimpconfig-2.0.so.0 -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.0 -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.0 -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.0 -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.0 -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.0 -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -libexec/gimp/2.2/environ/default.env -libexec/gimp/2.2/interpreters/default.interp -libexec/gimp/2.2/modules/libcolor-selector-cmyk.a -libexec/gimp/2.2/modules/libcolor-selector-cmyk.la -libexec/gimp/2.2/modules/libcolor-selector-cmyk.so -libexec/gimp/2.2/modules/libcolor-selector-water.a -libexec/gimp/2.2/modules/libcolor-selector-water.la -libexec/gimp/2.2/modules/libcolor-selector-water.so -libexec/gimp/2.2/modules/libcolor-selector-wheel.a -libexec/gimp/2.2/modules/libcolor-selector-wheel.la -libexec/gimp/2.2/modules/libcolor-selector-wheel.so -libexec/gimp/2.2/modules/libcontroller-midi.a -libexec/gimp/2.2/modules/libcontroller-midi.la -libexec/gimp/2.2/modules/libcontroller-midi.so -libexec/gimp/2.2/modules/libdisplay-filter-color-blind.a -libexec/gimp/2.2/modules/libdisplay-filter-color-blind.la -libexec/gimp/2.2/modules/libdisplay-filter-color-blind.so -libexec/gimp/2.2/modules/libdisplay-filter-gamma.a -libexec/gimp/2.2/modules/libdisplay-filter-gamma.la -libexec/gimp/2.2/modules/libdisplay-filter-gamma.so -libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.a -libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.la -libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.so -libexec/gimp/2.2/modules/libdisplay-filter-lcms.a -libexec/gimp/2.2/modules/libdisplay-filter-lcms.la -libexec/gimp/2.2/modules/libdisplay-filter-lcms.so -libexec/gimp/2.2/modules/libdisplay-filter-proof.a -libexec/gimp/2.2/modules/libdisplay-filter-proof.la -libexec/gimp/2.2/modules/libdisplay-filter-proof.so -libexec/gimp/2.2/plug-ins/alien-map -libexec/gimp/2.2/plug-ins/align-layers -libexec/gimp/2.2/plug-ins/animation-optimize -libexec/gimp/2.2/plug-ins/animation-play -libexec/gimp/2.2/plug-ins/antialias -libexec/gimp/2.2/plug-ins/apply-canvas -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/blur-gauss -libexec/gimp/2.2/plug-ins/blur-gauss-selective -libexec/gimp/2.2/plug-ins/blur-motion -libexec/gimp/2.2/plug-ins/border-average -libexec/gimp/2.2/plug-ins/bump-map -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/channel-mixer -libexec/gimp/2.2/plug-ins/checkerboard -libexec/gimp/2.2/plug-ins/cml-explorer -libexec/gimp/2.2/plug-ins/color-cube-analyze -libexec/gimp/2.2/plug-ins/color-enhance -libexec/gimp/2.2/plug-ins/color-exchange -libexec/gimp/2.2/plug-ins/color-rotate -libexec/gimp/2.2/plug-ins/color-to-alpha -libexec/gimp/2.2/plug-ins/colorify -libexec/gimp/2.2/plug-ins/colormap-remap -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/contrast-normalize -libexec/gimp/2.2/plug-ins/contrast-retinex -libexec/gimp/2.2/plug-ins/contrast-stretch -libexec/gimp/2.2/plug-ins/contrast-stretch-hsv -libexec/gimp/2.2/plug-ins/convolution-matrix -libexec/gimp/2.2/plug-ins/crop-auto -libexec/gimp/2.2/plug-ins/crop-zealous -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve-bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depth-merge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/edge-dog -libexec/gimp/2.2/plug-ins/edge-laplace -libexec/gimp/2.2/plug-ins/edge-neon -libexec/gimp/2.2/plug-ins/edge-sobel -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -%%AA%%libexec/gimp/2.2/plug-ins/file-aa -libexec/gimp/2.2/plug-ins/file-bmp -libexec/gimp/2.2/plug-ins/file-cel -libexec/gimp/2.2/plug-ins/file-compressor -libexec/gimp/2.2/plug-ins/file-csource -libexec/gimp/2.2/plug-ins/file-desktop-link -libexec/gimp/2.2/plug-ins/file-dicom -libexec/gimp/2.2/plug-ins/file-faxg3 -libexec/gimp/2.2/plug-ins/file-fits -libexec/gimp/2.2/plug-ins/file-fli -libexec/gimp/2.2/plug-ins/file-gbr -libexec/gimp/2.2/plug-ins/file-gif-load -libexec/gimp/2.2/plug-ins/file-gif-save -libexec/gimp/2.2/plug-ins/file-gih -libexec/gimp/2.2/plug-ins/file-glob -libexec/gimp/2.2/plug-ins/file-header -libexec/gimp/2.2/plug-ins/file-html-table -libexec/gimp/2.2/plug-ins/file-ico -libexec/gimp/2.2/plug-ins/file-jpeg -%%MNG%%libexec/gimp/2.2/plug-ins/file-mng -libexec/gimp/2.2/plug-ins/file-pat -libexec/gimp/2.2/plug-ins/file-pcx -%%POPPLER%%libexec/gimp/2.2/plug-ins/file-pdf -libexec/gimp/2.2/plug-ins/file-pix -libexec/gimp/2.2/plug-ins/file-png -libexec/gimp/2.2/plug-ins/file-pnm -libexec/gimp/2.2/plug-ins/file-ps -libexec/gimp/2.2/plug-ins/file-psd-load -libexec/gimp/2.2/plug-ins/file-psd-save -libexec/gimp/2.2/plug-ins/file-psp -libexec/gimp/2.2/plug-ins/file-raw -libexec/gimp/2.2/plug-ins/file-sgi -libexec/gimp/2.2/plug-ins/file-sunras -%%SVG%%libexec/gimp/2.2/plug-ins/file-svg -libexec/gimp/2.2/plug-ins/file-tga -libexec/gimp/2.2/plug-ins/file-tiff-load -libexec/gimp/2.2/plug-ins/file-tiff-save -libexec/gimp/2.2/plug-ins/file-uri -%%WMF%%libexec/gimp/2.2/plug-ins/file-wmf -libexec/gimp/2.2/plug-ins/file-xbm -libexec/gimp/2.2/plug-ins/file-xjt -libexec/gimp/2.2/plug-ins/file-xpm -libexec/gimp/2.2/plug-ins/file-xwd -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/filter-pack -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/fractal-explorer -libexec/gimp/2.2/plug-ins/fractal-trace -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee-zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/gradient-flare -libexec/gimp/2.2/plug-ins/gradient-map -libexec/gimp/2.2/plug-ins/grid -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifs-compose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/lcms -libexec/gimp/2.2/plug-ins/lens-apply -libexec/gimp/2.2/plug-ins/lens-distortion -libexec/gimp/2.2/plug-ins/lens-flare -libexec/gimp/2.2/plug-ins/lighting -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/map-object -libexec/gimp/2.2/plug-ins/max-rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/metadata -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nl-filter -libexec/gimp/2.2/plug-ins/noise-hsv -libexec/gimp/2.2/plug-ins/noise-randomize -libexec/gimp/2.2/plug-ins/noise-rgb -libexec/gimp/2.2/plug-ins/noise-solid -libexec/gimp/2.2/plug-ins/noise-spread -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/polar-coords -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/qbist -libexec/gimp/2.2/plug-ins/red-eye-removal -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample-colorize -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -libexec/gimp/2.2/plug-ins/selection-to-path -libexec/gimp/2.2/plug-ins/semi-flatten -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth-palette -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/sphere-designer -libexec/gimp/2.2/plug-ins/threshold-alpha -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tile-glass -libexec/gimp/2.2/plug-ins/tile-paper -libexec/gimp/2.2/plug-ins/tile-seamless -libexec/gimp/2.2/plug-ins/tile-small -libexec/gimp/2.2/plug-ins/unit-editor -libexec/gimp/2.2/plug-ins/unsharp-mask -libexec/gimp/2.2/plug-ins/value-invert -libexec/gimp/2.2/plug-ins/value-propagate -libexec/gimp/2.2/plug-ins/van-gogh-lic -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/web-browser -libexec/gimp/2.2/plug-ins/whirl-pinch -libexec/gimp/2.2/plug-ins/wind -share/aclocal/gimp-2.0.m4 -share/applications/gimp.desktop -share/doc/gimp/libgimp/GimpAspectPreview.html -share/doc/gimp/libgimp/GimpBrushSelectButton.html -share/doc/gimp/libgimp/GimpDrawablePreview.html -share/doc/gimp/libgimp/GimpFontSelectButton.html -share/doc/gimp/libgimp/GimpGradientSelectButton.html -share/doc/gimp/libgimp/GimpImageComboBox.html -share/doc/gimp/libgimp/GimpPaletteSelectButton.html -share/doc/gimp/libgimp/GimpPatternSelectButton.html -share/doc/gimp/libgimp/GimpProcBrowserDialog.html -share/doc/gimp/libgimp/GimpProgressBar.html -share/doc/gimp/libgimp/GimpSelectButton.html -share/doc/gimp/libgimp/GimpZoomPreview.html -share/doc/gimp/libgimp/home.png -share/doc/gimp/libgimp/index.html -share/doc/gimp/libgimp/index.sgml -share/doc/gimp/libgimp/left.png -share/doc/gimp/libgimp/libgimp-GimpItemComboBox.html -share/doc/gimp/libgimp/libgimp-data.html -share/doc/gimp/libgimp/libgimp-general.html -share/doc/gimp/libgimp/libgimp-gimp.html -share/doc/gimp/libgimp/libgimp-gimpbrush.html -share/doc/gimp/libgimp/libgimp-gimpbrushes.html -share/doc/gimp/libgimp/libgimp-gimpbrushmenu.html -share/doc/gimp/libgimp/libgimp-gimpbrushselect.html -share/doc/gimp/libgimp/libgimp-gimpbuffer.html -share/doc/gimp/libgimp/libgimp-gimpchannel.html -share/doc/gimp/libgimp/libgimp-gimpcolor.html -share/doc/gimp/libgimp/libgimp-gimpcontext.html -share/doc/gimp/libgimp/libgimp-gimpconvert.html -share/doc/gimp/libgimp/libgimp-gimpdisplay.html -share/doc/gimp/libgimp/libgimp-gimpdrawable.html -share/doc/gimp/libgimp/libgimp-gimpdrawabletransform.html -share/doc/gimp/libgimp/libgimp-gimpedit.html -share/doc/gimp/libgimp/libgimp-gimpenums.html -share/doc/gimp/libgimp/libgimp-gimpexport.html -share/doc/gimp/libgimp/libgimp-gimpfileops.html -share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html -share/doc/gimp/libgimp/libgimp-gimpfontmenu.html -share/doc/gimp/libgimp/libgimp-gimpfonts.html -share/doc/gimp/libgimp/libgimp-gimpfontselect.html -share/doc/gimp/libgimp/libgimp-gimpgimprc.html -share/doc/gimp/libgimp/libgimp-gimpgradient.html -share/doc/gimp/libgimp/libgimp-gimpgradientmenu.html -share/doc/gimp/libgimp/libgimp-gimpgradients.html -share/doc/gimp/libgimp/libgimp-gimpgradientselect.html -share/doc/gimp/libgimp/libgimp-gimpgrid.html -share/doc/gimp/libgimp/libgimp-gimpguides.html -share/doc/gimp/libgimp/libgimp-gimphelp.html -share/doc/gimp/libgimp/libgimp-gimpimage.html -share/doc/gimp/libgimp/libgimp-gimplayer.html -share/doc/gimp/libgimp/libgimp-gimpmenu.html -share/doc/gimp/libgimp/libgimp-gimpmessage.html -share/doc/gimp/libgimp/libgimp-gimppalette.html -share/doc/gimp/libgimp/libgimp-gimppalettemenu.html -share/doc/gimp/libgimp/libgimp-gimppalettes.html -share/doc/gimp/libgimp/libgimp-gimppaletteselect.html -share/doc/gimp/libgimp/libgimp-gimppaths.html -share/doc/gimp/libgimp/libgimp-gimppattern.html -share/doc/gimp/libgimp/libgimp-gimppatternmenu.html -share/doc/gimp/libgimp/libgimp-gimppatterns.html -share/doc/gimp/libgimp/libgimp-gimppatternselect.html -share/doc/gimp/libgimp/libgimp-gimppixbuf.html -share/doc/gimp/libgimp/libgimp-gimppixelfetcher.html -share/doc/gimp/libgimp/libgimp-gimppixelrgn.html -share/doc/gimp/libgimp/libgimp-gimpplugin.html -share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html -share/doc/gimp/libgimp/libgimp-gimpprocview.html -share/doc/gimp/libgimp/libgimp-gimpprogress.html -share/doc/gimp/libgimp/libgimp-gimpregioniterator.html -share/doc/gimp/libgimp/libgimp-gimpselection.html -share/doc/gimp/libgimp/libgimp-gimptextlayer.html -share/doc/gimp/libgimp/libgimp-gimptexttool.html -share/doc/gimp/libgimp/libgimp-gimptile.html -share/doc/gimp/libgimp/libgimp-gimptools.html -share/doc/gimp/libgimp/libgimp-gimpui.html -share/doc/gimp/libgimp/libgimp-gimpundo.html -share/doc/gimp/libgimp/libgimp-gimpvectors.html -share/doc/gimp/libgimp/libgimp-image.html -share/doc/gimp/libgimp/libgimp-index-deprecated.html -share/doc/gimp/libgimp/libgimp-index-new-in-2-2.html -share/doc/gimp/libgimp/libgimp-index-new-in-2-4.html -share/doc/gimp/libgimp/libgimp-index-new-in-2-6.html -share/doc/gimp/libgimp/libgimp-index.html -share/doc/gimp/libgimp/libgimp-selectors.html -share/doc/gimp/libgimp/libgimp.devhelp -share/doc/gimp/libgimp/libgimp.devhelp2 -share/doc/gimp/libgimp/libgimp.html -share/doc/gimp/libgimp/libgimpui-hierarchy.html -share/doc/gimp/libgimp/libgimpui.html -share/doc/gimp/libgimp/right.png -share/doc/gimp/libgimp/style.css -share/doc/gimp/libgimp/up.png -share/doc/gimp/libgimpbase/home.png -share/doc/gimp/libgimpbase/index.html -share/doc/gimp/libgimpbase/index.sgml -share/doc/gimp/libgimpbase/left.png -share/doc/gimp/libgimpbase/libgimpbase-gimpbaseenums.html -share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html -share/doc/gimp/libgimpbase/libgimpbase-gimpchecks.html -share/doc/gimp/libgimpbase/libgimpbase-gimpcpuaccel.html -share/doc/gimp/libgimpbase/libgimpbase-gimpdatafiles.html -share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html -share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html -share/doc/gimp/libgimpbase/libgimpbase-gimpmemsize.html -share/doc/gimp/libgimpbase/libgimpbase-gimpparam.html -share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html -share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html -share/doc/gimp/libgimpbase/libgimpbase-gimprectangle.html -share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html -share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html -share/doc/gimp/libgimpbase/libgimpbase-gimputils.html -share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html -share/doc/gimp/libgimpbase/libgimpbase-index-deprecated.html -share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-2.html -share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-4.html -share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-6.html -share/doc/gimp/libgimpbase/libgimpbase-index.html -share/doc/gimp/libgimpbase/libgimpbase.devhelp -share/doc/gimp/libgimpbase/libgimpbase.devhelp2 -share/doc/gimp/libgimpbase/libgimpbase.html -share/doc/gimp/libgimpbase/right.png -share/doc/gimp/libgimpbase/style.css -share/doc/gimp/libgimpbase/up.png -share/doc/gimp/libgimpcolor/home.png -share/doc/gimp/libgimpcolor/index.html -share/doc/gimp/libgimpcolor/index.sgml -share/doc/gimp/libgimpcolor/left.png -share/doc/gimp/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpBilinear.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpCMYK.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorManaged.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorSpace.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpHSV.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpRGB.html -share/doc/gimp/libgimpcolor/libgimpcolor-index-deprecated.html -share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-2.html -share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-4.html -share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-6.html -share/doc/gimp/libgimpcolor/libgimpcolor-index.html -share/doc/gimp/libgimpcolor/libgimpcolor.devhelp -share/doc/gimp/libgimpcolor/libgimpcolor.devhelp2 -share/doc/gimp/libgimpcolor/libgimpcolor.html -share/doc/gimp/libgimpcolor/right.png -share/doc/gimp/libgimpcolor/style.css -share/doc/gimp/libgimpcolor/up.png -share/doc/gimp/libgimpconfig/GimpColorConfig.html -share/doc/gimp/libgimpconfig/home.png -share/doc/gimp/libgimpconfig/index.html -share/doc/gimp/libgimpconfig/index.sgml -share/doc/gimp/libgimpconfig/left.png -share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfig.html -share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigError.html -share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigWriter.html -share/doc/gimp/libgimpconfig/libgimpconfig-GimpScanner.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-params.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-path.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-serialize.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-utils.html -share/doc/gimp/libgimpconfig/libgimpconfig-hierarchy.html -share/doc/gimp/libgimpconfig/libgimpconfig-index-deprecated.html -share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-4.html -share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-6.html -share/doc/gimp/libgimpconfig/libgimpconfig-index.html -share/doc/gimp/libgimpconfig/libgimpconfig.devhelp -share/doc/gimp/libgimpconfig/libgimpconfig.devhelp2 -share/doc/gimp/libgimpconfig/libgimpconfig.html -share/doc/gimp/libgimpconfig/right.png -share/doc/gimp/libgimpconfig/style.css -share/doc/gimp/libgimpconfig/up.png -share/doc/gimp/libgimpmath/home.png -share/doc/gimp/libgimpmath/index.html -share/doc/gimp/libgimpmath/index.sgml -share/doc/gimp/libgimpmath/left.png -share/doc/gimp/libgimpmath/libgimpmath-GimpMD5.html -share/doc/gimp/libgimpmath/libgimpmath-GimpMath.html -share/doc/gimp/libgimpmath/libgimpmath-GimpMatrix.html -share/doc/gimp/libgimpmath/libgimpmath-GimpVector.html -share/doc/gimp/libgimpmath/libgimpmath-index-deprecated.html -share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-2.html -share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-4.html -share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-6.html -share/doc/gimp/libgimpmath/libgimpmath-index.html -share/doc/gimp/libgimpmath/libgimpmath.devhelp -share/doc/gimp/libgimpmath/libgimpmath.devhelp2 -share/doc/gimp/libgimpmath/libgimpmath.html -share/doc/gimp/libgimpmath/right.png -share/doc/gimp/libgimpmath/style.css -share/doc/gimp/libgimpmath/up.png -share/doc/gimp/libgimpmodule/home.png -share/doc/gimp/libgimpmodule/index.html -share/doc/gimp/libgimpmodule/index.sgml -share/doc/gimp/libgimpmodule/left.png -share/doc/gimp/libgimpmodule/libgimpmodule-gimpmodule.html -share/doc/gimp/libgimpmodule/libgimpmodule-gimpmoduledb.html -share/doc/gimp/libgimpmodule/libgimpmodule-index-deprecated.html -share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-2.html -share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-4.html -share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-6.html -share/doc/gimp/libgimpmodule/libgimpmodule-index.html -share/doc/gimp/libgimpmodule/libgimpmodule.devhelp -share/doc/gimp/libgimpmodule/libgimpmodule.devhelp2 -share/doc/gimp/libgimpmodule/libgimpmodule.html -share/doc/gimp/libgimpmodule/right.png -share/doc/gimp/libgimpmodule/style.css -share/doc/gimp/libgimpmodule/up.png -share/doc/gimp/libgimpthumb/GimpThumbnail.html -share/doc/gimp/libgimpthumb/home.png -share/doc/gimp/libgimpthumb/index.html -share/doc/gimp/libgimpthumb/index.sgml -share/doc/gimp/libgimpthumb/left.png -share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-enums.html -share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-error.html -share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-utils.html -share/doc/gimp/libgimpthumb/libgimpthumb-index-deprecated.html -share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-2.html -share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-4.html -share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-6.html -share/doc/gimp/libgimpthumb/libgimpthumb-index.html -share/doc/gimp/libgimpthumb/libgimpthumb.devhelp -share/doc/gimp/libgimpthumb/libgimpthumb.devhelp2 -share/doc/gimp/libgimpthumb/libgimpthumb.html -share/doc/gimp/libgimpthumb/right.png -share/doc/gimp/libgimpthumb/style.css -share/doc/gimp/libgimpthumb/up.png -share/doc/gimp/libgimpwidgets/GimpBrowser.html -share/doc/gimp/libgimpwidgets/GimpButton.html -share/doc/gimp/libgimpwidgets/GimpCellRendererColor.html -share/doc/gimp/libgimpwidgets/GimpCellRendererToggle.html -share/doc/gimp/libgimpwidgets/GimpChainButton.html -share/doc/gimp/libgimpwidgets/GimpColorArea.html -share/doc/gimp/libgimpwidgets/GimpColorButton.html -share/doc/gimp/libgimpwidgets/GimpColorDisplay.html -share/doc/gimp/libgimpwidgets/GimpColorDisplayStack.html -share/doc/gimp/libgimpwidgets/GimpColorHexEntry.html -share/doc/gimp/libgimpwidgets/GimpColorNotebook.html -share/doc/gimp/libgimpwidgets/GimpColorProfileComboBox.html -share/doc/gimp/libgimpwidgets/GimpColorProfileStore.html -share/doc/gimp/libgimpwidgets/GimpColorScale.html -share/doc/gimp/libgimpwidgets/GimpColorScales.html -share/doc/gimp/libgimpwidgets/GimpColorSelect.html -share/doc/gimp/libgimpwidgets/GimpColorSelection.html -share/doc/gimp/libgimpwidgets/GimpColorSelector.html -share/doc/gimp/libgimpwidgets/GimpController.html -share/doc/gimp/libgimpwidgets/GimpDialog.html -share/doc/gimp/libgimpwidgets/GimpEnumComboBox.html -share/doc/gimp/libgimpwidgets/GimpEnumLabel.html -share/doc/gimp/libgimpwidgets/GimpEnumStore.html -share/doc/gimp/libgimpwidgets/GimpFileEntry.html -share/doc/gimp/libgimpwidgets/GimpFrame.html -share/doc/gimp/libgimpwidgets/GimpIntComboBox.html -share/doc/gimp/libgimpwidgets/GimpIntStore.html -share/doc/gimp/libgimpwidgets/GimpMemsizeEntry.html -share/doc/gimp/libgimpwidgets/GimpNumberPairEntry.html -share/doc/gimp/libgimpwidgets/GimpOffsetArea.html -share/doc/gimp/libgimpwidgets/GimpPageSelector.html -share/doc/gimp/libgimpwidgets/GimpPathEditor.html -share/doc/gimp/libgimpwidgets/GimpPickButton.html -share/doc/gimp/libgimpwidgets/GimpPixmap.html -share/doc/gimp/libgimpwidgets/GimpPreview.html -share/doc/gimp/libgimpwidgets/GimpPreviewArea.html -share/doc/gimp/libgimpwidgets/GimpRuler.html -share/doc/gimp/libgimpwidgets/GimpScrolledPreview.html -share/doc/gimp/libgimpwidgets/GimpSizeEntry.html -share/doc/gimp/libgimpwidgets/GimpStringComboBox.html -share/doc/gimp/libgimpwidgets/GimpUnitMenu.html -share/doc/gimp/libgimpwidgets/GimpZoomModel.html -share/doc/gimp/libgimpwidgets/gimp-browser.png -share/doc/gimp/libgimpwidgets/gimp-button.png -share/doc/gimp/libgimpwidgets/gimp-chain-button.png -share/doc/gimp/libgimpwidgets/gimp-color-area.png -share/doc/gimp/libgimpwidgets/gimp-color-button.png -share/doc/gimp/libgimpwidgets/gimp-color-hex-entry.png -share/doc/gimp/libgimpwidgets/gimp-color-profile-combo-box.png -share/doc/gimp/libgimpwidgets/gimp-color-scale.png -share/doc/gimp/libgimpwidgets/gimp-color-selection.png -share/doc/gimp/libgimpwidgets/gimp-dialog.png -share/doc/gimp/libgimpwidgets/gimp-enum-combo-box.png -share/doc/gimp/libgimpwidgets/gimp-enum-label.png -share/doc/gimp/libgimpwidgets/gimp-file-entry.png -share/doc/gimp/libgimpwidgets/gimp-frame.png -share/doc/gimp/libgimpwidgets/gimp-hint-box.png -share/doc/gimp/libgimpwidgets/gimp-int-combo-box.png -share/doc/gimp/libgimpwidgets/gimp-memsize-entry.png -share/doc/gimp/libgimpwidgets/gimp-number-pair-entry.png -share/doc/gimp/libgimpwidgets/gimp-offset-area.png -share/doc/gimp/libgimpwidgets/gimp-page-selector.png -share/doc/gimp/libgimpwidgets/gimp-path-editor.png -share/doc/gimp/libgimpwidgets/gimp-pick-button.png -share/doc/gimp/libgimpwidgets/gimp-preview-area.png -share/doc/gimp/libgimpwidgets/gimp-string-combo-box.png -share/doc/gimp/libgimpwidgets/gimp-unit-menu.png -share/doc/gimp/libgimpwidgets/home.png -share/doc/gimp/libgimpwidgets/index.html -share/doc/gimp/libgimpwidgets/index.sgml -share/doc/gimp/libgimpwidgets/left.png -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHintBox.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpStock.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpWidgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-cell-renderers.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-colordisplay.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-colorselector.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-controller.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-deprecated.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-gallery.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-hierarchy.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index-deprecated.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-6.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-utils.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-widgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp -share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp2 -share/doc/gimp/libgimpwidgets/right.png -share/doc/gimp/libgimpwidgets/stock-anchor-16.png -share/doc/gimp/libgimpwidgets/stock-cap-butt-16.png -share/doc/gimp/libgimpwidgets/stock-cap-round-16.png -share/doc/gimp/libgimpwidgets/stock-cap-square-16.png -share/doc/gimp/libgimpwidgets/stock-center-16.png -share/doc/gimp/libgimpwidgets/stock-center-24.png -share/doc/gimp/libgimpwidgets/stock-channel-16.png -share/doc/gimp/libgimpwidgets/stock-channel-24.png -share/doc/gimp/libgimpwidgets/stock-channel-32.png -share/doc/gimp/libgimpwidgets/stock-channel-48.png -share/doc/gimp/libgimpwidgets/stock-channel-alpha-16.png -share/doc/gimp/libgimpwidgets/stock-channel-alpha-24.png -share/doc/gimp/libgimpwidgets/stock-channel-alpha-32.png -share/doc/gimp/libgimpwidgets/stock-channel-alpha-48.png -share/doc/gimp/libgimpwidgets/stock-channel-blue-16.png -share/doc/gimp/libgimpwidgets/stock-channel-blue-24.png -share/doc/gimp/libgimpwidgets/stock-channel-blue-32.png -share/doc/gimp/libgimpwidgets/stock-channel-blue-48.png -share/doc/gimp/libgimpwidgets/stock-channel-gray-16.png -share/doc/gimp/libgimpwidgets/stock-channel-gray-24.png -share/doc/gimp/libgimpwidgets/stock-channel-gray-32.png -share/doc/gimp/libgimpwidgets/stock-channel-gray-48.png -share/doc/gimp/libgimpwidgets/stock-channel-green-16.png -share/doc/gimp/libgimpwidgets/stock-channel-green-24.png -share/doc/gimp/libgimpwidgets/stock-channel-green-32.png -share/doc/gimp/libgimpwidgets/stock-channel-green-48.png -share/doc/gimp/libgimpwidgets/stock-channel-indexed-16.png -share/doc/gimp/libgimpwidgets/stock-channel-indexed-24.png -share/doc/gimp/libgimpwidgets/stock-channel-indexed-32.png -share/doc/gimp/libgimpwidgets/stock-channel-indexed-48.png -share/doc/gimp/libgimpwidgets/stock-channel-red-16.png -share/doc/gimp/libgimpwidgets/stock-channel-red-24.png -share/doc/gimp/libgimpwidgets/stock-channel-red-32.png -share/doc/gimp/libgimpwidgets/stock-channel-red-48.png -share/doc/gimp/libgimpwidgets/stock-channels-16.png -share/doc/gimp/libgimpwidgets/stock-channels-24.png -share/doc/gimp/libgimpwidgets/stock-char-picker-22.png -share/doc/gimp/libgimpwidgets/stock-close-12.png -share/doc/gimp/libgimpwidgets/stock-color-pick-from-screen-16.png -share/doc/gimp/libgimpwidgets/stock-color-picker-black-18.png -share/doc/gimp/libgimpwidgets/stock-color-picker-gray-18.png -share/doc/gimp/libgimpwidgets/stock-color-picker-white-18.png -share/doc/gimp/libgimpwidgets/stock-color-triangle-16.png -share/doc/gimp/libgimpwidgets/stock-colormap-16.png -share/doc/gimp/libgimpwidgets/stock-colormap-24.png -share/doc/gimp/libgimpwidgets/stock-controller-16.png -share/doc/gimp/libgimpwidgets/stock-controller-24.png -share/doc/gimp/libgimpwidgets/stock-controller-keyboard-16.png -share/doc/gimp/libgimpwidgets/stock-controller-keyboard-24.png -share/doc/gimp/libgimpwidgets/stock-controller-linux-input-16.png -share/doc/gimp/libgimpwidgets/stock-controller-linux-input-24.png -share/doc/gimp/libgimpwidgets/stock-controller-midi-16.png -share/doc/gimp/libgimpwidgets/stock-controller-midi-24.png -share/doc/gimp/libgimpwidgets/stock-controller-wheel-16.png -share/doc/gimp/libgimpwidgets/stock-controller-wheel-24.png -share/doc/gimp/libgimpwidgets/stock-convert-grayscale-16.png -share/doc/gimp/libgimpwidgets/stock-convert-indexed-16.png -share/doc/gimp/libgimpwidgets/stock-convert-rgb-16.png -share/doc/gimp/libgimpwidgets/stock-cursor-16.png -share/doc/gimp/libgimpwidgets/stock-cursor-24.png -share/doc/gimp/libgimpwidgets/stock-curve-free-16.png -share/doc/gimp/libgimpwidgets/stock-curve-smooth-16.png -share/doc/gimp/libgimpwidgets/stock-default-colors-12.png -share/doc/gimp/libgimpwidgets/stock-device-status-16.png -share/doc/gimp/libgimpwidgets/stock-device-status-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-proof-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-proof-24.png -share/doc/gimp/libgimpwidgets/stock-duplicate-16.png -share/doc/gimp/libgimpwidgets/stock-edit-16.png -share/doc/gimp/libgimpwidgets/stock-error-64.png -share/doc/gimp/libgimpwidgets/stock-eye-12.png -share/doc/gimp/libgimpwidgets/stock-eye-20.png -share/doc/gimp/libgimpwidgets/stock-flip-horizontal-16.png -share/doc/gimp/libgimpwidgets/stock-flip-vertical-16.png -share/doc/gimp/libgimpwidgets/stock-floating-selection-16.png -share/doc/gimp/libgimpwidgets/stock-floating-selection-24.png -share/doc/gimp/libgimpwidgets/stock-floating-selection-32.png -share/doc/gimp/libgimpwidgets/stock-floating-selection-48.png -share/doc/gimp/libgimpwidgets/stock-frame-64.png -share/doc/gimp/libgimpwidgets/stock-gegl-16.png -share/doc/gimp/libgimpwidgets/stock-gegl-22.png -share/doc/gimp/libgimpwidgets/stock-gradient-bilinear-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-conical-symmetric-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-linear-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-radial-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-square-16.png -share/doc/gimp/libgimpwidgets/stock-gravity-east-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-north-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-north-east-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-north-west-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-south-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-south-east-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-south-west-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-west-24.png -share/doc/gimp/libgimpwidgets/stock-grid-16.png -share/doc/gimp/libgimpwidgets/stock-hcenter-24.png -share/doc/gimp/libgimpwidgets/stock-hchain-24.png -share/doc/gimp/libgimpwidgets/stock-hchain-broken-24.png -share/doc/gimp/libgimpwidgets/stock-histogram-16.png -share/doc/gimp/libgimpwidgets/stock-histogram-22.png -share/doc/gimp/libgimpwidgets/stock-histogram-linear-16.png -share/doc/gimp/libgimpwidgets/stock-histogram-logarithmic-16.png -share/doc/gimp/libgimpwidgets/stock-image-16.png -share/doc/gimp/libgimpwidgets/stock-image-24.png -share/doc/gimp/libgimpwidgets/stock-image-32.png -share/doc/gimp/libgimpwidgets/stock-image-48.png -share/doc/gimp/libgimpwidgets/stock-images-16.png -share/doc/gimp/libgimpwidgets/stock-images-24.png -share/doc/gimp/libgimpwidgets/stock-info-16.png -share/doc/gimp/libgimpwidgets/stock-info-24.png -share/doc/gimp/libgimpwidgets/stock-info-64.png -share/doc/gimp/libgimpwidgets/stock-invert-16.png -share/doc/gimp/libgimpwidgets/stock-join-bevel-16.png -share/doc/gimp/libgimpwidgets/stock-join-miter-16.png -share/doc/gimp/libgimpwidgets/stock-join-round-16.png -share/doc/gimp/libgimpwidgets/stock-landscape-16.png -share/doc/gimp/libgimpwidgets/stock-landscape-22.png -share/doc/gimp/libgimpwidgets/stock-layer-16.png -share/doc/gimp/libgimpwidgets/stock-layer-24.png -share/doc/gimp/libgimpwidgets/stock-layer-32.png -share/doc/gimp/libgimpwidgets/stock-layer-48.png -share/doc/gimp/libgimpwidgets/stock-layer-mask-16.png -share/doc/gimp/libgimpwidgets/stock-layer-mask-24.png -share/doc/gimp/libgimpwidgets/stock-layer-mask-32.png -share/doc/gimp/libgimpwidgets/stock-layer-mask-48.png -share/doc/gimp/libgimpwidgets/stock-layer-to-imagesize-16.png -share/doc/gimp/libgimpwidgets/stock-layers-16.png -share/doc/gimp/libgimpwidgets/stock-layers-24.png -share/doc/gimp/libgimpwidgets/stock-letter-spacing-22.png -share/doc/gimp/libgimpwidgets/stock-line-spacing-22.png -share/doc/gimp/libgimpwidgets/stock-linked-12.png -share/doc/gimp/libgimpwidgets/stock-linked-20.png -share/doc/gimp/libgimpwidgets/stock-list-16.png -share/doc/gimp/libgimpwidgets/stock-menu-left-12.png -share/doc/gimp/libgimpwidgets/stock-menu-right-12.png -share/doc/gimp/libgimpwidgets/stock-merge-down-16.png -share/doc/gimp/libgimpwidgets/stock-move-to-screen-16.png -share/doc/gimp/libgimpwidgets/stock-move-to-screen-24.png -share/doc/gimp/libgimpwidgets/stock-navigation-16.png -share/doc/gimp/libgimpwidgets/stock-paste-as-new-16.png -share/doc/gimp/libgimpwidgets/stock-paste-into-16.png -share/doc/gimp/libgimpwidgets/stock-path-16.png -share/doc/gimp/libgimpwidgets/stock-path-22.png -share/doc/gimp/libgimpwidgets/stock-path-stroke-16.png -share/doc/gimp/libgimpwidgets/stock-paths-16.png -share/doc/gimp/libgimpwidgets/stock-paths-22.png -share/doc/gimp/libgimpwidgets/stock-plugin-16.png -share/doc/gimp/libgimpwidgets/stock-portrait-16.png -share/doc/gimp/libgimpwidgets/stock-portrait-22.png -share/doc/gimp/libgimpwidgets/stock-print-resolution-16.png -share/doc/gimp/libgimpwidgets/stock-print-resolution-24.png -share/doc/gimp/libgimpwidgets/stock-question-64.png -share/doc/gimp/libgimpwidgets/stock-quick-mask-off-12.png -share/doc/gimp/libgimpwidgets/stock-quick-mask-on-12.png -share/doc/gimp/libgimpwidgets/stock-reset-16.png -share/doc/gimp/libgimpwidgets/stock-reshow-filter-16.png -share/doc/gimp/libgimpwidgets/stock-resize-16.png -share/doc/gimp/libgimpwidgets/stock-rotate-180-16.png -share/doc/gimp/libgimpwidgets/stock-rotate-270-16.png -share/doc/gimp/libgimpwidgets/stock-rotate-90-16.png -share/doc/gimp/libgimpwidgets/stock-sample-point-16.png -share/doc/gimp/libgimpwidgets/stock-sample-point-24.png -share/doc/gimp/libgimpwidgets/stock-scale-16.png -share/doc/gimp/libgimpwidgets/stock-selection-16.png -share/doc/gimp/libgimpwidgets/stock-selection-add-16.png -share/doc/gimp/libgimpwidgets/stock-selection-all-16.png -share/doc/gimp/libgimpwidgets/stock-selection-border-16.png -share/doc/gimp/libgimpwidgets/stock-selection-grow-16.png -share/doc/gimp/libgimpwidgets/stock-selection-intersect-16.png -share/doc/gimp/libgimpwidgets/stock-selection-none-16.png -share/doc/gimp/libgimpwidgets/stock-selection-replace-16.png -share/doc/gimp/libgimpwidgets/stock-selection-shrink-16.png -share/doc/gimp/libgimpwidgets/stock-selection-stroke-16.png -share/doc/gimp/libgimpwidgets/stock-selection-subtract-16.png -share/doc/gimp/libgimpwidgets/stock-selection-to-channel-16.png -share/doc/gimp/libgimpwidgets/stock-selection-to-path-16.png -share/doc/gimp/libgimpwidgets/stock-shape-circle-16.png -share/doc/gimp/libgimpwidgets/stock-shape-diamond-16.png -share/doc/gimp/libgimpwidgets/stock-shape-square-16.png -share/doc/gimp/libgimpwidgets/stock-swap-colors-12.png -share/doc/gimp/libgimpwidgets/stock-template-16.png -share/doc/gimp/libgimpwidgets/stock-template-24.png -share/doc/gimp/libgimpwidgets/stock-text-dir-ltr-24.png -share/doc/gimp/libgimpwidgets/stock-text-dir-rtl-24.png -share/doc/gimp/libgimpwidgets/stock-text-layer-16.png -share/doc/gimp/libgimpwidgets/stock-text-layer-24.png -share/doc/gimp/libgimpwidgets/stock-text-layer-32.png -share/doc/gimp/libgimpwidgets/stock-text-layer-48.png -share/doc/gimp/libgimpwidgets/stock-texture-64.png -share/doc/gimp/libgimpwidgets/stock-toilet-paper-16.png -share/doc/gimp/libgimpwidgets/stock-toilet-paper-24.png -share/doc/gimp/libgimpwidgets/stock-tool-airbrush-16.png -share/doc/gimp/libgimpwidgets/stock-tool-airbrush-22.png -share/doc/gimp/libgimpwidgets/stock-tool-align-16.png -share/doc/gimp/libgimpwidgets/stock-tool-align-22.png -share/doc/gimp/libgimpwidgets/stock-tool-blend-16.png -share/doc/gimp/libgimpwidgets/stock-tool-blend-22.png -share/doc/gimp/libgimpwidgets/stock-tool-blur-16.png -share/doc/gimp/libgimpwidgets/stock-tool-blur-22.png -share/doc/gimp/libgimpwidgets/stock-tool-brightness-contrast-16.png -share/doc/gimp/libgimpwidgets/stock-tool-brightness-contrast-22.png -share/doc/gimp/libgimpwidgets/stock-tool-bucket-fill-16.png -share/doc/gimp/libgimpwidgets/stock-tool-bucket-fill-22.png -share/doc/gimp/libgimpwidgets/stock-tool-by-color-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-by-color-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-clone-16.png -share/doc/gimp/libgimpwidgets/stock-tool-clone-22.png -share/doc/gimp/libgimpwidgets/stock-tool-color-balance-16.png -share/doc/gimp/libgimpwidgets/stock-tool-color-balance-22.png -share/doc/gimp/libgimpwidgets/stock-tool-color-picker-16.png -share/doc/gimp/libgimpwidgets/stock-tool-color-picker-22.png -share/doc/gimp/libgimpwidgets/stock-tool-colorize-16.png -share/doc/gimp/libgimpwidgets/stock-tool-colorize-22.png -share/doc/gimp/libgimpwidgets/stock-tool-crop-16.png -share/doc/gimp/libgimpwidgets/stock-tool-crop-22.png -share/doc/gimp/libgimpwidgets/stock-tool-curves-16.png -share/doc/gimp/libgimpwidgets/stock-tool-curves-22.png -share/doc/gimp/libgimpwidgets/stock-tool-dodge-16.png -share/doc/gimp/libgimpwidgets/stock-tool-dodge-22.png -share/doc/gimp/libgimpwidgets/stock-tool-ellipse-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-ellipse-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-eraser-16.png -share/doc/gimp/libgimpwidgets/stock-tool-eraser-22.png -share/doc/gimp/libgimpwidgets/stock-tool-flip-16.png -share/doc/gimp/libgimpwidgets/stock-tool-flip-22.png -share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-free-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-free-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-heal-16.png -share/doc/gimp/libgimpwidgets/stock-tool-heal-22.png -share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-16.png -share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-22.png -share/doc/gimp/libgimpwidgets/stock-tool-ink-16.png -share/doc/gimp/libgimpwidgets/stock-tool-ink-22.png -share/doc/gimp/libgimpwidgets/stock-tool-iscissors-16.png -share/doc/gimp/libgimpwidgets/stock-tool-iscissors-22.png -share/doc/gimp/libgimpwidgets/stock-tool-levels-16.png -share/doc/gimp/libgimpwidgets/stock-tool-levels-22.png -share/doc/gimp/libgimpwidgets/stock-tool-measure-16.png -share/doc/gimp/libgimpwidgets/stock-tool-measure-22.png -share/doc/gimp/libgimpwidgets/stock-tool-move-16.png -share/doc/gimp/libgimpwidgets/stock-tool-move-22.png -share/doc/gimp/libgimpwidgets/stock-tool-options-16.png -share/doc/gimp/libgimpwidgets/stock-tool-options-24.png -share/doc/gimp/libgimpwidgets/stock-tool-paintbrush-16.png -share/doc/gimp/libgimpwidgets/stock-tool-paintbrush-22.png -share/doc/gimp/libgimpwidgets/stock-tool-path-16.png -share/doc/gimp/libgimpwidgets/stock-tool-path-22.png -share/doc/gimp/libgimpwidgets/stock-tool-pencil-16.png -share/doc/gimp/libgimpwidgets/stock-tool-pencil-22.png -share/doc/gimp/libgimpwidgets/stock-tool-perspective-16.png -share/doc/gimp/libgimpwidgets/stock-tool-perspective-22.png -share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-16.png -share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-22.png -share/doc/gimp/libgimpwidgets/stock-tool-posterize-16.png -share/doc/gimp/libgimpwidgets/stock-tool-posterize-22.png -share/doc/gimp/libgimpwidgets/stock-tool-rect-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-rect-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-rotate-16.png -share/doc/gimp/libgimpwidgets/stock-tool-rotate-22.png -share/doc/gimp/libgimpwidgets/stock-tool-scale-16.png -share/doc/gimp/libgimpwidgets/stock-tool-scale-22.png -share/doc/gimp/libgimpwidgets/stock-tool-shear-16.png -share/doc/gimp/libgimpwidgets/stock-tool-shear-22.png -share/doc/gimp/libgimpwidgets/stock-tool-smudge-16.png -share/doc/gimp/libgimpwidgets/stock-tool-smudge-22.png -share/doc/gimp/libgimpwidgets/stock-tool-text-16.png -share/doc/gimp/libgimpwidgets/stock-tool-text-22.png -share/doc/gimp/libgimpwidgets/stock-tool-threshold-16.png -share/doc/gimp/libgimpwidgets/stock-tool-threshold-22.png -share/doc/gimp/libgimpwidgets/stock-tool-zoom-16.png -share/doc/gimp/libgimpwidgets/stock-tool-zoom-22.png -share/doc/gimp/libgimpwidgets/stock-tools-16.png -share/doc/gimp/libgimpwidgets/stock-tools-24.png -share/doc/gimp/libgimpwidgets/stock-transparency-16.png -share/doc/gimp/libgimpwidgets/stock-transparency-24.png -share/doc/gimp/libgimpwidgets/stock-undo-history-16.png -share/doc/gimp/libgimpwidgets/stock-undo-history-24.png -share/doc/gimp/libgimpwidgets/stock-user-manual-16.png -share/doc/gimp/libgimpwidgets/stock-user-manual-24.png -share/doc/gimp/libgimpwidgets/stock-user-manual-32.png -share/doc/gimp/libgimpwidgets/stock-user-manual-64.png -share/doc/gimp/libgimpwidgets/stock-vcenter-24.png -share/doc/gimp/libgimpwidgets/stock-vchain-24.png -share/doc/gimp/libgimpwidgets/stock-vchain-broken-24.png -share/doc/gimp/libgimpwidgets/stock-video-16.png -share/doc/gimp/libgimpwidgets/stock-video-24.png -share/doc/gimp/libgimpwidgets/stock-warning-16.png -share/doc/gimp/libgimpwidgets/stock-warning-24.png -share/doc/gimp/libgimpwidgets/stock-warning-64.png -share/doc/gimp/libgimpwidgets/stock-web-16.png -share/doc/gimp/libgimpwidgets/stock-web-24.png -share/doc/gimp/libgimpwidgets/stock-wilber-16.png -share/doc/gimp/libgimpwidgets/stock-wilber-22.png -share/doc/gimp/libgimpwidgets/stock-wilber-64.png -share/doc/gimp/libgimpwidgets/stock-wilber-eek-64.png -share/doc/gimp/libgimpwidgets/stock-zoom-follow-window-12.png -share/doc/gimp/libgimpwidgets/style.css -share/doc/gimp/libgimpwidgets/up.png -share/gimp/brushes/10x10square.gbr -share/gimp/brushes/10x10squareBlur.gbr -share/gimp/brushes/20x20square.gbr -share/gimp/brushes/20x20squareBlur.gbr -share/gimp/brushes/5x5square.gbr -share/gimp/brushes/5x5squareBlur.gbr -share/gimp/brushes/Calligraphic-Brush-0.vbr -share/gimp/brushes/Calligraphic-Brush-1.vbr -share/gimp/brushes/Calligraphic-Brush-2.vbr -share/gimp/brushes/Calligraphic-Brush-3.vbr -share/gimp/brushes/Circle-1.vbr -share/gimp/brushes/Circle-11.vbr -share/gimp/brushes/Circle-13.vbr -share/gimp/brushes/Circle-15.vbr -share/gimp/brushes/Circle-17.vbr -share/gimp/brushes/Circle-19.vbr -share/gimp/brushes/Circle-3.vbr -share/gimp/brushes/Circle-5.vbr -share/gimp/brushes/Circle-7.vbr -share/gimp/brushes/Circle-9.vbr -share/gimp/brushes/Circle-Fuzzy-11.vbr -share/gimp/brushes/Circle-Fuzzy-13.vbr -share/gimp/brushes/Circle-Fuzzy-15.vbr -share/gimp/brushes/Circle-Fuzzy-17.vbr -share/gimp/brushes/Circle-Fuzzy-19.vbr -share/gimp/brushes/Circle-Fuzzy-3.vbr -share/gimp/brushes/Circle-Fuzzy-5.vbr -share/gimp/brushes/Circle-Fuzzy-7.vbr -share/gimp/brushes/Circle-Fuzzy-9.vbr -share/gimp/brushes/Diagonal-Star-11.vbr -share/gimp/brushes/Diagonal-Star-17.vbr -share/gimp/brushes/Diagonal-Star-25.vbr -share/gimp/brushes/SketchBrush-16.gih -share/gimp/brushes/SketchBrush-32.gih -share/gimp/brushes/SketchBrush-64.gih -share/gimp/brushes/confetti.gbr -share/gimp/brushes/confetti.gih -share/gimp/brushes/dunes.gbr -share/gimp/brushes/feltpen.gih -share/gimp/brushes/galaxy.gbr -share/gimp/brushes/galaxy_big.gbr -share/gimp/brushes/galaxy_small.gbr -share/gimp/brushes/hsparks.gih -share/gimp/brushes/pepper.gbr -share/gimp/brushes/pixel.gbr -share/gimp/brushes/vine.gih -share/gimp/fractalexplorer/Asteroid_Field -share/gimp/fractalexplorer/Bar_Code_Label -share/gimp/fractalexplorer/Beauty_of_Nature -share/gimp/fractalexplorer/Blue_Curtain -share/gimp/fractalexplorer/Car_Track -share/gimp/fractalexplorer/Energetic_Diamond -share/gimp/fractalexplorer/Explosive -share/gimp/fractalexplorer/Flower -share/gimp/fractalexplorer/Fragments -share/gimp/fractalexplorer/Hemp -share/gimp/fractalexplorer/High_Voltage -share/gimp/fractalexplorer/Hoops -share/gimp/fractalexplorer/Ice_Crystal -share/gimp/fractalexplorer/Leaves -share/gimp/fractalexplorer/Lightning -share/gimp/fractalexplorer/Mandelbrot -share/gimp/fractalexplorer/Marble -share/gimp/fractalexplorer/Marble2 -share/gimp/fractalexplorer/Medusa -share/gimp/fractalexplorer/Nautilus -share/gimp/fractalexplorer/Nebula -share/gimp/fractalexplorer/Plant -share/gimp/fractalexplorer/Rose -share/gimp/fractalexplorer/Saturn -share/gimp/fractalexplorer/Snow_Crystal -share/gimp/fractalexplorer/Soma -share/gimp/fractalexplorer/Spark -share/gimp/fractalexplorer/Suns -share/gimp/fractalexplorer/Tentacles -share/gimp/fractalexplorer/The_Green_Place -share/gimp/fractalexplorer/Wave -share/gimp/fractalexplorer/Wood -share/gimp/fractalexplorer/Zooming_Circle -share/gimp/gfig/A_star -share/gimp/gfig/curves -share/gimp/gfig/polys -share/gimp/gfig/ring -share/gimp/gfig/ring+star -share/gimp/gfig/simily -share/gimp/gfig/spirals_and_stars -share/gimp/gfig/sprial -share/gimp/gfig/star2 -share/gimp/gfig/stars -share/gimp/gflare/Bright_Star -share/gimp/gflare/Classic -share/gimp/gflare/Default -share/gimp/gflare/Distant_Sun -share/gimp/gflare/GFlare_101 -share/gimp/gflare/GFlare_102 -share/gimp/gflare/Hidden_Planet -share/gimp/gimpressionist/Brushes/arrow01.pgm -share/gimp/gimpressionist/Brushes/ball.ppm -share/gimp/gimpressionist/Brushes/blob.ppm -share/gimp/gimpressionist/Brushes/box.ppm -share/gimp/gimpressionist/Brushes/chalk01.pgm -share/gimp/gimpressionist/Brushes/cone.ppm -share/gimp/gimpressionist/Brushes/crayon01.pgm -share/gimp/gimpressionist/Brushes/crayon02.pgm -share/gimp/gimpressionist/Brushes/crayon03.pgm -share/gimp/gimpressionist/Brushes/crayon04.pgm -share/gimp/gimpressionist/Brushes/crayon05.pgm -share/gimp/gimpressionist/Brushes/crayon06.pgm -share/gimp/gimpressionist/Brushes/crayon07.pgm -share/gimp/gimpressionist/Brushes/crayon08.pgm -share/gimp/gimpressionist/Brushes/defaultbrush.pgm -share/gimp/gimpressionist/Brushes/dribble.pgm -share/gimp/gimpressionist/Brushes/fabric.pgm -share/gimp/gimpressionist/Brushes/fabric01.pgm -share/gimp/gimpressionist/Brushes/fabric02.pgm -share/gimp/gimpressionist/Brushes/fabric03.pgm -share/gimp/gimpressionist/Brushes/flower01.pgm -share/gimp/gimpressionist/Brushes/flower02.pgm -share/gimp/gimpressionist/Brushes/flower03.pgm -share/gimp/gimpressionist/Brushes/flower04.pgm -share/gimp/gimpressionist/Brushes/grad01.pgm -share/gimp/gimpressionist/Brushes/grad02.pgm -share/gimp/gimpressionist/Brushes/grad03.pgm -share/gimp/gimpressionist/Brushes/heart.ppm -share/gimp/gimpressionist/Brushes/leaf01.pgm -share/gimp/gimpressionist/Brushes/paintbrush.pgm -share/gimp/gimpressionist/Brushes/paintbrush01.pgm -share/gimp/gimpressionist/Brushes/paintbrush02.pgm -share/gimp/gimpressionist/Brushes/paintbrush03.pgm -share/gimp/gimpressionist/Brushes/paintbrush04.pgm -share/gimp/gimpressionist/Brushes/paper01.pgm -share/gimp/gimpressionist/Brushes/paper02.pgm -share/gimp/gimpressionist/Brushes/paper03.pgm -share/gimp/gimpressionist/Brushes/paper04.pgm -share/gimp/gimpressionist/Brushes/pentagram.pgm -share/gimp/gimpressionist/Brushes/scribble.pgm -share/gimp/gimpressionist/Brushes/shape01.pgm -share/gimp/gimpressionist/Brushes/shape02.pgm -share/gimp/gimpressionist/Brushes/shape03.pgm -share/gimp/gimpressionist/Brushes/shape04.pgm -share/gimp/gimpressionist/Brushes/snow1.pgm -share/gimp/gimpressionist/Brushes/sphere.ppm -share/gimp/gimpressionist/Brushes/splat1.pgm -share/gimp/gimpressionist/Brushes/splat2.pgm -share/gimp/gimpressionist/Brushes/splat3.pgm -share/gimp/gimpressionist/Brushes/spunge01.pgm -share/gimp/gimpressionist/Brushes/spunge02.pgm -share/gimp/gimpressionist/Brushes/spunge03.pgm -share/gimp/gimpressionist/Brushes/spunge04.pgm -share/gimp/gimpressionist/Brushes/spunge05.pgm -share/gimp/gimpressionist/Brushes/strange01.pgm -share/gimp/gimpressionist/Brushes/thegimp.pgm -share/gimp/gimpressionist/Brushes/torus.ppm -share/gimp/gimpressionist/Brushes/wavy.pgm -share/gimp/gimpressionist/Brushes/weave.pgm -share/gimp/gimpressionist/Brushes/worm.pgm -share/gimp/gimpressionist/Paper/bricks.pgm -share/gimp/gimpressionist/Paper/bricks2.pgm -share/gimp/gimpressionist/Paper/burlap.pgm -share/gimp/gimpressionist/Paper/canvas2.pgm -share/gimp/gimpressionist/Paper/defaultpaper.pgm -share/gimp/gimpressionist/Paper/marble.pgm -share/gimp/gimpressionist/Paper/marble2.pgm -share/gimp/gimpressionist/Paper/stone.pgm -share/gimp/gimpressionist/Paper/struc.pgm -share/gimp/gimpressionist/Presets/ApplyCanvas -share/gimp/gimpressionist/Presets/Ballpark -share/gimp/gimpressionist/Presets/Canvas -share/gimp/gimpressionist/Presets/Crosshatch -share/gimp/gimpressionist/Presets/Cubism -share/gimp/gimpressionist/Presets/Dotify -share/gimp/gimpressionist/Presets/Embroidery -share/gimp/gimpressionist/Presets/Feathers -share/gimp/gimpressionist/Presets/Felt-marker -share/gimp/gimpressionist/Presets/Flowerbed -share/gimp/gimpressionist/Presets/Furry -share/gimp/gimpressionist/Presets/Line-art -share/gimp/gimpressionist/Presets/Line-art-2 -share/gimp/gimpressionist/Presets/Maggot-invasion -share/gimp/gimpressionist/Presets/MarbleMadness -share/gimp/gimpressionist/Presets/Mossy -share/gimp/gimpressionist/Presets/Painted_Rock -share/gimp/gimpressionist/Presets/Parquette -share/gimp/gimpressionist/Presets/Patchwork -share/gimp/gimpressionist/Presets/Ringworks -share/gimp/gimpressionist/Presets/Sample -share/gimp/gimpressionist/Presets/Smash -share/gimp/gimpressionist/Presets/Straws -share/gimp/gimpressionist/Presets/Weave -share/gimp/gimpressionist/Presets/Wormcan -share/gimp/gradients/Abstract_1.ggr -share/gimp/gradients/Abstract_2.ggr -share/gimp/gradients/Abstract_3.ggr -share/gimp/gradients/Aneurism.ggr -share/gimp/gradients/Blinds.ggr -share/gimp/gradients/Blue_Green.ggr -share/gimp/gradients/Browns.ggr -share/gimp/gradients/Brushed_Aluminium.ggr -share/gimp/gradients/Burning_Paper.ggr -share/gimp/gradients/Burning_Transparency.ggr -share/gimp/gradients/CD.ggr -share/gimp/gradients/CD_Half.ggr -share/gimp/gradients/Caribbean_Blues.ggr -share/gimp/gradients/Coffee.ggr -share/gimp/gradients/Cold_Steel.ggr -share/gimp/gradients/Cold_Steel_2.ggr -share/gimp/gradients/Crown_molding.ggr -share/gimp/gradients/Dark_1.ggr -share/gimp/gradients/Deep_Sea.ggr -share/gimp/gradients/Default.ggr -share/gimp/gradients/Flare_Glow_Angular_1.ggr -share/gimp/gradients/Flare_Glow_Radial_1.ggr -share/gimp/gradients/Flare_Glow_Radial_2.ggr -share/gimp/gradients/Flare_Glow_Radial_3.ggr -share/gimp/gradients/Flare_Glow_Radial_4.ggr -share/gimp/gradients/Flare_Radial_101.ggr -share/gimp/gradients/Flare_Radial_102.ggr -share/gimp/gradients/Flare_Radial_103.ggr -share/gimp/gradients/Flare_Rays_Radial_1.ggr -share/gimp/gradients/Flare_Rays_Radial_2.ggr -share/gimp/gradients/Flare_Rays_Size_1.ggr -share/gimp/gradients/Flare_Sizefac_101.ggr -share/gimp/gradients/Four_bars.ggr -share/gimp/gradients/French_flag.ggr -share/gimp/gradients/French_flag_smooth.ggr -share/gimp/gradients/Full_saturation_spectrum_CCW.ggr -share/gimp/gradients/Full_saturation_spectrum_CW.ggr -share/gimp/gradients/German_flag.ggr -share/gimp/gradients/German_flag_smooth.ggr -share/gimp/gradients/Golden.ggr -share/gimp/gradients/Greens.ggr -share/gimp/gradients/Horizon_1.ggr -share/gimp/gradients/Horizon_2.ggr -share/gimp/gradients/Incandescent.ggr -share/gimp/gradients/Land_1.ggr -share/gimp/gradients/Land_and_Sea.ggr -share/gimp/gradients/Metallic_Something.ggr -share/gimp/gradients/Mexican_flag.ggr -share/gimp/gradients/Mexican_flag_smooth.ggr -share/gimp/gradients/Nauseating_Headache.ggr -share/gimp/gradients/Neon_Cyan.ggr -share/gimp/gradients/Neon_Green.ggr -share/gimp/gradients/Neon_Yellow.ggr -share/gimp/gradients/Pastel_Rainbow.ggr -share/gimp/gradients/Pastels.ggr -share/gimp/gradients/Purples.ggr -share/gimp/gradients/Radial_Eyeball_Blue.ggr -share/gimp/gradients/Radial_Eyeball_Brown.ggr -share/gimp/gradients/Radial_Eyeball_Green.ggr -share/gimp/gradients/Radial_Glow_1.ggr -share/gimp/gradients/Radial_Rainbow_Hoop.ggr -share/gimp/gradients/Romanian_flag.ggr -share/gimp/gradients/Romanian_flag_smooth.ggr -share/gimp/gradients/Rounded_edge.ggr -share/gimp/gradients/Shadows_1.ggr -share/gimp/gradients/Shadows_2.ggr -share/gimp/gradients/Shadows_3.ggr -share/gimp/gradients/Skyline.ggr -share/gimp/gradients/Skyline_polluted.ggr -share/gimp/gradients/Square_Wood_Frame.ggr -share/gimp/gradients/Sunrise.ggr -share/gimp/gradients/Three_bars_sin.ggr -share/gimp/gradients/Tropical_Colors.ggr -share/gimp/gradients/Tube_Red.ggr -share/gimp/gradients/Wood_1.ggr -share/gimp/gradients/Wood_2.ggr -share/gimp/gradients/Yellow_Contrast.ggr -share/gimp/gradients/Yellow_Orange.ggr -share/gimp/images/gimp-logo.png -share/gimp/images/gimp-splash.png -share/gimp/images/wilber.png -share/gimp/menus/brush-editor-menu.xml -share/gimp/menus/brushes-menu.xml -share/gimp/menus/buffers-menu.xml -share/gimp/menus/channels-menu.xml -share/gimp/menus/colormap-menu.xml -share/gimp/menus/cursor-info-menu.xml -share/gimp/menus/dockable-menu.xml -share/gimp/menus/documents-menu.xml -share/gimp/menus/error-console-menu.xml -share/gimp/menus/fonts-menu.xml -share/gimp/menus/gradient-editor-menu.xml -share/gimp/menus/gradients-menu.xml -share/gimp/menus/image-menu.xml -share/gimp/menus/images-menu.xml -share/gimp/menus/layers-menu.xml -share/gimp/menus/palette-editor-menu.xml -share/gimp/menus/palettes-menu.xml -share/gimp/menus/patterns-menu.xml -share/gimp/menus/quick-mask-menu.xml -share/gimp/menus/sample-points-menu.xml -share/gimp/menus/selection-menu.xml -share/gimp/menus/templates-menu.xml -share/gimp/menus/text-editor-toolbar.xml -share/gimp/menus/tool-options-menu.xml -share/gimp/menus/tools-menu.xml -share/gimp/menus/undo-menu.xml -share/gimp/menus/vectors-menu.xml -share/gimp/palettes/Bears.gpl -share/gimp/palettes/Bgold.gpl -share/gimp/palettes/Blues.gpl -share/gimp/palettes/Borders.gpl -share/gimp/palettes/Browns_And_Yellows.gpl -share/gimp/palettes/Caramel.gpl -share/gimp/palettes/Cascade.gpl -share/gimp/palettes/China.gpl -share/gimp/palettes/Coldfire.gpl -share/gimp/palettes/Cool_Colors.gpl -share/gimp/palettes/Cranes.gpl -share/gimp/palettes/Dark_pastels.gpl -share/gimp/palettes/Default.gpl -share/gimp/palettes/Ega.gpl -share/gimp/palettes/Firecode.gpl -share/gimp/palettes/Gold.gpl -share/gimp/palettes/GrayViolet.gpl -share/gimp/palettes/Grayblue.gpl -share/gimp/palettes/Grays.gpl -share/gimp/palettes/Greens.gpl -share/gimp/palettes/Hilite.gpl -share/gimp/palettes/Khaki.gpl -share/gimp/palettes/Lights.gpl -share/gimp/palettes/Muted.gpl -share/gimp/palettes/Named_Colors.gpl -share/gimp/palettes/News3.gpl -share/gimp/palettes/Op2.gpl -share/gimp/palettes/Paintjet.gpl -share/gimp/palettes/Pastels.gpl -share/gimp/palettes/Plasma.gpl -share/gimp/palettes/Reds.gpl -share/gimp/palettes/Reds_And_Purples.gpl -share/gimp/palettes/Royal.gpl -share/gimp/palettes/Tango.gpl -share/gimp/palettes/Topographic.gpl -share/gimp/palettes/Visibone.gpl -share/gimp/palettes/Visibone_2.gpl -share/gimp/palettes/Volcano.gpl -share/gimp/palettes/Warm_Colors.gpl -share/gimp/palettes/Web.gpl -share/gimp/patterns/3dgreen.pat -share/gimp/patterns/Craters.pat -share/gimp/patterns/Moonfoot.pat -share/gimp/patterns/Stripes1px.pat -share/gimp/patterns/Stripes2px.pat -share/gimp/patterns/amethyst.pat -share/gimp/patterns/bark.pat -share/gimp/patterns/blue.pat -share/gimp/patterns/bluegrid.pat -share/gimp/patterns/bluesquares.pat -share/gimp/patterns/blueweb.pat -share/gimp/patterns/brick.pat -share/gimp/patterns/burlap.pat -share/gimp/patterns/burlwood.pat -share/gimp/patterns/choc_swirl.pat -share/gimp/patterns/corkboard.pat -share/gimp/patterns/cracked.pat -share/gimp/patterns/crinklepaper.pat -share/gimp/patterns/electric.pat -share/gimp/patterns/fibers.pat -share/gimp/patterns/granite1.pat -share/gimp/patterns/ground1.pat -share/gimp/patterns/ice.pat -share/gimp/patterns/java.pat -share/gimp/patterns/leather.pat -share/gimp/patterns/leaves.pat -share/gimp/patterns/leopard.pat -share/gimp/patterns/lightning.pat -share/gimp/patterns/marble1.pat -share/gimp/patterns/marble2.pat -share/gimp/patterns/marble3.pat -share/gimp/patterns/nops.pat -share/gimp/patterns/paper.pat -share/gimp/patterns/parque1.pat -share/gimp/patterns/parque2.pat -share/gimp/patterns/parque3.pat -share/gimp/patterns/pastel.pat -share/gimp/patterns/pine.pat -share/gimp/patterns/pink_marble.pat -share/gimp/patterns/pool.pat -share/gimp/patterns/qube1.pat -share/gimp/patterns/rain.pat -share/gimp/patterns/recessed.pat -share/gimp/patterns/redcube.pat -share/gimp/patterns/rock.pat -share/gimp/patterns/sky.pat -share/gimp/patterns/slate.pat -share/gimp/patterns/sm_squares.pat -share/gimp/patterns/starfield.pat -share/gimp/patterns/stone33.pat -share/gimp/patterns/terra.pat -share/gimp/patterns/walnut.pat -share/gimp/patterns/warning.pat -share/gimp/patterns/wood1.pat -share/gimp/patterns/wood2.pat -share/gimp/patterns/wood3.pat -share/gimp/patterns/wood4.pat -share/gimp/patterns/wood5.pat -share/gimp/scripts/3d-outline.scm -share/gimp/scripts/3dTruchet.scm -share/gimp/scripts/add-bevel.scm -share/gimp/scripts/addborder.scm -share/gimp/scripts/alien-glow-arrow.scm -share/gimp/scripts/alien-glow-bar.scm -share/gimp/scripts/alien-glow-bullet.scm -share/gimp/scripts/alien-glow-button.scm -share/gimp/scripts/alien-glow-logo.scm -share/gimp/scripts/alien-neon-logo.scm -share/gimp/scripts/basic1-logo.scm -share/gimp/scripts/basic2-logo.scm -share/gimp/scripts/beveled-button.scm -share/gimp/scripts/beveled-pattern-arrow.scm -share/gimp/scripts/beveled-pattern-bullet.scm -share/gimp/scripts/beveled-pattern-button.scm -share/gimp/scripts/beveled-pattern-heading.scm -share/gimp/scripts/beveled-pattern-hrule.scm -share/gimp/scripts/blend-anim.scm -share/gimp/scripts/blended-logo.scm -share/gimp/scripts/bovinated-logo.scm -share/gimp/scripts/burn-in-anim.scm -share/gimp/scripts/camo.scm -share/gimp/scripts/carve-it.scm -share/gimp/scripts/carved-logo.scm -share/gimp/scripts/chalk.scm -share/gimp/scripts/chip-away.scm -share/gimp/scripts/chrome-it.scm -share/gimp/scripts/chrome-logo.scm -share/gimp/scripts/circuit.scm -share/gimp/scripts/clothify.scm -share/gimp/scripts/coffee.scm -share/gimp/scripts/comic-logo.scm -share/gimp/scripts/coolmetal-logo.scm -share/gimp/scripts/copy-visible.scm -share/gimp/scripts/crystal-logo.scm -share/gimp/scripts/difference-clouds.scm -share/gimp/scripts/distress-selection.scm -share/gimp/scripts/drop-shadow.scm -share/gimp/scripts/erase-rows.scm -share/gimp/scripts/flatland.scm -share/gimp/scripts/font-map.scm -share/gimp/scripts/frosty-logo.scm -share/gimp/scripts/fuzzyborder.scm -share/gimp/scripts/gimp-headers.scm -share/gimp/scripts/gimp-labels.scm -share/gimp/scripts/glossy.scm -share/gimp/scripts/glowing-logo.scm -share/gimp/scripts/gradient-bevel-logo.scm -share/gimp/scripts/gradient-example.scm -share/gimp/scripts/grid-system.scm -share/gimp/scripts/guides-from-selection.scm -share/gimp/scripts/guides-new-percent.scm -share/gimp/scripts/guides-new.scm -share/gimp/scripts/guides-remove-all.scm -share/gimp/scripts/i26-gunya2.scm -share/gimp/scripts/images/beavis.jpg -share/gimp/scripts/images/texture.jpg -share/gimp/scripts/images/texture1.jpg -share/gimp/scripts/images/texture2.jpg -share/gimp/scripts/images/texture3.jpg -share/gimp/scripts/land.scm -share/gimp/scripts/lava.scm -share/gimp/scripts/line-nova.scm -share/gimp/scripts/mkbrush.scm -share/gimp/scripts/neon-logo.scm -share/gimp/scripts/news-text.scm -share/gimp/scripts/old-photo.scm -share/gimp/scripts/paste-as-brush.scm -share/gimp/scripts/paste-as-pattern.scm -share/gimp/scripts/perspective-shadow.scm -share/gimp/scripts/plug-in-compat.init -share/gimp/scripts/predator.scm -share/gimp/scripts/pupi-button.scm -share/gimp/scripts/rendermap.scm -share/gimp/scripts/reverse-layers.scm -share/gimp/scripts/ripply-anim.scm -share/gimp/scripts/round-corners.scm -share/gimp/scripts/script-fu-compat.init -share/gimp/scripts/script-fu-set-cmap.scm -share/gimp/scripts/script-fu-util.scm -share/gimp/scripts/script-fu.init -share/gimp/scripts/select-to-brush.scm -share/gimp/scripts/select-to-image.scm -share/gimp/scripts/select-to-pattern.scm -share/gimp/scripts/selection-round.scm -share/gimp/scripts/slide.scm -share/gimp/scripts/sota-chrome-logo.scm -share/gimp/scripts/speed-text.scm -share/gimp/scripts/spinning-globe.scm -share/gimp/scripts/spyrogimp.scm -share/gimp/scripts/starscape-logo.scm -share/gimp/scripts/swirltile.scm -share/gimp/scripts/swirly-pattern.scm -share/gimp/scripts/t-o-p-logo.scm -share/gimp/scripts/text-circle.scm -share/gimp/scripts/textured-logo.scm -share/gimp/scripts/tileblur.scm -share/gimp/scripts/title-header.scm -share/gimp/scripts/truchet.scm -share/gimp/scripts/unsharp-mask.scm -share/gimp/scripts/waves-anim.scm -share/gimp/scripts/weave.scm -share/gimp/scripts/web-browser.scm -share/gimp/scripts/xach-effect.scm -share/gimp/themes/Default/gtkrc -share/gimp/themes/Default/images/preferences/color-management-22.png -share/gimp/themes/Default/images/preferences/color-management.png -share/gimp/themes/Default/images/preferences/controllers-22.png -share/gimp/themes/Default/images/preferences/controllers.png -share/gimp/themes/Default/images/preferences/default-comment.png -share/gimp/themes/Default/images/preferences/default-grid-22.png -share/gimp/themes/Default/images/preferences/default-grid.png -share/gimp/themes/Default/images/preferences/display-22.png -share/gimp/themes/Default/images/preferences/display.png -share/gimp/themes/Default/images/preferences/environment-22.png -share/gimp/themes/Default/images/preferences/environment.png -share/gimp/themes/Default/images/preferences/folders-22.png -share/gimp/themes/Default/images/preferences/folders-brushes-22.png -share/gimp/themes/Default/images/preferences/folders-brushes.png -share/gimp/themes/Default/images/preferences/folders-environ-22.png -share/gimp/themes/Default/images/preferences/folders-environ.png -share/gimp/themes/Default/images/preferences/folders-fonts-22.png -share/gimp/themes/Default/images/preferences/folders-fonts.png -share/gimp/themes/Default/images/preferences/folders-gradients-22.png -share/gimp/themes/Default/images/preferences/folders-gradients.png -share/gimp/themes/Default/images/preferences/folders-interp-22.png -share/gimp/themes/Default/images/preferences/folders-interp.png -share/gimp/themes/Default/images/preferences/folders-modules-22.png -share/gimp/themes/Default/images/preferences/folders-modules.png -share/gimp/themes/Default/images/preferences/folders-palettes-22.png -share/gimp/themes/Default/images/preferences/folders-palettes.png -share/gimp/themes/Default/images/preferences/folders-patterns-22.png -share/gimp/themes/Default/images/preferences/folders-patterns.png -share/gimp/themes/Default/images/preferences/folders-plug-ins-22.png -share/gimp/themes/Default/images/preferences/folders-plug-ins.png -share/gimp/themes/Default/images/preferences/folders-scripts-22.png -share/gimp/themes/Default/images/preferences/folders-scripts.png -share/gimp/themes/Default/images/preferences/folders-themes-22.png -share/gimp/themes/Default/images/preferences/folders-themes.png -share/gimp/themes/Default/images/preferences/folders-tool-plug-ins-22.png -share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png -share/gimp/themes/Default/images/preferences/folders-tools-22.png -share/gimp/themes/Default/images/preferences/folders.png -share/gimp/themes/Default/images/preferences/help-system-22.png -share/gimp/themes/Default/images/preferences/help-system.png -share/gimp/themes/Default/images/preferences/image-title-22.png -share/gimp/themes/Default/images/preferences/image-title.png -share/gimp/themes/Default/images/preferences/image-windows-22.png -share/gimp/themes/Default/images/preferences/image-windows.png -share/gimp/themes/Default/images/preferences/input-devices-22.png -share/gimp/themes/Default/images/preferences/input-devices.png -share/gimp/themes/Default/images/preferences/interface-22.png -share/gimp/themes/Default/images/preferences/interface.png -share/gimp/themes/Default/images/preferences/new-image-22.png -share/gimp/themes/Default/images/preferences/new-image.png -share/gimp/themes/Default/images/preferences/session-22.png -share/gimp/themes/Default/images/preferences/session.png -share/gimp/themes/Default/images/preferences/theme-22.png -share/gimp/themes/Default/images/preferences/theme.png -share/gimp/themes/Default/images/preferences/tool-options-22.png -share/gimp/themes/Default/images/preferences/tool-options.png -share/gimp/themes/Default/images/preferences/toolbox-22.png -share/gimp/themes/Default/images/preferences/toolbox.png -share/gimp/themes/Default/images/preferences/window-management-22.png -share/gimp/themes/Default/images/preferences/window-management.png -share/gimp/themes/Default/images/stock-error-64.png -share/gimp/themes/Default/images/stock-info-64.png -share/gimp/themes/Default/images/stock-question-64.png -share/gimp/themes/Default/images/stock-warning-64.png -share/gimp/themes/Small/gtkrc -share/gimp/tips/gimp-tips.xml -share/icons/hicolor/16x16/apps/gimp.png -share/icons/hicolor/22x22/apps/gimp.png -share/icons/hicolor/24x24/apps/gimp.png -share/icons/hicolor/32x32/apps/gimp.png -share/icons/hicolor/48x48/apps/gimp.png -share/icons/hicolor/64x64/apps/gimp.png -share/icons/hicolor/scalable/apps/gimp.svg -share/locale/am/LC_MESSAGES/gimp20.mo -share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ar/LC_MESSAGES/gimp20-python.mo -share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ar/LC_MESSAGES/gimp20-tips.mo -share/locale/ar/LC_MESSAGES/gimp20.mo -share/locale/ast/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ast/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ast/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ast/LC_MESSAGES/gimp20.mo -share/locale/az/LC_MESSAGES/gimp20-libgimp.mo -share/locale/az/LC_MESSAGES/gimp20-python.mo -share/locale/az/LC_MESSAGES/gimp20-script-fu.mo -share/locale/az/LC_MESSAGES/gimp20.mo -share/locale/be/LC_MESSAGES/gimp20-libgimp.mo -share/locale/be/LC_MESSAGES/gimp20-python.mo -share/locale/be/LC_MESSAGES/gimp20-script-fu.mo -share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/be/LC_MESSAGES/gimp20-tips.mo -share/locale/be/LC_MESSAGES/gimp20.mo -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-python.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-tips.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-python.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20-tips.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-python.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20-tips.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-python.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20-tips.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-python.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20-tips.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo -share/locale/dz/LC_MESSAGES/gimp20-python.mo -share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo -share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/dz/LC_MESSAGES/gimp20-tips.mo -share/locale/dz/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-python.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-python.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-python.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eo/LC_MESSAGES/gimp20-python.mo -share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eo/LC_MESSAGES/gimp20-tips.mo -share/locale/eo/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-python.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20-tips.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/et/LC_MESSAGES/gimp20-libgimp.mo -share/locale/et/LC_MESSAGES/gimp20-python.mo -share/locale/et/LC_MESSAGES/gimp20-script-fu.mo -share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/et/LC_MESSAGES/gimp20-tips.mo -share/locale/et/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-python.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20-tips.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fa/LC_MESSAGES/gimp20-python.mo -share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fa/LC_MESSAGES/gimp20-tips.mo -share/locale/fa/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-python.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20-tips.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-python.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20-tips.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-python.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-python.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20-tips.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gu/LC_MESSAGES/gimp20-python.mo -share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gu/LC_MESSAGES/gimp20-tips.mo -share/locale/gu/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20-tips.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hi/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-python.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20-tips.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-python.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20-tips.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/is/LC_MESSAGES/gimp20-libgimp.mo -share/locale/is/LC_MESSAGES/gimp20-python.mo -share/locale/is/LC_MESSAGES/gimp20-script-fu.mo -share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/is/LC_MESSAGES/gimp20-tips.mo -share/locale/is/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-python.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20-tips.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-python.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20-tips.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ka/LC_MESSAGES/gimp20.mo -share/locale/km/LC_MESSAGES/gimp20-libgimp.mo -share/locale/km/LC_MESSAGES/gimp20-python.mo -share/locale/km/LC_MESSAGES/gimp20-script-fu.mo -share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/km/LC_MESSAGES/gimp20-tips.mo -share/locale/km/LC_MESSAGES/gimp20.mo -share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/kn/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-python.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20-tips.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-python.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20-tips.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lv/LC_MESSAGES/gimp20.mo -share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mk/LC_MESSAGES/gimp20-python.mo -share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mk/LC_MESSAGES/gimp20-tips.mo -share/locale/mk/LC_MESSAGES/gimp20.mo -share/locale/ml/LC_MESSAGES/gimp20.mo -share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mr/LC_MESSAGES/gimp20-python.mo -share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mr/LC_MESSAGES/gimp20-tips.mo -share/locale/mr/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-python.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20-tips.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/my/LC_MESSAGES/gimp20-libgimp.mo -share/locale/my/LC_MESSAGES/gimp20-python.mo -share/locale/my/LC_MESSAGES/gimp20-script-fu.mo -share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/my/LC_MESSAGES/gimp20-tips.mo -share/locale/my/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-python.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20-tips.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/nds/LC_MESSAGES/gimp20.mo -share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ne/LC_MESSAGES/gimp20-python.mo -share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ne/LC_MESSAGES/gimp20-tips.mo -share/locale/ne/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-python.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20-tips.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nn/LC_MESSAGES/gimp20-python.mo -share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nn/LC_MESSAGES/gimp20-tips.mo -share/locale/nn/LC_MESSAGES/gimp20.mo -share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo -share/locale/oc/LC_MESSAGES/gimp20-python.mo -share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo -share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/oc/LC_MESSAGES/gimp20.mo -share/locale/or/LC_MESSAGES/gimp20-python.mo -share/locale/or/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/or/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-python.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20-tips.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-python.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20-tips.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-python.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20-tips.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-python.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20-tips.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-python.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20-tips.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo -share/locale/rw/LC_MESSAGES/gimp20-python.mo -share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo -share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/rw/LC_MESSAGES/gimp20-tips.mo -share/locale/rw/LC_MESSAGES/gimp20.mo -share/locale/si/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-python.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20-tips.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sl/LC_MESSAGES/gimp20-python.mo -share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sl/LC_MESSAGES/gimp20-tips.mo -share/locale/sl/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-python.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20-tips.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo -share/locale/sr@latin/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-python.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20-tips.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/ta/LC_MESSAGES/gimp20.mo -share/locale/th/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-python.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/tt/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-python.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20-tips.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-python.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20-tips.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo -share/locale/xh/LC_MESSAGES/gimp20-python.mo -share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo -share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/xh/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo -share/locale/zh_HK/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrm share/gimp/tips -@dirrm share/gimp/themes/Small -@dirrm share/gimp/themes/Default/images/preferences -@dirrm share/gimp/themes/Default/images -@dirrm share/gimp/themes/Default -@dirrm share/gimp/themes -@dirrm share/gimp/scripts/images -@dirrm share/gimp/scripts -@dirrm share/gimp/patterns -@dirrm share/gimp/palettes -@dirrm share/gimp/menus -@dirrm share/gimp/images -@dirrm share/gimp/gradients -@dirrm share/gimp/gimpressionist/Presets -@dirrm share/gimp/gimpressionist/Paper -@dirrm share/gimp/gimpressionist/Brushes -@dirrm share/gimp/gimpressionist -@dirrm share/gimp/gflare -@dirrm share/gimp/gfig -@dirrm share/gimp/fractalexplorer -@dirrm share/gimp/fonts -@dirrm share/gimp/brushes -@dirrm share/gimp -@dirrm share/doc/gimp/libgimpwidgets -@dirrm share/doc/gimp/libgimpthumb -@dirrm share/doc/gimp/libgimpmodule -@dirrm share/doc/gimp/libgimpmath -@dirrm share/doc/gimp/libgimpconfig -@dirrm share/doc/gimp/libgimpcolor -@dirrm share/doc/gimp/libgimpbase -@dirrm share/doc/gimp/libgimp -@dirrm share/doc/gimp -@dirrmtry share/applications -@dirrm libexec/gimp/2.2/plug-ins -@dirrm libexec/gimp/2.2/modules -@dirrm libexec/gimp/2.2/interpreters -@dirrm libexec/gimp/2.2/environ -@dirrm libexec/gimp/2.2 -@dirrm libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpconfig -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrm etc/gimp/2.2 -@dirrm etc/gimp -@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/gimp/Makefile b/graphics/gimp/Makefile deleted file mode 100644 index 092877ed3..000000000 --- a/graphics/gimp/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/gimp/Makefile,v 1.16 2009/08/25 00:05:58 marcus Exp $ -# - -PORTNAME= gimp -DISTVERSION?= 2.6.11 -PORTREVISION?= 0 -PORTEPOCH?= 2 -CATEGORIES= graphics gnome -MASTER_SITES?= # empty -DISTFILES?= # empty -EXTRACT_ONLY?= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for The Gimp - -RUN_DEPENDS= gimp-2.6:${PORTSDIR}/graphics/gimp-app - -OPTIONS= PYTHON "Python-fu support" Off \ - PRINT "Gutenprint (gimp-print) plugin" On \ - HELP "Install Gimp-Help (50+MB distfile)" Off - -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if defined(WITH_HELP) -RUN_DEPENDS+= gimp-help*>0:${PORTSDIR}/graphics/gimp-help -.endif - -.if defined(WITH_PYTHON) -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp -.endif - -.if !defined(WITHOUT_PRINT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint -RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint -.endif - -do-install: # empty - -.include <bsd.port.post.mk> diff --git a/graphics/gimp/pkg-descr b/graphics/gimp/pkg-descr deleted file mode 100644 index 35939f2a6..000000000 --- a/graphics/gimp/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -This is "The Gimp" meta-port, see ports/graphics/gimp-app for more details - -WWW: http://www.gimp.org/ diff --git a/graphics/gir-repository-poppler/Makefile b/graphics/gir-repository-poppler/Makefile deleted file mode 100644 index d4d3a395a..000000000 --- a/graphics/gir-repository-poppler/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: gir-repository-poppler -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gir-repository-poppler/Makefile,v 1.3 2010/07/07 15:14:27 kwm Exp $ -# - -PORTREVISION= 6 -CATEGORIES= graphics - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -poppler - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/graphics/goocanvas2/Makefile b/graphics/goocanvas2/Makefile deleted file mode 100644 index 43eb3d733..000000000 --- a/graphics/goocanvas2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: goocanvas -# Date created: 2006-09-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/goocanvas/Makefile,v 1.3 2008/02/27 16:19:11 ahze Exp $ - -PORTNAME= goocanvas2 -PORTVERSION= 1.90.0 -CATEGORIES= graphics -MASTER_SITES= GNOME -DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Canvas widget for GTK+ - -USE_GNOME= gtk30 gnomehack ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_BZIP2= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/goocanvas2/distinfo b/graphics/goocanvas2/distinfo deleted file mode 100644 index 1410dcbfe..000000000 --- a/graphics/goocanvas2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goocanvas-1.90.0.tar.bz2) = a898163b376878f2190451b2cb0b6e1b -SHA256 (goocanvas-1.90.0.tar.bz2) = 0591b5e9f77abc132700a11c48033a84a4706cd5f3a6a3a759152c72fd7a5a8e -SIZE (goocanvas-1.90.0.tar.bz2) = 569575 diff --git a/graphics/goocanvas2/pkg-descr b/graphics/goocanvas2/pkg-descr deleted file mode 100644 index 76cfd7e47..000000000 --- a/graphics/goocanvas2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Canvas widget for GTK+ via cairo rendering - -WWW: http://sourceforge.net/projects/goocanvas diff --git a/graphics/goocanvas2/pkg-plist b/graphics/goocanvas2/pkg-plist deleted file mode 100644 index b43e791d8..000000000 --- a/graphics/goocanvas2/pkg-plist +++ /dev/null @@ -1,73 +0,0 @@ -include/goocanvas-2.0/goocanvas.h -include/goocanvas-2.0/goocanvasellipse.h -include/goocanvas-2.0/goocanvasenumtypes.h -include/goocanvas-2.0/goocanvasgrid.h -include/goocanvas-2.0/goocanvasgroup.h -include/goocanvas-2.0/goocanvasimage.h -include/goocanvas-2.0/goocanvasitem.h -include/goocanvas-2.0/goocanvasitemmodel.h -include/goocanvas-2.0/goocanvasitemsimple.h -include/goocanvas-2.0/goocanvasmarshal.h -include/goocanvas-2.0/goocanvaspath.h -include/goocanvas-2.0/goocanvaspolyline.h -include/goocanvas-2.0/goocanvasrect.h -include/goocanvas-2.0/goocanvasstyle.h -include/goocanvas-2.0/goocanvastable.h -include/goocanvas-2.0/goocanvastext.h -include/goocanvas-2.0/goocanvasutils.h -include/goocanvas-2.0/goocanvaswidget.h -lib/libgoocanvas-2.0.a -lib/libgoocanvas-2.0.la -lib/libgoocanvas-2.0.so -lib/libgoocanvas-2.0.so.8 -libdata/pkgconfig/goocanvas-2.0.pc -%%DOCSDIR%%/goocanvas/GooCanvas.html -%%DOCSDIR%%/goocanvas/GooCanvasEllipse.html -%%DOCSDIR%%/goocanvas/GooCanvasEllipseModel.html -%%DOCSDIR%%/goocanvas/GooCanvasGrid.html -%%DOCSDIR%%/goocanvas/GooCanvasGridModel.html -%%DOCSDIR%%/goocanvas/GooCanvasGroup.html -%%DOCSDIR%%/goocanvas/GooCanvasGroupModel.html -%%DOCSDIR%%/goocanvas/GooCanvasImage.html -%%DOCSDIR%%/goocanvas/GooCanvasImageModel.html -%%DOCSDIR%%/goocanvas/GooCanvasItem.html -%%DOCSDIR%%/goocanvas/GooCanvasItemModel.html -%%DOCSDIR%%/goocanvas/GooCanvasItemModelSimple.html -%%DOCSDIR%%/goocanvas/GooCanvasItemSimple.html -%%DOCSDIR%%/goocanvas/GooCanvasPath.html -%%DOCSDIR%%/goocanvas/GooCanvasPathModel.html -%%DOCSDIR%%/goocanvas/GooCanvasPolyline.html -%%DOCSDIR%%/goocanvas/GooCanvasPolylineModel.html -%%DOCSDIR%%/goocanvas/GooCanvasRect.html -%%DOCSDIR%%/goocanvas/GooCanvasRectModel.html -%%DOCSDIR%%/goocanvas/GooCanvasStyle.html -%%DOCSDIR%%/goocanvas/GooCanvasTable.html -%%DOCSDIR%%/goocanvas/GooCanvasTableModel.html -%%DOCSDIR%%/goocanvas/GooCanvasText.html -%%DOCSDIR%%/goocanvas/GooCanvasTextModel.html -%%DOCSDIR%%/goocanvas/GooCanvasWidget.html -%%DOCSDIR%%/goocanvas/ch01.html -%%DOCSDIR%%/goocanvas/ch02.html -%%DOCSDIR%%/goocanvas/ch03.html -%%DOCSDIR%%/goocanvas/ch04.html -%%DOCSDIR%%/goocanvas/ch05.html -%%DOCSDIR%%/goocanvas/goocanvas-GooCanvas-Types.html -%%DOCSDIR%%/goocanvas/goocanvas-architecture.html -%%DOCSDIR%%/goocanvas/goocanvas-coordinates.html -%%DOCSDIR%%/goocanvas/goocanvas-creating-items.html -%%DOCSDIR%%/goocanvas/goocanvas-model-view-canvas.html -%%DOCSDIR%%/goocanvas/goocanvas-overview.html -%%DOCSDIR%%/goocanvas/goocanvas-simple-canvas.html -%%DOCSDIR%%/goocanvas/goocanvas-wysiwyg.html -%%DOCSDIR%%/goocanvas/goocanvas.devhelp -%%DOCSDIR%%/goocanvas/goocanvas.devhelp2 -%%DOCSDIR%%/goocanvas/home.png -%%DOCSDIR%%/goocanvas/index.html -%%DOCSDIR%%/goocanvas/index.sgml -%%DOCSDIR%%/goocanvas/left.png -%%DOCSDIR%%/goocanvas/right.png -%%DOCSDIR%%/goocanvas/style.css -%%DOCSDIR%%/goocanvas/up.png -@dirrm %%DOCSDIR%%/goocanvas -@dirrmtry %%DOCSDIR%% -@dirrm include/goocanvas-2.0 diff --git a/graphics/goocanvasmm/Makefile b/graphics/goocanvasmm/Makefile deleted file mode 100644 index a90f8515d..000000000 --- a/graphics/goocanvasmm/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: goocanvasmm -# Date created: 2008-08-10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= goocanvasmm -PORTVERSION= 0.15.4 -CATEGORIES= graphics -MASTER_SITES= GNOME - -MAINTAINER= kwm@FreeBSD.org -COMMENT= C++ bindings for the goocanvas widget for GTK - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - goocanvas.3:${PORTSDIR}/graphics/goocanvas - -USE_GNOME= gnomehack ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-documentation -USE_BZIP2= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/graphics/goocanvasmm/distinfo b/graphics/goocanvasmm/distinfo deleted file mode 100644 index ebee860df..000000000 --- a/graphics/goocanvasmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goocanvasmm-0.15.4.tar.bz2) = cf462e8d2f36f4e02387eb094773b3e9 -SHA256 (goocanvasmm-0.15.4.tar.bz2) = e70d42f76c5093e929da2be307d97d3631cf71052e8506cfdba592479ef285e3 -SIZE (goocanvasmm-0.15.4.tar.bz2) = 1357399 diff --git a/graphics/goocanvasmm/pkg-descr b/graphics/goocanvasmm/pkg-descr deleted file mode 100644 index 76cfd7e47..000000000 --- a/graphics/goocanvasmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Canvas widget for GTK+ via cairo rendering - -WWW: http://sourceforge.net/projects/goocanvas diff --git a/graphics/goocanvasmm/pkg-plist b/graphics/goocanvasmm/pkg-plist deleted file mode 100644 index 5e45c93de..000000000 --- a/graphics/goocanvasmm/pkg-plist +++ /dev/null @@ -1,73 +0,0 @@ -include/goocanvasmm-1.0/goocanvasmm.h -include/goocanvasmm-1.0/goocanvasmm/bounds.h -include/goocanvasmm-1.0/goocanvasmm/canvas.h -include/goocanvasmm-1.0/goocanvasmm/ellipse.h -include/goocanvasmm-1.0/goocanvasmm/ellipsemodel.h -include/goocanvasmm-1.0/goocanvasmm/enums.h -include/goocanvasmm-1.0/goocanvasmm/grid.h -include/goocanvasmm-1.0/goocanvasmm/gridmodel.h -include/goocanvasmm-1.0/goocanvasmm/group.h -include/goocanvasmm-1.0/goocanvasmm/groupmodel.h -include/goocanvasmm-1.0/goocanvasmm/image.h -include/goocanvasmm-1.0/goocanvasmm/imagemodel.h -include/goocanvasmm-1.0/goocanvasmm/init.h -include/goocanvasmm-1.0/goocanvasmm/item.h -include/goocanvasmm-1.0/goocanvasmm/itemmodel.h -include/goocanvasmm-1.0/goocanvasmm/itemmodelsimple.h -include/goocanvasmm-1.0/goocanvasmm/itemsimple.h -include/goocanvasmm-1.0/goocanvasmm/linedash.h -include/goocanvasmm-1.0/goocanvasmm/path.h -include/goocanvasmm-1.0/goocanvasmm/pathmodel.h -include/goocanvasmm-1.0/goocanvasmm/points.h -include/goocanvasmm-1.0/goocanvasmm/polyline.h -include/goocanvasmm-1.0/goocanvasmm/polylinemodel.h -include/goocanvasmm-1.0/goocanvasmm/private/bounds_p.h -include/goocanvasmm-1.0/goocanvasmm/private/canvas_p.h -include/goocanvasmm-1.0/goocanvasmm/private/ellipse_p.h -include/goocanvasmm-1.0/goocanvasmm/private/ellipsemodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/enums_p.h -include/goocanvasmm-1.0/goocanvasmm/private/grid_p.h -include/goocanvasmm-1.0/goocanvasmm/private/gridmodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/group_p.h -include/goocanvasmm-1.0/goocanvasmm/private/groupmodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/image_p.h -include/goocanvasmm-1.0/goocanvasmm/private/imagemodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/item_p.h -include/goocanvasmm-1.0/goocanvasmm/private/itemmodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/itemmodelsimple_p.h -include/goocanvasmm-1.0/goocanvasmm/private/itemsimple_p.h -include/goocanvasmm-1.0/goocanvasmm/private/linedash_p.h -include/goocanvasmm-1.0/goocanvasmm/private/path_p.h -include/goocanvasmm-1.0/goocanvasmm/private/pathmodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/points_p.h -include/goocanvasmm-1.0/goocanvasmm/private/polyline_p.h -include/goocanvasmm-1.0/goocanvasmm/private/polylinemodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/rect_p.h -include/goocanvasmm-1.0/goocanvasmm/private/rectmodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/style_p.h -include/goocanvasmm-1.0/goocanvasmm/private/table_p.h -include/goocanvasmm-1.0/goocanvasmm/private/tablemodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/text_p.h -include/goocanvasmm-1.0/goocanvasmm/private/textmodel_p.h -include/goocanvasmm-1.0/goocanvasmm/private/widget_p.h -include/goocanvasmm-1.0/goocanvasmm/rect.h -include/goocanvasmm-1.0/goocanvasmm/rectmodel.h -include/goocanvasmm-1.0/goocanvasmm/style.h -include/goocanvasmm-1.0/goocanvasmm/table.h -include/goocanvasmm-1.0/goocanvasmm/tablemodel.h -include/goocanvasmm-1.0/goocanvasmm/text.h -include/goocanvasmm-1.0/goocanvasmm/textmodel.h -include/goocanvasmm-1.0/goocanvasmm/types.h -include/goocanvasmm-1.0/goocanvasmm/widget.h -include/goocanvasmm-1.0/goocanvasmm/wrap_init.h -lib/goocanvasmm-1.0/include/goocanvasmmconfig.h -lib/libgoocanvasmm-1.0.a -lib/libgoocanvasmm-1.0.la -lib/libgoocanvasmm-1.0.so -lib/libgoocanvasmm-1.0.so.5 -libdata/pkgconfig/goocanvasmm-1.0.pc -@dirrm lib/goocanvasmm-1.0/include -@dirrm lib/goocanvasmm-1.0 -@dirrm include/goocanvasmm-1.0/goocanvasmm/private -@dirrm include/goocanvasmm-1.0/goocanvasmm -@dirrm include/goocanvasmm-1.0 diff --git a/graphics/goocanvasmm2/Makefile b/graphics/goocanvasmm2/Makefile deleted file mode 100644 index 8dabdce3d..000000000 --- a/graphics/goocanvasmm2/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: goocanvasmm -# Date created: 2008-08-10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/goocanvasmm/Makefile,v 1.2 2009/01/09 11:30:01 kwm Exp $ - -PORTNAME= goocanvasmm2 -PORTVERSION= 1.9.0 -CATEGORIES= graphics -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= C++ bindings for the goocanvas widget for GTK - -LIB_DEPENDS= gtkmm-3.0.1:${PORTSDIR}/x11-toolkits/gtkmm30 \ - goocanvas-2.0.8:${PORTSDIR}/graphics/goocanvas2 - -USE_GNOME= gnomehack ltverhack -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --disable-documentation - -.include <bsd.port.mk> diff --git a/graphics/goocanvasmm2/distinfo b/graphics/goocanvasmm2/distinfo deleted file mode 100644 index 8022803be..000000000 --- a/graphics/goocanvasmm2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goocanvasmm-1.9.0.tar.bz2) = a663a9af5d44fd7ac8d204dd0907b4e8 -SHA256 (goocanvasmm-1.9.0.tar.bz2) = bcf59069bb47d052978b724eb6ddd17dea600da739c3ef5e96442aaaecd9f236 -SIZE (goocanvasmm-1.9.0.tar.bz2) = 1349791 diff --git a/graphics/goocanvasmm2/pkg-descr b/graphics/goocanvasmm2/pkg-descr deleted file mode 100644 index 76cfd7e47..000000000 --- a/graphics/goocanvasmm2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Canvas widget for GTK+ via cairo rendering - -WWW: http://sourceforge.net/projects/goocanvas diff --git a/graphics/goocanvasmm2/pkg-plist b/graphics/goocanvasmm2/pkg-plist deleted file mode 100644 index 4c630af96..000000000 --- a/graphics/goocanvasmm2/pkg-plist +++ /dev/null @@ -1,73 +0,0 @@ -include/goocanvasmm-2.0/goocanvasmm.h -include/goocanvasmm-2.0/goocanvasmm/bounds.h -include/goocanvasmm-2.0/goocanvasmm/canvas.h -include/goocanvasmm-2.0/goocanvasmm/ellipse.h -include/goocanvasmm-2.0/goocanvasmm/ellipsemodel.h -include/goocanvasmm-2.0/goocanvasmm/enums.h -include/goocanvasmm-2.0/goocanvasmm/grid.h -include/goocanvasmm-2.0/goocanvasmm/gridmodel.h -include/goocanvasmm-2.0/goocanvasmm/group.h -include/goocanvasmm-2.0/goocanvasmm/groupmodel.h -include/goocanvasmm-2.0/goocanvasmm/image.h -include/goocanvasmm-2.0/goocanvasmm/imagemodel.h -include/goocanvasmm-2.0/goocanvasmm/init.h -include/goocanvasmm-2.0/goocanvasmm/item.h -include/goocanvasmm-2.0/goocanvasmm/itemmodel.h -include/goocanvasmm-2.0/goocanvasmm/itemmodelsimple.h -include/goocanvasmm-2.0/goocanvasmm/itemsimple.h -include/goocanvasmm-2.0/goocanvasmm/linedash.h -include/goocanvasmm-2.0/goocanvasmm/path.h -include/goocanvasmm-2.0/goocanvasmm/pathmodel.h -include/goocanvasmm-2.0/goocanvasmm/points.h -include/goocanvasmm-2.0/goocanvasmm/polyline.h -include/goocanvasmm-2.0/goocanvasmm/polylinemodel.h -include/goocanvasmm-2.0/goocanvasmm/private/bounds_p.h -include/goocanvasmm-2.0/goocanvasmm/private/canvas_p.h -include/goocanvasmm-2.0/goocanvasmm/private/ellipse_p.h -include/goocanvasmm-2.0/goocanvasmm/private/ellipsemodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/enums_p.h -include/goocanvasmm-2.0/goocanvasmm/private/grid_p.h -include/goocanvasmm-2.0/goocanvasmm/private/gridmodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/group_p.h -include/goocanvasmm-2.0/goocanvasmm/private/groupmodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/image_p.h -include/goocanvasmm-2.0/goocanvasmm/private/imagemodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/item_p.h -include/goocanvasmm-2.0/goocanvasmm/private/itemmodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/itemmodelsimple_p.h -include/goocanvasmm-2.0/goocanvasmm/private/itemsimple_p.h -include/goocanvasmm-2.0/goocanvasmm/private/linedash_p.h -include/goocanvasmm-2.0/goocanvasmm/private/path_p.h -include/goocanvasmm-2.0/goocanvasmm/private/pathmodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/points_p.h -include/goocanvasmm-2.0/goocanvasmm/private/polyline_p.h -include/goocanvasmm-2.0/goocanvasmm/private/polylinemodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/rect_p.h -include/goocanvasmm-2.0/goocanvasmm/private/rectmodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/style_p.h -include/goocanvasmm-2.0/goocanvasmm/private/table_p.h -include/goocanvasmm-2.0/goocanvasmm/private/tablemodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/text_p.h -include/goocanvasmm-2.0/goocanvasmm/private/textmodel_p.h -include/goocanvasmm-2.0/goocanvasmm/private/widget_p.h -include/goocanvasmm-2.0/goocanvasmm/rect.h -include/goocanvasmm-2.0/goocanvasmm/rectmodel.h -include/goocanvasmm-2.0/goocanvasmm/style.h -include/goocanvasmm-2.0/goocanvasmm/table.h -include/goocanvasmm-2.0/goocanvasmm/tablemodel.h -include/goocanvasmm-2.0/goocanvasmm/text.h -include/goocanvasmm-2.0/goocanvasmm/textmodel.h -include/goocanvasmm-2.0/goocanvasmm/types.h -include/goocanvasmm-2.0/goocanvasmm/widget.h -include/goocanvasmm-2.0/goocanvasmm/wrap_init.h -lib/goocanvasmm-2.0/include/goocanvasmmconfig.h -lib/libgoocanvasmm-2.0.a -lib/libgoocanvasmm-2.0.la -lib/libgoocanvasmm-2.0.so -lib/libgoocanvasmm-2.0.so.5 -libdata/pkgconfig/goocanvasmm-2.0.pc -@dirrm lib/goocanvasmm-2.0/include -@dirrm lib/goocanvasmm-2.0 -@dirrm include/goocanvasmm-2.0/goocanvasmm/private -@dirrm include/goocanvasmm-2.0/goocanvasmm -@dirrm include/goocanvasmm-2.0 diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile deleted file mode 100644 index 5550b764c..000000000 --- a/graphics/inkscape/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# New ports collection makefile for: inkscape -# Date created: 17 Nov 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= inkscape -PORTVERSION= 0.47 -PORTREVISION= 9 -CATEGORIES= graphics gnome -MASTER_SITES= SF - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program seeks to become a full featured open source SVG editor - -BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gc.1:${PORTSDIR}/devel/boehm-gc \ - gsl.15:${PORTSDIR}/math/gsl \ - gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - lcms.1:${PORTSDIR}/graphics/lcms \ - wpg-0.1.1:${PORTSDIR}/graphics/libwpg \ - Magick++.4:${PORTSDIR}/graphics/ImageMagick -RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL - -USE_BZIP2= yes -USE_GMAKE= yes -WANT_GNOME= yes -USE_GNOME= gnomehack desktopfileutils intlhack libxslt -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1= inkscape.1 -MAN1_EN= inkview.1 -MANLANG= "" fr - -OPTIONS= POPPLER "Enable libpoppler-cairo for rendering PDF preview" on - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomevfs2} != "" -USE_GNOME+= gnomevfs2 -CONFIGURE_ARGS+= --with-gnome-vfs -.else -CONFIGURE_ARGS+= --without-gnome-vfs -.endif - -.if defined(WITH_POPPLER) -LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk -CONFIGURE_ARGS+= --enable-poppler-cairo -.else -CONFIGURE_ARGS+= --enable-poppler-cairo=no -.endif - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_document.cpp -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|ieefp.h|ieeefp.h|' \ - ${WRKSRC}/src/2geom/bezier-utils.cpp - @${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng14 >= 1.2|g' \ - ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "*.h" -o -name "*.cpp" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' -.if !defined(WITH_POPPLER) - @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \ - ${WRKSRC}/configure -.endif - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo deleted file mode 100644 index 1ac697e42..000000000 --- a/graphics/inkscape/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (inkscape-0.47.tar.bz2) = 7b497c8f673e40b05295a29f6e2111f4 -SHA256 (inkscape-0.47.tar.bz2) = 4985bc5bf1938d818fee31c72151a2d889300c0be00fab5dc94ccd84df39ef3a -SIZE (inkscape-0.47.tar.bz2) = 20742550 diff --git a/graphics/inkscape/files/extra-patch-src_document.cpp b/graphics/inkscape/files/extra-patch-src_document.cpp deleted file mode 100644 index 04f5510b2..000000000 --- a/graphics/inkscape/files/extra-patch-src_document.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/document.cpp.orig 2009-12-19 14:57:53.000000000 -0500 -+++ src/document.cpp 2009-12-19 14:59:10.000000000 -0500 -@@ -183,8 +183,8 @@ SPDocument::~SPDocument() { - - if (oldSignalsConnected) { - g_signal_handlers_disconnect_by_func(G_OBJECT(INKSCAPE), -- reinterpret_cast<gpointer>(sp_document_reset_key), -- static_cast<gpointer>(this)); -+ (gpointer)(sp_document_reset_key), -+ (gpointer)(this)); - } else { - _selection_changed_connection.disconnect(); - _desktop_activated_connection.disconnect(); diff --git a/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp b/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp deleted file mode 100644 index ff6662782..000000000 --- a/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/libnr/nr-matrix.cpp.org 2008-04-02 22:01:32.000000000 +0200 -+++ src/libnr/nr-matrix.cpp 2008-04-02 22:01:54.000000000 +0200 -@@ -11,6 +11,7 @@ - * This code is in public domain - */ - -+#include <cstdio> - #include <cstdlib> - #include "nr-matrix.h" - diff --git a/graphics/inkscape/files/patch-src::livarot::Path.cpp b/graphics/inkscape/files/patch-src::livarot::Path.cpp deleted file mode 100644 index 587ec22c4..000000000 --- a/graphics/inkscape/files/patch-src::livarot::Path.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/livarot/Path.cpp.orig Sat Apr 10 03:53:47 2004 -+++ src/livarot/Path.cpp Sat Apr 10 03:53:52 2004 -@@ -7,6 +7,7 @@ - */ - - #include <glib.h> -+#include <cstdio> - #include "Path.h" - #include <libnr/nr-point.h> - #include <libnr/nr-point-ops.h> diff --git a/graphics/inkscape/files/patch-src::remove-last.h b/graphics/inkscape/files/patch-src::remove-last.h deleted file mode 100644 index 059f14ac7..000000000 --- a/graphics/inkscape/files/patch-src::remove-last.h +++ /dev/null @@ -1,19 +0,0 @@ ---- src/remove-last.h.orig Mon Apr 12 09:56:06 2004 -+++ src/remove-last.h Mon Apr 12 09:56:47 2004 -@@ -2,6 +2,7 @@ - #define __REMOVE_LAST_H__ - - #include <vector> -+#include <algorithm> - #include <glib.h> - - template<class T> -@@ -9,7 +10,7 @@ - { - using std::vector; - -- typename vector<T>::reverse_iterator i(find(seq.rbegin(), seq.rend(), elem)); -+ typename vector<T>::reverse_iterator i(std::find(seq.rbegin(), seq.rend(), elem)); - g_assert( i != seq.rend() ); - typename vector<T>::iterator ii(&*i); - seq.erase(ii); diff --git a/graphics/inkscape/files/patch-src_document-subset.cpp b/graphics/inkscape/files/patch-src_document-subset.cpp deleted file mode 100644 index 6f09418b2..000000000 --- a/graphics/inkscape/files/patch-src_document-subset.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- src/document-subset.cpp.orig 2010-01-17 13:47:18.000000000 +0800 -+++ src/document-subset.cpp 2010-01-17 13:49:59.000000000 +0800 -@@ -184,9 +184,6 @@ - - void _doRemove(SPObject *obj) { - Record &record=records[obj]; -- record.release_connection.disconnect(); -- record.position_changed_connection.disconnect(); -- records.erase(obj); - - if ( record.parent == NULL ) { - Record &root = records[NULL]; -@@ -198,6 +195,12 @@ - } - } - -+ /* Record must be ereased after removing from root, or -+ * content of record would be invalided. */ -+ record.release_connection.disconnect(); -+ record.position_changed_connection.disconnect(); -+ records.erase(obj); -+ - removed_signal.emit(obj); - sp_object_unref(obj); - } diff --git a/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp b/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp deleted file mode 100644 index 82eb4bc8f..000000000 --- a/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp +++ /dev/null @@ -1,89 +0,0 @@ ---- src/extension/internal/pdfinput/pdf-parser.cpp.orig 2009-11-26 03:14:38.000000000 +0100 -+++ src/extension/internal/pdfinput/pdf-parser.cpp 2009-11-26 03:14:47.000000000 +0100 -@@ -809,7 +809,7 @@ void PdfParser::opSetExtGState(Object ar - blendingColorSpace = NULL; - isolated = knockout = gFalse; - if (!obj4.dictLookup(const_cast<char*>("CS"), &obj5)->isNull()) { -- blendingColorSpace = GfxColorSpace::parse(&obj5); -+ blendingColorSpace = GfxColorSpace::parse(&obj5,(Gfx*)this); - } - obj5.free(); - if (obj4.dictLookup(const_cast<char*>("I"), &obj5)->isBool()) { -@@ -1009,9 +1009,9 @@ void PdfParser::opSetFillColorSpace(Obje - state->setFillPattern(NULL); - res->lookupColorSpace(args[0].getName(), &obj); - if (obj.isNull()) { -- colorSpace = GfxColorSpace::parse(&args[0]); -+ colorSpace = GfxColorSpace::parse(&args[0],(Gfx*)this); - } else { -- colorSpace = GfxColorSpace::parse(&obj); -+ colorSpace = GfxColorSpace::parse(&obj,(Gfx*)this); - } - obj.free(); - if (colorSpace) { -@@ -1032,9 +1032,9 @@ void PdfParser::opSetStrokeColorSpace(Ob - state->setStrokePattern(NULL); - res->lookupColorSpace(args[0].getName(), &obj); - if (obj.isNull()) { -- colorSpace = GfxColorSpace::parse(&args[0]); -+ colorSpace = GfxColorSpace::parse(&args[0],(Gfx*)this); - } else { -- colorSpace = GfxColorSpace::parse(&obj); -+ colorSpace = GfxColorSpace::parse(&obj,(Gfx*)this); - } - obj.free(); - if (colorSpace) { -@@ -1101,7 +1101,7 @@ void PdfParser::opSetFillColorN(Object a - builder->updateStyle(state); - } - if (args[numArgs-1].isName() && -- (pattern = res->lookupPattern(args[numArgs-1].getName()))) { -+ (pattern = res->lookupPattern(args[numArgs-1].getName(),(Gfx*)this))) { - state->setFillPattern(pattern); - builder->updateStyle(state); - } -@@ -1145,7 +1145,7 @@ void PdfParser::opSetStrokeColorN(Object - builder->updateStyle(state); - } - if (args[numArgs-1].isName() && -- (pattern = res->lookupPattern(args[numArgs-1].getName()))) { -+ (pattern = res->lookupPattern(args[numArgs-1].getName(),(Gfx*)this))) { - state->setStrokePattern(pattern); - builder->updateStyle(state); - } -@@ -1543,7 +1543,7 @@ void PdfParser::opShFill(Object args[], - double *matrix = NULL; - GBool savedState = gFalse; - -- if (!(shading = res->lookupShading(args[0].getName()))) { -+ if (!(shading = res->lookupShading(args[0].getName(),(Gfx*)this))) { - return; - } - -@@ -2507,7 +2655,7 @@ void PdfParser::doImage(Object *ref, Str - } - } - if (!obj1.isNull()) { -- colorSpace = GfxColorSpace::parse(&obj1); -+ colorSpace = GfxColorSpace::parse(&obj1,(Gfx*)this); - } else if (csMode == streamCSDeviceGray) { - colorSpace = new GfxDeviceGrayColorSpace(); - } else if (csMode == streamCSDeviceRGB) { -@@ -2592,7 +2740,7 @@ void PdfParser::doImage(Object *ref, Str - obj2.free(); - } - } -- maskColorSpace = GfxColorSpace::parse(&obj1); -+ maskColorSpace = GfxColorSpace::parse(&obj1,(Gfx*)this); - obj1.free(); - if (!maskColorSpace || maskColorSpace->getMode() != csDeviceGray) { - goto err1; -@@ -2767,7 +2915,7 @@ void PdfParser::doForm(Object *str) { - if (obj1.dictLookup(const_cast<char*>("S"), &obj2)->isName(const_cast<char*>("Transparency"))) { - transpGroup = gTrue; - if (!obj1.dictLookup(const_cast<char*>("CS"), &obj3)->isNull()) { -- blendingColorSpace = GfxColorSpace::parse(&obj3); -+ blendingColorSpace = GfxColorSpace::parse(&obj3,(Gfx*)this); - } - obj3.free(); - if (obj1.dictLookup(const_cast<char*>("I"), &obj3)->isBool()) { diff --git a/graphics/inkscape/files/patch-src_trace_potrace_inkscape-potrace.cpp b/graphics/inkscape/files/patch-src_trace_potrace_inkscape-potrace.cpp deleted file mode 100644 index 832ff9757..000000000 --- a/graphics/inkscape/files/patch-src_trace_potrace_inkscape-potrace.cpp +++ /dev/null @@ -1,124 +0,0 @@ ---- src/trace/potrace/inkscape-potrace.cpp.orig Sat Jun 24 22:46:26 2006 -+++ src/trace/potrace/inkscape-potrace.cpp Sun Jun 25 01:29:20 2006 -@@ -54,6 +54,121 @@ static void potraceStatusCallback(double - // (Inkscape::Trace::Potrace::PotraceTracingEngine *)userData; - } - -+#ifndef log2 -+static const double -+ln2 = 0.6931471805599452862268, -+two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ -+Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ -+Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ -+Lg3 = 2.857142874366239149e-01, /* 3FD24924 94229359 */ -+Lg4 = 2.222219843214978396e-01, /* 3FCC71C5 1D8E78AF */ -+Lg5 = 1.818357216161805012e-01, /* 3FC74664 96CB03DE */ -+Lg6 = 1.531383769920937332e-01, /* 3FC39A09 D078C69F */ -+Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ -+ -+static const double zero = 0.0; -+ -+#if BYTE_ORDER == BIG_ENDIAN -+ -+typedef union -+{ -+ double value; -+ struct -+ { -+ u_int32_t msw; -+ u_int32_t lsw; -+ } parts; -+} ieee_double_shape_type; -+ -+#endif -+ -+#if BYTE_ORDER == LITTLE_ENDIAN -+ -+typedef union -+{ -+ double value; -+ struct -+ { -+ u_int32_t lsw; -+ u_int32_t msw; -+ } parts; -+} ieee_double_shape_type; -+ -+#endif -+ -+#define EXTRACT_WORDS(ix0,ix1,d) \ -+ do { \ -+ ieee_double_shape_type ew_u; \ -+ ew_u.value = (d); \ -+ (ix0) = ew_u.parts.msw; \ -+ (ix1) = ew_u.parts.lsw; \ -+ } while (0) -+ -+#define GET_HIGH_WORD(i,d) \ -+ do { \ -+ ieee_double_shape_type gh_u; \ -+ gh_u.value = (d); \ -+ (i) = gh_u.parts.msw; \ -+ } while (0) -+ -+#define SET_HIGH_WORD(d,v) \ -+ do { \ -+ ieee_double_shape_type sh_u; \ -+ sh_u.value = (d); \ -+ sh_u.parts.msw = (v); \ -+ (d) = sh_u.value; \ -+ } while (0) -+ -+static double -+_log2(double x) -+{ -+ double hfsq,f,s,z,R,w,t1,t2,dk; -+ int32_t k,hx,i,j; -+ u_int32_t lx; -+ -+ EXTRACT_WORDS(hx,lx,x); -+ -+ k=0; -+ if (hx < 0x00100000) { /* x < 2**-1022 */ -+ if (((hx&0x7fffffff)|lx)==0) -+ return -two54/zero; /* log(+-0)=-inf */ -+ if (hx<0) return (x-x)/zero; /* log(-#) = NaN */ -+ k -= 54; x *= two54; /* subnormal number, scale up x */ -+ GET_HIGH_WORD(hx,x); -+ } -+ if (hx >= 0x7ff00000) return x+x; -+ k += (hx>>20)-1023; -+ hx &= 0x000fffff; -+ i = (hx+0x95f64)&0x100000; -+ SET_HIGH_WORD(x,hx|(i^0x3ff00000)); /* normalize x or x/2 */ -+ k += (i>>20); -+ f = x-1.0; -+ dk = (double)k; -+ if((0x000fffff&(2+hx))<3) { /* |f| < 2**-20 */ -+ if (f==zero) -+ return (dk); -+ R = f*f*(0.5-0.33333333333333333*f); -+ return (dk-(R-f)/ln2); -+ } -+ s = f/(2.0+f); -+ z = s*s; -+ i = hx-0x6147a; -+ w = z*z; -+ j = 0x6b851-hx; -+ t1= w*(Lg2+w*(Lg4+w*Lg6)); -+ t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); -+ i |= j; -+ R = t2+t1; -+ if(i>0) { -+ hfsq=0.5*f*f; -+ return (dk-(hfsq-s*(hfsq+R)-f)/ln2); -+ } else -+ return (dk-((s*(f-R))-f)/ln2); -+} -+ -+#define log2(x) _log2(x) -+#endif -+ - - - diff --git a/graphics/inkscape/pkg-descr b/graphics/inkscape/pkg-descr deleted file mode 100644 index fbd138147..000000000 --- a/graphics/inkscape/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Inkscape seeks to become a full featured open source SVG editor. -Derived from the highly popular Sodipodi codebase, Inkscape strives -to build full XML, SVG, and CSS2 compliance. - -Features include alpha blending, node editing, svg-to-png export, -and more. Project aims for capabilities similar to Illustrator, -CorelDraw, Visio, etc. - -WWW: http://www.inkscape.org diff --git a/graphics/inkscape/pkg-plist b/graphics/inkscape/pkg-plist deleted file mode 100644 index 2f5925c0d..000000000 --- a/graphics/inkscape/pkg-plist +++ /dev/null @@ -1,798 +0,0 @@ -bin/inkscape -bin/inkview -share/applications/inkscape.desktop -%%DATADIR%%/clipart/README -%%DATADIR%%/clipart/draw-freely.ru.svg -%%DATADIR%%/clipart/draw-freely.svg -%%DATADIR%%/clipart/inkscape.logo.svg -%%DATADIR%%/clipart/orav.svg -%%DATADIR%%/clipart/tux.svg -%%DATADIR%%/examples/README -%%DATADIR%%/examples/animated-clock.svg -%%DATADIR%%/examples/art-nouveau-P3.svg -%%DATADIR%%/examples/blend_modes.svg -%%DATADIR%%/examples/car.svgz -%%DATADIR%%/examples/data_uri.svg -%%DATADIR%%/examples/eastern-motive-P4G.svg -%%DATADIR%%/examples/filters.svg -%%DATADIR%%/examples/flow-go.svg -%%DATADIR%%/examples/flowsample.svg -%%DATADIR%%/examples/gallardo.svgz -%%DATADIR%%/examples/glass.svg -%%DATADIR%%/examples/gradient-mesh-experimental.svgz -%%DATADIR%%/examples/gradient.svg -%%DATADIR%%/examples/i18n.svg -%%DATADIR%%/examples/istest.pov -%%DATADIR%%/examples/l-systems.svgz -%%DATADIR%%/examples/lighting_filters.svg -%%DATADIR%%/examples/live-path-effects-curvestitch.svg -%%DATADIR%%/examples/live-path-effects-gears.svg -%%DATADIR%%/examples/live-path-effects-pathalongpath.svg -%%DATADIR%%/examples/markers.svg -%%DATADIR%%/examples/replace-hue.svg -%%DATADIR%%/examples/rope-3D.svg -%%DATADIR%%/examples/stars.svgz -%%DATADIR%%/examples/svgfont.svg -%%DATADIR%%/examples/tesselation-P3.svg -%%DATADIR%%/examples/text-on-path.svg -%%DATADIR%%/examples/tiger.svgz -%%DATADIR%%/examples/tref.svg -%%DATADIR%%/examples/turbulence_filters.svg -%%DATADIR%%/extensions/Barcode/Base.py -%%DATADIR%%/extensions/Barcode/Code128.py -%%DATADIR%%/extensions/Barcode/Code39.py -%%DATADIR%%/extensions/Barcode/Code39Ext.py -%%DATADIR%%/extensions/Barcode/Code93.py -%%DATADIR%%/extensions/Barcode/EAN13.py -%%DATADIR%%/extensions/Barcode/EAN8.py -%%DATADIR%%/extensions/Barcode/RM4CC.py -%%DATADIR%%/extensions/Barcode/UPCA.py -%%DATADIR%%/extensions/Barcode/UPCE.py -%%DATADIR%%/extensions/Barcode/__init__.py -%%DATADIR%%/extensions/Inkscape.pm -%%DATADIR%%/extensions/Poly3DObjects/cube.obj -%%DATADIR%%/extensions/Poly3DObjects/cuboct.obj -%%DATADIR%%/extensions/Poly3DObjects/dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/great_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/great_rhombicosidodec.obj -%%DATADIR%%/extensions/Poly3DObjects/great_rhombicuboct.obj -%%DATADIR%%/extensions/Poly3DObjects/great_stel_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/icos.obj -%%DATADIR%%/extensions/Poly3DObjects/icosidodec.obj -%%DATADIR%%/extensions/Poly3DObjects/jessens_orthog_icos.obj -%%DATADIR%%/extensions/Poly3DObjects/methane.obj -%%DATADIR%%/extensions/Poly3DObjects/oct.obj -%%DATADIR%%/extensions/Poly3DObjects/rh_axes.obj -%%DATADIR%%/extensions/Poly3DObjects/rhomb_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/rhomb_triacont.obj -%%DATADIR%%/extensions/Poly3DObjects/small_rhombicosidodec.obj -%%DATADIR%%/extensions/Poly3DObjects/small_rhombicuboct.obj -%%DATADIR%%/extensions/Poly3DObjects/small_triam_icos.obj -%%DATADIR%%/extensions/Poly3DObjects/snub_cube.obj -%%DATADIR%%/extensions/Poly3DObjects/snub_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/szilassi.obj -%%DATADIR%%/extensions/Poly3DObjects/tet.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_cube.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_dodec.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_icos.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_oct.obj -%%DATADIR%%/extensions/Poly3DObjects/trunc_tet.obj -%%DATADIR%%/extensions/SpSVG.pm -%%DATADIR%%/extensions/addnodes.inx -%%DATADIR%%/extensions/addnodes.py -%%DATADIR%%/extensions/ai_input.inx -%%DATADIR%%/extensions/aisvg.inx -%%DATADIR%%/extensions/aisvg.xslt -%%DATADIR%%/extensions/alphabet_soup/2.svg -%%DATADIR%%/extensions/alphabet_soup/3.svg -%%DATADIR%%/extensions/alphabet_soup/6.svg -%%DATADIR%%/extensions/alphabet_soup/7.svg -%%DATADIR%%/extensions/alphabet_soup/Cblob.svg -%%DATADIR%%/extensions/alphabet_soup/Chook.svg -%%DATADIR%%/extensions/alphabet_soup/Ctail.svg -%%DATADIR%%/extensions/alphabet_soup/Delta.svg -%%DATADIR%%/extensions/alphabet_soup/Eb.svg -%%DATADIR%%/extensions/alphabet_soup/Eserif.svg -%%DATADIR%%/extensions/alphabet_soup/Et.svg -%%DATADIR%%/extensions/alphabet_soup/G.svg -%%DATADIR%%/extensions/alphabet_soup/IBSerif.svg -%%DATADIR%%/extensions/alphabet_soup/ITSerif.svg -%%DATADIR%%/extensions/alphabet_soup/Lb.svg -%%DATADIR%%/extensions/alphabet_soup/Lt.svg -%%DATADIR%%/extensions/alphabet_soup/Ocross.svg -%%DATADIR%%/extensions/alphabet_soup/Oterm.svg -%%DATADIR%%/extensions/alphabet_soup/P.svg -%%DATADIR%%/extensions/alphabet_soup/Q.svg -%%DATADIR%%/extensions/alphabet_soup/Rblock.svg -%%DATADIR%%/extensions/alphabet_soup/Tb.svg -%%DATADIR%%/extensions/alphabet_soup/Tt.svg -%%DATADIR%%/extensions/alphabet_soup/U.svg -%%DATADIR%%/extensions/alphabet_soup/Vser.svg -%%DATADIR%%/extensions/alphabet_soup/Xh.svg -%%DATADIR%%/extensions/alphabet_soup/Xne.svg -%%DATADIR%%/extensions/alphabet_soup/Xnw.svg -%%DATADIR%%/extensions/alphabet_soup/Xvb.svg -%%DATADIR%%/extensions/alphabet_soup/Xvt.svg -%%DATADIR%%/extensions/alphabet_soup/a.svg -%%DATADIR%%/extensions/alphabet_soup/abase.svg -%%DATADIR%%/extensions/alphabet_soup/acap.svg -%%DATADIR%%/extensions/alphabet_soup/b.svg -%%DATADIR%%/extensions/alphabet_soup/bar.svg -%%DATADIR%%/extensions/alphabet_soup/bar2.svg -%%DATADIR%%/extensions/alphabet_soup/barcap.svg -%%DATADIR%%/extensions/alphabet_soup/c.svg -%%DATADIR%%/extensions/alphabet_soup/cross.svg -%%DATADIR%%/extensions/alphabet_soup/cserif.svg -%%DATADIR%%/extensions/alphabet_soup/e.svg -%%DATADIR%%/extensions/alphabet_soup/epsilon.svg -%%DATADIR%%/extensions/alphabet_soup/f.svg -%%DATADIR%%/extensions/alphabet_soup/gamma.svg -%%DATADIR%%/extensions/alphabet_soup/h.svg -%%DATADIR%%/extensions/alphabet_soup/h2.svg -%%DATADIR%%/extensions/alphabet_soup/hcap.svg -%%DATADIR%%/extensions/alphabet_soup/idot.svg -%%DATADIR%%/extensions/alphabet_soup/j.svg -%%DATADIR%%/extensions/alphabet_soup/k.svg -%%DATADIR%%/extensions/alphabet_soup/l.svg -%%DATADIR%%/extensions/alphabet_soup/lserif.svg -%%DATADIR%%/extensions/alphabet_soup/m.svg -%%DATADIR%%/extensions/alphabet_soup/mcap.svg -%%DATADIR%%/extensions/alphabet_soup/n.svg -%%DATADIR%%/extensions/alphabet_soup/o.svg -%%DATADIR%%/extensions/alphabet_soup/ocap.svg -%%DATADIR%%/extensions/alphabet_soup/question.svg -%%DATADIR%%/extensions/alphabet_soup/r.svg -%%DATADIR%%/extensions/alphabet_soup/rcap.svg -%%DATADIR%%/extensions/alphabet_soup/s.svg -%%DATADIR%%/extensions/alphabet_soup/serif.svg -%%DATADIR%%/extensions/alphabet_soup/t.svg -%%DATADIR%%/extensions/alphabet_soup/tserif.svg -%%DATADIR%%/extensions/alphabet_soup/v.svg -%%DATADIR%%/extensions/alphabet_soup/vcap.svg -%%DATADIR%%/extensions/alphabet_soup/vserl.svg -%%DATADIR%%/extensions/alphabet_soup/vserr.svg -%%DATADIR%%/extensions/alphabet_soup/x.svg -%%DATADIR%%/extensions/alphabet_soup/y.svg -%%DATADIR%%/extensions/alphabet_soup/yogh.svg -%%DATADIR%%/extensions/alphabet_soup/z.svg -%%DATADIR%%/extensions/bezmisc.py -%%DATADIR%%/extensions/ccx_input.inx -%%DATADIR%%/extensions/cdr_input.inx -%%DATADIR%%/extensions/cdt_input.inx -%%DATADIR%%/extensions/cgm_input.inx -%%DATADIR%%/extensions/chardataeffect.py -%%DATADIR%%/extensions/cmx_input.inx -%%DATADIR%%/extensions/color_brighter.inx -%%DATADIR%%/extensions/color_brighter.py -%%DATADIR%%/extensions/color_custom.inx -%%DATADIR%%/extensions/color_custom.py -%%DATADIR%%/extensions/color_darker.inx -%%DATADIR%%/extensions/color_darker.py -%%DATADIR%%/extensions/color_desaturate.inx -%%DATADIR%%/extensions/color_desaturate.py -%%DATADIR%%/extensions/color_grayscale.inx -%%DATADIR%%/extensions/color_grayscale.py -%%DATADIR%%/extensions/color_lesshue.inx -%%DATADIR%%/extensions/color_lesshue.py -%%DATADIR%%/extensions/color_lesslight.inx -%%DATADIR%%/extensions/color_lesslight.py -%%DATADIR%%/extensions/color_lesssaturation.inx -%%DATADIR%%/extensions/color_lesssaturation.py -%%DATADIR%%/extensions/color_morehue.inx -%%DATADIR%%/extensions/color_morehue.py -%%DATADIR%%/extensions/color_morelight.inx -%%DATADIR%%/extensions/color_morelight.py -%%DATADIR%%/extensions/color_moresaturation.inx -%%DATADIR%%/extensions/color_moresaturation.py -%%DATADIR%%/extensions/color_negative.inx -%%DATADIR%%/extensions/color_negative.py -%%DATADIR%%/extensions/color_randomize.inx -%%DATADIR%%/extensions/color_randomize.py -%%DATADIR%%/extensions/color_removeblue.inx -%%DATADIR%%/extensions/color_removeblue.py -%%DATADIR%%/extensions/color_removegreen.inx -%%DATADIR%%/extensions/color_removegreen.py -%%DATADIR%%/extensions/color_removered.inx -%%DATADIR%%/extensions/color_removered.py -%%DATADIR%%/extensions/color_replace.inx -%%DATADIR%%/extensions/color_replace.py -%%DATADIR%%/extensions/color_rgbbarrel.inx -%%DATADIR%%/extensions/color_rgbbarrel.py -%%DATADIR%%/extensions/coloreffect.py -%%DATADIR%%/extensions/colors.xml -%%DATADIR%%/extensions/convert2dashes.inx -%%DATADIR%%/extensions/convert2dashes.py -%%DATADIR%%/extensions/cspsubdiv.py -%%DATADIR%%/extensions/cubicsuperpath.py -%%DATADIR%%/extensions/dia.inx -%%DATADIR%%/extensions/dia2svg.sh -%%DATADIR%%/extensions/dimension.inx -%%DATADIR%%/extensions/dimension.py -%%DATADIR%%/extensions/dots.inx -%%DATADIR%%/extensions/dots.py -%%DATADIR%%/extensions/draw_from_triangle.inx -%%DATADIR%%/extensions/draw_from_triangle.py -%%DATADIR%%/extensions/dxf_input.inx -%%DATADIR%%/extensions/dxf_input.py -%%DATADIR%%/extensions/dxf_outlines.inx -%%DATADIR%%/extensions/dxf_outlines.py -%%DATADIR%%/extensions/dxf_output.inx -%%DATADIR%%/extensions/dxf_templates.py -%%DATADIR%%/extensions/edge3d.inx -%%DATADIR%%/extensions/edge3d.py -%%DATADIR%%/extensions/embed_raster_in_svg.pl -%%DATADIR%%/extensions/embedimage.inx -%%DATADIR%%/extensions/embedimage.py -%%DATADIR%%/extensions/eps_input.inx -%%DATADIR%%/extensions/eqtexsvg.inx -%%DATADIR%%/extensions/eqtexsvg.py -%%DATADIR%%/extensions/export_gimp_palette.inx -%%DATADIR%%/extensions/export_gimp_palette.py -%%DATADIR%%/extensions/extractimage.inx -%%DATADIR%%/extensions/extractimage.py -%%DATADIR%%/extensions/extrude.inx -%%DATADIR%%/extensions/extrude.py -%%DATADIR%%/extensions/ffgeom.py -%%DATADIR%%/extensions/fig2dev-ext.py -%%DATADIR%%/extensions/fig_input.inx -%%DATADIR%%/extensions/flatten.inx -%%DATADIR%%/extensions/flatten.py -%%DATADIR%%/extensions/foldablebox.inx -%%DATADIR%%/extensions/foldablebox.py -%%DATADIR%%/extensions/fractalize.inx -%%DATADIR%%/extensions/fractalize.py -%%DATADIR%%/extensions/funcplot.inx -%%DATADIR%%/extensions/funcplot.py -%%DATADIR%%/extensions/gears.inx -%%DATADIR%%/extensions/gears.py -%%DATADIR%%/extensions/gimp_xcf.inx -%%DATADIR%%/extensions/gimp_xcf.py -%%DATADIR%%/extensions/grid_cartesian.inx -%%DATADIR%%/extensions/grid_cartesian.py -%%DATADIR%%/extensions/grid_polar.inx -%%DATADIR%%/extensions/grid_polar.py -%%DATADIR%%/extensions/guides_creator.inx -%%DATADIR%%/extensions/guides_creator.py -%%DATADIR%%/extensions/handles.inx -%%DATADIR%%/extensions/handles.py -%%DATADIR%%/extensions/hpgl_output.inx -%%DATADIR%%/extensions/hpgl_output.py -%%DATADIR%%/extensions/ill2svg.pl -%%DATADIR%%/extensions/inkex.py -%%DATADIR%%/extensions/inkscape_help_askaquestion.inx -%%DATADIR%%/extensions/inkscape_help_commandline.inx -%%DATADIR%%/extensions/inkscape_help_faq.inx -%%DATADIR%%/extensions/inkscape_help_keys.inx -%%DATADIR%%/extensions/inkscape_help_manual.inx -%%DATADIR%%/extensions/inkscape_help_relnotes.inx -%%DATADIR%%/extensions/inkscape_help_reportabug.inx -%%DATADIR%%/extensions/inkscape_help_svgspec.inx -%%DATADIR%%/extensions/inkweb.js -%%DATADIR%%/extensions/inkwebeffect.py -%%DATADIR%%/extensions/interp.inx -%%DATADIR%%/extensions/interp.py -%%DATADIR%%/extensions/interp_att_g.inx -%%DATADIR%%/extensions/interp_att_g.py -%%DATADIR%%/extensions/launch_webbrowser.py -%%DATADIR%%/extensions/lindenmayer.inx -%%DATADIR%%/extensions/lindenmayer.py -%%DATADIR%%/extensions/lorem_ipsum.inx -%%DATADIR%%/extensions/lorem_ipsum.py -%%DATADIR%%/extensions/markers_strokepaint.inx -%%DATADIR%%/extensions/markers_strokepaint.py -%%DATADIR%%/extensions/measure.inx -%%DATADIR%%/extensions/measure.py -%%DATADIR%%/extensions/motion.inx -%%DATADIR%%/extensions/motion.py -%%DATADIR%%/extensions/outline2svg.inx -%%DATADIR%%/extensions/outline2svg.pl -%%DATADIR%%/extensions/param_curves.inx -%%DATADIR%%/extensions/param_curves.py -%%DATADIR%%/extensions/pathalongpath.inx -%%DATADIR%%/extensions/pathalongpath.py -%%DATADIR%%/extensions/pathmodifier.py -%%DATADIR%%/extensions/pathscatter.inx -%%DATADIR%%/extensions/pathscatter.py -%%DATADIR%%/extensions/perfectboundcover.inx -%%DATADIR%%/extensions/perfectboundcover.py -%%DATADIR%%/extensions/perspective.inx -%%DATADIR%%/extensions/perspective.py -%%DATADIR%%/extensions/plt_input.inx -%%DATADIR%%/extensions/plt_output.inx -%%DATADIR%%/extensions/plt_output.py -%%DATADIR%%/extensions/polyhedron_3d.inx -%%DATADIR%%/extensions/polyhedron_3d.py -%%DATADIR%%/extensions/printing-marks.inx -%%DATADIR%%/extensions/printing-marks.py -%%DATADIR%%/extensions/ps2dxf.sh -%%DATADIR%%/extensions/ps2pdf-ext.py -%%DATADIR%%/extensions/ps_input.inx -%%DATADIR%%/extensions/pturtle.py -%%DATADIR%%/extensions/radiusrand.inx -%%DATADIR%%/extensions/radiusrand.py -%%DATADIR%%/extensions/render_alphabetsoup.inx -%%DATADIR%%/extensions/render_alphabetsoup.py -%%DATADIR%%/extensions/render_alphabetsoup_config.py -%%DATADIR%%/extensions/render_barcode.inx -%%DATADIR%%/extensions/render_barcode.py -%%DATADIR%%/extensions/restack.inx -%%DATADIR%%/extensions/restack.py -%%DATADIR%%/extensions/rtree.inx -%%DATADIR%%/extensions/rtree.py -%%DATADIR%%/extensions/rubberstretch.inx -%%DATADIR%%/extensions/rubberstretch.py -%%DATADIR%%/extensions/run_command.py -%%DATADIR%%/extensions/scour.inkscape.py -%%DATADIR%%/extensions/scour.inx -%%DATADIR%%/extensions/scour.py -%%DATADIR%%/extensions/simplepath.py -%%DATADIR%%/extensions/simplepath.rb -%%DATADIR%%/extensions/simplestyle.py -%%DATADIR%%/extensions/simpletransform.py -%%DATADIR%%/extensions/sk1_input.inx -%%DATADIR%%/extensions/sk1_output.inx -%%DATADIR%%/extensions/sk1_output.py -%%DATADIR%%/extensions/sk2svg.sh -%%DATADIR%%/extensions/sk_input.inx -%%DATADIR%%/extensions/spirograph.inx -%%DATADIR%%/extensions/spirograph.py -%%DATADIR%%/extensions/straightseg.inx -%%DATADIR%%/extensions/straightseg.py -%%DATADIR%%/extensions/summersnight.inx -%%DATADIR%%/extensions/summersnight.py -%%DATADIR%%/extensions/svg2xaml.inx -%%DATADIR%%/extensions/svg2xaml.xsl -%%DATADIR%%/extensions/svg_and_media_zip_output.inx -%%DATADIR%%/extensions/svg_and_media_zip_output.py -%%DATADIR%%/extensions/svg_regex.py -%%DATADIR%%/extensions/svgcalendar.inx -%%DATADIR%%/extensions/svgcalendar.py -%%DATADIR%%/extensions/text_braille.inx -%%DATADIR%%/extensions/text_braille.py -%%DATADIR%%/extensions/text_flipcase.inx -%%DATADIR%%/extensions/text_flipcase.py -%%DATADIR%%/extensions/text_lowercase.inx -%%DATADIR%%/extensions/text_lowercase.py -%%DATADIR%%/extensions/text_randomcase.inx -%%DATADIR%%/extensions/text_randomcase.py -%%DATADIR%%/extensions/text_replace.inx -%%DATADIR%%/extensions/text_replace.py -%%DATADIR%%/extensions/text_sentencecase.inx -%%DATADIR%%/extensions/text_sentencecase.py -%%DATADIR%%/extensions/text_titlecase.inx -%%DATADIR%%/extensions/text_titlecase.py -%%DATADIR%%/extensions/text_uppercase.inx -%%DATADIR%%/extensions/text_uppercase.py -%%DATADIR%%/extensions/triangle.inx -%%DATADIR%%/extensions/triangle.py -%%DATADIR%%/extensions/txt2svg.inx -%%DATADIR%%/extensions/txt2svg.pl -%%DATADIR%%/extensions/uniconv-ext.py -%%DATADIR%%/extensions/uniconv_output.py -%%DATADIR%%/extensions/web-set-att.inx -%%DATADIR%%/extensions/web-set-att.py -%%DATADIR%%/extensions/web-transmit-att.inx -%%DATADIR%%/extensions/web-transmit-att.py -%%DATADIR%%/extensions/whirl.inx -%%DATADIR%%/extensions/whirl.py -%%DATADIR%%/extensions/wmf_input.inx -%%DATADIR%%/extensions/wmf_output.inx -%%DATADIR%%/extensions/wmf_output.py -%%DATADIR%%/extensions/xaml2svg.inx -%%DATADIR%%/extensions/xaml2svg.xsl -%%DATADIR%%/extensions/xaml2svg/Makefile.am -%%DATADIR%%/extensions/xaml2svg/animation.xsl -%%DATADIR%%/extensions/xaml2svg/brushes.xsl -%%DATADIR%%/extensions/xaml2svg/canvas.xsl -%%DATADIR%%/extensions/xaml2svg/geometry.xsl -%%DATADIR%%/extensions/xaml2svg/properties.xsl -%%DATADIR%%/extensions/xaml2svg/shapes.xsl -%%DATADIR%%/extensions/xaml2svg/transform.xsl -%%DATADIR%%/extensions/yocto_css.py -%%DATADIR%%/filters/README -%%DATADIR%%/filters/filters.svg -%%DATADIR%%/filters/filters.svg.h -%%DATADIR%%/fonts/README -%%DATADIR%%/gradients/README -%%DATADIR%%/icons/README -%%DATADIR%%/icons/feBlend-icon.png -%%DATADIR%%/icons/feBlend-icon.svg -%%DATADIR%%/icons/feColorMatrix-icon.png -%%DATADIR%%/icons/feColorMatrix-icon.svg -%%DATADIR%%/icons/feComposite-icon.png -%%DATADIR%%/icons/feComposite-icon.svg -%%DATADIR%%/icons/feConvolveMatrix-icon.png -%%DATADIR%%/icons/feConvolveMatrix-icon.svg -%%DATADIR%%/icons/feDiffuseLighting-icon.png -%%DATADIR%%/icons/feDiffuseLighting-icon.svg -%%DATADIR%%/icons/feDisplacementMap-icon.png -%%DATADIR%%/icons/feDisplacementMap-icon.svg -%%DATADIR%%/icons/feFlood-icon.png -%%DATADIR%%/icons/feFlood-icon.svg -%%DATADIR%%/icons/feGaussianBlur-icon.png -%%DATADIR%%/icons/feGaussianBlur-icon.svg -%%DATADIR%%/icons/feImage-icon.png -%%DATADIR%%/icons/feImage-icon.svg -%%DATADIR%%/icons/feMerge-icon.png -%%DATADIR%%/icons/feMerge-icon.svg -%%DATADIR%%/icons/feMorphology-icon.png -%%DATADIR%%/icons/feMorphology-icon.svg -%%DATADIR%%/icons/feOffset-icon.png -%%DATADIR%%/icons/feOffset-icon.svg -%%DATADIR%%/icons/feSpecularLighting-icon.png -%%DATADIR%%/icons/feSpecularLighting-icon.svg -%%DATADIR%%/icons/feTurbulence-icon.png -%%DATADIR%%/icons/feTurbulence-icon.svg -%%DATADIR%%/icons/icons.svg -%%DATADIR%%/icons/inkscape.file.png -%%DATADIR%%/icons/inkscape.file.svg -%%DATADIR%%/icons/inkscape.svg -%%DATADIR%%/icons/remove-color.png -%%DATADIR%%/icons/remove-color.svg -%%DATADIR%%/icons/tango_icons.svg -%%DATADIR%%/icons/ticotico.jpg -%%DATADIR%%/keys/acd-canvas.xml -%%DATADIR%%/keys/adobe-illustrator-cs2.xml -%%DATADIR%%/keys/corel-draw-x4.xml -%%DATADIR%%/keys/default.xml -%%DATADIR%%/keys/inkscape.xml -%%DATADIR%%/keys/macromedia-freehand-mx.xml -%%DATADIR%%/keys/right-handed-illustration.xml -%%DATADIR%%/keys/xara.xml -%%DATADIR%%/keys/zoner-draw.xml -%%DATADIR%%/markers/markers.svg -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/Gray.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/LaTeX-Beamer.gpl -%%DATADIR%%/palettes/MATLAB-Jet-72.gpl -%%DATADIR%%/palettes/README -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Tango-Palette.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Ubuntu.gpl -%%DATADIR%%/palettes/echo-palette.gpl -%%DATADIR%%/palettes/inkscape.gpl -%%DATADIR%%/palettes/svg.gpl -%%DATADIR%%/palettes/webhex.gpl -%%DATADIR%%/palettes/websafe22.gpl -%%DATADIR%%/palettes/windowsXP.gpl -%%DATADIR%%/patterns/README -%%DATADIR%%/patterns/patterns.svg -%%DATADIR%%/patterns/patterns.svg.h -%%DATADIR%%/screens/about.be.svg -%%DATADIR%%/screens/about.bg.svg -%%DATADIR%%/screens/about.br.svg -%%DATADIR%%/screens/about.ca.svg -%%DATADIR%%/screens/about.cs.svg -%%DATADIR%%/screens/about.de.svg -%%DATADIR%%/screens/about.es.svg -%%DATADIR%%/screens/about.eu.svg -%%DATADIR%%/screens/about.fi.svg -%%DATADIR%%/screens/about.fr.svg -%%DATADIR%%/screens/about.gl.svg -%%DATADIR%%/screens/about.hu.svg -%%DATADIR%%/screens/about.it.svg -%%DATADIR%%/screens/about.nl.svg -%%DATADIR%%/screens/about.pl.svg -%%DATADIR%%/screens/about.pt_BR.svg -%%DATADIR%%/screens/about.ru.svg -%%DATADIR%%/screens/about.sk.svg -%%DATADIR%%/screens/about.sl.svg -%%DATADIR%%/screens/about.sr.svg -%%DATADIR%%/screens/about.sr@latin.svg -%%DATADIR%%/screens/about.uk.svg -%%DATADIR%%/screens/about.svg -%%DATADIR%%/templates/A4.svg -%%DATADIR%%/templates/A4_landscape.svg -%%DATADIR%%/templates/CD_cover_300dpi.svg -%%DATADIR%%/templates/DVD_cover_regular_300dpi.svg -%%DATADIR%%/templates/DVD_cover_slim_300dpi.svg -%%DATADIR%%/templates/DVD_cover_superslim_300dpi.svg -%%DATADIR%%/templates/DVD_cover_ultraslim_300dpi.svg -%%DATADIR%%/templates/LaTeX_Beamer.svg -%%DATADIR%%/templates/Letter.svg -%%DATADIR%%/templates/Letter_landscape.svg -%%DATADIR%%/templates/README -%%DATADIR%%/templates/black_opaque.svg -%%DATADIR%%/templates/business_card_85x54mm.svg -%%DATADIR%%/templates/business_card_90x50mm.svg -%%DATADIR%%/templates/default.be.svg -%%DATADIR%%/templates/default.ca.svg -%%DATADIR%%/templates/default.cs.svg -%%DATADIR%%/templates/default.de.svg -%%DATADIR%%/templates/default.eo.svg -%%DATADIR%%/templates/default.es.svg -%%DATADIR%%/templates/default.eu.svg -%%DATADIR%%/templates/default.fi.svg -%%DATADIR%%/templates/default.fr.svg -%%DATADIR%%/templates/default.hu.svg -%%DATADIR%%/templates/default.it.svg -%%DATADIR%%/templates/default.ja.svg -%%DATADIR%%/templates/default.lt.svg -%%DATADIR%%/templates/default.nl.svg -%%DATADIR%%/templates/default.pl.svg -%%DATADIR%%/templates/default.pt_BR.svg -%%DATADIR%%/templates/default.sk.svg -%%DATADIR%%/templates/default.svg -%%DATADIR%%/templates/default_mm.svg -%%DATADIR%%/templates/default_pt.svg -%%DATADIR%%/templates/desktop_1024x768.svg -%%DATADIR%%/templates/desktop_1600x1200.svg -%%DATADIR%%/templates/desktop_640x480.svg -%%DATADIR%%/templates/desktop_800x600.svg -%%DATADIR%%/templates/fontforge_glyph.svg -%%DATADIR%%/templates/icon_16x16.svg -%%DATADIR%%/templates/icon_32x32.svg -%%DATADIR%%/templates/icon_48x48.svg -%%DATADIR%%/templates/icon_64x64.svg -%%DATADIR%%/templates/no_borders.svg -%%DATADIR%%/templates/no_layers.svg -%%DATADIR%%/templates/video_HDTV_1920x1080.svg -%%DATADIR%%/templates/video_NTSC_720x486.svg -%%DATADIR%%/templates/video_PAL_720x576.svg -%%DATADIR%%/templates/web_banner_468x60.svg -%%DATADIR%%/templates/web_banner_728x90.svg -%%DATADIR%%/templates/white_opaque.svg -%%DATADIR%%/tutorials/README -%%DATADIR%%/tutorials/edge3d.svg -%%DATADIR%%/tutorials/gpl-2.svg -%%DATADIR%%/tutorials/making_markers.svg -%%DATADIR%%/tutorials/oldguitar.jpg -%%DATADIR%%/tutorials/potrace-ca.png -%%DATADIR%%/tutorials/potrace-de.png -%%DATADIR%%/tutorials/potrace-en.png -%%DATADIR%%/tutorials/potrace-es.png -%%DATADIR%%/tutorials/potrace-eu.png -%%DATADIR%%/tutorials/potrace-fr.png -%%DATADIR%%/tutorials/potrace-hu.png -%%DATADIR%%/tutorials/potrace-ja.png -%%DATADIR%%/tutorials/potrace-pl.png -%%DATADIR%%/tutorials/potrace-pt_BR.png -%%DATADIR%%/tutorials/potrace-ru.png -%%DATADIR%%/tutorials/potrace-sk.png -%%DATADIR%%/tutorials/potrace-sl.png -%%DATADIR%%/tutorials/potrace-vi.png -%%DATADIR%%/tutorials/potrace-zh_CN.png -%%DATADIR%%/tutorials/potrace-zh_TW.png -%%DATADIR%%/tutorials/potrace.png -%%DATADIR%%/tutorials/tutorial-advanced.ca.svg -%%DATADIR%%/tutorials/tutorial-advanced.cs.svg -%%DATADIR%%/tutorials/tutorial-advanced.de.svg -%%DATADIR%%/tutorials/tutorial-advanced.es.svg -%%DATADIR%%/tutorials/tutorial-advanced.eu.svg -%%DATADIR%%/tutorials/tutorial-advanced.fr.svg -%%DATADIR%%/tutorials/tutorial-advanced.hu.svg -%%DATADIR%%/tutorials/tutorial-advanced.it.svg -%%DATADIR%%/tutorials/tutorial-advanced.ja.svg -%%DATADIR%%/tutorials/tutorial-advanced.pl.svg -%%DATADIR%%/tutorials/tutorial-advanced.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-advanced.ru.svg -%%DATADIR%%/tutorials/tutorial-advanced.sk.svg -%%DATADIR%%/tutorials/tutorial-advanced.sl.svg -%%DATADIR%%/tutorials/tutorial-advanced.svg -%%DATADIR%%/tutorials/tutorial-advanced.vi.svg -%%DATADIR%%/tutorials/tutorial-advanced.zh_CN.svg -%%DATADIR%%/tutorials/tutorial-advanced.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-basic.bg.svg -%%DATADIR%%/tutorials/tutorial-basic.ca.svg -%%DATADIR%%/tutorials/tutorial-basic.cs.svg -%%DATADIR%%/tutorials/tutorial-basic.da.svg -%%DATADIR%%/tutorials/tutorial-basic.de.svg -%%DATADIR%%/tutorials/tutorial-basic.eo.svg -%%DATADIR%%/tutorials/tutorial-basic.es.svg -%%DATADIR%%/tutorials/tutorial-basic.eu.svg -%%DATADIR%%/tutorials/tutorial-basic.fr.svg -%%DATADIR%%/tutorials/tutorial-basic.hu.svg -%%DATADIR%%/tutorials/tutorial-basic.it.svg -%%DATADIR%%/tutorials/tutorial-basic.ja.svg -%%DATADIR%%/tutorials/tutorial-basic.nl.svg -%%DATADIR%%/tutorials/tutorial-basic.nn.svg -%%DATADIR%%/tutorials/tutorial-basic.pl.svg -%%DATADIR%%/tutorials/tutorial-basic.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-basic.ru.svg -%%DATADIR%%/tutorials/tutorial-basic.sk.svg -%%DATADIR%%/tutorials/tutorial-basic.sl.svg -%%DATADIR%%/tutorials/tutorial-basic.svg -%%DATADIR%%/tutorials/tutorial-basic.tr.svg -%%DATADIR%%/tutorials/tutorial-basic.vi.svg -%%DATADIR%%/tutorials/tutorial-basic.zh_CN.svg -%%DATADIR%%/tutorials/tutorial-basic.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.ca.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.cs.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.de.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.es.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.eu.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.fr.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.hu.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.ja.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.pl.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.ru.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.sk.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.sl.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.vi.svg -%%DATADIR%%/tutorials/tutorial-calligraphy.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-elements.ca.svg -%%DATADIR%%/tutorials/tutorial-elements.de.svg -%%DATADIR%%/tutorials/tutorial-elements.es.svg -%%DATADIR%%/tutorials/tutorial-elements.eu.svg -%%DATADIR%%/tutorials/tutorial-elements.fr.svg -%%DATADIR%%/tutorials/tutorial-elements.hu.svg -%%DATADIR%%/tutorials/tutorial-elements.ja.svg -%%DATADIR%%/tutorials/tutorial-elements.pl.svg -%%DATADIR%%/tutorials/tutorial-elements.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-elements.ru.svg -%%DATADIR%%/tutorials/tutorial-elements.sk.svg -%%DATADIR%%/tutorials/tutorial-elements.sl.svg -%%DATADIR%%/tutorials/tutorial-elements.svg -%%DATADIR%%/tutorials/tutorial-elements.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-interpolate.de.svg -%%DATADIR%%/tutorials/tutorial-interpolate.fr.svg -%%DATADIR%%/tutorials/tutorial-interpolate.hu.svg -%%DATADIR%%/tutorials/tutorial-interpolate.pl.svg -%%DATADIR%%/tutorials/tutorial-interpolate.sl.svg -%%DATADIR%%/tutorials/tutorial-interpolate.svg -%%DATADIR%%/tutorials/tutorial-interpolate.vi.svg -%%DATADIR%%/tutorials/tutorial-shapes.ca.svg -%%DATADIR%%/tutorials/tutorial-shapes.cs.svg -%%DATADIR%%/tutorials/tutorial-shapes.de.svg -%%DATADIR%%/tutorials/tutorial-shapes.es.svg -%%DATADIR%%/tutorials/tutorial-shapes.eu.svg -%%DATADIR%%/tutorials/tutorial-shapes.fr.svg -%%DATADIR%%/tutorials/tutorial-shapes.hu.svg -%%DATADIR%%/tutorials/tutorial-shapes.it.svg -%%DATADIR%%/tutorials/tutorial-shapes.ja.svg -%%DATADIR%%/tutorials/tutorial-shapes.pl.svg -%%DATADIR%%/tutorials/tutorial-shapes.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-shapes.ru.svg -%%DATADIR%%/tutorials/tutorial-shapes.sk.svg -%%DATADIR%%/tutorials/tutorial-shapes.sl.svg -%%DATADIR%%/tutorials/tutorial-shapes.svg -%%DATADIR%%/tutorials/tutorial-shapes.vi.svg -%%DATADIR%%/tutorials/tutorial-shapes.zh_CN.svg -%%DATADIR%%/tutorials/tutorial-shapes.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-tips.ca.svg -%%DATADIR%%/tutorials/tutorial-tips.de.svg -%%DATADIR%%/tutorials/tutorial-tips.es.svg -%%DATADIR%%/tutorials/tutorial-tips.eu.svg -%%DATADIR%%/tutorials/tutorial-tips.fr.svg -%%DATADIR%%/tutorials/tutorial-tips.hu.svg -%%DATADIR%%/tutorials/tutorial-tips.it.svg -%%DATADIR%%/tutorials/tutorial-tips.ja.svg -%%DATADIR%%/tutorials/tutorial-tips.pl.svg -%%DATADIR%%/tutorials/tutorial-tips.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-tips.ru.svg -%%DATADIR%%/tutorials/tutorial-tips.sk.svg -%%DATADIR%%/tutorials/tutorial-tips.sl.svg -%%DATADIR%%/tutorials/tutorial-tips.svg -%%DATADIR%%/tutorials/tutorial-tips.vi.svg -%%DATADIR%%/tutorials/tutorial-tips.zh_TW.svg -%%DATADIR%%/tutorials/tutorial-tracing.ca.svg -%%DATADIR%%/tutorials/tutorial-tracing.de.svg -%%DATADIR%%/tutorials/tutorial-tracing.es.svg -%%DATADIR%%/tutorials/tutorial-tracing.eu.svg -%%DATADIR%%/tutorials/tutorial-tracing.fr.svg -%%DATADIR%%/tutorials/tutorial-tracing.hu.svg -%%DATADIR%%/tutorials/tutorial-tracing.ja.svg -%%DATADIR%%/tutorials/tutorial-tracing.pl.svg -%%DATADIR%%/tutorials/tutorial-tracing.pt_BR.svg -%%DATADIR%%/tutorials/tutorial-tracing.ru.svg -%%DATADIR%%/tutorials/tutorial-tracing.sk.svg -%%DATADIR%%/tutorials/tutorial-tracing.sl.svg -%%DATADIR%%/tutorials/tutorial-tracing.svg -%%DATADIR%%/tutorials/tutorial-tracing.vi.svg -%%DATADIR%%/tutorials/tutorial-tracing.zh_TW.svg -%%DATADIR%%/tutorials/tux.png -%%DATADIR%%/ui/keybindings.rc -%%DATADIR%%/ui/menus-bars.xml -%%DATADIR%%/ui/toolbox.xml -%%DATADIR%%/ui/units.txt -%%DATADIR%%/ui/units.xml -share/locale/am/LC_MESSAGES/inkscape.mo -share/locale/ar/LC_MESSAGES/inkscape.mo -share/locale/az/LC_MESSAGES/inkscape.mo -share/locale/be/LC_MESSAGES/inkscape.mo -share/locale/bg/LC_MESSAGES/inkscape.mo -share/locale/bn/LC_MESSAGES/inkscape.mo -share/locale/br/LC_MESSAGES/inkscape.mo -share/locale/ca/LC_MESSAGES/inkscape.mo -share/locale/ca@valencia/LC_MESSAGES/inkscape.mo -share/locale/cs/LC_MESSAGES/inkscape.mo -share/locale/da/LC_MESSAGES/inkscape.mo -share/locale/de/LC_MESSAGES/inkscape.mo -share/locale/dz/LC_MESSAGES/inkscape.mo -share/locale/el/LC_MESSAGES/inkscape.mo -share/locale/en_AU/LC_MESSAGES/inkscape.mo -share/locale/en_CA/LC_MESSAGES/inkscape.mo -share/locale/en_GB/LC_MESSAGES/inkscape.mo -share/locale/en_US@piglatin/LC_MESSAGES/inkscape.mo -share/locale/eo/LC_MESSAGES/inkscape.mo -share/locale/es/LC_MESSAGES/inkscape.mo -share/locale/es_MX/LC_MESSAGES/inkscape.mo -share/locale/et/LC_MESSAGES/inkscape.mo -share/locale/eu/LC_MESSAGES/inkscape.mo -share/locale/fi/LC_MESSAGES/inkscape.mo -share/locale/fr/LC_MESSAGES/inkscape.mo -share/locale/ga/LC_MESSAGES/inkscape.mo -share/locale/gl/LC_MESSAGES/inkscape.mo -share/locale/he/LC_MESSAGES/inkscape.mo -share/locale/hr/LC_MESSAGES/inkscape.mo -share/locale/hu/LC_MESSAGES/inkscape.mo -share/locale/hy/LC_MESSAGES/inkscape.mo -share/locale/id/LC_MESSAGES/inkscape.mo -share/locale/it/LC_MESSAGES/inkscape.mo -share/locale/ja/LC_MESSAGES/inkscape.mo -share/locale/km/LC_MESSAGES/inkscape.mo -share/locale/ko/LC_MESSAGES/inkscape.mo -share/locale/lt/LC_MESSAGES/inkscape.mo -share/locale/mk/LC_MESSAGES/inkscape.mo -share/locale/mn/LC_MESSAGES/inkscape.mo -share/locale/nb/LC_MESSAGES/inkscape.mo -share/locale/ne/LC_MESSAGES/inkscape.mo -share/locale/nl/LC_MESSAGES/inkscape.mo -share/locale/nn/LC_MESSAGES/inkscape.mo -share/locale/pa/LC_MESSAGES/inkscape.mo -share/locale/pl/LC_MESSAGES/inkscape.mo -share/locale/pt/LC_MESSAGES/inkscape.mo -share/locale/pt_BR/LC_MESSAGES/inkscape.mo -share/locale/ro/LC_MESSAGES/inkscape.mo -share/locale/ru/LC_MESSAGES/inkscape.mo -share/locale/rw/LC_MESSAGES/inkscape.mo -share/locale/sk/LC_MESSAGES/inkscape.mo -share/locale/sl/LC_MESSAGES/inkscape.mo -share/locale/sq/LC_MESSAGES/inkscape.mo -share/locale/sr/LC_MESSAGES/inkscape.mo -share/locale/sr@latin/LC_MESSAGES/inkscape.mo -share/locale/sv/LC_MESSAGES/inkscape.mo -share/locale/th/LC_MESSAGES/inkscape.mo -share/locale/tr/LC_MESSAGES/inkscape.mo -share/locale/uk/LC_MESSAGES/inkscape.mo -share/locale/vi/LC_MESSAGES/inkscape.mo -share/locale/zh_CN/LC_MESSAGES/inkscape.mo -share/locale/zh_TW/LC_MESSAGES/inkscape.mo -share/pixmaps/inkscape.png -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/tutorials -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/screens -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/markers -@dirrm %%DATADIR%%/keys -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/filters -@dirrm %%DATADIR%%/extensions/xaml2svg -@dirrm %%DATADIR%%/extensions/alphabet_soup -@dirrm %%DATADIR%%/extensions/Poly3DObjects -@dirrm %%DATADIR%%/extensions/Barcode -@dirrm %%DATADIR%%/extensions -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%%/clipart -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry man/fr/man1 -@dirrmtry man/fr -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/en_US@piglatin/LC_MESSAGES -@dirrmtry share/locale/en_US@piglatin -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile deleted file mode 100644 index 84494ebca..000000000 --- a/graphics/libchamplain/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: libchamplain -# Date Created: 04 Aug 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/libchamplain/Makefile,v 1.22 2010/09/21 08:14:18 avl Exp $ -# - -PORTNAME= libchamplain -PORTVERSION= 0.8.0 -CATEGORIES= graphics -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome - -USE_BZIP2= yes -USE_GNOME= pkgconfig gtk20 gnomehack ltverhack:1 -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=0.8 - -# python bindings need to get ported -WITHOUT_PYTHON=yes - -.if !defined(WITHOUT_PYTHON) -USE_PYTHON= yes -PYCLUTTER_GTK= ${LOCALBASE}/libdata/pkgconfig/pyclutter-gtk-0.10.pc -BUILD_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk -RUN_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk -CONFIGURE_ARGS+= --enable-python=yes -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+= --enable-python=no -PLIST_SUB+= PYTHON="@comment " -.endif - -.pre-everything: - @${ECHO_CMD} "" - @${ECHO_CMD} "Specify WITHOUT_PYTHON=yes to disable python bindings" - @${ECHO_CMD} "" - -.include <bsd.port.mk> diff --git a/graphics/libchamplain/distinfo b/graphics/libchamplain/distinfo deleted file mode 100644 index 608afa1cc..000000000 --- a/graphics/libchamplain/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libchamplain-0.8.0.tar.bz2) = 55bf83ce4cd1fa13fdc5d0a5b478e323 -SHA256 (libchamplain-0.8.0.tar.bz2) = 0784b53f488d690ed878b1bbf30cd9bd9b1baafb5b6b0d0b7b2ba0ef240c49cc -SIZE (libchamplain-0.8.0.tar.bz2) = 672862 diff --git a/graphics/libchamplain/pkg-descr b/graphics/libchamplain/pkg-descr deleted file mode 100644 index c93152a7d..000000000 --- a/graphics/libchamplain/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Libchamplain is a C library providing a ClutterActor to display maps. It also -provides a Gtk+ widget to display maps in Gtk+ applications. Mono, Python and -Perl bindings are available. - -It supports numerous free map sources such as OpenStreetMap [1], -OpenAerialMap [2] and Maps for free [3]. -[1] http://www.openstreetmap.org/ [2] http://www.openaerialmap.org/ -[3] http://www.maps-for-free.com/ - -WWW: http://projects.gnome.org/libchamplain/ diff --git a/graphics/libchamplain/pkg-plist b/graphics/libchamplain/pkg-plist deleted file mode 100644 index 3c7e4bb54..000000000 --- a/graphics/libchamplain/pkg-plist +++ /dev/null @@ -1,130 +0,0 @@ -include/libchamplain-0.8/champlain/champlain-base-marker.h -include/libchamplain-0.8/champlain/champlain-bounding-box.h -include/libchamplain-0.8/champlain/champlain-defines.h -include/libchamplain-0.8/champlain/champlain-enum-types.h -include/libchamplain-0.8/champlain/champlain-error-tile-renderer.h -include/libchamplain-0.8/champlain/champlain-features.h -include/libchamplain-0.8/champlain/champlain-file-cache.h -include/libchamplain-0.8/champlain/champlain-file-tile-source.h -include/libchamplain-0.8/champlain/champlain-image-renderer.h -include/libchamplain-0.8/champlain/champlain-layer.h -include/libchamplain-0.8/champlain/champlain-map-source-chain.h -include/libchamplain-0.8/champlain/champlain-map-source-desc.h -include/libchamplain-0.8/champlain/champlain-map-source-factory.h -include/libchamplain-0.8/champlain/champlain-map-source.h -include/libchamplain-0.8/champlain/champlain-marker.h -include/libchamplain-0.8/champlain/champlain-marshal.h -include/libchamplain-0.8/champlain/champlain-memory-cache.h -include/libchamplain-0.8/champlain/champlain-network-bbox-tile-source.h -include/libchamplain-0.8/champlain/champlain-network-tile-source.h -include/libchamplain-0.8/champlain/champlain-null-tile-source.h -include/libchamplain-0.8/champlain/champlain-point.h -include/libchamplain-0.8/champlain/champlain-polygon.h -include/libchamplain-0.8/champlain/champlain-renderer.h -include/libchamplain-0.8/champlain/champlain-selection-layer.h -include/libchamplain-0.8/champlain/champlain-tile-cache.h -include/libchamplain-0.8/champlain/champlain-tile-source.h -include/libchamplain-0.8/champlain/champlain-tile.h -include/libchamplain-0.8/champlain/champlain-version.h -include/libchamplain-0.8/champlain/champlain-view.h -include/libchamplain-0.8/champlain/champlain.h -include/libchamplain-gtk-0.8/champlain-gtk/champlain-gtk.h -include/libchamplain-gtk-0.8/champlain-gtk/champlain-gtk-enum-types.h -include/libchamplain-gtk-0.8/champlain-gtk/champlain-gtk-marshal.h -include/libchamplain-gtk-0.8/champlain-gtk/gtk-champlain-embed.h -lib/girepository-1.0/Champlain-0.8.typelib -lib/girepository-1.0/GtkChamplain-0.8.typelib -lib/libchamplain-0.8.a -lib/libchamplain-0.8.la -lib/libchamplain-0.8.so -lib/libchamplain-0.8.so.1 -lib/libchamplain-gtk-0.8.a -lib/libchamplain-gtk-0.8.la -lib/libchamplain-gtk-0.8.so -lib/libchamplain-gtk-0.8.so.1 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.la -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlain.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.la -%%PYTHON%%%%PYTHON_SITELIBDIR%%/champlaingtk.so -libdata/pkgconfig/champlain-0.8.pc -libdata/pkgconfig/champlain-gtk-0.8.pc -share/gir-1.0/Champlain-0.8.gir -share/gir-1.0/GtkChamplain-0.8.gir -share/gtk-doc/html/libchamplain-gtk/GtkChamplainEmbed.html -share/gtk-doc/html/libchamplain-gtk/home.png -share/gtk-doc/html/libchamplain-gtk/index.html -share/gtk-doc/html/libchamplain-gtk/index.sgml -share/gtk-doc/html/libchamplain-gtk/left.png -share/gtk-doc/html/libchamplain-gtk/libchamplain-gtk.devhelp -share/gtk-doc/html/libchamplain-gtk/libchamplain-gtk.devhelp2 -share/gtk-doc/html/libchamplain-gtk/pt01.html -share/gtk-doc/html/libchamplain-gtk/right.png -share/gtk-doc/html/libchamplain-gtk/style.css -share/gtk-doc/html/libchamplain-gtk/up.png -share/gtk-doc/html/libchamplain/ChamplainBaseMarker.html -share/gtk-doc/html/libchamplain/ChamplainErrorTileRenderer.html -share/gtk-doc/html/libchamplain/ChamplainFileCache.html -share/gtk-doc/html/libchamplain/ChamplainFileTileSource.html -share/gtk-doc/html/libchamplain/ChamplainImageRenderer.html -share/gtk-doc/html/libchamplain/ChamplainLayer.html -share/gtk-doc/html/libchamplain/ChamplainMapSource.html -share/gtk-doc/html/libchamplain/ChamplainMapSourceChain.html -share/gtk-doc/html/libchamplain/ChamplainMapSourceFactory.html -share/gtk-doc/html/libchamplain/ChamplainMarker.html -share/gtk-doc/html/libchamplain/ChamplainMemoryCache.html -share/gtk-doc/html/libchamplain/ChamplainMemphisRenderer.html -share/gtk-doc/html/libchamplain/ChamplainNetworkBboxTileSource.html -share/gtk-doc/html/libchamplain/ChamplainNetworkTileSource.html -share/gtk-doc/html/libchamplain/ChamplainNullTileSource.html -share/gtk-doc/html/libchamplain/ChamplainPolygon.html -share/gtk-doc/html/libchamplain/ChamplainRenderer.html -share/gtk-doc/html/libchamplain/ChamplainSelectionLayer.html -share/gtk-doc/html/libchamplain/ChamplainTile.html -share/gtk-doc/html/libchamplain/ChamplainTileCache.html -share/gtk-doc/html/libchamplain/ChamplainTileSource.html -share/gtk-doc/html/libchamplain/ChamplainView.html -share/gtk-doc/html/libchamplain/ch01.html -share/gtk-doc/html/libchamplain/ch02.html -share/gtk-doc/html/libchamplain/ch03.html -share/gtk-doc/html/libchamplain/ch04.html -share/gtk-doc/html/libchamplain/ch05.html -share/gtk-doc/html/libchamplain/ch06.html -share/gtk-doc/html/libchamplain/home.png -share/gtk-doc/html/libchamplain/index.html -share/gtk-doc/html/libchamplain/index.sgml -share/gtk-doc/html/libchamplain/ix01.html -share/gtk-doc/html/libchamplain/ix02.html -share/gtk-doc/html/libchamplain/ix03.html -share/gtk-doc/html/libchamplain/ix04.html -share/gtk-doc/html/libchamplain/ix05.html -share/gtk-doc/html/libchamplain/ix06.html -share/gtk-doc/html/libchamplain/ix07.html -share/gtk-doc/html/libchamplain/left.png -share/gtk-doc/html/libchamplain/libchamplain-ChamplainBoundingBox.html -share/gtk-doc/html/libchamplain/libchamplain-ChamplainMapSourceDesc.html -share/gtk-doc/html/libchamplain/libchamplain-ChamplainPoint.html -share/gtk-doc/html/libchamplain/libchamplain-ChamplainVersion.html -share/gtk-doc/html/libchamplain/libchamplain.devhelp -share/gtk-doc/html/libchamplain/libchamplain.devhelp2 -share/gtk-doc/html/libchamplain/pt01.html -share/gtk-doc/html/libchamplain/pt02.html -share/gtk-doc/html/libchamplain/pt03.html -share/gtk-doc/html/libchamplain/pt04.html -share/gtk-doc/html/libchamplain/pt05.html -share/gtk-doc/html/libchamplain/right.png -share/gtk-doc/html/libchamplain/style.css -share/gtk-doc/html/libchamplain/up.png -share/vala/vapi/champlain-0.8.deps -share/vala/vapi/champlain-0.8.vapi -share/vala/vapi/champlain-gtk-0.8.deps -share/vala/vapi/champlain-gtk-0.8.vapi -@dirrm share/gtk-doc/html/libchamplain -@dirrm share/gtk-doc/html/libchamplain-gtk -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/libchamplain-gtk-%%VERSION%%/champlain-gtk -@dirrm include/libchamplain-gtk-%%VERSION%% -@dirrm include/libchamplain-%%VERSION%%/champlain -@dirrm include/libchamplain-%%VERSION%% diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile deleted file mode 100644 index a2f99916f..000000000 --- a/graphics/libgnomecanvas/Makefile +++ /dev/null @@ -1,36 +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.77 2010/04/02 21:20:26 kwm Exp $ -# - -PORTNAME= libgnomecanvas -PORTVERSION= 2.30.2 -PORTREVISION?= 0 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphics library for GNOME - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --enable-glade \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo deleted file mode 100644 index 0b2d196b4..000000000 --- a/graphics/libgnomecanvas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomecanvas-2.30.2.tar.bz2) = 7f7cb2348466616b034bd2265361455d -SHA256 (gnome2/libgnomecanvas-2.30.2.tar.bz2) = a74edb1054cd394ea7514c6abdf7539b0b4c6d62a34c2ab5e30ba231af1f13f9 -SIZE (gnome2/libgnomecanvas-2.30.2.tar.bz2) = 563360 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 4c5bb228a..000000000 --- a/graphics/libgnomecanvas/pkg-plist +++ /dev/null @@ -1,155 +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.a -lib/libglade/2.0/libcanvas.la -lib/libglade/2.0/libcanvas.so -lib/libgnomecanvas-2.a -lib/libgnomecanvas-2.la -lib/libgnomecanvas-2.so -lib/libgnomecanvas-2.so.0 -libdata/pkgconfig/libgnomecanvas-2.0.pc -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/as/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ast/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/bn_IN/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/br/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/ca@valencia/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/crh/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/dz/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en@shaw/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/ka/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/ku/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/mai/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mg/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/mr/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/oc/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/or/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@ije/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@latin/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/te/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/th/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tt/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_HK/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo -@dirrm include/libgnomecanvas-2.0/libgnomecanvas -@dirrm include/libgnomecanvas-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile deleted file mode 100644 index 522db75eb..000000000 --- a/graphics/librsvg2/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: librsvg2 -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.135 2010/09/27 08:30:36 kwm Exp $ -# - -PORTNAME?= librsvg2 -PORTVERSION= 2.32.1 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/librsvg/${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 - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gnomeprefix libgsf ltverhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-svgz \ - --with-croco \ - --enable-gtk-theme -CROCO_VERSION= 0.6 - -.if defined(SLAVEPORT) -USE_GNOME+= librsvg2 gtk30 -RUN_DEPENDS= gtk-engines3>=2.90.3.1:${PORTSDIR}/x11-themes/gtk-engines3 -.else -USE_GNOME+= gtk20 -RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 -MAN1= rsvg.1 -.endif - -.include <bsd.port.pre.mk> - -.if defined(SLAVEPORT) -post-patch: - @${REINPLACE_CMD} -e 's|GTK2_REQUIRED=2.16.0|GTK2_REQUIRED=9.16.0|g' \ - ${WRKSRC}/configure - -do-build: - @cd ${WRKSRC} && gmake rsvg-view-3 - @cd ${WRKSRC}/gtk-engine && gmake - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rsvg-view-3 ${PREFIX}/bin - @cd ${WRKSRC}/gtk-engine && gmake install - -.else -post-patch: - @${REINPLACE_CMD} -e 's|GTK3_REQUIRED=2.90.0|GTK3_REQUIRED=9.90.0|g' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo deleted file mode 100644 index 33e5b4a45..000000000 --- a/graphics/librsvg2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/librsvg-2.32.1.tar.bz2) = 91b98051f352fab8a6257688d6b2fd665b4648ed66144861f2f853ccf876d334 -SIZE (gnome2/librsvg-2.32.1.tar.bz2) = 517170 diff --git a/graphics/librsvg2/files/patch-Makefile.in b/graphics/librsvg2/files/patch-Makefile.in deleted file mode 100644 index d2009b700..000000000 --- a/graphics/librsvg2/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig 2010-07-07 13:03:21.000000000 +0200 -+++ Makefile.in 2010-07-07 13:04:07.000000000 +0200 -@@ -155,7 +155,6 @@ - am_rsvg_view_3_OBJECTS = rsvg_view_3-test-display.$(OBJEXT) - rsvg_view_3_OBJECTS = $(am_rsvg_view_3_OBJECTS) - rsvg_view_3_DEPENDENCIES = \ -- $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -@@ -563,7 +562,7 @@ - - rsvg_view_3_LDFLAGS = - rsvg_view_3_LDADD = \ -- $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ -+ -lrsvg-2 \ - $(GTK3_LIBS) \ - $(LIBRSVG_LIBS) \ - $(LIBCROCO_LIBS) \ diff --git a/graphics/librsvg2/files/patch-gtk-engines_Makefile.in b/graphics/librsvg2/files/patch-gtk-engines_Makefile.in deleted file mode 100644 index b1f325203..000000000 --- a/graphics/librsvg2/files/patch-gtk-engines_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- gtk-engine/Makefile.in.orig 2010-07-07 12:59:02.000000000 +0200 -+++ gtk-engine/Makefile.in 2010-07-07 13:00:27.000000000 +0200 -@@ -72,7 +72,7 @@ - "$(DESTDIR)$(gtk3_enginedir)" - LTLIBRARIES = $(gtk2_engine_LTLIBRARIES) $(gtk3_engine_LTLIBRARIES) - am__DEPENDENCIES_1 = --@ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@libsvg_3_la_DEPENDENCIES = $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ -+@ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@libsvg_3_la_DEPENDENCIES = \ - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ $(am__DEPENDENCIES_1) \ - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ $(am__DEPENDENCIES_1) \ - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ $(am__DEPENDENCIES_1) \ -@@ -405,7 +405,7 @@ - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ -module $(AM_LDFLAGS) \ - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ $(am__append_3) - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@libsvg_3_la_LIBADD = \ --@ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ -+@ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ -lrsvg-2 \ - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ $(GTK3_LIBS) \ - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ $(LIBRSVG_LIBS) \ - @ENABLE_GTK_ENGINE_TRUE@@HAVE_GTK_3_TRUE@ $(LIBCROCO_LIBS) \ diff --git a/graphics/librsvg2/pkg-descr b/graphics/librsvg2/pkg-descr deleted file mode 100644 index 9e39343a5..000000000 --- a/graphics/librsvg2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 0992f9983..000000000 --- a/graphics/librsvg2/pkg-plist +++ /dev/null @@ -1,61 +0,0 @@ -bin/rsvg -bin/rsvg-convert -bin/rsvg-view -include/librsvg-2.0/librsvg/librsvg-enum-types.h -include/librsvg-2.0/librsvg/librsvg-features.h -include/librsvg-2.0/librsvg/rsvg-cairo.h -include/librsvg-2.0/librsvg/rsvg.h -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.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/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-2.0/RsvgHandle.html -share/doc/rsvg-2.0/annotation-glossary.html -share/doc/rsvg-2.0/api-index-2-14.html -share/doc/rsvg-2.0/api-index-2-22.html -share/doc/rsvg-2.0/api-index-2-32.html -share/doc/rsvg-2.0/api-index-2-4.html -share/doc/rsvg-2.0/api-index-2-8.html -share/doc/rsvg-2.0/api-index-2-9.html -share/doc/rsvg-2.0/api-index-deprecated.html -share/doc/rsvg-2.0/api-index-full.html -share/doc/rsvg-2.0/home.png -share/doc/rsvg-2.0/index.html -share/doc/rsvg-2.0/index.sgml -share/doc/rsvg-2.0/left.png -share/doc/rsvg-2.0/licence.html -share/doc/rsvg-2.0/object-tree.html -share/doc/rsvg-2.0/right.png -share/doc/rsvg-2.0/rsvg-2.0.devhelp -share/doc/rsvg-2.0/rsvg-2.0.devhelp2 -share/doc/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html -share/doc/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html -share/doc/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html -share/doc/rsvg-2.0/rsvg-Version-check-and-feature-tests.html -share/doc/rsvg-2.0/rsvg.html -share/doc/rsvg-2.0/style.css -share/doc/rsvg-2.0/up.png -share/pixmaps/svg-viewer.svg -share/themes/bubble/gtk-2.0/blue.svg -share/themes/bubble/gtk-2.0/green.svg -share/themes/bubble/gtk-2.0/gtkrc -share/themes/bubble/gtk-2.0/orange.svg -share/themes/bubble/gtk-2.0/purple.svg -share/themes/bubble/gtk-2.0/red.svg -@dirrm share/doc/rsvg-2.0 -@dirrm include/librsvg-2.0/librsvg -@dirrm include/librsvg-2.0 -@dirrmtry lib/gtk-3.0/engines -@dirrmtry lib/gtk-3.0 -@dirrmtry share/themes/bubble/gtk-2.0 -@dirrmtry share/themes/bubble/gtk-3.0 -@dirrmtry share/themes/bubble -@comment @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 -@comment @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 diff --git a/graphics/librsvg3/Makefile b/graphics/librsvg3/Makefile deleted file mode 100644 index 8aee3660e..000000000 --- a/graphics/librsvg3/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: librsvg2 -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.131 2010/05/02 10:25:51 kwm Exp $ -# - -PORTREVISION= 0 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk 3 engine for the librsvg2 library - -MASTERDIR= ${.CURDIR}/../../graphics/librsvg2 -SLAVEPORT= gtk3 -PLIST= ${.CURDIR}/pkg-plist - -.include <${MASTERDIR}/Makefile> diff --git a/graphics/librsvg3/distinfo b/graphics/librsvg3/distinfo deleted file mode 100644 index e5b7e3c2c..000000000 --- a/graphics/librsvg3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome3/librsvg-2.31.0.tar.bz2) = 40cdffc654ee1d0412d91f24840f19f2 -SHA256 (gnome3/librsvg-2.31.0.tar.bz2) = 320b61ef5e6d65624f3733a83134df012a4156ed7f7ae38a6ed19febe1bfa732 -SIZE (gnome3/librsvg-2.31.0.tar.bz2) = 514232 diff --git a/graphics/librsvg3/pkg-descr b/graphics/librsvg3/pkg-descr deleted file mode 100644 index 9e39343a5..000000000 --- a/graphics/librsvg3/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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/librsvg3/pkg-plist b/graphics/librsvg3/pkg-plist deleted file mode 100644 index a68104bdc..000000000 --- a/graphics/librsvg3/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/rsvg-view-3 -lib/gtk-3.0/%%GTK3_VERSION%%/engines/libsvg-3.a -lib/gtk-3.0/%%GTK3_VERSION%%/engines/libsvg-3.la -lib/gtk-3.0/%%GTK3_VERSION%%/engines/libsvg-3.so -share/themes/bubble/gtk-3.0/blue.svg -share/themes/bubble/gtk-3.0/green.svg -share/themes/bubble/gtk-3.0/gtkrc -share/themes/bubble/gtk-3.0/orange.svg -share/themes/bubble/gtk-3.0/purple.svg -share/themes/bubble/gtk-3.0/red.svg -@dirrmtry share/themes/bubble/gtk-3.0 -@dirrmtry share/themes/bubble -@comment @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 -@comment @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 diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile deleted file mode 100644 index 78f079ef1..000000000 --- a/graphics/osg-devel/Makefile +++ /dev/null @@ -1,251 +0,0 @@ -# New ports collection makefile for: Open Scene Graph -# Date created: 26 Apr 2001 -# Whom: Randall Hopper <aa8vb@nc.rr.com> -# -# $FreeBSD$ -# - -PORTNAME= osg -PORTVERSION= 2.9.8 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ - http://mirror.amdmi3.ru/distfiles/ -PKGNAMESUFFIX= -devel -DISTNAME= OpenSceneGraph-${PORTVERSION} - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= C++ OpenGL scene graph library for real-time rendering - -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= osg-[0-9]* - -USE_ZIP= yes -USE_CMAKE= yes -USE_GL= gl glu -USE_GNOME= pkgconfig -USE_XORG= x11 -USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes - -PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=66 \ - OPENTHREADS_VERSION=2.5.0 \ - OPENTHREADS_SHLIBVER=12 - -PORTSCOUT= limitw:1,odd - -OPTIONS= CURL "Support for cURL" off \ - FREETYPE "Support for FreeType" on \ - GDAL "Support for GDAL" off \ - GIF "Support for libungif" on \ - INVENTOR "Support for SGI OpenInventor" off \ - JASPER "Support for JPEG2000" off \ - XINE "Support for Xine" off \ - ITK "Support for InsightToolkit" off \ - VNC "Support for LibVNCServer" off \ - OPENEXR "Support for OpenEXR" off \ - FFMPEG "Support for FFmpeg" off \ - SVG "Support for SVG through librsvg2" off \ - PDF "Support for PDF through poppler" off \ - XRANDR "Use Xrandr" on \ - SDL "Use SDL (joystick support in present3d)" off - -# broken (openvrml from ports is too old) -# OPENVRML "Support for OpenVRML" off - -.include <bsd.port.options.mk> - -# GUI toolkits are only needed for building examples, which are not even installed -FORCE_IGNORE= FLTK GLUT FOX Qt3 Qt4 wxWidgets OpenAL # only for examples -FORCE_IGNORE+= COLLADA Performer OurDCMTK XUL # not in ports -FORCE_REQUIRE= Threads OpenGL X11 JPEG PNG TIFF ZLIB # common & lightweight -FORCE_PC_IGNORE= GTK GTKGL # only for examples -FORCE_PC_REQUIRE= - -# options that affect FIND_PACKAGE -.if defined(WITH_CURL) -FORCE_REQUIRE+= CURL -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl -PLIST_SUB+= CURL="" -.else -FORCE_IGNORE+= CURL -PLIST_SUB+= CURL="@comment " -.endif - -.if !defined(WITHOUT_FREETYPE) -FORCE_REQUIRE+= FreeType -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 -PLIST_SUB+= FREETYPE="" -.else -FORCE_IGNORE+= FreeType -PLIST_SUB+= FREETYPE="@comment " -.endif - -.if defined(WITH_GDAL) -FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal -PLIST_SUB+= GDAL="" -.else -FORCE_IGNORE+= GDAL -PLIST_SUB+= GDAL="@comment " -.endif - -.if defined(WITH_GIF) -FORCE_REQUIRE+= GIFLIB -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif -PLIST_SUB+= GIF="" -.else -FORCE_IGNORE+= GIFLIB -PLIST_SUB+= GIF="@comment " -.endif - -.if defined(WITH_INVENTOR) -FORCE_REQUIRE+= Inventor -BUILD_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor -RUN_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor -PLIST_SUB+= INVENTOR="" -.else -FORCE_IGNORE+= Inventor -PLIST_SUB+= INVENTOR="@comment " -.endif - -.if defined(WITH_JASPER) -FORCE_REQUIRE+= Jasper -LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper -PLIST_SUB+= JASPER="" -.else -FORCE_IGNORE+= Jasper -PLIST_SUB+= JASPER="@comment " -.endif - -#.if defined(WITH_OPENVRML) -#FORCE_REQUIRE+= OpenVRML -#LIB_DEPENDS+= openvrml.8:${PORTSDIR}/www/openvrml -#PLIST_SUB+= OPENVRML="" -#.else -FORCE_IGNORE+= OpenVRML -PLIST_SUB+= OPENVRML="@comment " -#.endif - -.if defined(WITH_XINE) -FORCE_REQUIRE+= Xine -LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine -PLIST_SUB+= XINE="" -.else -FORCE_IGNORE+= Xine -PLIST_SUB+= XINE="@comment " -.endif - -.if defined(WITH_ITK) -FORCE_REQUIRE+= ITK -BUILD_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit -RUN_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit -PLIST_SUB+= ITK="" -CXXFLAGS+= -DVCL_CAN_STATIC_CONST_INIT_FLOAT=0 -.else -FORCE_IGNORE+= ITK -PLIST_SUB+= ITK="@comment " -.endif - -.if defined(WITH_VNC) -FORCE_REQUIRE+= LibVNCServer -LIB_DEPENDS+= vncserver.0:${PORTSDIR}/net/libvncserver -PLIST_SUB+= VNC="" -.else -FORCE_IGNORE+= LibVNCServer -PLIST_SUB+= VNC="@comment " -.endif - -.if defined(WITH_OPENEXR) -FORCE_REQUIRE+= OpenEXR -LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR -PLIST_SUB+= OPENEXR="" -.else -FORCE_IGNORE+= OpenEXR -PLIST_SUB+= OPENEXR="@comment " -.endif - -.if defined(WITH_FFMPEG) -FORCE_REQUIRE+= FFmpeg -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg -PLIST_SUB+= FFMPEG="" -.else -FORCE_IGNORE+= FFmpeg -PLIST_SUB+= FFMPEG="@comment " -.endif - -.if defined(WITH_SDL) -FORCE_REQUIRE+= SDL -USE_SDL= sdl -.else -FORCE_IGNORE+= SDL -.endif - -# options that affect PKG_CHECK_MODULES -.if defined(WITH_SVG) -FORCE_PC_REQUIRE+=RSVG -LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2 -PLIST_SUB+= SVG="" -.else -FORCE_PC_IGNORE+=RSVG -PLIST_SUB+= SVG="@comment " -.endif - -.if defined(WITH_PDF) -FORCE_PC_REQUIRE+=POPPLER -LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk -PLIST_SUB+= PDF="" -.else -FORCE_PC_IGNORE+=POPPLER -PLIST_SUB+= PDF="@comment " -.endif - -.if defined(WITH_SVG) || defined(WITH_PDF) -FORCE_PC_REQUIRE+=CAIRO -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -.else -FORCE_PC_IGNORE+=CAIRO -.endif - -# other options -.if defined(WITHOUT_XRANDR) -CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=OFF -.else -CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=ON -USE_XORG+= xrandr -.endif - -.if defined(WITHOUT_XRANDR) -CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=OFF -.else -CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=ON -USE_XORG+= xrandr -.endif - -post-patch: - @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' - @${REINPLACE_CMD} -e '/FIND_LIBRARY.*DL_LIBRARY/ d' \ - ${WRKSRC}/CMakeLists.txt -.for p in ${FORCE_REQUIRE} - @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ - ${WRKSRC}/CMakeLists.txt -.endfor -.for p in ${FORCE_IGNORE} - @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|^|#|' \ - ${WRKSRC}/CMakeLists.txt -.endfor -.for p in ${FORCE_PC_REQUIRE} - @${REINPLACE_CMD} -e 's|PKG_CHECK_MODULES.*${p}|& REQUIRED| ' \ - ${WRKSRC}/CMakeLists.txt -.endfor -.for p in ${FORCE_PC_IGNORE} - @${REINPLACE_CMD} -e '/PKG_CHECK_MODULES.*${p}/ s|^|#|' \ - ${WRKSRC}/CMakeLists.txt -.endfor - -.include <bsd.port.mk> diff --git a/graphics/osg-devel/distinfo b/graphics/osg-devel/distinfo deleted file mode 100644 index 3c00124bd..000000000 --- a/graphics/osg-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (OpenSceneGraph-2.9.8.zip) = 1eeaa00ef02a551814b740ac73ecd372 -SHA256 (OpenSceneGraph-2.9.8.zip) = 948da62d00e1824add4d1010ddded42a17d3e5dc50f2cb1f2e1ddb53c7146a1a -SIZE (OpenSceneGraph-2.9.8.zip) = 7899303 diff --git a/graphics/osg-devel/files/patch-CMakeLists.txt b/graphics/osg-devel/files/patch-CMakeLists.txt deleted file mode 100644 index d47608af1..000000000 --- a/graphics/osg-devel/files/patch-CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ ---- CMakeLists.txt.orig 2009-05-22 12:31:58.000000000 +0400 -+++ CMakeLists.txt 2009-06-25 17:51:06.000000000 +0400 -@@ -486,7 +486,7 @@ - - IF(UNIX AND NOT WIN32 AND NOT APPLE) - IF(CMAKE_SIZEOF_VOID_P MATCHES "8") -- SET(LIB_POSTFIX "64" CACHE STRING "suffix for 32/64 dir placement") -+ SET(LIB_POSTFIX "" CACHE STRING "suffix for 32/64 dir placement") - MARK_AS_ADVANCED(LIB_POSTFIX) - ENDIF() - ENDIF() -@@ -822,7 +822,7 @@ - ${PROJECT_BINARY_DIR}/packaging/pkgconfig/${PKGCONFIG_FILE}.pc - @ONLY - ) -- INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/${PKGCONFIG_FILE}.pc DESTINATION lib${LIB_POSTFIX}/pkgconfig COMPONENT libopenscenegraph-dev) -+ INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/${PKGCONFIG_FILE}.pc DESTINATION libdata/pkgconfig COMPONENT libopenscenegraph-dev) - ENDFOREACH(PKGCONFIG_FILE) - - diff --git a/graphics/osg-devel/files/patch-src-OpenThreads-CMakeLists.txt b/graphics/osg-devel/files/patch-src-OpenThreads-CMakeLists.txt deleted file mode 100644 index 675ef5a72..000000000 --- a/graphics/osg-devel/files/patch-src-OpenThreads-CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- src/OpenThreads/CMakeLists.txt.orig 2009-01-27 18:34:57.000000000 +0300 -+++ src/OpenThreads/CMakeLists.txt 2009-02-05 17:54:57.000000000 +0300 -@@ -94,4 +94,4 @@ - @ONLY - ) - --INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openthreads.pc DESTINATION lib${LIB_POSTFIX}/pkgconfig) -+INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openthreads.pc DESTINATION libdata/pkgconfig) diff --git a/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ b/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ deleted file mode 100644 index 1991714a0..000000000 --- a/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ +++ /dev/null @@ -1,37 +0,0 @@ ---- src/OpenThreads/pthreads/PThread.c++.orig 2009-11-20 13:27:43.000000000 +0300 -+++ src/OpenThreads/pthreads/PThread.c++ 2009-12-15 20:26:51.000000000 +0300 -@@ -21,6 +21,7 @@ - #include <sys/types.h> - #include <unistd.h> - #include <pthread.h> -+#include <pthread_np.h> - #include <limits.h> - - #if defined __linux || defined __sun || defined __APPLE__ -@@ -123,7 +124,7 @@ - #if defined(__sgi) - pthread_setrunon_np( pd->cpunum ); - #elif defined(HAVE_PTHREAD_SETAFFINITY_NP) || defined(HAVE_THREE_PARAM_SCHED_SETAFFINITY) || defined(HAVE_TWO_PARAM_SCHED_SETAFFINITY) -- cpu_set_t cpumask; -+ cpuset_t cpumask; - CPU_ZERO( &cpumask ); - CPU_SET( pd->cpunum, &cpumask ); - -@@ -539,7 +540,7 @@ - - if (pd->isRunning && Thread::CurrentThread()==this) - { -- cpu_set_t cpumask; -+ cpuset_t cpumask; - CPU_ZERO( &cpumask ); - CPU_SET( pd->cpunum, &cpumask ); - #if defined(HAVE_PTHREAD_SETAFFINITY_NP) -@@ -969,7 +970,7 @@ - else - { - #if defined(HAVE_PTHREAD_SETAFFINITY_NP) || defined(HAVE_THREE_PARAM_SCHED_SETAFFINITY) || defined(HAVE_TWO_PARAM_SCHED_SETAFFINITY) -- cpu_set_t cpumask; -+ cpuset_t cpumask; - CPU_ZERO( &cpumask ); - CPU_SET( cpunum, &cpumask ); - diff --git a/graphics/osg-devel/pkg-descr b/graphics/osg-devel/pkg-descr deleted file mode 100644 index 614609091..000000000 --- a/graphics/osg-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Open Scene Graph is a cross-platform C++ OpenGL library for the -real-time, photo-realistic rendering of large 3D models. Uses range from -visual simulation, to scientific modelling, to games, to whatever you can -think of! - -WWW: http://www.openscenegraph.org/ diff --git a/graphics/osg-devel/pkg-plist b/graphics/osg-devel/pkg-plist deleted file mode 100644 index cb6c848a4..000000000 --- a/graphics/osg-devel/pkg-plist +++ /dev/null @@ -1,698 +0,0 @@ -bin/osgarchive -bin/osgconv -bin/osgfilecache -bin/osgversion -bin/osgviewer -bin/present3D -include/OpenThreads/Atomic -include/OpenThreads/Barrier -include/OpenThreads/Block -include/OpenThreads/Condition -include/OpenThreads/Config -include/OpenThreads/Exports -include/OpenThreads/Mutex -include/OpenThreads/ReadWriteMutex -include/OpenThreads/ReentrantMutex -include/OpenThreads/ScopedLock -include/OpenThreads/Thread -include/OpenThreads/Version -include/osg/AlphaFunc -include/osg/AnimationPath -include/osg/ApplicationUsage -include/osg/ArgumentParser -include/osg/Array -include/osg/ArrayDispatchers -include/osg/AudioStream -include/osg/AutoTransform -include/osg/Billboard -include/osg/BlendColor -include/osg/BlendEquation -include/osg/BlendFunc -include/osg/BoundingBox -include/osg/BoundingSphere -include/osg/BoundsChecking -include/osg/BufferObject -include/osg/Camera -include/osg/CameraNode -include/osg/CameraView -include/osg/ClampColor -include/osg/ClearNode -include/osg/ClipNode -include/osg/ClipPlane -include/osg/ClusterCullingCallback -include/osg/CollectOccludersVisitor -include/osg/ColorMask -include/osg/ColorMatrix -include/osg/ComputeBoundsVisitor -include/osg/Config -include/osg/ConvexPlanarOccluder -include/osg/ConvexPlanarPolygon -include/osg/CoordinateSystemNode -include/osg/CopyOp -include/osg/CullFace -include/osg/CullSettings -include/osg/CullStack -include/osg/CullingSet -include/osg/DeleteHandler -include/osg/Depth -include/osg/DisplaySettings -include/osg/DrawPixels -include/osg/Drawable -include/osg/Endian -include/osg/Export -include/osg/Fog -include/osg/FragmentProgram -include/osg/FrameBufferObject -include/osg/FrameStamp -include/osg/FrontFace -include/osg/GL -include/osg/GL2Extensions -include/osg/GLBeginEndAdapter -include/osg/GLExtensions -include/osg/GLObjects -include/osg/GLU -include/osg/Geode -include/osg/Geometry -include/osg/GraphicsContext -include/osg/GraphicsThread -include/osg/Group -include/osg/Hint -include/osg/Image -include/osg/ImageSequence -include/osg/ImageStream -include/osg/ImageUtils -include/osg/KdTree -include/osg/LOD -include/osg/Light -include/osg/LightModel -include/osg/LightSource -include/osg/LineSegment -include/osg/LineStipple -include/osg/LineWidth -include/osg/LogicOp -include/osg/Material -include/osg/Math -include/osg/Matrix -include/osg/MatrixTransform -include/osg/Matrixd -include/osg/Matrixf -include/osg/MixinVector -include/osg/Multisample -include/osg/Node -include/osg/NodeCallback -include/osg/NodeTrackerCallback -include/osg/NodeVisitor -include/osg/Notify -include/osg/Object -include/osg/Observer -include/osg/ObserverNodePath -include/osg/OccluderNode -include/osg/OcclusionQueryNode -include/osg/OperationThread -include/osg/PagedLOD -include/osg/Plane -include/osg/Point -include/osg/PointSprite -include/osg/PolygonMode -include/osg/PolygonOffset -include/osg/PolygonStipple -include/osg/Polytope -include/osg/PositionAttitudeTransform -include/osg/PrimitiveSet -include/osg/Program -include/osg/Projection -include/osg/ProxyNode -include/osg/Quat -include/osg/Referenced -include/osg/RenderInfo -include/osg/Scissor -include/osg/Sequence -include/osg/ShadeModel -include/osg/Shader -include/osg/ShadowVolumeOccluder -include/osg/Shape -include/osg/ShapeDrawable -include/osg/State -include/osg/StateAttribute -include/osg/StateAttributeCallback -include/osg/StateSet -include/osg/Stats -include/osg/Stencil -include/osg/StencilTwoSided -include/osg/Switch -include/osg/TemplatePrimitiveFunctor -include/osg/TexEnv -include/osg/TexEnvCombine -include/osg/TexEnvFilter -include/osg/TexGen -include/osg/TexGenNode -include/osg/TexMat -include/osg/Texture -include/osg/Texture1D -include/osg/Texture2D -include/osg/Texture2DArray -include/osg/Texture2DMultisample -include/osg/Texture3D -include/osg/TextureCubeMap -include/osg/TextureRectangle -include/osg/Timer -include/osg/TransferFunction -include/osg/Transform -include/osg/TriangleFunctor -include/osg/TriangleIndexFunctor -include/osg/Uniform -include/osg/Vec2 -include/osg/Vec2b -include/osg/Vec2d -include/osg/Vec2f -include/osg/Vec2s -include/osg/Vec3 -include/osg/Vec3b -include/osg/Vec3d -include/osg/Vec3f -include/osg/Vec3s -include/osg/Vec4 -include/osg/Vec4b -include/osg/Vec4d -include/osg/Vec4f -include/osg/Vec4s -include/osg/Vec4ub -include/osg/Version -include/osg/VertexProgram -include/osg/View -include/osg/Viewport -include/osg/buffered_value -include/osg/fast_back_stack -include/osg/io_utils -include/osg/observer_ptr -include/osg/ref_ptr -include/osgAnimation/Action -include/osgAnimation/ActionAnimation -include/osgAnimation/ActionBlendIn -include/osgAnimation/ActionBlendOut -include/osgAnimation/ActionCallback -include/osgAnimation/ActionStripAnimation -include/osgAnimation/ActionVisitor -include/osgAnimation/Animation -include/osgAnimation/AnimationManagerBase -include/osgAnimation/AnimationUpdateCallback -include/osgAnimation/BasicAnimationManager -include/osgAnimation/Bone -include/osgAnimation/BoneMapVisitor -include/osgAnimation/Channel -include/osgAnimation/CubicBezier -include/osgAnimation/EaseMotion -include/osgAnimation/Export -include/osgAnimation/FrameAction -include/osgAnimation/Interpolator -include/osgAnimation/Keyframe -include/osgAnimation/LinkVisitor -include/osgAnimation/MorphGeometry -include/osgAnimation/RigGeometry -include/osgAnimation/RigTransform -include/osgAnimation/RigTransformHardware -include/osgAnimation/RigTransformSoftware -include/osgAnimation/Sampler -include/osgAnimation/Skeleton -include/osgAnimation/StackedMatrixElement -include/osgAnimation/StackedQuaternionElement -include/osgAnimation/StackedRotateAxisElement -include/osgAnimation/StackedScaleElement -include/osgAnimation/StackedTransform -include/osgAnimation/StackedTransformElement -include/osgAnimation/StackedTranslateElement -include/osgAnimation/StatsHandler -include/osgAnimation/StatsVisitor -include/osgAnimation/Target -include/osgAnimation/Timeline -include/osgAnimation/TimelineAnimationManager -include/osgAnimation/UpdateBone -include/osgAnimation/UpdateMaterial -include/osgAnimation/UpdateMatrixTransform -include/osgAnimation/Vec3Packed -include/osgAnimation/VertexInfluence -include/osgDB/Archive -include/osgDB/AuthenticationMap -include/osgDB/Callbacks -include/osgDB/ConvertUTF -include/osgDB/DataTypes -include/osgDB/DatabasePager -include/osgDB/DatabaseRevisions -include/osgDB/DotOsgWrapper -include/osgDB/DynamicLibrary -include/osgDB/Export -include/osgDB/FileCache -include/osgDB/FileNameUtils -include/osgDB/FileUtils -include/osgDB/ImageOptions -include/osgDB/ImagePager -include/osgDB/Input -include/osgDB/InputStream -include/osgDB/ObjectWrapper -include/osgDB/Options -include/osgDB/Output -include/osgDB/OutputStream -include/osgDB/ParameterOutput -include/osgDB/PluginQuery -include/osgDB/ReadFile -include/osgDB/ReaderWriter -include/osgDB/Registry -include/osgDB/Serializer -include/osgDB/SharedStateManager -include/osgDB/StreamOperator -include/osgDB/Version -include/osgDB/WriteFile -include/osgDB/XmlParser -include/osgDB/fstream -include/osgFX/AnisotropicLighting -include/osgFX/BumpMapping -include/osgFX/Cartoon -include/osgFX/Effect -include/osgFX/Export -include/osgFX/MultiTextureControl -include/osgFX/Outline -include/osgFX/Registry -include/osgFX/Scribe -include/osgFX/SpecularHighlights -include/osgFX/Technique -include/osgFX/Validator -include/osgFX/Version -include/osgGA/AnimationPathManipulator -include/osgGA/CameraManipulator -include/osgGA/CameraViewSwitchManipulator -include/osgGA/DriveManipulator -include/osgGA/EventQueue -include/osgGA/EventVisitor -include/osgGA/Export -include/osgGA/FirstPersonManipulator -include/osgGA/FlightManipulator -include/osgGA/GUIActionAdapter -include/osgGA/GUIEventAdapter -include/osgGA/GUIEventHandler -include/osgGA/KeySwitchMatrixManipulator -include/osgGA/NodeTrackerManipulator -include/osgGA/OrbitManipulator -include/osgGA/SphericalManipulator -include/osgGA/StandardManipulator -include/osgGA/StateSetManipulator -include/osgGA/TerrainManipulator -include/osgGA/TrackballManipulator -include/osgGA/UFOManipulator -include/osgGA/Version -include/osgManipulator/AntiSquish -include/osgManipulator/Command -include/osgManipulator/CommandManager -include/osgManipulator/Constraint -include/osgManipulator/Dragger -include/osgManipulator/Export -include/osgManipulator/Projector -include/osgManipulator/RotateCylinderDragger -include/osgManipulator/RotateSphereDragger -include/osgManipulator/Scale1DDragger -include/osgManipulator/Scale2DDragger -include/osgManipulator/ScaleAxisDragger -include/osgManipulator/Selection -include/osgManipulator/TabBoxDragger -include/osgManipulator/TabBoxTrackballDragger -include/osgManipulator/TabPlaneDragger -include/osgManipulator/TabPlaneTrackballDragger -include/osgManipulator/TrackballDragger -include/osgManipulator/Translate1DDragger -include/osgManipulator/Translate2DDragger -include/osgManipulator/TranslateAxisDragger -include/osgManipulator/TranslatePlaneDragger -include/osgManipulator/Version -include/osgParticle/AccelOperator -include/osgParticle/AngularAccelOperator -include/osgParticle/BoxPlacer -include/osgParticle/CenteredPlacer -include/osgParticle/ConnectedParticleSystem -include/osgParticle/ConstantRateCounter -include/osgParticle/Counter -include/osgParticle/Emitter -include/osgParticle/ExplosionDebrisEffect -include/osgParticle/ExplosionEffect -include/osgParticle/Export -include/osgParticle/FireEffect -include/osgParticle/FluidFrictionOperator -include/osgParticle/FluidProgram -include/osgParticle/ForceOperator -include/osgParticle/Interpolator -include/osgParticle/LinearInterpolator -include/osgParticle/ModularEmitter -include/osgParticle/ModularProgram -include/osgParticle/MultiSegmentPlacer -include/osgParticle/Operator -include/osgParticle/Particle -include/osgParticle/ParticleEffect -include/osgParticle/ParticleProcessor -include/osgParticle/ParticleSystem -include/osgParticle/ParticleSystemUpdater -include/osgParticle/Placer -include/osgParticle/PointPlacer -include/osgParticle/PrecipitationEffect -include/osgParticle/Program -include/osgParticle/RadialShooter -include/osgParticle/RandomRateCounter -include/osgParticle/SectorPlacer -include/osgParticle/SegmentPlacer -include/osgParticle/Shooter -include/osgParticle/SmokeEffect -include/osgParticle/SmokeTrailEffect -include/osgParticle/VariableRateCounter -include/osgParticle/Version -include/osgParticle/range -include/osgPresentation/AnimationMaterial -include/osgPresentation/CompileSlideCallback -include/osgPresentation/PickEventHandler -include/osgPresentation/SlideEventHandler -include/osgPresentation/SlideShowConstructor -include/osgShadow/ConvexPolyhedron -include/osgShadow/DebugShadowMap -include/osgShadow/Export -include/osgShadow/LightSpacePerspectiveShadowMap -include/osgShadow/MinimalCullBoundsShadowMap -include/osgShadow/MinimalDrawBoundsShadowMap -include/osgShadow/MinimalShadowMap -include/osgShadow/OccluderGeometry -include/osgShadow/ParallelSplitShadowMap -include/osgShadow/ProjectionShadowMap -include/osgShadow/ShadowMap -include/osgShadow/ShadowTechnique -include/osgShadow/ShadowTexture -include/osgShadow/ShadowVolume -include/osgShadow/ShadowedScene -include/osgShadow/SoftShadowMap -include/osgShadow/StandardShadowMap -include/osgShadow/Version -include/osgShadow/ViewDependentShadowTechnique -include/osgSim/BlinkSequence -include/osgSim/ColorRange -include/osgSim/DOFTransform -include/osgSim/ElevationSlice -include/osgSim/Export -include/osgSim/GeographicLocation -include/osgSim/HeightAboveTerrain -include/osgSim/Impostor -include/osgSim/ImpostorSprite -include/osgSim/InsertImpostorsVisitor -include/osgSim/LightPoint -include/osgSim/LightPointNode -include/osgSim/LightPointSystem -include/osgSim/LineOfSight -include/osgSim/MultiSwitch -include/osgSim/ObjectRecordData -include/osgSim/OverlayNode -include/osgSim/ScalarBar -include/osgSim/ScalarsToColors -include/osgSim/Sector -include/osgSim/ShapeAttribute -include/osgSim/SphereSegment -include/osgSim/Version -include/osgSim/VisibilityGroup -include/osgTerrain/Export -include/osgTerrain/GeometryTechnique -include/osgTerrain/Layer -include/osgTerrain/Locator -include/osgTerrain/Terrain -include/osgTerrain/TerrainTechnique -include/osgTerrain/TerrainTile -include/osgTerrain/ValidDataOperator -include/osgTerrain/Version -include/osgText/Export -include/osgText/FadeText -include/osgText/Font -include/osgText/Font3D -include/osgText/KerningType -include/osgText/String -include/osgText/Text -include/osgText/Text3D -include/osgText/TextBase -include/osgText/Version -include/osgUtil/ConvertVec -include/osgUtil/CubeMapGenerator -include/osgUtil/CullVisitor -include/osgUtil/DelaunayTriangulator -include/osgUtil/DisplayRequirementsVisitor -include/osgUtil/DrawElementTypeSimplifier -include/osgUtil/EdgeCollector -include/osgUtil/Export -include/osgUtil/GLObjectsVisitor -include/osgUtil/HalfWayMapGenerator -include/osgUtil/HighlightMapGenerator -include/osgUtil/IncrementalCompileOperation -include/osgUtil/IntersectVisitor -include/osgUtil/IntersectionVisitor -include/osgUtil/LineSegmentIntersector -include/osgUtil/MeshOptimizers -include/osgUtil/OperationArrayFunctor -include/osgUtil/Optimizer -include/osgUtil/PlaneIntersector -include/osgUtil/PolytopeIntersector -include/osgUtil/PositionalStateContainer -include/osgUtil/PrintVisitor -include/osgUtil/ReflectionMapGenerator -include/osgUtil/RenderBin -include/osgUtil/RenderLeaf -include/osgUtil/RenderStage -include/osgUtil/ReversePrimitiveFunctor -include/osgUtil/SceneGraphBuilder -include/osgUtil/SceneView -include/osgUtil/ShaderGen -include/osgUtil/Simplifier -include/osgUtil/SmoothingVisitor -include/osgUtil/StateGraph -include/osgUtil/Statistics -include/osgUtil/TangentSpaceGenerator -include/osgUtil/Tessellator -include/osgUtil/TransformAttributeFunctor -include/osgUtil/TransformCallback -include/osgUtil/TriStripVisitor -include/osgUtil/UpdateVisitor -include/osgUtil/Version -include/osgViewer/CompositeViewer -include/osgViewer/Export -include/osgViewer/GraphicsHandleX11 -include/osgViewer/GraphicsWindow -include/osgViewer/GraphicsWindowX11 -include/osgViewer/PixelBufferX11 -include/osgViewer/Renderer -include/osgViewer/Scene -include/osgViewer/Version -include/osgViewer/View -include/osgViewer/Viewer -include/osgViewer/ViewerBase -include/osgViewer/ViewerEventHandlers -include/osgViewer/api/X11/GraphicsHandleX11 -include/osgViewer/api/X11/GraphicsWindowX11 -include/osgViewer/api/X11/PixelBufferX11 -include/osgVolume/Export -include/osgVolume/FixedFunctionTechnique -include/osgVolume/Layer -include/osgVolume/Locator -include/osgVolume/Property -include/osgVolume/RayTracedTechnique -include/osgVolume/Version -include/osgVolume/Volume -include/osgVolume/VolumeTechnique -include/osgVolume/VolumeTile -include/osgWidget/Box -include/osgWidget/Browser -include/osgWidget/Canvas -include/osgWidget/EventInterface -include/osgWidget/Export -include/osgWidget/Frame -include/osgWidget/Input -include/osgWidget/Label -include/osgWidget/Lua -include/osgWidget/PdfReader -include/osgWidget/Python -include/osgWidget/ScriptEngine -include/osgWidget/StyleInterface -include/osgWidget/StyleManager -include/osgWidget/Table -include/osgWidget/Types -include/osgWidget/UIObjectParent -include/osgWidget/Util -include/osgWidget/Version -include/osgWidget/ViewerEventHandlers -include/osgWidget/VncClient -include/osgWidget/Widget -include/osgWidget/Window -include/osgWidget/WindowManager -lib/libOpenThreads.so -lib/libOpenThreads.so.%%OPENTHREADS_VERSION%% -lib/libOpenThreads.so.%%OPENTHREADS_SHLIBVER%% -lib/libosg.so -lib/libosg.so.%%OSG_VERSION%% -lib/libosg.so.%%OSG_SHLIBVER%% -lib/libosgAnimation.so -lib/libosgAnimation.so.%%OSG_VERSION%% -lib/libosgAnimation.so.%%OSG_SHLIBVER%% -lib/libosgDB.so -lib/libosgDB.so.%%OSG_VERSION%% -lib/libosgDB.so.%%OSG_SHLIBVER%% -lib/libosgFX.so -lib/libosgFX.so.%%OSG_VERSION%% -lib/libosgFX.so.%%OSG_SHLIBVER%% -lib/libosgGA.so -lib/libosgGA.so.%%OSG_VERSION%% -lib/libosgGA.so.%%OSG_SHLIBVER%% -lib/libosgManipulator.so -lib/libosgManipulator.so.%%OSG_VERSION%% -lib/libosgManipulator.so.%%OSG_SHLIBVER%% -lib/libosgParticle.so -lib/libosgParticle.so.%%OSG_VERSION%% -lib/libosgParticle.so.%%OSG_SHLIBVER%% -lib/libosgPresentation.so -lib/libosgPresentation.so.%%OSG_VERSION%% -lib/libosgPresentation.so.%%OSG_SHLIBVER%% -lib/libosgShadow.so -lib/libosgShadow.so.%%OSG_VERSION%% -lib/libosgShadow.so.%%OSG_SHLIBVER%% -lib/libosgSim.so -lib/libosgSim.so.%%OSG_VERSION%% -lib/libosgSim.so.%%OSG_SHLIBVER%% -lib/libosgTerrain.so -lib/libosgTerrain.so.%%OSG_VERSION%% -lib/libosgTerrain.so.%%OSG_SHLIBVER%% -lib/libosgText.so -lib/libosgText.so.%%OSG_VERSION%% -lib/libosgText.so.%%OSG_SHLIBVER%% -lib/libosgUtil.so -lib/libosgUtil.so.%%OSG_VERSION%% -lib/libosgUtil.so.%%OSG_SHLIBVER%% -lib/libosgViewer.so -lib/libosgViewer.so.%%OSG_VERSION%% -lib/libosgViewer.so.%%OSG_SHLIBVER%% -lib/libosgVolume.so -lib/libosgVolume.so.%%OSG_VERSION%% -lib/libosgVolume.so.%%OSG_SHLIBVER%% -lib/libosgWidget.so -lib/libosgWidget.so.%%OSG_VERSION%% -lib/libosgWidget.so.%%OSG_SHLIBVER%% -lib/osgPlugins-%%OSG_VERSION%%/osgdb_3dc.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_3ds.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_ac.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_bmp.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_bsp.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_bvh.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_cfg.so -%%CURL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_curl.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_dds.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osg.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osganimation.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgfx.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgparticle.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgshadow.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgsim.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgterrain.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgtext.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgviewer.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgvolume.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_deprecated_osgwidget.so -%%ITK%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_dicom.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_dot.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_dw.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_dxf.so -%%OPENEXR%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_exr.so -%%FFMPEG%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_ffmpeg.so -%%FREETYPE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_freetype.so -%%GDAL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gdal.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_geo.so -%%GIF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gif.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_glsl.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_gz.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_hdr.so -%%INVENTOR%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_iv.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_ive.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_jpeg.so -%%JASPER%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_jp2.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_logo.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_lwo.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_lws.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_md2.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_mdl.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_normals.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_obj.so -%%GDAL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_ogr.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_openflight.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osg.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osga.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgshadow.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgterrain.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgtgz.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgviewer.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_p3d.so -%%PDF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_pdf.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_pic.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_ply.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_png.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_pnm.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_revisions.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_rgb.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_rot.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_scale.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osg.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osganimation.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgfx.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgmanipulator.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgparticle.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgshadow.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgsim.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgterrain.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgtext.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgvolume.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_shp.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_stl.so -%%SVG%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_svg.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_tga.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_tgz.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_tiff.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_trans.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_txf.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_txp.so -%%VNC%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_vnc.so -%%OPENVRML%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_vrml.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_vtf.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_x.so -%%XINE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_xine.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_zip.so -libdata/pkgconfig/openscenegraph-osg.pc -libdata/pkgconfig/openscenegraph-osgAnimation.pc -libdata/pkgconfig/openscenegraph-osgDB.pc -libdata/pkgconfig/openscenegraph-osgFX.pc -libdata/pkgconfig/openscenegraph-osgGA.pc -libdata/pkgconfig/openscenegraph-osgIntrospection.pc -libdata/pkgconfig/openscenegraph-osgManipulator.pc -libdata/pkgconfig/openscenegraph-osgParticle.pc -libdata/pkgconfig/openscenegraph-osgShadow.pc -libdata/pkgconfig/openscenegraph-osgSim.pc -libdata/pkgconfig/openscenegraph-osgTerrain.pc -libdata/pkgconfig/openscenegraph-osgText.pc -libdata/pkgconfig/openscenegraph-osgUtil.pc -libdata/pkgconfig/openscenegraph-osgViewer.pc -libdata/pkgconfig/openscenegraph-osgVolume.pc -libdata/pkgconfig/openscenegraph-osgWidget.pc -libdata/pkgconfig/openscenegraph.pc -libdata/pkgconfig/openthreads.pc -@dirrm lib/osgPlugins-%%OSG_VERSION%% -@dirrm include/osgWidget -@dirrm include/osgVolume -@dirrm include/osgViewer/api/X11 -@dirrm include/osgViewer/api -@dirrm include/osgViewer -@dirrm include/osgUtil -@dirrm include/osgText -@dirrm include/osgTerrain -@dirrm include/osgSim -@dirrm include/osgShadow -@dirrm include/osgPresentation -@dirrm include/osgParticle -@dirrm include/osgManipulator -@dirrm include/osgGA -@dirrm include/osgFX -@dirrm include/osgDB -@dirrm include/osgAnimation -@dirrm include/osg -@dirrm include/OpenThreads diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile deleted file mode 100644 index 8ebc7ec3e..000000000 --- a/graphics/osg/Makefile +++ /dev/null @@ -1,223 +0,0 @@ -# New ports collection makefile for: Open Scene Graph -# Date created: 26 Apr 2001 -# Whom: Randall Hopper <aa8vb@nc.rr.com> -# -# $FreeBSD$ -# - -PORTNAME= osg -PORTVERSION= 2.8.2 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ - http://mirror.amdmi3.ru/distfiles/ -DISTNAME= OpenSceneGraph-${PORTVERSION} - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= C++ OpenGL scene graph library for real-time rendering - -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= osg-devel-[0-9]* - -USE_ZIP= yes -USE_CMAKE= yes -USE_GL= gl glu -USE_GNOME= pkgconfig -USE_XORG= x11 -USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes - -PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=55 \ - OPENTHREADS_VERSION=2.4.0 \ - OPENTHREADS_SHLIBVER=11 - -PORTSCOUT= limitw:1,even - -OPTIONS= CURL "Support for cURL" off \ - FREETYPE "Support for FreeType" on \ - GDAL "Support for GDAL" off \ - GIF "Support for libungif" on \ - INVENTOR "Support for SGI OpenInventor" off \ - JASPER "Support for JPEG2000" off \ - XINE "Support for Xine" off \ - ITK "Support for InsightToolkit" off \ - VNC "Support for LibVNCServer" off \ - OPENEXR "Support for OpenEXR" off \ - SVG "Support for SVG through librsvg2" off \ - PDF "Support for PDF through poppler" off \ - XRANDR "Use Xrandr" on - -# broken (openvrml from ports is too old) -# OPENVRML "Support for OpenVRML" off - -.include <bsd.port.pre.mk> - -# GUI toolkits are only needed for building examples, which are not even installed -FORCE_IGNORE= FLTK GLUT SDL FOX Qt3 Qt4 wxWidgets # only for examples -FORCE_IGNORE+= COLLADA Performer OurDCMTK XUL # not in ports -FORCE_REQUIRE= Threads OpenGL X11 JPEG PNG TIFF ZLIB # common & lightweight -FORCE_PC_IGNORE= GTK GTKGL # only for examples -FORCE_PC_REQUIRE= - -# options that affect FIND_PACKAGE -.if defined(WITH_CURL) -FORCE_REQUIRE+= CURL -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl -PLIST_SUB+= CURL="" -.else -FORCE_IGNORE+= CURL -PLIST_SUB+= CURL="@comment " -.endif - -.if !defined(WITHOUT_FREETYPE) -FORCE_REQUIRE+= FreeType -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 -PLIST_SUB+= FREETYPE="" -.else -FORCE_IGNORE+= FreeType -PLIST_SUB+= FREETYPE="@comment " -.endif - -.if defined(WITH_GDAL) -FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal -PLIST_SUB+= GDAL="" -.else -FORCE_IGNORE+= GDAL -PLIST_SUB+= GDAL="@comment " -.endif - -.if defined(WITH_GIF) -FORCE_REQUIRE+= GIFLIB -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif -PLIST_SUB+= GIF="" -.else -FORCE_IGNORE+= GIFLIB -PLIST_SUB+= GIF="@comment " -.endif - -.if defined(WITH_INVENTOR) -FORCE_REQUIRE+= Inventor -BUILD_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor -RUN_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor -PLIST_SUB+= INVENTOR="" -.else -FORCE_IGNORE+= Inventor -PLIST_SUB+= INVENTOR="@comment " -.endif - -.if defined(WITH_JASPER) -FORCE_REQUIRE+= Jasper -LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper -PLIST_SUB+= JASPER="" -.else -FORCE_IGNORE+= Jasper -PLIST_SUB+= JASPER="@comment " -.endif - -#.if defined(WITH_OPENVRML) -#FORCE_REQUIRE+= OpenVRML -#LIB_DEPENDS+= openvrml.8:${PORTSDIR}/www/openvrml -#PLIST_SUB+= OPENVRML="" -#.else -FORCE_IGNORE+= OpenVRML -PLIST_SUB+= OPENVRML="@comment " -#.endif - -.if defined(WITH_XINE) -FORCE_REQUIRE+= Xine -LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine -PLIST_SUB+= XINE="" -.else -FORCE_IGNORE+= Xine -PLIST_SUB+= XINE="@comment " -.endif - -.if defined(WITH_ITK) -FORCE_REQUIRE+= ITK -BUILD_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit -RUN_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit -PLIST_SUB+= ITK="" -CXXFLAGS+= -DVCL_CAN_STATIC_CONST_INIT_FLOAT=0 -.else -FORCE_IGNORE+= ITK -PLIST_SUB+= ITK="@comment " -.endif - -.if defined(WITH_VNC) -FORCE_REQUIRE+= LibVNCServer -LIB_DEPENDS+= vncserver.0:${PORTSDIR}/net/libvncserver -PLIST_SUB+= VNC="" -.else -FORCE_IGNORE+= LibVNCServer -PLIST_SUB+= VNC="@comment " -.endif - -.if defined(WITH_OPENEXR) -FORCE_REQUIRE+= OpenEXR -LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR -PLIST_SUB+= OPENEXR="" -.else -FORCE_IGNORE+= OpenEXR -PLIST_SUB+= OPENEXR="@comment " -.endif - -# options that affect PKG_CHECK_MODULES -.if defined(WITH_SVG) -FORCE_PC_REQUIRE+=RSVG -LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2 -PLIST_SUB+= SVG="" -.else -FORCE_PC_IGNORE+=RSVG -PLIST_SUB+= SVG="@comment " -.endif - -.if defined(WITH_PDF) -FORCE_PC_REQUIRE+=POPPLER -LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk -PLIST_SUB+= PDF="" -.else -FORCE_PC_IGNORE+=POPPLER -PLIST_SUB+= PDF="@comment " -.endif - -.if defined(WITH_SVG) || defined(WITH_PDF) -FORCE_PC_REQUIRE+=CAIRO -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -.else -FORCE_PC_IGNORE+=CAIRO -.endif - -# other options -.if defined(WITHOUT_XRANDR) -CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=OFF -.else -CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=ON -USE_XORG+= xrandr -.endif - -post-patch: - @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' -.for p in ${FORCE_REQUIRE} - @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ - ${WRKSRC}/CMakeLists.txt -.endfor -.for p in ${FORCE_IGNORE} - @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|^|#|' \ - ${WRKSRC}/CMakeLists.txt -.endfor -.for p in ${FORCE_PC_REQUIRE} - @${REINPLACE_CMD} -e 's|PKG_CHECK_MODULES.*${p}|& REQUIRED| ' \ - ${WRKSRC}/CMakeLists.txt -.endfor -.for p in ${FORCE_PC_IGNORE} - @${REINPLACE_CMD} -e '/PKG_CHECK_MODULES.*${p}/ s|^|#|' \ - ${WRKSRC}/CMakeLists.txt -.endfor - -.include <bsd.port.post.mk> diff --git a/graphics/osg/distinfo b/graphics/osg/distinfo deleted file mode 100644 index 6ebeb1851..000000000 --- a/graphics/osg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (OpenSceneGraph-2.8.2.zip) = 99d0b37f403b85b4559514b6b9849d9e -SHA256 (OpenSceneGraph-2.8.2.zip) = 0903e3a29eba07856c563d1b313f6b803bee702e9145a27677d8dcab57db98ab -SIZE (OpenSceneGraph-2.8.2.zip) = 6472487 diff --git a/graphics/osg/files/patch-CMakeLists.txt b/graphics/osg/files/patch-CMakeLists.txt deleted file mode 100644 index e7dc6a6dc..000000000 --- a/graphics/osg/files/patch-CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ ---- CMakeLists.txt.orig 2009-01-29 16:29:08.000000000 +0300 -+++ CMakeLists.txt 2009-02-05 17:45:24.000000000 +0300 -@@ -459,7 +459,7 @@ - - IF(UNIX AND NOT WIN32 AND NOT APPLE) - IF(CMAKE_SIZEOF_VOID_P MATCHES "8") -- SET(LIB_POSTFIX "64" CACHE STRING "suffix for 32/64 dir placement") -+ SET(LIB_POSTFIX "" CACHE STRING "suffix for 32/64 dir placement") - MARK_AS_ADVANCED(LIB_POSTFIX) - ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8") - ENDIF(UNIX AND NOT WIN32 AND NOT APPLE) -@@ -766,7 +766,7 @@ - @ONLY - ) - --INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openscenegraph.pc DESTINATION lib${LIB_POSTFIX}/pkgconfig COMPONENT libopenscenegraph-dev) -+INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openscenegraph.pc DESTINATION libdata/pkgconfig COMPONENT libopenscenegraph-dev) - - # Run this as late as possible so users can easier spot the message - IF (${CMAKE_INSTALL_PREFIX} STREQUAL "/usr/local") diff --git a/graphics/osg/files/patch-src-OpenThreads-CMakeLists.txt b/graphics/osg/files/patch-src-OpenThreads-CMakeLists.txt deleted file mode 100644 index 675ef5a72..000000000 --- a/graphics/osg/files/patch-src-OpenThreads-CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- src/OpenThreads/CMakeLists.txt.orig 2009-01-27 18:34:57.000000000 +0300 -+++ src/OpenThreads/CMakeLists.txt 2009-02-05 17:54:57.000000000 +0300 -@@ -94,4 +94,4 @@ - @ONLY - ) - --INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openthreads.pc DESTINATION lib${LIB_POSTFIX}/pkgconfig) -+INSTALL(FILES ${PROJECT_BINARY_DIR}/packaging/pkgconfig/openthreads.pc DESTINATION libdata/pkgconfig) diff --git a/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ b/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ deleted file mode 100644 index d1997c322..000000000 --- a/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ +++ /dev/null @@ -1,37 +0,0 @@ ---- src/OpenThreads/pthreads/PThread.c++.orig 2008-11-05 13:27:49.000000000 +0300 -+++ src/OpenThreads/pthreads/PThread.c++ 2009-02-04 18:06:28.000000000 +0300 -@@ -21,6 +21,7 @@ - #include <sys/types.h> - #include <unistd.h> - #include <pthread.h> -+#include <pthread_np.h> - - #if defined __linux || defined __sun || defined __APPLE__ - #include <string.h> -@@ -125,7 +126,7 @@ - #if defined(__sgi) - pthread_setrunon_np( pd->cpunum ); - #elif defined(HAVE_PTHREAD_SETAFFINITY_NP) || defined(HAVE_THREE_PARAM_SCHED_SETAFFINITY) || defined(HAVE_TWO_PARAM_SCHED_SETAFFINITY) -- cpu_set_t cpumask; -+ cpuset_t cpumask; - CPU_ZERO( &cpumask ); - CPU_SET( pd->cpunum, &cpumask ); - -@@ -541,7 +542,7 @@ - - if (pd->isRunning && Thread::CurrentThread()==this) - { -- cpu_set_t cpumask; -+ cpuset_t cpumask; - CPU_ZERO( &cpumask ); - CPU_SET( pd->cpunum, &cpumask ); - #if defined(HAVE_PTHREAD_SETAFFINITY_NP) -@@ -975,7 +976,7 @@ - else - { - #if defined(HAVE_PTHREAD_SETAFFINITY_NP) || defined(HAVE_THREE_PARAM_SCHED_SETAFFINITY) || defined(HAVE_TWO_PARAM_SCHED_SETAFFINITY) -- cpu_set_t cpumask; -+ cpuset_t cpumask; - CPU_ZERO( &cpumask ); - CPU_SET( cpunum, &cpumask ); - diff --git a/graphics/osg/files/patch-src-osgPlugins-png-ReaderWriterPNG.cpp b/graphics/osg/files/patch-src-osgPlugins-png-ReaderWriterPNG.cpp deleted file mode 100644 index 0891be87a..000000000 --- a/graphics/osg/files/patch-src-osgPlugins-png-ReaderWriterPNG.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/osgPlugins/png/ReaderWriterPNG.cpp.orig 2010-03-28 16:40:42.000000000 -0600 -+++ src/osgPlugins/png/ReaderWriterPNG.cpp 2010-03-28 16:41:42.000000000 -0600 -@@ -173,7 +173,7 @@ - endinfo = png_create_info_struct(png); - - fin.read((char*)header,8); -- if (fin.gcount() == 8 && png_check_sig(header, 8)) -+ if (fin.gcount() == 8 && (png_sig_cmp(header, 0, 8) == 0)) - png_set_read_fn(png,&fin,png_read_istream); //Use custom read function that will get data from istream - else - { -@@ -224,7 +224,7 @@ - if (color == PNG_COLOR_TYPE_PALETTE) - png_set_palette_to_rgb(png); - if (color == PNG_COLOR_TYPE_GRAY && depth < 8) -- png_set_gray_1_2_4_to_8(png); -+ png_set_expand_gray_1_2_4_to_8(png); - if (png_get_valid(png, info, PNG_INFO_tRNS)) - png_set_tRNS_to_alpha(png); - diff --git a/graphics/osg/pkg-descr b/graphics/osg/pkg-descr deleted file mode 100644 index 614609091..000000000 --- a/graphics/osg/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Open Scene Graph is a cross-platform C++ OpenGL library for the -real-time, photo-realistic rendering of large 3D models. Uses range from -visual simulation, to scientific modelling, to games, to whatever you can -think of! - -WWW: http://www.openscenegraph.org/ diff --git a/graphics/osg/pkg-plist b/graphics/osg/pkg-plist deleted file mode 100644 index 072228684..000000000 --- a/graphics/osg/pkg-plist +++ /dev/null @@ -1,606 +0,0 @@ -bin/osgarchive -bin/osgconv -bin/osgfilecache -bin/osgversion -bin/osgviewer -include/OpenThreads/Atomic -include/OpenThreads/Barrier -include/OpenThreads/Block -include/OpenThreads/Condition -include/OpenThreads/Config -include/OpenThreads/Exports -include/OpenThreads/Mutex -include/OpenThreads/ReadWriteMutex -include/OpenThreads/ReentrantMutex -include/OpenThreads/ScopedLock -include/OpenThreads/Thread -include/OpenThreads/Version -include/osg/AlphaFunc -include/osg/AnimationPath -include/osg/ApplicationUsage -include/osg/ArgumentParser -include/osg/Array -include/osg/AutoTransform -include/osg/Billboard -include/osg/BlendColor -include/osg/BlendEquation -include/osg/BlendFunc -include/osg/BoundingBox -include/osg/BoundingSphere -include/osg/BoundsChecking -include/osg/BufferObject -include/osg/Camera -include/osg/CameraNode -include/osg/CameraView -include/osg/ClampColor -include/osg/ClearNode -include/osg/ClipNode -include/osg/ClipPlane -include/osg/ClusterCullingCallback -include/osg/CollectOccludersVisitor -include/osg/ColorMask -include/osg/ColorMatrix -include/osg/ComputeBoundsVisitor -include/osg/Config -include/osg/ConvexPlanarOccluder -include/osg/ConvexPlanarPolygon -include/osg/CoordinateSystemNode -include/osg/CopyOp -include/osg/CullFace -include/osg/CullSettings -include/osg/CullStack -include/osg/CullingSet -include/osg/DeleteHandler -include/osg/Depth -include/osg/DisplaySettings -include/osg/DrawPixels -include/osg/Drawable -include/osg/Endian -include/osg/Export -include/osg/Fog -include/osg/FragmentProgram -include/osg/FrameBufferObject -include/osg/FrameStamp -include/osg/FrontFace -include/osg/GL -include/osg/GL2Extensions -include/osg/GLExtensions -include/osg/GLObjects -include/osg/GLU -include/osg/Geode -include/osg/Geometry -include/osg/GraphicsContext -include/osg/GraphicsThread -include/osg/Group -include/osg/Hint -include/osg/Image -include/osg/ImageSequence -include/osg/ImageStream -include/osg/ImageUtils -include/osg/KdTree -include/osg/LOD -include/osg/Light -include/osg/LightModel -include/osg/LightSource -include/osg/LineSegment -include/osg/LineStipple -include/osg/LineWidth -include/osg/LogicOp -include/osg/Material -include/osg/Math -include/osg/Matrix -include/osg/MatrixTransform -include/osg/Matrixd -include/osg/Matrixf -include/osg/MixinVector -include/osg/Multisample -include/osg/Node -include/osg/NodeCallback -include/osg/NodeTrackerCallback -include/osg/NodeVisitor -include/osg/Notify -include/osg/Object -include/osg/OccluderNode -include/osg/OcclusionQueryNode -include/osg/OperationThread -include/osg/PagedLOD -include/osg/Plane -include/osg/Point -include/osg/PointSprite -include/osg/PolygonMode -include/osg/PolygonOffset -include/osg/PolygonStipple -include/osg/Polytope -include/osg/PositionAttitudeTransform -include/osg/PrimitiveSet -include/osg/Program -include/osg/Projection -include/osg/ProxyNode -include/osg/Quat -include/osg/Referenced -include/osg/RenderInfo -include/osg/Scissor -include/osg/Sequence -include/osg/ShadeModel -include/osg/Shader -include/osg/ShadowVolumeOccluder -include/osg/Shape -include/osg/ShapeDrawable -include/osg/State -include/osg/StateAttribute -include/osg/StateSet -include/osg/Stats -include/osg/Stencil -include/osg/StencilTwoSided -include/osg/Switch -include/osg/TemplatePrimitiveFunctor -include/osg/TexEnv -include/osg/TexEnvCombine -include/osg/TexEnvFilter -include/osg/TexGen -include/osg/TexGenNode -include/osg/TexMat -include/osg/Texture -include/osg/Texture1D -include/osg/Texture2D -include/osg/Texture2DArray -include/osg/Texture3D -include/osg/TextureCubeMap -include/osg/TextureRectangle -include/osg/Timer -include/osg/TransferFunction -include/osg/Transform -include/osg/TriangleFunctor -include/osg/TriangleIndexFunctor -include/osg/Uniform -include/osg/Vec2 -include/osg/Vec2b -include/osg/Vec2d -include/osg/Vec2f -include/osg/Vec2s -include/osg/Vec3 -include/osg/Vec3b -include/osg/Vec3d -include/osg/Vec3f -include/osg/Vec3s -include/osg/Vec4 -include/osg/Vec4b -include/osg/Vec4d -include/osg/Vec4f -include/osg/Vec4s -include/osg/Vec4ub -include/osg/Version -include/osg/VertexProgram -include/osg/View -include/osg/Viewport -include/osg/buffered_value -include/osg/fast_back_stack -include/osg/io_utils -include/osg/observer_ptr -include/osg/ref_ptr -include/osgAnimation/Animation -include/osgAnimation/AnimationManagerBase -include/osgAnimation/Assert -include/osgAnimation/BasicAnimationManager -include/osgAnimation/Bone -include/osgAnimation/Channel -include/osgAnimation/CubicBezier -include/osgAnimation/EaseMotion -include/osgAnimation/Export -include/osgAnimation/Interpolator -include/osgAnimation/Keyframe -include/osgAnimation/LinkVisitor -include/osgAnimation/RigGeometry -include/osgAnimation/Sampler -include/osgAnimation/Skeleton -include/osgAnimation/Skinning -include/osgAnimation/Target -include/osgAnimation/Timeline -include/osgAnimation/TimelineAnimationManager -include/osgAnimation/UpdateCallback -include/osgAnimation/Vec3Packed -include/osgAnimation/VertexInfluence -include/osgDB/Archive -include/osgDB/AuthenticationMap -include/osgDB/ConvertUTF -include/osgDB/DatabasePager -include/osgDB/DotOsgWrapper -include/osgDB/DynamicLibrary -include/osgDB/Export -include/osgDB/Field -include/osgDB/FieldReader -include/osgDB/FieldReaderIterator -include/osgDB/FileCache -include/osgDB/FileNameUtils -include/osgDB/FileUtils -include/osgDB/ImageOptions -include/osgDB/ImagePager -include/osgDB/Input -include/osgDB/Output -include/osgDB/ParameterOutput -include/osgDB/PluginQuery -include/osgDB/ReadFile -include/osgDB/ReaderWriter -include/osgDB/Registry -include/osgDB/Serializer -include/osgDB/SharedStateManager -include/osgDB/Version -include/osgDB/WriteFile -include/osgDB/fstream -include/osgFX/AnisotropicLighting -include/osgFX/BumpMapping -include/osgFX/Cartoon -include/osgFX/Effect -include/osgFX/Export -include/osgFX/MultiTextureControl -include/osgFX/Registry -include/osgFX/Scribe -include/osgFX/SpecularHighlights -include/osgFX/Technique -include/osgFX/Validator -include/osgFX/Version -include/osgGA/AnimationPathManipulator -include/osgGA/CameraViewSwitchManipulator -include/osgGA/DriveManipulator -include/osgGA/EventQueue -include/osgGA/EventVisitor -include/osgGA/Export -include/osgGA/FlightManipulator -include/osgGA/GUIActionAdapter -include/osgGA/GUIEventAdapter -include/osgGA/GUIEventHandler -include/osgGA/KeySwitchMatrixManipulator -include/osgGA/MatrixManipulator -include/osgGA/NodeTrackerManipulator -include/osgGA/StateSetManipulator -include/osgGA/TerrainManipulator -include/osgGA/TrackballManipulator -include/osgGA/UFOManipulator -include/osgGA/Version -include/osgManipulator/AntiSquish -include/osgManipulator/Command -include/osgManipulator/CommandManager -include/osgManipulator/Constraint -include/osgManipulator/Dragger -include/osgManipulator/Export -include/osgManipulator/Projector -include/osgManipulator/RotateCylinderDragger -include/osgManipulator/RotateSphereDragger -include/osgManipulator/Scale1DDragger -include/osgManipulator/Scale2DDragger -include/osgManipulator/ScaleAxisDragger -include/osgManipulator/Selection -include/osgManipulator/TabBoxDragger -include/osgManipulator/TabPlaneDragger -include/osgManipulator/TabPlaneTrackballDragger -include/osgManipulator/TrackballDragger -include/osgManipulator/Translate1DDragger -include/osgManipulator/Translate2DDragger -include/osgManipulator/TranslateAxisDragger -include/osgManipulator/TranslatePlaneDragger -include/osgManipulator/Version -include/osgParticle/AccelOperator -include/osgParticle/AngularAccelOperator -include/osgParticle/BoxPlacer -include/osgParticle/CenteredPlacer -include/osgParticle/ConnectedParticleSystem -include/osgParticle/ConstantRateCounter -include/osgParticle/Counter -include/osgParticle/Emitter -include/osgParticle/ExplosionDebrisEffect -include/osgParticle/ExplosionEffect -include/osgParticle/Export -include/osgParticle/FireEffect -include/osgParticle/FluidFrictionOperator -include/osgParticle/FluidProgram -include/osgParticle/ForceOperator -include/osgParticle/Interpolator -include/osgParticle/LinearInterpolator -include/osgParticle/ModularEmitter -include/osgParticle/ModularProgram -include/osgParticle/MultiSegmentPlacer -include/osgParticle/Operator -include/osgParticle/Particle -include/osgParticle/ParticleEffect -include/osgParticle/ParticleProcessor -include/osgParticle/ParticleSystem -include/osgParticle/ParticleSystemUpdater -include/osgParticle/Placer -include/osgParticle/PointPlacer -include/osgParticle/PrecipitationEffect -include/osgParticle/Program -include/osgParticle/RadialShooter -include/osgParticle/RandomRateCounter -include/osgParticle/SectorPlacer -include/osgParticle/SegmentPlacer -include/osgParticle/Shooter -include/osgParticle/SmokeEffect -include/osgParticle/SmokeTrailEffect -include/osgParticle/VariableRateCounter -include/osgParticle/Version -include/osgParticle/range -include/osgShadow/ConvexPolyhedron -include/osgShadow/DebugShadowMap -include/osgShadow/Export -include/osgShadow/LightSpacePerspectiveShadowMap -include/osgShadow/MinimalCullBoundsShadowMap -include/osgShadow/MinimalDrawBoundsShadowMap -include/osgShadow/MinimalShadowMap -include/osgShadow/OccluderGeometry -include/osgShadow/ParallelSplitShadowMap -include/osgShadow/ProjectionShadowMap -include/osgShadow/ShadowMap -include/osgShadow/ShadowTechnique -include/osgShadow/ShadowTexture -include/osgShadow/ShadowVolume -include/osgShadow/ShadowedScene -include/osgShadow/SoftShadowMap -include/osgShadow/StandardShadowMap -include/osgShadow/Version -include/osgShadow/ViewDependentShadowTechnique -include/osgSim/BlinkSequence -include/osgSim/ColorRange -include/osgSim/DOFTransform -include/osgSim/ElevationSlice -include/osgSim/Export -include/osgSim/GeographicLocation -include/osgSim/HeightAboveTerrain -include/osgSim/Impostor -include/osgSim/ImpostorSprite -include/osgSim/InsertImpostorsVisitor -include/osgSim/LightPoint -include/osgSim/LightPointNode -include/osgSim/LightPointSystem -include/osgSim/LineOfSight -include/osgSim/MultiSwitch -include/osgSim/ObjectRecordData -include/osgSim/OverlayNode -include/osgSim/ScalarBar -include/osgSim/ScalarsToColors -include/osgSim/Sector -include/osgSim/ShapeAttribute -include/osgSim/SphereSegment -include/osgSim/Version -include/osgSim/VisibilityGroup -include/osgTerrain/Export -include/osgTerrain/GeometryTechnique -include/osgTerrain/Layer -include/osgTerrain/Locator -include/osgTerrain/Terrain -include/osgTerrain/TerrainTechnique -include/osgTerrain/TerrainTile -include/osgTerrain/ValidDataOperator -include/osgTerrain/Version -include/osgText/Export -include/osgText/FadeText -include/osgText/Font -include/osgText/Font3D -include/osgText/KerningType -include/osgText/String -include/osgText/Text -include/osgText/Text3D -include/osgText/TextBase -include/osgText/Version -include/osgUtil/ConvertVec -include/osgUtil/CubeMapGenerator -include/osgUtil/CullVisitor -include/osgUtil/DelaunayTriangulator -include/osgUtil/DisplayRequirementsVisitor -include/osgUtil/DrawElementTypeSimplifier -include/osgUtil/EdgeCollector -include/osgUtil/Export -include/osgUtil/GLObjectsVisitor -include/osgUtil/HalfWayMapGenerator -include/osgUtil/HighlightMapGenerator -include/osgUtil/IntersectVisitor -include/osgUtil/IntersectionVisitor -include/osgUtil/LineSegmentIntersector -include/osgUtil/OperationArrayFunctor -include/osgUtil/Optimizer -include/osgUtil/PlaneIntersector -include/osgUtil/PolytopeIntersector -include/osgUtil/PositionalStateContainer -include/osgUtil/ReflectionMapGenerator -include/osgUtil/RenderBin -include/osgUtil/RenderLeaf -include/osgUtil/RenderStage -include/osgUtil/ReversePrimitiveFunctor -include/osgUtil/SceneGraphBuilder -include/osgUtil/SceneView -include/osgUtil/Simplifier -include/osgUtil/SmoothingVisitor -include/osgUtil/StateGraph -include/osgUtil/Statistics -include/osgUtil/TangentSpaceGenerator -include/osgUtil/Tessellator -include/osgUtil/TransformAttributeFunctor -include/osgUtil/TransformCallback -include/osgUtil/TriStripVisitor -include/osgUtil/UpdateVisitor -include/osgUtil/Version -include/osgViewer/CompositeViewer -include/osgViewer/Export -include/osgViewer/GraphicsWindow -include/osgViewer/GraphicsWindowX11 -include/osgViewer/PixelBufferX11 -include/osgViewer/Renderer -include/osgViewer/Scene -include/osgViewer/Version -include/osgViewer/View -include/osgViewer/Viewer -include/osgViewer/ViewerBase -include/osgViewer/ViewerEventHandlers -include/osgViewer/api/X11/GraphicsWindowX11 -include/osgViewer/api/X11/PixelBufferX11 -include/osgVolume/Export -include/osgVolume/FixedFunctionTechnique -include/osgVolume/Layer -include/osgVolume/Locator -include/osgVolume/Property -include/osgVolume/RayTracedTechnique -include/osgVolume/Version -include/osgVolume/Volume -include/osgVolume/VolumeTechnique -include/osgVolume/VolumeTile -include/osgWidget/Box -include/osgWidget/Browser -include/osgWidget/Canvas -include/osgWidget/EventInterface -include/osgWidget/Export -include/osgWidget/Frame -include/osgWidget/Input -include/osgWidget/Label -include/osgWidget/Lua -include/osgWidget/PdfReader -include/osgWidget/Python -include/osgWidget/ScriptEngine -include/osgWidget/StyleInterface -include/osgWidget/StyleManager -include/osgWidget/Table -include/osgWidget/Types -include/osgWidget/UIObjectParent -include/osgWidget/Util -include/osgWidget/Version -include/osgWidget/ViewerEventHandlers -include/osgWidget/VncClient -include/osgWidget/Widget -include/osgWidget/Window -include/osgWidget/WindowManager -lib/libOpenThreads.so -lib/libOpenThreads.so.%%OPENTHREADS_VERSION%% -lib/libOpenThreads.so.%%OPENTHREADS_SHLIBVER%% -lib/libosg.so -lib/libosg.so.%%OSG_VERSION%% -lib/libosg.so.%%OSG_SHLIBVER%% -lib/libosgAnimation.so -lib/libosgAnimation.so.%%OSG_VERSION%% -lib/libosgAnimation.so.%%OSG_SHLIBVER%% -lib/libosgDB.so -lib/libosgDB.so.%%OSG_VERSION%% -lib/libosgDB.so.%%OSG_SHLIBVER%% -lib/libosgFX.so -lib/libosgFX.so.%%OSG_VERSION%% -lib/libosgFX.so.%%OSG_SHLIBVER%% -lib/libosgGA.so -lib/libosgGA.so.%%OSG_VERSION%% -lib/libosgGA.so.%%OSG_SHLIBVER%% -lib/libosgManipulator.so -lib/libosgManipulator.so.%%OSG_VERSION%% -lib/libosgManipulator.so.%%OSG_SHLIBVER%% -lib/libosgParticle.so -lib/libosgParticle.so.%%OSG_VERSION%% -lib/libosgParticle.so.%%OSG_SHLIBVER%% -lib/libosgShadow.so -lib/libosgShadow.so.%%OSG_VERSION%% -lib/libosgShadow.so.%%OSG_SHLIBVER%% -lib/libosgSim.so -lib/libosgSim.so.%%OSG_VERSION%% -lib/libosgSim.so.%%OSG_SHLIBVER%% -lib/libosgTerrain.so -lib/libosgTerrain.so.%%OSG_VERSION%% -lib/libosgTerrain.so.%%OSG_SHLIBVER%% -lib/libosgText.so -lib/libosgText.so.%%OSG_VERSION%% -lib/libosgText.so.%%OSG_SHLIBVER%% -lib/libosgUtil.so -lib/libosgUtil.so.%%OSG_VERSION%% -lib/libosgUtil.so.%%OSG_SHLIBVER%% -lib/libosgViewer.so -lib/libosgViewer.so.%%OSG_VERSION%% -lib/libosgViewer.so.%%OSG_SHLIBVER%% -lib/libosgVolume.so -lib/libosgVolume.so.%%OSG_VERSION%% -lib/libosgVolume.so.%%OSG_SHLIBVER%% -lib/libosgWidget.so -lib/libosgWidget.so.%%OSG_VERSION%% -lib/libosgWidget.so.%%OSG_SHLIBVER%% -lib/osgPlugins-%%OSG_VERSION%%/osgdb_3dc.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_3ds.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_ac.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_bmp.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_bsp.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_bvh.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_cfg.so -%%CURL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_curl.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_dds.so -%%ITK%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_dicom.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_dot.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_dw.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_dxf.so -%%OPENEXR%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_exr.so -%%FREETYPE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_freetype.so -%%GDAL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gdal.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_geo.so -%%GIF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gif.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_glsl.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_gz.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_hdr.so -%%INVENTOR%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_iv.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_ive.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_jpeg.so -%%JASPER%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_jp2.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_logo.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_lwo.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_lws.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_md2.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_mdl.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_normals.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_obj.so -%%GDAL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_ogr.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_openflight.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osg.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osga.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osganimation.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgfx.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgparticle.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgshadow.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgsim.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgterrain.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgtext.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgtgz.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgviewer.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgvolume.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgwidget.so -%%PDF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_pdf.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_pic.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_png.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_pnm.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_rgb.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_rot.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_scale.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_shp.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_stl.so -%%SVG%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_svg.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_tga.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_tgz.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_tiff.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_trans.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_txf.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_txp.so -%%VNC%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_vnc.so -%%OPENVRML%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_vrml.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_vtf.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_x.so -%%XINE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_xine.so -lib/osgPlugins-%%OSG_VERSION%%/osgdb_zip.so -libdata/pkgconfig/openscenegraph.pc -libdata/pkgconfig/openthreads.pc -@dirrm lib/osgPlugins-%%OSG_VERSION%% -@dirrm include/osgWidget -@dirrm include/osgVolume -@dirrm include/osgViewer/api/X11 -@dirrm include/osgViewer/api -@dirrm include/osgViewer -@dirrm include/osgUtil -@dirrm include/osgText -@dirrm include/osgTerrain -@dirrm include/osgSim -@dirrm include/osgShadow -@dirrm include/osgParticle -@dirrm include/osgManipulator -@dirrm include/osgGA -@dirrm include/osgFX -@dirrm include/osgDB -@dirrm include/osgAnimation -@dirrm include/osg -@dirrm include/OpenThreads diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile deleted file mode 100644 index 8a61049db..000000000 --- a/graphics/pdf2svg/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: pdf2svg -# Date created: Mar 13 2009 -# Whom: martin.dieringer@gmx.de -# -# $FreeBSD$ - -PORTNAME= pdf2svg -PORTVERSION= 0.2.1 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= http://www.cityinthesky.co.uk/files/ - -MAINTAINER= martin.dieringer@gmx.de -COMMENT= Convert PDF to SVG - -LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-gtk \ - cairo:${PORTSDIR}/graphics/cairo \ - gtk:${PORTSDIR}/x11-toolkits/gtk20 - -GNU_CONFIGURE= yes - -PLIST_FILES= bin/pdf2svg - -.include <bsd.port.mk> diff --git a/graphics/pdf2svg/distinfo b/graphics/pdf2svg/distinfo deleted file mode 100644 index d9cdae0a7..000000000 --- a/graphics/pdf2svg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pdf2svg-0.2.1.tar.gz) = 59b3b9768166f73b77215e95d91f0a9d -SHA256 (pdf2svg-0.2.1.tar.gz) = 96e6902e0bca6aeb70f3c6621d0d95b346b14c6a0282c12c1e7635f67af0c74b -SIZE (pdf2svg-0.2.1.tar.gz) = 77601 diff --git a/graphics/pdf2svg/pkg-descr b/graphics/pdf2svg/pkg-descr deleted file mode 100644 index 43a40073e..000000000 --- a/graphics/pdf2svg/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Under Linux there aren't many freely available vector graphics editors and -as far as I know there are none that can edit EPS (encapsulated postscript) -and PDF (portable document format) files. I produce lots of these files in -my day-to-day work and I would like to be able to edit them. The best vector -graphics editor I have found so far is Inkscape but it only reads SVG -files... (Note: the upcoming v0.46 should be able to read PDFs!) - -To overcome this problem I have written a very small utility to convert PDF -files to SVG files using Poppler and Cairo. Version 0.2.1 is available here -(with modifications by Matthew Flaschen and Ed Grace). This appears to work -on any PDF document that Poppler can read (try them in XPDF or Evince since -they both use Poppler). - -So now it is possible to easily edit PDF documents with your favourite SVG -editor! One other alternative would be to use pstoedit but the commercial -SVG module costs (unsurprisingly!) and the free SVG module is not very good -at handling text... - -WWW: http://www.cityinthesky.co.uk/pdf2svg.html diff --git a/graphics/poppler-data/Makefile b/graphics/poppler-data/Makefile deleted file mode 100644 index 7b29b5ad4..000000000 --- a/graphics/poppler-data/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: poppler-data -# Date created: 2006-09-30 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/graphics/poppler-data/Makefile,v 1.1 2010/07/20 08:17:51 kwm Exp $ -# - -PORTNAME= poppler-data -PORTVERSION= 0.4.4 -CATEGORIES= graphics -MASTER_SITES= http://poppler.freedesktop.org/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Poppler encoding data - -NO_BUILD= yes - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/graphics/poppler-data/distinfo b/graphics/poppler-data/distinfo deleted file mode 100644 index f80a4f6f4..000000000 --- a/graphics/poppler-data/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (poppler-data-0.4.4.tar.gz) = 7643ada027b99a2ef508ed750b64a89b82c666bd841476b36a2426e69631fe8b -SIZE (poppler-data-0.4.4.tar.gz) = 4175352 diff --git a/graphics/poppler-data/pkg-descr b/graphics/poppler-data/pkg-descr deleted file mode 100644 index 4244716fa..000000000 --- a/graphics/poppler-data/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Poppler encoding data - -WWW: http://poppler.freedesktop.org/ diff --git a/graphics/poppler-data/pkg-plist b/graphics/poppler-data/pkg-plist deleted file mode 100644 index 2ffb016ab..000000000 --- a/graphics/poppler-data/pkg-plist +++ /dev/null @@ -1,257 +0,0 @@ -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-0 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-1 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-2 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-3 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-4 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-5 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-6 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-B5pc -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-ETen-B5 -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-CID -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-Host -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-H-Mac -share/poppler/cMap/Adobe-CNS1/Adobe-CNS1-UCS2 -share/poppler/cMap/Adobe-CNS1/B5-H -share/poppler/cMap/Adobe-CNS1/B5-V -share/poppler/cMap/Adobe-CNS1/B5pc-H -share/poppler/cMap/Adobe-CNS1/B5pc-UCS2 -share/poppler/cMap/Adobe-CNS1/B5pc-UCS2C -share/poppler/cMap/Adobe-CNS1/B5pc-V -share/poppler/cMap/Adobe-CNS1/CNS-EUC-H -share/poppler/cMap/Adobe-CNS1/CNS-EUC-V -share/poppler/cMap/Adobe-CNS1/CNS1-H -share/poppler/cMap/Adobe-CNS1/CNS1-V -share/poppler/cMap/Adobe-CNS1/CNS2-H -share/poppler/cMap/Adobe-CNS1/CNS2-V -share/poppler/cMap/Adobe-CNS1/ETHK-B5-H -share/poppler/cMap/Adobe-CNS1/ETHK-B5-V -share/poppler/cMap/Adobe-CNS1/ETen-B5-H -share/poppler/cMap/Adobe-CNS1/ETen-B5-UCS2 -share/poppler/cMap/Adobe-CNS1/ETen-B5-V -share/poppler/cMap/Adobe-CNS1/ETenms-B5-H -share/poppler/cMap/Adobe-CNS1/ETenms-B5-V -share/poppler/cMap/Adobe-CNS1/HKdla-B5-H -share/poppler/cMap/Adobe-CNS1/HKdla-B5-V -share/poppler/cMap/Adobe-CNS1/HKdlb-B5-H -share/poppler/cMap/Adobe-CNS1/HKdlb-B5-V -share/poppler/cMap/Adobe-CNS1/HKgccs-B5-H -share/poppler/cMap/Adobe-CNS1/HKgccs-B5-V -share/poppler/cMap/Adobe-CNS1/HKm314-B5-H -share/poppler/cMap/Adobe-CNS1/HKm314-B5-V -share/poppler/cMap/Adobe-CNS1/HKm471-B5-H -share/poppler/cMap/Adobe-CNS1/HKm471-B5-V -share/poppler/cMap/Adobe-CNS1/HKscs-B5-H -share/poppler/cMap/Adobe-CNS1/HKscs-B5-V -share/poppler/cMap/Adobe-CNS1/UCS2-B5pc -share/poppler/cMap/Adobe-CNS1/UCS2-ETen-B5 -share/poppler/cMap/Adobe-CNS1/UniCNS-UCS2-H -share/poppler/cMap/Adobe-CNS1/UniCNS-UCS2-V -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF16-H -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF16-V -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF32-H -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF32-V -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF8-H -share/poppler/cMap/Adobe-CNS1/UniCNS-UTF8-V -share/poppler/cMap/Adobe-GB1/Adobe-GB1-0 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-1 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-2 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-3 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-4 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-5 -share/poppler/cMap/Adobe-GB1/Adobe-GB1-GBK-EUC -share/poppler/cMap/Adobe-GB1/Adobe-GB1-GBpc-EUC -share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-CID -share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-Host -share/poppler/cMap/Adobe-GB1/Adobe-GB1-H-Mac -share/poppler/cMap/Adobe-GB1/Adobe-GB1-UCS2 -share/poppler/cMap/Adobe-GB1/GB-EUC-H -share/poppler/cMap/Adobe-GB1/GB-EUC-V -share/poppler/cMap/Adobe-GB1/GB-H -share/poppler/cMap/Adobe-GB1/GB-V -share/poppler/cMap/Adobe-GB1/GBK-EUC-H -share/poppler/cMap/Adobe-GB1/GBK-EUC-UCS2 -share/poppler/cMap/Adobe-GB1/GBK-EUC-V -share/poppler/cMap/Adobe-GB1/GBK2K-H -share/poppler/cMap/Adobe-GB1/GBK2K-V -share/poppler/cMap/Adobe-GB1/GBKp-EUC-H -share/poppler/cMap/Adobe-GB1/GBKp-EUC-V -share/poppler/cMap/Adobe-GB1/GBT-EUC-H -share/poppler/cMap/Adobe-GB1/GBT-EUC-V -share/poppler/cMap/Adobe-GB1/GBT-H -share/poppler/cMap/Adobe-GB1/GBT-V -share/poppler/cMap/Adobe-GB1/GBTpc-EUC-H -share/poppler/cMap/Adobe-GB1/GBTpc-EUC-V -share/poppler/cMap/Adobe-GB1/GBpc-EUC-H -share/poppler/cMap/Adobe-GB1/GBpc-EUC-UCS2 -share/poppler/cMap/Adobe-GB1/GBpc-EUC-UCS2C -share/poppler/cMap/Adobe-GB1/GBpc-EUC-V -share/poppler/cMap/Adobe-GB1/UCS2-GBK-EUC -share/poppler/cMap/Adobe-GB1/UCS2-GBpc-EUC -share/poppler/cMap/Adobe-GB1/UniGB-UCS2-H -share/poppler/cMap/Adobe-GB1/UniGB-UCS2-V -share/poppler/cMap/Adobe-GB1/UniGB-UTF16-H -share/poppler/cMap/Adobe-GB1/UniGB-UTF16-V -share/poppler/cMap/Adobe-GB1/UniGB-UTF32-H -share/poppler/cMap/Adobe-GB1/UniGB-UTF32-V -share/poppler/cMap/Adobe-GB1/UniGB-UTF8-H -share/poppler/cMap/Adobe-GB1/UniGB-UTF8-V -share/poppler/cMap/Adobe-Japan1/78-EUC-H -share/poppler/cMap/Adobe-Japan1/78-EUC-V -share/poppler/cMap/Adobe-Japan1/78-H -share/poppler/cMap/Adobe-Japan1/78-RKSJ-H -share/poppler/cMap/Adobe-Japan1/78-RKSJ-V -share/poppler/cMap/Adobe-Japan1/78-V -share/poppler/cMap/Adobe-Japan1/78ms-RKSJ-H -share/poppler/cMap/Adobe-Japan1/78ms-RKSJ-V -share/poppler/cMap/Adobe-Japan1/83pv-RKSJ-H -share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-H -share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-UCS2 -share/poppler/cMap/Adobe-Japan1/90ms-RKSJ-V -share/poppler/cMap/Adobe-Japan1/90msp-RKSJ-H -share/poppler/cMap/Adobe-Japan1/90msp-RKSJ-V -share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-H -share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-UCS2 -share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-UCS2C -share/poppler/cMap/Adobe-Japan1/90pv-RKSJ-V -share/poppler/cMap/Adobe-Japan1/Add-H -share/poppler/cMap/Adobe-Japan1/Add-RKSJ-H -share/poppler/cMap/Adobe-Japan1/Add-RKSJ-V -share/poppler/cMap/Adobe-Japan1/Add-V -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-0 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-1 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-2 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-3 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-4 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-5 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-6 -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-90ms-RKSJ -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-90pv-RKSJ -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-CID -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-Host -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-Mac -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-PS-H -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-PS-V -share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-UCS2 -share/poppler/cMap/Adobe-Japan1/EUC-H -share/poppler/cMap/Adobe-Japan1/EUC-V -share/poppler/cMap/Adobe-Japan1/Ext-H -share/poppler/cMap/Adobe-Japan1/Ext-RKSJ-H -share/poppler/cMap/Adobe-Japan1/Ext-RKSJ-V -share/poppler/cMap/Adobe-Japan1/Ext-V -share/poppler/cMap/Adobe-Japan1/H -share/poppler/cMap/Adobe-Japan1/Hankaku -share/poppler/cMap/Adobe-Japan1/Hiragana -share/poppler/cMap/Adobe-Japan1/Hojo-EUC-H -share/poppler/cMap/Adobe-Japan1/Hojo-EUC-V -share/poppler/cMap/Adobe-Japan1/Hojo-H -share/poppler/cMap/Adobe-Japan1/Hojo-V -share/poppler/cMap/Adobe-Japan1/Katakana -share/poppler/cMap/Adobe-Japan1/NWP-H -share/poppler/cMap/Adobe-Japan1/NWP-V -share/poppler/cMap/Adobe-Japan1/RKSJ-H -share/poppler/cMap/Adobe-Japan1/RKSJ-V -share/poppler/cMap/Adobe-Japan1/Roman -share/poppler/cMap/Adobe-Japan1/UCS2-90ms-RKSJ -share/poppler/cMap/Adobe-Japan1/UCS2-90pv-RKSJ -share/poppler/cMap/Adobe-Japan1/UniHojo-UCS2-H -share/poppler/cMap/Adobe-Japan1/UniHojo-UCS2-V -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF16-H -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF16-V -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF32-V -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF8-H -share/poppler/cMap/Adobe-Japan1/UniHojo-UTF8-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-HW-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-HW-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UCS2-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF16-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF16-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF32-V -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF8-H -share/poppler/cMap/Adobe-Japan1/UniJIS-UTF8-V -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF16-H -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF16-V -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF32-V -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF8-H -share/poppler/cMap/Adobe-Japan1/UniJIS2004-UTF8-V -share/poppler/cMap/Adobe-Japan1/UniJISPro-UCS2-HW-V -share/poppler/cMap/Adobe-Japan1/UniJISPro-UCS2-V -share/poppler/cMap/Adobe-Japan1/UniJISPro-UTF8-V -share/poppler/cMap/Adobe-Japan1/UniJISX0213-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniJISX0213-UTF32-V -share/poppler/cMap/Adobe-Japan1/UniJISX02132004-UTF32-H -share/poppler/cMap/Adobe-Japan1/UniJISX02132004-UTF32-V -share/poppler/cMap/Adobe-Japan1/V -share/poppler/cMap/Adobe-Japan1/WP-Symbol -share/poppler/cMap/Adobe-Japan2/Adobe-Japan2-0 -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-0 -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-1 -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-2 -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-CID -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-Host -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-H-Mac -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-KSCms-UHC -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-KSCpc-EUC -share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-UCS2 -share/poppler/cMap/Adobe-Korea1/KSC-EUC-H -share/poppler/cMap/Adobe-Korea1/KSC-EUC-V -share/poppler/cMap/Adobe-Korea1/KSC-H -share/poppler/cMap/Adobe-Korea1/KSC-Johab-H -share/poppler/cMap/Adobe-Korea1/KSC-Johab-V -share/poppler/cMap/Adobe-Korea1/KSC-V -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-H -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-HW-H -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-HW-V -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-UCS2 -share/poppler/cMap/Adobe-Korea1/KSCms-UHC-V -share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-H -share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-UCS2 -share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-UCS2C -share/poppler/cMap/Adobe-Korea1/KSCpc-EUC-V -share/poppler/cMap/Adobe-Korea1/UCS2-KSCms-UHC -share/poppler/cMap/Adobe-Korea1/UCS2-KSCpc-EUC -share/poppler/cMap/Adobe-Korea1/UniKS-UCS2-H -share/poppler/cMap/Adobe-Korea1/UniKS-UCS2-V -share/poppler/cMap/Adobe-Korea1/UniKS-UTF16-H -share/poppler/cMap/Adobe-Korea1/UniKS-UTF16-V -share/poppler/cMap/Adobe-Korea1/UniKS-UTF32-H -share/poppler/cMap/Adobe-Korea1/UniKS-UTF32-V -share/poppler/cMap/Adobe-Korea1/UniKS-UTF8-H -share/poppler/cMap/Adobe-Korea1/UniKS-UTF8-V -share/poppler/cidToUnicode/Adobe-CNS1 -share/poppler/cidToUnicode/Adobe-GB1 -share/poppler/cidToUnicode/Adobe-Japan1 -share/poppler/cidToUnicode/Adobe-Korea1 -share/poppler/nameToUnicode/Bulgarian -share/poppler/nameToUnicode/Greek -share/poppler/nameToUnicode/Thai -share/poppler/unicodeMap/Big5 -share/poppler/unicodeMap/Big5ascii -share/poppler/unicodeMap/EUC-CN -share/poppler/unicodeMap/EUC-JP -share/poppler/unicodeMap/GBK -share/poppler/unicodeMap/ISO-2022-CN -share/poppler/unicodeMap/ISO-2022-JP -share/poppler/unicodeMap/ISO-2022-KR -share/poppler/unicodeMap/ISO-8859-6 -share/poppler/unicodeMap/ISO-8859-7 -share/poppler/unicodeMap/ISO-8859-8 -share/poppler/unicodeMap/ISO-8859-9 -share/poppler/unicodeMap/KOI8-R -share/poppler/unicodeMap/Latin2 -share/poppler/unicodeMap/Shift-JIS -share/poppler/unicodeMap/TIS-620 -share/poppler/unicodeMap/Windows-1255 -@dirrm share/poppler/unicodeMap -@dirrm share/poppler/nameToUnicode -@dirrm share/poppler/cidToUnicode -@dirrm share/poppler/cMap/Adobe-Korea1 -@dirrm share/poppler/cMap/Adobe-Japan2 -@dirrm share/poppler/cMap/Adobe-Japan1 -@dirrm share/poppler/cMap/Adobe-GB1 -@dirrm share/poppler/cMap/Adobe-CNS1 -@dirrm share/poppler/cMap -@dirrmtry share/poppler diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile deleted file mode 100644 index 1ebdddf7a..000000000 --- a/graphics/poppler-gtk/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: poppler-gtk -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.18 2010/03/14 22:08:42 kwm Exp $ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -gtk - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= gtk -PLIST= ${.CURDIR}/pkg-plist - -pre-build: - cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} libpoppler-cairo.la - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-gtk/pkg-plist b/graphics/poppler-gtk/pkg-plist deleted file mode 100644 index 239a7305d..000000000 --- a/graphics/poppler-gtk/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -include/poppler/glib/poppler-action.h -include/poppler/glib/poppler-annot.h -include/poppler/glib/poppler-attachment.h -include/poppler/glib/poppler-date.h -include/poppler/glib/poppler-document.h -include/poppler/glib/poppler-enums.h -include/poppler/glib/poppler-features.h -include/poppler/glib/poppler-form-field.h -include/poppler/glib/poppler-layer.h -include/poppler/glib/poppler-media.h -include/poppler/glib/poppler-movie.h -include/poppler/glib/poppler-page.h -include/poppler/glib/poppler.h -lib/libpoppler-glib.a -lib/libpoppler-glib.la -lib/libpoppler-glib.so -lib/libpoppler-glib.so.5 -libdata/pkgconfig/poppler-glib.pc -%%DOCSDIR%%/poppler/ch01.html -%%DOCSDIR%%/poppler/home.png -%%DOCSDIR%%/poppler/index.html -%%DOCSDIR%%/poppler/index.sgml -%%DOCSDIR%%/poppler/left.png -%%DOCSDIR%%/poppler/poppler-poppler-action.html -%%DOCSDIR%%/poppler/poppler-poppler-annot.html -%%DOCSDIR%%/poppler/poppler-poppler-document.html -%%DOCSDIR%%/poppler/poppler-poppler-enums.html -%%DOCSDIR%%/poppler/poppler-poppler-features.html -%%DOCSDIR%%/poppler/poppler-poppler-form-field.html -%%DOCSDIR%%/poppler/poppler-poppler-layer.html -%%DOCSDIR%%/poppler/poppler-poppler-page.html -%%DOCSDIR%%/poppler/poppler-poppler.html -%%DOCSDIR%%/poppler/poppler.devhelp -%%DOCSDIR%%/poppler/poppler.devhelp2 -%%DOCSDIR%%/poppler/right.png -%%DOCSDIR%%/poppler/style.css -%%DOCSDIR%%/poppler/up.png -@dirrmtry %%DOCSDIR%%/poppler -@dirrmtry %%DOCSDIR%% -@dirrm include/poppler/glib diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile deleted file mode 100644 index 228a53271..000000000 --- a/graphics/poppler-qt/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: poppler-qt -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-qt/Makefile,v 1.11 2010/03/14 22:08:43 kwm Exp $ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -qt - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Qt bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= qt -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-qt/pkg-plist b/graphics/poppler-qt/pkg-plist deleted file mode 100644 index 77f6db2e2..000000000 --- a/graphics/poppler-qt/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/poppler/qt3/poppler-link-qt3.h -include/poppler/qt3/poppler-page-transition.h -include/poppler/qt3/poppler-qt.h -lib/libpoppler-qt.a -lib/libpoppler-qt.la -lib/libpoppler-qt.so -lib/libpoppler-qt.so.2 -libdata/pkgconfig/poppler-qt.pc -@dirrm include/poppler/qt3 diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile deleted file mode 100644 index d64da7bb3..000000000 --- a/graphics/poppler-qt4/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: poppler-qt4 -# Date created: June 26, 2007 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.13 2010/03/14 22:08:43 kwm Exp $ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -qt4 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Qt4 bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= qt4 -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-qt4/pkg-plist b/graphics/poppler-qt4/pkg-plist deleted file mode 100644 index d49be2071..000000000 --- a/graphics/poppler-qt4/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/poppler/qt4/poppler-annotation.h -include/poppler/qt4/poppler-export.h -include/poppler/qt4/poppler-form.h -include/poppler/qt4/poppler-link.h -include/poppler/qt4/poppler-optcontent.h -include/poppler/qt4/poppler-page-transition.h -include/poppler/qt4/poppler-qt4.h -lib/libpoppler-qt4.a -lib/libpoppler-qt4.la -lib/libpoppler-qt4.so -lib/libpoppler-qt4.so.3 -libdata/pkgconfig/poppler-qt4.pc -@dirrm include/poppler/qt4 diff --git a/graphics/poppler-utils/Makefile b/graphics/poppler-utils/Makefile deleted file mode 100644 index d054ca843..000000000 --- a/graphics/poppler-utils/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: poppler-utils -# Date created: 2006-05-01 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-utils/Makefile,v 1.3 2009/08/27 14:48:12 kwm Exp $ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -utils - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Poppler's xpdf-workalike command line utilities - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= utils -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-utils/pkg-plist b/graphics/poppler-utils/pkg-plist deleted file mode 100644 index 0b49f0caa..000000000 --- a/graphics/poppler-utils/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/pdffonts -bin/pdfimages -bin/pdfinfo -bin/pdftoabw -bin/pdftohtml -bin/pdftoppm -bin/pdftops -bin/pdftotext diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile deleted file mode 100644 index 3663b374c..000000000 --- a/graphics/poppler/Makefile +++ /dev/null @@ -1,140 +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.65 2010/10/04 21:01:34 kwm Exp $ -# - -PORTNAME= poppler -PORTVERSION= 0.14.5 -PORTREVISION?= 0 -CATEGORIES= graphics print -MASTER_SITES= http://poppler.freedesktop.org/ - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A PDF rendering library - -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - lcms.1:${PORTSDIR}/graphics/lcms -RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libxml2 ltverhack -USE_AUTOTOOLS= libtool:22 -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-zlib \ - --enable-xpdf-headers \ - --with-html-dir=${DOCSDIR} -CPPFLAGS=-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 ${PTHREAD_CFLAGS} -LDFLAGS=-L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" - -.if !defined(SLAVEPORT) -OPTIONS= CAIRO "Enable cairo output backend" on \ - OPENJPEG "Enable JPEG 2000 support" on -.endif - -.include <bsd.port.pre.mk> - -.if defined(SLAVEPORT) -LIB_DEPENDS+= poppler.6:${PORTSDIR}/graphics/poppler - -.if ${SLAVEPORT}=="gtk" -CONFIGURE_ARGS+=--enable-poppler-glib -USE_GNOME+= gtk20 -BUILD_WRKSRC= ${WRKSRC}/glib -INSTALL_WRKSRC= ${WRKSRC}/glib -.else -CONFIGURE_ARGS+=--disable-poppler-glib \ - --disable-gdk \ - --disable-gtk-test -.endif - -.if ${SLAVEPORT}=="qt" -CONFIGURE_ARGS+=--enable-poppler-qt -USE_QT_VER+= 3 -BUILD_WRKSRC= ${WRKSRC}/qt -INSTALL_WRKSRC= ${WRKSRC}/qt -.include "${PORTSDIR}/Mk/bsd.kde.mk" -.else -CONFIGURE_ARGS+=--disable-poppler-qt -.endif - -.if ${SLAVEPORT}=="qt4" -CONFIGURE_ARGS+=--enable-poppler-qt4 -USE_QT_VER+= 4 -QT_COMPONENTS= gui corelib xml qtestlib moc_build -# It requires poppler/splash to be built unless you disable splash backend -# support to allow you use BUILD_WRKSRC here. It seems that splash backend -# can read more PDF files than without, tested with demos's poppler_qt4viewer. -#BUILD_WRKSRC= ${WRKSRC}/qt4 -INSTALL_WRKSRC= ${WRKSRC}/qt4 -.include "${PORTSDIR}/Mk/bsd.qt.mk" -.else -CONFIGURE_ARGS+=--disable-poppler-qt4 -.endif - -.if ${SLAVEPORT}=="utils" -CONFIGURE_ARGS+=--enable-utils -CONFLICTS= xpdf-[0-9]* -BUILD_WRKSRC= ${WRKSRC}/utils -INSTALL_WRKSRC= ${WRKSRC}/utils -MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \ - pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1 -.else -CONFIGURE_ARGS+=--disable-utils -.endif - -.else -CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \ - --disable-poppler-qt4 --disable-utils --disable-gdk \ - --disable-gtk-test - -.if defined(WITHOUT_CAIRO) -CONFIGURE_ARGS+=--disable-cairo-output -PLIST_SUB+= CAIRO="@comment " -.else -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -PLIST_SUB+= CAIRO="" -.endif - -.if defined(WITHOUT_OPENJPEG) -CONFIGURE_ARGS+=--disable-libopenjpeg -.else -CONFIGURE_ARGS+=--enable-libopenjpeg -LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg -.endif -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|7:0:0|6:0:0|' ${WRKSRC}/poppler/Makefile.in - -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" - @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${LOCALBASE}/include|; \ - s|$$QTDIR|${QT_PREFIX}|; \ - s|/usr/local/qt/lib|${LOCALBASE}/lib|' \ - ${WRKSRC}/configure -.endif -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4" - @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \ - ${WRKSRC}/configure -.endif - -post-install: -.if defined(SLAVEPORT) -.if ${SLAVEPORT}=="gtk" - ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt4" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${PREFIX}/libdata/pkgconfig -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo deleted file mode 100644 index d34cf4192..000000000 --- a/graphics/poppler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (poppler-0.14.5.tar.gz) = c805317c4c1a7080098ae8c7c2a1c1b8e2c784858fc2e04941878eeb8164814c -SIZE (poppler-0.14.5.tar.gz) = 1798194 diff --git a/graphics/poppler/files/patch-glib_Makefile.in b/graphics/poppler/files/patch-glib_Makefile.in deleted file mode 100644 index 4afb4b2aa..000000000 --- a/graphics/poppler/files/patch-glib_Makefile.in +++ /dev/null @@ -1,47 +0,0 @@ ---- glib/Makefile.in.orig 2010-08-14 16:50:48.000000000 +0200 -+++ glib/Makefile.in 2010-08-14 16:50:48.000000000 +0200 -@@ -82,7 +82,6 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libpoppler_glib_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la \ - $(top_builddir)/poppler/libpoppler-cairo.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -@@ -105,8 +104,7 @@ - @BUILD_WITH_GDK_TRUE@ test-poppler-glib.$(OBJEXT) - test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS) - @BUILD_WITH_GDK_TRUE@test_poppler_glib_DEPENDENCIES = \ --@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \ --@BUILD_WITH_GDK_TRUE@ libpoppler-glib.la $(am__DEPENDENCIES_1) \ -+@BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler -@@ -386,7 +384,7 @@ - top_srcdir = @top_srcdir@ - win32_libs = @win32_libs@ - AM_LDFLAGS = @auto_import_flags@ --SUBDIRS = . reference demo -+SUBDIRS = . reference - INCLUDES = \ - -DG_LOG_DOMAIN=\"Poppler\" \ - -I$(top_srcdir) \ -@@ -439,7 +437,7 @@ - poppler-private.h - - libpoppler_glib_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(top_builddir)/poppler/libpoppler-cairo.la \ - $(POPPLER_GLIB_LIBS) \ - $(GDK_LIBS) \ -@@ -451,7 +449,7 @@ - @BUILD_WITH_GDK_TRUE@ test-poppler-glib.cc - - @BUILD_WITH_GDK_TRUE@test_poppler_glib_LDADD = \ --@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \ -+@BUILD_WITH_GDK_TRUE@ -lpoppler \ - @BUILD_WITH_GDK_TRUE@ libpoppler-glib.la \ - @BUILD_WITH_GDK_TRUE@ $(POPPLER_GLIB_LIBS) \ - @BUILD_WITH_GDK_TRUE@ $(GDK_LIBS) \ diff --git a/graphics/poppler/files/patch-poppler_Page.cc b/graphics/poppler/files/patch-poppler_Page.cc deleted file mode 100644 index 1d0f63298..000000000 --- a/graphics/poppler/files/patch-poppler_Page.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- poppler/Page.cc.orig 2008-07-09 17:53:56.000000000 +0200 -+++ poppler/Page.cc 2008-07-09 17:54:49.000000000 +0200 -@@ -230,7 +230,7 @@ - - Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) { - Object tmp; -- -+ pageWidgets = NULL; - ok = gTrue; - xref = xrefA; - num = numA; diff --git a/graphics/poppler/files/patch-qt4_Makefile.in b/graphics/poppler/files/patch-qt4_Makefile.in deleted file mode 100644 index ffb4777b4..000000000 --- a/graphics/poppler/files/patch-qt4_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- qt4/Makefile.in.orig 2008-03-24 08:30:49.000000000 -0400 -+++ qt4/Makefile.in 2008-03-24 08:30:34.000000000 -0400 -@@ -223,7 +223,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - win32_libs = @win32_libs@ --SUBDIRS = src tests demos -+SUBDIRS = src - all: all-recursive - - .SUFFIXES: diff --git a/graphics/poppler/files/patch-qt4_src_Makefile.in b/graphics/poppler/files/patch-qt4_src_Makefile.in deleted file mode 100644 index 916eabc22..000000000 --- a/graphics/poppler/files/patch-qt4_src_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- qt4/src/Makefile.in.orig 2010-07-07 14:22:29.000000000 +0200 -+++ qt4/src/Makefile.in 2010-07-07 14:23:40.000000000 +0200 -@@ -79,7 +79,6 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libpoppler_qt4_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la \ - $(top_builddir)/poppler/libpoppler-arthur.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am_libpoppler_qt4_la_OBJECTS = poppler-document.lo poppler-page.lo \ -@@ -384,7 +383,7 @@ - poppler-page-transition-private.h - - libpoppler_qt4_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(top_builddir)/poppler/libpoppler-arthur.la \ - $(FONTCONFIG_LIBS) \ - $(POPPLER_QT4_LIBS) diff --git a/graphics/poppler/files/patch-qt_Makefile.in b/graphics/poppler/files/patch-qt_Makefile.in deleted file mode 100644 index d872262ea..000000000 --- a/graphics/poppler/files/patch-qt_Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- qt/Makefile.in.orig 2008-03-27 08:17:35.000000000 -0400 -+++ qt/Makefile.in 2008-03-27 08:18:20.000000000 -0400 -@@ -59,8 +59,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+libpoppler_qt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \ - poppler-link.lo poppler-page.lo poppler-page-transition.lo -@@ -71,7 +70,7 @@ - PROGRAMS = $(noinst_PROGRAMS) - am_test_poppler_qt_OBJECTS = test-poppler-qt.$(OBJEXT) - test_poppler_qt_OBJECTS = $(am_test_poppler_qt_OBJECTS) --test_poppler_qt_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+test_poppler_qt_DEPENDENCIES = \ - libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -273,7 +272,7 @@ - poppler-private.h - - libpoppler_qt_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) \ - $(FONTCONFIG_LIBS) -@@ -283,7 +282,7 @@ - test-poppler-qt.cpp - - test_poppler_qt_LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - libpoppler-qt.la \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) diff --git a/graphics/poppler/files/patch-utils_Makefile.in b/graphics/poppler/files/patch-utils_Makefile.in deleted file mode 100644 index 4a621ba6e..000000000 --- a/graphics/poppler/files/patch-utils_Makefile.in +++ /dev/null @@ -1,73 +0,0 @@ ---- utils/Makefile.in.orig 2009-10-22 20:33:17.000000000 +0200 -+++ utils/Makefile.in 2009-10-22 20:33:49.000000000 +0200 -@@ -64,7 +64,7 @@ am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) - pdffonts_OBJECTS = $(am_pdffonts_OBJECTS) - pdffonts_LDADD = $(LDADD) - am__DEPENDENCIES_1 = --pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdffonts_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -@@ -73,19 +73,19 @@ am_pdfimages_OBJECTS = pdfimages.$(OBJEX - $(am__objects_1) - pdfimages_OBJECTS = $(am_pdfimages_OBJECTS) - pdfimages_LDADD = $(LDADD) --pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfimages_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdfinfo_OBJECTS = pdfinfo.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) - pdfinfo_OBJECTS = $(am_pdfinfo_OBJECTS) - pdfinfo_LDADD = $(LDADD) --pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfinfo_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoabw_SOURCES_DIST = pdftoabw.cc parseargs.c parseargs.h - @BUILD_ABIWORD_OUTPUT_TRUE@am_pdftoabw_OBJECTS = pdftoabw.$(OBJEXT) \ - @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__objects_1) - pdftoabw_OBJECTS = $(am_pdftoabw_OBJECTS) --am__DEPENDENCIES_2 = $(top_builddir)/poppler/libpoppler.la \ -+am__DEPENDENCIES_2 = \ - $(am__DEPENDENCIES_1) - @BUILD_ABIWORD_OUTPUT_TRUE@pdftoabw_DEPENDENCIES = \ - @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__DEPENDENCIES_2) \ -@@ -94,25 +94,25 @@ am_pdftohtml_OBJECTS = pdftohtml.$(OBJEX - HtmlLinks.$(OBJEXT) HtmlOutputDev.$(OBJEXT) $(am__objects_1) - pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) - pdftohtml_LDADD = $(LDADD) --pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftohtml_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoppm_SOURCES_DIST = pdftoppm.cc parseargs.c parseargs.h - @BUILD_SPLASH_OUTPUT_TRUE@am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) \ - @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1) - pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) - pdftoppm_LDADD = $(LDADD) --pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftoppm_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdftops_OBJECTS = pdftops.$(OBJEXT) $(am__objects_1) - pdftops_OBJECTS = $(am_pdftops_OBJECTS) - pdftops_LDADD = $(LDADD) --pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftops_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) - pdftotext_OBJECTS = $(am_pdftotext_OBJECTS) - pdftotext_LDADD = $(LDADD) --pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftotext_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -382,7 +382,7 @@ INCLUDES = \ - $(ABIWORD_CFLAGS) - - LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(UTILS_LIBS) \ - $(FONTCONFIG_LIBS) - 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 92af8cb0e..000000000 --- a/graphics/poppler/pkg-plist +++ /dev/null @@ -1,136 +0,0 @@ -include/poppler/Annot.h -include/poppler/Array.h -include/poppler/BuiltinFont.h -include/poppler/BuiltinFontTables.h -include/poppler/CMap.h -include/poppler/CachedFile.h -include/poppler/Catalog.h -include/poppler/CharCodeToUnicode.h -include/poppler/CharTypes.h -include/poppler/CompactFontTables.h -include/poppler/DateInfo.h -include/poppler/Decrypt.h -include/poppler/Dict.h -include/poppler/Error.h -include/poppler/ErrorCodes.h -include/poppler/FileSpec.h -include/poppler/FontEncodingTables.h -include/poppler/FontInfo.h -include/poppler/Form.h -include/poppler/Function.h -include/poppler/Gfx.h -include/poppler/GfxFont.h -include/poppler/GfxState.h -include/poppler/GfxState_helpers.h -include/poppler/GlobalParams.h -include/poppler/JArithmeticDecoder.h -include/poppler/JBIG2Stream.h -include/poppler/Lexer.h -include/poppler/Link.h -include/poppler/LocalPDFDocBuilder.h -include/poppler/Movie.h -include/poppler/NameToCharCode.h -include/poppler/NameToUnicodeTable.h -include/poppler/Object.h -include/poppler/OptionalContent.h -include/poppler/Outline.h -include/poppler/OutputDev.h -include/poppler/PDFDoc.h -include/poppler/PDFDocBuilder.h -include/poppler/PDFDocEncoding.h -include/poppler/PDFDocFactory.h -include/poppler/PSOutputDev.h -include/poppler/PSTokenizer.h -include/poppler/Page.h -include/poppler/PageTransition.h -include/poppler/Parser.h -include/poppler/PopplerCache.h -include/poppler/PreScanOutputDev.h -include/poppler/ProfileData.h -include/poppler/Rendition.h -include/poppler/SecurityHandler.h -include/poppler/Sound.h -include/poppler/SplashOutputDev.h -include/poppler/StdinCachedFile.h -include/poppler/StdinPDFDocBuilder.h -include/poppler/Stream-CCITT.h -include/poppler/Stream.h -include/poppler/TextOutputDev.h -include/poppler/UTF8.h -include/poppler/UnicodeCClassTables.h -include/poppler/UnicodeCompTables.h -include/poppler/UnicodeDecompTables.h -include/poppler/UnicodeMap.h -include/poppler/UnicodeMapTables.h -include/poppler/UnicodeTypeTable.h -include/poppler/XRef.h -include/poppler/XpdfPluginAPI.h -include/poppler/cpp/poppler-document.h -include/poppler/cpp/poppler-embedded-file.h -include/poppler/cpp/poppler-font.h -include/poppler/cpp/poppler-global.h -include/poppler/cpp/poppler-page-transition.h -include/poppler/cpp/poppler-page.h -include/poppler/cpp/poppler-rectangle.h -include/poppler/cpp/poppler-toc.h -include/poppler/cpp/poppler-version.h -include/poppler/fofi/FoFiBase.h -include/poppler/fofi/FoFiEncodings.h -include/poppler/fofi/FoFiTrueType.h -include/poppler/fofi/FoFiType1.h -include/poppler/fofi/FoFiType1C.h -include/poppler/goo/FixedPoint.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/GooVector.h -include/poppler/goo/ImgWriter.h -include/poppler/goo/JpegWriter.h -include/poppler/goo/PNGWriter.h -include/poppler/goo/gfile.h -include/poppler/goo/gmem.h -include/poppler/goo/gstrtod.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-cpp.a -lib/libpoppler-cpp.la -lib/libpoppler-cpp.so -lib/libpoppler-cpp.so.0 -lib/libpoppler.a -lib/libpoppler.la -lib/libpoppler.so -lib/libpoppler.so.6 -%%CAIRO%%libdata/pkgconfig/poppler-cairo.pc -libdata/pkgconfig/poppler-cpp.pc -libdata/pkgconfig/poppler-splash.pc -libdata/pkgconfig/poppler.pc -@dirrm include/poppler/splash -@dirrm include/poppler/goo -@dirrm include/poppler/fofi -@dirrm include/poppler/cpp -@dirrm include/poppler diff --git a/graphics/popplerkit/Makefile b/graphics/popplerkit/Makefile deleted file mode 100644 index 4fa92e957..000000000 --- a/graphics/popplerkit/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: popplerkit -# Date created: 21 Jan 2006 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -PORTNAME= popplerkit -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= graphics gnustep -MASTER_SITES= http://download.gna.org/etoile/ -DISTNAME= etoile-0.4.1 - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Framework that supports rendering of PDF content - -LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler - -LICENSE= GPLv2 - -USE_BZIP2= yes -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -USE_GNOME= gnomeprefix gnomehack gtk20 - -WRKSRC= ${WRKDIR}/Etoile-0.4.1 -USE_GNUSTEP_MAKE_DIRS+= Frameworks/PopplerKit - -.include <bsd.port.mk> diff --git a/graphics/popplerkit/distinfo b/graphics/popplerkit/distinfo deleted file mode 100644 index 48cc0a6ff..000000000 --- a/graphics/popplerkit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (etoile-0.4.1.tar.bz2) = 14d587f439ae6d2ba127ceb4e07a44d7 -SHA256 (etoile-0.4.1.tar.bz2) = 2c9f189a0eae9dbc85589660a55faac498d05a056bf8148fa91f25455728cf25 -SIZE (etoile-0.4.1.tar.bz2) = 8281449 diff --git a/graphics/popplerkit/pkg-descr b/graphics/popplerkit/pkg-descr deleted file mode 100644 index ba73ddb42..000000000 --- a/graphics/popplerkit/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -PopplerKit is a Framework for accessing and rendering PDF content. -It is based on the poppler library. - -Features: -- Render PDF content. -- Extract text from a PDF document. -- Access a PDF document's outline. -- Search in PDF documents. - -LICENSE: GPL2 or later - -WWW: http://home.gna.org/gsimageapps/ diff --git a/graphics/popplerkit/pkg-plist b/graphics/popplerkit/pkg-plist deleted file mode 100644 index 8570365d0..000000000 --- a/graphics/popplerkit/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Headers -GNUstep/Local/Library/Frameworks/PopplerKit.framework/PopplerKit -GNUstep/Local/Library/Frameworks/PopplerKit.framework/PopplerKit.framework -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Resources -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerCachingRenderer.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerCairoImageRenderer.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerDirectBufferedRenderer.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerDocument+Rendering.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerDocument.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerFontManager.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerKit.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerPage.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerRenderer.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerSplashRenderer.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerTextHit.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers/PopplerTextSearch.h -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/PopplerKit -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/Info-gnustep.plist -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/d050000l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n019003l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n019004l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n019023l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n019024l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n021003l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n021004l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n021023l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n021024l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n022003l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n022004l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n022023l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/n022024l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources/s050000l.pfb -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/libPopplerKit.so -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/libPopplerKit.so.%%MAJORVERSION%% -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/libPopplerKit.so.%%VERSION%% -GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/Current -GNUstep/Local/Library/Frameworks/PopplerKit.framework/libPopplerKit.so -GNUstep/Local/Library/Headers/PopplerKit -GNUstep/Local/Library/Libraries/libPopplerKit.so -GNUstep/Local/Library/Libraries/libPopplerKit.so.%%MAJORVERSION%% -GNUstep/Local/Library/Libraries/libPopplerKit.so.%%VERSION%% -@dirrm GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Resources -@dirrm GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%%/Headers -@dirrm GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions/%%MAJORVERSION%% -@dirrm GNUstep/Local/Library/Frameworks/PopplerKit.framework/Versions -@dirrm GNUstep/Local/Library/Frameworks/PopplerKit.framework diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile deleted file mode 100644 index 5433b3e6e..000000000 --- a/graphics/py-cairo/Makefile +++ /dev/null @@ -1,34 +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.26 2009/01/02 20:13:31 mezz Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.8.10 -CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py2${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for Cairo - -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo - -WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION} -USE_PYTHON= 2.6-2.7 -USE_GMAKE= yes -USE_GNOME= gnometarget gnomehack -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \ - s|SUBDIRS = cairo examples test|SUBDIRS = cairo examples|' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/py-cairo/distinfo b/graphics/py-cairo/distinfo deleted file mode 100644 index c4bd9a347..000000000 --- a/graphics/py-cairo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (py2cairo-1.8.10.tar.gz) = b15f71019e42e06d86f7e8fe5587f07c3de5a59a6c3a071b25fe100796dbcd56 -SIZE (py2cairo-1.8.10.tar.gz) = 588459 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 0d5ac3d2b..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.la -%%PYTHON_SITELIBDIR%%/cairo/_cairo.so -libdata/pkgconfig/pycairo.pc -@dirrm %%PYTHON_SITELIBDIR%%/cairo -@dirrm include/pycairo diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile deleted file mode 100644 index fd8595e55..000000000 --- a/graphics/py-clutter/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: py-clutter -# Date created: 2008-12-26 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-clutter/Makefile,v 1.6 2010/05/10 04:21:19 marcus Exp $ -# - -PORTNAME= clutter -PORTVERSION= 1.0.2 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python modules for Clutter toolkit - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack pygnome2 pygtk2 -USE_PYTHON= 2.5+ -CONFIGURE_ARGS= --disable-docs -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/graphics/py-clutter/distinfo b/graphics/py-clutter/distinfo deleted file mode 100644 index 5a15cf431..000000000 --- a/graphics/py-clutter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyclutter-1.0.2.tar.bz2) = 6655951d0e1edf4a5db304efa972b730 -SHA256 (pyclutter-1.0.2.tar.bz2) = 60841a436ca64c5957b216a8b1f8c6846dba52e1b56c226715bf138e0118d082 -SIZE (pyclutter-1.0.2.tar.bz2) = 498957 diff --git a/graphics/py-clutter/files/patch-clutter_cogl-base-types.defs b/graphics/py-clutter/files/patch-clutter_cogl-base-types.defs deleted file mode 100644 index f30d20b02..000000000 --- a/graphics/py-clutter/files/patch-clutter_cogl-base-types.defs +++ /dev/null @@ -1,33 +0,0 @@ ---- clutter/cogl-base-types.defs.orig 2010-08-28 21:20:41.000000000 -0400 -+++ clutter/cogl-base-types.defs 2010-08-28 21:21:02.000000000 -0400 -@@ -7,30 +7,6 @@ - (gtype-id "COGL_PANGO_TYPE_FONT_MAP") - ) - --(define-flags DebugFlags -- (in-module "Cogl") -- (c-name "CoglDebugFlags") -- (gtype-id "COGL_TYPE_DEBUG_FLAGS") -- (values -- '("misc" "COGL_DEBUG_MISC") -- '("texture" "COGL_DEBUG_TEXTURE") -- '("material" "COGL_DEBUG_MATERIAL") -- '("shader" "COGL_DEBUG_SHADER") -- '("offscreen" "COGL_DEBUG_OFFSCREEN") -- '("draw" "COGL_DEBUG_DRAW") -- '("pango" "COGL_DEBUG_PANGO") -- '("rectangles" "COGL_DEBUG_RECTANGLES") -- '("handle" "COGL_DEBUG_HANDLE") -- '("blend-strings" "COGL_DEBUG_BLEND_STRINGS") -- '("disable-batching" "COGL_DEBUG_DISABLE_BATCHING") -- '("force-client-side-matrices" "COGL_DEBUG_FORCE_CLIENT_SIDE_MATRICES") -- '("disable-vbos" "COGL_DEBUG_DISABLE_VBOS") -- '("journal" "COGL_DEBUG_JOURNAL") -- '("batching" "COGL_DEBUG_BATCHING") -- '("disable-software-transform" "COGL_DEBUG_DISABLE_SOFTWARE_TRANSFORM") -- ) --) -- - (define-flags BufferBit - (in-module "Cogl") - (c-name "CoglBufferBit") diff --git a/graphics/py-clutter/pkg-descr b/graphics/py-clutter/pkg-descr deleted file mode 100644 index e0eb4ffe1..000000000 --- a/graphics/py-clutter/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains the Python modules that allow you to use the -Clutter toolkit in Python programs. - -WWW: http://clutter-project.org/ diff --git a/graphics/py-clutter/pkg-plist b/graphics/py-clutter/pkg-plist deleted file mode 100644 index 07acd3c5c..000000000 --- a/graphics/py-clutter/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -include/pyclutter-1.0/pyclutter/pyclutter.h -%%PYTHON_SITELIBDIR%%/clutter/__init__.py -%%PYTHON_SITELIBDIR%%/clutter/__init__.pyc -%%PYTHON_SITELIBDIR%%/clutter/__init__.pyo -%%PYTHON_SITELIBDIR%%/clutter/_clutter.a -%%PYTHON_SITELIBDIR%%/clutter/_clutter.la -%%PYTHON_SITELIBDIR%%/clutter/_clutter.so -%%PYTHON_SITELIBDIR%%/clutter/deprecation.py -%%PYTHON_SITELIBDIR%%/clutter/deprecation.pyc -%%PYTHON_SITELIBDIR%%/clutter/deprecation.pyo -%%PYTHON_SITELIBDIR%%/clutter/glx.a -%%PYTHON_SITELIBDIR%%/clutter/glx.la -%%PYTHON_SITELIBDIR%%/clutter/glx.so -%%PYTHON_SITELIBDIR%%/clutter/keysyms.py -%%PYTHON_SITELIBDIR%%/clutter/keysyms.pyc -%%PYTHON_SITELIBDIR%%/clutter/keysyms.pyo -%%PYTHON_SITELIBDIR%%/clutter/x11.a -%%PYTHON_SITELIBDIR%%/clutter/x11.la -%%PYTHON_SITELIBDIR%%/clutter/x11.so -libdata/pkgconfig/pyclutter-1.0.pc -share/pyclutter/1.0/defs/clutter-base-types.defs -share/pyclutter/1.0/defs/clutter-base.defs -share/pyclutter/1.0/defs/clutter-types.defs -share/pyclutter/1.0/defs/clutter.defs -share/pyclutter/1.0/defs/clutterglx-base-types.defs -share/pyclutter/1.0/defs/clutterglx-base.defs -share/pyclutter/1.0/defs/clutterglx-types.defs -share/pyclutter/1.0/defs/clutterglx.defs -share/pyclutter/1.0/defs/clutterx11-base-types.defs -share/pyclutter/1.0/defs/clutterx11-base.defs -share/pyclutter/1.0/defs/clutterx11-types.defs -share/pyclutter/1.0/defs/clutterx11.defs -share/pyclutter/1.0/defs/cogl-base-types.defs -share/pyclutter/1.0/defs/cogl-base.defs -share/pyclutter/1.0/defs/cogl-types.defs -share/pyclutter/1.0/defs/cogl.defs -@dirrm share/pyclutter/1.0/defs -@dirrm share/pyclutter/1.0 -@dirrm share/pyclutter -@dirrm %%PYTHON_SITELIBDIR%%/clutter -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrm include/pyclutter-1.0/pyclutter -@dirrm include/pyclutter-1.0 diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile deleted file mode 100644 index 098bfe6d6..000000000 --- a/graphics/py-poppler/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: py-poppler -# Date created: 2008-04-14 -# Whom: Romain Tartiere <romain@blogreen.org> -# -# $FreeBSD$ -# - -PORTNAME= poppler -PORTVERSION= 0.10.1 -PORTREVISION= 3 -CATEGORIES= graphics python -MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ - http://launchpadlibrarian.net/30270080/ \ - http://romain.blogreen.org/distfiles/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= romain@FreeBSD.org -COMMENT= Python bindings for the Poppler PDF rendering library - -LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk - -USE_PYTHON= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig atk pygtk2 - -.include <bsd.port.mk> diff --git a/graphics/py-poppler/distinfo b/graphics/py-poppler/distinfo deleted file mode 100644 index 280efc4e3..000000000 --- a/graphics/py-poppler/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pypoppler-0.10.1.tar.gz) = 146ecb7e1049dd9b92478d61c148829e -SHA256 (pypoppler-0.10.1.tar.gz) = 0b52212393e392e966c3cf82cd514768e01442100486ab84a5244aed6235c75e -SIZE (pypoppler-0.10.1.tar.gz) = 312081 diff --git a/graphics/py-poppler/pkg-descr b/graphics/py-poppler/pkg-descr deleted file mode 100644 index 17bc3a604..000000000 --- a/graphics/py-poppler/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for graphics/poppler. - -WWW: https://launchpad.net/poppler-python diff --git a/graphics/py-poppler/pkg-plist b/graphics/py-poppler/pkg-plist deleted file mode 100644 index eacee9877..000000000 --- a/graphics/py-poppler/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -%%PYTHON_SITELIBDIR%%/poppler.la -%%PYTHON_SITELIBDIR%%/poppler.so |