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>
This commit is contained in:
Edwin Groothuis 2005-04-25 08:44:53 +00:00
parent 419d508c1a
commit caa1fcfca9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134114
4 changed files with 52 additions and 0 deletions

35
mail/xfaces/Makefile Normal file
View File

@ -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>

10
mail/xfaces/distinfo Normal file
View File

@ -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

4
mail/xfaces/pkg-descr Normal file
View File

@ -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

3
mail/xfaces/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/xfaces
lib/X11/app-defaults/XFaces
lib/X11/doc/html/xfaces.1.html