diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-19 14:29:02 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-19 14:29:02 +0000 |
commit | 33d992f8fa49e2f5c3b8d3278fcfc1ccd479d123 (patch) | |
tree | 2c165771965ab3ba17d0cb4ecece03fa83fc2d40 /print | |
parent | 4d4200e2aa1f08895b3c4ba6b0cd7463198cc4fd (diff) | |
download | FreeBSD-ports-33d992f8fa49e2f5c3b8d3278fcfc1ccd479d123.zip FreeBSD-ports-33d992f8fa49e2f5c3b8d3278fcfc1ccd479d123.tar.gz |
ggv is the front end of ghostscript.
Submitted by: Nakai@technologist.com
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 28 | ||||
-rw-r--r-- | print/ggv/distinfo | 1 | ||||
-rw-r--r-- | print/ggv/files/patch-aa | 20 | ||||
-rw-r--r-- | print/ggv/pkg-comment | 1 | ||||
-rw-r--r-- | print/ggv/pkg-descr | 1 | ||||
-rw-r--r-- | print/ggv/pkg-plist | 5 | ||||
-rw-r--r-- | print/ggv2/Makefile | 28 | ||||
-rw-r--r-- | print/ggv2/distinfo | 1 | ||||
-rw-r--r-- | print/ggv2/files/patch-aa | 20 | ||||
-rw-r--r-- | print/ggv2/pkg-comment | 1 | ||||
-rw-r--r-- | print/ggv2/pkg-descr | 1 | ||||
-rw-r--r-- | print/ggv2/pkg-plist | 5 |
12 files changed, 112 insertions, 0 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile new file mode 100644 index 0000000..85b326b --- /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 <Nakai@technologist.com> +# +# $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 <bsd.port.mk> diff --git a/print/ggv/distinfo b/print/ggv/distinfo new file mode 100644 index 0000000..55b49cc --- /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 0000000..0fdae5a --- /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 0000000..4104aa4 --- /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 0000000..4104aa4 --- /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 0000000..5a0c91f --- /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 0000000..85b326b --- /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 <Nakai@technologist.com> +# +# $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 <bsd.port.mk> diff --git a/print/ggv2/distinfo b/print/ggv2/distinfo new file mode 100644 index 0000000..55b49cc --- /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 0000000..0fdae5a --- /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 0000000..4104aa4 --- /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 0000000..4104aa4 --- /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 0000000..5a0c91f --- /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 |