pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc



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.

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



Home | Main Index | Thread Index | Old Index