git: eebcdf0619f5 - main - devel/glrparser: Mark BROKEN, deprecate and set expiration date to 2025-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 May 2025 19:58:23 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=eebcdf0619f5d9338567ca993d4d397f2b8e84ff commit eebcdf0619f5d9338567ca993d4d397f2b8e84ff Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-05-07 00:19:31 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-05-14 19:57:06 +0000 devel/glrparser: Mark BROKEN, deprecate and set expiration date to 2025-06-30 Unfetchable, unmaintained and upstream is gone --- devel/glrparser/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/glrparser/Makefile b/devel/glrparser/Makefile index c88d65c25840..78502dd79ecb 100644 --- a/devel/glrparser/Makefile +++ b/devel/glrparser/Makefile @@ -8,6 +8,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Parser which works with the GLR(0) algorithm WWW= https://nlp.fi.muni.cz/projekty/glr/ +BROKEN= Unfetchable +DEPRECATED= Unfetchable, unmaintained and upstream is gone +EXPIRATION_DATE=2025-06-30 + GNU_CONFIGURE= yes .include <bsd.port.mk>