From 9332084740b5b48b0d7ffc35fc496c60b1acfe67 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 19 Oct 1998 14:29:02 +0000 Subject: ggv is the front end of ghostscript. Submitted by: Nakai@technologist.com --- print/ggv/Makefile | 28 ++++++++++++++++++++++++++++ print/ggv/distinfo | 1 + print/ggv/files/patch-aa | 20 ++++++++++++++++++++ print/ggv/pkg-comment | 1 + print/ggv/pkg-descr | 1 + print/ggv/pkg-plist | 5 +++++ print/ggv2/Makefile | 28 ++++++++++++++++++++++++++++ print/ggv2/distinfo | 1 + print/ggv2/files/patch-aa | 20 ++++++++++++++++++++ print/ggv2/pkg-comment | 1 + print/ggv2/pkg-descr | 1 + print/ggv2/pkg-plist | 5 +++++ 12 files changed, 112 insertions(+) create mode 100644 print/ggv/Makefile create mode 100644 print/ggv/distinfo create mode 100644 print/ggv/files/patch-aa create mode 100644 print/ggv/pkg-comment create mode 100644 print/ggv/pkg-descr create mode 100644 print/ggv/pkg-plist create mode 100644 print/ggv2/Makefile create mode 100644 print/ggv2/distinfo create mode 100644 print/ggv2/files/patch-aa create mode 100644 print/ggv2/pkg-comment create mode 100644 print/ggv2/pkg-descr create mode 100644 print/ggv2/pkg-plist (limited to 'print') diff --git a/print/ggv/Makefile b/print/ggv/Makefile new file mode 100644 index 000000000000..85b326b79135 --- /dev/null +++ b/print/ggv/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ggv +# Version required: 0.26 +# Date created: 21 August 1998 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= ggv-0.26 +CATEGORIES= print +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${X11BASE} +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ + -I${X11BASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + +.include diff --git a/print/ggv/distinfo b/print/ggv/distinfo new file mode 100644 index 000000000000..55b49cc287d6 --- /dev/null +++ b/print/ggv/distinfo @@ -0,0 +1 @@ +MD5 (ggv-0.26.tar.gz) = efe9c011165f0313600e5988b005a6d2 diff --git a/print/ggv/files/patch-aa b/print/ggv/files/patch-aa new file mode 100644 index 000000000000..0fdae5a600d8 --- /dev/null +++ b/print/ggv/files/patch-aa @@ -0,0 +1,20 @@ +--- configure.orig Thu Oct 15 04:18:51 1998 ++++ configure Thu Oct 15 04:19:37 1998 +@@ -925,12 +925,12 @@ + + + if test "$no_gnome_config" = "yes"; then +- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 +-echo "configure:930: 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:930: 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 ++ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh" ++ . $prefix/share/gnome/gnomeConf.sh + + else + echo "$ac_t""not found" 1>&6 diff --git a/print/ggv/pkg-comment b/print/ggv/pkg-comment new file mode 100644 index 000000000000..4104aa4014ae --- /dev/null +++ b/print/ggv/pkg-comment @@ -0,0 +1 @@ +GNOME ghostscript viewer diff --git a/print/ggv/pkg-descr b/print/ggv/pkg-descr new file mode 100644 index 000000000000..4104aa4014ae --- /dev/null +++ b/print/ggv/pkg-descr @@ -0,0 +1 @@ +GNOME ghostscript viewer diff --git a/print/ggv/pkg-plist b/print/ggv/pkg-plist new file mode 100644 index 000000000000..5a0c91fc0e52 --- /dev/null +++ b/print/ggv/pkg-plist @@ -0,0 +1,5 @@ +bin/ggv +share/gnome/apps/Graphics/ggv.desktop +share/locale/fr/LC_MESSAGES/ggv.mo +share/locale/ko/LC_MESSAGES/ggv.mo +share/locale/pt/LC_MESSAGES/ggv.mo diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile new file mode 100644 index 000000000000..85b326b79135 --- /dev/null +++ b/print/ggv2/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ggv +# Version required: 0.26 +# Date created: 21 August 1998 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= ggv-0.26 +CATEGORIES= print +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${X11BASE} +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ + -I${X11BASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + +.include diff --git a/print/ggv2/distinfo b/print/ggv2/distinfo new file mode 100644 index 000000000000..55b49cc287d6 --- /dev/null +++ b/print/ggv2/distinfo @@ -0,0 +1 @@ +MD5 (ggv-0.26.tar.gz) = efe9c011165f0313600e5988b005a6d2 diff --git a/print/ggv2/files/patch-aa b/print/ggv2/files/patch-aa new file mode 100644 index 000000000000..0fdae5a600d8 --- /dev/null +++ b/print/ggv2/files/patch-aa @@ -0,0 +1,20 @@ +--- configure.orig Thu Oct 15 04:18:51 1998 ++++ configure Thu Oct 15 04:19:37 1998 +@@ -925,12 +925,12 @@ + + + if test "$no_gnome_config" = "yes"; then +- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 +-echo "configure:930: 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:930: 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 ++ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh" ++ . $prefix/share/gnome/gnomeConf.sh + + else + echo "$ac_t""not found" 1>&6 diff --git a/print/ggv2/pkg-comment b/print/ggv2/pkg-comment new file mode 100644 index 000000000000..4104aa4014ae --- /dev/null +++ b/print/ggv2/pkg-comment @@ -0,0 +1 @@ +GNOME ghostscript viewer diff --git a/print/ggv2/pkg-descr b/print/ggv2/pkg-descr new file mode 100644 index 000000000000..4104aa4014ae --- /dev/null +++ b/print/ggv2/pkg-descr @@ -0,0 +1 @@ +GNOME ghostscript viewer diff --git a/print/ggv2/pkg-plist b/print/ggv2/pkg-plist new file mode 100644 index 000000000000..5a0c91fc0e52 --- /dev/null +++ b/print/ggv2/pkg-plist @@ -0,0 +1,5 @@ +bin/ggv +share/gnome/apps/Graphics/ggv.desktop +share/locale/fr/LC_MESSAGES/ggv.mo +share/locale/ko/LC_MESSAGES/ggv.mo +share/locale/pt/LC_MESSAGES/ggv.mo -- cgit v1.2.3