diff options
author | agc <agc> | 2007-05-04 20:23:41 +0000 |
---|---|---|
committer | agc <agc> | 2007-05-04 20:23:41 +0000 |
commit | a4e86405b5e76895a8a9836be37c4ed9ecc13635 (patch) | |
tree | 0dd751020f75b7316ff2631bb248c081f58047ca /audio/py-daap/PLIST | |
parent | e879070a8a84d4cfa5113a49943d7fa18cc5885d (diff) | |
download | pkgsrc-a4e86405b5e76895a8a9836be37c4ed9ecc13635.tar.gz |
Initial import of PythonDaap 0.7 as py-daap into the Packages Collection.
PythonDaap is a (under development) DAAP client implemented in Python,
and based on PyTunes by Davyd Madeley. The authentication stuff
(needed by recent copies of iTunes) has been added, and a primitive
object model that can download individual tracks, and has playlist
support.
This distribution also includes an implementation of Apple's custom
MD5 hasher as a python module. This hasher is used in the DAAP
authentication protocol, documented by David Hammerton.
Diffstat (limited to 'audio/py-daap/PLIST')
-rw-r--r-- | audio/py-daap/PLIST | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/py-daap/PLIST b/audio/py-daap/PLIST new file mode 100644 index 00000000000..54df52ae6a3 --- /dev/null +++ b/audio/py-daap/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/04 20:23:41 agc Exp $ +${PYSITELIB}/daap.py +${PYSITELIB}/daap.pyc +${PYSITELIB}/md5daap.so |