[95745] trunk/dports/python

lightnin at macports.org lightnin at macports.org
Fri Jul 20 12:52:05 PDT 2012


Revision: 95745
          https://trac.macports.org/changeset/95745
Author:   lightnin at macports.org
Date:     2012-07-20 12:52:04 -0700 (Fri, 20 Jul 2012)
Log Message:
-----------
Added license information and fixed indentation BeautifulSoup.

Modified Paths:
--------------
    trunk/dports/python/py-beautifulsoup/Portfile
    trunk/dports/python/py-flup/Portfile
    trunk/dports/python/py-vobject/Portfile
    trunk/dports/python/py25-beautifulsoup/Portfile
    trunk/dports/python/py25-flup/Portfile
    trunk/dports/python/py25-pybtex/Portfile
    trunk/dports/python/py25-soaplib/Portfile
    trunk/dports/python/py25-vobject/Portfile
    trunk/dports/python/py26-beautifulsoup/Portfile
    trunk/dports/python/py26-flup/Portfile
    trunk/dports/python/py26-pybtex/Portfile
    trunk/dports/python/py26-soaplib/Portfile
    trunk/dports/python/py26-vobject/Portfile
    trunk/dports/python/py27-beautifulsoup/Portfile
    trunk/dports/python/py27-flup/Portfile
    trunk/dports/python/py27-pybtex/Portfile
    trunk/dports/python/py27-soaplib/Portfile
    trunk/dports/python/py27-vobject/Portfile

Modified: trunk/dports/python/py-beautifulsoup/Portfile
===================================================================
--- trunk/dports/python/py-beautifulsoup/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py-beautifulsoup/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -1,31 +1,32 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name            py-beautifulsoup
-version         3.2.1
-categories      python textproc
-platforms       darwin
-maintainers     lightnin openmaintainer
-supported_archs noarch
+name                py-beautifulsoup
+license             BSD
+version             3.2.1
+categories          python textproc
+platforms           darwin
+maintainers         lightnin openmaintainer
+supported_archs     noarch
 
-description     Python HTML/XML parser
+description         Python HTML/XML parser
 long_description    Beautiful Soup is a Python HTML/XML parser designed for \
                     quick turnaround projects like screen-scraping.
 
