Path to this page:
./
wip/lire,
Log analyzing tool
Branch: CURRENT,
Version: 2.1,
Package name: lire-2.1,
Maintainer: pkgsrc-usersAs any good system administrator knows, there's a lot more to keep
track of in an active network than just webservers. Lire is hands
down the most versatile log analysis software available today. Lire
not only keeps you informed about your HTTP, FTP, and mail traffic,
it also reports on your firewalls, your print servers, and your
DNS activity. The ever growing list of Lire-supported services
clearly outstrips any other software, in large part thanks to the
numerous volunteers who have pioneered many new services and
features. Lire is a total solution for your log analysis needs.
Required to run:[
textproc/p5-XML-Parser] [
misc/p5-Locale-libintl] [
databases/p5-DBI] [
databases/p5-DBD-SQLite] [
lang/perl5] [
devel/p5-Curses] [
devel/p5-Curses-UI]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 703e6ba6c8febe529ba790543a512500e49e091d
Filesize: 2812.923 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222) |
Log message:
Remove obsolete @dirrm lines.
|
2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-03-18 23:01:48 by Peter Bex | Files touched by this commit (3) |
Log message:
Update Lire to 2.1. Release announcement:
Major changes since 2.0.3 (the previous stable release):
- Lire now requires DBD::SQLite, which uses SQLite 3.0. (SQLite 2
has become obsolete and is no longer supported). This means that the
Lire database format has changed. If you have one or more old lire
stores, you will need to convert each of them from SQLite2 format
to SQLite3 format, like this:
sqlite oldstore.db .dump | sqlite3 newstore.db
This assumes that you have both sqlite2 and sqlite3 installed on your
system, and that the names of the command line interface for the old
and new version are sqlite and sqlite3 respectively (this is at least
correct for Fedora).
After completion of the conversion(s), and after upgrading to
Lire 2.1, SQLite 2 can be removed from your system, unless it is
used by other applications than Lire of course.
- Improvement in exim2dlf, thanks to a patch contributed by Adrian Phillips.
Version 4.67 of exim introduced pid to log_selector, exim2dlf now
supports such log files too. See also
http://lists.logreport.org/pipermail/development/2008/000934.html.
Note that compatibility with pre-4.67 exim logfiles is preserved
by this patch.
- Added the merge2combined and dlf2combined www
scripts for merging web server logs of different types into one
log file in combined format. Next to these changes, various bugfixes
and documentation improvements have been made. See NEWS (at
http://download.logreport.org/pub/current/NEWS) (or see
http://download.logreport.org/pub/current/ChangeLog) for the details.
|
2008-03-05 20:04:28 by Peter Bex | Files touched by this commit (1) |
Log message:
Add message to SUBST for 3pm extension hacking
|
2008-03-05 19:59:04 by Peter Bex | Files touched by this commit (1) |
Log message:
Make perl also a runtime dep of lire
|
2008-03-05 00:41:36 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Improve HOMEPAGE.
|
2008-03-04 22:56:44 by Peter Bex | Files touched by this commit (5) | |
Log message:
As any good system administrator knows, there's a lot more to keep
track of in an active network than just webservers. Lire is hands
down the most versatile log analysis software available today. Lire
not only keeps you informed about your HTTP, FTP, and mail traffic,
it also reports on your firewalls, your print servers, and your
DNS activity. The ever growing list of Lire-supported services
clearly outstrips any other software, in large part thanks to the
numerous volunteers who have pioneered many new services and
features. Lire is a total solution for your log analysis needs.
|