#!/bin/sh # This is a shell archive echo x nq mkdir -p nq > /dev/null 2>&1 echo x nq/Makefile sed 's/^X//' > nq/Makefile << 'SHAR_END' XPORTNAME= nq XDISTVERSIONPREFIX= v XPORTVERSION= 0.3.3 XCATEGORIES= sysutils X XMAINTAINER= jsmith@resonatingmedia.com XCOMMENT= A group of small utilities to run jobs in a queue X XLICENSE= CC0-1.0 XLICENSE_FILE= ${WRKSRC}/COPYING X XUSE_GITHUB= yes XGH_ACCOUNT= slicer69 X X.include SHAR_END echo x nq/distinfo sed 's/^X//' > nq/distinfo << 'SHAR_END' XTIMESTAMP = 1611973871 XSHA256 (slicer69-nq-v0.3.3_GH0.tar.gz) = 7e1edd17b526b6f6054b8f6997b5029b164748d4ec606e520911714838abbb7b XSIZE (slicer69-nq-v0.3.3_GH0.tar.gz) = 11804 SHAR_END echo x nq/pkg-descr sed 's/^X//' > nq/pkg-descr << 'SHAR_END' XThis port provides the nq (enqueue) command line tools. These tools Xcan be used to create queues of jobs which will run one at at time Xin the background of the shell. Job order and queuing is handled by Xfile locks. X XWWW: https://github.com/leahneukirchen/nq SHAR_END echo x nq/pkg-plist sed 's/^X//' > nq/pkg-plist << 'SHAR_END' Xbin/fq Xbin/nq Xbin/tq Xshare/man/man1/fq.1.gz Xshare/man/man1/nq.1.gz Xshare/man/man1/tq.1.gz SHAR_END exit