Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2004 21:26:42 GMT
From:      Björn Lindström <bkhl@elektrubadur.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/68179: New port: misc/dtach
Message-ID:  <200406212126.i5LLQgYo024722@www.freebsd.org>
Resent-Message-ID: <200406212130.i5LLUMGW093845@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68179
>Category:       ports
>Synopsis:       New port: misc/dtach
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 21 21:30:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Björn Lindström
>Release:        4.9-RELEASE
>Organization:
>Environment:
>Description:
A small program that emulates the detach feature of screen
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dtach/Makefile
#	dtach/distinfo
#	dtach/pkg-descr
#	dtach/pkg-plist
#
echo x - dtach/Makefile
sed 's/^X//' >dtach/Makefile << 'END-of-dtach/Makefile'
X# New ports collection makefile for:    screen
X# Date created:         21 Jun 2004
X# Whom:                 bkhl
X#
X# $FreeBSD$
X#
X
XPORTNAME=           dtach
XPORTVERSION=        0.6
XCATEGORIES=         misc
XMASTER_SITES=       ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= dtach
X
XMAINTAINER=         bkhl@elektrubadur.se
XCOMMENT=            A small program that emulates the detach feature of screen
X
XGNU_CONFIGURE=      yes
XALL_TARGET=         dtach
X
XMAN1=               dtach.1
XPORTDOCS=           COPYING README dtach.spec
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/dtach ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/dtach.1 ${MANPREFIX}/man/man1
X
X	${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X
X.include <bsd.port.mk>
END-of-dtach/Makefile
echo x - dtach/distinfo
sed 's/^X//' >dtach/distinfo << 'END-of-dtach/distinfo'
XMD5 (dtach-0.6.tar.gz) = 7f4d593220f685f614983274559ea62e
XSIZE (dtach-0.6.tar.gz) = 49201
END-of-dtach/distinfo
echo x - dtach/pkg-descr
sed 's/^X//' >dtach/pkg-descr << 'END-of-dtach/pkg-descr'
Xdtach 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.
X
Xhttp://dtach.sourceforge.net/
END-of-dtach/pkg-descr
echo x - dtach/pkg-plist
sed 's/^X//' >dtach/pkg-plist << 'END-of-dtach/pkg-plist'
Xbin/dtach
END-of-dtach/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406212126.i5LLQgYo024722>