notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/alure/pkg-plist

Number of commits found: 4

Monday, 20 Oct 2014
06:36 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371234 
Wednesday, 22 Jan 2014
01:45 nemysis search for other commits by this committer
- Bump PORTREVISION [1]
- Make sndfile dependency optional like all others [1]
- Remove STATIC lib and Option [1]
- Disable all warnings with -w
- Remove OPTIONS_SUB=yes [1]
- Fix options. They were affecting non-existing cmake variables; USE_VORBIS was
always set to true [1]
- Use the new format for LIB_DEPENDS [1]
- Add REINPLACE to fix CMakeLists.txt type which prevented linking with libFLAC
[1]
- Add patch to fix build of FLUIDSYNTH Option [1]
- Remove useless REINPLACE_CMD [1]
- Change pkg-plist, remove STATIC libs [1]

PR:		ports/185949 [1]
Submitted by:	amdmi3
Original commitRevision:340678 
Sunday, 14 Jul 2013
18:07 wg search for other commits by this committer
audio/alure: minor fixes

- Use pkgconfig
- Add DOCS, EXAMPLES and STATIC options
- Remove unused PLIST_SUB and convert to OPTIONS_SUB

PR:		ports/180235
Submitted by:	nemysis <nemysis gmx.ch> (maintainer)
Original commitRevision:322994 
Friday, 18 Jan 2013
20:57 mva search for other commits by this committer
ALURE is a utility library to help manage common tasks with OpenAL applications.
This includes device enumeration and initialization, file loading,
and streaming. As of version 1.1, it is X11/MIT licensed, allowing it to be used
in open- and closed-source programs, freeware or commercial.

The purpose of this library is to provide pre-made functionality that would
otherwise be repetitive or difficult to (re)code for various projects
and platforms, such as loading a sound file into an OpenAL buffer and streaming
an audio file through a buffer queue. Support for different formats is
consistant across platforms, so no special checks are needed when loading files,
and all formats are handled through the same API.

Currently ALURE includes a basic .wav and .aif file reader,
and can leverage external libraries such as libSndFile
(for extended wave formats and several others), VorbisFile (for Ogg Vorbis),
FLAC (for FLAC and Ogg FLAC), and others. External libraries can also be
dynamically loaded at run-time, or individually disabled outright at compile
time.

WWW: http://kcat.strangesoft.net/alure.html

PR:		ports/171674
Submitted by:	nemysis <nemysis@gmx.ch>
Original commitRevision:310620 

Number of commits found: 4