Ticket #15601: Portfile

File Portfile, 848 bytes (added by alakazam@…, 16 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4name        vcp
5version     1.6.1
6revision    1
7platforms   darwin
8categories  sysutils
9maintainers     thomasv@mac.com
10description vcp copies files and directories in a curses interface.
11long_description   \
12    (This port is obsolete.) \
13    vcp copies files and directories in a curses interface, with text \
14    only output available. Its options and output are similar to cp. \
15    It provides visual information about files copied and left to copy, \
16    amount of data written and to be writen, amount of data being \
17    written every second and two status bars representing the number \
18    of files copied and to copy.
19homepage        http://members.optusnet.com.au/~dbbryan/vcp/
20master_sites    http://members.optusnet.com.au/%7Edbbryan/vcp/
21
22pre-fetch {
23    return -code error "${name} is no longer available."
24}