diff options
author | edwin <edwin@FreeBSD.org> | 2005-04-25 16:44:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-04-25 16:44:53 +0800 |
commit | bc1e69be4e5584011ee30b8a3c5676bbd9d4e8b4 (patch) | |
tree | 0156446e63192538543b7b5c30c7f926eb426be9 /mail | |
parent | ab6d2204c0aa9b2dba4c60b955e7fe77245b95b9 (diff) | |
download | freebsd-ports-gnome-bc1e69be4e5584011ee30b8a3c5676bbd9d4e8b4.tar.gz freebsd-ports-gnome-bc1e69be4e5584011ee30b8a3c5676bbd9d4e8b4.tar.zst freebsd-ports-gnome-bc1e69be4e5584011ee30b8a3c5676bbd9d4e8b4.zip |
New Port mail/xfaces (really a reinclusion)
Xfaces used to be in the ports dir, but was replaced some
time ago by mail/faces (on which it depends). Xfaces does
some things that faces does not - presenting shaped transparent
icons for the messages in the inbox and presenting more
than 10 messages.
I'd like to request a return of xfaces and I've included a
working port that passes portlint to make that easy.
PR: ports/75136
Submitted by: Ted Faber <faber@isi.edu>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfaces/Makefile | 35 | ||||
-rw-r--r-- | mail/xfaces/distinfo | 10 | ||||
-rw-r--r-- | mail/xfaces/pkg-descr | 4 | ||||
-rw-r--r-- | mail/xfaces/pkg-plist | 3 |
4 files changed, 52 insertions, 0 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile new file mode 100644 index 000000000000..3fdba2bdb458 --- /dev/null +++ b/mail/xfaces/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: xfaces-3.3 +# Date created: 15 Dec 2001 +# Whom: Ted Faber <faber@isi.edu> +# $FreeBSD$ +# + +PORTNAME= xfaces +PORTVERSION= 3.3 +PORTREVISION= 0 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \ + http://www.mavetju.org/download/adopted/xfaces/ +EXTRACT_SUFX= .tar.Z +DIST_SUBDIR= ${PORTNAME} + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= patch-charnier patch-faber patch-graaff patch-kinzler3 +# patch-graff above has a partial pathname in there that none of the others +# do. The default value for PATCH_DIST_STRIP [-p0] fails on that, this empty +# value keeps any -p option from the patch command and works. +PATCH_DIST_STRIP= + +MAINTAINER= faber@isi.edu +COMMENT= Display shaped icons for mail spool contents + +LIB_DEPENDS=compface:${PORTSDIR}/mail/faces:install + +# GNU make properly processes some overridden rules in the makefile that +# imake generates. Specifically, installing the html docs. +USE_GMAKE=yes +USE_IMAKE=yes + +MAN1= xfaces.1 + +.include <bsd.port.mk> diff --git a/mail/xfaces/distinfo b/mail/xfaces/distinfo new file mode 100644 index 000000000000..0424d21b3ce6 --- /dev/null +++ b/mail/xfaces/distinfo @@ -0,0 +1,10 @@ +MD5 (xfaces/xfaces-3.3.tar.Z) = c47b81f72b892be37d25dd29567bec04 +SIZE (xfaces/xfaces-3.3.tar.Z) = 182793 +MD5 (xfaces/patch-charnier) = 72a41efb8da8bccf7241b5b879c52678 +SIZE (xfaces/patch-charnier) = 1439 +MD5 (xfaces/patch-faber) = ffc8ac725a1730c9d35024a10c74e1ab +SIZE (xfaces/patch-faber) = 1057 +MD5 (xfaces/patch-graaff) = 26e7ffececf2f8c40fd3bbd3a54f1ce1 +SIZE (xfaces/patch-graaff) = 3950 +MD5 (xfaces/patch-kinzler3) = 253a7748f80d01e34f3d3fc6e2cc7857 +SIZE (xfaces/patch-kinzler3) = 2997 diff --git a/mail/xfaces/pkg-descr b/mail/xfaces/pkg-descr new file mode 100644 index 000000000000..df8fa2d6095c --- /dev/null +++ b/mail/xfaces/pkg-descr @@ -0,0 +1,4 @@ +A program for monitoring mailspools (and other things) that can display +shaped icons. + +WWW: ftp://ftp.cs.indiana.edu/pub/faces/index.html diff --git a/mail/xfaces/pkg-plist b/mail/xfaces/pkg-plist new file mode 100644 index 000000000000..303cce8457a5 --- /dev/null +++ b/mail/xfaces/pkg-plist @@ -0,0 +1,3 @@ +bin/xfaces +lib/X11/app-defaults/XFaces +lib/X11/doc/html/xfaces.1.html |