diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-20 06:14:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-20 06:14:32 +0000 |
commit | 2c6f1bb29942e372757fd899aabb845789471a5f (patch) | |
tree | fcd506713289e23b7828f5a2e281a9e8b1a8db7f | |
parent | 822f72c2fdef4c81f65cc2f579424a315c60c87e (diff) | |
download | ports-2c6f1bb29942e372757fd899aabb845789471a5f.tar.gz ports-2c6f1bb29942e372757fd899aabb845789471a5f.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/mad/Makefile | 21 | ||||
-rw-r--r-- | audio/mad/pkg-descr | 20 | ||||
-rw-r--r-- | audio/mad/pkg-plist | 1 |
5 files changed, 1 insertions, 43 deletions
@@ -7164,3 +7164,4 @@ graphics/libfreehand00|graphics/libfreehand|2014-10-17|Replaced by newer version graphics/libcdr|graphics/libcdr01|2014-10-17|Replaced by newer version print/libmspub|print/libmspub01|2014-10-17|Replaced by newer version devel/py-olefileio_pl|devel/py-olefile|2014-10-17|Upstream name change +audio/mad||2014-10-20|Directly use audio/libmad or audio/madplay 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 :) |