diff options
author | sat <sat@FreeBSD.org> | 2007-03-23 21:21:41 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-23 21:21:41 +0800 |
commit | 0a28456c6084880c5fc57355145a08612984470f (patch) | |
tree | 5110b3d0b2799ffa1fd58c40741e7e2478817de8 /mail | |
parent | 9bf47dc4656dab5d67e54d18770ea5f9e741a065 (diff) | |
download | freebsd-ports-gnome-0a28456c6084880c5fc57355145a08612984470f.tar.gz freebsd-ports-gnome-0a28456c6084880c5fc57355145a08612984470f.tar.zst freebsd-ports-gnome-0a28456c6084880c5fc57355145a08612984470f.zip |
- Add WWW
- Switch to sourceforge release (no changes, just CVS headers
updated)
- Shorten pkg-descr
- Move portdocs from plist to Makefile
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/Makefile | 3 | ||||
-rw-r--r-- | mail/faces/distinfo | 6 | ||||
-rw-r--r-- | mail/faces/pkg-descr | 28 | ||||
-rw-r--r-- | mail/faces/pkg-plist | 2 |
4 files changed, 15 insertions, 24 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index ceec3e712a24..ace2562d9e8a 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -10,7 +10,7 @@ PORTNAME= faces PORTVERSION= 1.7.7 PORTREVISION= 7 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Visual mail, user and print face server @@ -27,6 +27,7 @@ MAN1= compface.1 MAN3= compface.3 MLINKS= compface.1 uncompface.1 \ compface.3 uncompface.3 +PORTDOCS= README .include <bsd.port.pre.mk> diff --git a/mail/faces/distinfo b/mail/faces/distinfo index 27a314966c7d..ecb4703b9d21 100644 --- a/mail/faces/distinfo +++ b/mail/faces/distinfo @@ -1,3 +1,3 @@ -MD5 (faces-1.7.7.tar.gz) = 99103a89113432aa1f76d2d32cd79704 -SHA256 (faces-1.7.7.tar.gz) = 423f35df66eb74aaba5f972367b2251d9f3bafd65b4003dbddc848ec53554e98 -SIZE (faces-1.7.7.tar.gz) = 290749 +MD5 (faces-1.7.7.tar.gz) = afdc4c3b0f84e747fe5f167adbc32c77 +SHA256 (faces-1.7.7.tar.gz) = 25644c675f080fe862aba2c6883f3b8e5b491cde1a2a8dbce7a12f581a843e9f +SIZE (faces-1.7.7.tar.gz) = 290359 diff --git a/mail/faces/pkg-descr b/mail/faces/pkg-descr index 95a026aa33af..8382bb8056ae 100644 --- a/mail/faces/pkg-descr +++ b/mail/faces/pkg-descr @@ -1,23 +1,15 @@ -This is the fourth general release of a "faces" server for monitoring a -list visually. Typically this is a list of incoming mail messages. +Faces is a Gtk+ program for monitoring a list visually. Typically this is +a list of incoming mail messages. IMAP and POP mailbox formats are +supported. Faces has three different modes of operation: +* The default will monitor for new mail. +* You can monitor the whole of a mail file. +* Custom monitoring. You can specify a program or shell script to run. - (a) The default will monitor for new mail. By default, only the last ten - messages are displayed. - - (b) You can monitor the whole of a mail file. The open window will - automatically adjust it's size to correctly show the face icons. - - (c) Custom monitoring. You can specify a program or shell script to run. - - There are lots of good examples that have already been written and - these can be downloaded from: - ftp://ftp.cs.indiana.edu/pub/faces/picons/src/ - -Included with this release, is the ability to include a face image with -your mail message using an X-Face header line (plus continuation lines). -Faces expects this line to be in a certain compressed format, and -uncompresses it, and displays that image on-the-fly. +Lots of good examples can be downloaded from: +ftp://ftp.cs.indiana.edu/pub/faces/picons/src/ Audio capabilities are also provided as a conditional compilation option. + +WWW: http://faces.sourceforge.net/ diff --git a/mail/faces/pkg-plist b/mail/faces/pkg-plist index e761f723c8af..3ed3f6a4b0df 100644 --- a/mail/faces/pkg-plist +++ b/mail/faces/pkg-plist @@ -9,7 +9,5 @@ include/compface.h lib/libcompface.a lib/libcompface.so lib/libcompface.so.1 -%%PORTDOCS%%share/doc/faces/README -%%PORTDOCS%%@dirrm share/doc/faces %%X11%%@cwd %%X11BASE%% %%X11%%lib/X11/app-defaults/Faces |