non port: sysutils/lire/Makefile |
SVNWeb
|
Number of commits found: 56 |
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Mon, 16 Sep 2013
|
[ 07:47 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Sun, 28 Apr 2013
|
[ 20:01 bapt ] (Only the first 10 of 31 ports in this commit are shown above. )
Convert left sysutils ports to new options framework
|
Wed, 24 Apr 2013
|
[ 04:13 hrs ] (Only the first 10 of 21 ports in this commit are shown above. )
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).
|
Sat, 30 Jun 2012
|
[ 12:22 az ] (Only the first 10 of 23 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 26 Jan 2010
|
[ 12:36 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).
Approved by: portmgr (itetcu)
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Mon, 16 Mar 2009
|
[ 00:20 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.
|
Fri, 6 Jun 2008
|
[ 14:03 edwin ] (Only the first 10 of 198 ports in this commit are shown above. )
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)
|
Thu, 13 Mar 2008
|
[ 22:42 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.
|
Sat, 8 Sep 2007
|
[ 01:04 linimon ] (Only the first 10 of 88 ports in this commit are shown above. )
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
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 20 Dec 2006
|
[ 10:40 edwin ]
Remove dia dependency
Submitted by: Matt Day <mattlire@fjarlq.com>
|
Fri, 4 Aug 2006
|
[ 10:44 edwin ]
Add missing man-pages.
|
Thu, 27 Jul 2006
|
[ 00:02 edwin ]
Update to 2.0.2
|
Sat, 1 Apr 2006
|
[ 12:07 edwin ]
pkg-message ->
|
Thu, 23 Feb 2006
|
[ 08:28 kris ]
Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation
|
Mon, 30 Jan 2006
|
[ 23:20 kuriyama ] (Only the first 10 of 67 ports in this commit are shown above. )
Chase shlib bump of libexpat.
|
Sun, 29 Jan 2006
|
[ 11:24 edwin ]
Remove typo is spreadsheet
Noticed by: linimon@
|
[ 11:23 edwin ]
Remove silly \'s at the end of the line where not necessary.
Noticed by: linimon@
|
Sat, 21 Jan 2006
|
[ 22:15 edwin ]
Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports.
|
Wed, 13 Jul 2005
|
[ 12:21 edwin ]
Fix dependency on ploticus.
Thanks to kris@ for showing me the right error log.
|
[ 10:19 edwin ]
Remove BROKEN and let pointyhat sort this out.
(sorry kris, I can't find the error anywhere)
|
Sat, 26 Mar 2005
|
[ 20:05 kris ]
BROKEN: Broken dependency
Approved by: portmgr (self)
|
Tue, 21 Dec 2004
|
[ 06:03 edwin ]
Remove some leftover directories.
Noticed by: kris
|
Sun, 19 Dec 2004
|
[ 00:38 edwin ]
Improve pkg-plist.
|
Wed, 20 Oct 2004
|
[ 12:58 edwin ]
typo: podman -> pod2man
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
|
Tue, 19 Oct 2004
|
[ 23:13 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>
|
Fri, 15 Oct 2004
|
[ 10:32 edwin ]
Upgrade to Lire version 2.0.1
Submitted by: edwin@mavetju.org
|
Mon, 11 Oct 2004
|
[ 22:41 edwin ]
Upgrade to 2.0
Submitted by: edwin@mavetju.org
|
Sat, 18 Sep 2004
|
[ 18:51 kris ]
BROKEN: Unfetchable
Approved by: portmgr (self)
|
Fri, 21 May 2004
|
[ 06:12 edwin ]
Ignore this port if building with a perl < 5.6
Noticed by: bento/kris (such a happy couple)
|
Mon, 17 May 2004
|
[ 12:25 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)
|
Wed, 28 Apr 2004
|
[ 22:27 edwin ]
Update to Lire v1.5
- It completes the Internationalisation and Store Configuration
items on the 2.0 roadmap.
|
Sun, 14 Mar 2004
|
[ 07:58 kuriyama ] (Only the first 10 of 46 ports in this commit are shown above. )
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
|
Fri, 5 Mar 2004
|
[ 11:14 edwin ]
Add dependency on textproc/p5-XML-Parser
Noticed by: krisbot
|
Mon, 1 Mar 2004
|
[ 02:14 edwin ]
- Add dependency on Time/Timezone.pm
|
Sun, 29 Feb 2004
|
[ 12:07 edwin ]
- remove pdf target from the makefile
- add more dependencies to the WITH_PDF list of dependencies.
|
[ 00:06 edwin ]
Update to lire 1.4.1.
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Tue, 4 Nov 2003
|
[ 18:30 marcus ] (Only the first 10 of 16 ports in this commit are shown above. )
Chase the libxslt shared lib version with a PORTREVISION bump.
|
Tue, 21 Oct 2003
|
[ 10:34 edwin ]
fix dependencies. my fault.
|
Fri, 17 Oct 2003
|
[ 23:19 edwin ]
unbreak dependency on textproc/docbook-xml
Noticed by: bento/kris
|
Thu, 16 Oct 2003
|
[ 01:48 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>
|
Tue, 13 May 2003
|
[ 10:14 demon ]
Depend on p5-Time-modules rather than p5-Time.
|
Fri, 7 Mar 2003
|
[ 22:12 edwin ]
Fix download site.
Noticed by: fenner@
|
Fri, 21 Feb 2003
|
[ 13:28 knu ] (Only the first 10 of 250 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 21 Dec 2002
|
[ 21:16 edwin ]
Make port fetchable again.
Noticed by: port-survey.
|
Sun, 17 Nov 2002
|
[ 04:04 edwin ]
Maintainer-update: use ARCH_PERL/SITE_PERL variables.
|
Tue, 17 Sep 2002
|
[ 07:41 kuriyama ] (Only the first 10 of 22 ports in this commit are shown above. )
Bump PORTREVISION and expat shlib.
|
Wed, 21 Aug 2002
|
[ 02:38 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>
|
Number of commits found: 56 |