summaryrefslogtreecommitdiff
path: root/print/ggv2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /print/ggv2
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'print/ggv2')
-rw-r--r--print/ggv2/Makefile31
-rw-r--r--print/ggv2/distinfo1
-rw-r--r--print/ggv2/files/patch-aa43
-rw-r--r--print/ggv2/files/patch-ad35
-rw-r--r--print/ggv2/pkg-comment1
-rw-r--r--print/ggv2/pkg-descr1
-rw-r--r--print/ggv2/pkg-plist7
7 files changed, 0 insertions, 119 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile
deleted file mode 100644
index 8c4088bcc499..000000000000
--- a/print/ggv2/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: ggv
-# Version required: 0.26
-# Date created: 21 August 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $Id: Makefile,v 1.6 1999/04/08 18:08:35 steve Exp $
-#
-
-DISTNAME= ggv-0.26
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/ggv
-
-MAINTAINER= nacai@iname.com
-
-BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-
-# implicit dependencies:
-# gettext, xpm, gtk11-devel, gnomelibs
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-gnome=${X11BASE}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
-
-.include <bsd.port.mk>
diff --git a/print/ggv2/distinfo b/print/ggv2/distinfo
deleted file mode 100644
index 43d7f2f6b8c4..000000000000
--- a/print/ggv2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ggv-0.26.tar.gz) = ff3cf03289b3effd8fc8fb0e29ab6e03
diff --git a/print/ggv2/files/patch-aa b/print/ggv2/files/patch-aa
deleted file mode 100644
index f844d3ed82d6..000000000000
--- a/print/ggv2/files/patch-aa
+++ /dev/null
@@ -1,43 +0,0 @@
---- configure.orig Wed Dec 16 23:06:18 1998
-+++ configure Tue Jan 26 14:13:02 1999
-@@ -1076,13 +1076,13 @@
- fi
-
- if test "$no_gnome_config" = "yes"; then
-- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
--echo "configure:1081: checking for gnomeConf.sh file in $gnome_prefix" >&5
-- if test -f $gnome_prefix/gnomeConf.sh; then
-+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
-+echo "configure:1081: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
-+ if test -f $prefix/share/gnome/gnomeConf.sh; then
- echo "$ac_t""found" 1>&6
- echo "loading gnome configuration from" \
-- "$gnome_prefix/gnomeConf.sh"
-- . $gnome_prefix/gnomeConf.sh
-+ "$prefix/share/gnome/gnomeConf.sh"
-+ . $prefix/share/gnome/gnomeConf.sh
-
- else
- echo "$ac_t""not found" 1>&6
-@@ -4024,15 +4024,15 @@
- fi
-
-
-- USE_INCLUDED_LIBINTL=yes
-+# USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.gmo
- INSTOBJEXT=.mo
- DATADIRNAME=share
-- INTLDEPS='$(top_builddir)/intl/libintl.a'
-- INTLLIBS=$INTLDEPS
-- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-- nls_cv_header_intl=intl/libintl.h
-- nls_cv_header_libgt=intl/libgettext.h
-+# INTLDEPS='$(top_builddir)/intl/libintl.a'
-+# INTLLIBS=$INTLDEPS
-+# LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-+# nls_cv_header_intl=intl/libintl.h
-+# nls_cv_header_libgt=intl/libgettext.h
- fi
-
- if test "$XGETTEXT" != ":"; then
diff --git a/print/ggv2/files/patch-ad b/print/ggv2/files/patch-ad
deleted file mode 100644
index 848d6600d88b..000000000000
--- a/print/ggv2/files/patch-ad
+++ /dev/null
@@ -1,35 +0,0 @@
---- ps.h.orig Tue Jan 26 13:58:49 1999
-+++ ps.h Tue Jan 26 13:59:06 1999
-@@ -40,6 +40,7 @@
- /* Constants used to store keywords that are scanned. */
- /* NONE is not a keyword, it tells when a field was not set */
-
-+#undef NONE
- enum {ATEND = -1, NONE = 0, PORTRAIT, LANDSCAPE, ASCEND, DESCEND, SPECIAL};
-
- #define PSLINELENGTH 257 /* 255 characters + 1 newline + 1 NULL */
---- ps.c.orig Tue Jan 26 14:19:36 1999
-+++ ps.c Tue Jan 26 14:20:12 1999
-@@ -54,7 +54,10 @@
- #endif
- #include <ctype.h>
- #include <X11/Xos.h> /* #includes the appropriate <string.h> */
-+#include <sys/stat.h>
-+#include <glib.h>
- #include "ps.h"
-+#include "file.h"
-
- #ifdef BSD4_2
- #define memset(a,b,c) bzero(a,c)
-@@ -208,11 +211,6 @@
- /* Jake Hamby patch 18/3/98 */
- /* Following text added */
-
--#include <sys/stat.h>
--
--#include <glib.h>
--
--#include "file.h"
-
- int
- file_fileIsNotUseful(fn)
diff --git a/print/ggv2/pkg-comment b/print/ggv2/pkg-comment
deleted file mode 100644
index 4104aa4014ae..000000000000
--- a/print/ggv2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNOME ghostscript viewer
diff --git a/print/ggv2/pkg-descr b/print/ggv2/pkg-descr
deleted file mode 100644
index 4104aa4014ae..000000000000
--- a/print/ggv2/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-GNOME ghostscript viewer
diff --git a/print/ggv2/pkg-plist b/print/ggv2/pkg-plist
deleted file mode 100644
index 948fb998e5e9..000000000000
--- a/print/ggv2/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/ggv
-share/gnome/apps/Graphics/ggv.desktop
-share/locale/es/LC_MESSAGES/ggv.mo
-share/locale/fr/LC_MESSAGES/ggv.mo
-share/locale/ko/LC_MESSAGES/ggv.mo
-share/locale/no/LC_MESSAGES/ggv.mo
-share/locale/pt/LC_MESSAGES/ggv.mo