summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-22 22:02:25 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-22 22:02:25 +0000
commitcb3d5ea718f062c5434ea6ca8c3162c6cf3335c6 (patch)
tree39861fda4e2fd687b5cfbf6fdb52207de778137b /graphics
parentUpdate port to 1.3pl4 (diff)
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>
Notes
Notes: svn path=/head/; revision=26165
Diffstat (limited to 'graphics')
-rw-r--r--graphics/zimg/Makefile21
-rw-r--r--graphics/zimg/distinfo1
-rw-r--r--graphics/zimg/pkg-comment1
-rw-r--r--graphics/zimg/pkg-descr9
-rw-r--r--graphics/zimg/pkg-plist1
5 files changed, 33 insertions, 0 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile
new file mode 100644
index 000000000000..de66f3ba04ce
--- /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 000000000000..af55ee843659
--- /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 000000000000..961ef89e10fe
--- /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 000000000000..aab7fdc009b6
--- /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 000000000000..0338a30a3d93
--- /dev/null
+++ b/graphics/zimg/pkg-plist
@@ -0,0 +1 @@
+bin/zimg