summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrh <rh>1999-05-03 16:48:56 +0000
committerrh <rh>1999-05-03 16:48:56 +0000
commit26bc6aea1e26a02898b0afddddc4dbc6613af3da (patch)
treeacb2b610a46f4663bae96aea43f4bf2345b6a4f5 /misc
parent96f1ac05a8c4d0f94dc7e892331bafaf675f5572 (diff)
downloadpkgsrc-26bc6aea1e26a02898b0afddddc4dbc6613af3da.tar.gz
Initial import of gnome-utils-1.0.1, a set of useful utilities for GNOME.
Diffstat (limited to 'misc')
-rw-r--r--misc/gnome-utils/Makefile35
-rw-r--r--misc/gnome-utils/files/md53
-rw-r--r--misc/gnome-utils/patches/patch-aa17
-rw-r--r--misc/gnome-utils/pkg/COMMENT1
-rw-r--r--misc/gnome-utils/pkg/DESCR12
-rw-r--r--misc/gnome-utils/pkg/PLIST62
6 files changed, 130 insertions, 0 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
new file mode 100644
index 00000000000..d729ef385bc
--- /dev/null
+++ b/misc/gnome-utils/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/03 16:48:56 rh Exp $
+#
+
+DISTNAME= gnome-utils-1.0.1
+CATEGORIES= misc x11
+MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \
+ ftp://ftp.tuwien.ac.at/hci/GNOME/gnome-1.0/sources/ \
+ ftp://gnomeftp.wgn.net/pub/gnome/ \
+ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/ \
+ ftp://unix.hensa.ac.uk/mirrors/ftp.gnome.org/pub/GNOME/ \
+ ftp://ftp.sunet.se/pub/X11/GNOME/ \
+ ftp://ftp.dataplus.se/pub/linux/gnome/ \
+ ftp://ftp.net.lut.ac.uk/gnome/ \
+ ftp://mirror.aarnet.edu.au/pub/gnome/ \
+ ftp://ftp.fr.gnome.org/pub/gnome/ \
+ ftp://ftp.dti.ad.jp/pub/X/GNOME/ \
+ http://gd.tuwien.ac.at/hci/GNOME/gnome-1.0/sources/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
+DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+DEPENDS+= gettext-0.10.35:../../devel/gettext
+DEPENDS+= gnome-libs-1.0.9:../../x11/gnome-libs
+DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile
+# "libgtop" packages is broken at the moment.
+#DEPENDS+= libgtop-1.0.1:../../devel/libgtop
+
+GNU_CONFIGURE= YES
+USE_X11BASE= YES
+CONFIGURE_ENV+= XGETTEXT="${LOCALBASE}/bin/xgettext"
+CONFIGURE_ARGS= --with-ncurses=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gnome-utils/files/md5 b/misc/gnome-utils/files/md5
new file mode 100644
index 00000000000..8f756e750ac
--- /dev/null
+++ b/misc/gnome-utils/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/05/03 16:48:57 rh Exp $
+
+MD5 (gnome-utils-1.0.1.tar.gz) = c267d32ddf310b3e9f70a2d915cccf5a
diff --git a/misc/gnome-utils/patches/patch-aa b/misc/gnome-utils/patches/patch-aa
new file mode 100644
index 00000000000..c018cc25743
--- /dev/null
+++ b/misc/gnome-utils/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/05/03 16:48:57 rh Exp $
+
+--- gdialog/dialog.h.orig Tue Feb 16 22:39:28 1999
++++ gdialog/dialog.h Fri Apr 23 14:03:44 1999
+@@ -22,6 +22,12 @@
+ #define WITH_GNOME /* Gnome support */
+ #undef WITH_GPM /* Gpm mouse support */
+
++#include "config.h"
++
++#ifdef VERSION
++#undef VERSION
++#endif
++
+ #define VERSION "0.6gnome1"
+
+ #include <sys/types.h>
diff --git a/misc/gnome-utils/pkg/COMMENT b/misc/gnome-utils/pkg/COMMENT
new file mode 100644
index 00000000000..6049482d271
--- /dev/null
+++ b/misc/gnome-utils/pkg/COMMENT
@@ -0,0 +1 @@
+A set of useful GNOME utilities and applications.
diff --git a/misc/gnome-utils/pkg/DESCR b/misc/gnome-utils/pkg/DESCR
new file mode 100644
index 00000000000..1819bd303a4
--- /dev/null
+++ b/misc/gnome-utils/pkg/DESCR
@@ -0,0 +1,12 @@
+ This package contains the GNOME time tracker, a searching tool,
+calculator, and other useful GNOME utilities/apps .
+
+From the GNOME home page:
+
+GNOME stands for GNU Network Object Model Environment. The GNOME
+project intends to build a complete, user-friendly desktop based
+entirely on free software. GNOME is part of the GNU project, and
+GNOME is part of the OpenSource(tm) movement. The desktop will
+consist of small utilities and larger applications which share a
+consistent look and feel. GNOME uses GTK+ as the GUI toolkit for
+all GNOME-compliant applications.
diff --git a/misc/gnome-utils/pkg/PLIST b/misc/gnome-utils/pkg/PLIST
new file mode 100644
index 00000000000..e1f6b76830f
--- /dev/null
+++ b/misc/gnome-utils/pkg/PLIST
@@ -0,0 +1,62 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/03 16:48:57 rh Exp $
+bin/gcalc
+bin/ghex
+bin/gsearchtool
+bin/gtt
+bin/gshutdown
+bin/guname
+bin/gw
+bin/gnome-run
+bin/grun
+bin/gless
+bin/gpenguin
+bin/gfontsel
+bin/gcolorsel
+bin/splash
+bin/splac
+bin/gdialog
+man/man1/gtt.1
+share/pixmaps/gnome-ghex.png
+share/pixmaps/penguin1.png
+share/gnome/apps/Applications/ghex.desktop
+share/gnome/apps/Applications/gtt.desktop
+share/gnome/apps/Settings/gshutdown.desktop
+share/gnome/apps/Utilities/gcalc.desktop
+share/gnome/apps/Utilities/gsearchtool.desktop
+share/gnome/apps/Utilities/guname.desktop
+share/gnome/apps/Utilities/gw.desktop
+share/gnome/apps/Utilities/gless.desktop
+share/gnome/apps/Utilities/gpenguin.desktop
+share/gnome/apps/Utilities/gfontsel.desktop
+share/gnome/apps/Utilities/gcolorsel.desktop
+share/gnome/apps/gnome-run.desktop
+share/gnome/help/ghex/C/index.html
+share/gnome/help/ghex/C/topic.dat
+share/gnome/help/ghex/es/index.html
+share/gnome/help/ghex/es/topic.dat
+share/gnome/help/gtt/C/index.html
+share/gnome/help/gtt/C/topic.dat
+share/gnome/help/gtt/es/index.html
+share/gnome/help/gtt/es/topic.dat
+share/gnome/help/gtt/de/topic.dat
+share/gnome/help/gtt/de/index.html
+share/gnome/help/gshutdown/C/index.html
+share/gnome/help/gshutdown/C/topic.dat
+share/gnome/help/gshutdown/es/index.html
+share/gnome/help/gshutdown/es/topic.dat
+@dirrm share/gnome/help/ghex/C
+@dirrm share/gnome/help/ghex/es
+@dirrm share/gnome/help/ghex
+@dirrm share/gnome/help/gtt/C
+@dirrm share/gnome/help/gtt/de
+@dirrm share/gnome/help/gtt/es
+@dirrm share/gnome/help/gtt
+@dirrm share/gnome/help/gshutdown/C
+@dirrm share/gnome/help/gshutdown/es
+@dirrm share/gnome/help/gshutdown
+@unexec rmdir %D/share/gnome/apps/Applications 2>/dev/null || true
+@unexec rmdir %D/share/gnome/apps/Settings 2>/dev/null || true
+@unexec rmdir %D/share/gnome/apps/Utilities 2>/dev/null || true
+@unexec rmdir %D/share/gnome/apps 2>/dev/null || true
+@unexec rmdir %D/share/gnome/help 2>/dev/null || true
+@unexec rmdir %D/share/gnome 2>/dev/null || true