New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79711


Ignore:
Timestamp:
06/23/11 13:58:30 (4 years ago)
Author:
blair@…
Message:

jgoodies-looks: replace all tabs with spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/java/jgoodies-looks/Portfile

    r79709 r79711  
    22 
    33PortSystem 1.0 
    4 name                    jgoodies-looks 
    5 version                 2.4.1 
    6 categories              java 
    7 platforms               darwin 
    8 maintainers             blair 
     4name                    jgoodies-looks 
     5version                 2.4.1 
     6categories              java 
     7platforms               darwin 
     8maintainers             blair 
    99 
    10 description             High-fidelity Windows and multi-platform appearance. 
    11 long_description        The JGoodies look and feels make your Swing \ 
    12                         applications and applets look better.  They have been \ 
    13                         optimized for readability, precise micro-design and \ 
    14                         usability. 
    15 homepage                http://www.jgoodies.com/freeware/looks/ 
     10description             High-fidelity Windows and multi-platform appearance. 
     11long_description        The JGoodies look and feels make your Swing \ 
     12                        applications and applets look better.  They have been \ 
     13                        optimized for readability, precise micro-design and \ 
     14                        usability. 
     15homepage                http://www.jgoodies.com/freeware/looks/ 
    1616 
    17 master_sites            http://www.jgoodies.com/download/libraries/looks/ 
    18 distname                ${name}-2_4_1 
    19 checksums               md5 e3fd227ca88ead7802bc8dbf052a2a4a \ 
    20                         sha1 85e7aa3fecb42bbd1bf6ce66d15bfd91db5f3178 \ 
    21                         rmd160 077dd39a3aec52a9a485237f4e92f15bf93b5dc9 
    22 use_zip                 yes 
     17master_sites            http://www.jgoodies.com/download/libraries/looks/ 
     18distname                ${name}-2_4_1 
     19checksums               md5 e3fd227ca88ead7802bc8dbf052a2a4a \ 
     20                        sha1 85e7aa3fecb42bbd1bf6ce66d15bfd91db5f3178 \ 
     21                        rmd160 077dd39a3aec52a9a485237f4e92f15bf93b5dc9 
     22use_zip                 yes 
    2323 
    24 depends_lib             bin:java:kaffe \ 
    25                         port:jgoodies-common 
     24depends_lib             bin:java:kaffe \ 
     25                        port:jgoodies-common 
    2626 
    27 use_configure           no 
     27use_configure           no 
    2828 
    29 worksrcdir              ${name}-${version} 
     29worksrcdir              ${name}-${version} 
    3030 
    31 build.cmd               true 
     31build.cmd               true 
    3232 
    3333destroot { 
    34         set javadir ${destroot}${prefix}/share/java 
    35         set docdir ${destroot}${prefix}/share/doc/${name} 
     34        set javadir ${destroot}${prefix}/share/java 
     35        set docdir ${destroot}${prefix}/share/doc/${name} 
    3636 
    37         xinstall -d -m 755 ${javadir} 
    38         xinstall -d -m 755 ${docdir} 
     37        xinstall -d -m 755 ${javadir} 
     38        xinstall -d -m 755 ${docdir} 
    3939 
    40         file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar 
    41         foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} { 
    42                 file copy ${worksrcpath}/${f} ${docdir}/ 
    43         } 
     40        file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar 
     41        foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} { 
     42                file copy ${worksrcpath}/${f} ${docdir}/ 
     43        } 
    4444} 
Note: See TracChangeset for help on using the changeset viewer.