git: ee0c7d92f816 - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 30 Sep 2022 20:29:13 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ee0c7d92f8169a2a304103340291ae165ff4dc38

commit ee0c7d92f8169a2a304103340291ae165ff4dc38
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-09-30 20:29:07 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-09-30 20:29:07 +0000

    cleanup: Remove expired ports:
    
    2022-09-30 www/ttf2eot: Obsolete font format that's been superseded by OTF/TTF/WOFF/WOFF2
---
 MOVED                                         |  1 +
 www/Makefile                                  |  1 -
 www/ttf2eot/Makefile                          | 37 ---------------------------
 www/ttf2eot/distinfo                          |  3 ---
 www/ttf2eot/files/patch-OpenTypeUtilities.cpp | 19 --------------
 www/ttf2eot/pkg-descr                         |  4 ---
 6 files changed, 1 insertion(+), 64 deletions(-)

diff --git a/MOVED b/MOVED
index 6d0eb44e5772..6a619e46e7a1 100644
--- a/MOVED
+++ b/MOVED
@@ -17569,3 +17569,4 @@ deskutils/myitcrm||2022-09-30|Has expired: Abandoned project as last update was
 lang/spidermonkey17||2022-09-30|Has expired: Obsolete, released in 2007 and since long unsupported upstream
 lang/p5-JavaScript-SpiderMonkey||2022-09-30|Has expired: Depends on deprecated SpiderMonkey 1.7
 devel/electron17||2022-09-30|Has expired: EOLed upstream, switch to newer version
+www/ttf2eot||2022-09-30|Has expired: Obsolete font format that's been superseded by OTF/TTF/WOFF/WOFF2
diff --git a/www/Makefile b/www/Makefile
index 6d20ca8f62d8..f5062a432e09 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2256,7 +2256,6 @@
     SUBDIR += transmission-web
     SUBDIR += transproxy
     SUBDIR += tt-rss
-    SUBDIR += ttf2eot
     SUBDIR += tuifeed
     SUBDIR += tusc
     SUBDIR += tusd
diff --git a/www/ttf2eot/Makefile b/www/ttf2eot/Makefile
deleted file mode 100644
index c6f070e7c55e..000000000000
--- a/www/ttf2eot/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME=	ttf2eot
-PORTVERSION=	0.0.3
-DISTVERSIONPREFIX=	v
-CATEGORIES=	www converters
-
-MAINTAINER=	portmaster@bsdforge.com
-COMMENT=	Convert TTF font file to EOT web embeddable file
-WWW=		https://github.com/wget/ttf2eot
-
-LICENSE=	BSD2CLAUSE LGPL20
-LICENSE_COMB=	multi
-
-DEPRECATED=	Obsolete font format that's been superseded by OTF/TTF/WOFF/WOFF2
-EXPIRATION_DATE=2022-09-30
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	wget
-GH_PROJECT=	ttf2eot
-GH_TAGNAME=	b732f41
-
-USES=		gmake
-ALL_TARGET=	ttf2eot
-
-PLIST_FILES=	bin/ttf2eot
-PORTDOCS=	README
-
-OPTIONS_DEFINE=	DOCS
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ttf2eot ${STAGEDIR}${PREFIX}/bin
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/www/ttf2eot/distinfo b/www/ttf2eot/distinfo
deleted file mode 100644
index 02183be9cf6d..000000000000
--- a/www/ttf2eot/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1487275609
-SHA256 (wget-ttf2eot-v0.0.3-b732f41_GH0.tar.gz) = 51676549aae47611f8a490c9213967ab837f85fd1b06b5521d9c241aaa60dd40
-SIZE (wget-ttf2eot-v0.0.3-b732f41_GH0.tar.gz) = 158382
diff --git a/www/ttf2eot/files/patch-OpenTypeUtilities.cpp b/www/ttf2eot/files/patch-OpenTypeUtilities.cpp
deleted file mode 100644
index 70663f3192ca..000000000000
--- a/www/ttf2eot/files/patch-OpenTypeUtilities.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- OpenTypeUtilities.cpp.orig	2017-02-10 20:28:02.186321000 -0800
-+++ OpenTypeUtilities.cpp	2017-02-10 20:34:22.986633000 -0800
-@@ -27,6 +27,7 @@
- 
- #include <string.h>
- #include <vector>
-+#include <cstddef>
- 
- #ifndef _MSC_VER
- # include <stdint.h>
-@@ -178,7 +179,7 @@
-     dst[i] = 0;
- }
- 
--bool getEOTHeader(unsigned char* fontData, size_t fontSize, vector<uint8_t>& eotHeader, size_t& overlayDst, size_t& overlaySrc, size_t& overlayLength)
-+bool getEOTHeader(unsigned char* fontData, size_t fontSize, vector<uint8_t>&eotHeader, size_t&overlayDst, size_t&overlaySrc, size_t&overlayLength)
- {
-     overlayDst = 0;
-     overlaySrc = 0;
diff --git a/www/ttf2eot/pkg-descr b/www/ttf2eot/pkg-descr
deleted file mode 100644
index df8b1ddc3b08..000000000000
--- a/www/ttf2eot/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Very small utility that converts TTF fonts to EOT fonts
-especially suited for Internet Explorer.
-EOT fonts are used by Internet Explorer to support the
-css @font-face declarations.