diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
commit | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch) | |
tree | a95d6ef7b169e6753fca6a89006355f69851345e /x11/gnome2-lite | |
parent | 97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff) | |
download | marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2 marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip |
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-lite')
-rw-r--r-- | x11/gnome2-lite/Makefile | 43 | ||||
-rw-r--r-- | x11/gnome2-lite/pkg-descr | 15 | ||||
-rw-r--r-- | x11/gnome2-lite/pkg-message | 21 |
3 files changed, 0 insertions, 79 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile deleted file mode 100644 index 5edec1770..000000000 --- a/x11/gnome2-lite/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnome2-lite -# Date created: 30 November 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome2-lite/Makefile,v 1.44 2005/11/17 06:35:01 marcus Exp $ -# - -PORTREVISION= 0 -CATEGORIES= x11 gnome -PKGNAMESUFFIX= -lite - -COMMENT= The "meta-port" of the GNOME desktop slimmed down for FreeBSD releases - -RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 \ - gnome-cd:${PORTSDIR}/audio/gnomemedia2 \ - gnome-dictionary:${PORTSDIR}/deskutils/gnomeutils2 \ - eog:${PORTSDIR}/graphics/eog \ - gedit:${PORTSDIR}/editors/gedit \ - gnome-terminal:${PORTSDIR}/x11/gnometerminal \ - gnome-session:${PORTSDIR}/x11/gnomesession \ - gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus2 \ - yelp:${PORTSDIR}/x11/yelp \ - ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ - ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ - file-roller:${PORTSDIR}/archivers/fileroller \ - ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ - evince:${PORTSDIR}/graphics/evince \ - gcalctool:${PORTSDIR}/math/gcalctool \ - gucharmap:${PORTSDIR}/deskutils/gucharmap \ - ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ - gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ - gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 \ - totem:${PORTSDIR}/multimedia/totem-gstreamer - -MASTERDIR= ${.CURDIR}/../gnome2 -CONFLICTS= gnome2-[0-9]* - -DESCR= ${.CURDIR}/pkg-descr -PKGMESSAGE= ${.CURDIR}/pkg-message - -.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome2-lite/pkg-descr b/x11/gnome2-lite/pkg-descr deleted file mode 100644 index 1c85098c1..000000000 --- a/x11/gnome2-lite/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -GNU Network Object Model Environment - -This metaport installs the pieces of the GNOME 2 desktop that -are needed to provide a functional desktop. x11/gnome2 -contains the full version of the GNOME 2 desktop environment. - -Other popular GNOME applications can be installed from the other -GNOME 2 metaports: - - * x11/gnome2-fifth-toe - * x11/gnome2-power-tools - * editors/gnome2-office - * devel/gnome2-hacker-tools - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2-lite/pkg-message b/x11/gnome2-lite/pkg-message deleted file mode 100644 index 0b0e5564e..000000000 --- a/x11/gnome2-lite/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -************************************************************ - -The GNOME 2 desktop Lite edition has been successfully installed. - -The Lite edition does not include all the components of the standard -GNOME 2 desktop as detailed at http://www.gnome.org. If you wish to -install the full desktop, you can remove this port, and install the -x11/gnome2 port or package. That can be best accomplished using -the following commands: - -# pkg_delete gnome2-lite -# cd /usr/ports/x11/gnome2 -# make install clean - -Alternatively, you can install additional GNOME components individually -using either their ports or packages. - -For more help on using GNOME on FreeBSD, please see the FreeBSD GNOME project -site at http://www.FreeBSD.org/gnome. - -************************************************************ |