- Add an rc script
- This update fixes a gcc4 issue
PR: ports/111606 (based on)
Submitted by: araujo
Approved by: sergei (maintainer timeout, since 15 April 2007)
- core to 1.0.1 [1]
- parser to 1.0 [2]
- metadata to 1.0.1
- urwid to 1.0.1 [3]
- Transfer maintainership to lwhsu
- Add regex and subfile:
hachoir-regex is a Python library for regular expression manupulation.
You can use a|b (or) and a+b (and) operators. Expressions are optimized
during the construction: merge ranges, simplify repetitions, etc. It
also contains a class for pattern matching allowing to search multiple
strings and regex at the same time.
WWW: http://hachoir.org/wiki/hachoir-regex
hachoir-subfile is a tool based on hachoir-parser to find subfiles in
any binary stream.
WWW: http://hachoir.org/wiki/hachoir-subfile
PR: ports/114557 [1], ports/114558 [2], ports/114559 [3]
Submitted by: lwhsu [1], [2], [3]
Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any
message part, and fine grain output format control. It is quite
compatible to stock sysklogd and can be used as a drop-in replacement.
Its advanced features make it suitable for enterprise-class, encryption
protected syslog relay chains while at the same time being very easy to
setup for the novice user.
WWW: http://www.rsyslog.com/
- Install docs [1]
- Add RC script: [1]
i915resolution_enable="YES" # Enable hacking VBIOS resolution (YES/NO)
i915resolution_modes="3c 4d 5c" # Space separated list of modes to set
i915resolution_width="1920" # the horisontal resolution in pixels
i915resolution_hight="1080" # the vertical resolution in pixels
- Drop ALL_TARGET when using do-build
- Mark broken on < 6 since port uses memmem function
PR: ports/112922 [1]
Submitted by: Yarema <yds@CoolRat.org> [1]
Approved by: maintainer timeout (46 days)
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>
Note: While sill a beta release the author indicates the bits related
to the BSD variants are stable and good to go.
- Fix startup script.
- Update WWW line.
commit to linux_base-fc4 [1]
- don't install the contents of the dev directory, is is not supposed to
exist with our linux_base, as it will not correctly fall back to the
native dev directory for some programs (those which parse the directory
contents instead of trying to open a file directly)
Noticed by: pointyhat (pav)
The goal of Googlog is to be simple to install and use. so there's not a lot of functionnality,
but, from my point of vue, it is simple to install and use and fast to search into syslog's files.
WWW: http://www.googlog.org/
Approved by: stas (mentor)