Ticket #21407: AppKiDo-Portfile.diff

File AppKiDo-Portfile.diff, 1.8 KB (added by mklein-de (Michael Klein), 14 years ago)

Updated Portfile (AppKiDo 0.984)

  • Portfile

     
    11# $Id$
    22
    33PortSystem 1.0
     4PortGroup       xcode 1.0
     5
    46name            AppKiDo
    5 version         0.971
     7version         0.984
    68categories      aqua devel
    79platforms       darwin
    810maintainers     puffin.lb.shuttle.de:michael.klein openmaintainer
    911description     Provides a powerful interface to Apple's Cocoa documentation
     12
    1013long_description        \
    1114        AppKiDo is a free reference tool for Cocoa Objective-C \
    1215        programmers. It parses the header files and HTML \
    1316        documentation files provided by Developer Tools and \
    1417        presents the results in a powerful interface.
     18
    1519homepage        http://homepage.mac.com/aglee/downloads/
    1620master_sites    ${homepage}
    1721distname        ${name}-${version}-src
    18 extract.suffix  .tgz
     22extract.suffix  .tgz
    1923worksrcdir      ${name}
    20 checksums       md5  6c4ec2a75f8552120e5a9ff582d9a10f \
    21                 sha1 e88e80faa6f140a2142a2f4dbe9be0de81b5472c
     24checksums       md5     03e0881ab2a4c8061ef74bc525706acb \
     25                sha1    c97ced4542c6421588dffe1502f570cc027013e0 \
     26                rmd160  786cc92026e80cfda86aa3a6a433204c140e2bda
    2227
     28patchfiles      patch-AKTableView-defaultFontSize.patch
     29
    2330livecheck.type  regex
    2431livecheck.url   http://homepage.mac.com/aglee/downloads/appkido.html
    25 livecheck.regex ">download version (.*?)<"
     32livecheck.regex "AppKiDo-(.*?)-src.tgz"
    2633
    27 use_configure   no
    28 build.type      pbx
    29 build.target    -target AppKiDo
    30 build.args      -buildstyle Deployment build SYMROOT=build/ OBJROOT=build/
    31 
    32 set xcodebuilddir               build
    33 platform darwin 8 {
    34         if {$xcodeversion == "2.1"} {
    35                 set xcodebuilddir       build/Deployment
    36         }
    37 }
    38 
    39 destroot        {
    40         xinstall -m 755 -d ${destroot}/Applications/MacPorts/
    41         file copy ${worksrcpath}/${xcodebuilddir}/AppKiDo.app \
    42                 ${destroot}/Applications/MacPorts
    43 }
     34xcode.destroot.settings-append  SKIP_INSTALL=NO