diff options
author | (no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-15 05:59:50 +0800 |
---|---|---|
committer | (no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-15 05:59:50 +0800 |
commit | 73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch) | |
tree | 2f5e26903a1f136a9e2f54af42475b280a215a6d /x11/gnome2 | |
parent | fd170dfee433454a5e1f74c295bf23f3835894c0 (diff) | |
download | marcuscom-ports-GNOME_2_6.tar marcuscom-ports-GNOME_2_6.tar.gz marcuscom-ports-GNOME_2_6.tar.bz2 marcuscom-ports-GNOME_2_6.tar.lz marcuscom-ports-GNOME_2_6.tar.xz marcuscom-ports-GNOME_2_6.tar.zst marcuscom-ports-GNOME_2_6.zip |
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 73 | ||||
-rw-r--r-- | x11/gnome2/pkg-descr | 9 | ||||
-rw-r--r-- | x11/gnome2/pkg-install | 21 | ||||
-rw-r--r-- | x11/gnome2/pkg-message | 8 | ||||
-rw-r--r-- | x11/gnome2/pkg-plist | 1 |
5 files changed, 0 insertions, 112 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile deleted file mode 100644 index 41795ae98..000000000 --- a/x11/gnome2/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# 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.72 2003/09/26 06:13:16 marcus Exp $ -# - -PORTNAME= gnome2 -PORTVERSION= 2.5.91 -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-dictionary:${PORTSDIR}/deskutils/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/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ - ${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 \ - gok:${PORTSDIR}/accessibility/gok \ - gpdf:${PORTSDIR}/graphics/gpdf \ - nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \ - gcalctool:${PORTSDIR}/math/gcalctool \ - gucharmap:${PORTSDIR}/deskutils/gucharmap \ - zenity:${PORTSDIR}/x11/zenity \ - gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \ - ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ - gnopernicus:${PORTSDIR}/accessibility/gnopernicus \ - ${X11BASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnomenetstatus \ - dasher:${PORTSDIR}/accessibility/dasher - -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.pre.mk> - -.if ${ARCH} == "i386" || ${OSVERSION} > 500035 -RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -.endif - -.if ${ARCH} == "i386" -#RUN_DEPENDS+= gnomemeeting:${PORTSDIR}/net/gnomemeeting -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome2/pkg-descr b/x11/gnome2/pkg-descr deleted file mode 100644 index 8632de997..000000000 --- a/x11/gnome2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 1324bb12a..000000000 --- a/x11/gnome2/pkg-install +++ /dev/null @@ -1,21 +0,0 @@ -#!/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 gnomeaudio" - 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-message b/x11/gnome2/pkg-message deleted file mode 100644 index d8f296a70..000000000 --- a/x11/gnome2/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -************************************************************************** -Congratulations! GNOME 2 has been successfully installed on your system. -For help on starting it up, as well as answers to common questions, and -some known issues, please see the FreeBSD GNOME homepage at: - - http://www.FreeBSD.org/gnome/ - -************************************************************************** diff --git a/x11/gnome2/pkg-plist b/x11/gnome2/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/x11/gnome2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty |