pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rset: import rset-2.1 as sysutils/rset
Module Name: pkgsrc-wip
Committed By: Travis Paul <tr%vispaul.me@localhost>
Pushed By: tpaul
Date: Sat Jun 12 00:16:04 2021 -0400
Changeset: cc786a9f492c7454c362c8f3fd91b878e9f6506d
Modified Files:
Makefile
Added Files:
rset/DESCR
rset/Makefile
rset/PLIST
rset/distinfo
Log Message:
rset: import rset-2.1 as sysutils/rset
Remote Staging Execution Tool
rset(1) operates by staging files on a remote system, then executing
instructions embedded in the pln(5) files. Any interpreter capable of running
scripts read over a pipe may be specified.
The bundled utilities rinstall(1) and rsub(1) provide an easy means of
installing and modifying configuration files, and capabilities are added by
writing utility scripts which are sent along with configuration data.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc786a9f492c7454c362c8f3fd91b878e9f6506d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
rset/DESCR | 9 +++++++++
rset/Makefile | 14 ++++++++++++++
rset/PLIST | 12 ++++++++++++
rset/distinfo | 6 ++++++
5 files changed, 42 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a9c51c093a..145d249a0f 100644
--- a/Makefile
+++ b/Makefile
@@ -4954,6 +4954,7 @@ SUBDIR+= rpki-git
SUBDIR+= rpm5
SUBDIR+= rsclock
SUBDIR+= rsem
+SUBDIR+= rset
SUBDIR+= rsget
SUBDIR+= rsound
SUBDIR+= rsstail
diff --git a/rset/DESCR b/rset/DESCR
new file mode 100644
index 0000000000..628d0353f6
--- /dev/null
+++ b/rset/DESCR
@@ -0,0 +1,9 @@
+Remote Staging Execution Tool
+
+rset(1) operates by staging files on a remote system, then executing
+instructions embedded in the pln(5) files. Any interpreter capable of running
+scripts read over a pipe may be specified.
+
+The bundled utilities rinstall(1) and rsub(1) provide an easy means of
+installing and modifying configuration files, and capabilities are added by
+writing utility scripts which are sent along with configuration data.
diff --git a/rset/Makefile b/rset/Makefile
new file mode 100644
index 0000000000..7fd9d5c714
--- /dev/null
+++ b/rset/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= rset-2.1
+CATEGORIES= sysutils
+MASTER_SITES= http://scriptedconfiguration.org/code/
+
+MAINTAINER= tpaul%NetBSD.org@localhost
+HOMEPAGE= http://scriptedconfiguration.org/code/
+COMMENT= Configure systems using any scripting language
+LICENSE= isc
+
+HAS_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/rset/PLIST b/rset/PLIST
new file mode 100644
index 0000000000..db6c4225bd
--- /dev/null
+++ b/rset/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+bin/labelgrep
+bin/miniquark
+bin/rinstall
+bin/rset
+bin/rsub
+man/man1/labelgrep.1
+man/man1/miniquark.1
+man/man1/rinstall.1
+man/man1/rset.1
+man/man1/rsub.1
+man/man5/pln.5
diff --git a/rset/distinfo b/rset/distinfo
new file mode 100644
index 0000000000..397c6d54ea
--- /dev/null
+++ b/rset/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rset-2.1.tar.gz) = d950315dd77fe16efa5b202bc51cce869070ae98
+RMD160 (rset-2.1.tar.gz) = 93b9b8a77a4cc659ddc49d79c760af257dfc9156
+SHA512 (rset-2.1.tar.gz) = 57048742d37d4eb96fe8e237d3c0ed7edb1cb5df555a98d50f9252007b1e313a5a566e9dff57ab3961bfbbea840326d8a7513d51d343305a3aa759eaa5c74c2e
+Size (rset-2.1.tar.gz) = 35397 bytes
Home |
Main Index |
Thread Index |
Old Index