1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Remove expired port:

2020-12-31 graphics/gif2png: Uses Python 2.7 which is EOLed upstream
This commit is contained in:
Rene Ladan 2021-01-13 09:05:56 +00:00
parent 94ac59ac07
commit cee54591c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561444
6 changed files with 1 additions and 67 deletions

1
MOVED
View File

@ -16015,3 +16015,4 @@ archivers/ecm|archivers/cmdpack|2021-01-04|ECM is now included in cmdpack
math/qhull5|math/qhull|2021-01-04|Has expired: Legacy version of port no longer required by math/octave
devel/py-typing||2021-01-12|Python 2 only, backport of Python 3
net/py-ipaddress||2021-01-12|Uses Python 2.7 which is EOLed upstream
graphics/gif2png||2021-01-13|Has expired: Uses Python 2.7 which is EOLed upstream

View File

@ -235,7 +235,6 @@
SUBDIR += geoserver
SUBDIR += gexiv2
SUBDIR += giblib
SUBDIR += gif2png
SUBDIR += giflib
SUBDIR += gifmerge
SUBDIR += gifsicle

View File

@ -1,31 +0,0 @@
# Created by: saper@system.pl
# $FreeBSD$
PORTNAME= gif2png
PORTVERSION= 2.5.11
CATEGORIES= graphics
MASTER_SITES= http://www.catb.org/~esr/gif2png/
MAINTAINER= saper@saper.info
COMMENT= Converts GIF images to a PNG format
LICENSE= ZLIB
LIB_DEPENDS= libpng.so:graphics/png
BUILD_DEPENDS= png>0:graphics/png \
gzip:archivers/gzip
USES= python:2.7,run shebangfix
SHEBANG_FILES= web2png
PLIST_FILES= bin/gif2png bin/web2png \
man/man1/gif2png.1.gz \
man/man1/web2png.1.gz
MAKE_ARGS= CFLAGS="${CFLAGS}" prefix=${STAGEDIR}${PREFIX}
CFLAGS+= -I${PREFIX}/include/libpng16 -L${PREFIX}/lib
pre-build:
${REINPLACE_CMD} -e 's|"gif2png " VERSION|" gif2png " ; VERSION|' ${WRKSRC}/version.c
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1534339110
SHA256 (gif2png-2.5.11.tar.gz) = 40483169d2de06f632ada1de780c36f63325844ec62892b1652193f77fc508f7
SIZE (gif2png-2.5.11.tar.gz) = 31507

View File

@ -1,19 +0,0 @@
--- Makefile.orig 2015-07-15 00:06:28 UTC
+++ Makefile
@@ -38,13 +38,13 @@ prefix?=/usr
install: gif2png gif2png.1 web2png.1
mkdir -p $(prefix)/bin
- mkdir -p $(prefix)/share/man/man1
+ mkdir -p $(prefix)/man/man1
cp gif2png web2png $(prefix)/bin/
- cp gif2png.1 web2png.1 $(prefix)/share/man/man1/
+ cp gif2png.1 web2png.1 $(prefix)/man/man1/
uninstall:
rm $(prefix)/bin/gif2png $(prefix)/bin/web2png
- rm $(prefix)/share/man/man1/gif2png.1 $(prefix)/share/man/man1/web2png.1
+ rm $(prefix)/man/man1/gif2png.1 $(prefix)/man/man1/web2png.1
PYLINTOPTS = --rcfile=/dev/null --reports=n \
--msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" \

View File

@ -1,13 +0,0 @@
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.
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
WWW: http://www.catb.org/~esr/gif2png/