git: e108ef605e60 - main - devel/ossp-val: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Aug 2025 10:03:18 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e108ef605e6079ca477a644cd690b21f65b7ee56
commit e108ef605e6079ca477a644cd690b21f65b7ee56
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-08-02 10:03:13 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-08-02 10:03:13 +0000
devel/ossp-val: Remove expired port
2025-07-31 devel/ossp-val: Abandoned upstream, last release in 2005
---
MOVED | 1 +
devel/Makefile | 1 -
devel/ossp-val/Makefile | 29 -----------------------------
devel/ossp-val/distinfo | 2 --
devel/ossp-val/pkg-descr | 5 -----
devel/ossp-val/pkg-plist | 8 --------
6 files changed, 1 insertion(+), 45 deletions(-)
diff --git a/MOVED b/MOVED
index a780154a5909..08a418979363 100644
--- a/MOVED
+++ b/MOVED
@@ -4695,3 +4695,4 @@ devel/scandoc||2025-08-02|Has expired: Abandoned project, last release in in 200
devel/silc-toolkit||2025-08-02|Has expired: Protocol that never got any traction, last release in 2014
devel/ossp-xds||2025-08-02|Has expired: Abandoned upstream, last release in 2005
devel/ossp-al||2025-08-02|Has expired: Obsolete and abandoned upstream, last release in 2005
+devel/ossp-val||2025-08-02|Has expired: Abandoned upstream, last release in 2005
diff --git a/devel/Makefile b/devel/Makefile
index 17e9e99c7cde..f29287e9bc69 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1837,7 +1837,6 @@
SUBDIR += ossp-cfg
SUBDIR += ossp-ex
SUBDIR += ossp-l2
- SUBDIR += ossp-val
SUBDIR += ossp-var
SUBDIR += outcome
SUBDIR += p4
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile
deleted file mode 100644
index 446e5989b7c2..000000000000
--- a/devel/ossp-val/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= val
-PORTVERSION= 0.9.4
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= OSSP/lib/${PORTNAME}
-PKGNAMEPREFIX= ossp-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Flexible name to value mapping library for C variables
-WWW= http://www.ossp.org/pkg/lib/val/
-
-DEPRECATED= Abandoned upstream, last release in 2005
-EXPIRATION_DATE=2025-07-31
-
-LIB_DEPENDS= libex.so:devel/ossp-ex
-
-USES= libtool
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS= --with-ex=${LOCALBASE}
-
-check: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libval.so
-
-.include <bsd.port.mk>
diff --git a/devel/ossp-val/distinfo b/devel/ossp-val/distinfo
deleted file mode 100644
index ad615fad2a58..000000000000
--- a/devel/ossp-val/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (val-0.9.4.tar.gz) = 8471360ea0cf60ddfd012dcfd0951280a7cef5fa74d93c722cd473cf303ec817
-SIZE (val-0.9.4.tar.gz) = 312593
diff --git a/devel/ossp-val/pkg-descr b/devel/ossp-val/pkg-descr
deleted file mode 100644
index a2ede550ef58..000000000000
--- a/devel/ossp-val/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-OSSP val is a flexible name to value mapping library for C variables. It is
-a companion library to OSSP var. It allows one to access C variables through
-name strings, although the C language does neither provide such a dedicated
-facility nor an evaluation construct (which could be used to implement such
-a facility easily).
diff --git a/devel/ossp-val/pkg-plist b/devel/ossp-val/pkg-plist
deleted file mode 100644
index dc696f5cca1a..000000000000
--- a/devel/ossp-val/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/val-config
-include/val.h
-lib/libval.a
-lib/libval.so
-lib/libval.so.9
-lib/libval.so.9.0.24
-share/man/man1/val-config.1.gz
-share/man/man3/val.3.gz