From 06ccfbe5d3951c606288ae199234c4065872730e Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 19 Dec 1998 14:58:00 +0000 Subject: [PATCH] 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 --- graphics/fly/Makefile | 21 +++++++++++++++++++++ graphics/fly/distinfo | 1 + graphics/fly/pkg-comment | 1 + graphics/fly/pkg-descr | 4 ++++ graphics/fly/pkg-plist | 1 + 5 files changed, 28 insertions(+) create mode 100644 graphics/fly/Makefile create mode 100644 graphics/fly/distinfo create mode 100644 graphics/fly/pkg-comment create mode 100644 graphics/fly/pkg-descr create mode 100644 graphics/fly/pkg-plist 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 +# +# $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 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