Add nq, chneukirchen's command-line queueing tool.

This commit is contained in:
Charlotte Koch 2017-01-22 16:07:13 -08:00
parent e05a75a9fd
commit fd86e4b376
5 changed files with 41 additions and 0 deletions

View file

@ -2027,6 +2027,7 @@ SUBDIR+= nos-tun
SUBDIR+= nostromo
SUBDIR+= notify-sharp
SUBDIR+= noto-cjk
SUBDIR+= nq
SUBDIR+= nqp
SUBDIR+= nrg4iso
SUBDIR+= nsc2ke

8
nq/DESCR Normal file
View file

@ -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.

19
nq/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $NetBSD$
GITHUB_TAG= b975f8a0571797ee527d534d337b1b1063619d38
DISTNAME= nq-${GITHUB_TAG}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=christiank/}
MAINTAINER= cfkoch@edgebsd.org
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"

7
nq/PLIST Normal file
View file

@ -0,0 +1,7 @@
@comment $NetBSD$
bin/fq
bin/nq
bin/tq
man/man1/fq.1
man/man1/nq.1
man/man1/tq.1

6
nq/distinfo Normal file
View file

@ -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