diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-22 22:02:25 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-22 22:02:25 +0000 |
commit | 93656f3e5738c3b6312e595b8fbffb4a85d5d0ec (patch) | |
tree | 51161d3e9429eed8652b13fc2c4d1c545eb8d5c0 /graphics | |
parent | 597c2afae6b9c97fe28a17321c24cc8ce910f367 (diff) | |
download | FreeBSD-ports-93656f3e5738c3b6312e595b8fbffb4a85d5d0ec.zip FreeBSD-ports-93656f3e5738c3b6312e595b8fbffb4a85d5d0ec.tar.gz |
Zimg is a graphics program that generates interesting
graphics by reading simple ASCII input files filled with
numbers. It can output in either EDF or PNG. It uses the
GD library for image creation.
PR: 16856
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zimg/Makefile | 21 | ||||
-rw-r--r-- | graphics/zimg/distinfo | 1 | ||||
-rw-r--r-- | graphics/zimg/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/zimg/pkg-descr | 9 | ||||
-rw-r--r-- | graphics/zimg/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile new file mode 100644 index 0000000..de66f3b --- /dev/null +++ b/graphics/zimg/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: zimg +# Version required: 2.4.0 +# Date created: 20 Feb 2000 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= zimg-2.4.0 +CATEGORIES= graphics +MASTER_SITES= http://www.zellner.org/zimg/download/ + +MAINTAINER= andrews@technologist.com + +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--disable-edf --with-gd-includes=${LOCALBASE}/include +MAN1= zimg.1 + +.include <bsd.port.mk> diff --git a/graphics/zimg/distinfo b/graphics/zimg/distinfo new file mode 100644 index 0000000..af55ee8 --- /dev/null +++ b/graphics/zimg/distinfo @@ -0,0 +1 @@ +MD5 (zimg-2.4.0.tar.gz) = 9367631a8701f882d71e4fd2782437be diff --git a/graphics/zimg/pkg-comment b/graphics/zimg/pkg-comment new file mode 100644 index 0000000..961ef89 --- /dev/null +++ b/graphics/zimg/pkg-comment @@ -0,0 +1 @@ +Image-generator that uses ASCII input files to create PNGs/EDFs diff --git a/graphics/zimg/pkg-descr b/graphics/zimg/pkg-descr new file mode 100644 index 0000000..aab7fdc --- /dev/null +++ b/graphics/zimg/pkg-descr @@ -0,0 +1,9 @@ +Zimg is a graphics program that generates interesting +graphics by reading simple ASCII input files filled with +numbers. It can output in either EDF or PNG. It uses the +GD library for image creation. + +WWW: http://www.zellner.org/zimg/ +Author: Johannes Zellner <johannes@zellner.org> + +- Will <andrews@technologist.com> diff --git a/graphics/zimg/pkg-plist b/graphics/zimg/pkg-plist new file mode 100644 index 0000000..0338a30 --- /dev/null +++ b/graphics/zimg/pkg-plist @@ -0,0 +1 @@ +bin/zimg |