summaryrefslogtreecommitdiff
path: root/audio/mad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mad')
-rw-r--r--audio/mad/DESCR21
-rw-r--r--audio/mad/Makefile25
-rw-r--r--audio/mad/PLIST2
3 files changed, 0 insertions, 48 deletions
diff --git a/audio/mad/DESCR b/audio/mad/DESCR
deleted file mode 100644
index b28a8a384fd..00000000000
--- a/audio/mad/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-MAD (libmad) is a high-quality MPEG audio decoder. It currently
-supports MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies,
-as well as the so-called MPEG 2.5 format. All three audio layers
-(Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.
-
-MAD does not yet support MPEG-2 multichannel audio (although it
-should be backward compatible with such streams) nor does it
-currently support AAC.
-
-MAD has the following special features:
-
- - 24-bit PCM output
- - 100% fixed-point (integer) computation
- - completely new implementation based on the ISO/IEC standards
- - distributed under the terms of the GNU General Public License (GPL)
-
-Because MAD provides full 24-bit PCM output, applications using
-MAD are able to produce high quality audio. Even when the output
-device supports only 16-bit PCM, applications can use the extra
-resolution to increase the audible dynamic range through the use
-of dithering or noise shaping.
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
deleted file mode 100644
index 817972f498e..00000000000
--- a/audio/mad/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:11 joerg Exp $
-#
-
-DISTNAME= mad-0.15.0b
-PKGREVISION= 1
-CATEGORIES= audio meta-pkgs
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= simonb@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/mad/
-COMMENT= Meta-package for MAD (MPEG Audio Decoder)
-
-DEPENDS+= libmad>=0.15.0:../../audio/libmad
-DEPENDS+= libid3tag>=0.15.0:../../audio/libid3tag
-DEPENDS+= madplay>=0.15.0:../../audio/madplay
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= YES
-NO_CONFIGURE= YES
-NO_BUILD= YES
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/mad/PLIST b/audio/mad/PLIST
deleted file mode 100644
index 27708bdf80c..00000000000
--- a/audio/mad/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2003/07/10 09:06:02 adam Exp $
-@comment this plist intentionally left empty