summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deskutils/gtweakui/Makefile37
-rw-r--r--deskutils/gtweakui/distinfo3
-rw-r--r--deskutils/gtweakui/pkg-descr5
-rw-r--r--deskutils/gtweakui/pkg-plist21
-rw-r--r--x11/brightside/Makefile28
-rw-r--r--x11/brightside/distinfo3
-rw-r--r--x11/brightside/files/patch-src_brightside.c20
-rw-r--r--x11/brightside/pkg-descr12
-rw-r--r--x11/brightside/pkg-plist69
9 files changed, 198 insertions, 0 deletions
diff --git a/deskutils/gtweakui/Makefile b/deskutils/gtweakui/Makefile
new file mode 100644
index 000000000..568bf0a4d
--- /dev/null
+++ b/deskutils/gtweakui/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: gTweakUI
+# Date Created: 17 June 2004
+# Whom: Sergey Akifyev <asa@gascom.ru>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gTweakUI
+PORTVERSION= 0.4.0
+PORTREVISION= 4
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gtweakui
+DIST_SUBDIR= gnome2
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A collection of simple dialogs as a front end to GConf
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GNOME= gnomehack gnomeprefix libgnomeui gconf2 libglade2 intlhack
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+DESKTOP_FILES= gtweakui-galeon.desktop.in \
+ gtweakui-menus.desktop.in \
+ gtweakui-nautilus.desktop.in \
+ gtweakui-session.desktop.in
+
+post-patch:
+.for FILE in ${DESKTOP_FILES}
+ @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
+ -e 's|Settings;|&AdvancedSettings;|g' ${WRKSRC}/${FILE}
+.endfor
+ @${REINPLACE_CMD} 's|$$(datadir)/applications|$$(datadir)/control-center-2.0/capplets|g' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/deskutils/gtweakui/distinfo b/deskutils/gtweakui/distinfo
new file mode 100644
index 000000000..9887dcfa8
--- /dev/null
+++ b/deskutils/gtweakui/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gTweakUI-0.4.0.tar.bz2) = 9d4725ccf4a83da3f46106c3d0be6cc8
+SHA256 (gnome2/gTweakUI-0.4.0.tar.bz2) = b203c19d06ea64b570cd3c7c1cf55573b0c6ab6eec23b7cbaf892fa39ee1b496
+SIZE (gnome2/gTweakUI-0.4.0.tar.bz2) = 223222
diff --git a/deskutils/gtweakui/pkg-descr b/deskutils/gtweakui/pkg-descr
new file mode 100644
index 000000000..7b067cd11
--- /dev/null
+++ b/deskutils/gtweakui/pkg-descr
@@ -0,0 +1,5 @@
+A collection of simple dialogs as a front end to GConf. We will provide extra
+configuration settings for GNOME that power users have been requesting since
+the release of GNOME 2.0.
+
+WWW: http://gtweakui.sourceforge.net/
diff --git a/deskutils/gtweakui/pkg-plist b/deskutils/gtweakui/pkg-plist
new file mode 100644
index 000000000..d7917a68b
--- /dev/null
+++ b/deskutils/gtweakui/pkg-plist
@@ -0,0 +1,21 @@
+bin/gtweakui-menus
+bin/gtweakui-session
+bin/gtweakui-nautilus
+bin/gtweakui-galeon
+share/gTweakUI/g.png
+share/gTweakUI/menus0.png
+share/gTweakUI/menus1.png
+share/gTweakUI/menus2.png
+share/gTweakUI/menus3.png
+share/gTweakUI/menus.glade
+share/gTweakUI/session.glade
+share/gTweakUI/nautilus.glade
+share/gTweakUI/galeon.glade
+share/gTweakUI/about.glade
+share/gTweakUI/notice.glade
+share/gTweakUI/bullet.png
+share/control-center-2.0/capplets/gtweakui-menus.desktop
+share/control-center-2.0/capplets/gtweakui-session.desktop
+share/control-center-2.0/capplets/gtweakui-nautilus.desktop
+share/control-center-2.0/capplets/gtweakui-galeon.desktop
+@dirrm share/gTweakUI
diff --git a/x11/brightside/Makefile b/x11/brightside/Makefile
new file mode 100644
index 000000000..9bd61f528
--- /dev/null
+++ b/x11/brightside/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: brightide
+# Date created: 02 July 2004
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= brightside
+PORTVERSION= 1.4.0
+PORTREVISION= 3
+CATEGORIES= x11
+MASTER_SITES= http://files.catmur.co.uk/brightside/
+
+MAINTAINER= marcus@FreeBSD.org
+COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui
+CONFIGURE_ARGS= --enable-tray-icon
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= brightside.schemas
+
+.include <bsd.port.mk>
diff --git a/x11/brightside/distinfo b/x11/brightside/distinfo
new file mode 100644
index 000000000..814a65e5b
--- /dev/null
+++ b/x11/brightside/distinfo
@@ -0,0 +1,3 @@
+MD5 (brightside-1.4.0.tar.bz2) = df6dfe0ffbf110036fa1a5549b21e9c3
+SHA256 (brightside-1.4.0.tar.bz2) = 75cebca7c545036611abbef2473186392e8f8eca327da3684df4625e6828f755
+SIZE (brightside-1.4.0.tar.bz2) = 723261
diff --git a/x11/brightside/files/patch-src_brightside.c b/x11/brightside/files/patch-src_brightside.c
new file mode 100644
index 000000000..f122d8f73
--- /dev/null
+++ b/x11/brightside/files/patch-src_brightside.c
@@ -0,0 +1,20 @@
+--- src/brightside.c.orig Sun Mar 13 19:44:54 2005
++++ src/brightside.c Sun Mar 13 19:47:26 2005
+@@ -1253,7 +1253,7 @@
+
+ new_workspace = wnck_screen_get_workspace (brightside->screen, new_index);
+ if (new_workspace) {
+- wnck_workspace_activate (new_workspace);
++ wnck_workspace_activate (new_workspace, event->time);
+ pager_show (brightside, new_workspace, n_rows, TRUE);
+ }
+
+@@ -1540,7 +1540,7 @@
+
+ new_workspace = wnck_screen_get_workspace (
+ brightside->screen, new_space);
+- wnck_workspace_activate (new_workspace);
++ wnck_workspace_activate (new_workspace, gtk_get_current_event_time());
+
+ pager_show (brightside, new_workspace, rows, FALSE);
+
diff --git a/x11/brightside/pkg-descr b/x11/brightside/pkg-descr
new file mode 100644
index 000000000..5108bc797
--- /dev/null
+++ b/x11/brightside/pkg-descr
@@ -0,0 +1,12 @@
+Brightside is a tool to add reactivity to the corners and edges of your GNOME
+desktop.
+
+Brightside provides edge flipping to allow you to switch to the adjacent
+workspace simply by pressing your mouse against the edge of the screen.
+
+Brightside also allows you to assign configurable actions to occur while you
+rest the mouse in a corner of the screen.
+
+-- Brightside Homepage
+
+WWW: http://catmur.co.uk/~ed/main/brightside/
diff --git a/x11/brightside/pkg-plist b/x11/brightside/pkg-plist
new file mode 100644
index 000000000..6577e14dc
--- /dev/null
+++ b/x11/brightside/pkg-plist
@@ -0,0 +1,69 @@
+bin/brightside
+bin/brightside-properties
+share/brightside/brightside-16.png
+share/brightside/brightside-48.png
+share/brightside/brightside-brightness.png
+share/brightside/brightside-properties.glade
+share/brightside/brightside.glade
+share/brightside/brightside.svg
+share/brightside/custom-action.glade
+share/brightside/dpms.png
+share/brightside/gnome-lockscreen.png
+share/brightside/gnome-speakernotes-muted.png
+share/brightside/gnome-speakernotes.png
+share/brightside/xscreensaver.png
+share/control-center-2.0/capplets/brightside.desktop
+share/pixmaps/brightside-48.png
+share/locale/am/LC_MESSAGES/Brightside.mo
+share/locale/ar/LC_MESSAGES/Brightside.mo
+share/locale/az/LC_MESSAGES/Brightside.mo
+share/locale/be/LC_MESSAGES/Brightside.mo
+share/locale/bg/LC_MESSAGES/Brightside.mo
+share/locale/bn/LC_MESSAGES/Brightside.mo
+share/locale/ca/LC_MESSAGES/Brightside.mo
+share/locale/cs/LC_MESSAGES/Brightside.mo
+share/locale/cy/LC_MESSAGES/Brightside.mo
+share/locale/da/LC_MESSAGES/Brightside.mo
+share/locale/de/LC_MESSAGES/Brightside.mo
+share/locale/el/LC_MESSAGES/Brightside.mo
+share/locale/es/LC_MESSAGES/Brightside.mo
+share/locale/et/LC_MESSAGES/Brightside.mo
+share/locale/eu/LC_MESSAGES/Brightside.mo
+share/locale/fa/LC_MESSAGES/Brightside.mo
+share/locale/fi/LC_MESSAGES/Brightside.mo
+share/locale/fr/LC_MESSAGES/Brightside.mo
+share/locale/ga/LC_MESSAGES/Brightside.mo
+share/locale/he/LC_MESSAGES/Brightside.mo
+share/locale/hi/LC_MESSAGES/Brightside.mo
+share/locale/hu/LC_MESSAGES/Brightside.mo
+share/locale/id/LC_MESSAGES/Brightside.mo
+share/locale/is/LC_MESSAGES/Brightside.mo
+share/locale/it/LC_MESSAGES/Brightside.mo
+share/locale/ja/LC_MESSAGES/Brightside.mo
+share/locale/ko/LC_MESSAGES/Brightside.mo
+share/locale/li/LC_MESSAGES/Brightside.mo
+share/locale/lt/LC_MESSAGES/Brightside.mo
+share/locale/lv/LC_MESSAGES/Brightside.mo
+share/locale/mk/LC_MESSAGES/Brightside.mo
+share/locale/ml/LC_MESSAGES/Brightside.mo
+share/locale/mn/LC_MESSAGES/Brightside.mo
+share/locale/ms/LC_MESSAGES/Brightside.mo
+share/locale/nl/LC_MESSAGES/Brightside.mo
+share/locale/no/LC_MESSAGES/Brightside.mo
+share/locale/pl/LC_MESSAGES/Brightside.mo
+share/locale/pt/LC_MESSAGES/Brightside.mo
+share/locale/pt_BR/LC_MESSAGES/Brightside.mo
+share/locale/ro/LC_MESSAGES/Brightside.mo
+share/locale/ru/LC_MESSAGES/Brightside.mo
+share/locale/sk/LC_MESSAGES/Brightside.mo
+share/locale/sl/LC_MESSAGES/Brightside.mo
+share/locale/sq/LC_MESSAGES/Brightside.mo
+share/locale/sr/LC_MESSAGES/Brightside.mo
+share/locale/sr@Latn/LC_MESSAGES/Brightside.mo
+share/locale/sv/LC_MESSAGES/Brightside.mo
+share/locale/tr/LC_MESSAGES/Brightside.mo
+share/locale/uk/LC_MESSAGES/Brightside.mo
+share/locale/vi/LC_MESSAGES/Brightside.mo
+share/locale/zh_CN/LC_MESSAGES/Brightside.mo
+share/locale/zh_TW/LC_MESSAGES/Brightside.mo
+@dirrm share/brightside