From owner-freebsd-ports Sun Oct 31 13:30:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9018314C33 for ; Sun, 31 Oct 1999 13:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA84052; Sun, 31 Oct 1999 13:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 5042414EDC for ; Sun, 31 Oct 1999 13:20:56 -0800 (PST) (envelope-from saper@saperski.system.pl) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by tricord.system.pl (SYSTEM Internet) with ESMTP id WAA14762 for ; Sun, 31 Oct 1999 22:21:00 +0100 (MET) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id WAA10808; Sun, 31 Oct 1999 22:21:38 +0100 (CET) (envelope-from saper) Message-Id: <199910312121.WAA10808@saperski.system.pl> Date: Sun, 31 Oct 1999 22:21:38 +0100 (CET) From: saper@system.pl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14632: update ports: gif2png to 2.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 +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 + +Homepage of the project: +http://www.tuxedo.org/~esr/gif2png/ -- - << Marcin Cieslak // saper@system.pl >> +Marcin Cieslak >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message