Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 1999 22:21:38 +0100 (CET)
From:      saper@system.pl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14632: update ports: gif2png to 2.0.0
Message-ID:  <199910312121.WAA10808@saperski.system.pl>

next in thread | raw e-mail | index | archive | help

>Number:         14632
>Category:       ports
>Synopsis:       new version of gif2png released
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 31 13:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Cieślak
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
SYSTEM Internet Provider
>Environment:

FreeBSD saperski.system.pl 3.3-STABLE FreeBSD 3.3-STABLE #3: Tue Sep 21 23:35:31 CEST 1999     root@saperski.system.pl:/usr/src/sys/compile/SAPERSKI  i386

>Description:

New version of gif2png released. Also a small bugfix in web2png script.
This PR OBSOLETES ports/14556 and patch enclosed should be applied
to the original version (ports/14331).

>How-To-Repeat:

>Fix:
	
diff -ruN gif2png-1.1.1/Makefile gif2png/Makefile
--- gif2png-1.1.1/Makefile	Sat Oct 16 21:55:45 1999
+++ gif2png/Makefile	Sun Oct 31 21:34:31 1999
@@ -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: ports/graphics/gif2png/Makefile,v 1.2 1999/10/16 19:55:45 cpiazza Exp $
 #
 
-DISTNAME=       gif2png-1.1.1
+DISTNAME=       gif2png-2.0.0
 CATEGORIES=	graphics
 MASTER_SITES=   http://www.tuxedo.org/~esr/gif2png/
 
@@ -16,6 +16,10 @@
 
 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
 
 MAN1=		gif2png.1 web2png.1
 
diff -ruN gif2png-1.1.1/files/md5 gif2png/files/md5
--- gif2png-1.1.1/files/md5	Mon Oct 25 16:17:55 1999
+++ gif2png/files/md5	Sun Oct 31 21:38:23 1999
@@ -1 +1 @@
-MD5 (gif2png-1.1.1.tar.gz) = 9a0b5ee28d8295845cbf51d78b056ca8
+MD5 (gif2png-2.0.0.tar.gz) = 05cb99695051ad3324ceff7321fcc058
diff -ruN gif2png-1.1.1/pkg/DESCR gif2png/pkg/DESCR
--- gif2png-1.1.1/pkg/DESCR	Mon Sep  6 21:39:30 1999
+++ gif2png/pkg/DESCR	Sun Oct 31 21:51:29 1999
@@ -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>

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910312121.WAA10808>