# $Id: Portfile,v 1.1 2006/01/23 11:30:18 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			   py-xattr
version			   0.2
categories		   python
platforms		   darwin linux
maintainers		   arsptr@optusnet.com.au
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).

homepage		   http://undefined.org/python/#xattr
fetch.type         svn
svn.url            http://svn.red-bean.com/bob/xattr/releases/xattr-0.2/

depends_build		port:subversion

worksrcdir         xattr-${version}

platform darwin 7 {
  fetch {
    ui_msg "This port needs filesystem Extended Attributes (EA) that are only available on Darwin 8 and later!"
    system "/bin/false"
  }
}
