Commit graph

53 commits

Author SHA1 Message Date
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jun Kuriyama
3dece93ee2 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).

Approved by:	portmgr (itetcu)
2010-01-26 12:36:19 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Edwin Groothuis
9eb07a44eb 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.
2009-03-16 00:20:47 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Edwin Groothuis
b87bff2966 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.
2008-03-13 22:42:38 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
6274ed3fd8 Remove dia dependency
Submitted by:	Matt Day <mattlire@fjarlq.com>
2006-12-20 10:40:05 +00:00
Edwin Groothuis
f43d1cbfda Add missing man-pages. 2006-08-04 10:44:07 +00:00
Edwin Groothuis
d958f005b8 Update to 2.0.2 2006-07-27 00:02:31 +00:00
Edwin Groothuis
215b42089c pkg-message -> 2006-04-01 12:07:50 +00:00
Kris Kennaway
bce8e54a02 Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation 2006-02-23 08:28:48 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Edwin Groothuis
df3d5bf6bf Remove typo is spreadsheet
Noticed by: linimon@
2006-01-29 11:24:41 +00:00
Edwin Groothuis
ce1a4f74bc Remove silly \'s at the end of the line where not necessary.
Noticed by: linimon@
2006-01-29 11:23:47 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Edwin Groothuis
1cb458c20b Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports. 2006-01-21 22:15:45 +00:00
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00
Edwin Groothuis
ad89426521 Fix dependency on ploticus.
Thanks to kris@ for showing me the right error log.
2005-07-13 12:21:48 +00:00
Edwin Groothuis
60b202ddd2 Remove BROKEN and let pointyhat sort this out.
(sorry kris, I can't find the error anywhere)
2005-07-13 10:19:34 +00:00
Kris Kennaway
badee7e36f BROKEN: Broken dependency
Approved by:    portmgr (self)
2005-03-26 20:05:02 +00:00
Edwin Groothuis
60a66eee6f Remove some leftover directories.
Noticed by: kris
2004-12-21 06:03:40 +00:00
Edwin Groothuis
db54709987 Improve pkg-plist. 2004-12-19 00:38:28 +00:00
Edwin Groothuis
e612f4217f typo: podman -> pod2man
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2004-10-20 12:58:26 +00:00
Edwin Groothuis
ac891ef466 Fix build on 4.x, where /usr/bin/pod2man and /usr/local/bin/pod2man
are fighting.

Reported by:	Frank J. Laszlo <laszlof@vonostingroup.com>
2004-10-19 23:13:52 +00:00
Edwin Groothuis
f063b84dc0 Upgrade to Lire version 2.0.1
Submitted by:	edwin@mavetju.org
2004-10-15 10:32:08 +00:00
Edwin Groothuis
92894e1202 Upgrade to 2.0
Submitted by:	edwin@mavetju.org
2004-10-11 22:41:18 +00:00
Kris Kennaway
fc7355d8f2 BROKEN: Unfetchable
Approved by:	portmgr (self)
2004-09-18 18:51:03 +00:00
Edwin Groothuis
9ce0b6b2eb Ignore this port if building with a perl < 5.6
Noticed by: bento/kris (such a happy couple)
2004-05-21 06:12:33 +00:00
Erwin Lansing
32e711e1e8 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)
2004-05-17 12:25:52 +00:00
Edwin Groothuis
8049f50a5d Update to Lire v1.5
- It completes the Internationalisation and Store Configuration
	  items on the 2.0 roadmap.
2004-04-28 22:27:50 +00:00
Edwin Groothuis
9a396df88b fix WWW line in pkg-descr
Submitted by:	 "Wolfgang W?st" <mail@zahnarzt-frankfurt.com>
2004-03-27 20:46:00 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Edwin Groothuis
e8f6ec09e2 Add dependency on textproc/p5-XML-Parser
Noticed by: krisbot
2004-03-05 11:14:22 +00:00
Edwin Groothuis
d145f6115d - Add dependency on Time/Timezone.pm 2004-03-01 02:14:20 +00:00
Edwin Groothuis
2595c79f4d - remove pdf target from the makefile
- add more dependencies to the WITH_PDF list of dependencies.
2004-02-29 12:07:25 +00:00
Edwin Groothuis
9b8e6d417e Update to lire 1.4.1. 2004-02-29 00:06:14 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
7524984514 Chase the libxslt shared lib version with a PORTREVISION bump. 2003-11-04 18:30:50 +00:00
Edwin Groothuis
88411a23fd fix dependencies. my fault. 2003-10-21 10:34:15 +00:00
Edwin Groothuis
f5fb0e5638 unbreak dependency on textproc/docbook-xml
Noticed by: bento/kris
2003-10-17 23:19:29 +00:00
Edwin Groothuis
2b018847da [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>
2003-10-16 01:48:33 +00:00
Dmitry Sivachenko
98bd8a1a27 Depend on p5-Time-modules rather than p5-Time. 2003-05-13 10:14:51 +00:00
Edwin Groothuis
52cbea1b86 Fix download site.
Noticed by: fenner@
2003-03-07 22:12:50 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Edwin Groothuis
21301815aa Make port fetchable again.
Noticed by: port-survey.
2002-12-21 21:16:56 +00:00
Edwin Groothuis
ce1c37bf1f Maintainer-update: use ARCH_PERL/SITE_PERL variables. 2002-11-17 04:04:58 +00:00