From owner-cvs-ports@FreeBSD.ORG Sat Oct 7 22:43:37 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A9A716A407; Sat, 7 Oct 2006 22:43:37 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 078E943D5F; Sat, 7 Oct 2006 22:43:37 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k97Mhapx013487; Sat, 7 Oct 2006 22:43:36 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k97MhaVE013486; Sat, 7 Oct 2006 22:43:36 GMT (envelope-from sat) Message-Id: <200610072243.k97MhaVE013486@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 7 Oct 2006 22:43:36 +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/liboggz Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 22:43:37 -0000 sat 2006-10-07 22:43:36 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/liboggz Makefile distinfo pkg-descr pkg-plist Log: Add port audio/liboggz: Oggz provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format. liboggz supports the flexibility afforded by the Ogg file format while presenting the following API niceties: * Strict adherence to the formatting requirements of Ogg bitstreams, to ensure that only valid bitstreams are generated * A simple, callback based open/read/close or open/write/close interface to raw Ogg files * A customisable seeking abstraction for seeking on multitrack Ogg data * A packet queue for feeding incoming packets for writing, with callback based notification when this queue is empty * A means of overriding the IO functions used by Oggz, for easier integration with media frameworks and similar systems. * A handy table structure for storing information on each logical bitstream WWW: http://www.annodex.net/software/liboggz/html/ Revision Changes Path 1.776 +1 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/liboggz/Makefile (new) 1.1 +3 -0 ports/audio/liboggz/distinfo (new) 1.1 +20 -0 ports/audio/liboggz/pkg-descr (new) 1.1 +104 -0 ports/audio/liboggz/pkg-plist (new)