diff options
author | markp <markp@FreeBSD.org> | 2002-02-18 18:03:55 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-02-18 18:03:55 +0800 |
commit | daa8c1221120df69782c8ecab40c33d9e52ca37c (patch) | |
tree | 0dbeff3c20d76d27c6ddb95c0f99b4d39c0e3ea5 /graphics | |
parent | 9b526b4cb025e4b18ead8510f0908b1ec8e224d4 (diff) | |
download | freebsd-ports-gnome-daa8c1221120df69782c8ecab40c33d9e52ca37c.tar.gz freebsd-ports-gnome-daa8c1221120df69782c8ecab40c33d9e52ca37c.tar.zst freebsd-ports-gnome-daa8c1221120df69782c8ecab40c33d9e52ca37c.zip |
Compface port removed. The same utilities can be found in mail/faces.
Noted by: mi
Approved by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/compface/Makefile | 20 | ||||
-rw-r--r-- | graphics/compface/distinfo | 1 | ||||
-rw-r--r-- | graphics/compface/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/compface/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/compface/pkg-plist | 4 |
6 files changed, 0 insertions, 35 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 386b4b842587..db085ccadc6a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -22,7 +22,6 @@ SUBDIR += camserv SUBDIR += chbg SUBDIR += claraocr - SUBDIR += compface SUBDIR += cqcam SUBDIR += cthumb SUBDIR += cybervrml97 diff --git a/graphics/compface/Makefile b/graphics/compface/Makefile deleted file mode 100644 index e75d1686ee2e..000000000000 --- a/graphics/compface/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: compface -# Date created: 12 February 2002 -# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# -# $FreeBSD$ -# - -PORTNAME= compface -PORTVERSION= 1.4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/convert - -MAINTAINER= obraun@informatik.unibw-muenchen.de - -GNU_CONFIGURE= yes -MAN1= compface.1 -MAN3= compface.3 - -.include <bsd.port.mk> diff --git a/graphics/compface/distinfo b/graphics/compface/distinfo deleted file mode 100644 index 16b4a16ceb72..000000000000 --- a/graphics/compface/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (compface-1.4.tar.gz) = c45b54f67cc5d3580a18e4113219bc26 diff --git a/graphics/compface/pkg-comment b/graphics/compface/pkg-comment deleted file mode 100644 index e4bad143b908..000000000000 --- a/graphics/compface/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities and a library to convert from/to X-Face format diff --git a/graphics/compface/pkg-descr b/graphics/compface/pkg-descr deleted file mode 100644 index 4d00f20088f8..000000000000 --- a/graphics/compface/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Compface provides utilities and a library to convert from/to X-Face -format, a 48x48 bitmap format used to carry thumbnails of email -authors in a mail header. - -WWW: http://freshmeat.net/projects/compface/ - -- Oliver Braun -obraun@informatik.unibw-muenchen.de diff --git a/graphics/compface/pkg-plist b/graphics/compface/pkg-plist deleted file mode 100644 index babed1649a7b..000000000000 --- a/graphics/compface/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/compface -bin/uncompface -include/compface.h -lib/libcompface.a |