[44310] trunk/dports/devel

brett at macports.org brett at macports.org
Thu Dec 25 10:56:56 PST 2008


Revision: 44310
          http://trac.macports.org/changeset/44310
Author:   brett at macports.org
Date:     2008-12-25 10:56:52 -0800 (Thu, 25 Dec 2008)
Log Message:
-----------
initial rope port

Added Paths:
-----------
    trunk/dports/devel/rope/
    trunk/dports/devel/rope/Portfile

Added: trunk/dports/devel/rope/Portfile
===================================================================
--- trunk/dports/devel/rope/Portfile	                        (rev 0)
+++ trunk/dports/devel/rope/Portfile	2008-12-25 18:56:52 UTC (rev 44310)
@@ -0,0 +1,19 @@
+# -*- 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
+
+name			rope
+version	      0.9.1
+categories		devel python
+platforms		darwin
+maintainers		nomaintainer
+description		python refactoring library
+long_description	Rope is a Python refactoring library that can be used with several \
+editors and IDEs. It provides many refactoring operations as well as forms of code \
+assistance like auto-completion and access to documentation.
+homepage		http://rope.sourceforge.net/
+master_sites	sourceforge
+dist_subdir       ${name}
+checksums		sha1 858e87aca4365ebe88e4ad3966697f439519afc1


Property changes on: trunk/dports/devel/rope/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/20081225/11fa0495/attachment.html>


More information about the macports-changes mailing list