aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-20 06:14:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-20 06:14:32 +0000
commit2c6f1bb29942e372757fd899aabb845789471a5f (patch)
treefcd506713289e23b7828f5a2e281a9e8b1a8db7f /audio
parent822f72c2fdef4c81f65cc2f579424a315c60c87e (diff)
downloadports-2c6f1bb29942e372757fd899aabb845789471a5f.tar.gz
ports-2c6f1bb29942e372757fd899aabb845789471a5f.zip
Remove a useless meta port
Notes
Notes: svn path=/head/; revision=371231
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/mad/Makefile21
-rw-r--r--audio/mad/pkg-descr20
-rw-r--r--audio/mad/pkg-plist1
4 files changed, 0 insertions, 43 deletions
diff --git a/audio/Makefile b/audio/Makefile
index ff2eccd819ab..2fadfc9934ea 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -436,7 +436,6 @@
SUBDIR += lv2core
SUBDIR += lxmusic
SUBDIR += mac
- SUBDIR += mad
SUBDIR += madfufw
SUBDIR += madplay
SUBDIR += malint
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
deleted file mode 100644
index 1db422bbb41d..000000000000
--- a/audio/mad/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Jason R. Mastaler <jason@mastaler.com>
-# $FreeBSD$
-
-PORTNAME= mad
-PORTVERSION= 0.15.0b
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The "meta-port" for the MAD sound playback system
-
-RUN_DEPENDS= madplay:${PORTSDIR}/audio/madplay
-
-NO_BUILD= yes
-
-do-install: # empty
-
-.include <bsd.port.mk>
diff --git a/audio/mad/pkg-descr b/audio/mad/pkg-descr
deleted file mode 100644
index 3bb6fa27f919..000000000000
--- a/audio/mad/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
-as well as the MPEG-2 extension to Lower Sampling Frequencies. 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) or AAC, nor does it support
-the so-called MPEG 2.5 format.
-
-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)
-
-The software is distributed as a library (libmad) and command-line
-front-end (madplay).
-
-WWW: http://mad.sourceforge.net/
diff --git a/audio/mad/pkg-plist b/audio/mad/pkg-plist
deleted file mode 100644
index 93a9d89ea0f5..000000000000
--- a/audio/mad/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment Metaports do not have files :)