New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79701


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

jgoodies-common: new port for JGoodies Common library. Will be used
by updates to jgoodies-forms and jgoodies-looks.

Location:
trunk/dports/java/jgoodies-common
Files:
1 edited
1 copied

Legend:

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

    r67685 r79701  
    22 
    33PortSystem 1.0 
    4 name                    jgoodies-forms 
    5 version                 1.2.1 
     4name                    jgoodies-common 
     5version                 1.2.0 
    66categories              java 
    77platforms               darwin 
    88maintainers             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             Helper classes for other jgoodies-* packages 
     11long_description        The JGoodies Common library provides convenience \ 
     12                        code for other JGoodies libraries and applications. 
     13homepage                http://www.jgoodies.com/downloads/libraries.html 
    1714 
    18 master_sites            http://www.jgoodies.com/download/libraries/forms/ 
    19 distname                forms-1_2_1 
    20 checksums               md5 e2bddfe17d87265c15747f4463d8d595 \ 
    21                         sha1 01db242c4dcfac4c2f0353ad9de243cdab269421 \ 
    22                         rmd160 bb991da9c737aa53c59892bf24a4ce1b2dec45cc 
     15master_sites            http://www.jgoodies.com/download/libraries/common/ 
     16distname                ${name}-1_2_0 
     17checksums               md5 777e651327516baa1aa5c7ff8322dbcb \ 
     18                        sha1 0463b2d680e4d736b1b50e870b9c090ee41e1995 \ 
     19                        rmd160 ee9298d5c5b0831d23421bc05562fb134023c3a9 
    2320use_zip                 yes 
    2421 
     
    2724use_configure           no 
    2825 
    29 worksrcdir              forms-${version} 
     26worksrcdir              ${name}-${version} 
    3027 
    3128build.cmd               true 
     
    3835        xinstall -d -m 755 ${docdir} 
    3936 
    40         file copy ${worksrcpath}/forms-${version}.jar ${javadir}/forms.jar 
     37        file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar 
    4138        foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} { 
    4239                file copy ${worksrcpath}/${f} ${docdir}/ 
Note: See TracChangeset for help on using the changeset viewer.