| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Mar 2011 12:38:54
1.1.1_1
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
1.1.1_1
|
ade  |
Sync to new bsd.autotools.mk |
25 Jul 2010 11:18:55
1.1.1_1
|
jsa  |
Update my email address to my new @FreeBSD.org addy
Approved by: wxs (mentor) |
06 Jun 2010 20:44:03
1.1.1_1
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
01 Jun 2010 00:30:29
1.1.1
|
sylvio  |
- Update to 1.1.1
PR: ports/147262
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) |
18 Dec 2009 20:46:52
1.1.0
|
pav  |
- Update to 1.1.0
PR: ports/141394
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) |
15 Nov 2009 06:18:39
0.9.9
|
rafan  |
- Update audio/liboggz to 0.9.9
PR: ports/140400
Submitted by: Joseph S. Atkinson <jsa at wickedmachine.net> (maintainer) |
26 Aug 2009 10:27:42
0.9.6_1
|
miwi  |
- Fix fetch |
02 Aug 2009 19:36:34
0.9.6_1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
06 Jul 2009 21:26:00
0.9.6_1
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
14 Mar 2009 12:54:33
0.9.6
|
miwi  |
- Update to 0.9.6
PR: 132567
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> |
07 Sep 2008 00:19:05
0.9.5
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
18 Apr 2007 08:01:25
0.9.5
|
sat  |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
17 Apr 2007 22:55:23
0.9.5
|
sat  |
- Remove 4.x support from some of my ports
PR: ports/111649, ports/111664, ports/111673, ports/111674,
ports/111695
Submitted by: edwin |
28 Jan 2007 09:07:47
0.9.5
|
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
03 Nov 2006 22:40:07
0.9.5
|
sat  |
- A bunch of trivial fixes
Reported by: pointyhat via kris |
13 Oct 2006 16:49:18
0.9.5
|
sat  |
- Fix plist by disabling doc building
Reported by: pointyhat via kris
Approved by: portmgr (marcus) |
07 Oct 2006 22:43:36
0.9.5
|
sat  |
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/ |