git: 299ef2f7d9c6 - main - textproc/cl-meta-sbcl: Remove port, depends on expired and unfetchable textproc/cl-meta
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 11:07:06 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=299ef2f7d9c6468d29281cb78e18ee86cf5594e1
commit 299ef2f7d9c6468d29281cb78e18ee86cf5594e1
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 11:04:57 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 11:06:00 +0000
textproc/cl-meta-sbcl: Remove port, depends on expired and unfetchable textproc/cl-meta
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/cl-meta-sbcl/Makefile | 19 -------------------
textproc/cl-meta-sbcl/pkg-descr | 4 ----
4 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/MOVED b/MOVED
index 30322548c325..610d3118df58 100644
--- a/MOVED
+++ b/MOVED
@@ -3813,3 +3813,4 @@ dns/py-idna_ssl||2025-01-01|Has expired: Upstream repository has been archived o
science/py-nilearn||2025-01-01|Has expired: Depends on expired devel/py-codecov
biology/ncbi-vdb||2025-01-01|Has expired: Very outdated, unmaintained and unsupported upstream
www/grafana9|www/grafana|2025-01-01|Has expired: EOLed upstream
+textproc/cl-meta-sbcl||2025-01-01|Removed, depends on expired and unfetchable textproc/cl-meta
diff --git a/textproc/Makefile b/textproc/Makefile
index 35a9a3140d11..3492a14319c0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -101,7 +101,6 @@
SUBDIR += choose
SUBDIR += chpp
SUBDIR += cl-meta
- SUBDIR += cl-meta-sbcl
SUBDIR += cl-ppcre
SUBDIR += cl-ppcre-ccl
SUBDIR += cl-ppcre-clisp
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile
deleted file mode 100644
index a458ff3dd48d..000000000000
--- a/textproc/cl-meta-sbcl/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= meta
-PORTVERSION= 0.1
-PORTREVISION= 94
-PORTEPOCH= 1
-CATEGORIES= textproc lisp
-PKGNAMEPREFIX= cl-
-DISTFILES= # none
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= Parser generator for Common Lisp
-WWW= http://home.pipeline.com/~hbaker1/Prag-Parse.html
-
-BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta
-RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta
-
-USES= cl
-FASL_TARGET= sbcl
-
-.include <bsd.port.mk>
diff --git a/textproc/cl-meta-sbcl/pkg-descr b/textproc/cl-meta-sbcl/pkg-descr
deleted file mode 100644
index 5c2bfeab6b2d..000000000000
--- a/textproc/cl-meta-sbcl/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-META is builder for recursive descent parsers implemented as a domain
-specific language on top of Common Lisp.
-
-This package installs binaries for SBCL.