diff --git a/MOVED b/MOVED index 87085dec210d6..248430756c2ef 100644 --- a/MOVED +++ b/MOVED @@ -7689,3 +7689,4 @@ sysutils/mcollective-nettest-client||2023-06-30|Has expired: Depends on broken s sysutils/mcollective-nettest-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective 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 diff --git a/sysutils/Makefile b/sysutils/Makefile index bd4fe621f1b18..e120edc14a6be 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -738,7 +738,6 @@ SUBDIR += mcollective-puppet-common SUBDIR += mcollective-service-common SUBDIR += mcollective-shell-agent - SUBDIR += mcollective-shell-client SUBDIR += mcron SUBDIR += mcweject SUBDIR += mdf2iso diff --git a/sysutils/mcollective-shell-client/Makefile b/sysutils/mcollective-shell-client/Makefile deleted file mode 100644 index f2142bcca899c..0000000000000 --- a/sysutils/mcollective-shell-client/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= mcollective-shell-client -PORTVERSION= 0.0.2 -CATEGORIES= sysutils - -MAINTAINER= robak@FreeBSD.org -COMMENT= MCollective shell client 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 -GH_PROJECT= mcollective-shell-agent - -PLIST_FILES= share/mcollective/application/shell/watcher.rb \ - share/mcollective/application/shell/prefix_stream_buf.rb \ - share/mcollective/application/shell.rb -PLIST_DIRS= share/mcollective/application/shell - -NO_BUILD= yes - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRS} - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/watcher.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/ - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/prefix_stream_buf.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/ - ${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/ - -.include diff --git a/sysutils/mcollective-shell-client/distinfo b/sysutils/mcollective-shell-client/distinfo deleted file mode 100644 index 9f98d9c28a85c..0000000000000 --- a/sysutils/mcollective-shell-client/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-client/pkg-descr b/sysutils/mcollective-shell-client/pkg-descr deleted file mode 100644 index 26a04d8559cf7..0000000000000 --- a/sysutils/mcollective-shell-client/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The shell client allows you to get commands executed via MCollective's -mcollective-shell-agent plugin. - -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)