New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79712


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

jgoodies-forms: replace all tabs with spaces.

File:
1 edited

Legend:

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

    r79708 r79712  
    22 
    33PortSystem 1.0 
    4 name                    jgoodies-forms 
    5 version                 1.4.1 
    6 categories              java 
    7 platforms               darwin 
    8 maintainers             blair 
     4name                    jgoodies-forms 
     5version                 1.4.1 
     6categories              java 
     7platforms               darwin 
     8maintainers             blair 
    99 
    10 description             Framework to lay out and implement Swing panels. 
    11 long_description        The JGoodies Forms framework helps you lay out and \ 
    12                         implement elegant Swing panels quickly and \ 
    13                         consistently.  It makes simple things easy and the \ 
    14                         hard stuff possible, the good design easy and the \ 
    15                         bad difficult. 
    16 homepage                http://www.jgoodies.com/freeware/forms/ 
     10description             Framework to lay out and implement Swing panels. 
     11long_description        The JGoodies Forms framework helps you lay out and \ 
     12                        implement elegant Swing panels quickly and \ 
     13                        consistently.  It makes simple things easy and the \ 
     14                        hard stuff possible, the good design easy and the \ 
     15                        bad difficult. 
     16homepage                http://www.jgoodies.com/freeware/forms/ 
    1717 
    18 master_sites            http://www.jgoodies.com/download/libraries/forms/ 
    19 distname                ${name}-1_4_1 
    20 checksums               md5 33993aed149bc4be7dda74cbaa8653a5 \ 
    21                         sha1 bb7fa3e6f6cd0ea6a3f790b97afad4dc290ca45e \ 
    22                         rmd160 86cc74b0945560b7f35e8e197036b85fe41e7a6b 
    23 use_zip                 yes 
     18master_sites            http://www.jgoodies.com/download/libraries/forms/ 
     19distname                ${name}-1_4_1 
     20checksums               md5 33993aed149bc4be7dda74cbaa8653a5 \ 
     21                        sha1 bb7fa3e6f6cd0ea6a3f790b97afad4dc290ca45e \ 
     22                        rmd160 86cc74b0945560b7f35e8e197036b85fe41e7a6b 
     23use_zip                 yes 
    2424 
    25 depends_lib             bin:java:kaffe \ 
    26                         port:jgoodies-common 
     25depends_lib             bin:java:kaffe \ 
     26                        port:jgoodies-common 
    2727 
    28 use_configure           no 
     28use_configure           no 
    2929 
    30 worksrcdir              ${name}-${version} 
     30worksrcdir              ${name}-${version} 
    3131 
    32 build.cmd               true 
     32build.cmd               true 
    3333 
    3434destroot { 
    35         set javadir ${destroot}${prefix}/share/java 
    36         set docdir ${destroot}${prefix}/share/doc/${name} 
     35        set javadir ${destroot}${prefix}/share/java 
     36        set docdir ${destroot}${prefix}/share/doc/${name} 
    3737 
    38         xinstall -d -m 755 ${javadir} 
    39         xinstall -d -m 755 ${docdir} 
     38        xinstall -d -m 755 ${javadir} 
     39        xinstall -d -m 755 ${docdir} 
    4040 
    41         file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar 
    42         foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} { 
    43                 file copy ${worksrcpath}/${f} ${docdir}/ 
    44         } 
     41        file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar 
     42        foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} { 
     43                file copy ${worksrcpath}/${f} ${docdir}/ 
     44        } 
    4545} 
Note: See TracChangeset for help on using the changeset viewer.