Changeset 98130


Ignore:
Timestamp:
Sep 25, 2012, 6:16:53 PM (12 years ago)
Author:
and.damore@…
Message:

port Platypus: copying @4.4 to new (old) port Platypus44 for PPC support; update to 4.7, drop patchfile, add openmaintainer; maintainer timeout; ticket #35620

Location:
trunk/dports/aqua
Files:
1 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/Platypus/Portfile

    r95548 r98130  
    55
    66name                    Platypus
    7 version                 4.4
    8 revision                1
     7version                 4.7
    98categories              aqua devel
    10 maintainers             me.com:tsupplis
     9maintainers             me.com:tsupplis openmaintainer
    1110description             Program for creating application wrappers around scripts.
    1211
     
    2524use_zip                 yes
    2625
    27 checksums           md5     e6fe23f7037a873394b70bcc62843940 \
    28                     sha1    31faa5ea5e3e266a213aa3dd3c1fa1173e611110 \
    29                     rmd160  0708e489de457d79cecb8192f1747459df8402c8
     26checksums           md5     a2a24f6d4cd3da850bbfc54175e3332e \
     27                    sha1    87b959b96df9221caacccba3e843558d6800ebec \
     28                    rmd160  54dc72eb2af47523561d5140d0cbad842bcfd38c
    3029
    31 worksrcdir              "${name}-${version}-Source"
    3230
    33 supported_archs i386 ppc
     31supported_archs i386 x86_64
    3432
    3533build.target platypus ScriptExec Platypus
     
    4038}
    4139
    42 patchfiles              project.pbxproj.patch
     40set extracted_dir   "${name} ${version} Source Code"
     41set target_dir      [string map {" " _} "$extracted_dir"]
     42worksrcdir                  $target_dir
     43
     44post-extract {
     45    file rename ${workpath}/${extracted_dir} ${workpath}/${target_dir}
     46}
     47
     48
    4349post-patch {
    44         reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/CommonDefs.h
     50        reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/Common.h
     51    reinplace "s|build/Platypus/Build/Products/Development|build/Deployment|" ${worksrcpath}/Platypus.xcodeproj/project.pbxproj
    4552}
    4653
     
    5360        }
    5461
    55         exec /bin/bash ${worksrcpath}/Scripts/InstallCommandLineTool.sh ${destroot}${applications_dir}/Platypus.app/Contents/Resources
     62    system -W ${worksrcpath}/Scripts "./InstallCommandLineTool.sh ${destroot}${applications_dir}/Platypus.app/Contents/Resources"
    5663}
    5764
  • trunk/dports/aqua/Platypus44/Portfile

    r95548 r98130  
    88revision                1
    99categories              aqua devel
    10 maintainers             me.com:tsupplis
    11 description             Program for creating application wrappers around scripts.
     10maintainers             me.com:tsupplis openmaintainer
     11description             Program for creating application wrappers around scripts - obsolete version supporting PowerPC (PPC)
    1212
    1313long_description        Platypus is a program for creating application \
     
    1818                        resort to using the command line interface. It \
    1919                        supports drag and drop on created apps, running as \
    20                         root using Authentication Manager and more.
     20                        root using Authentication Manager and more. \
     21                        This ${version} version is the last one to support PPC.
    2122
    2223homepage                http://www.sveinbjorn.org/platypus/
Note: See TracChangeset for help on using the changeset viewer.