diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-06 19:39:30 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-06 19:39:30 +0000 |
commit | e8be97f517e55501083232f4a5756556327528ea (patch) | |
tree | 9c2381c255a4a18e7472e39eaaba3c3ee915e28e /graphics | |
parent | a1d6fedced48fe1373b0f65018bb7536883cddad (diff) | |
download | ports-e8be97f517e55501083232f4a5756556327528ea.tar.gz ports-e8be97f517e55501083232f4a5756556327528ea.zip |
Notes
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 |