From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 21:20:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB2CC423; Mon, 27 Jan 2014 21:20:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B69D3123A; Mon, 27 Jan 2014 21:20:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RLKMT5007770; Mon, 27 Jan 2014 21:20:22 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RLKLq4007764; Mon, 27 Jan 2014 21:20:21 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201401272120.s0RLKLq4007764@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 27 Jan 2014 21:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341455 - in head/audio: . libsidplayfp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 21:20:23 -0000 Author: makc Date: Mon Jan 27 21:20:21 2014 New Revision: 341455 URL: http://svnweb.freebsd.org/changeset/ports/341455 QAT: https://qat.redports.org/buildarchive/r341455/ Log: Add new port audio/libsidplayfp: Libsidplayfp is a fork of sidplay2 born with the aim to improve the quality of emulating the 6581, 8580 chips and the surrounding C64 system in order to play SID music better. WWW: http://sourceforge.net/projects/sidplay-residfp PR: ports/185218 Submitted by: RyoTa SimaMoto Added: head/audio/libsidplayfp/ head/audio/libsidplayfp/Makefile (contents, props changed) head/audio/libsidplayfp/distinfo (contents, props changed) head/audio/libsidplayfp/pkg-descr (contents, props changed) head/audio/libsidplayfp/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Jan 27 21:18:21 2014 (r341454) +++ head/audio/Makefile Mon Jan 27 21:20:21 2014 (r341455) @@ -408,6 +408,7 @@ SUBDIR += libshout2 SUBDIR += libsidplay SUBDIR += libsidplay2 + SUBDIR += libsidplayfp SUBDIR += libsmf SUBDIR += libsndfile SUBDIR += libtremor Added: head/audio/libsidplayfp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsidplayfp/Makefile Mon Jan 27 21:20:21 2014 (r341455) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= libsidplayfp +PORTVERSION= 1.2.2 +CATEGORIES= audio +MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R} + +MAINTAINER= liangtai.s16@gmail.com +COMMENT= Library to play Commodore 64 music derived from libsidplay2 + +USES= pathfix pkgconfig gmake +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +.include Added: head/audio/libsidplayfp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsidplayfp/distinfo Mon Jan 27 21:20:21 2014 (r341455) @@ -0,0 +1,2 @@ +SHA256 (libsidplayfp-1.2.2.tar.gz) = 7637d045de50c656813904714a5a23f5812a57d048f0c0accaf961c696fae059 +SIZE (libsidplayfp-1.2.2.tar.gz) = 633468 Added: head/audio/libsidplayfp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsidplayfp/pkg-descr Mon Jan 27 21:20:21 2014 (r341455) @@ -0,0 +1,5 @@ +Libsidplayfp is a fork of sidplay2 born with the aim to improve the quality +of emulating the 6581, 8580 chips and the surrounding C64 system in order +to play SID music better. + +WWW: http://sourceforge.net/projects/sidplay-residfp Added: head/audio/libsidplayfp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsidplayfp/pkg-plist Mon Jan 27 21:20:21 2014 (r341455) @@ -0,0 +1,27 @@ +include/sidplayfp/SidConfig.h +include/sidplayfp/SidDatabase.h +include/sidplayfp/SidInfo.h +include/sidplayfp/SidTune.h +include/sidplayfp/SidTuneInfo.h +include/sidplayfp/builders/resid.h +include/sidplayfp/builders/residfp.h +include/sidplayfp/event.h +include/sidplayfp/sidbuilder.h +include/sidplayfp/siddefs.h +include/sidplayfp/sidplayfp.h +include/sidplayfp/sidversion.h +include/stilview/stil.h +include/stilview/stildefs.h +lib/libsidplayfp.a +lib/libsidplayfp.la +lib/libsidplayfp.so +lib/libsidplayfp.so.3 +lib/libstilview.a +lib/libstilview.la +lib/libstilview.so +lib/libstilview.so.0 +libdata/pkgconfig/libsidplayfp.pc +libdata/pkgconfig/libstilview.pc +@dirrmtry include/sidplayfp/builders +@dirrmtry include/sidplayfp +@dirrmtry include/stilview