diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-15 05:39:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-15 05:39:31 +0800 |
commit | 65517874cb9ae6c62ddae64e2e0e3b76bea9e5a1 (patch) | |
tree | 92b0963131f8cdf52c9aa918dd71a9dfd4dd09f7 /x11 | |
parent | 66e7e6906b98a84886bc800de837055d4f5374d3 (diff) | |
download | marcuscom-ports-65517874cb9ae6c62ddae64e2e0e3b76bea9e5a1.tar marcuscom-ports-65517874cb9ae6c62ddae64e2e0e3b76bea9e5a1.tar.gz marcuscom-ports-65517874cb9ae6c62ddae64e2e0e3b76bea9e5a1.tar.bz2 marcuscom-ports-65517874cb9ae6c62ddae64e2e0e3b76bea9e5a1.tar.lz marcuscom-ports-65517874cb9ae6c62ddae64e2e0e3b76bea9e5a1.tar.xz marcuscom-ports-65517874cb9ae6c62ddae64e2e0e3b76bea9e5a1.tar.zst marcuscom-ports-65517874cb9ae6c62ddae64e2e0e3b76bea9e5a1.zip |
Presenting GNOME 2.18.0 for FreeBSD!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8563 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 43 | ||||
-rw-r--r-- | x11/gnome2-fifth-toe/pkg-descr | 8 | ||||
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 4 |
4 files changed, 55 insertions, 4 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile new file mode 100644 index 000000000..defea609f --- /dev/null +++ b/x11/gnome2-fifth-toe/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: gnome2-fifth-toe +# Date created: 20 September 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.79 2006/07/19 06:00:46 ahze Exp $ +# + +PORTREVISION= 0 +CATEGORIES= x11 gnome +PKGNAMESUFFIX= -fifth-toe + +COMMENT= Additional GNOME 2 applications not included in the core desktop + +RUN_DEPENDS= pan:${PORTSDIR}/news/pan \ + xchat:${PORTSDIR}/irc/xchat \ + gimp-2.2:${PORTSDIR}/graphics/gimp \ + sodipodi:${PORTSDIR}/graphics/sodipodi \ + gnomeicu:${PORTSDIR}/net-im/gnomeicu \ + gthumb:${PORTSDIR}/graphics/gthumb \ + ${LOCALBASE}/lib/gaim/docklet.so:${PORTSDIR}/net-im/gaim \ + tsclient:${PORTSDIR}/net/tsclient \ + galeon:${PORTSDIR}/www/galeon \ + ${LOCALBASE}/share/gnome/themes/Gorilla/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/gnome-themes-extras \ + bluefish:${PORTSDIR}/www/bluefish \ + gossip:${PORTSDIR}/net-im/gossip \ + liferea:${PORTSDIR}/net/liferea \ + gnotime:${PORTSDIR}/deskutils/gnotime \ + rhythmbox:${PORTSDIR}/audio/rhythmbox \ + jamboree:${PORTSDIR}/audio/jamboree \ + ${LOCALBASE}/share/gnome/pixmaps/glines/classic.png:${PORTSDIR}/games/gnome-games-extra-data \ + nautilus-sendto:${PORTSDIR}/deskutils/nautilus-sendto \ + goobox:${PORTSDIR}/audio/goobox \ + inkscape:${PORTSDIR}/graphics/inkscape \ + atomix:${PORTSDIR}/games/atomix +# straw:${PORTSDIR}/net/straw + +MASTERDIR= ${.CURDIR}/../gnome2 +GNOME_SLAVE= yes + +DESCR= ${.CURDIR}/pkg-descr + +.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome2-fifth-toe/pkg-descr b/x11/gnome2-fifth-toe/pkg-descr new file mode 100644 index 000000000..afa6e891d --- /dev/null +++ b/x11/gnome2-fifth-toe/pkg-descr @@ -0,0 +1,8 @@ +GNOME 2 "Fifth Toe" + +The Fifth Toe is a collection of stable GNOME 2 applications that +many users expect to be part of a usable desktop. Included are image +manipulation programs, chat applications, music and multimedia players, +much more. + +WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile index 78680a5f7..4130e8af1 100644 --- a/x11/gnome2-power-tools/Makefile +++ b/x11/gnome2-power-tools/Makefile @@ -3,10 +3,10 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2-power-tools/Makefile,v 1.73 2006/10/08 03:46:18 mezz Exp $ +# $MCom: ports/x11/gnome2-power-tools/Makefile,v 1.75 2007/03/11 20:50:13 mezz Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= x11 gnome PKGNAMESUFFIX= -power-tools diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index e35cc9f64..a1b8e3f0a 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.199 2007/02/28 21:22:17 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.200 2007/03/02 15:38:58 ahze Exp $ # PORTNAME= gnome2 -PORTVERSION= 2.17.92 +PORTVERSION= 2.18.0 PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty |