Remove a useless meta port
This commit is contained in:
parent
822f72c2fd
commit
2c6f1bb299
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371231
5 changed files with 1 additions and 43 deletions
1
MOVED
1
MOVED
|
@ -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
|
||||
|
|
|
@ -436,7 +436,6 @@
|
|||
SUBDIR += lv2core
|
||||
SUBDIR += lxmusic
|
||||
SUBDIR += mac
|
||||
SUBDIR += mad
|
||||
SUBDIR += madfufw
|
||||
SUBDIR += madplay
|
||||
SUBDIR += malint
|
||||
|
|
|
@ -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>
|
|
@ -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/
|
|
@ -1 +0,0 @@
|
|||
@comment Metaports do not have files :)
|
Loading…
Reference in a new issue