diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-05-09 20:24:39 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-05-09 20:24:39 +0000 |
| commit | 6048805c2aa5c45852d4f3e297c5b2257c291f8a (patch) | |
| tree | f6bc538f86bb590f237ae62f16a52376c8c09443 | |
| parent | 802da23bff2ac41813992c05f693f43c415e496d (diff) | |
sysutils/pxp-agent: Remove expired port
2025-05-08 sysutils/pxp-agent: Project got archived, dependencies are broken
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | sysutils/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/pxp-agent/Makefile | 31 | ||||
| -rw-r--r-- | sysutils/pxp-agent/distinfo | 3 | ||||
| -rw-r--r-- | sysutils/pxp-agent/files/patch-cmake_FindCPPHOCON.cmake | 9 | ||||
| -rw-r--r-- | sysutils/pxp-agent/files/patch-cmake_Findcpp-pcp-client.cmake | 9 | ||||
| -rw-r--r-- | sysutils/pxp-agent/files/patch-modules_pxp-module-puppet | 8 | ||||
| -rw-r--r-- | sysutils/pxp-agent/pkg-descr | 3 | ||||
| -rw-r--r-- | sysutils/pxp-agent/pkg-plist | 7 |
9 files changed, 1 insertions, 71 deletions
@@ -4396,3 +4396,4 @@ www/dot-http||2025-05-05|Remove broken, unmaintained upstream port security/linux-rl9-libxcrypt|emulators/linux_base-rl9|2025-05-06|Integrated into linux_base-rl9 graphics/quat-gui||2025-05-06|Has expired: Last upstream release was in 2003 mail/py-milter|mail/py-pymilter|2025-05-08|Renamed to match upstream PyPI package name +sysutils/pxp-agent||2025-05-09|Has expired: Project got archived, dependencies are broken diff --git a/sysutils/Makefile b/sysutils/Makefile index 9beb4847030b..0c55f421a6b4 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -996,7 +996,6 @@ SUBDIR += pwol SUBDIR += pwsafe SUBDIR += pxattr - SUBDIR += pxp-agent SUBDIR += py-ansible-compat SUBDIR += py-ansible-core SUBDIR += py-ansible-lint diff --git a/sysutils/pxp-agent/Makefile b/sysutils/pxp-agent/Makefile deleted file mode 100644 index 5bc6f61f9cd1..000000000000 --- a/sysutils/pxp-agent/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= pxp-agent -PORTVERSION= 1.15.23 -PORTREVISION= 2 -CATEGORIES= sysutils - -MAINTAINER= puppet@FreeBSD.org -COMMENT= PCP eXecution Protocol Agent -WWW= https://github.com/puppetlabs/pxp-agent - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Project got archived, dependencies are broken -EXPIRATION_DATE=2025-05-08 - -LIB_DEPENDS= liblibcpp-pcp-client.so:net/cpp-pcp-client \ - libboost_thread.so:devel/boost-libs \ - liblibcpp-hocon.so:devel/cpp-hocon \ - libleatherman_util.so:devel/leatherman - -USES= cmake compiler:c++11-lang shebangfix ssl -USE_GITHUB= yes - -GH_ACCOUNT= puppetlabs - -CMAKE_OFF= ENABLE_CXX_WERROR -LDFLAGS+= -lthr -SHEBANG_FILES= exe/apply_ruby_shim.rb -ruby_OLD_CMD= /opt/puppetlabs/puppet/bin/ruby - -.include <bsd.port.mk> diff --git a/sysutils/pxp-agent/distinfo b/sysutils/pxp-agent/distinfo deleted file mode 100644 index 78d84f4a8210..000000000000 --- a/sysutils/pxp-agent/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1730781867 -SHA256 (puppetlabs-pxp-agent-1.15.23_GH0.tar.gz) = 077a247a8890f2f6c772060f530e052091dc93ee1c8e1a9c06c29800f44aa6e0 -SIZE (puppetlabs-pxp-agent-1.15.23_GH0.tar.gz) = 320289 diff --git a/sysutils/pxp-agent/files/patch-cmake_FindCPPHOCON.cmake b/sysutils/pxp-agent/files/patch-cmake_FindCPPHOCON.cmake deleted file mode 100644 index 19d4419de3ab..000000000000 --- a/sysutils/pxp-agent/files/patch-cmake_FindCPPHOCON.cmake +++ /dev/null @@ -1,9 +0,0 @@ ---- cmake/FindCPPHOCON.cmake.orig 2018-09-28 17:04:38 UTC -+++ cmake/FindCPPHOCON.cmake -@@ -1,5 +1,5 @@ - include(FindDependency) --find_dependency(CPPHOCON DISPLAY "cpp-hocon" HEADERS "hocon/config.hpp" LIBRARIES "libcpp-hocon.a") -+find_dependency(CPPHOCON DISPLAY "cpp-hocon" HEADERS "hocon/config.hpp" LIBRARIES "liblibcpp-hocon.so") - - include(FeatureSummary) - set_package_properties(CPPHOCON PROPERTIES DESCRIPTION "A C++ parser for the HOCON configuration language" URL "https://github.com/puppetlabs/cpp-hocon") diff --git a/sysutils/pxp-agent/files/patch-cmake_Findcpp-pcp-client.cmake b/sysutils/pxp-agent/files/patch-cmake_Findcpp-pcp-client.cmake deleted file mode 100644 index 117bd2ca599a..000000000000 --- a/sysutils/pxp-agent/files/patch-cmake_Findcpp-pcp-client.cmake +++ /dev/null @@ -1,9 +0,0 @@ ---- cmake/Findcpp-pcp-client.cmake.orig 2018-09-28 17:04:38 UTC -+++ cmake/Findcpp-pcp-client.cmake -@@ -2,5 +2,5 @@ include(FindDependency) - find_dependency(cpp-pcp-client - DISPLAY "cpp-pcp-client" - HEADERS "cpp-pcp-client/connector/connection.hpp" -- LIBRARIES "libcpp-pcp-client.so" "libcpp-pcp-client.dylib" "cpp-pcp-client" -+ LIBRARIES "liblibcpp-pcp-client.so" "libcpp-pcp-client.dylib" "cpp-pcp-client" - REQUIRED) diff --git a/sysutils/pxp-agent/files/patch-modules_pxp-module-puppet b/sysutils/pxp-agent/files/patch-modules_pxp-module-puppet deleted file mode 100644 index a4aa813673de..000000000000 --- a/sysutils/pxp-agent/files/patch-modules_pxp-module-puppet +++ /dev/null @@ -1,8 +0,0 @@ ---- modules/pxp-module-puppet.orig 2018-09-28 17:04:38 UTC -+++ modules/pxp-module-puppet -@@ -1,4 +1,4 @@ --#!/opt/puppetlabs/puppet/bin/ruby -+#!/usr/bin/env ruby - # encoding: UTF-8 - - require 'json' diff --git a/sysutils/pxp-agent/pkg-descr b/sysutils/pxp-agent/pkg-descr deleted file mode 100644 index 31cb324d80f3..000000000000 --- a/sysutils/pxp-agent/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is the agent for the PCP Execution Protocol (PXP), based on the the Puppet -Communications Protocol (PCP). It enables the execution of actions on remote -nodes. diff --git a/sysutils/pxp-agent/pkg-plist b/sysutils/pxp-agent/pkg-plist deleted file mode 100644 index 26dc8dcdeb16..000000000000 --- a/sysutils/pxp-agent/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/PowershellShim-Helper.ps1 -bin/PowershellShim.ps1 -bin/apply_ruby_shim.rb -bin/execution_wrapper -bin/pxp-agent -lib/libpxp-agent.a -pxp-agent/modules/pxp-module-puppet |
