aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lire/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Remove sysutils/lire: The project is dead.Edwin Groothuis2014-05-111-834/+0
| | | | Notes: svn path=/head/; revision=353643
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-171-2/+0
| | | | | | | trailing slashes) from pkg-plist. Notes: svn path=/head/; revision=314445
* Update to version 2.1:Edwin Groothuis2009-03-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lire 2.1 is available for download from http://download.logreport.org/pub/. 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. Notes: svn path=/head/; revision=230178
* Upgrade to Lire 2.0.3Edwin Groothuis2008-03-131-0/+8
| | | | | | | | | | | | | | | | | | | | This release includes 3 patches, contributed by our users: - Bug fixes: * Various fixes in merging and generating PDF reports. Thanks to Stefan Schuermans for the patches. * Fix in lire's behaviour when Report Jobs are incorrectly named. Thanks to Konstantinos Koukopoulos for the patches. - New DLF converter contribued by Lire's users: * FortigateDlfConverter: converts FortiGate 3.x packet log to firewall DLF format. Thanks to Jean Benoit Marzio for this contribution. Notes: svn path=/head/; revision=209016
* Update to 2.0.2Edwin Groothuis2006-07-271-0/+4
| | | | Notes: svn path=/head/; revision=168843
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Remove some leftover directories.Edwin Groothuis2004-12-211-0/+6
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=124658
* Improve pkg-plist.Edwin Groothuis2004-12-191-0/+3
| | | | Notes: svn path=/head/; revision=124442
* Upgrade to Lire version 2.0.1Edwin Groothuis2004-10-151-122/+164
| | | | | | | Submitted by: edwin@mavetju.org Notes: svn path=/head/; revision=119493
* Update to Lire v1.5Edwin Groothuis2004-04-281-11/+58
| | | | | | | | - It completes the Internationalisation and Store Configuration items on the 2.0 roadmap. Notes: svn path=/head/; revision=107889
* - Add dependency on Time/Timezone.pmEdwin Groothuis2004-03-011-1/+0
| | | | Notes: svn path=/head/; revision=102588
* Update to lire 1.4.1.Edwin Groothuis2004-02-291-285/+346
| | | | Notes: svn path=/head/; revision=102482
* Added two missing files to pkg-plistEdwin Groothuis2002-10-251-0/+2
| | | | | | | | | PR: ports/43163 Submitted by: edwin@mavetju.org Reviewed by: kris@freebsd.org Notes: svn path=/head/; revision=68782
* Initial import of lire 1.1.Kevin Lo2002-08-211-0/+661
Lire is a logfile analyse toolkit for multiple applications. PR: 41813 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=64729