pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/dtach Import dtach from pkgsrc-wip. Packaged by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4530ef62f8d5
branches:  trunk
changeset: 514722:4530ef62f8d5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 17 14:26:47 2006 +0000

description:
Import dtach from pkgsrc-wip.  Packaged by Francis Gudin.

dtach is a tiny program that emulates the detach feature of screen,
allowing you to run a program in an environment that is protected from
the controlling terminal and attach to it later.  dtach does not keep
track of the contents of the screen, and thus works best with programs
that know how to redraw themselves.

diffstat:

 misc/dtach/DESCR    |   5 +++++
 misc/dtach/Makefile |  24 ++++++++++++++++++++++++
 misc/dtach/PLIST    |   7 +++++++
 misc/dtach/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r bf031950264c -r 4530ef62f8d5 misc/dtach/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/dtach/DESCR  Sat Jun 17 14:26:47 2006 +0000
@@ -0,0 +1,5 @@
+dtach is a tiny program that emulates the detach feature of screen,
+allowing you to run a program in an environment that is protected from
+the controlling terminal and attach to it later.  dtach does not keep
+track of the contents of the screen, and thus works best with programs
+that know how to redraw themselves.
diff -r bf031950264c -r 4530ef62f8d5 misc/dtach/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/dtach/Makefile       Sat Jun 17 14:26:47 2006 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/17 14:26:47 minskim Exp $
+
+DISTNAME=      dtach-0.7
+CATEGORIES=    misc
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dtach/}
+
+MAINTAINER=    fgudin%nerim.net@localhost
+HOMEPAGE=      http://dtach.sourceforge.net/
+COMMENT=       Small program that emulates the detach feature of screen
+
+GNU_CONFIGURE= yes
+BUILD_TARGET=  dtach
+
+DOCS=          COPYING README dtach.spec
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC:Q}/dtach ${PREFIX:Q}/bin
+       ${INSTALL_MAN} ${WRKSRC:Q}/dtach.1 ${PREFIX:Q}/man/man1
+       ${INSTALL_DATA_DIR} ${PREFIX:Q}/share/doc/${PKGBASE:Q}
+.for f in ${DOCS}
+       ${INSTALL_DATA} ${WRKSRC:Q}/${f:Q} ${PREFIX:Q}/share/doc/${PKGBASE:Q}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r bf031950264c -r 4530ef62f8d5 misc/dtach/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/dtach/PLIST  Sat Jun 17 14:26:47 2006 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/17 14:26:47 minskim Exp $
+bin/dtach
+man/man1/dtach.1
+share/doc/dtach/COPYING
+share/doc/dtach/README
+share/doc/dtach/dtach.spec
+@dirrm share/doc/dtach
diff -r bf031950264c -r 4530ef62f8d5 misc/dtach/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/dtach/distinfo       Sat Jun 17 14:26:47 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/06/17 14:26:47 minskim Exp $
+
+SHA1 (dtach-0.7.tar.gz) = 7f163d7bb4db1d266d69a4090bede02128bbca43
+RMD160 (dtach-0.7.tar.gz) = a85b405a42ce59fa7df2893f2ffdf1b3458096f4
+Size (dtach-0.7.tar.gz) = 50900 bytes



Home | Main Index | Thread Index | Old Index