summaryrefslogtreecommitdiffstats
path: root/print/ggv
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 11:59:59 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 11:59:59 +0800
commitca421beca82af07bcd00b3f6405efe1d85764949 (patch)
treedfe890bfd9375547db6b1d730820782f9aeaa73f /print/ggv
parent861d95448340737e33ce1aa94281b46d1594f82e (diff)
downloadmarcuscom-ports-ca421beca82af07bcd00b3f6405efe1d85764949.tar
marcuscom-ports-ca421beca82af07bcd00b3f6405efe1d85764949.tar.gz
marcuscom-ports-ca421beca82af07bcd00b3f6405efe1d85764949.tar.bz2
marcuscom-ports-ca421beca82af07bcd00b3f6405efe1d85764949.tar.lz
marcuscom-ports-ca421beca82af07bcd00b3f6405efe1d85764949.tar.xz
marcuscom-ports-ca421beca82af07bcd00b3f6405efe1d85764949.tar.zst
marcuscom-ports-ca421beca82af07bcd00b3f6405efe1d85764949.zip
- Clean print
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5052 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/ggv')
-rw-r--r--print/ggv/Makefile42
-rw-r--r--print/ggv/distinfo2
-rw-r--r--print/ggv/files/patch-src_Makefile.in11
-rw-r--r--print/ggv/pkg-descr4
-rw-r--r--print/ggv/pkg-plist152
5 files changed, 0 insertions, 211 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
deleted file mode 100644
index a12c0fead..000000000
--- a/print/ggv/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: ggv2
-# Date created: 07 July 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/print/ggv/Makefile,v 1.4 2005/07/27 04:07:47 ahze Exp $
-#
-
-PORTNAME= ggv
-PORTVERSION= 2.12.0
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.12
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 2 ghostscript viewer
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-INSTALLS_OMF= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils
-USE_GHOSTSCRIPT=yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= ggv.schemas
-
-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
-
-post-install:
- @-update-desktop-database > /dev/null
-
-.include <bsd.port.mk>
diff --git a/print/ggv/distinfo b/print/ggv/distinfo
deleted file mode 100644
index 09037ce24..000000000
--- a/print/ggv/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/ggv-2.12.0.tar.bz2) = 418f0ef3f8b82bb0c423a2a1cf6769f7
-SIZE (gnome2/ggv-2.12.0.tar.bz2) = 1037200
diff --git a/print/ggv/files/patch-src_Makefile.in b/print/ggv/files/patch-src_Makefile.in
deleted file mode 100644
index 76847cf3e..000000000
--- a/print/ggv/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Sun Dec 5 18:19:25 2004
-+++ src/Makefile.in Sun Dec 5 18:20:13 2004
-@@ -142,7 +142,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)
-+INCLUDES = -I$(top_srcdir)/recent-files -DG_LOG_DOMAIN=\"GGV\" -DGNOMELOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" -DGNOMEICONDIR=\""${datadir}/pixmaps"\" -DDATADIR=\""$(datadir)"\" $(GGV_CFLAGS) $(GGV_DEPRECATED_CFLAGS)
-
-
- bin_PROGRAMS = ggv
diff --git a/print/ggv/pkg-descr b/print/ggv/pkg-descr
deleted file mode 100644
index c59727e1f..000000000
--- a/print/ggv/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-GGV, the Gnome GhostView, is a Gnome PostScript document previewer.
-It can also preview PDFs, but as it is not a native PDF viewer, it
-does not take advantage of all the features of the PDF format.
-graphics/gpdf is a more capable PDF viewer.
diff --git a/print/ggv/pkg-plist b/print/ggv/pkg-plist
deleted file mode 100644
index b4b027581..000000000
--- a/print/ggv/pkg-plist
+++ /dev/null
@@ -1,152 +0,0 @@
-bin/ggv
-libdata/bonobo/servers/GNOME_GGV.server
-libexec/ggv-postscript-viewer
-share/gnome/applications/ggv.desktop
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-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
-share/gnome/omf/ggv/ggv-de.omf
-share/gnome/omf/ggv/ggv-es.omf
-share/gnome/omf/ggv/ggv-fr.omf
-share/gnome/omf/ggv/ggv-it.omf
-share/gnome/omf/ggv/ggv-ja.omf
-share/gnome/omf/ggv/ggv-ko.omf
-share/gnome/omf/ggv/ggv-sv.omf
-share/gnome/omf/ggv/ggv-zh_CN.omf
-share/gnome/omf/ggv/ggv-zh_TW.omf
-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/af/LC_MESSAGES/ggv.mo
-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/bs/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/en_CA/LC_MESSAGES/ggv.mo
-share/locale/en_GB/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/gu/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/is/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/nb/LC_MESSAGES/ggv.mo
-share/locale/ne/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/pa/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/rw/LC_MESSAGES/ggv.mo
-share/locale/sk/LC_MESSAGES/ggv.mo
-share/locale/sl/LC_MESSAGES/ggv.mo
-share/locale/sq/LC_MESSAGES/ggv.mo
-share/locale/sr/LC_MESSAGES/ggv.mo
-share/locale/sr@Latn/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/xh/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
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true