diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 01:16:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 01:16:05 +0000 |
commit | ca2d2573b2c1aa38d4856b3600adc7003b078a8c (patch) | |
tree | 43e68110d7ce3fb0c2ec3e8a8911e80f6fefec7d | |
parent | Flwm is a very small and fast X window manager. It's main features are (diff) |
Update to version 0.62.
PR: 9831
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=17186
-rw-r--r-- | mail/wmmail/Makefile | 29 | ||||
-rw-r--r-- | mail/wmmail/distinfo | 2 | ||||
-rw-r--r-- | mail/wmmail/pkg-descr | 20 | ||||
-rw-r--r-- | mail/wmmail/pkg-plist | 2 |
4 files changed, 38 insertions, 15 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index cee9b374d673..70245ddfb524 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,20 +1,35 @@ # New ports collection makefile for: wmmail -# Version required: 0.59 +# Version required: 0.62 # Date created: 7 Jun 1998 # Whom: rom # -# $Id: Makefile,v 1.6 1998/11/23 03:29:10 steve Exp $ +# $Id: Makefile,v 1.7 1999/01/18 06:43:00 asami Exp $ # -DISTNAME= wmmail-0.59 +DISTNAME= WMMail.app-0.62 +PKGNAME= wmmail-0.62 CATEGORIES= mail windowmaker -MASTER_SITES= http://earth.gaianet.net/~scorpio/ +MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + PropList.1:${PORTSDIR}/devel/libPropList -USE_IMAKE= yes -MAN1= wmmail.1 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-PL-libs="-L${LOCALBASE}/lib" \ + --with-PL-incs="-I${LOCALBASE}/include" +WRKSRC= ${WRKDIR}/WMMail.app-0.62 +USE_X_PREFIX= yes + +post-install: + @${ECHO} " " + @${ECHO} "---------------------------------------------------------------------" + @${ECHO} "===> Installing WMMail.defaults in ${PREFIX}/share/doc/WMMail" + @${ECHO} "===> Modify to your config and copy to ~/GNUstep/Defaults/WMMail" + @${ECHO} "---------------------------------------------------------------------" + @${ECHO} " " + @${MKDIR} ${PREFIX}/share/doc/WMMail && chmod a+rx ${PREFIX}/share/doc/WMMail + ${INSTALL_DATA} ${WRKSRC}/WMMail.defaults ${PREFIX}/share/doc/WMMail .include <bsd.port.mk> diff --git a/mail/wmmail/distinfo b/mail/wmmail/distinfo index 0d4ab72c3f3c..bc1cad5c3550 100644 --- a/mail/wmmail/distinfo +++ b/mail/wmmail/distinfo @@ -1 +1 @@ -MD5 (wmmail-0.59.tar.gz) = 77e502e46cf15a466cfbabed9d092877 +MD5 (WMMail.app-0.62.tar.gz) = fcbed0b87f7a0b5a8018f5e24d9ff3a3 diff --git a/mail/wmmail/pkg-descr b/mail/wmmail/pkg-descr index 50caf2fab264..b4d63ba03007 100644 --- a/mail/wmmail/pkg-descr +++ b/mail/wmmail/pkg-descr @@ -1,8 +1,16 @@ -A Reworked ASMail to sit on the WindowMaker dock. -It notifies you whenever new mail has arrived, and -displays a nice icon animation. +WMMail.app is a "mail-checker" like xbiff. It indicates the status of the +user's mailbox by showing animated XPM icons when incoming mails are +detected. Additionally, it can be configured to execute a program on +incoming mail and/or on mouse double-clicks, and can provide a count of +emails in the user's mailbox. It currently supports UNIX mbox files, MH +and MailDir mail folders, and IMAP4 remote mailboxes. -http://www-ug.eecg.utoronto.ca/~chanb/ +WMMail.app is based on asmail, a similar applet designed to work with the +Wharf of the AfterStep window manager. However, WMMail.app has been +re-written to be compatible with the Window Maker Dock, i.e. WMMail.app +can be dragged and dropped on to (and off from) the Dock dynamically. - - Rom. -rom_glsa@ein-hashofet.co.il +The latest and greatest version can be found at +http://www.eecg.utoronto.ca/~chanb/wmmail.html + +- Jim <jim@phrantic.phear.net> diff --git a/mail/wmmail/pkg-plist b/mail/wmmail/pkg-plist index 2677a1b39b43..e34c6e5c1a48 100644 --- a/mail/wmmail/pkg-plist +++ b/mail/wmmail/pkg-plist @@ -1 +1 @@ -bin/wmmail +GNUstep/Apps/WMMail.app/WMMail |