Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#2353 closed defect (wontfix)

NEW: disktype-7

Reported by: dornseif@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

disktype-7

Summary: Detection of disk and partition types

Available inline and at http://c0re.23.nu/c0de/dports-dev/disktype/Portfile

# $Id$

PortSystem 1.0 name disktype version 7 categories sysutils maintainers md@… platforms darwin description detect the content format of a disk or disk image long_description The purpose of disktype is to detect the content format of \ a disk or disk image. It knows about common file systems, partition tables, \ and boot codes. homepage http://disktype.sourceforge.net/ master_sites sourceforge:${name} checksums md5 513eda82166e8b4a355389081dc06f3c use_configure no # there is no install target destroot.target post-destroot {

xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} HISTORY LICENSE Makefile README TODO \

${destroot}${prefix}/share/doc/${name}

xinstall -m 755 ${worksrcpath}/disktype ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/disktype.1 ${destroot}${prefix}/share/man/man1

}

Change History (1)

comment:1 Changed 19 years ago by rshaw@…

Resolution: wontfix
Status: newclosed

Port already exists in DarwinPorts. -rshaw

Note: See TracTickets for help on using tickets.