Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1_7 11 May 2014 05:40:56 |
edwin |
Remove sysutils/lire: The project is dead. |
2.1_7 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.1_6 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.1_6 16 Sep 2013 07:47:02 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
28 Apr 2013 20:01:07
|
bapt |
Convert left sysutils ports to new options framework |
2.1_6 24 Apr 2013 04:13:09 |
hrs |
Merge print/psutils-a4 and print/psutils-letter into a single port
print/psutils. The default paper size in the programs can be set via
libpaper ($PAPERSIZE or etc/papersize configuration file). |
2.1_5 17 Mar 2013 14:20:20 |
danfe |
In categories starting with [n-s], remove empty lines (and also few cases of
trailing slashes) from pkg-plist. |
2.1_5 30 Jun 2012 12:22:38 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
2.1_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.1_4 11 Apr 2011 19:54:35 |
ade |
Update to GNU make 3.82 after numerous -exp runs. |
2.1_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.1_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.1_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.1_2 26 Jan 2010 12:36:19 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).
Approved by: portmgr (itetcu) |
2.1_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.1 16 Mar 2009 00:20:48 |
edwin |
Update to version 2.1:
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. |
2.0.3_1 06 Jun 2008 14:03:26 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.0.3 13 Mar 2008 22:42:38 |
edwin |
Upgrade to Lire 2.0.3
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. |
2.0.2_2 08 Sep 2007 01:04:03 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
2.0.2_2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
2.0.2_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.0.2_1 20 Dec 2006 10:40:06 |
edwin |
Remove dia dependency
Submitted by: Matt Day <mattlire@fjarlq.com> |
2.0.2_1 04 Aug 2006 10:44:07 |
edwin |
Add missing man-pages. |
2.0.2 27 Jul 2006 00:02:31 |
edwin |
Update to 2.0.2 |
2.0.1_3 01 Apr 2006 12:07:51 |
edwin |
pkg-message -> |
2.0.1_3 23 Feb 2006 08:28:48 |
kris |
Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation |
2.0.1_3 30 Jan 2006 23:20:05 |
kuriyama |
Chase shlib bump of libexpat. |
2.0.1_2 29 Jan 2006 11:24:41 |
edwin |
Remove typo is spreadsheet
Noticed by: linimon@ |
2.0.1_2 29 Jan 2006 11:23:48 |
edwin |
Remove silly \'s at the end of the line where not necessary.
Noticed by: linimon@ |
2.0.1_2 22 Jan 2006 02:52:21 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.0.1_2 21 Jan 2006 22:15:45 |
edwin |
Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports. |
2.0.1_2 08 Nov 2005 21:45:49 |
edwin |
Add SHA256 checksums to the distinfo files. |
2.0.1_2 13 Jul 2005 12:21:48 |
edwin |
Fix dependency on ploticus.
Thanks to kris@ for showing me the right error log. |
2.0.1_2 13 Jul 2005 10:19:34 |
edwin |
Remove BROKEN and let pointyhat sort this out.
(sorry kris, I can't find the error anywhere) |
2.0.1_2 26 Mar 2005 20:05:02 |
kris |
BROKEN: Broken dependency
Approved by: portmgr (self) |
2.0.1_2 21 Dec 2004 06:03:40 |
edwin |
Remove some leftover directories.
Noticed by: kris |
2.0.1_1 19 Dec 2004 00:38:28 |
edwin |
Improve pkg-plist. |
2.0.1 20 Oct 2004 12:58:26 |
edwin |
typo: podman -> pod2man
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
2.0.1 19 Oct 2004 23:13:52 |
edwin |
Fix build on 4.x, where /usr/bin/pod2man and /usr/local/bin/pod2man
are fighting.
Reported by: Frank J. Laszlo <laszlof@vonostingroup.com> |
2.0.1 15 Oct 2004 10:32:09 |
edwin |
Upgrade to Lire version 2.0.1
Submitted by: edwin@mavetju.org |
2.0 11 Oct 2004 22:41:18 |
edwin |
Upgrade to 2.0
Submitted by: edwin@mavetju.org |
1.5 18 Sep 2004 18:51:03 |
kris |
BROKEN: Unfetchable
Approved by: portmgr (self) |
1.5 21 May 2004 06:12:33 |
edwin |
Ignore this port if building with a perl < 5.6
Noticed by: bento/kris (such a happy couple) |
1.5 17 May 2004 12:25:53 |
erwin |
Remove explicit dependency on p5-DBI, this port already implicitly
depends on it via another dependency and it's wrong for perl < 5.6
Approved by: edwin (maintainer) |
1.5 28 Apr 2004 22:27:51 |
edwin |
Update to Lire v1.5
- It completes the Internationalisation and Store Configuration
items on the 2.0 roadmap. |
1.4.1_1 27 Mar 2004 20:46:00 |
edwin |
fix WWW line in pkg-descr
Submitted by: "Wolfgang W?st" <mail@zahnarzt-frankfurt.com> |
1.4.1_1 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
1.4.1 05 Mar 2004 11:14:22 |
edwin |
Add dependency on textproc/p5-XML-Parser
Noticed by: krisbot |
1.4.1 01 Mar 2004 02:14:20 |
edwin |
- Add dependency on Time/Timezone.pm |
1.4.1 29 Feb 2004 12:07:25 |
edwin |
- remove pdf target from the makefile
- add more dependencies to the WITH_PDF list of dependencies. |
1.4.1 29 Feb 2004 00:06:15 |
edwin |
Update to lire 1.4.1. |
1.1_4 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1_3 04 Nov 2003 18:30:50 |
marcus |
Chase the libxslt shared lib version with a PORTREVISION bump. |
1.1_2 21 Oct 2003 10:34:15 |
edwin |
fix dependencies. my fault. |
1.1_2 17 Oct 2003 23:19:29 |
edwin |
unbreak dependency on textproc/docbook-xml
Noticed by: bento/kris |
1.1_2 16 Oct 2003 01:48:33 |
edwin |
[patch] sysutils/lire: point to DocBook-XML
I build the lire port today, and noticed, that it did not
pick up docbookx.dtd from DocBook-XML correctly, but it was
configured to use DocBook-SGML, and it didn't even find
that .dtd.
With my patch, `lire' is able procduce HTML output, and
also probably PDF output (not tested, but it relies on
DocBook, too).
PR: ports/57229
Submitted by: Simon Barner <barner@in.tum.de> |
1.1_1 13 May 2003 10:14:51 |
demon |
Depend on p5-Time-modules rather than p5-Time. |
1.1_1 07 Mar 2003 22:12:50 |
edwin |
Fix download site.
Noticed by: fenner@ |
1.1_1 21 Feb 2003 13:28:59 |
knu |
De-pkg-comment. |
1.1_1 21 Dec 2002 21:16:56 |
edwin |
Make port fetchable again.
Noticed by: port-survey. |
1.1_1 17 Nov 2002 04:04:58 |
edwin |
Maintainer-update: use ARCH_PERL/SITE_PERL variables. |
1.1_1 25 Oct 2002 08:07:58 |
edwin |
Added two missing files to pkg-plist
PR: ports/43163
Submitted by: edwin@mavetju.org
Reviewed by: kris@freebsd.org |
1.1_1 17 Sep 2002 07:41:05 |
kuriyama |
Bump PORTREVISION and expat shlib. |
1.1 21 Aug 2002 02:38:33 |
kevlo |
Initial import of lire 1.1.
Lire is a logfile analyse toolkit for multiple applications.
PR: 41813
Submitted by: Edwin Groothuis <edwin@mavetju.org> |