git: 7eefeb04b1fb - main - textproc/ekhtml: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 11:30:43 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7eefeb04b1fb70e2dfe4356cdf43424f07150f9f
commit 7eefeb04b1fb70e2dfe4356cdf43424f07150f9f
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-04 11:30:38 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-04 11:30:38 +0000
textproc/ekhtml: Remove expired port
2025-04-30 textproc/ekhtml: Abandonware and obsolete, last release in 2002
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/ekhtml/Makefile | 29 -----------------------------
textproc/ekhtml/distinfo | 2 --
textproc/ekhtml/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/MOVED b/MOVED
index 958525d79767..4d0960e84b53 100644
--- a/MOVED
+++ b/MOVED
@@ -4364,3 +4364,4 @@ textproc/gmetadom||2025-05-04|Has expired: Abandonware, last release in 2007
textproc/flip|converters/dos2unix|2025-05-04|Has expired: Unmaintained and dead upstream, consider using converters/dos2unix
textproc/dom4j||2025-05-04|Has expired: Outdated and unsupported upstream
textproc/domc||2025-05-04|Has expired: Obsolete, doesn't support HTML5, DOM Level 4 and DOM 2020-06
+textproc/ekhtml||2025-05-04|Has expired: Abandonware and obsolete, last release in 2002
diff --git a/textproc/Makefile b/textproc/Makefile
index de7d0526a395..cf0a59d297a1 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -179,7 +179,6 @@
SUBDIR += dwdiff
SUBDIR += easydiff
SUBDIR += ebook-tools
- SUBDIR += ekhtml
SUBDIR += el-aspell
SUBDIR += el-hyphen
SUBDIR += elasticsearch-plugin-head
diff --git a/textproc/ekhtml/Makefile b/textproc/ekhtml/Makefile
deleted file mode 100644
index b3b09b00b91b..000000000000
--- a/textproc/ekhtml/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= ekhtml
-PORTVERSION= 0.3.2
-PORTREVISION= 2
-CATEGORIES= textproc
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= El-Kabong is a speedy, yet forgiving, SAX-style HTML parser
-WWW= https://ekhtml.sourceforge.net/
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Abandonware and obsolete, last release in 2002
-EXPIRATION_DATE=2025-04-30
-
-GNU_CONFIGURE= yes
-USES= gmake libtool
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USE_LDCONFIG= yes
-MAKE_JOBS_UNSAFE= yes
-INSTALL_TARGET= install-strip
-
-PLIST_FILES= include/ekhtml.h lib/libekhtml.a \
- lib/libekhtml.so lib/libekhtml.so.0 \
- lib/libekhtml.so.0.0.0
-
-.include <bsd.port.mk>
diff --git a/textproc/ekhtml/distinfo b/textproc/ekhtml/distinfo
deleted file mode 100644
index 1eafb61add42..000000000000
--- a/textproc/ekhtml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ekhtml-0.3.2.tar.gz) = 1ed1f0166cd56552253cd67abcfa51728ff6b88f39bab742dbf894b2974dc8d6
-SIZE (ekhtml-0.3.2.tar.gz) = 234917
diff --git a/textproc/ekhtml/pkg-descr b/textproc/ekhtml/pkg-descr
deleted file mode 100644
index c935f3c65c49..000000000000
--- a/textproc/ekhtml/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-El-Kabong is a high-speed, forgiving, sax-style HTML parser.
-Its aim is to provide consumers with a very fast, clean,
-lightweight library which parses HTML quickly, while forgiving
-syntactically incorrect tags.