[76025] trunk/dports/lang

Ryan Schmidt ryandesign at macports.org
Wed Feb 16 09:44:12 PST 2011


On Feb 16, 2011, at 09:20, eborisch at macports.org wrote:

> Revision: 76025
>          http://trac.macports.org/changeset/76025
> Author:   eborisch at macports.org
> Date:     2011-02-16 07:20:00 -0800 (Wed, 16 Feb 2011)
> Log Message:
> -----------
> python27-doc: New port
> 
> Added Paths:
> -----------
>    trunk/dports/lang/python27-doc/
>    trunk/dports/lang/python27-doc/Portfile
> 
> Added: trunk/dports/lang/python27-doc/Portfile
> ===================================================================
> --- trunk/dports/lang/python27-doc/Portfile	                        (rev 0)
> +++ trunk/dports/lang/python27-doc/Portfile	2011-02-16 15:20:00 UTC (rev 76025)
> @@ -0,0 +1,39 @@
> +# -*- 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
> +
> +name                python27-doc
> +version             2.7.1
> +categories          lang
> +platforms           darwin
> +maintainers         eborisch \
> +                    openmaintainer
> +
> +description         HTML documentation for Python ${version}
> +long_description    HTML documentation for Python ${version}. Accessible at \
> +                    file://${prefix}/share/doc/${name}/index.html
> +
> +homepage            http://www.python.org/
> +master_sites        http://docs.python.org/archives
> +distname            python-${version}-docs-html
> +
> +universal_variant   no
> +
> +use_bzip2           yes
> +
> +use_configure       no
> +
> +checksum {}

What's this -- no checksums?




More information about the macports-dev mailing list