pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add nq, chneukirchen's command-line queueing tool.
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By: cfkoch
Date: Sun Jan 22 16:07:13 2017 -0800
Changeset: fd86e4b37633aa88a32d35343e6ae8eb5e6bb827
Modified Files:
Makefile
Added Files:
nq/DESCR
nq/Makefile
nq/PLIST
nq/distinfo
Log Message:
Add nq, chneukirchen's command-line queueing tool.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd86e4b37633aa88a32d35343e6ae8eb5e6bb827
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
nq/DESCR | 8 ++++++++
nq/Makefile | 19 +++++++++++++++++++
nq/PLIST | 7 +++++++
nq/distinfo | 6 ++++++
5 files changed, 41 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a57b2e6..74c6727 100644
--- a/Makefile
+++ b/Makefile
@@ -2027,6 +2027,7 @@ SUBDIR+= nos-tun
SUBDIR+= nostromo
SUBDIR+= notify-sharp
SUBDIR+= noto-cjk
+SUBDIR+= nq
SUBDIR+= nqp
SUBDIR+= nrg4iso
SUBDIR+= nsc2ke
diff --git a/nq/DESCR b/nq/DESCR
new file mode 100644
index 0000000..3ca897d
--- /dev/null
+++ b/nq/DESCR
@@ -0,0 +1,8 @@
+These small utilities allow creating very lightweight job queue systems
+which require no setup, maintenance, supervision, or any long-running
+processes.
+
+The intended purpose is ad-hoc queuing of command lines (e.g. for building
+several targets of a Makefile, downloading multiple files one at a time,
+running benchmarks in several configurations, or simply as a glorified
+`nohup`), but as any good Unix tool, it can be abused for whatever you like.
diff --git a/nq/Makefile b/nq/Makefile
new file mode 100644
index 0000000..f5e17be
--- /dev/null
+++ b/nq/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+GITHUB_TAG= b975f8a0571797ee527d534d337b1b1063619d38
+DISTNAME= nq-${GITHUB_TAG}
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=christiank/}
+
+MAINTAINER= cfkoch%edgebsd.org@localhost
+COMMENT= Command line queueing utility
+HOMEPAGE= https://github.com/chneukirchen/nq/
+LICENSE= public-domain
+
+EXTRACT_USING= gtar
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+INSTALL_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
+
+.include "../../mk/bsd.pkg.mk"
+
diff --git a/nq/PLIST b/nq/PLIST
new file mode 100644
index 0000000..6d97994
--- /dev/null
+++ b/nq/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/fq
+bin/nq
+bin/tq
+man/man1/fq.1
+man/man1/nq.1
+man/man1/tq.1
diff --git a/nq/distinfo b/nq/distinfo
new file mode 100644
index 0000000..f19fcbc
--- /dev/null
+++ b/nq/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nq-b975f8a0571797ee527d534d337b1b1063619d38-b975f8a0571797ee527d534d337b1b1063619d38.tar.gz) = 505e9f1e90f22c48cf7345203ab755d77f5c53ba
+RMD160 (nq-b975f8a0571797ee527d534d337b1b1063619d38-b975f8a0571797ee527d534d337b1b1063619d38.tar.gz) = 2e769199a947d444596da651df793c713f14a851
+SHA512 (nq-b975f8a0571797ee527d534d337b1b1063619d38-b975f8a0571797ee527d534d337b1b1063619d38.tar.gz) = 6c555693725b12e61be8ba7c6b2249b67bc73c55b51980d89660dbc628e0c89d6323187ca56b452b9b360d5c72d6bedebdd021388e8548d0bd2f8b242f1e0c66
+Size (nq-b975f8a0571797ee527d534d337b1b1063619d38-b975f8a0571797ee527d534d337b1b1063619d38.tar.gz) = 10445 bytes
Home |
Main Index |
Thread Index |
Old Index