Ticket #31158: spacing.diff
File spacing.diff, 2.2 KB (added by 0xced (Cédric Luthi), 13 years ago) |
---|
-
Portfile
1 1 # $Id: Portfile 75257 2011-01-19 06:23:12Z ryandesign@macports.org $ 2 2 3 PortSystem 1.04 PortGroup xcode 1.03 PortSystem 1.0 4 PortGroup xcode 1.0 5 5 6 name class-dump 7 version 3.3.4 8 license GPL-2 9 categories devel 10 maintainers gmail:cedric.luthi 11 description Utility for examining the Objective-C segment of Mach-O files. 12 long_description \ 13 It generates declarations for the classes, categories and \ 14 protocols. This is the same information provided by using \ 15 'otool -ov', but presented as normal Objective-C declarations. 16 17 homepage http://www.codethecode.com/projects/class-dump/ 18 master_sites http://www.codethecode.com/download/ 19 use_bzip2 yes 6 name class-dump 7 version 3.3.4 8 license GPL-2 9 categories devel 10 maintainers gmail:cedric.luthi 11 description Utility for examining the Objective-C segment of Mach-O files. 12 long_description It generates declarations for the classes, categories and \ 13 protocols. This is the same information provided by using \ 14 'otool -ov', but presented as normal Objective-C declarations. 15 16 homepage http://www.codethecode.com/projects/class-dump/ 17 master_sites http://www.codethecode.com/download/ 18 use_bzip2 yes 20 19 21 20 checksums sha1 1e43a3cab522565b0773aab18c40b232f231c46c \ 22 rmd160 7ed74aaadafb59215ac0cb92064073f871d3d919 21 rmd160 7ed74aaadafb59215ac0cb92064073f871d3d919 23 22 24 patchfiles patch-dyld-info-compat.h.diff 25 worksrcdir ${distname}/src 26 27 xcode.target ${name} 23 patchfiles patch-dyld-info-compat.h.diff 24 worksrcdir ${distname}/src 28 25 26 xcode.target ${name} 29 27 xcode.configuration Release 30 28 xcode.destroot.path ${prefix}/bin 31 29 … … 42 40 delete ${destroot}${prefix}/bin/libMachObjC.a 43 41 } 44 42 45 livecheck.type regex46 livecheck.url ${homepage}changes/47 livecheck.regex {Version (\d+(?:\.\d+)*) -}43 livecheck.type regex 44 livecheck.url ${homepage}changes/ 45 livecheck.regex {Version (\d+(?:\.\d+)*) -}