1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Andrew Pantyukhin
d293b9db16 - De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
2007-04-18 08:01:25 +00:00
Andrew Pantyukhin
58fbb6152c - Remove 4.x support from some of my ports
PR:		ports/111649, ports/111664, ports/111673, ports/111674,
		ports/111695
Submitted by:	edwin
2007-04-17 22:55:23 +00:00
Kris Kennaway
89a0b31acd Use libtool port instead of included one to avoid objformat a.out botch 2007-01-28 09:07:47 +00:00
Andrew Pantyukhin
3be5f33199 - A bunch of trivial fixes
Reported by:	pointyhat via kris
2006-11-03 22:40:07 +00:00
Andrew Pantyukhin
24037b9522 - Fix plist by disabling doc building
Reported by:	pointyhat via kris
Approved by:	portmgr (marcus)
2006-10-13 16:49:17 +00:00
Andrew Pantyukhin
f28a19a3a9 Add port audio/liboggz:
Oggz provides a simple programming interface for reading and writing
Ogg files and streams. Ogg is an interleaving data container developed
by Monty at Xiph.Org, originally to support the Ogg Vorbis audio
format.

liboggz supports the flexibility afforded by the Ogg file format while
presenting the following API niceties:
* Strict adherence to the formatting requirements of Ogg bitstreams,
  to ensure that only valid bitstreams are generated
* A simple, callback based open/read/close or open/write/close interface
  to raw Ogg files
* A customisable seeking abstraction for seeking on multitrack Ogg data
* A packet queue for feeding incoming packets for writing, with
  callback based notification when this queue is empty
* A means of overriding the IO functions used by Oggz, for easier
  integration with media frameworks and similar systems.
* A handy table structure for storing information on each logical
  bitstream

WWW: http://www.annodex.net/software/liboggz/html/
2006-10-07 22:43:36 +00:00