From owner-svn-ports-head@FreeBSD.ORG Thu Jul 19 20:56:44 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DABD5106566C; Thu, 19 Jul 2012 20:56:44 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ABFA88FC12; Thu, 19 Jul 2012 20:56:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6JKuinq021987; Thu, 19 Jul 2012 20:56:44 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6JKui8a021982; Thu, 19 Jul 2012 20:56:44 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201207192056.q6JKui8a021982@svn.freebsd.org> From: Christian Weisgerber Date: Thu, 19 Jul 2012 20:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301190 - in head/audio: . opus-tools X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 19 Jul 2012 20:56:45 -0000 Author: naddy Date: Thu Jul 19 20:56:44 2012 New Revision: 301190 URL: http://svn.freebsd.org/changeset/ports/301190 Log: Import opus-tools 0.1.3. Opus-tools provides command-line utilities to encode, inspect, and decode .opus files. WWW: http://opus-codec.org/ Added: head/audio/opus-tools/ head/audio/opus-tools/Makefile (contents, props changed) head/audio/opus-tools/distinfo (contents, props changed) head/audio/opus-tools/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Jul 19 20:15:43 2012 (r301189) +++ head/audio/Makefile Thu Jul 19 20:56:44 2012 (r301190) @@ -522,6 +522,7 @@ SUBDIR += openspc SUBDIR += optimfrog SUBDIR += opus + SUBDIR += opus-tools SUBDIR += osalp SUBDIR += osd-lyrics SUBDIR += osdmixer Added: head/audio/opus-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/opus-tools/Makefile Thu Jul 19 20:56:44 2012 (r301190) @@ -0,0 +1,25 @@ +# New ports collection makefile for: opus-tools +# Date created: 2012-07-19 +# Whom: Christian Weisgerber +# +# $FreeBSD$ +# + +PORTNAME= opus-tools +PORTVERSION= 0.1.3 +CATEGORIES= audio +MASTER_SITES= http://downloads.xiph.org/releases/opus/ + +MAINTAINER= naddy@FreeBSD.org +COMMENT= Encode, inspect, and decode Opus files + +LIB_DEPENDS= ogg.8:${PORTSDIR}/audio/libogg \ + opus:${PORTSDIR}/audio/opus + +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/opusdec bin/opusenc bin/opusinfo +MAN1= opusdec.1 opusenc.1 opusinfo.1 + +.include Added: head/audio/opus-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/opus-tools/distinfo Thu Jul 19 20:56:44 2012 (r301190) @@ -0,0 +1,2 @@ +SHA256 (opus-tools-0.1.3.tar.gz) = 008317297d6ce84f84992abf8cc948a048a4fa135e1d1caf429fafde8965a792 +SIZE (opus-tools-0.1.3.tar.gz) = 269141 Added: head/audio/opus-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/opus-tools/pkg-descr Thu Jul 19 20:56:44 2012 (r301190) @@ -0,0 +1,4 @@ +Opus-tools provides command-line utilities to encode, inspect, and +decode .opus files. + +WWW: http://opus-codec.org/