Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2006 18:44:21 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/95482: [new port] mail/sylpheed-claws-notification
Message-ID:  <1144428261.14647@blaviken.slowicza.org>
Resent-Message-ID: <200604071650.k37GoI11071652@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95482
>Category:       ports
>Synopsis:       [new port] mail/sylpheed-claws-notification
>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:   Fri Apr 07 16:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 5.4-RELEASE-p11 i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE-p11 #2: Thu Feb  2 21:14:41 CET 2006
    root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN



>Description:


This sylpheed-claws plugin provides various ways to notify the user
of new and unread email.




>How-To-Repeat:





>Fix:


--- sc-notification.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:
#
#	sylpheed-claws-notification/
#	sylpheed-claws-notification/Makefile
#	sylpheed-claws-notification/distinfo
#	sylpheed-claws-notification/files
#	sylpheed-claws-notification/files/patch-configure.ac
#	sylpheed-claws-notification/pkg-descr
#
echo c - sylpheed-claws-notification/
mkdir -p sylpheed-claws-notification/ > /dev/null 2>&1
echo x - sylpheed-claws-notification/Makefile
sed 's/^X//' >sylpheed-claws-notification/Makefile << 'END-of-sylpheed-claws-notification/Makefile'
X# New ports collection makefile for:	sylpheed-claws-notification
X# Date created:	7 April 2006
X# Whom:	Pawel Pekala <c0rn@o2.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	notification
XPORTVERSION=	0.1
XCATEGORIES=	mail
XMASTER_SITES=	http://claws.sylpheed.org/downloads/plugins/
XPKGNAMEPREFIX=	sylpheed-claws-
XDISTNAME=	notification_plugin-${PORTVERSION}
X
XMAINTAINER=	c0rn@o2.pl
XCOMMENT=	New/unread mail notification plugin for sylpheed-claws
X
XBUILD_DEPENDS=	sylpheed-claws>=1.9.99:${PORTSDIR}/mail/sylpheed-claws
XRUN_DEPENDS=	sylpheed-claws>=1.9.99:${PORTSDIR}/mail/sylpheed-claws
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XUSE_AUTOTOOLS=	autoconf:259
X
XPLIST_FILES=lib/sylpheed-claws/plugins/notification_plugin.a \
X	lib/sylpheed-claws/plugins/notification_plugin.la \
X	lib/sylpheed-claws/plugins/notification_plugin.so
X
X.include <bsd.port.mk>
END-of-sylpheed-claws-notification/Makefile
echo x - sylpheed-claws-notification/distinfo
sed 's/^X//' >sylpheed-claws-notification/distinfo << 'END-of-sylpheed-claws-notification/distinfo'
XMD5 (notification_plugin-0.1.tar.gz) = c444356be018d7a7674ff07d13a98e0b
XSHA256 (notification_plugin-0.1.tar.gz) = 52ea77411ee08aa1120695e5ead8325590178e4a3043adf10fa2117c8c8f3807
XSIZE (notification_plugin-0.1.tar.gz) = 325272
END-of-sylpheed-claws-notification/distinfo
echo c - sylpheed-claws-notification/files
mkdir -p sylpheed-claws-notification/files > /dev/null 2>&1
echo x - sylpheed-claws-notification/files/patch-configure.ac
sed 's/^X//' >sylpheed-claws-notification/files/patch-configure.ac << 'END-of-sylpheed-claws-notification/files/patch-configure.ac'
X--- configure.ac.orig	Fri Apr  7 16:38:31 2006
X+++ configure.ac	Fri Apr  7 16:39:41 2006
X@@ -42,7 +42,11 @@
X 
X dnl Check for sylpheed-claws
X PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.15.94)
X-SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
X+if test -z $prefix ; then
X+  SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
X+else
X+  SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins
X+fi
X AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
X AC_SUBST(SYLPHEED_CLAWS_LIBS)
X AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)
END-of-sylpheed-claws-notification/files/patch-configure.ac
echo x - sylpheed-claws-notification/pkg-descr
sed 's/^X//' >sylpheed-claws-notification/pkg-descr << 'END-of-sylpheed-claws-notification/pkg-descr'
XThis plugin provides various ways to notify the user of new and unread email.
END-of-sylpheed-claws-notification/pkg-descr
exit

--- sc-notification.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1144428261.14647>