From owner-cvs-all@FreeBSD.ORG Thu Sep 14 16:22:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 772CF16A412; Thu, 14 Sep 2006 16:22:35 +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 6BD0643D45; Thu, 14 Sep 2006 16:22:33 +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 k8EGMXWH024664; Thu, 14 Sep 2006 16:22:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8EGMXI4024663; Thu, 14 Sep 2006 16:22:33 GMT (envelope-from sat) Message-Id: <200609141622.k8EGMXI4024663@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 14 Sep 2006 16:22:32 +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/libaiff Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2006 16:22:35 -0000 sat 2006-09-14 16:22:32 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/libaiff Makefile distinfo pkg-descr Log: Add port audio/libaiff: LibAiff is a library for C applications, providing transparent read and write operations for Audio Interchange File Format files. With LibAiff your application can easily use the Audio IFF format to interchange digital audio. LibAiff wants to implement all the features of the AIFF 1.3 standard, including markers, comments, etc. This version of LibAiff supports the following features: * Reading any valid Audio IFF file. * Writing a valid Audio IFF file. * Reading a compressed AIFF Compressed (AIFC) file with audio encoded in Linear PCM, both big-endian and little-endian. * Read & write samples in all formats supported by the Audio IFF standard. * Convert any sample format to and from 32 bits. * Getting and setting all the AIFF Attributes. * Reading and writing markers to positions on the sound. * Reading instrument data from AIFF files. WWW: http://aifftools.sourceforge.net/libaiff/ Revision Changes Path 1.769 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/libaiff/Makefile (new) 1.1 +3 -0 ports/audio/libaiff/distinfo (new) 1.1 +22 -0 ports/audio/libaiff/pkg-descr (new)