Commit 104faa26 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/cpp-hocon: Remove expired port

2025-05-09 devel/cpp-hocon: Project got archived
parent 5b324db3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4401,3 +4401,4 @@ net/cpp-pcp-client||2025-05-09|Has expired: Project got archived, broken
sysutils/puppetserver7||2025-05-10|Has expired: Reached EOL
sysutils/puppet7||2025-05-10|Has expired: Reached EOL
sysutils/facter||2025-05-10|Has expired: Reached EOL
devel/cpp-hocon||2025-05-10|Has expired: Project got archived
+0 −1
Original line number Diff line number Diff line
@@ -504,7 +504,6 @@
    SUBDIR += covtool
    SUBDIR += cpan-upload
    SUBDIR += cpan-upload-http
    SUBDIR += cpp-hocon
    SUBDIR += cpp-netlib
    SUBDIR += cpp-utilities
    SUBDIR += cpp2py

devel/cpp-hocon/Makefile

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
PORTNAME=	cpp-hocon
PORTVERSION=	0.3.0
PORTREVISION=	9
CATEGORIES=	devel

MAINTAINER=	puppet@FreeBSD.org
COMMENT=	C++ configuration library
WWW=		https://github.com/puppetlabs/cpp-hocon

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Project got archived
EXPIRATION_DATE=2025-05-09

LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
		libleatherman_util.so:devel/leatherman

USES=		cmake:noninja compiler:c++11-lang
USE_GITHUB=	yes
GH_ACCOUNT=	puppetlabs

PLIST_SUB+=	PORTVERSION="${PORTVERSION}"

CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=SHARED
CMAKE_OFF=	ENABLE_CXX_WERROR
TEST_TARGET=	test
USE_LDCONFIG=	yes

.include <bsd.port.mk>

devel/cpp-hocon/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1594767157
SHA256 (puppetlabs-cpp-hocon-0.3.0_GH0.tar.gz) = dab02354046f05aca6275c746d7583ee5f71853aa5b1d93529564632e184c3dd
SIZE (puppetlabs-cpp-hocon-0.3.0_GH0.tar.gz) = 159032

devel/cpp-hocon/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
A C++ implementation of the HOCON configuration file format.
Loading