diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/akamaru/Makefile | 44 | ||||
-rw-r--r-- | deskutils/akamaru/distinfo | 3 | ||||
-rw-r--r-- | deskutils/akamaru/files/patch-Makefile | 19 | ||||
-rw-r--r-- | deskutils/akamaru/files/patch-populate-dock.sh | 27 | ||||
-rw-r--r-- | deskutils/akamaru/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/akamaru/pkg-plist | 4 | ||||
-rw-r--r-- | deskutils/dlume/Makefile | 29 | ||||
-rw-r--r-- | deskutils/dlume/distinfo | 3 | ||||
-rw-r--r-- | deskutils/dlume/pkg-descr | 8 | ||||
-rw-r--r-- | deskutils/gxmessage/Makefile | 29 | ||||
-rw-r--r-- | deskutils/gxmessage/distinfo | 3 | ||||
-rw-r--r-- | deskutils/gxmessage/pkg-descr | 4 |
12 files changed, 179 insertions, 0 deletions
diff --git a/deskutils/akamaru/Makefile b/deskutils/akamaru/Makefile new file mode 100644 index 000000000..6d41c9d0e --- /dev/null +++ b/deskutils/akamaru/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: akamaru +# Date created: 2006 10 10 +# Whom: Phillip Neumann <pneumann@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= akamaru +PORTVERSION= 0.1 +PORTREVISION= 2 +CATEGORIES= deskutils gnome +MASTER_SITES= http://people.freedesktop.org/~krh/ +DISTNAME= ${PORTNAME} + +MAINTAINER= pneumann@gmail.com +COMMENT= Simple, but fun, physics engine prototype + +BUILD_DEPENDS= gtk-demo:${PORTSDIR}/x11-toolkits/gtk20 +RUN_DEPENDS= gtk-demo:${PORTSDIR}/x11-toolkits/gtk20 \ + xcompmgr:${PORTSDIR}/x11-wm/xcompmgr + +USE_GMAKE= yes +USE_GNOME= gconf2 gnomehier +GCONF_SCHEMAS= kiba.schemas + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/populate-dock.sh + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/dock ${PREFIX}/bin/kiba-dock + @${INSTALL_PROGRAM} ${WRKSRC}/akamaru ${PREFIX}/bin/akamaru + @${INSTALL_DATA} ${WRKSRC}/kiba.schemas ${LOCALBASE}/etc/gconf/schemas + @${MKDIR} ${PREFIX}/share/${PORTNAME} + @${INSTALL_SCRIPT} ${WRKSRC}/populate-dock.sh ${PREFIX}/share/${PORTNAME} + @${SETENV} GCONF_CONFIG_SOURCE=${GCONF_CONFIG_SOURCE} gconftool-2 --makefile-install-rule ${PREFIX}/etc/gconf/schemas/kiba.schemas + +post-install: + @${ECHO_MSG} + @${ECHO_MSG} "*** By default kiba-dock is empty." + @${ECHO_MSG} "*** To add launchers, look and run the script ${PREFIX}/share/${PORTNAME}/populate-dock.sh" + @${ECHO_MSG} + +.include <bsd.port.mk> diff --git a/deskutils/akamaru/distinfo b/deskutils/akamaru/distinfo new file mode 100644 index 000000000..94d5a24ec --- /dev/null +++ b/deskutils/akamaru/distinfo @@ -0,0 +1,3 @@ +MD5 (akamaru.tar.gz) = 3c99aa59c4b076a19de509a32ba5ce8a +SHA256 (akamaru.tar.gz) = 1674e84e63711807e2fe3e965d663abc5e45fc7aa30eabff0dc294137c227c7c +SIZE (akamaru.tar.gz) = 19319 diff --git a/deskutils/akamaru/files/patch-Makefile b/deskutils/akamaru/files/patch-Makefile new file mode 100644 index 000000000..2fe8ad307 --- /dev/null +++ b/deskutils/akamaru/files/patch-Makefile @@ -0,0 +1,19 @@ +--- Makefile.orig Sun Jul 16 01:37:05 2006 ++++ Makefile Wed Oct 11 01:04:51 2006 +@@ -4,7 +4,7 @@ + LDFLAGS = -g + GCONFTOOL = gconftool-2 + +-prefix = $(HOME) ++prefix = $(PREFIX) + targets = akamaru dock + schemas = kiba.schemas + akamaru_objs = main.o akamaru.o +@@ -25,6 +25,7 @@ + + install : install-schemas + install dock $(prefix)/bin/kiba-dock ++ install akamaru $(prefix)/bin/akamaru + sh populate-dock.sh + + uninstall-schemas : gconf-clean diff --git a/deskutils/akamaru/files/patch-populate-dock.sh b/deskutils/akamaru/files/patch-populate-dock.sh new file mode 100644 index 000000000..f9d4757d1 --- /dev/null +++ b/deskutils/akamaru/files/patch-populate-dock.sh @@ -0,0 +1,27 @@ +--- populate-dock.sh.orig Sun Jul 16 01:37:05 2006 ++++ populate-dock.sh Wed Oct 11 22:29:57 2006 +@@ -3,18 +3,16 @@ + # Simple shell script to populate the dock by setting up some random + # standard applications. + +-make install-schemas ++GAPPs=/usr/local/share/applications ++APPs=/usr/local/share/applications + + while read n file; do + key=/apps/kiba/launchers/$n/file + gconftool-2 --set $key --type string $file + gconftool-2 --apply-schema /schemas/apps/kiba/launchers/file $key + done <<EOF +- 0 /usr/share/applications/gnome-terminal.desktop +- 1 /usr/share/applications/gimp-2.2.desktop +- 2 /usr/share/applications/epiphany.desktop +- 3 /usr/share/applications/gaim.desktop +- 4 /usr/share/applications/gnome-cd.desktop +- 5 /usr/share/applications/background.desktop +- 6 /usr/share/applications/gnome-file-roller.desktop ++ 0 $GAPPs/gnome-terminal.desktop ++ 1 $GAPPs/gedit.desktop ++ 2 $APPs/firefox.desktop ++ 3 $GAPPs/evolution-2.8.desktop + EOF diff --git a/deskutils/akamaru/pkg-descr b/deskutils/akamaru/pkg-descr new file mode 100644 index 000000000..cc36ec8fd --- /dev/null +++ b/deskutils/akamaru/pkg-descr @@ -0,0 +1,6 @@ +Akamaru is a simple, but fun, physics engine prototype. It's named after the +super awesome ninja dog, Akamaru, from the Naruto anime and based on the +article Advanced Character Physics by Thomas Jakobsen on Verlet integration. +It contains a very cool dock, called kiba. + +WWW: http://people.freedesktop.org/~krh/akamaru.git/ diff --git a/deskutils/akamaru/pkg-plist b/deskutils/akamaru/pkg-plist new file mode 100644 index 000000000..76deecb9c --- /dev/null +++ b/deskutils/akamaru/pkg-plist @@ -0,0 +1,4 @@ +bin/kiba-dock +bin/akamaru +share/akamaru/populate-dock.sh +@dirrm share/akamaru diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile new file mode 100644 index 000000000..e5700fb5f --- /dev/null +++ b/deskutils/dlume/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: dlume +# Date created: 07 November 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= dlume +PORTVERSION= 0.2.4 +PORTREVISION= 5 +CATEGORIES= deskutils gnome +MASTER_SITES= http://clay.ll.pl/download/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= GTK2 address book + +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 libxml2 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/dlume share/pixmaps/dlume.png + +post-patch: + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/deskutils/dlume/distinfo b/deskutils/dlume/distinfo new file mode 100644 index 000000000..d335ce27f --- /dev/null +++ b/deskutils/dlume/distinfo @@ -0,0 +1,3 @@ +MD5 (dlume-0.2.4.tar.gz) = 6b2a3ef0eff622a412395187d1c5d178 +SHA256 (dlume-0.2.4.tar.gz) = 66f6c87de866fbac1519721b8eb584c427d89cfa502494a9fe6b035578f7a864 +SIZE (dlume-0.2.4.tar.gz) = 246864 diff --git a/deskutils/dlume/pkg-descr b/deskutils/dlume/pkg-descr new file mode 100644 index 000000000..a0836f035 --- /dev/null +++ b/deskutils/dlume/pkg-descr @@ -0,0 +1,8 @@ +Dlume is nice, gtk2-based addressbook. You can easily add, edit +and delete records to/from database (but Dlume doesn't rely on an outside +database - It stores your contacts in XML format). The Quick-search +feature allows you find required entry in comfortable way. Export to +CSV and HTML formats is also available. Interface design was borrowed +and improved from Paddress (http://paddress.sourceforge.net). + +WWW: http://clay.ll.pl/projects.html diff --git a/deskutils/gxmessage/Makefile b/deskutils/gxmessage/Makefile new file mode 100644 index 000000000..6d1843846 --- /dev/null +++ b/deskutils/gxmessage/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gxmessage +# Date created: 9 March 2005 +# Whom: Andriy Gapon <avg@icyb.net.ua> +# +# $FreeBSD$ +# + +PORTNAME= gxmessage +PORTVERSION= 2.4.4 +PORTREVISION= 3 +CATEGORIES= deskutils +MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/ + +MAINTAINER= avg@icyb.net.ua +COMMENT= GTK2 substitute for xmessage + +USE_X_PREFIX= yes +USE_GNOME= gtk20 gnomeprefix +USE_GMAKE= yes +GNU_CONFIGURE= yes + +MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}" + +MANCOMPRESSED= no +MAN1= gxmessage.1 +PLIST_FILES= bin/gxmessage \ + share/pixmaps/gxmessage.png + +.include <bsd.port.mk> diff --git a/deskutils/gxmessage/distinfo b/deskutils/gxmessage/distinfo new file mode 100644 index 000000000..9ddfa54ab --- /dev/null +++ b/deskutils/gxmessage/distinfo @@ -0,0 +1,3 @@ +MD5 (gxmessage-2.4.4.tar.gz) = dc9b7b029d5acbaf5e7b913e38589c8e +SHA256 (gxmessage-2.4.4.tar.gz) = 196c34ca08f20fa18823eff065a5cd8a492c9b53110cd1545300a993f0d5b56f +SIZE (gxmessage-2.4.4.tar.gz) = 84008 diff --git a/deskutils/gxmessage/pkg-descr b/deskutils/gxmessage/pkg-descr new file mode 100644 index 000000000..4235995fd --- /dev/null +++ b/deskutils/gxmessage/pkg-descr @@ -0,0 +1,4 @@ +A GTK2 based xmessage clone, gxmessage tries to be as compatible as possible. +You might like it if you're running a mostly GTK desktop. + +WWW: http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage |