- patch scan-view to use PYTHON_CMD
- also install c++-analyzer and scan-view
- also install ScanView.py and its dependencies into PYTHON_SITELIBDIR
- change USE_PERL5_BUILD to USE_PERL5, as scan-build needs it
at run time
- add USE_PYTHON, as scan-view needs it
(let's see to making these dependencies optional later)
- move EXTRACT_SUFX up to quiet portlint
- indent CONFLICTS value with TAB to quiet portlint
- add USE_LDCONFIG, found missing by portlint
- nuke empty $DOCSDIR/html/img that made deinstall complain
- amend to build-plist target
- rebuild pkg-plist
- bump PORTREVISION (changed pkg-plist)
The approval was a blanket approval under the condition that build-plist
was also updated, and was mailed to portmgr@ and yours truly
on 2010-08-10 by brooks@ in reference to the PR mentioned below.
Approved by: brooks (maintainer)
PR: ports/147434
archive was not gzipped (despite the filename having a .tar.gz
EXTRACT_SUFX). Upstream gzipped the tarball, thus causing size
and md5 mismatches when trying to fetch. I have verified that
there are no changes to the content of the archive.
PR: ports/149751 [1]
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) [1]
Sunpoet Hsieh <sunpoet@sunpoet.net> (via email)
focused on the following problems:
* Having a clean syntax
* Directing a raw syslog stream to different files based on content
* Mailing out alerts based on content
* Being fast
Sievelog's syntax is as simple as "<regex>" -> /some/file.
WWW: http://sievelog.googlecode.com/
PR: ports/149347
Submitted by: Jesse Kempf <jkempf@davisvision.com>
* new configuration options (see nagiosgraph.conf for details): stack
* added graph zooming. zooming happens in-place (no separate window).
drag to zoom. right-click to revert the graph.
* added mouseovers that display time under the cursor.
* optionally specify heartbeat, step, and resolution per host/service.
* clean up insert.pl in preparation for additional processing modes and
performance data sources.
* fix to javascript to display hosts and services when specified via CGI
even if they do not appear in the host and service menus.
* fixed bug in handling of backslashes in service and database names.
* added support for rrdtool STACK. stack can be specified using the 'stack'
directive and/or using the 'lineformat' directive. see nagiosgraph.conf
for details and examples.
PR: 149358
Submitted by: Ildar Hizbulin <hizel _at_ vyborg.ru> (maintainer)
Approved by: glarkin (mentor)
A perfect hash function maps a static set of n keys into a set of m integer
numbers without collisions, where m is greater than or equal to n. If m is equal
to n, the function is called minimal.
Minimal perfect hash functions are widely used for memory efficient storage and
fast retrieval of items from static sets, such as words in natural languages,
reserved words in programming languages or interactive systems, universal
resource locations (URLs) in Web search engines, or item sets in data mining
techniques. Therefore, there are applications for minimal perfect hash functions
in information retrieval systems, database systems, language translation
systems, electronic commerce systems, compilers, operating systems, among
others.
WWW: http://cmph.sourceforge.net/
PR: 149248
Submitted by: Jesse Kempf <jkempf@davisvision.com>
- connect to license framework
- add special patch from glarkin to ensure daemon detach from tty,
change some printf to use the warning function instead.
PR: 148586
Submitted by: Chris Howey <howeyc _at_ gmail.com>
Approved by: maintainer, glarkin (mentor)