summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 15:55:41 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 15:55:41 +0800
commit68c0518c0276dda9c8c4294e1b5f194617002c2a (patch)
treec83e93aa7d85daeb1ff83e4e18d5aafca6e43488
parent4ea8cc27f290ad6c852b414b7e4a36e3df2571a0 (diff)
downloadmarcuscom-ports-68c0518c0276dda9c8c4294e1b5f194617002c2a.tar
marcuscom-ports-68c0518c0276dda9c8c4294e1b5f194617002c2a.tar.gz
marcuscom-ports-68c0518c0276dda9c8c4294e1b5f194617002c2a.tar.bz2
marcuscom-ports-68c0518c0276dda9c8c4294e1b5f194617002c2a.tar.lz
marcuscom-ports-68c0518c0276dda9c8c4294e1b5f194617002c2a.tar.xz
marcuscom-ports-68c0518c0276dda9c8c4294e1b5f194617002c2a.tar.zst
marcuscom-ports-68c0518c0276dda9c8c4294e1b5f194617002c2a.zip
Add gnome2. Welcome to GNOME 2.3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@640 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome2/Makefile63
-rw-r--r--x11/gnome2/pkg-descr9
-rw-r--r--x11/gnome2/pkg-install21
-rw-r--r--x11/gnome2/pkg-plist1
4 files changed, 94 insertions, 0 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
new file mode 100644
index 000000000..92a9d62cb
--- /dev/null
+++ b/x11/gnome2/Makefile
@@ -0,0 +1,63 @@
+# New ports collection makefile for: gnome2
+# Date created: 21 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/gnome2/Makefile,v 1.62 2003/04/06 23:55:17 marcus Exp $
+#
+
+PORTNAME= gnome2
+PORTVERSION= 2.3.0
+CATEGORIES= x11 gnome
+MASTER_SITES= # empty
+DISTFILES= # empty
+EXTRACT_ONLY= # empty
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The "meta-port" for the GNOME 2 integrated X11 desktop
+
+RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
+ gnome-cd:${PORTSDIR}/audio/gnomemedia2 \
+ gnome-calculator:${PORTSDIR}/misc/gnomeutils2 \
+ eog:${PORTSDIR}/graphics/eog2 \
+ gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 \
+ gconf-editor:${PORTSDIR}/sysutils/gconf-editor \
+ gnect:${PORTSDIR}/games/gnomegames2 \
+ gedit:${PORTSDIR}/editors/gedit2 \
+ gnome-terminal:${PORTSDIR}/x11/gnometerminal \
+ gnome-session:${PORTSDIR}/x11/gnomesession \
+ bug-buddy:${PORTSDIR}/devel/bugbuddy2 \
+ gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \
+ nautilus:${PORTSDIR}/x11-fm/nautilus2 \
+ yelp:${PORTSDIR}/x11/yelp \
+ gdm:${PORTSDIR}/x11/gdm2 \
+ screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome \
+ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \
+ ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio \
+ ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \
+ file-roller:${PORTSDIR}/archivers/fileroller \
+ ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-toolkits/gnome-themes \
+ ggv:${PORTSDIR}/print/ggv2 \
+ acme:${PORTSDIR}/multimedia/acme \
+ gok:${PORTSDIR}/sysutils/gok \
+ gpdf:${PORTSDIR}/graphics/gpdf \
+ galeon:${PORTSDIR}/www/galeon2 \
+ nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \
+ gnome-theme-thumbnailer:${PORTSDIR}/x11/themus \
+ gnome-font-viewer:${PORTSDIR}/x11-fonts/fontilus \
+ magnifier:${PORTSDIR}/x11/gnomemag \
+ gcalctool:${PORTSDIR}/math/gcalctool \
+ gucharmap:${PORTSDIR}/misc/gucharmap \
+ gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media
+
+NO_BUILD= yes
+
+USE_PYTHON= yes
+
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+pre-configure:
+ @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
+.endif
+
+do-install: # empty
+
+.include <bsd.port.mk>
diff --git a/x11/gnome2/pkg-descr b/x11/gnome2/pkg-descr
new file mode 100644
index 000000000..8632de997
--- /dev/null
+++ b/x11/gnome2/pkg-descr
@@ -0,0 +1,9 @@
+GNU Network Object Model Environment
+
+This package does not contain anything by itself -- it is a
+"meta-port" that depends on other GNOME packages. Its sole purpose is
+to require dependencies so users can install this package only and
+have all the GNOME 2 stuff pulled in by the port/package dependency
+mechanism.
+
+WWW: http://www.FreeBSD.org/gnome/
diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install
new file mode 100644
index 000000000..05cc74c44
--- /dev/null
+++ b/x11/gnome2/pkg-install
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+if [ -n "${PACKAGE_BUILDING}" ]; then
+ exit 0
+fi
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
+export PATH
+
+if [ "$2" = "PRE-INSTALL" ]; then
+ GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog ggv"
+ for package in ${GNOME_ONE_DESKTOP}; do
+ if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then
+ echo "${package} was detected on the system. This package is part of the GNOME 1.x"
+ echo "desktop, and cannot coexist with the GNOME 2.2 desktop."
+ echo ""
+ echo "Please deinstall the GNOME 1.x desktop before installing this package."
+ false
+ fi
+ done
+fi
diff --git a/x11/gnome2/pkg-plist b/x11/gnome2/pkg-plist
new file mode 100644
index 000000000..549a621fe
--- /dev/null
+++ b/x11/gnome2/pkg-plist
@@ -0,0 +1 @@
+@comment this plist intentionally left empty