diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-07 13:52:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-07 13:52:12 +0800 |
commit | 4a47c2bd50683eb17c1261a8e493fd7d16acad0d (patch) | |
tree | c9ea129202cf155a488c5250d1307c07a3eb865b /x11 | |
parent | 860cc2a301a2d2bb8fffdc56cf778afa71424c1d (diff) | |
download | freebsd-ports-gnome-4a47c2bd50683eb17c1261a8e493fd7d16acad0d.tar.gz freebsd-ports-gnome-4a47c2bd50683eb17c1261a8e493fd7d16acad0d.tar.zst freebsd-ports-gnome-4a47c2bd50683eb17c1261a8e493fd7d16acad0d.zip |
Restructure the Fifth Toe using the Garnome distribution as a guide.
By doing this, we are trying to create more useful GNOME meta-ports that
contain more pointed sets of applications.
The GNOME 2 Fifth Toe is a collection of stable applications that many users
expect to find in a usable desktop environment.
Discussed on: gnome@
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 30 | ||||
-rw-r--r-- | x11/gnome2-fifth-toe/pkg-descr | 11 |
2 files changed, 16 insertions, 25 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index a39a39043ca5..2443b1a24e7e 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -7,41 +7,33 @@ PORTNAME= gnome2-fifth-toe PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for the GNOME 2 "Fifth-Toe" extra package set +COMMENT= Additional GNOME 2 applications not included in the core desktop -RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ - AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 \ - pan:${PORTSDIR}/news/pan2 \ +RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ xchat:${PORTSDIR}/irc/xchat2 \ - balsa:${PORTSDIR}/mail/balsa2 \ gimp-1.3:${PORTSDIR}/graphics/gimp-devel \ sodipodi:${PORTSDIR}/graphics/sodipodi \ gnomeicu:${PORTSDIR}/net/gnomeicu2 \ gthumb:${PORTSDIR}/graphics/gthumb2 \ - mergeant:${PORTSDIR}/databases/mergeant \ - ghex2:${PORTSDIR}/editors/ghex2 \ - glade-2:${PORTSDIR}/devel/glade2 \ - gob2:${PORTSDIR}/devel/gob2 \ - gtetrinet:${PORTSDIR}/games/gtetrinet \ ${X11BASE}/lib/gaim/docklet.so:${PORTSDIR}/net/gaim \ - sawfish:${PORTSDIR}/x11-wm/sawfish2 \ - dia:${PORTSDIR}/graphics/dia \ - mrproject:${PORTSDIR}/deskutils/mrproject \ tsclient:${PORTSDIR}/net/tsclient \ - regexxer:${PORTSDIR}/devel/regexxer \ - streamtuner:${PORTSDIR}/audio/streamtuner \ - meld:${PORTSDIR}/textproc/meld \ - gcompris:${PORTSDIR}/games/gcompris2 \ galeon:${PORTSDIR}/www/galeon2 \ - gswitchit-properties-capplet:${PORTSDIR}/x11/gswitchit \ seahorse:${PORTSDIR}/security/seahorse \ - workrave:${PORTSDIR}/x11/workrave \ + ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libindustrial.so:${PORTSDIR}/x11-toolkits/gnome-themes-extras \ + bluefish:${PORTSDIR}/www/bluefish-devel \ + gossip:${PORTSDIR}/net/gossip \ + inkscape:${PORTSDIR}/graphics/inkscape \ + straw:${PORTSDIR}/net/straw \ + liferea:${PORTSDIR}/net/liferea \ + rhythmbox:${PORTSDIR}/audio/rhythmbox \ + jamboree:${PORTSDIR}/audio/jamboree \ gnotime:${PORTSDIR}/deskutils/gnotime .if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) diff --git a/x11/gnome2-fifth-toe/pkg-descr b/x11/gnome2-fifth-toe/pkg-descr index e7384d5c8143..0de4441563e8 100644 --- a/x11/gnome2-fifth-toe/pkg-descr +++ b/x11/gnome2-fifth-toe/pkg-descr @@ -1,8 +1,7 @@ -GNOME 2 "Fifth-Toe" +GNOME 2 "Fifth Toe" -A collection of programs that GNOME 2 users may find useful, all brought -together with the convenience of a single "meta-port". Note, this an -unofficial Fifth Toe. It is currently comprised of all the applications -listed on the following web site that have been ported to FreeBSD. +The Fifth Toe is a collection of stable GNOME 2 applications that +many users expect to be part of a usable desktop. This includes image +manipulation programs, chat applications, music and multimedia players, etc. -WWW: http://5toe.lyrical.net/ +WWW: http://www.FreeBSD.org/gnome/ |