From owner-cvs-all@FreeBSD.ORG Sat Nov 12 18:15:54 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82442106566B; Sat, 12 Nov 2011 18:15:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4E58FC12; Sat, 12 Nov 2011 18:15:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pACIFslK015958; Sat, 12 Nov 2011 18:15:54 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pACIFsqS015957; Sat, 12 Nov 2011 18:15:54 GMT (envelope-from sunpoet) Message-Id: <201111121815.pACIFsqS015957@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Nov 2011 18:15:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/fplib Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2011 18:15:54 -0000 sunpoet 2011-11-12 18:15:54 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/fplib Makefile distinfo pkg-descr Log: - Add fplib 20100712 The last.fm fingerprint library The fingerprinting process works in two steps: 1. Get PCM data and pass it to *fplib* which will return byte string to be submitted to the last.fm HTTP fingerprint service. This will return a number (fingerprintID). 2. Query the last.fm API with the fingerprintID and obtain the metadata in xml format. The lastfmfpclient directory contains an example of application that uses fplib and queries both services. WWW: https://github.com/lastfm/Fingerprinter Feature safe: yes Revision Changes Path 1.1196 +1 -0 ports/audio/Makefile 1.1 +44 -0 ports/audio/fplib/Makefile (new) 1.1 +2 -0 ports/audio/fplib/distinfo (new) 1.1 +13 -0 ports/audio/fplib/pkg-descr (new)