Opened 19 years ago

Closed 19 years ago

#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 (1)

Portfile (1.4 KB) - added by sal@… 19 years ago.
portfile for new port

Download all attachments as: .zip

Change History (7)

Changed 19 years ago by sal@…

Attachment: Portfile added

portfile for new port

comment:1 Changed 19 years ago by sal@…

Summary: New port: archivers/hfspaxNEW: 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:2 Changed 19 years ago by sal@…

attachments.isobsolete: 01

comment:3 Changed 19 years ago by sal@…

maintainer line is an error. Should be "sal@…"

comment:4 Changed 19 years ago by waqar@…

Is this a binary install? DP should not have binary installs.

comment:5 Changed 19 years ago by sal@…

Owner: changed from darwinports-bugs@… to sal@…

Interesting point. Will refer this question to the developers at large.

comment:6 Changed 19 years ago by olegb@…

Resolution: wontfix
Status: newclosed

We don't do binary installs, its asking for trouble...

Note: See TracTickets for help on using tickets.