[37150] trunk/dports/python
mmoll at macports.org
mmoll at macports.org
Tue May 27 14:01:26 PDT 2008
Revision: 37150
http://trac.macosforge.org/projects/macports/changeset/37150
Author: mmoll at macports.org
Date: 2008-05-27 14:01:25 -0700 (Tue, 27 May 2008)
Log Message:
-----------
New port: python/py25-xattr. Fixes ticket #13866
Added Paths:
-----------
trunk/dports/python/py25-xattr/
trunk/dports/python/py25-xattr/Portfile
Added: trunk/dports/python/py25-xattr/Portfile
===================================================================
--- trunk/dports/python/py25-xattr/Portfile (rev 0)
+++ trunk/dports/python/py25-xattr/Portfile 2008-05-27 21:01:25 UTC (rev 37150)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-xattr
+version 0.5
+categories python
+maintainers mmoll
+description xattr is a Python wrapper for Darwin's extended filesystem attributes
+long_description Extended attributes extend the basic attributes of files and directories \
+ in the file system. They are stored as name:data pairs associated with file \
+ system objects (files, directories, symlinks, etc). \
+ \
+ Extended attributes are currently only available on Darwin 8.0 and later. \
+ This corresponds to Mac OS X 10.4 (Tiger) and later.
+homepage http://undefined.org/python/#xattr
+platforms darwin
+fetch.type svn
+svn.url http://svn.red-bean.com/bob/xattr/releases/xattr-0.5/
+worksrcdir xattr-${version}
+
+depends_build bin:svn:subversion
+
+platform darwin 7 {
+ pre-fetch {
+ ui_msg "This port needs filesystem Extended Attributes (EA) that are only available on Darwin 8 and later!"
+ throw ERROR "Not supported on systems older than Darwin 8"
+ }
+}
Property changes on: trunk/dports/python/py25-xattr/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080527/299594e0/attachment.htm
More information about the macports-changes
mailing list