git: 53b3d836f597 - main - textproc/domc: Deprecate and set expiration date to 2025-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Mar 2025 20:48:06 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=53b3d836f597c584374345b1594d9e98f2672164 commit 53b3d836f597c584374345b1594d9e98f2672164 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-03-13 20:03:13 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-03-13 20:46:32 +0000 textproc/domc: Deprecate and set expiration date to 2025-04-30 Obsolete, doesn't support HTML5, DOM Level 4 and DOM 2020-06 Reference: https://www.ioplex.com/~miallen/domc/ --- textproc/domc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index dfbbd3950f45..cfcb00f3d191 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -10,6 +10,9 @@ WWW= https://www.ioplex.com/~miallen/domc/ LICENSE= MIT +DEPRECATED= Obsolete, doesn't support HTML5, DOM Level 4 and DOM 2020-06 +EXPIRATION_DATE=2025-04-30 + LIB_DEPENDS= libexpat.so:textproc/expat2 \ libmba.so:devel/libmba