diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-07 03:39:30 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-07 03:39:30 +0800 |
commit | ca183df99e8fe888bf6c6b6028e4f4316ecc1ec4 (patch) | |
tree | 70fca88bf213b75716ba7a57c8b6d41ece989e32 /graphics | |
parent | dde6cb561f71b4458d1646bbd8181cf17b86779b (diff) | |
download | freebsd-ports-gnome-ca183df99e8fe888bf6c6b6028e4f4316ecc1ec4.tar.gz freebsd-ports-gnome-ca183df99e8fe888bf6c6b6028e4f4316ecc1ec4.tar.zst freebsd-ports-gnome-ca183df99e8fe888bf6c6b6028e4f4316ecc1ec4.zip |
Import of gif2png.
Gif2png simply converts CompuServe GIF files to the free PNG format.
PR: 13479
Submitted by: Marcin Cieslak <saper@system.pl>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gif2png/Makefile | 23 | ||||
-rw-r--r-- | graphics/gif2png/distinfo | 1 | ||||
-rw-r--r-- | graphics/gif2png/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gif2png/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/gif2png/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile new file mode 100644 index 000000000000..289b4f0634de --- /dev/null +++ b/graphics/gif2png/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: gif2png +# Version required: 0.6 +# Date created: 30 Aug 1999 +# Whom: saper@system.pl +# +# $FreeBSD$ +# + +DISTNAME= gif2png-0.6 +CATEGORIES= graphics +MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/applications/ + +MAINTAINER= saper@system.pl + +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png + +USE_ZIP= yes +WRKSRC= ${WRKDIR}/gif2png + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gif2png ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo new file mode 100644 index 000000000000..105f16361327 --- /dev/null +++ b/graphics/gif2png/distinfo @@ -0,0 +1 @@ +MD5 (gif2png-0.6.zip) = 2fce3354f80826a83e02d3893d1e7ddb diff --git a/graphics/gif2png/pkg-comment b/graphics/gif2png/pkg-comment new file mode 100644 index 000000000000..f89555fd5032 --- /dev/null +++ b/graphics/gif2png/pkg-comment @@ -0,0 +1 @@ +Converts GIF images to a PNG format diff --git a/graphics/gif2png/pkg-descr b/graphics/gif2png/pkg-descr new file mode 100644 index 000000000000..bc1877923d74 --- /dev/null +++ b/graphics/gif2png/pkg-descr @@ -0,0 +1,8 @@ +This package contains a program to convert from +CompuServe GIF file to a free PNG format. + +Author: +Alexander Lehmann <alex@hal.rhein-main.de> + +-- + << Marcin Cieslak // saper@system.pl >> diff --git a/graphics/gif2png/pkg-plist b/graphics/gif2png/pkg-plist new file mode 100644 index 000000000000..06a47445b4d8 --- /dev/null +++ b/graphics/gif2png/pkg-plist @@ -0,0 +1 @@ +bin/gif2png |