Last change
on this file was
134318,
checked in by ionic@…, 3 years ago
|
Mass-update: add modeline where appropriate, change binary install permissions to 755. Fixes: #47229.
Affects:
mp3_check
iozone
nbench-byte
cvsdiff2patch
cursive
geekcode
ski
vms-empire
wtf
thirdeye
jikespg
aget
ddclient
ipsvd
mudix
nsping
rabbitmq-server
tcptrace
tnftpd
ksh93
buffer
dtach
keychain
chmdump
rfcdiff
webredirect
abclock
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.0 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 134318 2015-03-22 06:42:51Z ionic@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name dtach |
---|
7 | version 0.8 |
---|
8 | revision 1 |
---|
9 | categories sysutils |
---|
10 | maintainers nomaintainer |
---|
11 | description program that emulates the detach feature of screen |
---|
12 | long_description \ |
---|
13 | dtach is a tiny program that emulates the detach feature of \ |
---|
14 | screen, allowing you to run a program in an environment that \ |
---|
15 | is protected from the controlling terminal and attach to it \ |
---|
16 | later. dtach does not keep track of the contents of the \ |
---|
17 | screen, and thus works best with programs that know how to \ |
---|
18 | redraw themselves. |
---|
19 | homepage http://dtach.sourceforge.net/ |
---|
20 | platforms darwin |
---|
21 | master_sites sourceforge |
---|
22 | checksums md5 ec5999f3b6bb67da19754fcb2e5221f3 |
---|
23 | configure.distcc no |
---|
24 | |
---|
25 | build.target |
---|
26 | |
---|
27 | destroot { |
---|
28 | xinstall -m 755 ${worksrcpath}/dtach ${destroot}${prefix}/bin |
---|
29 | xinstall -m 444 ${worksrcpath}/dtach.1 ${destroot}${prefix}/share/man/man1 |
---|
30 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.