Changes:
- The progress bar now goes from 100% to 0 in countdown (feature request #7900)
- Left click now works on progress bar (bug #7902)
- Ability to sort timers (feature request #4220)
- New translations: Albanian, Catalan, Croatian, Dutch, Slovak, Uyghur
- Add check for X11 so ocaml-nox11 is used as dependency if WITHOUT_X11 is defined [2]
PR: ports/163717 [1]
Submitted by: jaapb@kerguelen.org (maintainer) [1]
Reviewed by: scheidell [2]
Approved by: jaapb@kerguelen.org (maintainer), gabor (mentor)
Changes:
2011-07-24:
- shpopen.c, dbfopen.c, shptree.c, shapefil.h: Minimize use of CPL services in
favor of SAHooks.Error().
- Makefile: Remove all the shared library building stuff, it is just too half
assed, and results in all sorts of bug reports and complaints. Instead just
install a static libshp.a.
2011-07-23:
- Makefile: build shpdumptree as part of all target (#1648).
- shpopen.c: fix memory leaks in error cases (#2061)
- contrib/*.c: Include stdlib.h and strings.h (#2146)
- shpdump.c: change to use %.15g for coordinate reporting. (#2277)
2011-05-13:
- dbfopen.c, shapelib.h: Add functions to reorder and alter field definitions.
DBFReorderFields() and DBFAlterFields().
2011-05-07:
- dbfopen.c: Ensure pending record is flushed when adding a native field
(gdal #4073).
2011-04-16:
- shapefil.h: avoid warnings with SHP_CVSID on gcc.
2010-12-06:
- dbfopen.c: fix read past end of init data fetching code page
http://bugzilla.maptools.org/show_bug.cgi?id=2276
2010-07-01:
- shpopen.c: do not error out on a shape with zero vertices.
- shpdump.c: do not crash if null shape returned by read object.
2010-06-29:
- shptree.c: fix sign of Z and M comparisons in SHPCheckObjectContained.
(http://bugzilla.maptools.org/show_bug.cgi?id=2223)
Changes:
- Fix error with incorrect handling variants (bug #8255 by Ivan Romanov)
- Text size on icon is now adjustable (bug #6703 by Rinat)
- New flag: Cambodia (requested by Janne Snabb)
- Added Croatian translation
- Fat fingered BUILD_DEPENDS/RUN_DEPENDS to be more consistant with current best practices
- Changes NO functionality or dependencies, so no portsrevision bump
Approved by: gabor (mentor, implicit)
from iTunes and compatible iPods. It implements a server for the Apple RAOP
protocol. ShairPort does not support AirPlay v2 (video and photo streaming).
It supports multiple simultaneous streams, if your audio output chain (as
detected by libao) does so.
WWW: https://github.com/albertz/shairport
PR: ports/163777
Submitted by: Miks Mikelsons <miks at cubesystems.lv>
as a translator of devd(8) events, probing storage
devices for their file system information, and serving
this over a FIFO based API to which clients can
subscribe. In addition to notifying clients of new
or lost volumes, it will mount and unmount such
volumes at the command of subscribing clients.
It runs as root and allows any local clients the
ability to mount and unmount volumes which are
detected, regardless of any user privileges. This
is intended for single user X11 systems needing
an easy way of accessing USB flash disks on the fly.
WWW: http://forums.freebsd.org/showthread.php?t=27233
PR: ports/161977
Submitted by: Aragon Gouveia <aragon@phat.za.net>