1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Andrej Zverev
7ec4b3d1a2 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 07:47:02 +00:00
Baptiste Daroussin
27d44119e7 Convert left sysutils ports to new options framework 2013-04-28 20:01:07 +00:00
Hiroki Sato
5f8eb67e37 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).
2013-04-24 04:13:09 +00:00
Alexey Dokuchaev
28f0bea43f In categories starting with [n-s], remove empty lines (and also few cases of
trailing slashes) from pkg-plist.
2013-03-17 14:20:20 +00:00
Andrej Zverev
4c68c01d0f - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 12:25:05 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ade Lovett
fe0d23d638 Update to GNU make 3.82 after numerous -exp runs. 2011-04-11 19:54:35 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
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