- Add WWW
- Switch to sourceforge release (no changes, just CVS headers updated) - Shorten pkg-descr - Move portdocs from plist to Makefile
This commit is contained in:
parent
041ce9173f
commit
9365f34e9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188094
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user