From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 13 14:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ADCA6E4C for ; Wed, 13 Feb 2013 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 97443391 for ; Wed, 13 Feb 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1DE01XE061647 for ; Wed, 13 Feb 2013 14:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1DE01JQ061646; Wed, 13 Feb 2013 14:00:01 GMT (envelope-from gnats) Resent-Date: Wed, 13 Feb 2013 14:00:01 GMT Resent-Message-Id: <201302131400.r1DE01JQ061646@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Felder Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0C009C3E for ; Wed, 13 Feb 2013 13:55:25 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id C665035D for ; Wed, 13 Feb 2013 13:55:24 +0000 (UTC) Received: from feld by feld.me with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U5cnw-000FJq-Jv for FreeBSD-gnats-submit@freebsd.org; Wed, 13 Feb 2013 07:55:20 -0600 Message-Id: Date: Wed, 13 Feb 2013 07:55:20 -0600 From: Mark Felder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176110: [NEW PORT] audio/py27-pyacoustid: Bindings for Chromaprint acoustic fingerprinting and the Acoustid API X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 14:00:01 -0000 >Number: 176110 >Category: ports >Synopsis: [NEW PORT] audio/py27-pyacoustid: Bindings for Chromaprint acoustic fingerprinting and the Acoustid API >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 13 14:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: feld >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec 3 07:51:34 >Description: Bindings for Chromaprint acoustic fingerprinting and the Acoustid API WWW: https://github.com/sampsyo/pyacoustid Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-pyacoustid # py-pyacoustid/distinfo # py-pyacoustid/pkg-plist # py-pyacoustid/Makefile # py-pyacoustid/pkg-descr # echo c - py-pyacoustid mkdir -p py-pyacoustid > /dev/null 2>&1 echo x - py-pyacoustid/distinfo sed 's/^X//' >py-pyacoustid/distinfo << 'cb559f1cb2170e5ee1432efc3d7f86c1' XSHA256 (pyacoustid-0.7.tar.gz) = ad1d15773a776d7880350062131f055e260f4c39135cfcc1cfbfdbcbfc08f2ef XSIZE (pyacoustid-0.7.tar.gz) = 10173 cb559f1cb2170e5ee1432efc3d7f86c1 echo x - py-pyacoustid/pkg-plist sed 's/^X//' >py-pyacoustid/pkg-plist << 'ec60a53cb013c9fd291c6c80b581c583' X%%PYTHON_SITELIBDIR%%/acoustid.py X%%PYTHON_SITELIBDIR%%/chromaprint.py ec60a53cb013c9fd291c6c80b581c583 echo x - py-pyacoustid/Makefile sed 's/^X//' >py-pyacoustid/Makefile << '619b579934e52cd42dc4f8a7bdc0d9cb' X# $FreeBSD$ X XPORTNAME= pyacoustid XPORTVERSION= 0.7 XCATEGORIES= audio python XMASTER_SITES= http://pypi.python.org/packages/source/p/${PORTNAME}/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= feld@feld.me XCOMMENT= Bindings for Chromaprint acoustic fingerprinting and the Acoustid API X XLICENSE= MIT X XBUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools XLIB_DEPENDS= chromaprint:${PORTSDIR}/audio/chromaprint X XUSE_PYTHON= yes X X.include X Xdo-build: X @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ X ${PYSETUP} build) X Xdo-install: X cd ${WRKSRC}/build/lib && ${COPYTREE_SHARE} \* ${PYTHONPREFIX_SITELIBDIR}/ X X.include 619b579934e52cd42dc4f8a7bdc0d9cb echo x - py-pyacoustid/pkg-descr sed 's/^X//' >py-pyacoustid/pkg-descr << 'a7faa07cfe99f4400c0e5fd5014ce46d' XBindings for Chromaprint acoustic fingerprinting and the Acoustid API X XWWW: https://github.com/sampsyo/pyacoustid a7faa07cfe99f4400c0e5fd5014ce46d exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: