Commit 58afc1e2 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/glrparser: Remove expired port

2025-06-30 devel/glrparser: Unfetchable, unmaintained and upstream is gone
parent ee736db7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4609,3 +4609,4 @@ devel/libaura||2025-06-30|Has expired: Abandonware, upstream is gone and last re
net-mgmt/zabbix5-java||2025-06-30|Has expired: Upstream EOL reaches on 2025-05-31
devel/libcli||2025-06-30|Has expired: Outdated and unmaintained in tree for years
lang/spl||2025-06-30|Has expired: dead upstream
devel/glrparser||2025-06-30|Has expired: Unfetchable, unmaintained and upstream is gone
+0 −1
Original line number Diff line number Diff line
@@ -892,7 +892,6 @@
    SUBDIR += gllvm
    SUBDIR += global
    SUBDIR += glog
    SUBDIR += glrparser
    SUBDIR += gmake
    SUBDIR += gn
    SUBDIR += gnome-builder

devel/glrparser/Makefile

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
PORTNAME=	glrparser
PORTVERSION=	1.4
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://bsd-geek.de/FreeBSD/distfiles/

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>

devel/glrparser/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (glrparser-1.4.tar.gz) = 53d7e5f3d0b75447844e99ee61174c53952fefc3d278fe27b910b1856cc4d15c
SIZE (glrparser-1.4.tar.gz) = 147778
+0 −11
Original line number Diff line number Diff line
--- Makefile.in.orig	Mon Nov 10 10:32:34 2003
+++ Makefile.in	Mon Nov 10 10:32:41 2003
@@ -70,7 +70,7 @@
 SED = @SED@
 VERSION = @VERSION@
 
-SUBDIRS = glr samples doc
+SUBDIRS = glr samples
 EXTRA_DIST = demos
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Loading