# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libmad # libmad/pkg-plist # libmad/pkg-descr # libmad/distinfo # libmad/Makefile # echo c - libmad mkdir -p libmad > /dev/null 2>&1 echo x - libmad/pkg-plist sed 's/^X//' >libmad/pkg-plist << 'END-of-libmad/pkg-plist' Xlib/libmad.a Xlib/libmad.so Xlib/libmad.so.2 END-of-libmad/pkg-plist echo x - libmad/pkg-descr sed 's/^X//' >libmad/pkg-descr << 'END-of-libmad/pkg-descr' XMAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 Xas well as the MPEG-2 extension to Lower Sampling Frequencies. All Xthree audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are Xfully implemented. X XMAD does not yet support MPEG-2 multichannel audio (although it should Xbe backward compatible with such streams) or AAC, nor does it support Xthe so-called MPEG 2.5 format. X XMAD has the following special features: X X - 24-bit PCM output X - 100% fixed-point (integer) computation X - completely new implementation based on the ISO/IEC standards X - distributed under the terms of the GNU General Public License (GPL) X XThe software is distributed as a library (libmad) and command-line Xfront-end (madplay). X XWWW: http://mad.sourceforge.net/ END-of-libmad/pkg-descr echo x - libmad/distinfo sed 's/^X//' >libmad/distinfo << 'END-of-libmad/distinfo' XMD5 (libmad-0.15.0b.tar.gz) = 2e4487cdf922a6da2546bad74f643205 END-of-libmad/distinfo echo x - libmad/Makefile sed 's/^X//' >libmad/Makefile << 'END-of-libmad/Makefile' X# New ports collection makefile for: libmad X# Date created: 26 November 2003 X# Whom: Sergey Akifyev X# X# $FreeBSD$ X# X XPORTNAME= libmad XPORTVERSION= 0.15.0b XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ X ftp://ftp.mars.org/pub/mpeg/ XMASTER_SITE_SUBDIR= mad X XMAINTAINER= asa@gascom.ru XCOMMENT= libmad library (part of MAD project) X XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XCONFIGURE_ARGS= --disable-debugging \ X --enable-sso \ X --enable-accuracy X X.include END-of-libmad/Makefile exit