View | Details | Raw Unified | Return to bug 200292
Collapse All | Expand All

(-)audio/py-mad/Makefile (-6 / +7 lines)
Lines 2-23 Link Here
2
# $FreeBSD: head/audio/py-mad/Makefile 381193 2015-03-13 13:25:28Z amdmi3 $
2
# $FreeBSD: head/audio/py-mad/Makefile 381193 2015-03-13 13:25:28Z amdmi3 $
3
3
4
PORTNAME=	mad
4
PORTNAME=	mad
5
PORTVERSION=	0.7
5
PORTVERSION=	0.8
6
PORTREVISION=	4
7
CATEGORIES=	audio python
6
CATEGORIES=	audio python
8
MASTER_SITES=	GOOGLE_CODE
7
MASTER_SITES=	GH
9
PROJECTHOST=	pymad
10
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
11
DISTNAME=	pymad-${PORTVERSION}
12
9
13
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Python module that provides the MPEG Audio Decoder interface
11
COMMENT=	Python module that provides the MPEG Audio Decoder interface
15
12
16
LICENSE=	LGPL20 # or later
13
LICENSE=	LGPL20 # or later
17
LICENSE_FILE=	${WRKSRC}/COPYING
18
14
19
LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad
15
LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad
20
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	jaqx0r
19
GH_PROJECT=	pymad
20
GH_TAGNAME=	version/${PORTVERSION}
21
21
USES=		python:2
22
USES=		python:2
22
USE_PYTHON=	distutils autoplist pythonprefix
23
USE_PYTHON=	distutils autoplist pythonprefix
23
24
(-)audio/py-mad/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pymad-0.7.tar.gz) = 53ae5d3382074f21431299a3186fc9f778fe106f26d737846cc1ef2c34b2d8a1
1
SHA256 (jaqx0r-pymad-0.8-version-0.8_GH0.tar.gz) = 818750d70ad585769ba29b58003d9157f3e6987fbaa594b7173c001c8086c883
2
SIZE (pymad-0.7.tar.gz) = 21510
2
SIZE (jaqx0r-pymad-0.8-version-0.8_GH0.tar.gz) = 25672
(-)audio/py-mad/pkg-descr (-4 / +4 lines)
Lines 1-5 Link Here
1
This is a Python module that allows Python programs to use the
1
This is a Python module that allows Python programs to use the MPEG
2
MPEG Audio Decoder library. It provides a high-level API which
2
Audio Decoder library. It provides a high-level API which makes reading
3
makes reading from MPEG audio streams a piece of cake. 
3
from MPEG audio streams a piece of cake. 
4
4
5
WWW: http://code.google.com/p/pymad/
5
WWW: https://github.com/jaqx0r/pymad/

Return to bug 200292