aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-14 11:34:03 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-14 11:34:19 +0000
commitfa5cb54eaeea56657cc73d1c4f6bc0cc702900c1 (patch)
treec1cc30ae565b768fef96da5a88a3440b583b40b1
parent5219d82f208fd85b13dd087ed832f4851ed62a2e (diff)
downloadports-fa5cb54eaeea56657cc73d1c4f6bc0cc702900c1.tar.gz
ports-fa5cb54eaeea56657cc73d1c4f6bc0cc702900c1.zip
graphics/tiffgt: Remove expired port
2023-10-14 graphics/tiffgt: Upstream support stopped
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/tiffgt/Makefile48
-rw-r--r--graphics/tiffgt/distinfo3
-rw-r--r--graphics/tiffgt/files/patch-Makefile.in22
-rw-r--r--graphics/tiffgt/pkg-descr7
6 files changed, 1 insertions, 81 deletions
diff --git a/MOVED b/MOVED
index 591d55f5962f..a3c6c5d938ce 100644
--- a/MOVED
+++ b/MOVED
@@ -7945,3 +7945,4 @@ devel/py-packaging21|devel/py-packaging|2023-10-11|Remove obsoleted port. Use de
devel/rubygem-google-protobuf323|devel/rubygem-google-protobuf|2023-10-11|Remove obsoleted port. Use devel/rubygem-google-protobuf instead
audio/rem||2023-10-12|Has expired: Deprecated, replaced by libre
net/openmpi3|net/openmpi|2023-10-12|Has expired: OpenMPI 3 is not maintained by the upstream project anymore and will be removed
+graphics/tiffgt||2023-10-14|Has expired: Upstream support stopped
diff --git a/graphics/Makefile b/graphics/Makefile
index 8b22d6ad2ad0..2ddaff95df8b 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1138,7 +1138,6 @@
SUBDIR += tgif
SUBDIR += tif22pnm
SUBDIR += tiff
- SUBDIR += tiffgt
SUBDIR += tifmerge
SUBDIR += tikzit
SUBDIR += tiled
diff --git a/graphics/tiffgt/Makefile b/graphics/tiffgt/Makefile
deleted file mode 100644
index 69c77c314fe0..000000000000
--- a/graphics/tiffgt/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-PORTNAME= tiffgt
-DISTVERSION= 4.5.1
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= https://download.osgeo.org/libtiff/
-DISTNAME= tiff-${DISTVERSION}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= X11 Tools for working with TIFF images
-WWW= http://www.simplesystems.org/libtiff/
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.md
-
-DEPRECATED= Upstream support stopped
-EXPIRATION_DATE= 2023-10-14
-
-LIB_DEPENDS= libjbig.so:graphics/jbigkit \
- libtiff.so:graphics/tiff \
- libzstd.so:archivers/zstd
-
-USES= cpe gl jpeg libtool pathfix xorg
-CPE_PRODUCT= libtiff
-CPE_VERSION= ${DISTVERSION:C/[a-z]+//}
-CPE_UPDATE= ${DISTVERSION:C/[0-9.]+//}
-USE_GL= gl glu glut
-USE_LDCONFIG= yes
-USE_XORG= ice sm x11 xi xmu
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \
- --with-jpeg-lib-dir=${LOCALBASE}/lib \
- --with-x
-
-PORTSCOUT= skipv:1
-
-PLIST_FILES= bin/tiffgt \
- man/man1/tiffgt.1.gz
-
-pre-configure:
- ${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
- -e 's|man html|man|' ${WRKSRC}/Makefile.in
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/.libs/tiffgt ${STAGEDIR}/${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/doc/man-prebuilt/tiffgt.1 ${STAGEDIR}${PREFIX}/man/man1/
-
-.include <bsd.port.mk>
diff --git a/graphics/tiffgt/distinfo b/graphics/tiffgt/distinfo
deleted file mode 100644
index 6a401635af4d..000000000000
--- a/graphics/tiffgt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1688003883
-SHA256 (tiff-4.5.1.tar.gz) = d7f38b6788e4a8f5da7940c5ac9424f494d8a79eba53d555f4a507167dca5e2b
-SIZE (tiff-4.5.1.tar.gz) = 3785721
diff --git a/graphics/tiffgt/files/patch-Makefile.in b/graphics/tiffgt/files/patch-Makefile.in
deleted file mode 100644
index 23fda48cef41..000000000000
--- a/graphics/tiffgt/files/patch-Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.in.orig 2015-06-21 19:07:53 UTC
-+++ Makefile.in
-@@ -485,19 +485,6 @@ distclean-libtool:
- -rm -f libtool config.lt
- install-dist_docDATA: $(dist_doc_DATA)
- @$(NORMAL_INSTALL)
-- @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
-- if test -n "$$list"; then \
-- echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
-- $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
-- fi; \
-- for p in $$list; do \
-- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-- echo "$$d$$p"; \
-- done | $(am__base_list) | \
-- while read files; do \
-- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
-- $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
-- done
-
- uninstall-dist_docDATA:
- @$(NORMAL_UNINSTALL)
diff --git a/graphics/tiffgt/pkg-descr b/graphics/tiffgt/pkg-descr
deleted file mode 100644
index 43187a2c92b4..000000000000
--- a/graphics/tiffgt/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This software provides support for the Tag Image File Format (TIFF),
-a widely used format for storing image data.
-
-Included in this software distribution is a small collection of tools
-for doing simple manipulations of TIFF images on UNIX systems.
-
-LICENSE: Permission to use, copy, modify, distribute, and sell for any purpose