summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/libogg/Makefile28
-rw-r--r--audio/libogg/distinfo3
-rw-r--r--audio/libogg/files/patch-Makefile.in14
-rw-r--r--audio/libogg/files/patch-configure25
-rw-r--r--audio/libogg/files/patch-doc_Makefile.in14
-rw-r--r--audio/libogg/files/patch-doc_libogg_Makefile.in14
-rw-r--r--audio/libogg/pkg-descr7
-rw-r--r--audio/libogg/pkg-plist86
-rw-r--r--audio/libvorbis/Makefile31
-rw-r--r--audio/libvorbis/distinfo3
-rw-r--r--audio/libvorbis/files/patch-Makefile.in14
-rw-r--r--audio/libvorbis/files/patch-configure27
-rw-r--r--audio/libvorbis/files/patch-doc_Makefile.in14
-rw-r--r--audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in14
-rw-r--r--audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in14
-rw-r--r--audio/libvorbis/pkg-descr21
-rw-r--r--audio/libvorbis/pkg-plist126
17 files changed, 0 insertions, 455 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
deleted file mode 100644
index 5903667ae..000000000
--- a/audio/libogg/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: libogg
-# Date created: 18 October 2000
-# Whom: t.vanklaveren@student.utwente.nl
-#
-# $FreeBSD$
-#
-
-PORTNAME= libogg
-PORTVERSION= 1.1.3
-PORTEPOCH= 3
-CATEGORIES= audio
-MASTER_SITES= http://downloads.xiph.org/releases/ogg/
-
-MAINTAINER= naddy@FreeBSD.org
-COMMENT= Ogg bitstream library
-
-USE_AUTOTOOLS= libtool:15
-GNU_CONFIGURE= yes
-USE_GNOME= gnomehack
-INSTALLS_SHLIB= yes
-
-.if defined(NOPORTDOCS)
-MAKE_ENV= DOC=""
-.else
-MAKE_ENV= DOC=doc
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/libogg/distinfo b/audio/libogg/distinfo
deleted file mode 100644
index c5699af3e..000000000
--- a/audio/libogg/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libogg-1.1.3.tar.gz) = eaf7dc6ebbff30975de7527a80831585
-SHA256 (libogg-1.1.3.tar.gz) = bae29e79fbc50bbedf1235852094b71c8c910a1ef0cd42fe4163b7b545630b65
-SIZE (libogg-1.1.3.tar.gz) = 403467
diff --git a/audio/libogg/files/patch-Makefile.in b/audio/libogg/files/patch-Makefile.in
deleted file mode 100644
index 76fd93be3..000000000
--- a/audio/libogg/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Sun Apr 29 18:15:46 2007
-+++ Makefile.in Sun Apr 29 18:16:11 2007
-@@ -196,7 +196,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
--SUBDIRS = src include doc win32
-+SUBDIRS = src include $(DOC) win32
- m4datadir = $(datadir)/aclocal
- m4data_DATA = ogg.m4
- pkgconfigdir = $(libdir)/pkgconfig
diff --git a/audio/libogg/files/patch-configure b/audio/libogg/files/patch-configure
deleted file mode 100644
index 3f600b9a5..000000000
--- a/audio/libogg/files/patch-configure
+++ /dev/null
@@ -1,25 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Mon Nov 17 17:34:08 2003
-+++ configure Mon Nov 24 18:26:28 2003
-@@ -7818,7 +7819,7 @@
- ;;
- *)
- DEBUG="-g"
-- CFLAGS="-O"
-+ CFLAGS=""
- PROFILE="-g -p"
- ;;
- esac
-@@ -7841,8 +7842,8 @@
- ;;
- *)
- DEBUG="-g -Wall -fsigned-char"
-- CFLAGS="-O20 -fsigned-char"
-- PROFILE="-O20 -g -pg -fsigned-char"
-+ CFLAGS="-fsigned-char"
-+ PROFILE="-g -pg -fsigned-char"
- ;;
- esac
- fi
diff --git a/audio/libogg/files/patch-doc_Makefile.in b/audio/libogg/files/patch-doc_Makefile.in
deleted file mode 100644
index 5609e8fd3..000000000
--- a/audio/libogg/files/patch-doc_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- doc/Makefile.in.orig
-+++ doc/Makefile.in
-@@ -178,7 +178,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- SUBDIRS = libogg
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
-+docdir = $(datadir)/doc/$(PACKAGE)
- doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
- stream.png vorbisword2.png white-ogg.png white-xifish.png \
- rfc3533.txt rfc3534.txt
diff --git a/audio/libogg/files/patch-doc_libogg_Makefile.in b/audio/libogg/files/patch-doc_libogg_Makefile.in
deleted file mode 100644
index 8b1f86211..000000000
--- a/audio/libogg/files/patch-doc_libogg_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- doc/libogg/Makefile.in.orig
-+++ doc/libogg/Makefile.in
-@@ -168,7 +168,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
-+docdir = $(datadir)/doc/$(PACKAGE)/ogg
- doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
- general.html index.html ogg_packet.html ogg_packet_clear.html\
- ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html\
diff --git a/audio/libogg/pkg-descr b/audio/libogg/pkg-descr
deleted file mode 100644
index f04523a34..000000000
--- a/audio/libogg/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Ogg project codecs use the Ogg bitstream format to arrange the raw,
-compressed bitstream into a more robust, useful form. For example,
-the Ogg bitstream makes seeking, time stamping and error recovery
-possible, as well as mixing several separate, concurrent media
-streams into a single physical bitstream.
-
-WWW: http://www.xiph.org/ogg/
diff --git a/audio/libogg/pkg-plist b/audio/libogg/pkg-plist
deleted file mode 100644
index 2e50da679..000000000
--- a/audio/libogg/pkg-plist
+++ /dev/null
@@ -1,86 +0,0 @@
-@comment $FreeBSD$
-include/ogg/config_types.h
-include/ogg/ogg.h
-include/ogg/os_types.h
-lib/libogg.a
-lib/libogg.la
-lib/libogg.so
-lib/libogg.so.5
-libdata/pkgconfig/ogg.pc
-share/aclocal/ogg.m4
-%%PORTDOCS%%%%DOCSDIR%%/framing.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg-multiplex.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/bitpacking.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/datastructures.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/decoding.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/encoding.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/general.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/index.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_packet.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_packet_clear.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_bos.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_checksum_set.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_continued.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_eos.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_granulepos.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_packets.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_pageno.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_serialno.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_page_version.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_clear.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_eos.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_flush.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_init.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_packetin.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_packetout.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_packetpeek.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_pagein.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_pageout.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_reset.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_reset_serialno.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_stream_state.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_buffer.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_clear.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_init.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_pageout.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_pageseek.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_reset.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_state.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/ogg_sync_wrote.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_adv.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_adv1.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_bits.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_buffer.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_bytes.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_get_buffer.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_look.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_look1.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_read.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_read1.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_readinit.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_reset.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_write.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_writealign.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_writeclear.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_writecopy.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_writeinit.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/oggpack_writetrunc.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/reference.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/style.css
-%%PORTDOCS%%%%DOCSDIR%%/ogg/vorbis_comment.html
-%%PORTDOCS%%%%DOCSDIR%%/ogg/vorbis_info.html
-%%PORTDOCS%%%%DOCSDIR%%/oggstream.html
-%%PORTDOCS%%%%DOCSDIR%%/rfc3533.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc3534.txt
-%%PORTDOCS%%%%DOCSDIR%%/stream.png
-%%PORTDOCS%%%%DOCSDIR%%/vorbisword2.png
-%%PORTDOCS%%%%DOCSDIR%%/white-ogg.png
-%%PORTDOCS%%%%DOCSDIR%%/white-xifish.png
-@dirrm include/ogg
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/ogg
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
deleted file mode 100644
index f252652fb..000000000
--- a/audio/libvorbis/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: libvorbis
-# Date created: 18 October 2000
-# Whom: t.vanklaveren@student.utwente.nl
-#
-# $FreeBSD$
-#
-
-PORTNAME= libvorbis
-PORTVERSION= 1.1.2
-PORTEPOCH= 3
-CATEGORIES= audio
-MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
-
-MAINTAINER= naddy@FreeBSD.org
-COMMENT= Audio compression codec library
-
-LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
-
-USE_AUTOTOOLS= libtool:15
-GNU_CONFIGURE= yes
-USE_GNOME= gnomehack
-CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
-INSTALLS_SHLIB= yes
-
-.if defined(NOPORTDOCS)
-MAKE_ENV= DOC=""
-.else
-MAKE_ENV= DOC=doc
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/libvorbis/distinfo b/audio/libvorbis/distinfo
deleted file mode 100644
index 5dffde0d7..000000000
--- a/audio/libvorbis/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libvorbis-1.1.2.tar.gz) = 37847626b8e1b53ae79a34714c7b3211
-SHA256 (libvorbis-1.1.2.tar.gz) = 3f7135ccbda589c251017912f5f5ec9da626c976d2376bcfda19ad6b9c4a6050
-SIZE (libvorbis-1.1.2.tar.gz) = 1316434
diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in
deleted file mode 100644
index ac8722f23..000000000
--- a/audio/libvorbis/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Sun Apr 29 18:07:34 2007
-+++ Makefile.in Sun Apr 29 18:08:08 2007
-@@ -217,7 +217,7 @@
- target_os = @target_os@
- target_vendor = @target_vendor@
- AUTOMAKE_OPTIONS = foreign dist-zip
--SUBDIRS = lib include doc examples vq
-+SUBDIRS = lib include $(DOC) examples vq
- m4datadir = $(datadir)/aclocal
- m4data_DATA = vorbis.m4
- pkgconfigdir = $(libdir)/pkgconfig
diff --git a/audio/libvorbis/files/patch-configure b/audio/libvorbis/files/patch-configure
deleted file mode 100644
index ee94080e0..000000000
--- a/audio/libvorbis/files/patch-configure
+++ /dev/null
@@ -1,27 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Fri Jul 19 16:12:17 2002
-+++ configure Sat Oct 5 17:57:37 2002
-@@ -5441,7 +5442,7 @@
- PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;;
- *)
- DEBUG="-g"
-- CFLAGS="-O"
-+ CFLAGS=""
- PROFILE="-g -p" ;;
- esac
- else
-@@ -5536,9 +5537,9 @@
- CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char"
- PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char";;
- *)
-- DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char"
-- CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char"
-- PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
-+ DEBUG="-g -Wall -W -fsigned-char"
-+ CFLAGS="-fsigned-char"
-+ PROFILE="-g -pg -fsigned-char" ;;
- esac
- fi
- CFLAGS="$CFLAGS $cflags_save"
diff --git a/audio/libvorbis/files/patch-doc_Makefile.in b/audio/libvorbis/files/patch-doc_Makefile.in
deleted file mode 100644
index 574bbb029..000000000
--- a/audio/libvorbis/files/patch-doc_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- doc/Makefile.in.orig Fri Sep 24 02:11:04 2004
-+++ doc/Makefile.in Fri Sep 24 02:11:14 2004
-@@ -184,7 +184,7 @@
- target_os = @target_os@
- target_vendor = @target_vendor@
- SUBDIRS = vorbisfile vorbisenc
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
-+docdir = $(datadir)/doc/$(PACKAGE)
-
- ### all of the static docs, commited to SVN and included as is
- static_docs = \
diff --git a/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in b/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in
deleted file mode 100644
index 687548cb1..000000000
--- a/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- doc/vorbisenc/Makefile.in.orig Fri Sep 24 02:11:29 2004
-+++ doc/vorbisenc/Makefile.in Fri Sep 24 02:11:45 2004
-@@ -174,7 +174,7 @@
- target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
-+docdir = $(datadir)/doc/$(PACKAGE)/vorbisenc
- doc_DATA = index.html overview.html reference.html style.css\
- vorbis_encode_ctl.html vorbis_encode_init.html vorbis_info.html\
- vorbis_encode_init_vbr.html
diff --git a/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in b/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in
deleted file mode 100644
index 1e7550555..000000000
--- a/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- doc/vorbisfile/Makefile.in.orig Fri Sep 24 02:11:56 2004
-+++ doc/vorbisfile/Makefile.in Fri Sep 24 02:12:12 2004
-@@ -174,7 +174,7 @@
- target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
-+docdir = $(datadir)/doc/$(PACKAGE)/vorbisfile
- doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
- chainingexample.html crosslap.html datastructures.html decoding.html\
- example.html exampleindex.html fileinfo.html index.html\
diff --git a/audio/libvorbis/pkg-descr b/audio/libvorbis/pkg-descr
deleted file mode 100644
index a41d92020..000000000
--- a/audio/libvorbis/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Vorbis is a general purpose audio and music encoding format
-contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond
-MPEG audio layer 3. Unlike the MPEG sponsored formats (and other
-proprietary formats such as RealAudio G2 and Windows' flavor of the
-month), the Vorbis CODEC specification belongs to the public domain.
-All the technical details are published and documented, and any
-software entity may make full use of the format without royalty or
-patent concerns.
-
-This package contains:
-
-- libvorbis, a BSD-license software implementation of the Vorbis
- specification by the Xiphophorus company.
-
-- libvorbisfile, a BSD-license convenience library built on Vorbis
- designed to simplify common uses.
-
-- libvorbisenc, a BSD-license library that provides a simple,
- programmatic encoding setup interface.
-
-WWW: http://www.xiph.org/ogg/vorbis/
diff --git a/audio/libvorbis/pkg-plist b/audio/libvorbis/pkg-plist
deleted file mode 100644
index acce25432..000000000
--- a/audio/libvorbis/pkg-plist
+++ /dev/null
@@ -1,126 +0,0 @@
-@comment $FreeBSD$
-include/vorbis/codec.h
-include/vorbis/vorbisenc.h
-include/vorbis/vorbisfile.h
-lib/libvorbis.a
-lib/libvorbis.la
-lib/libvorbis.so
-lib/libvorbis.so.3
-lib/libvorbisenc.a
-lib/libvorbisenc.la
-lib/libvorbisenc.so
-lib/libvorbisenc.so.2
-lib/libvorbisfile.a
-lib/libvorbisfile.la
-lib/libvorbisfile.so
-lib/libvorbisfile.so.4
-libdata/pkgconfig/vorbis.pc
-libdata/pkgconfig/vorbisenc.pc
-libdata/pkgconfig/vorbisfile.pc
-share/aclocal/vorbis.m4
-%%PORTDOCS%%%%DOCSDIR%%/components.png
-%%PORTDOCS%%%%DOCSDIR%%/draft-kerr-avt-vorbis-rtp-03.txt
-%%PORTDOCS%%%%DOCSDIR%%/eightphase.png
-%%PORTDOCS%%%%DOCSDIR%%/evenlsp.png
-%%PORTDOCS%%%%DOCSDIR%%/floor1-1.png
-%%PORTDOCS%%%%DOCSDIR%%/floor1-2.png
-%%PORTDOCS%%%%DOCSDIR%%/floor1-3.png
-%%PORTDOCS%%%%DOCSDIR%%/floor1-4.png
-%%PORTDOCS%%%%DOCSDIR%%/floor1_inverse_dB_table.html
-%%PORTDOCS%%%%DOCSDIR%%/floorval.png
-%%PORTDOCS%%%%DOCSDIR%%/fourphase.png
-%%PORTDOCS%%%%DOCSDIR%%/framing.html
-%%PORTDOCS%%%%DOCSDIR%%/helper.html
-%%PORTDOCS%%%%DOCSDIR%%/hufftree-under.png
-%%PORTDOCS%%%%DOCSDIR%%/hufftree.png
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/lspmap.png
-%%PORTDOCS%%%%DOCSDIR%%/oddlsp.png
-%%PORTDOCS%%%%DOCSDIR%%/oggstream.html
-%%PORTDOCS%%%%DOCSDIR%%/programming.html
-%%PORTDOCS%%%%DOCSDIR%%/residue-pack.png
-%%PORTDOCS%%%%DOCSDIR%%/residue2.png
-%%PORTDOCS%%%%DOCSDIR%%/squarepolar.png
-%%PORTDOCS%%%%DOCSDIR%%/stereo.html
-%%PORTDOCS%%%%DOCSDIR%%/stream.png
-%%PORTDOCS%%%%DOCSDIR%%/v-comment.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbis-clip.txt
-%%PORTDOCS%%%%DOCSDIR%%/vorbis-errors.txt
-%%PORTDOCS%%%%DOCSDIR%%/vorbis-fidelity.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbis.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/index.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/reference.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/style.css
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_ctl.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_init.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_init_vbr.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_info.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/OggVorbis_File.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/callbacks.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/chaining_example_c.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/chainingexample.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/crosslap.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/datastructures.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/decoding.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/example.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/exampleindex.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/fileinfo.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/index.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/initialization.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_bitrate.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_bitrate_instant.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_callbacks.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_clear.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_comment.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_crosslap.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_info.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_open.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_open_callbacks.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_pcm_seek.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_pcm_seek_lap.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_pcm_seek_page.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_pcm_seek_page_lap.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_pcm_tell.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_pcm_total.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_raw_seek.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_raw_seek_lap.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_raw_tell.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_raw_total.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_read.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_read_float.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_seekable.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_serialnumber.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_streams.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_test.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_test_callbacks.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_test_open.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_time_seek.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_time_seek_lap.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_time_seek_page.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_time_seek_page_lap.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_time_tell.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_time_total.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/reference.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/return.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seekexample.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seeking.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seeking_example_c.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seeking_test_c.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seekingexample.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/style.css
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/threads.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/vorbis_comment.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/vorbis_info.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/vorbisfile_example_c.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisword2.png
-%%PORTDOCS%%%%DOCSDIR%%/wait.png
-%%PORTDOCS%%%%DOCSDIR%%/white-ogg.png
-%%PORTDOCS%%%%DOCSDIR%%/white-xifish.png
-%%PORTDOCS%%%%DOCSDIR%%/window1.png
-%%PORTDOCS%%%%DOCSDIR%%/window2.png
-@dirrm include/vorbis
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/vorbisenc
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/vorbisfile
-%%PORTDOCS%%@dirrm %%DOCSDIR%%