Add dtach 0.6,

a small program that emulates the detach feature of
screen.

PR:		68179
Submitted by:	bkhl@elektrubadur.se
This commit is contained in:
Anton Berezin 2004-06-22 09:24:56 +00:00
parent 85c3d4a725
commit a6d5f8ab5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111978
5 changed files with 45 additions and 0 deletions

View file

@ -67,6 +67,7 @@
SUBDIR += documancer
SUBDIR += dog
SUBDIR += dotfile
SUBDIR += dtach
SUBDIR += dvorak7min
SUBDIR += dvorakng
SUBDIR += earthview

34
misc/dtach/Makefile Normal file
View file

@ -0,0 +1,34 @@
# New ports collection makefile for: dtach
# Date created: 21 Jun 2004
# Whom: bkhl@elektrubadur.se
#
# $FreeBSD$
#
PORTNAME= dtach
PORTVERSION= 0.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dtach
MAINTAINER= bkhl@elektrubadur.se
COMMENT= A small program that emulates the detach feature of screen
GNU_CONFIGURE= yes
ALL_TARGET= dtach
MAN1= dtach.1
PORTDOCS= COPYING README dtach.spec
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dtach ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dtach.1 ${MANPREFIX}/man/man1
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

2
misc/dtach/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (dtach-0.6.tar.gz) = 7f4d593220f685f614983274559ea62e
SIZE (dtach-0.6.tar.gz) = 49201

7
misc/dtach/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
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.
WWW: http://dtach.sourceforge.net/

1
misc/dtach/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/dtach