diff options
author | trevor <trevor@FreeBSD.org> | 2000-11-03 05:11:47 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-11-03 05:11:47 +0800 |
commit | 843ce62cc4d78c91a399ec2586b573b98b5db8db (patch) | |
tree | 9b94595a19ae3fd34afcfb426897e0570e15e4c3 /audio/libogg/pkg-plist | |
parent | cb9014e734b294012c70b983e08e4186aad4d974 (diff) | |
download | freebsd-ports-gnome-843ce62cc4d78c91a399ec2586b573b98b5db8db.tar.gz freebsd-ports-gnome-843ce62cc4d78c91a399ec2586b573b98b5db8db.tar.zst freebsd-ports-gnome-843ce62cc4d78c91a399ec2586b573b98b5db8db.zip |
Add new port of libogg, a library for handling Ogg streams.
PR: 22096
Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Diffstat (limited to 'audio/libogg/pkg-plist')
-rw-r--r-- | audio/libogg/pkg-plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/libogg/pkg-plist b/audio/libogg/pkg-plist new file mode 100644 index 000000000000..60969de349be --- /dev/null +++ b/audio/libogg/pkg-plist @@ -0,0 +1,14 @@ +include/ogg/config_types.h +include/ogg/ogg.h +include/ogg/os_types.h +lib/libogg.a +lib/libogg.so +lib/libogg.so.0 +share/doc/libogg-1.0.0/framing.html +share/doc/libogg-1.0.0/index.html +share/doc/libogg-1.0.0/oggstream.html +share/doc/libogg-1.0.0/stream.png +share/doc/libogg-1.0.0/white-ogg.png +share/doc/libogg-1.0.0/white-xifish.png +@dirrm include/ogg +@dirrm share/doc/libogg-1.0.0 |