diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-12 05:42:39 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-12 05:42:39 +0000 |
commit | 8651eca9b0212cecd6066a45a893c3dafd385c6f (patch) | |
tree | 4f5632cc180ef24e713d4675473a7cb6f28e8e2b /graphics/whirlgif | |
parent | ca126fc83a7e55939d9fa855516fdf6ab4dcd0eb (diff) | |
download | ports-8651eca9b0212cecd6066a45a893c3dafd385c6f.tar.gz ports-8651eca9b0212cecd6066a45a893c3dafd385c6f.zip |
Notes
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 |