diff options
author | max <max@FreeBSD.org> | 1997-01-12 13:42:39 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-12 13:42:39 +0800 |
commit | dc9e713d44b77c57129ac4bec2a0497d8b10b7d9 (patch) | |
tree | 1bca5b2dadb667756f1dfae8382ab86d9a92cd53 /graphics/whirlgif | |
parent | 9026260de08bdbd81dfb2923113cacdf1c04645e (diff) | |
download | freebsd-ports-gnome-dc9e713d44b77c57129ac4bec2a0497d8b10b7d9.tar.gz freebsd-ports-gnome-dc9e713d44b77c57129ac4bec2a0497d8b10b7d9.tar.zst freebsd-ports-gnome-dc9e713d44b77c57129ac4bec2a0497d8b10b7d9.zip |
New port:
A tool to create GIF animations.
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Reviewed & modified by: max
(Closing PR #1999.)
Diffstat (limited to 'graphics/whirlgif')
-rw-r--r-- | graphics/whirlgif/Makefile | 22 | ||||
-rw-r--r-- | graphics/whirlgif/distinfo | 1 | ||||
-rw-r--r-- | graphics/whirlgif/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/whirlgif/pkg-descr | 11 | ||||
-rw-r--r-- | graphics/whirlgif/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/graphics/whirlgif/Makefile b/graphics/whirlgif/Makefile new file mode 100644 index 000000000000..5fa73aeb3a39 --- /dev/null +++ b/graphics/whirlgif/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: whirlgif +# Version required: 2.01 +# Date created: 20 Oct 1996 +# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= whirlgif +PKGNAME= whirlgif-2.01 +CATEGORIES= graphics +MASTER_SITES= http://www.msg.net/utility/whirlgif/ + +MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp + +MAN1= whirlgif.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin/whirlgif + ${INSTALL_MAN} ${WRKSRC}/whirlgif.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/graphics/whirlgif/distinfo b/graphics/whirlgif/distinfo new file mode 100644 index 000000000000..7cf098ff2d93 --- /dev/null +++ b/graphics/whirlgif/distinfo @@ -0,0 +1 @@ +MD5 (whirlgif.tar.gz) = fe2dd31d15f5cc228d782ad125b96294 diff --git a/graphics/whirlgif/pkg-comment b/graphics/whirlgif/pkg-comment new file mode 100644 index 000000000000..5d38cea8095d --- /dev/null +++ b/graphics/whirlgif/pkg-comment @@ -0,0 +1 @@ +a tool for making GIF animations. diff --git a/graphics/whirlgif/pkg-descr b/graphics/whirlgif/pkg-descr new file mode 100644 index 000000000000..10071dd450b0 --- /dev/null +++ b/graphics/whirlgif/pkg-descr @@ -0,0 +1,11 @@ +WhirlGIF , a tool for making GIF animations. + +whirlgif is a quick program that reads a series of GIF files, and produces +a single gif file composed of those images. + +For example, if you have images img0001.gif, img0002.gif, img0003.gif ...... +and want to loop 100 times, then you can do something like: + + whirlgif -loop 100 img*.gif + +to create an animation. diff --git a/graphics/whirlgif/pkg-plist b/graphics/whirlgif/pkg-plist new file mode 100644 index 000000000000..437dfab0ca80 --- /dev/null +++ b/graphics/whirlgif/pkg-plist @@ -0,0 +1,2 @@ +bin/whirlgif +man/man1/whirlgif.1.gz |