aboutsummaryrefslogtreecommitdiff
path: root/audio/py-hsaudiotag3k
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-13 19:37:32 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-13 19:37:32 +0000
commit94d83fd738c9968817031226629a66cffd5c5b9b (patch)
treed6d679c18131f591426e35496aaa7516233f4449 /audio/py-hsaudiotag3k
parent5d5bc409dd4d3ce0f64bab79b167674d05e850f0 (diff)
downloadports-94d83fd738c9968817031226629a66cffd5c5b9b.tar.gz
ports-94d83fd738c9968817031226629a66cffd5c5b9b.zip
audio/py-hsaudiotag: Replace with a python3-compatible version audio/py-hsaudiotag3k
Notes
Notes: svn path=/head/; revision=544834
Diffstat (limited to 'audio/py-hsaudiotag3k')
-rw-r--r--audio/py-hsaudiotag3k/Makefile20
-rw-r--r--audio/py-hsaudiotag3k/distinfo3
-rw-r--r--audio/py-hsaudiotag3k/pkg-descr7
3 files changed, 30 insertions, 0 deletions
diff --git a/audio/py-hsaudiotag3k/Makefile b/audio/py-hsaudiotag3k/Makefile
new file mode 100644
index 000000000000..3ac51210e10f
--- /dev/null
+++ b/audio/py-hsaudiotag3k/Makefile
@@ -0,0 +1,20 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= hsaudiotag3k
+DISTVERSION= 1.1.3.post1
+CATEGORIES= audio python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Read metdata (tags) of mp3, mp4, wma, ogg, flac and aiff files
+
+LICENSE= BSD3CLAUSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/audio/py-hsaudiotag3k/distinfo b/audio/py-hsaudiotag3k/distinfo
new file mode 100644
index 000000000000..fc218944c7b5
--- /dev/null
+++ b/audio/py-hsaudiotag3k/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1597347085
+SHA256 (hsaudiotag3k-1.1.3.post1.tar.gz) = ef60e9210d4727e82f0095a686cb07b676d055918f0c59c5bfa8598da03e59d1
+SIZE (hsaudiotag3k-1.1.3.post1.tar.gz) = 17808
diff --git a/audio/py-hsaudiotag3k/pkg-descr b/audio/py-hsaudiotag3k/pkg-descr
new file mode 100644
index 000000000000..f06ef1ec3f71
--- /dev/null
+++ b/audio/py-hsaudiotag3k/pkg-descr
@@ -0,0 +1,7 @@
+hsaudiotag is a pure Python library that lets you read metadata (bitrate,
+sample rate, duration and tags) from mp3, mp4, wma, ogg, flac and aiff files.
+It can only read tags, not write to them, but unlike more complete libraries
+(like Mutagen), it is BSD licensed, making it suitable for most projects.
+It is also backed by a nifty test suite.
+
+WWW: http://hg.hardcoded.net/hsaudiotag