aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 04:26:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 04:26:47 +0000
commit535b12fd7d9d9cc328964c4b621d92ec5a5497be (patch)
tree378125069e3ff67accbff658a414dcc46ba80031
parent45c0aaad1fe96f6f68378b69761210e88ac8979b (diff)
downloadports-535b12fd7d9d9cc328964c4b621d92ec5a5497be.tar.gz
ports-535b12fd7d9d9cc328964c4b621d92ec5a5497be.zip
sysutils/mcollective-shell-agent: Remove expired port
2023-06-30 sysutils/mcollective-shell-agent: Depends on broken sysutils/mcollective Approved by: portmgr (blanket)
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/mcollective-shell-agent/Makefile34
-rw-r--r--sysutils/mcollective-shell-agent/distinfo2
-rw-r--r--sysutils/mcollective-shell-agent/pkg-descr6
5 files changed, 1 insertions, 43 deletions
diff --git a/MOVED b/MOVED
index 248430756c2e..4f148ca66c23 100644
--- a/MOVED
+++ b/MOVED
@@ -7690,3 +7690,4 @@ sysutils/mcollective-nettest-agent||2023-06-30|Has expired: Depends on broken sy
sysutils/mcollective-service-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective
sysutils/mcollective-service-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective
sysutils/mcollective-shell-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective
+sysutils/mcollective-shell-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective
diff --git a/sysutils/Makefile b/sysutils/Makefile
index e120edc14a6b..0c1a8f982aca 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -737,7 +737,6 @@
SUBDIR += mcollective-nrpe-common
SUBDIR += mcollective-puppet-common
SUBDIR += mcollective-service-common
- SUBDIR += mcollective-shell-agent
SUBDIR += mcron
SUBDIR += mcweject
SUBDIR += mdf2iso
diff --git a/sysutils/mcollective-shell-agent/Makefile b/sysutils/mcollective-shell-agent/Makefile
deleted file mode 100644
index 7ba6a47f5a5b..000000000000
--- a/sysutils/mcollective-shell-agent/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME= mcollective-shell-agent
-PORTVERSION= 0.0.2
-CATEGORIES= sysutils
-
-MAINTAINER= robak@FreeBSD.org
-COMMENT= MCollective shell agent plugin
-WWW= https://github.com/puppetlabs/mcollective-shell-agent
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= Depends on broken sysutils/mcollective
-EXPIRATION_DATE= 2023-06-30
-
-RUN_DEPENDS= mcollective>=2.2.4:sysutils/mcollective
-
-USE_GITHUB= yes
-GH_ACCOUNT= puppetlabs
-
-PLIST_FILES= share/mcollective/agent/shell/job.rb \
- share/mcollective/agent/shell.rb \
- share/mcollective/agent/shell.ddl
-PLIST_DIRS= share/mcollective/agent/shell
-
-NO_BUILD= yes
-
-do-install:
-
- @${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRS}
- ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/agent/shell/job.rb ${STAGEDIR}${PREFIX}/share/mcollective/agent/shell/
- ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/agent/shell.rb ${STAGEDIR}${PREFIX}/share/mcollective/agent/
- ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/agent/shell.ddl ${STAGEDIR}${PREFIX}/share/mcollective/agent/
-
-.include <bsd.port.mk>
diff --git a/sysutils/mcollective-shell-agent/distinfo b/sysutils/mcollective-shell-agent/distinfo
deleted file mode 100644
index 9f98d9c28a85..000000000000
--- a/sysutils/mcollective-shell-agent/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (puppetlabs-mcollective-shell-agent-0.0.2_GH0.tar.gz) = 08c60644752e969b86459b23818f3b991514be3633141ac0e6e984672d11574f
-SIZE (puppetlabs-mcollective-shell-agent-0.0.2_GH0.tar.gz) = 17984
diff --git a/sysutils/mcollective-shell-agent/pkg-descr b/sysutils/mcollective-shell-agent/pkg-descr
deleted file mode 100644
index 4b9e1d3f9814..000000000000
--- a/sysutils/mcollective-shell-agent/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The shell agent allows you to start and manage shell commands via mcollective.
-
-It allows the running of long-running processes with a mechanism to check in
-on the output from these long-running processes, which is independent of the
-mcollective daemon process (the daemon can be restarted without interrupting
-the processes)