pkgsrc-WIP-changes archive

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

abduco: Import abduco-0.6 as wip/abduco



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Mar 29 14:38:28 2016 +0200
Changeset:	911178082f950ff5f71f7c14942d38d709a9b464

Modified Files:
	Makefile
Added Files:
	abduco/DESCR
	abduco/Makefile
	abduco/PLIST
	abduco/distinfo

Log Message:
abduco: Import abduco-0.6 as wip/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.

abduco is in many ways very similar to dtach but is a completely independent
implementation which is actively maintained, contains no legacy code, provides
a few additional features, has a cleaner, more robust implementation and is
distributed under the ISC license.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=911178082f950ff5f71f7c14942d38d709a9b464

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 +
 abduco/DESCR    |  9 +++++++++
 abduco/Makefile | 29 +++++++++++++++++++++++++++++
 abduco/PLIST    |  3 +++
 abduco/distinfo |  6 ++++++
 5 files changed, 48 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 55bc3e0..195954c 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ SUBDIR+=	Typewriter
 SUBDIR+=	VASSAL
 SUBDIR+=	WEPCrack
 SUBDIR+=	a2ps-sharatype
+SUBDIR+=	abduco
 SUBDIR+=	accountsservice
 SUBDIR+=	acpiclient
 SUBDIR+=	acpid
diff --git a/abduco/DESCR b/abduco/DESCR
new file mode 100644
index 0000000..cab1fab
--- /dev/null
+++ b/abduco/DESCR
@@ -0,0 +1,9 @@
+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.
+
+abduco is in many ways very similar to dtach but is a completely independent
+implementation which is actively maintained, contains no legacy code, provides
+a few additional features, has a cleaner, more robust implementation and is
+distributed under the ISC license.
diff --git a/abduco/Makefile b/abduco/Makefile
new file mode 100644
index 0000000..6e66025
--- /dev/null
+++ b/abduco/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.14 2016/01/20 14:34:35 leot Exp $
+
+DISTNAME=	abduco-0.6
+CATEGORIES=	misc
+MASTER_SITES=	http://www.brain-dump.org/projects/abduco/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.brain-dump.org/projects/abduco/
+COMMENT=	Session {at,de}tach support
+LICENSE=	isc
+
+USE_LANGUAGES=		c99
+
+SUBST_CLASSES+=		config
+SUBST_STAGE.config=	pre-configure
+SUBST_MESSAGE.config=	Fixing config.mk
+SUBST_FILES.config=	config.mk
+SUBST_SED.config=	-e 's,/usr/local,${PREFIX},'
+SUBST_SED.config+=	-e 's,share/man,${PKGMANDIR},'
+SUBST_SED.config+=	-e 's,^CPPFLAGS =,CPPFLAGS +=,'
+SUBST_SED.config+=	-e 's,^CFLAGS =,CFLAGS +=,'
+SUBST_SED.config+=	-e 's,^LDFLAGS =,LDFLAGS +=,'
+SUBST_SED.config+=	-e 's/cc/${CC:Q}/'
+
+CFLAGS.NetBSD+=	-D_NETBSD_SOURCE	# needed for VLNEXT in <sys/termios.h>
+
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/abduco/PLIST b/abduco/PLIST
new file mode 100644
index 0000000..b64489f
--- /dev/null
+++ b/abduco/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/abduco
+man/man1/abduco.1
diff --git a/abduco/distinfo b/abduco/distinfo
new file mode 100644
index 0000000..f249aae
--- /dev/null
+++ b/abduco/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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