aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-12-04 20:11:12 +0000
committerRene Ladan <rene@FreeBSD.org>2025-12-04 20:11:12 +0000
commit5243d9f14693853e4545a7f132a302bc656f60fd (patch)
treebf7e267aa6a7b8bbd6ee11d576ce4737e4473a69
parentbcbde69a5a8499cd75c453eb88bf7fcfbe718771 (diff)
devel/libavl: Remove expired port
2025-12-01 devel/libavl: Since 2002 libavl is no longer distributed as a shared library.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/libavl/Makefile19
-rw-r--r--devel/libavl/distinfo2
-rw-r--r--devel/libavl/pkg-descr5
-rw-r--r--devel/libavl/pkg-plist5
6 files changed, 1 insertions, 32 deletions
diff --git a/MOVED b/MOVED
index 8933f08d255f..50874fbbce18 100644
--- a/MOVED
+++ b/MOVED
@@ -4879,3 +4879,4 @@ games/dose-response||2025-12-01|Has expired: fails to build with rust-1.91.0 and
textproc/moar|textproc/moor|2025-12-01|Has expired: Upstream renamed to moor, use textproc/moor instead
accessibility/gammy||2025-12-01|Has expired: Abandoned and unfetchable
mail/mu4e-maildirs|mail/mu|2025-12-01|Has expired: Upstream discourages using this software and recommends feature now integrated into mail/mu
+devel/libavl||2025-12-04|Has expired: Since 2002 libavl is no longer distributed as a shared library
diff --git a/devel/Makefile b/devel/Makefile
index 99a7f52b685c..24ca055040f2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1227,7 +1227,6 @@
SUBDIR += libastylej
SUBDIR += libastylej-arduino
SUBDIR += libatomic_ops
- SUBDIR += libavl
SUBDIR += libayatana-appindicator
SUBDIR += libayatana-indicator
SUBDIR += libb2
diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile
deleted file mode 100644
index 4ce868052cff..000000000000
--- a/devel/libavl/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= libavl
-PORTVERSION= 1.4.0
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= GNU/avl
-DISTNAME= avl-${PORTVERSION}
-
-MAINTAINER= rodrigo@FreeBSD.org
-COMMENT= Library for balanced binary trees
-WWW= https://adtinfo.org/
-
-DEPRECATED= Since 2002 libavl is no longer distributed as a shared library.
-EXPIRATION_DATE= 2025-12-01
-
-GNU_CONFIGURE= yes
-
-INFO= avl
-
-.include <bsd.port.mk>
diff --git a/devel/libavl/distinfo b/devel/libavl/distinfo
deleted file mode 100644
index af163adda3a7..000000000000
--- a/devel/libavl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (avl-1.4.0.tar.gz) = 8f6a368bad72dac4fd2586dc7a8419d47abcbbc44f4780ef1efdedbf9c42831f
-SIZE (avl-1.4.0.tar.gz) = 128589
diff --git a/devel/libavl/pkg-descr b/devel/libavl/pkg-descr
deleted file mode 100644
index 8007e4ff34ce..000000000000
--- a/devel/libavl/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-GNU libavl, a library for balanced binary trees. Balanced binary trees
-provide guaranteed O(lg n) performance for list insertion, deletion, and
-search operations. libavl is the most complete free balanced binary tree
-library on the net today, supporting AVL trees in plain, threaded, and
-right-threaded forms as well as plain red-black trees.
diff --git a/devel/libavl/pkg-plist b/devel/libavl/pkg-plist
deleted file mode 100644
index 8ce0d1cdbfbe..000000000000
--- a/devel/libavl/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/libavl.a
-include/avl.h
-include/avlt.h
-include/avltr.h
-include/rb.h