diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-05 17:32:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-05 17:32:05 +0000 |
commit | 8a91ca66427f8763216ee310e701e475546de7a1 (patch) | |
tree | 29e4161c8e4c628852f1dce38643eba610dd53b3 /misc | |
parent | 7ba6fb7eddceea2c946eb5d5fdd1c3b0b1a1fbca (diff) | |
download | FreeBSD-ports-8a91ca66427f8763216ee310e701e475546de7a1.zip FreeBSD-ports-8a91ca66427f8763216ee310e701e475546de7a1.tar.gz |
Add gaim-guifications, a Gaim plug-in that adds "toaster" style pop-ups for
common Gaim events such as a user going away or becoming available again.
Screenshots can be found at
http://guifications.sourceforge.net/Guifications/index.php
PR: 66237
Submitted by: ports@c0decafe.net <ports@c0decafe.net>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/gaim-guifications/Makefile | 27 | ||||
-rw-r--r-- | misc/gaim-guifications/distinfo | 2 | ||||
-rw-r--r-- | misc/gaim-guifications/pkg-descr | 4 | ||||
-rw-r--r-- | misc/gaim-guifications/pkg-plist | 30 |
5 files changed, 64 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 4d58705..824a890 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -92,6 +92,7 @@ SUBDIR += freedialog SUBDIR += ftdi-eeprom SUBDIR += ftree + SUBDIR += gaim-guifications SUBDIR += gctpc SUBDIR += geekcode SUBDIR += getopt diff --git a/misc/gaim-guifications/Makefile b/misc/gaim-guifications/Makefile new file mode 100644 index 0000000..631e4e9 --- /dev/null +++ b/misc/gaim-guifications/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gaim-guifications +# Date created: 2004-05-04 +# Whom: ports@c0decafe.net +# +# $FreeBSD$ +# + +PORTNAME= guifications +PORTVERSION= 1.7 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= gaim- + +MAINTAINER= ports@c0decafe.net +COMMENT= Plugin to add msn style "toaster" popups to Gaim + +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/gaim:configure +RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= lthack gtk20 +USE_LIBTOOL_VER=13 +CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim* + +.include <bsd.port.mk> diff --git a/misc/gaim-guifications/distinfo b/misc/gaim-guifications/distinfo new file mode 100644 index 0000000..1564a10 --- /dev/null +++ b/misc/gaim-guifications/distinfo @@ -0,0 +1,2 @@ +MD5 (guifications-1.7.tar.gz) = 1dd041093fa5544c5d13733ac656f5b7 +SIZE (guifications-1.7.tar.gz) = 337196 diff --git a/misc/gaim-guifications/pkg-descr b/misc/gaim-guifications/pkg-descr new file mode 100644 index 0000000..ec789af --- /dev/null +++ b/misc/gaim-guifications/pkg-descr @@ -0,0 +1,4 @@ +Guifications is a Gaim plugin that displays msn style "toaster" popups in a +user-defined corner of the screen. It's highly configurable, and easy to use. + +WWW: http://guifications.sourceforge.net/Guifications/ diff --git a/misc/gaim-guifications/pkg-plist b/misc/gaim-guifications/pkg-plist new file mode 100644 index 0000000..a73d77b --- /dev/null +++ b/misc/gaim-guifications/pkg-plist @@ -0,0 +1,30 @@ +lib/gaim/guifications.so +share/pixmaps/gaim/guifications/backgrounds/background_default.png +share/pixmaps/gaim/guifications/conf/icon_size_huge.png +share/pixmaps/gaim/guifications/conf/icon_size_large.png +share/pixmaps/gaim/guifications/conf/icon_size_normal.png +share/pixmaps/gaim/guifications/conf/icon_size_small.png +share/pixmaps/gaim/guifications/conf/icon_size_tiny.png +share/pixmaps/gaim/guifications/conf/item_position_center.png +share/pixmaps/gaim/guifications/conf/item_position_east.png +share/pixmaps/gaim/guifications/conf/item_position_north.png +share/pixmaps/gaim/guifications/conf/item_position_north_east.png +share/pixmaps/gaim/guifications/conf/item_position_north_west.png +share/pixmaps/gaim/guifications/conf/item_position_south.png +share/pixmaps/gaim/guifications/conf/item_position_south_east.png +share/pixmaps/gaim/guifications/conf/item_position_south_west.png +share/pixmaps/gaim/guifications/conf/item_position_west.png +share/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_end.png +share/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_middle.png +share/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_start.png +share/pixmaps/gaim/guifications/conf/text_clipping_truncate.png +share/pixmaps/gaim/guifications/conf/window_position_north_east.png +share/pixmaps/gaim/guifications/conf/window_position_north_west.png +share/pixmaps/gaim/guifications/conf/window_position_south_east.png +share/pixmaps/gaim/guifications/conf/window_position_south_west.png +share/pixmaps/gaim/guifications/conf/window_zoom_in.png +share/pixmaps/gaim/guifications/conf/window_zoom_normal.png +share/pixmaps/gaim/guifications/conf/window_zoom_out.png +@dirrm share/pixmaps/gaim/guifications/conf +@dirrm share/pixmaps/gaim/guifications/backgrounds +@dirrm share/pixmaps/gaim/guifications |