diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11/gnome2-lite | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-lite')
-rw-r--r-- | x11/gnome2-lite/Makefile | 44 | ||||
-rw-r--r-- | x11/gnome2-lite/pkg-descr | 15 | ||||
-rw-r--r-- | x11/gnome2-lite/pkg-message | 21 |
3 files changed, 0 insertions, 80 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile deleted file mode 100644 index 7357fca31..000000000 --- a/x11/gnome2-lite/Makefile +++ /dev/null @@ -1,44 +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.49 2006/08/14 18:00:37 marcus Exp $ -# - -PORTREVISION= 1 -CATEGORIES= x11 gnome -PKGNAMESUFFIX= -lite - -COMMENT= The "meta-port" of the GNOME desktop slimmed down for FreeBSD releases - -RUN_DEPENDS= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets \ - gnome-cd:${PORTSDIR}/audio/gnome-media \ - gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils \ - eog:${PORTSDIR}/graphics/eog \ - gedit:${PORTSDIR}/editors/gedit \ - gnome-terminal:${PORTSDIR}/x11/gnome-terminal \ - gnome-session:${PORTSDIR}/x11/gnome-session \ - gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus \ - yelp:${PORTSDIR}/x11/yelp \ - ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ - ${LOCALBASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ - file-roller:${PORTSDIR}/archivers/file-roller \ - ${LOCALBASE}/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/gnome-control-center \ - gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ - 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. - -************************************************************ |