summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-04 11:02:01 +0000
committerwiz <wiz@pkgsrc.org>2015-01-04 11:02:01 +0000
commitf08880872fac851daea822b9b46faeb4b3f2d610 (patch)
tree3b55c191ba3ef70634526f1cf0ca4fc5d9e70953 /audio
parentc7f2bfe3a23c92da953cfdd486983f1d93d7b049 (diff)
downloadpkgsrc-f08880872fac851daea822b9b46faeb4b3f2d610.tar.gz
Import eyeD3-0.7.5 as audio/eyed3.
eyeD3 is a Python tool for working with audio files, specifically mp3 files containing ID3 metadata (i.e. song info). It provides a command-line tool (``eyeD3``) and a Python library (``import eyed3``) that can be used to write your own applications or plugins that are callable from the command-line tool.
Diffstat (limited to 'audio')
-rw-r--r--audio/eyed3/DESCR6
-rw-r--r--audio/eyed3/Makefile18
-rw-r--r--audio/eyed3/PLIST96
-rw-r--r--audio/eyed3/distinfo5
4 files changed, 125 insertions, 0 deletions
diff --git a/audio/eyed3/DESCR b/audio/eyed3/DESCR
new file mode 100644
index 00000000000..1857f2248d9
--- /dev/null
+++ b/audio/eyed3/DESCR
@@ -0,0 +1,6 @@
+eyeD3 is a Python tool for working with audio files, specifically
+mp3 files containing ID3 metadata (i.e. song info).
+
+It provides a command-line tool (``eyeD3``) and a Python library
+(``import eyed3``) that can be used to write your own applications
+or plugins that are callable from the command-line tool.
diff --git a/audio/eyed3/Makefile b/audio/eyed3/Makefile
new file mode 100644
index 00000000000..96f24445590
--- /dev/null
+++ b/audio/eyed3/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/01/04 11:02:01 wiz Exp $
+
+DISTNAME= eyeD3-0.7.5
+CATEGORIES= audio
+MASTER_SITES= http://eyed3.nicfit.net/releases/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://eyed3.nicfit.net/
+COMMENT= Python tool for working with audio files (in particular, mp3)
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5
+REPLACE_SH+= bin/eyeD3
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/eyed3/PLIST b/audio/eyed3/PLIST
new file mode 100644
index 00000000000..a699216a379
--- /dev/null
+++ b/audio/eyed3/PLIST
@@ -0,0 +1,96 @@
+@comment $NetBSD: PLIST,v 1.1 2015/01/04 11:02:01 wiz Exp $
+bin/eyeD3
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/eyed3/__init__.py
+${PYSITELIB}/eyed3/__init__.pyc
+${PYSITELIB}/eyed3/__init__.pyo
+${PYSITELIB}/eyed3/compat.py
+${PYSITELIB}/eyed3/compat.pyc
+${PYSITELIB}/eyed3/compat.pyo
+${PYSITELIB}/eyed3/core.py
+${PYSITELIB}/eyed3/core.pyc
+${PYSITELIB}/eyed3/core.pyo
+${PYSITELIB}/eyed3/id3/__init__.py
+${PYSITELIB}/eyed3/id3/__init__.pyc
+${PYSITELIB}/eyed3/id3/__init__.pyo
+${PYSITELIB}/eyed3/id3/apple.py
+${PYSITELIB}/eyed3/id3/apple.pyc
+${PYSITELIB}/eyed3/id3/apple.pyo
+${PYSITELIB}/eyed3/id3/frames.py
+${PYSITELIB}/eyed3/id3/frames.pyc
+${PYSITELIB}/eyed3/id3/frames.pyo
+${PYSITELIB}/eyed3/id3/headers.py
+${PYSITELIB}/eyed3/id3/headers.pyc
+${PYSITELIB}/eyed3/id3/headers.pyo
+${PYSITELIB}/eyed3/id3/tag.py
+${PYSITELIB}/eyed3/id3/tag.pyc
+${PYSITELIB}/eyed3/id3/tag.pyo
+${PYSITELIB}/eyed3/info.py
+${PYSITELIB}/eyed3/info.py.in
+${PYSITELIB}/eyed3/info.pyc
+${PYSITELIB}/eyed3/info.pyo
+${PYSITELIB}/eyed3/main.py
+${PYSITELIB}/eyed3/main.pyc
+${PYSITELIB}/eyed3/main.pyo
+${PYSITELIB}/eyed3/mp3/__init__.py
+${PYSITELIB}/eyed3/mp3/__init__.pyc
+${PYSITELIB}/eyed3/mp3/__init__.pyo
+${PYSITELIB}/eyed3/mp3/headers.py
+${PYSITELIB}/eyed3/mp3/headers.pyc
+${PYSITELIB}/eyed3/mp3/headers.pyo
+${PYSITELIB}/eyed3/plugins/__init__.py
+${PYSITELIB}/eyed3/plugins/__init__.pyc
+${PYSITELIB}/eyed3/plugins/__init__.pyo
+${PYSITELIB}/eyed3/plugins/_amazon.py
+${PYSITELIB}/eyed3/plugins/_amazon.pyc
+${PYSITELIB}/eyed3/plugins/_amazon.pyo
+${PYSITELIB}/eyed3/plugins/classic.py
+${PYSITELIB}/eyed3/plugins/classic.pyc
+${PYSITELIB}/eyed3/plugins/classic.pyo
+${PYSITELIB}/eyed3/plugins/examples.py
+${PYSITELIB}/eyed3/plugins/examples.pyc
+${PYSITELIB}/eyed3/plugins/examples.pyo
+${PYSITELIB}/eyed3/plugins/fixup.py
+${PYSITELIB}/eyed3/plugins/fixup.pyc
+${PYSITELIB}/eyed3/plugins/fixup.pyo
+${PYSITELIB}/eyed3/plugins/itunes.py
+${PYSITELIB}/eyed3/plugins/itunes.pyc
+${PYSITELIB}/eyed3/plugins/itunes.pyo
+${PYSITELIB}/eyed3/plugins/lameinfo.py
+${PYSITELIB}/eyed3/plugins/lameinfo.pyc
+${PYSITELIB}/eyed3/plugins/lameinfo.pyo
+${PYSITELIB}/eyed3/plugins/mp3.py
+${PYSITELIB}/eyed3/plugins/mp3.pyc
+${PYSITELIB}/eyed3/plugins/mp3.pyo
+${PYSITELIB}/eyed3/plugins/nfo.py
+${PYSITELIB}/eyed3/plugins/nfo.pyc
+${PYSITELIB}/eyed3/plugins/nfo.pyo
+${PYSITELIB}/eyed3/plugins/statistics.py
+${PYSITELIB}/eyed3/plugins/statistics.pyc
+${PYSITELIB}/eyed3/plugins/statistics.pyo
+${PYSITELIB}/eyed3/plugins/xep_118.py
+${PYSITELIB}/eyed3/plugins/xep_118.pyc
+${PYSITELIB}/eyed3/plugins/xep_118.pyo
+${PYSITELIB}/eyed3/utils/__init__.py
+${PYSITELIB}/eyed3/utils/__init__.pyc
+${PYSITELIB}/eyed3/utils/__init__.pyo
+${PYSITELIB}/eyed3/utils/binfuncs.py
+${PYSITELIB}/eyed3/utils/binfuncs.pyc
+${PYSITELIB}/eyed3/utils/binfuncs.pyo
+${PYSITELIB}/eyed3/utils/cli.py
+${PYSITELIB}/eyed3/utils/cli.pyc
+${PYSITELIB}/eyed3/utils/cli.pyo
+${PYSITELIB}/eyed3/utils/console.py
+${PYSITELIB}/eyed3/utils/console.pyc
+${PYSITELIB}/eyed3/utils/console.pyo
+${PYSITELIB}/eyed3/utils/log.py
+${PYSITELIB}/eyed3/utils/log.pyc
+${PYSITELIB}/eyed3/utils/log.pyo
+${PYSITELIB}/eyed3/utils/prompt.py
+${PYSITELIB}/eyed3/utils/prompt.pyc
+${PYSITELIB}/eyed3/utils/prompt.pyo
diff --git a/audio/eyed3/distinfo b/audio/eyed3/distinfo
new file mode 100644
index 00000000000..56d6d8e5973
--- /dev/null
+++ b/audio/eyed3/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/01/04 11:02:01 wiz Exp $
+
+SHA1 (eyeD3-0.7.5.tgz) = bcfd0fe14f5fa40f29ca7e7133138a5112f3c270
+RMD160 (eyeD3-0.7.5.tgz) = 0d2782a6a29aea810d11c877f4ffac6dbf031569
+Size (eyeD3-0.7.5.tgz) = 221685 bytes