diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-05 17:32:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-05 17:32:05 +0000 |
commit | ef9e4991f08f78847c044eb2681bf80199f14942 (patch) | |
tree | 0fc33864bfd423432b269bd652217afa7af1c97f /net-im | |
parent | 7b13f74ac6a9e6d4e0b185171686dce3bd1bef7b (diff) | |
download | ports-ef9e4991f08f78847c044eb2681bf80199f14942.tar.gz ports-ef9e4991f08f78847c044eb2681bf80199f14942.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-guifications/Makefile | 27 | ||||
-rw-r--r-- | net-im/gaim-guifications/distinfo | 2 | ||||
-rw-r--r-- | net-im/gaim-guifications/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/gaim-guifications/pkg-plist | 30 | ||||
-rw-r--r-- | net-im/pidgin-guifications/Makefile | 27 | ||||
-rw-r--r-- | net-im/pidgin-guifications/distinfo | 2 | ||||
-rw-r--r-- | net-im/pidgin-guifications/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/pidgin-guifications/pkg-plist | 30 |
8 files changed, 126 insertions, 0 deletions
diff --git a/net-im/gaim-guifications/Makefile b/net-im/gaim-guifications/Makefile new file mode 100644 index 000000000000..631e4e9def46 --- /dev/null +++ b/net-im/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/net-im/gaim-guifications/distinfo b/net-im/gaim-guifications/distinfo new file mode 100644 index 000000000000..1564a10a8f50 --- /dev/null +++ b/net-im/gaim-guifications/distinfo @@ -0,0 +1,2 @@ +MD5 (guifications-1.7.tar.gz) = 1dd041093fa5544c5d13733ac656f5b7 +SIZE (guifications-1.7.tar.gz) = 337196 diff --git a/net-im/gaim-guifications/pkg-descr b/net-im/gaim-guifications/pkg-descr new file mode 100644 index 000000000000..ec789afdad17 --- /dev/null +++ b/net-im/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/net-im/gaim-guifications/pkg-plist b/net-im/gaim-guifications/pkg-plist new file mode 100644 index 000000000000..a73d77b8f4e1 --- /dev/null +++ b/net-im/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 diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile new file mode 100644 index 000000000000..631e4e9def46 --- /dev/null +++ b/net-im/pidgin-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/net-im/pidgin-guifications/distinfo b/net-im/pidgin-guifications/distinfo new file mode 100644 index 000000000000..1564a10a8f50 --- /dev/null +++ b/net-im/pidgin-guifications/distinfo @@ -0,0 +1,2 @@ +MD5 (guifications-1.7.tar.gz) = 1dd041093fa5544c5d13733ac656f5b7 +SIZE (guifications-1.7.tar.gz) = 337196 diff --git a/net-im/pidgin-guifications/pkg-descr b/net-im/pidgin-guifications/pkg-descr new file mode 100644 index 000000000000..ec789afdad17 --- /dev/null +++ b/net-im/pidgin-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/net-im/pidgin-guifications/pkg-plist b/net-im/pidgin-guifications/pkg-plist new file mode 100644 index 000000000000..a73d77b8f4e1 --- /dev/null +++ b/net-im/pidgin-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 |