summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-03 08:33:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-03 08:33:28 +0000
commitab4518f24faaf965834e166ea8ca18deb02dac78 (patch)
tree3fe2f78aa49c85129ab809846716dd3438b6150f /audio
parentPet MOVEDlint: fix entry ordering (diff)
Move audio/py-mad to audio/py-pymad
- Change MASTER_SITES to CHEESESHOP - Remove PORTSCOUT - Update WWW
Notes
Notes: svn path=/head/; revision=460794
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile2
-rw-r--r--audio/py-mad/distinfo3
-rw-r--r--audio/py-pymad/Makefile (renamed from audio/py-mad/Makefile)10
-rw-r--r--audio/py-pymad/distinfo3
-rw-r--r--audio/py-pymad/pkg-descr (renamed from audio/py-mad/pkg-descr)2
5 files changed, 7 insertions, 13 deletions
diff --git a/audio/Makefile b/audio/Makefile
index be84171d0981..c287841da2ca 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -661,7 +661,6 @@
SUBDIR += py-hsaudiotag
SUBDIR += py-id3
SUBDIR += py-karaoke
- SUBDIR += py-mad
SUBDIR += py-mpd
SUBDIR += py-mpd2
SUBDIR += py-musicbrainz2
@@ -675,6 +674,7 @@
SUBDIR += py-pyaudio
SUBDIR += py-pylast
SUBDIR += py-pyliblo
+ SUBDIR += py-pymad
SUBDIR += py-pysndfile
SUBDIR += py-shout
SUBDIR += py-soundcloud
diff --git a/audio/py-mad/distinfo b/audio/py-mad/distinfo
deleted file mode 100644
index bbf3ebdce0f3..000000000000
--- a/audio/py-mad/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1517636418
-SHA256 (jaqx0r-pymad-version-0.10_GH0.tar.gz) = 562ed8cec9b3499fac9c926969b94c250fd8b71321ee6c0633d7c89ed163e3fc
-SIZE (jaqx0r-pymad-version-0.10_GH0.tar.gz) = 26815
diff --git a/audio/py-mad/Makefile b/audio/py-pymad/Makefile
index d77b7881279a..0f2a15f7a63c 100644
--- a/audio/py-mad/Makefile
+++ b/audio/py-pymad/Makefile
@@ -1,10 +1,10 @@
# Created by: Hye-Shik Chang
# $FreeBSD$
-PORTNAME= mad
+PORTNAME= pymad
PORTVERSION= 0.10
-DISTVERSIONPREFIX= version/
CATEGORIES= audio python
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
@@ -15,15 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmad.so:audio/libmad
-PORTSCOUT= ignore:1
-
USE_PYTHON= autoplist concurrent distutils
USES= python
-GH_ACCOUNT= jaqx0r
-GH_PROJECT= pymad
-USE_GITHUB= yes
-
do-configure:
@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
diff --git a/audio/py-pymad/distinfo b/audio/py-pymad/distinfo
new file mode 100644
index 000000000000..f31b540455d3
--- /dev/null
+++ b/audio/py-pymad/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517641451
+SHA256 (pymad-0.10.tar.gz) = 4f3cb83614095cf15205d2ebc344148ae11acb22c85741a94748f614d4c4def1
+SIZE (pymad-0.10.tar.gz) = 22689
diff --git a/audio/py-mad/pkg-descr b/audio/py-pymad/pkg-descr
index 7ff09534c5ee..51e9986f2a56 100644
--- a/audio/py-mad/pkg-descr
+++ b/audio/py-pymad/pkg-descr
@@ -2,4 +2,4 @@ pymad is a Python module that allows Python programs to use the MPEG Audio
Decoder library. pymad provides a high-level API, similar to the pyogg module,
which makes reading PCM data from MPEG audio streams a piece of cake.
-WWW: https://github.com/jaqx0r/pymad
+WWW: https://pypi.python.org/pypi/pymad