diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 70 | ||||
-rw-r--r-- | print/freetype2/distinfo | 3 | ||||
-rw-r--r-- | print/freetype2/files/patch-aa | 24 | ||||
-rw-r--r-- | print/freetype2/files/patch-builds::unix::freetype-config.in | 17 | ||||
-rw-r--r-- | print/freetype2/pkg-descr | 10 | ||||
-rw-r--r-- | print/freetype2/pkg-plist | 57 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 69 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 3 | ||||
-rw-r--r-- | print/libgnomeprint/pkg-descr | 3 | ||||
-rw-r--r-- | print/libgnomeprint/pkg-plist | 233 | ||||
-rw-r--r-- | print/pdfcube/Makefile | 32 | ||||
-rw-r--r-- | print/pdfcube/distinfo | 3 | ||||
-rw-r--r-- | print/pdfcube/pkg-descr | 9 |
13 files changed, 0 insertions, 533 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile deleted file mode 100644 index 8e72f7c47..000000000 --- a/print/freetype2/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: freetype -# Date created: January 24, 1998 -# Whom: jseger@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/print/freetype2/Makefile,v 1.22 2010/03/16 19:33:10 mezz Exp $ -# - -PORTNAME= freetype2 -PORTVERSION= 2.4.3 -CATEGORIES= print -MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION} \ - http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/ \ - http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/ \ - http://ftp.sunet.se/pub/text-processing/freetype/freetype2/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \ - ftp://ftp.freetype.org/freetype/freetype2/ -DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A free and portable TrueType font rendering engine - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -MAKE_ENV= TOP="" -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GNOME= gnometarget pkgconfig ltverhack:9 -LIBTOOLFILES= builds/unix/configure -CONFIGURE_ARGS= --disable-nls -CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix - -.if defined(WITH_LCD_FILTERING) -CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING -.endif - -.if defined(WITH_CJK) -#PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ -# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ -# http://bsdchat.com/dist/firefly-cjk-patchset/ -#PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz -#PATCH_DIST_STRIP+= -p1 -.endif - -pre-everything:: -.if !defined(WITH_LCD_FILTERING) - @${ECHO_MSG} - @${ECHO_MSG} "You may want to enable LCD filtering." - @${ECHO_MSG} - @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITH_LCD_FILTERING=yes\"" - @${ECHO_MSG} - @${ECHO_MSG} "Note that there are possible patent issues related to the" - @${ECHO_MSG} "use of the LCD filtering technology." - @${ECHO_MSG} -.endif - -pre-patch: - @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/builds/unix/install.mk - -pre-configure: - @${REINPLACE_CMD} -e '/^LIBTOOL/s|LIBTOOL := $$(FT_LIBTOOL_DIR)/libtool|LIBTOOL := ${WRKDIR}/gnome-libtool|' \ - ${WRKSRC}/builds/unix/unix-cc.in - -post-configure: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup) - -.include <bsd.port.mk> diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo deleted file mode 100644 index d263563a6..000000000 --- a/print/freetype2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freetype-2.4.3.tar.bz2) = 75ac7082bde7b3805dc5d6bc806fa045 -SHA256 (freetype-2.4.3.tar.bz2) = b4e626db62fd1b4549ff5d57f5eca3a41631fd6066adf8a31c11879b51249afc -SIZE (freetype-2.4.3.tar.bz2) = 1437406 diff --git a/print/freetype2/files/patch-aa b/print/freetype2/files/patch-aa deleted file mode 100644 index f18618ec8..000000000 --- a/print/freetype2/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- builds/unix/detect.mk.orig 2006-12-09 13:51:54.000000000 -0500 -+++ builds/unix/detect.mk 2007-07-06 12:55:05.000000000 -0400 -@@ -21,6 +21,9 @@ ifeq ($(PLATFORM),ansi) - is_unix := $(strip $(wildcard /sbin/init) \ - $(wildcard /usr/sbin/init) \ - $(wildcard /hurd/auth)) -+ # FreeBSD is "unix" so just mandate this to fix the build in -+ # jails that do not have init (see PR#113470). -+ is_unix := true - ifneq ($(is_unix),) - - PLATFORM := unix -@@ -79,9 +82,9 @@ ifeq ($(PLATFORM),unix) - ifdef must_configure - ifneq ($(have_Makefile),) - # we are building FT2 not in the src tree -- $(TOP_DIR)/builds/unix/configure $(value CFG) -+# $(TOP_DIR)/builds/unix/configure $(value CFG) - else -- cd builds/unix; ./configure $(value CFG) -+# cd builds/unix; ./configure $(value CFG) - endif - endif - diff --git a/print/freetype2/files/patch-builds::unix::freetype-config.in b/print/freetype2/files/patch-builds::unix::freetype-config.in deleted file mode 100644 index f45d886c8..000000000 --- a/print/freetype2/files/patch-builds::unix::freetype-config.in +++ /dev/null @@ -1,17 +0,0 @@ ---- builds/unix/freetype-config.in.orig 2009-12-21 18:23:42.000000000 -0500 -+++ builds/unix/freetype-config.in 2010-02-21 15:51:17.000000000 -0500 -@@ -131,12 +131,8 @@ if test "$echo_ft_version" = "yes" ; the - fi - - if test "$echo_cflags" = "yes" ; then -- cflags="-I${SYSROOT}$includedir/freetype2" -- if test "${SYSROOT}$includedir" != "/usr/include" ; then -- echo $cflags -I${SYSROOT}$includedir -- else -- echo $cflags -- fi -+ cflags="-I@includedir@/freetype2 -I@includedir@" -+ echo $cflags - fi - - if test "$echo_libs" = "yes" ; then diff --git a/print/freetype2/pkg-descr b/print/freetype2/pkg-descr deleted file mode 100644 index 57ec2a4c6..000000000 --- a/print/freetype2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This includes some tools that are in FreeType 1's contrib directory. - -ttf2pfb: Converting TrueType fonts to the Postscript Type 1 format. -ttf2pk: A simple conversion tool to bring TrueType quality to the - TeX world. -ttf2bdf: Produce bitmapped fonts from TrueType files for your X11 - applications. -ttfbanner: make posters using a TrueType font - -WWW: http://freetype.sourceforge.net/ diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist deleted file mode 100644 index fd0ccd25e..000000000 --- a/print/freetype2/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/freetype-config -include/freetype2/freetype/config/ftconfig.h -include/freetype2/freetype/config/ftheader.h -include/freetype2/freetype/config/ftmodule.h -include/freetype2/freetype/config/ftoption.h -include/freetype2/freetype/config/ftstdlib.h -include/freetype2/freetype/freetype.h -include/freetype2/freetype/ftadvanc.h -include/freetype2/freetype/ftbbox.h -include/freetype2/freetype/ftbdf.h -include/freetype2/freetype/ftbitmap.h -include/freetype2/freetype/ftcache.h -include/freetype2/freetype/ftchapters.h -include/freetype2/freetype/ftcid.h -include/freetype2/freetype/fterrdef.h -include/freetype2/freetype/fterrors.h -include/freetype2/freetype/ftgasp.h -include/freetype2/freetype/ftglyph.h -include/freetype2/freetype/ftgxval.h -include/freetype2/freetype/ftgzip.h -include/freetype2/freetype/ftimage.h -include/freetype2/freetype/ftincrem.h -include/freetype2/freetype/ftlcdfil.h -include/freetype2/freetype/ftlist.h -include/freetype2/freetype/ftlzw.h -include/freetype2/freetype/ftmac.h -include/freetype2/freetype/ftmm.h -include/freetype2/freetype/ftmodapi.h -include/freetype2/freetype/ftmoderr.h -include/freetype2/freetype/ftotval.h -include/freetype2/freetype/ftoutln.h -include/freetype2/freetype/ftpfr.h -include/freetype2/freetype/ftrender.h -include/freetype2/freetype/ftsizes.h -include/freetype2/freetype/ftsnames.h -include/freetype2/freetype/ftstroke.h -include/freetype2/freetype/ftsynth.h -include/freetype2/freetype/ftsystem.h -include/freetype2/freetype/fttrigon.h -include/freetype2/freetype/fttypes.h -include/freetype2/freetype/ftwinfnt.h -include/freetype2/freetype/ftxf86.h -include/freetype2/freetype/t1tables.h -include/freetype2/freetype/ttnameid.h -include/freetype2/freetype/tttables.h -include/freetype2/freetype/tttags.h -include/freetype2/freetype/ttunpat.h -include/ft2build.h -lib/libfreetype.a -lib/libfreetype.la -lib/libfreetype.so -lib/libfreetype.so.9 -libdata/pkgconfig/freetype2.pc -share/aclocal/freetype2.m4 -@dirrm include/freetype2/freetype/config -@dirrm include/freetype2/freetype -@dirrm include/freetype2 diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile deleted file mode 100644 index 09dc3875a..000000000 --- a/print/libgnomeprint/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: libgnomeprint -# Date created: 15 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/print/libgnomeprint/Makefile,v 1.75 2010/04/01 15:19:59 kwm Exp $ -# -# NOTE: Remind to update comms/gfax plist when PORTVERSION change. - -PORTNAME= libgnomeprint -PORTVERSION= 2.18.8 -CATEGORIES= print gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - popt.0:${PORTSDIR}/devel/popt - -USE_BISON= build -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ - libartlgpl2 ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} \ - LIBVERSION=2.2 - -.include <bsd.port.pre.mk> - -.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS) -CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+= --without-cups -PLIST_SUB+= CUPS:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_CUPS) - @${ECHO_MSG} " Enable cups support by defining" - @${ECHO_MSG} " WITH_CUPS" - @${ECHO_MSG} "" -.endif - -post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<malloc[.]h>|<stdlib.h>|' - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|doc||" ${WRKSRC}/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts - @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap - -.include <bsd.port.post.mk> - -.endif diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo deleted file mode 100644 index f8037dd28..000000000 --- a/print/libgnomeprint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeprint-2.18.8.tar.bz2) = 63b05ffb5386e131487c6af30f4c56ac -SHA256 (gnome2/libgnomeprint-2.18.8.tar.bz2) = 1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691 -SIZE (gnome2/libgnomeprint-2.18.8.tar.bz2) = 880489 diff --git a/print/libgnomeprint/pkg-descr b/print/libgnomeprint/pkg-descr deleted file mode 100644 index ad9ac2ec1..000000000 --- a/print/libgnomeprint/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The basis for the Gnome Printing Architecture as described in: - -WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist deleted file mode 100644 index 2b3d0ea1e..000000000 --- a/print/libgnomeprint/pkg-plist +++ /dev/null @@ -1,233 +0,0 @@ -etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font-face.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-glyphlist.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-pgl.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-config.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-filter.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-job.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-meta.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-pango.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-paper.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-transport.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-unit.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-rfont.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gp-gc.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/libgnomeprint-enum-types.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-font-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-fontmap.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-glyphlist-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-config-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-path.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gp-gc-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-config.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-key.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-list.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-model.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-option.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-printer.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-reference.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-root.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-settings.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-state.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-utils.h -lib/libgnomeprint-2-2.a -lib/libgnomeprint-2-2.la -lib/libgnomeprint-2-2.so -lib/libgnomeprint-2-2.so.0 -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.so -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.a -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.la -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.so -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.a -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.la -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.so -libdata/pkgconfig/libgnomeprint-%%LIBVERSION%%.pc -%%DATADIR%%/%%VERSION%%/globals.xml -%%DATADIR%%/%%VERSION%%/models/GNOME-GENERIC-PS.xml -%%DATADIR%%/%%VERSION%%/models/GNOME-PDF-WRITER.xml -%%DATADIR%%/%%VERSION%%/models/uninstalled/GNOME-META.xml -%%DATADIR%%/%%VERSION%%/printers/GENERIC.xml -%%DATADIR%%/%%VERSION%%/printers/PDF-WRITER.xml -%%DATADIR%%/%%VERSION%%/printers/uninstalled/META.xml -share/locale/am/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ar/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/as/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ast/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/az/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/be/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/be@latin/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bg/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/br/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ca/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/cs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/cy/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/da/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/de/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/dz/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/el/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/es/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/et/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/eu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ga/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/gl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/gu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/he/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/id/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/is/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/it/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ja/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ka/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/kn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ko/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ky/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/lt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/lv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mai/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ml/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ms/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nb/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nds/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ne/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/oc/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/or/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ps/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ro/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ru/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/rw/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/si/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sq/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ta/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/te/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/th/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/tr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/uk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/vi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/wa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/xh/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -@dirrm %%DATADIR%%/%%VERSION%%/printers/uninstalled -@dirrm %%DATADIR%%/%%VERSION%%/printers -@dirrm %%DATADIR%%/%%VERSION%%/models/uninstalled -@dirrm %%DATADIR%%/%%VERSION%%/models -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm lib/libgnomeprint/%%VERSION%%/modules/transports -@dirrm lib/libgnomeprint/%%VERSION%%/modules/filters -@dirrm lib/libgnomeprint/%%VERSION%%/modules -@dirrm lib/libgnomeprint/%%VERSION%% -@dirrm lib/libgnomeprint -@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private -@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint -@dirrm include/libgnomeprint-%%LIBVERSION%% -@dirrm etc/gnome/libgnomeprint-2.0/fonts -@dirrm etc/gnome/libgnomeprint-2.0 -@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/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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@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/print/pdfcube/Makefile b/print/pdfcube/Makefile deleted file mode 100644 index 7bf2f3ea9..000000000 --- a/print/pdfcube/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: pdfcube -# Date created: Apr. 20, 2007 -# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pdfcube -PORTVERSION= 0.0.3 -PORTREVISION= 4 -CATEGORIES= print -MASTER_SITES= http://code.100allora.it/releases/pdfcube/ - -MAINTAINER= lwhsu@FreeBSD.org -COMMENT= An OpenGL presentation viewer on a spinning cube - -LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ - poppler-glib:${PORTSDIR}/graphics/poppler-gtk \ - boost_program_options:${PORTSDIR}/devel/boost-libs - -USE_GL= glut -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include - -PLIST_FILES= bin/pdfcube - -post-patch: - ${REINPLACE_CMD} -e \ - 's|BOOSTLIBDIR/libboost_program_options\*\.{so,a}\*|BOOSTLIBDIR/libboost_program_options.so|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/print/pdfcube/distinfo b/print/pdfcube/distinfo deleted file mode 100644 index 994bf91a6..000000000 --- a/print/pdfcube/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pdfcube-0.0.3.tar.gz) = 8d6544b8892893f26334334d66899c9d -SHA256 (pdfcube-0.0.3.tar.gz) = 3dc8f35c9587b13afca72163daf7076fb575dfd01dbaad116874cd95e7be4878 -SIZE (pdfcube-0.0.3.tar.gz) = 320515 diff --git a/print/pdfcube/pkg-descr b/print/pdfcube/pkg-descr deleted file mode 100644 index 1b268f53a..000000000 --- a/print/pdfcube/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -PDF Cube uses the OpenGL API to add 3D spinning cube page transitions to PDF -documents. - -PDF Cube is an OpenGL API-based 3D PDF viewer that adds a compiz/Keynote-like -spinning cube trasition effect to your PDF presentations (including -LaTeX-Beamer and Prosper). You can also zoom on 5 predefined areas of any -presentation page with a smooth zooming effect. - -WWW: http://code.100allora.it/pdfcube |