FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
- Build and install old versions of bzip2 which are needed by dtu's
- Patch for properly detecting and using GNU gzip (our gzip does not fit)
- Add missing dependency on misc/xdelta
PR: ports/121517
Submitted by: Yarodin <yarodin at gmail.com>
Approved by: novel (maintainer, implicit)
Getdelta uses Deltup to reduce bandwidth load while upgrading ports distfiles.
WWW: http://linux01.gwdg.de/~nlissne/
- Anton Statutov
astatutov@gmail.com
PR: ports/121828
Submitted by: Anton Statutov <astatutov at gmail.com>, Andrew R. Muhametshin
HP Array Configuration Utility CLI
The Array Configuration Utility CLI is a commandline-based disk
configuration program for Smart Array Controllers and
RAID Array Controllers.
Submitted by: v.sri.sai.ganesh at hp.com
This release includes 3 patches, contributed by our users:
- Bug fixes:
* Various fixes in merging and generating PDF reports. Thanks to
Stefan Schuermans for the patches.
* Fix in lire's behaviour when Report Jobs are incorrectly named.
Thanks to Konstantinos Koukopoulos for the patches.
- New DLF converter contribued by Lire's users:
* FortigateDlfConverter: converts FortiGate 3.x packet log to
firewall DLF format. Thanks to Jean Benoit Marzio for this
contribution.
common for Unix script writers to want to count how many separate patterns
are in a file. For example, if you have a list of addresses, you may want
to see how many are from each state. So you cut out the state part, sort
these, and then pass them through uniq -c. Sortu does all this for you in a
fraction of the time.
Sortu uses a hash table and some decent line processing to provide this
functionality. For a relatively small number of keys, it can be signifcantly
smaller than using sort, because it does not have to keep temporary files.
If you are dealing with a large number of unique keys then sortu will run out
of memory and stop. Sortu has some basic field and delimiter handling which
should do most basic awk or cut features to separate out the field that you
are sorting on.
WWW: http://256.com/sources/sortu/
PR: ports/121376
Submitted by: Matt Peterson <matt at peterson.org>
Approved by: tabthorpe (mentor)
through your logs for a given period of time and make a report in the areas
that you wish with the detail that you wish.
WWW: http://www.logwatch.org:81/
PR: ports/118746
Submitted by: Trix Farrar <trix@basement.net>