diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-12 03:59:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-12 03:59:02 +0800 |
commit | 24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad (patch) | |
tree | bd0db2f7c392989d5e57941ee853c7c05c90815d | |
parent | bb03b3c34a3a56542f12ecf06be725b4ed6fe938 (diff) | |
download | marcuscom-ports-24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad.tar marcuscom-ports-24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad.tar.gz marcuscom-ports-24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad.tar.bz2 marcuscom-ports-24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad.tar.lz marcuscom-ports-24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad.tar.xz marcuscom-ports-24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad.tar.zst marcuscom-ports-24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad.zip |
Chase two stuff:
epiphany/2.20 -> epiphany/2.22
nautilus/extensions-1.0 -> nautilus/extensions-2.0
Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10712 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 43 | ||||
-rw-r--r-- | x11/gnome2-power-tools/pkg-descr | 12 |
2 files changed, 55 insertions, 0 deletions
diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile new file mode 100644 index 000000000..22104fda8 --- /dev/null +++ b/x11/gnome2-power-tools/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: gnome2-power-tools +# Date created: 18 January 2004 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 1 +CATEGORIES= x11 gnome +PKGNAMESUFFIX= -power-tools + +COMMENT= The 'Geektoys' for the GNOME 2 power user + +RUN_DEPENDS= ${LOCALBASE}/lib/epiphany/2.22/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ + gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \ + ${LOCALBASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \ + ${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \ + splashsetter:${PORTSDIR}/deskutils/splashsetter \ + gdesklets:${PORTSDIR}/deskutils/gdesklets \ + cog:${PORTSDIR}/sysutils/cog \ + gnome-blog-poster:${PORTSDIR}/deskutils/gnome-blog \ + gnomesu:${PORTSDIR}/security/libgnomesu \ + bpm:${PORTSDIR}/ports-mgmt/bpm \ + gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ + serpentine:${PORTSDIR}/sysutils/serpentine \ + devilspie:${PORTSDIR}/x11-wm/devilspie \ + ${LOCALBASE}/lib/nautilus/extensions-2.0/libnautilus-open-terminal.so:${PORTSDIR}/deskutils/nautilus-open-terminal \ + gtweakui-menus:${PORTSDIR}/deskutils/gtweakui \ + gnome-art:${PORTSDIR}/x11-themes/gnome-art \ + brightside:${PORTSDIR}/x11/brightside \ + evolution-gconf-filter-exchange:${PORTSDIR}/devel/evolution-gconf-tools \ + ${LOCALBASE}/libexec/quick-lounge-applet:${PORTSDIR}/misc/quick-lounge-applet \ + eiciel:${PORTSDIR}/sysutils/eiciel \ + gtk-send-pr:${PORTSDIR}/sysutils/gtk-send-pr \ + thefish:${PORTSDIR}/sysutils/thefish \ + pbrowser:${PORTSDIR}/ports-mgmt/portbrowser + +MASTERDIR= ${.CURDIR}/../gnome2 +GNOME_SLAVE= yes + +DESCR= ${.CURDIR}/pkg-descr +.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome2-power-tools/pkg-descr b/x11/gnome2-power-tools/pkg-descr new file mode 100644 index 000000000..041e159b9 --- /dev/null +++ b/x11/gnome2-power-tools/pkg-descr @@ -0,0 +1,12 @@ +GNOME 2 Power Tools + +Power Tools is every GNOME geek's Batbelt. It fills the gap between the +core GNOME Desktop, which tries to be a relevant set of modules for all +users; and the Fifth Toe, which is the collection of the coolest and most +useful GNOME applications. + +This collection consists of utilities and applets for the technically-minded +GNOME user. It also contains many useful add-on utilities for some of the +applications found in the Desktop and Fifth Toe. + +WWW: http://www.FreeBSD.org/gnome/ |