diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-05 16:31:22 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-05 16:31:22 +0000 |
commit | c53f5e241d98ae7a2ed70a14466c4c575c8758ba (patch) | |
tree | 72dde71865fffeffa1863884fbed7b55cc5b259b /graphics/gifsicle | |
parent | Graphics library for fast GIF creation (uses fonts in KOI8-R encoding) (diff) |
PR: ports/8970
Submitted by: bradh@iafrica.com
Initial Import gifsicle.
powerful command-line program for manipulating GIF image files.
Notes
Notes:
svn path=/head/; revision=15133
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 25 | ||||
-rw-r--r-- | graphics/gifsicle/distinfo | 1 | ||||
-rw-r--r-- | graphics/gifsicle/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gifsicle/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/gifsicle/pkg-plist | 3 |
5 files changed, 38 insertions, 0 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile new file mode 100644 index 000000000000..511e38dda40f --- /dev/null +++ b/graphics/gifsicle/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gifsicle +# Version required: 1.8 +# Date created: 5 December 1998 +# Whom: Brad Hendrickse <bradh@iafrica.com> +# +# $Id:$ +# + +DISTNAME= gifsicle-1.8 +CATEGORIES= graphics +MASTER_SITES= http://www.lcdf.org/gifsicle/ + +MAINTAINER= bradh@iafrica.com + +MAN1= gifsicle.1 + +GNU_CONFIGURE= yes + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/gifsicle + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle +.endif + +.include <bsd.port.mk> diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo new file mode 100644 index 000000000000..6a393f8f9bf9 --- /dev/null +++ b/graphics/gifsicle/distinfo @@ -0,0 +1 @@ +MD5 (gifsicle-1.8.tar.gz) = 64bb2c65deb1f5dd4488cbeb430d51c4 diff --git a/graphics/gifsicle/pkg-comment b/graphics/gifsicle/pkg-comment new file mode 100644 index 000000000000..29d4bf25bdf2 --- /dev/null +++ b/graphics/gifsicle/pkg-comment @@ -0,0 +1 @@ +gifsicle - manipulates GIF images and animations diff --git a/graphics/gifsicle/pkg-descr b/graphics/gifsicle/pkg-descr new file mode 100644 index 000000000000..6078c1f0f8a7 --- /dev/null +++ b/graphics/gifsicle/pkg-descr @@ -0,0 +1,8 @@ +gifsicle is a powerful command-line program for manipulating GIF image files. +Extensive options let you control what exactly it does. + +HomePage: http://www.lcdf.org/gifsicle/ + +-- +brad hendrickse +(bradh@iafrica.com) diff --git a/graphics/gifsicle/pkg-plist b/graphics/gifsicle/pkg-plist new file mode 100644 index 000000000000..060f9e68f694 --- /dev/null +++ b/graphics/gifsicle/pkg-plist @@ -0,0 +1,3 @@ +bin/gifsicle +share/doc/gifsicle/README +@dirrm share/doc/gifsicle |