summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
author(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
committer(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
commit73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch)
tree2f5e26903a1f136a9e2f54af42475b280a215a6d /print
parentfd170dfee433454a5e1f74c295bf23f3835894c0 (diff)
downloadmarcuscom-ports-GNOME_2_6.tar
marcuscom-ports-GNOME_2_6.tar.gz
marcuscom-ports-GNOME_2_6.tar.bz2
marcuscom-ports-GNOME_2_6.tar.lz
marcuscom-ports-GNOME_2_6.tar.xz
marcuscom-ports-GNOME_2_6.tar.zst
marcuscom-ports-GNOME_2_6.zip
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-rw-r--r--print/ggv2/Makefile36
-rw-r--r--print/ggv2/distinfo2
-rw-r--r--print/ggv2/files/patch-src_Makefile.in11
-rw-r--r--print/ggv2/pkg-descr1
-rw-r--r--print/ggv2/pkg-plist184
-rw-r--r--print/libgnomeprint/Makefile55
-rw-r--r--print/libgnomeprint/distinfo2
-rw-r--r--print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c10
-rw-r--r--print/libgnomeprint/pkg-descr4
-rw-r--r--print/libgnomeprint/pkg-plist142
-rw-r--r--print/libgnomeprintmm/Makefile32
-rw-r--r--print/libgnomeprintmm/distinfo1
-rw-r--r--print/libgnomeprintmm/files/patch-libgnomeprint_libgnomeprintmm_font.cc11
-rw-r--r--print/libgnomeprintmm/pkg-descr2
-rw-r--r--print/libgnomeprintmm/pkg-plist29
15 files changed, 0 insertions, 522 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile
deleted file mode 100644
index acad28302..000000000
--- a/print/ggv2/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: ggv2
-# Date created: 07 July 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD: ports/print/ggv2/Makefile,v 1.47 2003/11/17 12:29:04 trevor Exp $
-#
-
-PORTNAME= ggv2
-PORTVERSION= 2.5.99.1
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
-DISTNAME= ggv-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 2 ghostscript viewer
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack lthack intlhack libgnomeui
-USE_GHOSTSCRIPT=yes
-USE_LIBTOOL_VER=13
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-pre-everything::
-.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
- @${ECHO_MSG} ""
- @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"
- @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one"
- @${ECHO_MSG} ""
-.endif
-
-.include <bsd.port.mk>
diff --git a/print/ggv2/distinfo b/print/ggv2/distinfo
deleted file mode 100644
index cb7c99e89..000000000
--- a/print/ggv2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/ggv-2.5.99.1.tar.bz2) = 51d2e73677ba7b9f4401ddbf66a349a6
-SIZE (gnome2/ggv-2.5.99.1.tar.bz2) = 1175565
diff --git a/print/ggv2/files/patch-src_Makefile.in b/print/ggv2/files/patch-src_Makefile.in
deleted file mode 100644
index 9c2238798..000000000
--- a/print/ggv2/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Sat Mar 6 00:07:03 2004
-+++ src/Makefile.in Sat Mar 6 00:10:34 2004
-@@ -133,7 +133,7 @@
-
- SUBDIRS = recent-files stock cursors
-
--INCLUDES = -I$(top_srcdir)/recent-files -DG_LOG_DOMAIN=\"GGV\" -DGNOMELOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" -DDATADIR=\""$(datadir)"\" $(GGV_CFLAGS) $(GGV_DEPRECATED_CFLAGS) -I$(includedir)
-+INCLUDES = -I$(top_srcdir)/recent-files -DG_LOG_DOMAIN=\"GGV\" -DGNOMELOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" -DGNOMEICONDIR=\""${datadir}/pixmaps"\" -DDATADIR=\""$(datadir)"\" $(GGV_CFLAGS) $(GGV_DEPRECATED_CFLAGS) -I$(includedir)
-
-
- bin_PROGRAMS = ggv
diff --git a/print/ggv2/pkg-descr b/print/ggv2/pkg-descr
deleted file mode 100644
index 7c8fde6e0..000000000
--- a/print/ggv2/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-GNOME 2 ghostscript viewer.
diff --git a/print/ggv2/pkg-plist b/print/ggv2/pkg-plist
deleted file mode 100644
index d06ae67fe..000000000
--- a/print/ggv2/pkg-plist
+++ /dev/null
@@ -1,184 +0,0 @@
-bin/ggv
-etc/gconf/gconf.xml.defaults/apps/ggv/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/ggv/control/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/ggv/coordinates/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/ggv/gtkgs/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/ggv/layout/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/ggv/printing/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/ggv/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/ggv/control/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/ggv/coordinates/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/ggv/gtkgs/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/ggv/layout/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/ggv/printing/%gconf.xml
-etc/gconf/schemas/ggv.schemas
-libdata/bonobo/servers/GNOME_GGV.server
-libexec/ggv-postscript-viewer
-share/gnome/applications/ggv.desktop
-share/gnome/gnome-2.0/ui/ggv-control-ui.xml
-share/gnome/gnome-2.0/ui/ggv-postscript-view-ui.xml
-share/gnome/gnome-2.0/ui/ggv-ui.xml
-share/gnome/help/ggv/C/figures/ggv_window.png
-share/gnome/help/ggv/C/ggv.xml
-share/gnome/help/ggv/C/legal.xml
-share/gnome/help/ggv/C/topic.dat
-share/gnome/help/ggv/de/figures/ggv_window.png
-share/gnome/help/ggv/de/ggv.xml
-share/gnome/help/ggv/de/legal.xml
-share/gnome/help/ggv/de/topic.dat
-share/gnome/help/ggv/es/figures/ggv_window.png
-share/gnome/help/ggv/es/ggv.xml
-share/gnome/help/ggv/es/legal.xml
-share/gnome/help/ggv/fr/figures/ggv_window.png
-share/gnome/help/ggv/fr/ggv.xml
-share/gnome/help/ggv/fr/legal.xml
-share/gnome/help/ggv/it/figures/ggv_window.png
-share/gnome/help/ggv/it/ggv.xml
-share/gnome/help/ggv/it/legal.xml
-share/gnome/help/ggv/it/topic.dat
-share/gnome/help/ggv/ja/figures/ggv_window.png
-share/gnome/help/ggv/ja/ggv.xml
-share/gnome/help/ggv/ja/legal.xml
-share/gnome/help/ggv/ja/topic.dat
-share/gnome/help/ggv/ko/figures/example_screenshot.png
-share/gnome/help/ggv/ko/ggv.xml
-share/gnome/help/ggv/ko/legal.xml
-share/gnome/help/ggv/sv/figures/ggv_window.png
-share/gnome/help/ggv/sv/ggv.xml
-share/gnome/help/ggv/sv/legal.xml
-share/gnome/help/ggv/zh_CN/figures/ggv_window.png
-share/gnome/help/ggv/zh_CN/ggv.xml
-share/gnome/help/ggv/zh_CN/legal.xml
-share/gnome/help/ggv/zh_TW/figures/ggv_window.png
-share/gnome/help/ggv/zh_TW/ggv.xml
-share/gnome/help/ggv/zh_TW/legal.xml
-share/gnome/idl/Ggv.idl
-share/gnome/omf/ggv/ggv-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-C.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-de.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-de.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-es.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-es.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-fr.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-fr.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-it.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-it.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-ja.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-ja.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-ko.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-ko.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-sv.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-sv.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-zh_CN.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-zh_CN.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/ggv/ggv-zh_TW.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/ggv/ggv-zh_TW.omf 2>/dev/null || /usr/bin/true
-share/gnome/pixmaps/ggv/clearall.xpm
-share/gnome/pixmaps/ggv/fitwidth.png
-share/gnome/pixmaps/ggv/ggv-splash.png
-share/gnome/pixmaps/ggv/toggleall.xpm
-share/gnome/pixmaps/ggv/toggleeven.xpm
-share/gnome/pixmaps/ggv/toggleodd.xpm
-share/gnome/pixmaps/ggv/zoom.xpm
-share/gnome/pixmaps/gnome-ghostview.png
-share/locale/am/LC_MESSAGES/ggv.mo
-share/locale/ar/LC_MESSAGES/ggv.mo
-share/locale/az/LC_MESSAGES/ggv.mo
-share/locale/be/LC_MESSAGES/ggv.mo
-share/locale/bg/LC_MESSAGES/ggv.mo
-share/locale/bn/LC_MESSAGES/ggv.mo
-share/locale/ca/LC_MESSAGES/ggv.mo
-share/locale/cs/LC_MESSAGES/ggv.mo
-share/locale/cy/LC_MESSAGES/ggv.mo
-share/locale/da/LC_MESSAGES/ggv.mo
-share/locale/de/LC_MESSAGES/ggv.mo
-share/locale/el/LC_MESSAGES/ggv.mo
-share/locale/es/LC_MESSAGES/ggv.mo
-share/locale/et/LC_MESSAGES/ggv.mo
-share/locale/eu/LC_MESSAGES/ggv.mo
-share/locale/fa/LC_MESSAGES/ggv.mo
-share/locale/fi/LC_MESSAGES/ggv.mo
-share/locale/fr/LC_MESSAGES/ggv.mo
-share/locale/ga/LC_MESSAGES/ggv.mo
-share/locale/gl/LC_MESSAGES/ggv.mo
-share/locale/he/LC_MESSAGES/ggv.mo
-share/locale/hi/LC_MESSAGES/ggv.mo
-share/locale/hr/LC_MESSAGES/ggv.mo
-share/locale/hu/LC_MESSAGES/ggv.mo
-share/locale/id/LC_MESSAGES/ggv.mo
-share/locale/it/LC_MESSAGES/ggv.mo
-share/locale/ja/LC_MESSAGES/ggv.mo
-share/locale/kn/LC_MESSAGES/ggv.mo
-share/locale/ko/LC_MESSAGES/ggv.mo
-share/locale/lt/LC_MESSAGES/ggv.mo
-share/locale/lv/LC_MESSAGES/ggv.mo
-share/locale/mk/LC_MESSAGES/ggv.mo
-share/locale/ml/LC_MESSAGES/ggv.mo
-share/locale/mn/LC_MESSAGES/ggv.mo
-share/locale/ms/LC_MESSAGES/ggv.mo
-share/locale/nl/LC_MESSAGES/ggv.mo
-share/locale/nn/LC_MESSAGES/ggv.mo
-share/locale/no/LC_MESSAGES/ggv.mo
-share/locale/pl/LC_MESSAGES/ggv.mo
-share/locale/pt/LC_MESSAGES/ggv.mo
-share/locale/pt_BR/LC_MESSAGES/ggv.mo
-share/locale/ro/LC_MESSAGES/ggv.mo
-share/locale/ru/LC_MESSAGES/ggv.mo
-share/locale/sk/LC_MESSAGES/ggv.mo
-share/locale/sl/LC_MESSAGES/ggv.mo
-share/locale/sr/LC_MESSAGES/ggv.mo
-share/locale/sr@Latn/LC_MESSAGES/ggv.mo
-share/locale/sq/LC_MESSAGES/ggv.mo
-share/locale/sv/LC_MESSAGES/ggv.mo
-share/locale/ta/LC_MESSAGES/ggv.mo
-share/locale/th/LC_MESSAGES/ggv.mo
-share/locale/tr/LC_MESSAGES/ggv.mo
-share/locale/uk/LC_MESSAGES/ggv.mo
-share/locale/vi/LC_MESSAGES/ggv.mo
-share/locale/zh_CN/LC_MESSAGES/ggv.mo
-share/locale/zh_TW/LC_MESSAGES/ggv.mo
-@dirrm share/gnome/pixmaps/ggv
-@dirrm share/gnome/omf/ggv
-@dirrm share/gnome/help/ggv/zh_TW/figures
-@dirrm share/gnome/help/ggv/zh_TW
-@dirrm share/gnome/help/ggv/zh_CN/figures
-@dirrm share/gnome/help/ggv/zh_CN
-@dirrm share/gnome/help/ggv/sv/figures
-@dirrm share/gnome/help/ggv/sv
-@dirrm share/gnome/help/ggv/ko/figures
-@dirrm share/gnome/help/ggv/ko
-@dirrm share/gnome/help/ggv/ja/figures
-@dirrm share/gnome/help/ggv/ja
-@dirrm share/gnome/help/ggv/it/figures
-@dirrm share/gnome/help/ggv/it
-@dirrm share/gnome/help/ggv/fr/figures
-@dirrm share/gnome/help/ggv/fr
-@dirrm share/gnome/help/ggv/es/figures
-@dirrm share/gnome/help/ggv/es
-@dirrm share/gnome/help/ggv/de/figures
-@dirrm share/gnome/help/ggv/de
-@dirrm share/gnome/help/ggv/C/figures
-@dirrm share/gnome/help/ggv/C
-@dirrm share/gnome/help/ggv
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ggv/printing
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ggv/layout
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ggv/gtkgs
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ggv/coordinates
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ggv/control
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ggv
-@dirrm etc/gconf/gconf.xml.defaults/apps/ggv/printing
-@dirrm etc/gconf/gconf.xml.defaults/apps/ggv/layout
-@dirrm etc/gconf/gconf.xml.defaults/apps/ggv/gtkgs
-@dirrm etc/gconf/gconf.xml.defaults/apps/ggv/coordinates
-@dirrm etc/gconf/gconf.xml.defaults/apps/ggv/control
-@dirrm etc/gconf/gconf.xml.defaults/apps/ggv
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-C.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-de.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-es.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-fr.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-it.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-ja.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-ko.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-sv.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-zh_CN.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ggv/ggv-zh_TW.omf 2>/dev/null || /usr/bin/true
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
deleted file mode 100644
index 9ca779f9f..000000000
--- a/print/libgnomeprint/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: libgnomeprint
-# Date created: 15 Jan 1999
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD: ports/print/libgnomeprint/Makefile,v 1.75 2003/10/28 16:31:33 bland Exp $
-#
-
-PORTNAME= libgnomeprint
-PORTVERSION= 2.5.4
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Gnome print support library
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libbonobo libartlgpl2 \
- gtk20 lthack
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER=13
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= VERSION=${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/libcups.so)
-WITH_CUPS= yes
-.endif
-
-.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS)
-CONFIGURE_ARGS+= --with-cups
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
-PLIST_SUB+= CUPS:=""
-.else
-CONFIGURE_ARGS+= --without-cups
-PLIST_SUB+= CUPS:="@comment "
-.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
-
-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>
diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo
deleted file mode 100644
index f2792bff9..000000000
--- a/print/libgnomeprint/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/libgnomeprint-2.5.4.tar.bz2) = bf6b7d825a4ae0632f6940fc09622222
-SIZE (gnome2/libgnomeprint-2.5.4.tar.bz2) = 684660
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c
deleted file mode 100644
index 5526dceaa..000000000
--- a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libgnomeprint/gnome-print-meta.c.orig Wed Oct 29 00:53:15 2003
-+++ libgnomeprint/gnome-print-meta.c Wed Oct 29 01:06:23 2003
-@@ -312,6 +312,7 @@
- gpm_encode_int (pc, w);
- gpm_encode_int (pc, ch);
-
-+ gpm_ensure_space(pc, w * ch * h);
- for (y = 0; y < h; y++){
- gpm_encode_block (pc, px, w * ch);
- px += rowstride;
diff --git a/print/libgnomeprint/pkg-descr b/print/libgnomeprint/pkg-descr
deleted file mode 100644
index f7ae47f42..000000000
--- a/print/libgnomeprint/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a prototype implementation of 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 5212a2d12..000000000
--- a/print/libgnomeprint/pkg-plist
+++ /dev/null
@@ -1,142 +0,0 @@
-etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap
-include/libgnomeprint-2.2/libgnomeprint/gnome-font-face.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-font.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-glyphlist.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-pgl.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-print-config.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-print-job.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-print-paper.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-print-unit.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-print.h
-include/libgnomeprint-2.2/libgnomeprint/gnome-rfont.h
-include/libgnomeprint-2.2/libgnomeprint/gp-gc.h
-include/libgnomeprint-2.2/libgnomeprint/libgnomeprint-enum-types.h
-include/libgnomeprint-2.2/libgnomeprint/private/gnome-font-private.h
-include/libgnomeprint-2.2/libgnomeprint/private/gnome-fontmap.h
-include/libgnomeprint-2.2/libgnomeprint/private/gnome-glyphlist-private.h
-include/libgnomeprint-2.2/libgnomeprint/private/gnome-print-config-private.h
-include/libgnomeprint-2.2/libgnomeprint/private/gnome-print-pango.h
-include/libgnomeprint-2.2/libgnomeprint/private/gnome-print-private.h
-include/libgnomeprint-2.2/libgnomeprint/private/gp-gc-private.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-config.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-key.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-list.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-model.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-node-private.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-node.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-option.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-printer.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-reference.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-root.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-settings.h
-include/libgnomeprint-2.2/libgnomeprint/private/gpa-utils.h
-lib/libgnomeprint-2-2.a
-lib/libgnomeprint-2-2.so
-lib/libgnomeprint-2-2.so.1
-%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.so
-lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.so
-lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.so
-lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.so
-libdata/pkgconfig/libgnomeprint-2.2.pc
-share/doc/libgnomeprint/home.png
-share/doc/libgnomeprint/index.html
-share/doc/libgnomeprint/index.sgml
-share/doc/libgnomeprint/left.png
-share/doc/libgnomeprint/libgnomeprint-building.html
-share/doc/libgnomeprint/libgnomeprint-compiling.html
-share/doc/libgnomeprint/libgnomeprint-gnome-font-face.html
-share/doc/libgnomeprint/libgnomeprint-gnome-font.html
-share/doc/libgnomeprint/libgnomeprint-gnome-glyphlist.html
-share/doc/libgnomeprint/libgnomeprint-gnome-pgl.html
-share/doc/libgnomeprint/libgnomeprint-gnome-print-config.html
-share/doc/libgnomeprint/libgnomeprint-gnome-print-job.html
-share/doc/libgnomeprint/libgnomeprint-gnome-print-paper.html
-share/doc/libgnomeprint/libgnomeprint-gnome-print-unit.html
-share/doc/libgnomeprint/libgnomeprint-gnome-print.html
-share/doc/libgnomeprint/libgnomeprint-gnome-rfont.html
-share/doc/libgnomeprint/libgnomeprint-resources.html
-share/doc/libgnomeprint/libgnomeprint.html
-share/doc/libgnomeprint/libgnomeprintunsorted.html
-share/doc/libgnomeprint/right.png
-share/doc/libgnomeprint/up.png
-share/gnome/libgnomeprint/%%VERSION%%/globals.xml
-share/gnome/libgnomeprint/%%VERSION%%/models/GNOME-GENERIC-PS.xml
-share/gnome/libgnomeprint/%%VERSION%%/models/GNOME-PDF-WRITER.xml
-share/gnome/libgnomeprint/%%VERSION%%/models/uninstalled/GNOME-META.xml
-share/gnome/libgnomeprint/%%VERSION%%/printers/GENERIC.xml
-share/gnome/libgnomeprint/%%VERSION%%/printers/PDF-WRITER.xml
-share/gnome/libgnomeprint/%%VERSION%%/printers/uninstalled/META.xml
-share/locale/az/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/am/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ar/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/be/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/bg/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/bn/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ca/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/cs/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/cy/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/da/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/de/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/el/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/en_CA/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/es/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/et/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/fa/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/fi/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/fr/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ga/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/he/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/hr/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/hu/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/hi/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/id/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/is/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/it/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ja/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ko/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/lt/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/lv/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/mk/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ml/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/mn/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/mr/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ms/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/nl/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/nn/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/no/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/pa/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/pl/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/pt/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/pt_BR/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ro/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ru/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/sk/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/sl/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/sq/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/sr/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/sr@Latn/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/sv/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/ta/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/th/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/tr/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/uk/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/vi/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/wa/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/zh_CN/LC_MESSAGES/libgnomeprint-2.2.mo
-share/locale/zh_TW/LC_MESSAGES/libgnomeprint-2.2.mo
-@dirrm share/gnome/libgnomeprint/%%VERSION%%/printers/uninstalled
-@dirrm share/gnome/libgnomeprint/%%VERSION%%/printers
-@dirrm share/gnome/libgnomeprint/%%VERSION%%/models/uninstalled
-@dirrm share/gnome/libgnomeprint/%%VERSION%%/models
-@dirrm share/gnome/libgnomeprint/%%VERSION%%
-@dirrm share/gnome/libgnomeprint
-@dirrm share/doc/libgnomeprint
-@dirrm lib/libgnomeprint/%%VERSION%%/modules/transports
-@dirrm lib/libgnomeprint/%%VERSION%%/modules
-@dirrm lib/libgnomeprint/%%VERSION%%
-@dirrm lib/libgnomeprint
-@dirrm include/libgnomeprint-2.2/libgnomeprint/private
-@dirrm include/libgnomeprint-2.2/libgnomeprint
-@dirrm include/libgnomeprint-2.2
-@dirrm etc/gnome/libgnomeprint-2.0/fonts
-@dirrm etc/gnome/libgnomeprint-2.0
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile
deleted file mode 100644
index d62271fc3..000000000
--- a/print/libgnomeprintmm/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: libgnomeprintmm
-# Date created: 17 December 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libgnomeprintmm
-PORTVERSION= 2.5.0
-PORREVISION= 3
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
-DIST_SUBDIR= gnome2
-
-MAINTAINER= bland@FreeBSD.org
-COMMENT= C++ bindings for the GNOME print support library
-
-LIB_DEPENDS= gtkmm-2.3.4:${PORTSDIR}/x11-toolkits/gtk--2
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack lthack libgnomeprint
-INSTALLS_SHLIB= yes
-USE_LIBTOOL_VER=13
-CONFIGURE_ARGS= --enable-static
-
-PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
-
-.include <bsd.port.mk>
diff --git a/print/libgnomeprintmm/distinfo b/print/libgnomeprintmm/distinfo
deleted file mode 100644
index 1c0a58806..000000000
--- a/print/libgnomeprintmm/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/libgnomeprintmm-2.5.0.tar.bz2) = 61db9f654329c01a0d1f7454eaab7864
diff --git a/print/libgnomeprintmm/files/patch-libgnomeprint_libgnomeprintmm_font.cc b/print/libgnomeprintmm/files/patch-libgnomeprint_libgnomeprintmm_font.cc
deleted file mode 100644
index b8b050cf7..000000000
--- a/print/libgnomeprintmm/files/patch-libgnomeprint_libgnomeprintmm_font.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnomeprint/libgnomeprintmm/font.cc.orig Wed Dec 17 19:59:13 2003
-+++ libgnomeprint/libgnomeprintmm/font.cc Wed Dec 17 19:59:29 2003
-@@ -180,7 +180,7 @@
-
- Glib::RefPtr<Font> Font::find_closest(const Glib::ustring& family, FontWeight weight, bool italic, double size)
- {
-- return Glib::wrap(gnome_font_find_closest_from_weight_slant((const guchar*)family.c_str(), static_cast<GnomeFontWeight>(weight), static_cast<int>(italic), size));
-+ return Glib::wrap(gnome_font_find_closest_from_weight_slant((const guchar*)family.c_str(), (GnomeFontWeight)(weight), static_cast<int>(italic), size));
- }
-
- Glib::RefPtr<Pango::Font> Font::get_closest_pango_font(const Glib::RefPtr<Pango::FontMap>& map, double dpi) const
diff --git a/print/libgnomeprintmm/pkg-descr b/print/libgnomeprintmm/pkg-descr
deleted file mode 100644
index 56f3bfeae..000000000
--- a/print/libgnomeprintmm/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This is a set of thin C++ wrappers around the libgnomeprint printing support
-system.
diff --git a/print/libgnomeprintmm/pkg-plist b/print/libgnomeprintmm/pkg-plist
deleted file mode 100644
index bd6ae8140..000000000
--- a/print/libgnomeprintmm/pkg-plist
+++ /dev/null
@@ -1,29 +0,0 @@
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/config.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/context.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/enums.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/font.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/init.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/job.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/config_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/context_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/enums_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/font_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/job_p.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/types.h
-include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/wrap_init.h
-lib/libgnomeprintmm-%%VERSION%%.a
-lib/libgnomeprintmm-%%VERSION%%.so
-lib/libgnomeprintmm-%%VERSION%%.so.1
-lib/libgnomeprintmm-%%API_VERSION%%/include/libgnomeprintmmconfig.h
-lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert.m4
-lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert_libgnomeprintmm.m4
-libdata/pkgconfig/libgnomeprintmm-%%API_VERSION%%.pc
-@dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc/m4
-@dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc
-@dirrm lib/libgnomeprintmm-%%API_VERSION%%/include
-@dirrm lib/libgnomeprintmm-%%API_VERSION%%
-@dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private
-@dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm
-@dirrm include/libgnomeprintmm-%%API_VERSION%%