aboutsummaryrefslogtreecommitdiff
path: root/graphics/gif2png
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 05:55:04 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 05:55:04 +0000
commitfa97686b08c3d85d1d572663bcc848d11eb8cf1f (patch)
tree0de6ee4000fe666c4521dd4915448b50e2940019 /graphics/gif2png
parent2229e226e92a2700298d09f23e3525e6c7de5d41 (diff)
downloadports-fa97686b08c3d85d1d572663bcc848d11eb8cf1f.tar.gz
ports-fa97686b08c3d85d1d572663bcc848d11eb8cf1f.zip
Notes
Diffstat (limited to 'graphics/gif2png')
-rw-r--r--graphics/gif2png/Makefile8
-rw-r--r--graphics/gif2png/distinfo2
-rw-r--r--graphics/gif2png/pkg-descr21
3 files changed, 21 insertions, 10 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile
index 154aa2df7661..4cc4ce20ce26 100644
--- a/graphics/gif2png/Makefile
+++ b/graphics/gif2png/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gif2png
-# Version required: 1.1.1
+# Version required: 2.0.0
# Date created: 30 Aug 1999
# Whom: saper@system.pl
#
# $FreeBSD$
#
-DISTNAME= gif2png-1.1.1
+DISTNAME= gif2png-2.0.0
CATEGORIES= graphics
MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/
@@ -18,8 +18,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
pre-build:
- mv ${WRKSRC}/web2png ${WRKSRC}/web2png_prepatch
- $(SED) -e '1s#/usr/bin/python#/usr/bin/env python#' ${WRKSRC}/web2png_prepatch > ${WRKSRC}/web2png
+ mv ${WRKSRC}/web2png ${WRKSRC}/web2png_prepatch
+ $(SED) -e '1s#/usr/bin/python#/usr/bin/env python#' ${WRKSRC}/web2png_prepatch > ${WRKSRC}/web2png
MAN1= gif2png.1 web2png.1
diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo
index 7c43a5479009..367c162c74e0 100644
--- a/graphics/gif2png/distinfo
+++ b/graphics/gif2png/distinfo
@@ -1 +1 @@
-MD5 (gif2png-1.1.1.tar.gz) = 9a0b5ee28d8295845cbf51d78b056ca8
+MD5 (gif2png-2.0.0.tar.gz) = 05cb99695051ad3324ceff7321fcc058
diff --git a/graphics/gif2png/pkg-descr b/graphics/gif2png/pkg-descr
index bc1877923d74..0b98178b1f33 100644
--- a/graphics/gif2png/pkg-descr
+++ b/graphics/gif2png/pkg-descr
@@ -1,8 +1,19 @@
-This package contains a program to convert from
-CompuServe GIF file to a free PNG format.
+The gif2png program converts files from the obsolescent Graphic
+Interchange Format to Portable Network Graphics. The conversion
+preserves all graphic information, including transparency, perfectly.
+The gif2png program can even recover data from corrupted GIFs.
-Author:
-Alexander Lehmann <alex@hal.rhein-main.de>
+The distribution also includes a Python script, web2png, that will
+convert entire web hierarchies (images and HTML or PHP pages). The
+script requires Python 1.5.2.
+Original author:
+Alexander Lehmann
+
+Current maintainter of the utility:
+Eric S. Raymond <esr@thyrsus.com>
+
+Homepage of the project:
+http://www.tuxedo.org/~esr/gif2png/
--
- << Marcin Cieslak // saper@system.pl >>
+Marcin Cieslak <saper@system.pl>