From c53f5e241d98ae7a2ed70a14466c4c575c8758ba Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Sat, 5 Dec 1998 16:31:22 +0000 Subject: PR: ports/8970 Submitted by: bradh@iafrica.com Initial Import gifsicle. powerful command-line program for manipulating GIF image files. --- graphics/gifsicle/Makefile | 25 +++++++++++++++++++++++++ graphics/gifsicle/distinfo | 1 + graphics/gifsicle/pkg-comment | 1 + graphics/gifsicle/pkg-descr | 8 ++++++++ graphics/gifsicle/pkg-plist | 3 +++ 5 files changed, 38 insertions(+) create mode 100644 graphics/gifsicle/Makefile create mode 100644 graphics/gifsicle/distinfo create mode 100644 graphics/gifsicle/pkg-comment create mode 100644 graphics/gifsicle/pkg-descr create mode 100644 graphics/gifsicle/pkg-plist (limited to 'graphics') 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 +# +# $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 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 -- cgit v1.2.3