git: 104faa263c7a - main - devel/cpp-hocon: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 May 2025 10:44:52 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=104faa263c7a1a32b74c8e3ece3983f0c9dabc67 commit 104faa263c7a1a32b74c8e3ece3983f0c9dabc67 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-05-10 10:44:48 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-05-10 10:44:48 +0000 devel/cpp-hocon: Remove expired port 2025-05-09 devel/cpp-hocon: Project got archived --- MOVED | 1 + devel/Makefile | 1 - devel/cpp-hocon/Makefile | 30 ------------------------------ devel/cpp-hocon/distinfo | 3 --- devel/cpp-hocon/pkg-descr | 1 - devel/cpp-hocon/pkg-plist | 27 --------------------------- 6 files changed, 1 insertion(+), 62 deletions(-) diff --git a/MOVED b/MOVED index 04068c9214f2..3594f6118015 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/devel/Makefile b/devel/Makefile index 8095a26700f4..4a1ce929d876 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -504,7 +504,6 @@ SUBDIR += covtool SUBDIR += cpan-upload SUBDIR += cpan-upload-http - SUBDIR += cpp-hocon SUBDIR += cpp-netlib SUBDIR += cpp-utilities SUBDIR += cpp2py diff --git a/devel/cpp-hocon/Makefile b/devel/cpp-hocon/Makefile deleted file mode 100644 index cfa28a66dd52..000000000000 --- a/devel/cpp-hocon/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -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> diff --git a/devel/cpp-hocon/distinfo b/devel/cpp-hocon/distinfo deleted file mode 100644 index ee85b6f98d78..000000000000 --- a/devel/cpp-hocon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1594767157 -SHA256 (puppetlabs-cpp-hocon-0.3.0_GH0.tar.gz) = dab02354046f05aca6275c746d7583ee5f71853aa5b1d93529564632e184c3dd -SIZE (puppetlabs-cpp-hocon-0.3.0_GH0.tar.gz) = 159032 diff --git a/devel/cpp-hocon/pkg-descr b/devel/cpp-hocon/pkg-descr deleted file mode 100644 index 253a17c91c49..000000000000 --- a/devel/cpp-hocon/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A C++ implementation of the HOCON configuration file format. diff --git a/devel/cpp-hocon/pkg-plist b/devel/cpp-hocon/pkg-plist deleted file mode 100644 index 4a357b05d59e..000000000000 --- a/devel/cpp-hocon/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -include/hocon/config.hpp -include/hocon/config_exception.hpp -include/hocon/config_include_context.hpp -include/hocon/config_includer.hpp -include/hocon/config_includer_file.hpp -include/hocon/config_list.hpp -include/hocon/config_mergeable.hpp -include/hocon/config_object.hpp -include/hocon/config_origin.hpp -include/hocon/config_parse_options.hpp -include/hocon/config_parseable.hpp -include/hocon/config_render_options.hpp -include/hocon/config_resolve_options.hpp -include/hocon/config_syntax.hpp -include/hocon/config_value.hpp -include/hocon/config_value_factory.hpp -include/hocon/export.h -include/hocon/functional_list.hpp -include/hocon/parser/config_document.hpp -include/hocon/parser/config_document_factory.hpp -include/hocon/parser/config_node.hpp -include/hocon/path.hpp -include/hocon/program_options.hpp -include/hocon/types.hpp -include/hocon/version.h -lib/liblibcpp-hocon.so -lib/liblibcpp-hocon.so.%%PORTVERSION%%