Date: Thu, 2 Oct 2003 10:10:15 -0700 (PDT) From: Jean-Yves Lefort <jylefort@brutele.be> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/56969: New port: mail/mail-notification, a GNOME mail notifier Message-ID: <200310021710.h92HAFSd027332@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/56969; it has been noted by GNATS. From: Jean-Yves Lefort <jylefort@brutele.be> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/56969: New port: mail/mail-notification, a GNOME mail notifier Date: Thu, 2 Oct 2003 19:09:34 +0200 Version 0.3.0: # 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: # # mail-notification # mail-notification/Makefile # mail-notification/pkg-descr # mail-notification/distinfo # mail-notification/pkg-plist # echo c - mail-notification mkdir -p mail-notification > /dev/null 2>&1 echo x - mail-notification/Makefile sed 's/^X//' >mail-notification/Makefile << 'END-of-mail-notification/Makefile' X# New ports collection makefile for: mail-notification X# Date created: 18 Sep 2003 X# Whom: Jean-Yves Lefort <jylefort@brutele.be> X# X# $FreeBSD$ X# X XPORTNAME= mail-notification XPORTVERSION= 0.3.0 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_SAVANNAH} XMASTER_SITE_SUBDIR= mailnotify/mailnotify.pkg/${PORTVERSION} X XMAINTAINER= jylefort@brutele.be XCOMMENT= A mail notification for the GNOME 2.0 system tray X XUSE_X_PREFIX= yes XUSE_GNOME= gnomeprefix gnomehack libgnomeui XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" X X.include <bsd.port.pre.mk> X X.if defined(WITHOUT_MBOX) XCONFIGURE_ARGS+= --disable-mbox X.endif X.if defined(WITHOUT_MH) XCONFIGURE_ARGS+= --disable-mh X.endif X.if defined(WITHOUT_MAILDIR) XCONFIGURE_ARGS+= --disable-maildir X.endif X.if defined(WITHOUT_POP3) XCONFIGURE_ARGS+= --disable-pop3 X.else XLIB_DEPENDS+= gnet-2.0:${PORTSDIR}/net/gnet2 X.endif X.if defined(WITHOUT_SYLPHEED) XCONFIGURE_ARGS+= --disable-sylpheed X.endif X Xpre-everything:: X @${ECHO} "" X @${ECHO} "You may use the following build options:" X @${ECHO} "" X @${ECHO} " WITHOUT_MBOX=yes Disable mbox support" X @${ECHO} " WITHOUT_MH=yes Disable MH support" X @${ECHO} " WITHOUT_MAILDIR=yes Disable Maildir support" X @${ECHO} " WITHOUT_POP3=yes Disable POP3 support" X @${ECHO} " WITHOUT_SYLPHEED=yes Disable Sylpheed support" X @${ECHO} "" X X.include <bsd.port.post.mk> END-of-mail-notification/Makefile echo x - mail-notification/pkg-descr sed 's/^X//' >mail-notification/pkg-descr << 'END-of-mail-notification/pkg-descr' XMail Notification is an icon for the GNOME Notification Area informing Xthe user if there is new mail. X XFeatures: X X * multiple folder support X * mbox, MH, Maildir and Sylpheed support X * POP3 support (if the GNet library is available) X * automatic folder format detection X * responsive UI (multi-threaded application) X * HIG-compliant user interface X * themeable stock icons X XWWW: http://www.nongnu.org/mailnotify/ X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-mail-notification/pkg-descr echo x - mail-notification/distinfo sed 's/^X//' >mail-notification/distinfo << 'END-of-mail-notification/distinfo' XMD5 (mail-notification-0.3.0.tar.gz) = 3a92381cb74a9b10ea8df9867e670a9c END-of-mail-notification/distinfo echo x - mail-notification/pkg-plist sed 's/^X//' >mail-notification/pkg-plist << 'END-of-mail-notification/pkg-plist' Xbin/mail-notification Xetc/gconf/gconf.xml.defaults/apps/mail-notification/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/mail-notification/commands/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/mail-notification/commands/new-mail/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/mail-notification/commands/clicked/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/mail-notification/local/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/mail-notification/local/delay/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/mail-notification/remote/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/mail-notification/remote/delay/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/commands/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/commands/new-mail/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/commands/clicked/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/local/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/local/delay/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/remote/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/remote/delay/%gconf.xml Xetc/gconf/schemas/mail-notification.schemas Xshare/gnome/applications/mail-notification.desktop Xshare/locale/fr/LC_MESSAGES/mail-notification.mo Xshare/gnome/pixmaps/mail-notification.png Xshare/gnome/pixmaps/mail-notification/about-icon.png Xshare/gnome/pixmaps/mail-notification/add-icon.png Xshare/gnome/pixmaps/mail-notification/logo.png Xshare/gnome/pixmaps/mail-notification/preferences-icon.png X@dirrm etc/gconf/gconf.xml.defaults/apps/mail-notification/commands/new-mail X@dirrm etc/gconf/gconf.xml.defaults/apps/mail-notification/commands/clicked X@dirrm etc/gconf/gconf.xml.defaults/apps/mail-notification/commands X@dirrm etc/gconf/gconf.xml.defaults/apps/mail-notification/local/delay X@dirrm etc/gconf/gconf.xml.defaults/apps/mail-notification/local X@dirrm etc/gconf/gconf.xml.defaults/apps/mail-notification/remote/delay X@dirrm etc/gconf/gconf.xml.defaults/apps/mail-notification/remote X@dirrm etc/gconf/gconf.xml.defaults/apps/mail-notification X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/commands/new-mail X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/commands/clicked X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/commands X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/local/delay X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/local X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/remote/delay X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mail-notification/remote X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mail-notification X@dirrm share/gnome/pixmaps/mail-notification END-of-mail-notification/pkg-plist exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310021710.h92HAFSd027332>