diff options
author | agc <agc@pkgsrc.org> | 1998-02-25 16:01:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-25 16:01:26 +0000 |
commit | 205fd48e2c7139805a194bd53e44ab05c950138c (patch) | |
tree | a6aff9d2a263b03de5f856e27443649fca097723 /mail/faces/pkg | |
parent | 784993221c6d572a9e6c13a8cc180cff0f57c653 (diff) | |
download | pkgsrc-205fd48e2c7139805a194bd53e44ab05c950138c.tar.gz |
Initial import of faces-1.6.1, utilities for manipulating face bitmaps
and icons, into the NetBSD packages collection, from the FreeBSD port.
Diffstat (limited to 'mail/faces/pkg')
-rw-r--r-- | mail/faces/pkg/COMMENT | 1 | ||||
-rw-r--r-- | mail/faces/pkg/DESCR | 56 | ||||
-rw-r--r-- | mail/faces/pkg/PLIST | 39 |
3 files changed, 96 insertions, 0 deletions
diff --git a/mail/faces/pkg/COMMENT b/mail/faces/pkg/COMMENT new file mode 100644 index 00000000000..95c19f954ea --- /dev/null +++ b/mail/faces/pkg/COMMENT @@ -0,0 +1 @@ +visual mail, user and print face server diff --git a/mail/faces/pkg/DESCR b/mail/faces/pkg/DESCR new file mode 100644 index 00000000000..27ac7d63518 --- /dev/null +++ b/mail/faces/pkg/DESCR @@ -0,0 +1,56 @@ +What is faces? +-------------- + +This is the third general release of a "faces" server for monitoring a +list visually. Typically this is a list of incoming mail messages, jobs +in the print queue or users on a system. + +Faces has five different modes of operation: + + (a) The default will monitor for new mail. By default, only the last ten + messages are displayed. Using the left mouse button it is possible to + toggle the text in the faces window. This will either be the username + or the time the mail message arrived. The icon shows the image of the + last message to arrive. + + (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. The + open window options are the username or the timestamp and number of + message from that user. The icon will display the image of the last + message, and a count of the total number of messages in the spool + file or mail folder. + + (c) Monitoring a given print queue. This will generate a single face icon + showing the job at the top of the print queue, and the text message + will display the printer name plus the number of jobs to be printed. + Opening the window will show images of all the jobs in the queue. The + text on each image can be toggled, choices being the owners' name and + the size of the job in bytes. + + (d) Monitoring users on a machine. For each user, a face image is displayed. + Text can be either the username or the time they logged on. The iconic + form displays the total number of users. + + (e) Custom monitoring. You can specify a program or shell script to run. + The standard output from this program will be read by the faces program, + and the appropriate faces displayed using the information provided. The + format of this face information is given in the faces manual page. + +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. There is also an +option to automatically update the faces database with this new image. + +Audio capabilities are also provided as a conditional compilation option. + +By default, after every sixty seconds, faces will recheck the mail file or +the print queue. If the mail spool file has changed size, it will produce a +chain of records for which it has face icons. + +This release contains graphical interfaces for NeWS, SunView, X11 and XView. + +Faces is based on the AT&T v8 face server called vismon, but is not derived +from vismon sources. With the previous version came vismon compatibility. +Note that that resulted in a few changes from the way faces v1.1 worked. +See the manual pages for more details. diff --git a/mail/faces/pkg/PLIST b/mail/faces/pkg/PLIST new file mode 100644 index 00000000000..1d3e80943dd --- /dev/null +++ b/mail/faces/pkg/PLIST @@ -0,0 +1,39 @@ +@cwd /usr/local +share/faces/machine.tab +share/faces/people.tab +bin/compface +bin/uncompface +man/man1/compface.1.gz +man/man1/uncompface.1.gz +lib/libcompface.a +lib/libcompface.so.1.0 +@exec /sbin/ldconfig -m %D/lib +include/compface.h +man/man3/compface.3.gz +man/man3/uncompface.3.gz +bin/icon2ikon +bin/ikon2icon +bin/rs2icon +bin/fs2ikon +bin/fs2xbm +bin/ikon2xbm +bin/xbm2ikon +bin/xbmcut48 +bin/xbmsize48 +bin/addxface +bin/mailq.faces +bin/from.faces +bin/lpqall.faces +bin/rotary.faces +bin/facesaddr +bin/facesall +bin/mkfacesindex +bin/newscheck.faces +bin/newsfrom.faces +bin/faces +bin/face_update +bin/faces.sendmail +man/man1/faces.1.gz +man/man1/face_update.1.gz +@cwd /usr/X11R6 +lib/X11/app-defaults/Faces |