pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

drist: Import drist-1.03 as wip/drist



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Dec 3 10:06:42 2018 +0100
Changeset:	98448cd7d3595767e4e75f14d929ec46a0f927ac

Modified Files:
	Makefile
Added Files:
	drist/DESCR
	drist/Makefile
	drist/PLIST
	drist/TODO
	drist/distinfo

Log Message:
drist: Import drist-1.03 as wip/drist

drist is a tool to configure remote servers using ssh(1) and rsync(1).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98448cd7d3595767e4e75f14d929ec46a0f927ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile       |  1 +
 drist/DESCR    |  1 +
 drist/Makefile | 23 +++++++++++++++++++++++
 drist/PLIST    |  3 +++
 drist/TODO     |  2 ++
 drist/distinfo |  6 ++++++
 6 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 754c8a7b9c..4698dfbf68 100644
--- a/Makefile
+++ b/Makefile
@@ -627,6 +627,7 @@ SUBDIR+=	downtimed
 SUBDIR+=	dpic
 SUBDIR+=	dragbox-git
 SUBDIR+=	dragon
+SUBDIR+=	drist
 SUBDIR+=	drkonqi
 SUBDIR+=	dropbox
 SUBDIR+=	drow
diff --git a/drist/DESCR b/drist/DESCR
new file mode 100644
index 0000000000..42c031cd8e
--- /dev/null
+++ b/drist/DESCR
@@ -0,0 +1 @@
+drist is a tool to configure remote servers using ssh(1) and rsync(1).
diff --git a/drist/Makefile b/drist/Makefile
new file mode 100644
index 0000000000..7329201a72
--- /dev/null
+++ b/drist/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	drist-v1.03
+PKGNAME=	${DISTNAME:S/-v/-/}
+CATEGORIES=	sysutils
+MASTER_SITES=	ftp://ftp.bitreich.org/releases/drist/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	gopher://bitreich.org/1/scm/drist
+COMMENT=	Simple hosts deployment tool
+LICENSE=	2-clause-bsd
+
+USE_TOOLS+=	mktemp:run
+
+DEPENDS+=	rsync-[0-9]*:../../net/rsync
+
+MAKE_FLAGS+=	PREFIX="${PREFIX}"
+MAKE_FLAGS+=	MANDIR="${PREFIX}/${PKGMANDIR}"
+
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/drist/PLIST b/drist/PLIST
new file mode 100644
index 0000000000..59269743f0
--- /dev/null
+++ b/drist/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/drist
+man/man1/drist.1
diff --git a/drist/TODO b/drist/TODO
new file mode 100644
index 0000000000..eff3862232
--- /dev/null
+++ b/drist/TODO
@@ -0,0 +1,2 @@
+Not tested!
+  -- leot (2018/12/03)
diff --git a/drist/distinfo b/drist/distinfo
new file mode 100644
index 0000000000..9bb3db9217
--- /dev/null
+++ b/drist/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (drist-v1.03.tgz) = aae53da4644b21642ab269441bc200cb4ecb2fde
+RMD160 (drist-v1.03.tgz) = 4467f0898d7b83e5aea42282a3b9296828f49e91
+SHA512 (drist-v1.03.tgz) = dcc79ef373fa8b356a40ff03089509b2852742b3b788994bbc66f99e7e98fb69c6883802b8cc2db87d4008f9a3b975392735feb8d402126c0a0efdd758ccbd79
+Size (drist-v1.03.tgz) = 5398 bytes


Home | Main Index | Thread Index | Old Index