diff options
author | nia <nia@pkgsrc.org> | 2020-03-04 20:30:50 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-04 20:30:50 +0000 |
commit | d8121d1fb055085890218c7917ad59588526438a (patch) | |
tree | 5d44c0c6b6870886dd10c9d46b194591937c32fa /misc | |
parent | 66847dc737cd52d40de5b8456e4f6bf64927962a (diff) | |
download | pkgsrc-d8121d1fb055085890218c7917ad59588526438a.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 | ||||
-rw-r--r-- | misc/abduco/DESCR | 6 | ||||
-rw-r--r-- | misc/abduco/Makefile | 18 | ||||
-rw-r--r-- | misc/abduco/PLIST | 3 | ||||
-rw-r--r-- | misc/abduco/distinfo | 6 |
5 files changed, 35 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 24ecbca57be..e1982ca3cb5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/abduco/DESCR b/misc/abduco/DESCR new file mode 100644 index 00000000000..134c9a5e272 --- /dev/null +++ b/misc/abduco/DESCR @@ -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 --git a/misc/abduco/Makefile b/misc/abduco/Makefile new file mode 100644 index 00000000000..7fb86d02371 --- /dev/null +++ b/misc/abduco/Makefile @@ -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" diff --git a/misc/abduco/PLIST b/misc/abduco/PLIST new file mode 100644 index 00000000000..c0680350f90 --- /dev/null +++ b/misc/abduco/PLIST @@ -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 --git a/misc/abduco/distinfo b/misc/abduco/distinfo new file mode 100644 index 00000000000..8d5e110108e --- /dev/null +++ b/misc/abduco/distinfo @@ -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 |