Ticket #2612 (closed defect: wontfix)
NEW: archivers/hfspax
| Reported by: | sal@… | Owned by: | sal@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | ||
| Port: |
Description
Attachments
Change History
comment:1 Changed 8 years ago by sal@…
- Summary changed from New port: archivers/hfspax to NEW: archivers/hfspax
# $Id$
PortSystem 1.0
name hfspax version 1fc4 revision 1 categories archivers description compression utility maintainers michaelm@… long_description hfspax is a modified (alright, hacked!) version of the standard Mac OS X and UNIX tool, pax. It addresses one of the few significant omissions from Mac OS X the ability to perform proper backups, and to restore from them. homepage http://homepage.mac.com/howardoakley master_sites http://homepage.mac.com/howardoakley/.cv/howardoakley/Public distfiles ${name}${version}.tar.gz-link.gz checksums md5 6ea9d754584fe718f3ed643b1e070d1b worksrcdir ${name}MasterF use_configure no
build {} destroot {
file mkdir ${destroot}${prefix}/doc/${name}-${version} file mkdir ${destroot}${prefix}/bin file mkdir ${destroot}${prefix}/man/man1 file copy ${worksrcpath}/DropUnarchive.app ${destroot}Applications file copy ${worksrcpath}/MakeARescuePartition.txt
${destroot}${prefix}/doc/${name}-${version}
file copy ${worksrcpath}/Readme.rtf ${destroot}${prefix}/doc/${name}-${version} file copy ${worksrcpath}/ThisRelease.rtf
${destroot}${prefix}/doc/${name}-${version}
file copy ${worksrcpath}/hfspax ${destroot}${prefix}/bin file copy ${worksrcpath}/hfspax.1 ${destroot}${prefix}/man/man1 file copy ${worksrcpath}/hfspaxWithoutTears.rtf
${destroot}${prefix}/doc/${name}-${version} }
comment:4 Changed 8 years ago by waqar@…
Is this a binary install? DP should not have binary installs.


portfile for new port