to help a network or system administrator keep track of the computers
configuration and software that are installed on the network
WWW: http://www.ocsinventory-ng.org/
PR: ports/116756
Approved by: stas (mentor)
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
system & network statistics along with updating output RRD or CSV files.
The daemon is very fast and allows for frequent polling of values, with
support for polling as frequent as every 10 seconds.
WWW: http://www.collectd.org/
PR: ports/116736
Submitted by: Matt Peterson <matt at peterson.org>
use lib directive. This is due to the installation procedure assumes
the existence of libexecdir. Fix this problem and bump PORTREVISION.
PR: ports/115443
Reported by: Stefan Kaltenbrunner <stefan at kaltenbrunner.cc>
Patched by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
DoCoMo's Open Source SEND project provides an implementation of
RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically
secures the IPv6 neighbor discovery protocol, countering the threats
discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and
Threats).
DoCoMo's SEND is implemented completely in user space, so it is
portable and lends itself to experimentation. It currently runs on
Linux (tested on 2.6 kernels) and FreeBSD (tested on 5.4).
Also included in the distribution are implementations of RFC3972
Cryptographically Generated Addresses (CGAs) and RFC3779 X.509
Extensions for IP Addresses and AS Identifiers.
WWW: http://www.docomolabs-usa.com/lab_osrc_guide.html
Doesn't work on FreeBSD > 6.x though. Hopefully the submitter will
submit patches for it now it is commited.
PR: ports/116540
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
2007-08-22 www/mapedit: Depends on obsolete version of jdk
2007-08-22 www/hotjava: Depends on obsolete version of jdk
2007-08-29 sysutils/cd9660_unicode: is obsolete. See mount_cd9660(8)
2007-09-11 net-mgmt/p5-Net-SNMP3: only runs with old, unsupported Perl versions
NetXMS-0.2.18.2 source not compiling on GCC 4.2 (base
compilator on 7.0-CURRENT)
PR: ports/116252
Submitted by: Vladimir Ermakov <samflanker@gmail.com>
NetXMS is new and rapidly developing monitoring system,
released under GPL2 license. It can be used for monitoring
entire IT infrastructure, starting with SNMP-capable hardware
(like switches and routers) and ending with applications
on your servers. NetXMS is an extremely reliable and powerful
monitoring system, enabling you to improve your network
availability and service levels.
WWW: http://www.netxms.org/
PR: ports/114495
Submitted by: samflanker@gmail.com
SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
SNMP++v3.x is based on SNMP++v2.8 from HP* and extends it
by support for SNMPv3 and a couple of bug fixes.
The v3 support to SNMP++ and AGENT++ is provided by courtesy
of Jochen Katz (katz07@agentpp.com).
SNMP++v3.x extends the original SNMP++v2.8 by the following:
# SNMPv3 including User Security Model (USM) with:
# MD5 and SHA authentication
# DES and IDEA privacy
# Thread-safety
# Bug-fixes
WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html for further details.
PR: ports/112669
Submitted by: Nicolai Petri <nicolai@petri.cc>
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network
WWW: http://www.ocsinventory-ng.org/
PR: ports/115520
Submitted by: Dennis Cabooter
Chase the move of net/rrdtool to databases/rrdtool. Since
this is the same program, this one also has to be moved.
PR: ports/114311
Submitted by: Edwin Groothuis <edwin@freebsd.org>
Approved by: lth@
Based on the description of this port, it belongs more in
net-mgmt than in net.
PR: ports/114323
Submitted by: Edwin Groothuis <edwin@freebsd.org>
Approved by: lth@
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
- Bump PORTREVISION
Note that I changed few places of the patch to match Porter's Handbook.
PR: ports/114952
Submitted by: Chris Cowart <ccowart at rescomp.berkeley.edu>
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
- Use DISTVERSION to simplify things
- Correct NO_PACKAGE message
- Remove unused SYSDIR variable and dead code
- Remove BROKEN on 6.x and above, it builds now
- Use MAN8PREFIX for man8 pages
- Refine pkg-message, and use SUB_FILES for it
- Respect PREFIX in rc script, and refine the script a bit
PR: ports/113209
Submitted by: Dima Panov <fluffy at ael.ru>
Approved by: Yuriy N. Shkandybin <jura at netams.com> (maintainer)
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org>
IEEE standard 802.1AB Link Layer Discovery Protocol. LLDP is an industry
standard protocol designed to supplant proprietary Link-Layer protocols
such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol).
WWW: http://sourceforge.net/projects/openlldp/
PR: ports/113063
Submitted by: Roar Pettersen <roar at uib.no>
Approved by: garga (mentor)
- Use ALL_TARGET, so we don't need to have our own do-build target
- Fix typo for NOPORTDOCS and typo in pkg-message
PR: ports/113938
Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk> (maintainer)
provide an efficient, clean, portable implementation of an SNMP stack for
management applications.
WWW: https://trac.eecs.iu-bremen.de/projects/gsnmp/
PR: ports/113511
Submitted by: Matt Peterson <matt@peterson.org>
IP sniffer and HTML report generator.
Features:
squid log file parser.
sendmail log file parser.
courier log file parser.
bpft(ports/net-mgmt/bpft) log file parser.
Database backends support: MySQL, Firebird.
IP sniffer via pcap library (ports/net/libpcap).
Direct commit changes to database in realtime (no log files).
Traffic static HTML reports generating by date periods.
Traffic dynamic HTML reports generating via CGI (Web interface).
Multithreading architecture.
Portable: BSD os'es and Windows NT family supported, but tested at this time
only under FreeBSD 5.x 6.x amd64 i386 and Windows 2000 XP 2003.
WWW: http://developer.berlios.de/projects/macroscope/
- Dukashvili Guram
white_raven@users.berlios.de
PR: ports/112653
Submitted by: Dukashvili Guram <white_raven at users.berlios.de>
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network
WWW: http://www.ocsinventory-ng.org/
PR: ports/112590
Submitted by: Dennis cabooter<freebsd@rootxs.org>
- File was rerolled for small bugfix
Notes from author in privat mail:
Fixed an inconsistency between FlowGrapher and FlowTracker
PR: 113309
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)