non port: audio/liboggz/Makefile |
SVNWeb
|
Number of commits found: 33 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 10 Jun 2021
|
[ 13:48 Christian Weisgerber (naddy) ] dcf17d1 (Only the first 10 of 14 ports in this commit are shown above. )
*/*: Add a backup master site to all Xiph.org ports
The downloads.xiph.org master site requires TLS1.3, which is not
supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org
as a backup to all Xiph.org ports.
PR: 256515
Reported by: Daniel Engberg
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 13 Nov 2019
|
[ 23:24 sunpoet ]
Add LICENSE_FILE
|
Thu, 8 Dec 2016
|
[ 15:38 tijl ] (Only the first 10 of 31 ports in this commit are shown above. )
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 24 Nov 2014
|
[ 18:29 sunpoet ]
- Add LICENSE
- Strip shared library
- Pet portlint: move LIB_DEPENDS upward
- Use PORTDOCS
- Cosmetic change
- Take maintainership
|
Thu, 23 Oct 2014
|
[ 13:06 culot ]
- Reassign to the heap after jsa@'s bit was taken in for safekeeping
|
Wed, 11 Jun 2014
|
[ 18:22 amdmi3 ]
- Switch audio/liboggz to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Sat, 4 Jan 2014
|
[ 18:17 bapt ]
Support stage
Use pathfix instead manually patching
|
Fri, 3 Jan 2014
|
[ 15:26 adamw ] (Only the first 10 of 48 ports in this commit are shown above. )
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] (Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Mon, 2 Sep 2013
|
[ 10:06 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Eliminate USE_GNOME=pkgconfig from audio
While here:
- trim headers
- convert USE_GMAKE -> USES=gmake
- convert USE_GNOME=gnomehack -> USES=pathfix
- convert USE_PERL5 -> USES=perl5
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 25 Jul 2010
|
[ 11:18 jsa ] (Only the first 10 of 11 ports in this commit are shown above. )
Update my email address to my new @FreeBSD.org addy
Approved by: wxs (mentor)
|
Sun, 6 Jun 2010
|
[ 20:44 naddy ] (Only the first 10 of 174 ports in this commit are shown above. )
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Tue, 1 Jun 2010
|
[ 00:30 sylvio ]
- Update to 1.1.1
PR: ports/147262
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
|
Fri, 18 Dec 2009
|
[ 20:46 pav ]
- Update to 1.1.0
PR: ports/141394
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
|
Sun, 15 Nov 2009
|
[ 06:18 rafan ]
- Update audio/liboggz to 0.9.9
PR: ports/140400
Submitted by: Joseph S. Atkinson <jsa at wickedmachine.net> (maintainer)
|
Wed, 26 Aug 2009
|
[ 10:27 miwi ]
- Fix fetch
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Mon, 6 Jul 2009
|
[ 21:26 naddy ] (Only the first 10 of 165 ports in this commit are shown above. )
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Sat, 14 Mar 2009
|
[ 12:54 miwi ]
- Update to 0.9.6
PR: 132567
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
|
Sun, 7 Sep 2008
|
[ 00:19 linimon ] (Only the first 10 of 279 ports in this commit are shown above. )
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Wed, 18 Apr 2007
|
[ 08:01 sat ] (Only the first 10 of 46 ports in this commit are shown above. )
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
|
Tue, 17 Apr 2007
|
[ 22:55 sat ]
- Remove 4.x support from some of my ports
PR: ports/111649, ports/111664, ports/111673, ports/111674,
ports/111695
Submitted by: edwin
|
Sun, 28 Jan 2007
|
[ 09:07 kris ] (Only the first 10 of 103 ports in this commit are shown above. )
Use libtool port instead of included one to avoid objformat a.out botch
|
Fri, 3 Nov 2006
|
[ 22:40 sat ]
- A bunch of trivial fixes
Reported by: pointyhat via kris
|
Fri, 13 Oct 2006
|
[ 16:49 sat ]
- Fix plist by disabling doc building
Reported by: pointyhat via kris
Approved by: portmgr (marcus)
|
Sat, 7 Oct 2006
|
[ 22:43 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/
|
Number of commits found: 33 |