Date: Thu, 04 Dec 2025 20:11:31 +0000 From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5243d9f14693 - main - devel/libavl: Remove expired port Message-ID: <6931eaf3.27dc0.82c3306@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=5243d9f14693853e4545a7f132a302bc656f60fd commit 5243d9f14693853e4545a7f132a302bc656f60fd Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-12-04 20:11:12 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-12-04 20:11:12 +0000 devel/libavl: Remove expired port 2025-12-01 devel/libavl: Since 2002 libavl is no longer distributed as a shared library. --- MOVED | 1 + devel/Makefile | 1 - devel/libavl/Makefile | 19 ------------------- devel/libavl/distinfo | 2 -- devel/libavl/pkg-descr | 5 ----- devel/libavl/pkg-plist | 5 ----- 6 files changed, 1 insertion(+), 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.hhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6931eaf3.27dc0.82c3306>
