hourly, daily and monthly network traffic for the selected interface(s).
However, it isn't a packet sniffer. The traffic information is analyzed
from the proc(5) filesystem. That way vnStat can be used even
without root permissions.
PR: ports/120825
Submitted by: Dennis Herrmann <adox at mcx2.org> (maintainer)
driver by displaing NOTICE on pkg-message.
o Fix invalid compiling on amd64.
PR: ports/120783
Submitted and
Summraized by: Eygene Ryabinkin rea-fbsd a codelabs.ru
once again, as a temporary measure, NVVERSION is easier to define in slave
and master ports independently than further obfuscate the Makefile
- Display pkg-message consistenly between port vs. package installation
- Minor nit: spell `NVidia' consistently in Makefile
Closes PR: ports/119090
Submitted by: Brad Allen
visualisation plugins.
Often when it comes to audio visualisation plugins or programs that create
visuals, they depend on a player or something else; basically, there is no
general framework that enabled application developers to easily access cool
audio visualisation plugins. Libvisual wants to change this by providing an
interface towards plugins and applications; through this easy to use interface
applications can easily access plugins and, since the drawing is done by the
application, it also enables the developer to draw the visual anywhere he
wants.
The framework also allows you to morph to different plugins and mix two at
once; all kinds of neat tricks are possible using this method.
WWW: http://localhost.nl/~synap/libvisual/
PR: ports/120380
Submitted by: Björn König <bkoenig at alpha-tierchen.de>
of intent for command-line option processing. While readability is a
subjective standard, Getopt::Lucid relies on a more verbose,
plain-English option specification as compared against the more symbolic
approach of Getopt::Long.
WWW: http://search.cpan.org/dist/Getopt-Lucid/
PR: ports/120804
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
issues after the backend library was loaded by pinot, or
pinot-dbus-daemon. Rebuilding the index from scratch from instance was
likely to cause a crash.
Submitted by: Fabrice Colin <fabrice.colin (at) gmail.com> (author)
- The configure script adds dependencies on libiconv and libintl when
found so set USE_GETTEXT and USE_ICONV accordingly. If these libraries
are not yet installed, these dependencies can be turned off by defining
WITHOUT_NLS. There's no easy way to force these dependencies off as
the configure script doesn't offer such a knob and modifying its tests
is not allowed.
- When setting USE_GETTEXT and USE_ICONV, also add OSDEFS to the MAKE_ENV
as a hack to pass -I${LOCALBASE}/include as CPPFLAGS so the installed
iconv.h is found.
- Install the charset conversion tables.
- Set ${INS_BASE} to ${LOCALBASE} in DEFAULTS/Defaults.freebsd so the
path constructed by libsiconv and mkisofs points to the installed
conversion tables.
- Fix a bug that caused the 'iconv:' prefix not to be stripped from the
implied '-output-charset' when the conversion tables are not found or
'-input-charset' is used with the 'iconv:' prefix.
Submitted by: jkim
Approved by: netchild
in your distribution, checks their POD, checks that they compile ok and
checks that they all define a $VERSION.
WWW: http://search.cpan.org/dist/Test-Distribution/
PR: ports/120812
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>