New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83384


Ignore:
Timestamp:
08/30/11 18:46:20 (4 years ago)
Author:
dports@…
Message:

port_binary_distributable:

  • ncsa and wtfpl are good
  • ruby is GPL-conflicting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/portmgr/jobs/port_binary_distributable.tcl

    r83378 r83384  
    3737set good_licenses {afl agpl apache apsl artistic autoconf boost bsd cecill copyleft cpl 
    3838                   curl fontconfig freebsd freetype gfdl gd gpl gplconflict ibmpl ijg 
    39                    jasper lgpl lppl libpng libtool mit mpl noncommercial openssl permissive 
     39                   jasper lgpl lppl libpng libtool mit mpl ncsa noncommercial openssl permissive 
    4040                   php psf qpl public-domain restrictive/distributable ruby sleepycat 
    41                    ssleay tcl/tk x11 zlib zpl} 
     41                   ssleay tcl/tk x11 wtfpl zlib zpl} 
    4242foreach lic $good_licenses { 
    4343    set license_good($lic) 1 
     
    6262    apsl {cecill gpl} 
    6363    cpl {cecill gpl} 
    64     cecill {afl agpl apache apsl cpl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
     64    cecill {afl agpl apache apsl cpl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1} 
    6565    freetype {gpl-2} 
    6666    gd {cecill gpl} 
    67     gpl {afl agpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ssleay zpl-1} 
     67    gpl {afl agpl apache-1 apache-1.1 apsl cpl gd gplconflict ibmpl lppl mpl noncommercial openssl php qpl restrictive/distributable ruby ssleay zpl-1} 
    6868    gpl-1 {apache gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
    6969    gpl-2 {apache freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
     
    8080    qpl {cecill gpl} 
    8181    restrictive/distributable {agpl cecill gpl} 
     82    ruby {cecill gpl} 
    8283    ssleay {cecill gpl} 
    8384    zpl-1 {cecill gpl}" 
Note: See TracChangeset for help on using the changeset viewer.