Commit f18f2353 authored by Rene Ladan's avatar Rene Ladan
Browse files

net/libyang: Remove expired port

2026-06-30 net/libyang: No longer maintained
parent 1a418707
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5449,3 +5449,4 @@ audio/murmur|audio/mumble-server|2026-06-30|Has expired: 1.3 is deprecated by up
www/forgejo14|www/forgejo-lts|2026-06-30|Has expired: Unsupported, please switch to www/forgejo or www/forgejo-lts
net/unison248||2026-06-30|Has expired: Legacy release unsupported by upstream
databases/adminer||2026-06-30|Has expired: Project's poor security practices
net/libyang||2026-06-30|Has expired: No longer maintained
+0 −1
Original line number Diff line number Diff line
@@ -440,7 +440,6 @@
    SUBDIR += libusrsctp
    SUBDIR += libvncserver
    SUBDIR += libwebsockets
    SUBDIR += libyang
    SUBDIR += libyang2
    SUBDIR += libyang3
    SUBDIR += libzapojit

net/libyang/Makefile

deleted100644 → 0
+0 −34
Original line number Diff line number Diff line
PORTNAME=	libyang
PORTVERSION=	1.0.240
DISTVERSIONPREFIX=	v
CATEGORIES=	net

MAINTAINER=	olivier@FreeBSD.org
COMMENT=	YANG data modeling language library
WWW=		https://github.com/CESNET/libyang

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	No longer maintained
EXPIRATION_DATE=2026-06-30

LIB_DEPENDS=	libpcre.so:devel/pcre
TEST_DEPENDS=	cmocka>0:sysutils/cmocka

USES=	cmake compiler:c++11-lang cpe pkgconfig
CPE_VENDOR=	cesnet
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	CESNET

CMAKE_ARGS+=	-DENABLE_LYD_PRIV=ON

TEST_TARGET=	test

OPTIONS_DEFINE=	TEST

TEST_CMAKE_BOOL=	ENABLE_BUILD_TESTS

.include <bsd.port.mk>

net/libyang/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1634122288
SHA256 (CESNET-libyang-v1.0.240_GH0.tar.gz) = 8576cad398b451b1c622b0652a2030fcf83ee1d9a39e6cd93d17b0a5a43118d6
SIZE (CESNET-libyang-v1.0.240_GH0.tar.gz) = 1667619

net/libyang/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
libyang is a YANG data modelling language parser and toolkit written
(and providing API) in C.
Loading