summaryrefslogtreecommitdiff
path: root/graphics/fly
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-19 14:58:00 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-19 14:58:00 +0000
commit06ccfbe5d3951c606288ae199234c4065872730e (patch)
treef13fcf9d1e918de2582d6fdb7645030789268a81 /graphics/fly
parentActivate xwpl (diff)
Import of fly 1.6.4
fly is a tool to interpret simple drawing commands and generate an GIF as the result. PR: ports/5397 Submitted by: j.unger@choin.net
Notes
Notes: svn path=/head/; revision=15429
Diffstat (limited to 'graphics/fly')
-rw-r--r--graphics/fly/Makefile21
-rw-r--r--graphics/fly/distinfo1
-rw-r--r--graphics/fly/pkg-comment1
-rw-r--r--graphics/fly/pkg-descr4
-rw-r--r--graphics/fly/pkg-plist1
5 files changed, 28 insertions, 0 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile
new file mode 100644
index 000000000000..c4dffa8c7a80
--- /dev/null
+++ b/graphics/fly/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: fly
+# Version required: 1.6.4
+# Date created: 30 December 1997
+# Whom: Juergen Unger <j.unger@choin.net>
+#
+# $Id$
+#
+
+DISTNAME= fly-1.6.4
+CATEGORIES= graphics
+MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ \
+ ftp://ftp.ibrado.com/pub/fly/
+
+MAINTAINER= j.unger@choin.net
+
+BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a:${PORTSDIR}/graphics/gd
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/graphics/fly/distinfo b/graphics/fly/distinfo
new file mode 100644
index 000000000000..ac481f38f6e4
--- /dev/null
+++ b/graphics/fly/distinfo
@@ -0,0 +1 @@
+MD5 (fly-1.6.4.tar.gz) = 5e6b7e579a43db3d2efe6c3dbbe7389f
diff --git a/graphics/fly/pkg-comment b/graphics/fly/pkg-comment
new file mode 100644
index 000000000000..48eeb29f2ff0
--- /dev/null
+++ b/graphics/fly/pkg-comment
@@ -0,0 +1 @@
+simple drawing language to generate GIFs on the fly
diff --git a/graphics/fly/pkg-descr b/graphics/fly/pkg-descr
new file mode 100644
index 000000000000..ac3f5d500049
--- /dev/null
+++ b/graphics/fly/pkg-descr
@@ -0,0 +1,4 @@
+fly is a tool to interpret simple drawing commands and generate
+an GIF as the result.
+
+The fly home page is: http://www.unimelb.edu.au/fly/fly.html
diff --git a/graphics/fly/pkg-plist b/graphics/fly/pkg-plist
new file mode 100644
index 000000000000..d2fbc95c186b
--- /dev/null
+++ b/graphics/fly/pkg-plist
@@ -0,0 +1 @@
+bin/fly