pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc misc: Add abduco.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44d200573a9c
branches:  trunk
changeset: 412339:44d200573a9c
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Mar 04 20:30:50 2020 +0000

description:
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.

diffstat:

 misc/Makefile        |   3 ++-
 misc/abduco/DESCR    |   6 ++++++
 misc/abduco/Makefile |  18 ++++++++++++++++++
 misc/abduco/PLIST    |   3 +++
 misc/abduco/distinfo |   6 ++++++
 5 files changed, 35 insertions(+), 1 deletions(-)

diffs (66 lines):

diff -r 3d4d627b43d9 -r 44d200573a9c misc/Makefile
--- a/misc/Makefile     Wed Mar 04 19:25:14 2020 +0000
+++ b/misc/Makefile     Wed Mar 04 20:30:50 2020 +0000
@@ -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+=       R-Hmisc
 SUBDIR+=       R-pillar
 SUBDIR+=       R-praise
+SUBDIR+=       abduco
 SUBDIR+=       ansiweather
 SUBDIR+=       ascii
 SUBDIR+=       asr-manpages
diff -r 3d4d627b43d9 -r 44d200573a9c misc/abduco/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/abduco/DESCR Wed Mar 04 20:30:50 2020 +0000
@@ -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.
diff -r 3d4d627b43d9 -r 44d200573a9c misc/abduco/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/abduco/Makefile      Wed Mar 04 20:30:50 2020 +0000
@@ -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@localhost
+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"
diff -r 3d4d627b43d9 -r 44d200573a9c misc/abduco/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/abduco/PLIST Wed Mar 04 20:30:50 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/04 20:30:50 nia Exp $
+bin/abduco
+man/man1/abduco.1
diff -r 3d4d627b43d9 -r 44d200573a9c misc/abduco/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/abduco/distinfo      Wed Mar 04 20:30:50 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index