Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 02:24:38 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379979 - in head/audio: . py-discid
Message-ID:  <201502260224.t1Q2Ocak083407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Thu Feb 26 02:24:37 2015
New Revision: 379979
URL: https://svnweb.freebsd.org/changeset/ports/379979
QAT: https://qat.redports.org/buildarchive/r379979/

Log:
  Python bindings for the libdiscid CD-lookup library.
  
  WWW: https://github.com/JonnyJD/python-discid

Added:
  head/audio/py-discid/
  head/audio/py-discid/Makefile   (contents, props changed)
  head/audio/py-discid/distinfo   (contents, props changed)
  head/audio/py-discid/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Feb 26 02:03:15 2015	(r379978)
+++ head/audio/Makefile	Thu Feb 26 02:24:37 2015	(r379979)
@@ -599,6 +599,7 @@
     SUBDIR += py-ao
     SUBDIR += py-apetag
     SUBDIR += py-cddb
+    SUBDIR += py-discid
     SUBDIR += py-discogs-client
     SUBDIR += py-eyed3
     SUBDIR += py-fastaudio

Added: head/audio/py-discid/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-discid/Makefile	Thu Feb 26 02:24:37 2015	(r379979)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	discid
+PORTVERSION=	1.1.0
+CATEGORIES=	audio python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	jhale@FreeBSD.org
+COMMENT=	Python libdiscid bindings
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+
+LIB_DEPENDS=	libdiscid.so:${PORTSDIR}/audio/libdiscid
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/audio/py-discid/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-discid/distinfo	Thu Feb 26 02:24:37 2015	(r379979)
@@ -0,0 +1,2 @@
+SHA256 (discid-1.1.0.tar.gz) = b39d443051b26d0230be7a6c616243daae93337a8711dd5d4119bb6a0e516fa8
+SIZE (discid-1.1.0.tar.gz) = 31160

Added: head/audio/py-discid/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-discid/pkg-descr	Thu Feb 26 02:24:37 2015	(r379979)
@@ -0,0 +1,3 @@
+Python bindings for the libdiscid CD-lookup library.
+
+WWW: https://github.com/JonnyJD/python-discid



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502260224.t1Q2Ocak083407>