1 | PortSystem 1.0 |
---|
2 | PortGroup python24 1.0 |
---|
3 | |
---|
4 | name py-xattr |
---|
5 | version 0.2 |
---|
6 | revision 1 |
---|
7 | categories python |
---|
8 | platforms darwin |
---|
9 | maintainers arsptr@optusnet.com.au |
---|
10 | description xattr is a Python wrapper for Darwin's extended filesystem attributes |
---|
11 | long_description Extended attributes extend the basic attributes of files and directories \ |
---|
12 | in the file system. They are stored as name:data pairs associated with file \ |
---|
13 | system objects (files, directories, symlinks, etc). \ |
---|
14 | \ |
---|
15 | Extended attributes are currently only available on Darwin 8.0 and later. \ |
---|
16 | This corresponds to Mac OS X 10.4 (Tiger). |
---|
17 | |
---|
18 | homepage http://undefined.org/python/#xattr |
---|
19 | fetch.type svn |
---|
20 | svn.url http://svn.red-bean.com/bob/xattr/releases/xattr-0.2/ |
---|
21 | |
---|
22 | worksrcdir xattr-${version} |
---|