[28463] trunk/base/src/port1.0/resources/group

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 31 15:49:01 PDT 2007


Revision: 28463
          http://trac.macosforge.org/projects/macports/changeset/28463
Author:   mww at macports.org
Date:     2007-08-31 15:49:01 -0700 (Fri, 31 Aug 2007)

Log Message:
-----------
add python30 portgroup

Modified Paths:
--------------
    trunk/base/src/port1.0/resources/group/Makefile

Added Paths:
-----------
    trunk/base/src/port1.0/resources/group/python30-1.0.tcl

Modified: trunk/base/src/port1.0/resources/group/Makefile
===================================================================
--- trunk/base/src/port1.0/resources/group/Makefile	2007-08-31 22:46:43 UTC (rev 28462)
+++ trunk/base/src/port1.0/resources/group/Makefile	2007-08-31 22:49:01 UTC (rev 28463)
@@ -1,6 +1,6 @@
 INSTALLDIR=	${DESTDIR}${prefix}/share/macports/resources/port1.0/group
 
-RSRCS=		gnustep-1.0.tcl perl5-1.0.tcl python-1.0.tcl python24-1.0.tcl python25-1.0.tcl ruby-1.0.tcl \
+RSRCS=		gnustep-1.0.tcl perl5-1.0.tcl python-1.0.tcl python24-1.0.tcl python25-1.0.tcl python30-1.0.tcl ruby-1.0.tcl \
 		xcode-1.0.tcl zope-1.0.tcl
 
 include ../../../../Mk/macports.autoconf.mk

Added: trunk/base/src/port1.0/resources/group/python30-1.0.tcl
===================================================================
--- trunk/base/src/port1.0/resources/group/python30-1.0.tcl	                        (rev 0)
+++ trunk/base/src/port1.0/resources/group/python30-1.0.tcl	2007-08-31 22:49:01 UTC (rev 28463)
@@ -0,0 +1,56 @@
+# et:ts=4
+# python30-1.0.tcl
+#
+# $Id: $
+#
+# Copyright (c) 2007 Markus W. Weissman <mww at macports.org>,
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+# 3. Neither the name of Apple Computer, Inc. nor the names of its
+#    contributors may be used to endorse or promote products derived from
+#    this software without specific prior written permission.
+# 
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+set python.bin	${prefix}/bin/python3.0
+set python.lib	${prefix}/lib/libpython3.0.dylib
+set python.pkgd	${prefix}/lib/python3.0/site-packages
+set python.include	${prefix}/include/python/3.0
+
+categories		python
+
+dist_subdir		python
+
+depends_lib		port:python30
+
+use_configure	no
+
+build.cmd		${python.bin} setup.py
+build.target	build
+
+destroot.cmd	${python.bin} setup.py
+destroot.destdir	--prefix=${prefix} --root=${destroot}
+
+pre-destroot	{
+	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070831/b79b701f/attachment.html


More information about the macports-changes mailing list