aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-13 09:05:56 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-13 09:05:56 +0000
commitcee54591c692f9826c81b8ed3f6a4465eb012674 (patch)
tree799f4ec27f71532d04bad0e7259ce09fda2a7c27
parent94ac59ac07912bc4ef15d408f22cc909796f4e48 (diff)
downloadports-cee54591c692f9826c81b8ed3f6a4465eb012674.tar.gz
ports-cee54591c692f9826c81b8ed3f6a4465eb012674.zip
Remove expired port:
2020-12-31 graphics/gif2png: Uses Python 2.7 which is EOLed upstream
Notes
Notes: svn path=/head/; revision=561444
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/gif2png/Makefile31
-rw-r--r--graphics/gif2png/distinfo3
-rw-r--r--graphics/gif2png/files/patch-Makefile19
-rw-r--r--graphics/gif2png/pkg-descr13
6 files changed, 1 insertions, 67 deletions
diff --git a/MOVED b/MOVED
index 97d11cab56f5..11258ecf933f 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/graphics/Makefile b/graphics/Makefile
index 6d3ce3f18f45..9a92830052a1 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -235,7 +235,6 @@
SUBDIR += geoserver
SUBDIR += gexiv2
SUBDIR += giblib
- SUBDIR += gif2png
SUBDIR += giflib
SUBDIR += gifmerge
SUBDIR += gifsicle
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile
deleted file mode 100644
index f9b355a93078..000000000000
--- a/graphics/gif2png/Makefile
+++ /dev/null
@@ -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>
diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo
deleted file mode 100644
index c0535571c65f..000000000000
--- a/graphics/gif2png/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1534339110
-SHA256 (gif2png-2.5.11.tar.gz) = 40483169d2de06f632ada1de780c36f63325844ec62892b1652193f77fc508f7
-SIZE (gif2png-2.5.11.tar.gz) = 31507
diff --git a/graphics/gif2png/files/patch-Makefile b/graphics/gif2png/files/patch-Makefile
deleted file mode 100644
index 66fea44da22b..000000000000
--- a/graphics/gif2png/files/patch-Makefile
+++ /dev/null
@@ -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}" \
diff --git a/graphics/gif2png/pkg-descr b/graphics/gif2png/pkg-descr
deleted file mode 100644
index 9e84b196ba77..000000000000
--- a/graphics/gif2png/pkg-descr
+++ /dev/null
@@ -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/