# $Id: Portfile,v 1.1 2003/06/04 17:46:44 waqar Exp $ PortSystem 1.0 name vcp version 1.2 platforms darwin categories sysutils maintainers thomasv@mac.com description vcp copies files and directories in a curses interface. long_description \ vcp copies files and directories in a curses interface, with text \ only output available. Its options and output are similar to cp. \ It provides visual information about files copied and left to copy, \ amount of data written and to be writen, amount of data being \ written every second and two status bars representing the number \ of files copied and to copy. homepage http://members.optusnet.com.au/~dbbryan/vcp/ master_sites http://members.optusnet.com.au/%7Edbbryan/vcp/ checksums md5 102cfd51ecec7a49e290339edfed638a use_configure no install { system "cd ${worksrcpath} && \ install ${name} ${destroot}${prefix}/bin" }