From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 3 22:20:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DF116A4CF for ; Mon, 3 May 2004 22:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5132643D1D for ; Mon, 3 May 2004 22:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i445KFXN006977 for ; Mon, 3 May 2004 22:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i445KFut006976; Mon, 3 May 2004 22:20:15 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 3 May 2004 22:20:15 -0700 (PDT) Resent-Message-Id: <200405040520.i445KFut006976@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "ports@c0decafe.net" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F7516A4CF for ; Mon, 3 May 2004 22:12:34 -0700 (PDT) Received: from shell2.snagged.net (shell2.snagged.net [64.71.139.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51FD843D31 for ; Mon, 3 May 2004 22:12:34 -0700 (PDT) (envelope-from ryan@shell2.snagged.net) Received: from shell2.snagged.net (ryan@localhost [127.0.0.1]) by shell2.snagged.net (8.12.10/8.12.10) with ESMTP id i445CYq9007409 for ; Mon, 3 May 2004 22:12:35 -0700 (PDT) (envelope-from ryan@shell2.snagged.net) Received: (from ryan@localhost) by shell2.snagged.net (8.12.10/8.12.10/Submit) id i445CYvQ007408; Mon, 3 May 2004 22:12:34 -0700 (PDT) (envelope-from ryan) Message-Id: <200405040512.i445CYvQ007408@shell2.snagged.net> Date: Mon, 3 May 2004 22:12:34 -0700 (PDT) From: "ports@c0decafe.net" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66237: [NEW PORT] net/gaim-guifications: Plugin to add msn style "toaster" popups to gaim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 05:20:16 -0000 >Number: 66237 >Category: ports >Synopsis: [NEW PORT] net/gaim-guifications: Plugin to add msn style "toaster" popups to gaim >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 03 22:20:14 PDT 2004 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 4.10-PRERELEASE i386 >Organization: >Environment: System: FreeBSD atlantis.local 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #0: Mon May 3 02:52:18 GST >Description: 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/ Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- gaim-guifications-1.7.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gaim-guifications # gaim-guifications/pkg-descr # gaim-guifications/Makefile # gaim-guifications/pkg-plist # gaim-guifications/distinfo # echo c - gaim-guifications mkdir -p gaim-guifications > /dev/null 2>&1 echo x - gaim-guifications/pkg-descr sed 's/^X//' >gaim-guifications/pkg-descr << 'END-of-gaim-guifications/pkg-descr' XGuifications is a Gaim plugin that displays msn style "toaster" popups in a user Xdefined corner of the screen. It's highly configurable, and easy to use. X XWWW: http://guifications.sourceforge.net/Guifications/ END-of-gaim-guifications/pkg-descr echo x - gaim-guifications/Makefile sed 's/^X//' >gaim-guifications/Makefile << 'END-of-gaim-guifications/Makefile' X# New ports collection makefile for: gaim-guifications X# Date created: 2004-05-04 X# Whom: ports@c0decafe.net X# X# $FreeBSD$ X# X XPORTNAME= guifications XPORTVERSION= 1.7 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XPKGNAMEPREFIX= gaim- X XMAINTAINER= ports@c0decafe.net XCOMMENT= Plugin to add msn style "toaster" popups to gaim X XDEPENDS= ${PORTSDIR}/net/gaim:configure XRUN_DEPENDS= gaim:${PORTSDIR}/net/gaim X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GNOME= gtk20 XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-gaim=${WRKDIR}/../../../net/gaim/work/gaim* XINSTALLS_SHLIB= yes X X.include X.include END-of-gaim-guifications/Makefile echo x - gaim-guifications/pkg-plist sed 's/^X//' >gaim-guifications/pkg-plist << 'END-of-gaim-guifications/pkg-plist' Xlib/gaim/guifications.so Xlib/gaim/guifications.la Xlib/gaim/guifications.a Xshare/pixmaps/gaim/guifications/backgrounds/background_default.png X@dirrm share/pixmaps/gaim/guifications/backgrounds Xshare/pixmaps/gaim/guifications/conf/icon_size_huge.png Xshare/pixmaps/gaim/guifications/conf/icon_size_large.png Xshare/pixmaps/gaim/guifications/conf/icon_size_normal.png Xshare/pixmaps/gaim/guifications/conf/icon_size_small.png Xshare/pixmaps/gaim/guifications/conf/icon_size_tiny.png Xshare/pixmaps/gaim/guifications/conf/item_position_center.png Xshare/pixmaps/gaim/guifications/conf/item_position_east.png Xshare/pixmaps/gaim/guifications/conf/item_position_north.png Xshare/pixmaps/gaim/guifications/conf/item_position_north_east.png Xshare/pixmaps/gaim/guifications/conf/item_position_north_west.png Xshare/pixmaps/gaim/guifications/conf/item_position_south.png Xshare/pixmaps/gaim/guifications/conf/item_position_south_east.png Xshare/pixmaps/gaim/guifications/conf/item_position_south_west.png Xshare/pixmaps/gaim/guifications/conf/item_position_west.png Xshare/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_end.png Xshare/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_middle.png Xshare/pixmaps/gaim/guifications/conf/text_clipping_ellipsis_start.png Xshare/pixmaps/gaim/guifications/conf/text_clipping_truncate.png Xshare/pixmaps/gaim/guifications/conf/window_position_north_east.png Xshare/pixmaps/gaim/guifications/conf/window_position_north_west.png Xshare/pixmaps/gaim/guifications/conf/window_position_south_east.png Xshare/pixmaps/gaim/guifications/conf/window_position_south_west.png Xshare/pixmaps/gaim/guifications/conf/window_zoom_in.png Xshare/pixmaps/gaim/guifications/conf/window_zoom_normal.png Xshare/pixmaps/gaim/guifications/conf/window_zoom_out.png X@dirrm share/pixmaps/gaim/guifications/conf X@dirrm share/pixmaps/gaim/guifications END-of-gaim-guifications/pkg-plist echo x - gaim-guifications/distinfo sed 's/^X//' >gaim-guifications/distinfo << 'END-of-gaim-guifications/distinfo' XMD5 (guifications-1.7.tar.gz) = 1dd041093fa5544c5d13733ac656f5b7 XSIZE (guifications-1.7.tar.gz) = 337196 END-of-gaim-guifications/distinfo exit --- gaim-guifications-1.7.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: