mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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>
This commit is contained in:
parent
7b13f74ac6
commit
ef9e4991f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108466
@ -92,6 +92,7 @@
|
||||
SUBDIR += freedialog
|
||||
SUBDIR += ftdi-eeprom
|
||||
SUBDIR += ftree
|
||||
SUBDIR += gaim-guifications
|
||||
SUBDIR += gctpc
|
||||
SUBDIR += geekcode
|
||||
SUBDIR += getopt
|
||||
|
27
misc/gaim-guifications/Makefile
Normal file
27
misc/gaim-guifications/Makefile
Normal file
@ -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>
|
2
misc/gaim-guifications/distinfo
Normal file
2
misc/gaim-guifications/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (guifications-1.7.tar.gz) = 1dd041093fa5544c5d13733ac656f5b7
|
||||
SIZE (guifications-1.7.tar.gz) = 337196
|
4
misc/gaim-guifications/pkg-descr
Normal file
4
misc/gaim-guifications/pkg-descr
Normal file
@ -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/
|
30
misc/gaim-guifications/pkg-plist
Normal file
30
misc/gaim-guifications/pkg-plist
Normal file
@ -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
|
27
net-im/gaim-guifications/Makefile
Normal file
27
net-im/gaim-guifications/Makefile
Normal file
@ -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>
|
2
net-im/gaim-guifications/distinfo
Normal file
2
net-im/gaim-guifications/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (guifications-1.7.tar.gz) = 1dd041093fa5544c5d13733ac656f5b7
|
||||
SIZE (guifications-1.7.tar.gz) = 337196
|
4
net-im/gaim-guifications/pkg-descr
Normal file
4
net-im/gaim-guifications/pkg-descr
Normal file
@ -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/
|
30
net-im/gaim-guifications/pkg-plist
Normal file
30
net-im/gaim-guifications/pkg-plist
Normal file
@ -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
|
27
net-im/pidgin-guifications/Makefile
Normal file
27
net-im/pidgin-guifications/Makefile
Normal file
@ -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>
|
2
net-im/pidgin-guifications/distinfo
Normal file
2
net-im/pidgin-guifications/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (guifications-1.7.tar.gz) = 1dd041093fa5544c5d13733ac656f5b7
|
||||
SIZE (guifications-1.7.tar.gz) = 337196
|
4
net-im/pidgin-guifications/pkg-descr
Normal file
4
net-im/pidgin-guifications/pkg-descr
Normal file
@ -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/
|
30
net-im/pidgin-guifications/pkg-plist
Normal file
30
net-im/pidgin-guifications/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user