From 4991dd0eac9df878678eae89126db950cc516d4c Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:11:36 +0000 Subject: Move pkg/ files into package's toplevel directory --- audio/mad/DESCR | 15 +++++++++++++++ audio/mad/PLIST | 16 ++++++++++++++++ audio/mad/pkg/DESCR | 15 --------------- audio/mad/pkg/PLIST | 16 ---------------- 4 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 audio/mad/DESCR create mode 100644 audio/mad/PLIST delete mode 100644 audio/mad/pkg/DESCR delete mode 100644 audio/mad/pkg/PLIST (limited to 'audio/mad') diff --git a/audio/mad/DESCR b/audio/mad/DESCR new file mode 100644 index 00000000000..923313d6893 --- /dev/null +++ b/audio/mad/DESCR @@ -0,0 +1,15 @@ +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 aka 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 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) diff --git a/audio/mad/PLIST b/audio/mad/PLIST new file mode 100644 index 00000000000..2d199ae29c3 --- /dev/null +++ b/audio/mad/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:17:14 zuntum Exp $ +bin/abxtest +bin/madplay +include/mad.h +lib/libmad.so +lib/libmad.so.0 +lib/libmad.so.0.0 +lib/libmad.a +lib/libmad.la +man/man1/abxtest.1 +man/man1/madplay.1 +share/locale/en/LC_MESSAGES/mad.mo +share/locale/es/LC_MESSAGES/mad.mo +share/locale/fr/LC_MESSAGES/mad.mo +share/locale/hr/LC_MESSAGES/mad.mo +share/locale/no/LC_MESSAGES/mad.mo diff --git a/audio/mad/pkg/DESCR b/audio/mad/pkg/DESCR deleted file mode 100644 index 923313d6893..00000000000 --- a/audio/mad/pkg/DESCR +++ /dev/null @@ -1,15 +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 aka 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 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) diff --git a/audio/mad/pkg/PLIST b/audio/mad/pkg/PLIST deleted file mode 100644 index 2aea8b3998d..00000000000 --- a/audio/mad/pkg/PLIST +++ /dev/null @@ -1,16 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/19 10:26:20 wiz Exp $ -bin/abxtest -bin/madplay -include/mad.h -lib/libmad.so -lib/libmad.so.0 -lib/libmad.so.0.0 -lib/libmad.a -lib/libmad.la -man/man1/abxtest.1 -man/man1/madplay.1 -share/locale/en/LC_MESSAGES/mad.mo -share/locale/es/LC_MESSAGES/mad.mo -share/locale/fr/LC_MESSAGES/mad.mo -share/locale/hr/LC_MESSAGES/mad.mo -share/locale/no/LC_MESSAGES/mad.mo -- cgit v1.2.3