-homepage        http://www.crummy.com/software/BeautifulSoup/
-master_sites    http://www.crummy.com/software/BeautifulSoup/download/3.x/
-distname        BeautifulSoup-${version}
-checksums       md5 5ad1a8550a19bfc945baac23eb8293ed \
-                sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
-                rmd160 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
+homepage            http://www.crummy.com/software/BeautifulSoup/
+master_sites        http://www.crummy.com/software/BeautifulSoup/download/3.x/
+distname            BeautifulSoup-${version}
+checksums           md5 5ad1a8550a19bfc945baac23eb8293ed \
+                    sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
+                    rmd160 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
 
 post-destroot   {
     xinstall -m 644 -W ${worksrcpath} PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type  regex
-livecheck.regex BeautifulSoup-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.regex     BeautifulSoup-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/python/py-flup/Portfile
===================================================================
--- trunk/dports/python/py-flup/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py-flup/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python24 1.0
 
 name                py-flup
+license             BSD
 version             1.0.3.dev-20110405
 categories          python www
 platforms           darwin

Modified: trunk/dports/python/py-vobject/Portfile
===================================================================
--- trunk/dports/python/py-vobject/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py-vobject/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python24 1.0
 
 name                py-vobject
+license             Apache
 version             0.8.1c
 categories          python
 platforms           darwin

Modified: trunk/dports/python/py25-beautifulsoup/Portfile
===================================================================
--- trunk/dports/python/py25-beautifulsoup/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py25-beautifulsoup/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -1,31 +1,32 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem          1.0
+PortGroup           python25 1.0
 
-name            py25-beautifulsoup
-version         3.2.1
-categories      python textproc
-platforms       darwin
-maintainers     lightnin openmaintainer
-supported_archs noarch
+name                py25-beautifulsoup
+license             BSD
+version             3.2.1
+categories          python textproc
+platforms           darwin
+maintainers         lightnin openmaintainer
+supported_archs     noarch
 
-description     Python HTML/XML parser
+description         Python HTML/XML parser
 long_description    Beautiful Soup is a Python HTML/XML parser designed for \
                     quick turnaround projects like screen-scraping.
 
-homepage        http://www.crummy.com/software/BeautifulSoup/
-master_sites    http://www.crummy.com/software/BeautifulSoup/download/3.x/
-distname        BeautifulSoup-${version}
-checksums       md5 5ad1a8550a19bfc945baac23eb8293ed \
-                sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
-                rmd160 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
+homepage            http://www.crummy.com/software/BeautifulSoup/
+master_sites        http://www.crummy.com/software/BeautifulSoup/download/3.x/
+distname            BeautifulSoup-${version}
+checksums           md5 5ad1a8550a19bfc945baac23eb8293ed \
+                    sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
+                    rmd160 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
 
 post-destroot   {
     xinstall -m 644 -W ${worksrcpath} PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type  regex
-livecheck.regex BeautifulSoup-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.regex     BeautifulSoup-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/python/py25-flup/Portfile
===================================================================
--- trunk/dports/python/py25-flup/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py25-flup/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-flup
+license             BSD
 version             1.0.3.dev-20110405
 categories          python www
 platforms           darwin

Modified: trunk/dports/python/py25-pybtex/Portfile
===================================================================
--- trunk/dports/python/py25-pybtex/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py25-pybtex/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-pybtex
+license             MIT
 epoch               1
 version             0.16
 categories          python textproc

Modified: trunk/dports/python/py25-soaplib/Portfile
===================================================================
--- trunk/dports/python/py25-soaplib/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py25-soaplib/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-soaplib
+license             LGPL
 version             1.0.0
 categories          python www
 platforms           darwin

Modified: trunk/dports/python/py25-vobject/Portfile
===================================================================
--- trunk/dports/python/py25-vobject/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py25-vobject/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-vobject
+license             Apache
 version             0.8.1c
 platforms           darwin
 maintainers         lightnin openmaintainer

Modified: trunk/dports/python/py26-beautifulsoup/Portfile
===================================================================
--- trunk/dports/python/py26-beautifulsoup/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py26-beautifulsoup/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -1,31 +1,32 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python26 1.0
+PortSystem          1.0
+PortGroup           python26 1.0
 
-name            py26-beautifulsoup
-version         3.2.1
-categories      python textproc
-platforms       darwin
-maintainers     lightnin openmaintainer
-supported_archs noarch
+name                py26-beautifulsoup
+license             BSD
+version             3.2.1
+categories          python textproc
+platforms           darwin
+maintainers         lightnin openmaintainer
+supported_archs     noarch
 
-description     Python HTML/XML parser
+description         Python HTML/XML parser
 long_description    Beautiful Soup is a Python HTML/XML parser designed for \
                     quick turnaround projects like screen-scraping.
 
-homepage        http://www.crummy.com/software/BeautifulSoup/
-master_sites    http://www.crummy.com/software/BeautifulSoup/download/3.x/
-distname        BeautifulSoup-${version}
-checksums       md5 5ad1a8550a19bfc945baac23eb8293ed \
-                sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
-                rmd160 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
+homepage            http://www.crummy.com/software/BeautifulSoup/
+master_sites        http://www.crummy.com/software/BeautifulSoup/download/3.x/
+distname            BeautifulSoup-${version}
+checksums           md5 5ad1a8550a19bfc945baac23eb8293ed \
+                    sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
+                    rmd160 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
 
 post-destroot   {
     xinstall -m 644 -W ${worksrcpath} PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type  regex
-livecheck.regex BeautifulSoup-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.regex     BeautifulSoup-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/python/py26-flup/Portfile
===================================================================
--- trunk/dports/python/py26-flup/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py26-flup/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-flup
+license             BSD
 version             1.0.3.dev-20110405
 categories          python www
 platforms           darwin

Modified: trunk/dports/python/py26-pybtex/Portfile
===================================================================
--- trunk/dports/python/py26-pybtex/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py26-pybtex/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-pybtex
+license             MIT
 epoch               1
 version             0.16
 categories          python textproc

Modified: trunk/dports/python/py26-soaplib/Portfile
===================================================================
--- trunk/dports/python/py26-soaplib/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py26-soaplib/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-soaplib
+license             LGPL
 version             1.0.0
 categories          python www
 platforms           darwin

Modified: trunk/dports/python/py26-vobject/Portfile
===================================================================
--- trunk/dports/python/py26-vobject/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py26-vobject/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-vobject
+license             Apache
 version             0.8.1c
 platforms           darwin
 maintainers         lightnin openmaintainer

Modified: trunk/dports/python/py27-beautifulsoup/Portfile
===================================================================
--- trunk/dports/python/py27-beautifulsoup/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py27-beautifulsoup/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -1,31 +1,32 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python27 1.0
+PortSystem          1.0
+PortGroup           python27 1.0
 
-name            py27-beautifulsoup
-version         3.2.1
-categories      python textproc
-platforms       darwin
-maintainers     lightnin openmaintainer
-supported_archs noarch
+name                py27-beautifulsoup
+license             BSD
+version             3.2.1
+categories          python textproc
+platforms           darwin
+maintainers         lightnin openmaintainer
+supported_archs     noarch
 
-description     Python HTML/XML parser
+description         Python HTML/XML parser
 long_description    Beautiful Soup is a Python HTML/XML parser designed for \
                     quick turnaround projects like screen-scraping.
 
-homepage        http://www.crummy.com/software/BeautifulSoup/
-master_sites    http://www.crummy.com/software/BeautifulSoup/download/3.x/
-distname        BeautifulSoup-${version}
-checksums       md5 5ad1a8550a19bfc945baac23eb8293ed \
-                sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
-                rmd160 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
+homepage            http://www.crummy.com/software/BeautifulSoup/
+master_sites        http://www.crummy.com/software/BeautifulSoup/download/3.x/
+distname            BeautifulSoup-${version}
+checksums           md5 5ad1a8550a19bfc945baac23eb8293ed \
+                    sha1 b23e78f058240eb8779dbc1b8a8d76bba4916df1 \
+                    rmd160 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
 
 post-destroot   {
     xinstall -m 644 -W ${worksrcpath} PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type  regex
-livecheck.regex BeautifulSoup-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.regex     BeautifulSoup-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/python/py27-flup/Portfile
===================================================================
--- trunk/dports/python/py27-flup/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py27-flup/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-flup
+license             BSD
 version             1.0.3.dev-20110405
 categories          python www
 platforms           darwin

Modified: trunk/dports/python/py27-pybtex/Portfile
===================================================================
--- trunk/dports/python/py27-pybtex/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py27-pybtex/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-pybtex
+license             MIT
 version             0.16
 categories          python textproc
 platforms           darwin

Modified: trunk/dports/python/py27-soaplib/Portfile
===================================================================
--- trunk/dports/python/py27-soaplib/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py27-soaplib/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-soaplib
+license             LGPL
 version             1.0.0
 categories          python www
 platforms           darwin

Modified: trunk/dports/python/py27-vobject/Portfile
===================================================================
--- trunk/dports/python/py27-vobject/Portfile	2012-07-20 19:39:06 UTC (rev 95744)
+++ trunk/dports/python/py27-vobject/Portfile	2012-07-20 19:52:04 UTC (rev 95745)
@@ -5,6 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-vobject
+license             Apache
 version             0.8.1c
 platforms           darwin
 maintainers         lightnin openmaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120720/af7564d4/attachment-0001.html>


More information about the macports-changes mailing list