diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-02-17 08:18:51 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-02-17 08:18:51 +0000 |
commit | 776bd91f1840aeb07a2c3d028aabce777457ab17 (patch) | |
tree | 8dcef1f2e85d191c22f9acfc91ea783553cb9ce3 /graphics | |
parent | b1b402e62e834062eeefdc05a8492019d71c9169 (diff) |
Notes
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, 35 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5832ba197233..adca8c5ae130 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -22,6 +22,7 @@ SUBDIR += camserv SUBDIR += chbg SUBDIR += claraocr + SUBDIR += compface SUBDIR += cqcam SUBDIR += cthumb SUBDIR += cybervrml97 diff --git a/graphics/compface/Makefile b/graphics/compface/Makefile new file mode 100644 index 000000000000..e75d1686ee2e --- /dev/null +++ b/graphics/compface/Makefile @@ -0,0 +1,20 @@ +# 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 new file mode 100644 index 000000000000..16b4a16ceb72 --- /dev/null +++ b/graphics/compface/distinfo @@ -0,0 +1 @@ +MD5 (compface-1.4.tar.gz) = c45b54f67cc5d3580a18e4113219bc26 diff --git a/graphics/compface/pkg-comment b/graphics/compface/pkg-comment new file mode 100644 index 000000000000..e4bad143b908 --- /dev/null +++ b/graphics/compface/pkg-comment @@ -0,0 +1 @@ +Utilities and a library to convert from/to X-Face format diff --git a/graphics/compface/pkg-descr b/graphics/compface/pkg-descr new file mode 100644 index 000000000000..4d00f20088f8 --- /dev/null +++ b/graphics/compface/pkg-descr @@ -0,0 +1,8 @@ +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 new file mode 100644 index 000000000000..babed1649a7b --- /dev/null +++ b/graphics/compface/pkg-plist @@ -0,0 +1,4 @@ +bin/compface +bin/uncompface +include/compface.h +lib/libcompface.a |