[76025] trunk/dports/lang

eborisch at macports.org eborisch at macports.org
Wed Feb 16 07:20:00 PST 2011


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 {}
+
+build {}
+
+destroot {
+    file mkdir ${destroot}${prefix}/share/doc/
+    file copy ${worksrcpath}/ ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.type    regex
+livecheck.url   ${homepage}download/releases/
+livecheck.regex {Python (2\.7(?:\.\d+)*)}
+


Property changes on: trunk/dports/lang/python27-doc/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110216/755c3b19/attachment.html>


More information about the macports-changes mailing list