Received: by mail.netbsd.org (Postfix, from userid 605) id 9524484D3A; Wed, 4 Mar 2020 20:30:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C36084D28 for ; Wed, 4 Mar 2020 20:30:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id egZ0CuYl3tWY for ; Wed, 4 Mar 2020 20:30:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7ED5484CDA for ; Wed, 4 Mar 2020 20:30:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7854EFBF4; Wed, 4 Mar 2020 20:30:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583353850119970" MIME-Version: 1.0 Date: Wed, 4 Mar 2020 20:30:50 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200304203050.7854EFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1583353850119970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Mar 4 20:30:50 UTC 2020 Modified Files: pkgsrc/misc: Makefile Added Files: pkgsrc/misc/abduco: DESCR Makefile PLIST distinfo Log Message: misc: Add abduco. abduco provides session management i.e. it allows programs to be run independently from their controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen. To generate a diff of this commit: cvs rdiff -u -r1.537 -r1.538 pkgsrc/misc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/misc/abduco/DESCR pkgsrc/misc/abduco/Makefile \ pkgsrc/misc/abduco/PLIST pkgsrc/misc/abduco/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583353850119970 Content-Disposition: inline Content-Length: 2575 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.537 pkgsrc/misc/Makefile:1.538 --- pkgsrc/misc/Makefile:1.537 Wed Jan 22 00:11:53 2020 +++ pkgsrc/misc/Makefile Wed Mar 4 20:30:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.537 2020/01/22 00:11:53 pho Exp $ +# $NetBSD: Makefile,v 1.538 2020/03/04 20:30:50 nia Exp $ # COMMENT= Miscellaneous utilities @@ -10,6 +10,7 @@ SUBDIR+= JMdict SUBDIR+= R-Hmisc SUBDIR+= R-pillar SUBDIR+= R-praise +SUBDIR+= abduco SUBDIR+= ansiweather SUBDIR+= ascii SUBDIR+= asr-manpages Added files: Index: pkgsrc/misc/abduco/DESCR diff -u /dev/null pkgsrc/misc/abduco/DESCR:1.1 --- /dev/null Wed Mar 4 20:30:50 2020 +++ pkgsrc/misc/abduco/DESCR Wed Mar 4 20:30:50 2020 @@ -0,0 +1,6 @@ +abduco provides session management i.e. it allows programs to be run +independently from their controlling terminal. That is programs can be +detached - run in the background - and then later reattached. + +Together with dvtm it provides a simpler and cleaner alternative to tmux or +screen. Index: pkgsrc/misc/abduco/Makefile diff -u /dev/null pkgsrc/misc/abduco/Makefile:1.1 --- /dev/null Wed Mar 4 20:30:50 2020 +++ pkgsrc/misc/abduco/Makefile Wed Mar 4 20:30:50 2020 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2020/03/04 20:30:50 nia Exp $ + +DISTNAME= abduco-0.6 +CATEGORIES= misc +MASTER_SITES= https://www.brain-dump.org/projects/abduco/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.brain-dump.org/projects/abduco/ +COMMENT= Tool for session {at,de}tach support +LICENSE= isc + +USE_TOOLS+= gmake + +MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} + +CFLAGS.NetBSD+= -D_NETBSD_SOURCE + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/misc/abduco/PLIST diff -u /dev/null pkgsrc/misc/abduco/PLIST:1.1 --- /dev/null Wed Mar 4 20:30:50 2020 +++ pkgsrc/misc/abduco/PLIST Wed Mar 4 20:30:50 2020 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2020/03/04 20:30:50 nia Exp $ +bin/abduco +man/man1/abduco.1 Index: pkgsrc/misc/abduco/distinfo diff -u /dev/null pkgsrc/misc/abduco/distinfo:1.1 --- /dev/null Wed Mar 4 20:30:50 2020 +++ pkgsrc/misc/abduco/distinfo Wed Mar 4 20:30:50 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/03/04 20:30:50 nia Exp $ + +SHA1 (abduco-0.6.tar.gz) = 5dc3eaaa8d6ea54e22378468652dc9b4bb759641 +RMD160 (abduco-0.6.tar.gz) = 71d1ad650bd96e784fc8fbed4e93547b0e313738 +SHA512 (abduco-0.6.tar.gz) = 3b70a5cc10f0a2743dcbdf6eebdcfcee0e4f4ff8c6ce0bf0aa9f55c3fa85ab43aa659997735e063eab36aba69f91be7bb5519f3f632bff1b9098f5179165c1f2 +Size (abduco-0.6.tar.gz) = 15829 bytes --_----------=_1583353850119970--