diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/libvorbis-aotuv/Makefile | 24 | ||||
-rw-r--r-- | audio/libvorbis-aotuv/distinfo | 4 | ||||
-rw-r--r-- | audio/libvorbis-aotuv/pkg-descr | 15 |
5 files changed, 1 insertions, 44 deletions
@@ -1264,3 +1264,4 @@ graphics/py-magick||2004-10-12|Broken without view for a fix net/netatalk-devel|net/netatalk|2004-10-12|Netatalk port upgraded to 2.0.0 textproc/p5-XML-RSS-Parser|textproc/p5-XML-RAI|2004-10-13|Module was integrated into XML-RAI package misc/kwordquiz|misc/kdeedu3|2004-10-13|kwordquiz was integrated into the kdeedu3 port +audio/libvorbis-aotuv|audio/libvorbis|2004-10-13|The aoTuV enhancement has been merged into the mainstream diff --git a/audio/Makefile b/audio/Makefile index 829ef83de5e0..b006e1a61594 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -183,7 +183,6 @@ SUBDIR += libtremor SUBDIR += libtunepimp SUBDIR += libvorbis - SUBDIR += libvorbis-aotuv SUBDIR += libworkman SUBDIR += lindele SUBDIR += linux-arts diff --git a/audio/libvorbis-aotuv/Makefile b/audio/libvorbis-aotuv/Makefile deleted file mode 100644 index 1c7a39c4aa5a..000000000000 --- a/audio/libvorbis-aotuv/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: libvorbis-aotuv -# Date created: 28 May 2004 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../libvorbis - -PKGNAMESUFFIX= -aotuv - -MAINTAINER= knu@FreeBSD.org -COMMENT= A variant of libvorbis enhanced for sound quality - -PATCH_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ -PATCHFILES= libvorbis-aotuv_b2.patch.bz2 -PATCH_DIST_STRIP= -p1 - -CONFLICTS= libvorbis-[0-9]* - -DESCR= ${.CURDIR}/pkg-descr -MD5_FILE= ${.CURDIR}/distinfo - -.include "${MASTERDIR}/Makefile" diff --git a/audio/libvorbis-aotuv/distinfo b/audio/libvorbis-aotuv/distinfo deleted file mode 100644 index b394011a60a2..000000000000 --- a/audio/libvorbis-aotuv/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (libvorbis-1.0.1.tar.gz) = 4d6726fd02ce02f6e24824e594b0949a -SIZE (libvorbis-1.0.1.tar.gz) = 1218076 -MD5 (libvorbis-aotuv_b2.patch.bz2) = f42febdc1d82c201bb3ad47be24e24ad -SIZE (libvorbis-aotuv_b2.patch.bz2) = 12952 diff --git a/audio/libvorbis-aotuv/pkg-descr b/audio/libvorbis-aotuv/pkg-descr deleted file mode 100644 index 8ebde66712a8..000000000000 --- a/audio/libvorbis-aotuv/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -aoTuV is a variant of libvorbis enhanced for sound quality, based on -libvorbis 1.0.1 of Xiph.Org. - -On the frequency of 26kHz or more, q-2 (nominal 40kbps/44.1-48kHz) can -be used. A part of Nominal bitrate has changed. Use of bitrate -management mode is not recommended. (In the future, psy.c and -mapping0.c will need to be improved.) - -Copyright (c) 2002, 2003 Xiph.Org Foundation -Copyright (c) 2003, 2004 Aoyumi - -Licensed under the original libvorbis's BSD-style license - -Author: aoyumi <aoyumi@inter7.jp> -WWW: http://www.geocities.jp/aoyoume/aotuv/ |