1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

101635 Commits

Author SHA1 Message Date
Jacques Vidrine
d13341339d Second-guess Oliver and correct the affected entry for exim
in order to unbreak this file.
2004-05-06 16:12:55 +00:00
Jun Kuriyama
4b2a6a4baf Update to 20040430. 2004-05-06 15:50:55 +00:00
Oliver Eikemeier
dc24b4dab8 exim buffer overflow when verify = header_syntax is used 2004-05-06 15:43:52 +00:00
Jacques Vidrine
ab3d7fac85 Add phpBB session table exhaustion issue.
Submitted by:	Xin LI <delphij@frontfree.net>
2004-05-06 15:33:57 +00:00
Oliver Eikemeier
dd6e9f9b90 Fix potential SEGV on long header when verify = header_syntax is used
this is not set not in the default configuration, check with
  grep 'verify.*=.*header_syntax' /usr/local/etc/exim/configure

  <http://www.guninski.com/exim1.html>
2004-05-06 14:21:51 +00:00
Mathieu Arnold
580907f6e3 Add a small patch so that 5.005 works too
Approved by:	maintainer
2004-05-06 14:16:55 +00:00
Pav Lucistnik
ed8794f6e7 Forced commit to note that previous commit was in fact:
PR:			ports/66150
Submitted by:		Xin LI <delphij@frontfree.net>
Not objected by:	maintainer

For confusing submitter with maintainer:
Pointy hat to:		pav
2004-05-06 13:49:19 +00:00
Pav Lucistnik
1e5b33d7a1 Pipe Viewer (pv) is a terminal-based tool for monitoring the
progress of data through a pipeline. It can be inserted into
any normal pipeline between two processes to give a visual
indication of how quickly data is passing through, how long
it has taken, how near to completion it is, and an estimate
of how long it will be until completion.

Author: Andrew Wood <andrew.wood@ivarch.com>
WWW: http://www.ivarch.com/programs/pv.shtml

PR:		ports/66309
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
2004-05-06 13:41:40 +00:00
Mathieu Arnold
1de9574a01 Update to 1.93
PR:		65470
Submitted by:	Lars Thegler <lars@thegler.dk>
Approved by:	maintainer
2004-05-06 13:40:31 +00:00
Mathieu Arnold
84eab4b870 Add pear-sqlite 1.0.2, PEAR classes to access sqlite databases. 2004-05-06 13:19:24 +00:00
Pav Lucistnik
2681ce42a1 - Update to 1.5.7
PR:		ports/66321
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
2004-05-06 13:13:11 +00:00
Mathieu Arnold
77d559b208 Add p5-HTML-LinkExtractor 0.11, HTML::LinkExtractor is used for
extracting links from HTML.

PR:		ports/65710
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
2004-05-06 12:55:53 +00:00
Jimmy Olgeni
cdbc97eedd * The startup script used to pull in a local path from ${WRKSRC}, so
the daemon would not start after "make clean" (!).

* Do not create empty EXAMPLESDIR.
2004-05-06 12:55:30 +00:00
FUJISHIMA Satsuki
9f9df75916 fix for emacs20: add forgotten delta. 2004-05-06 12:35:57 +00:00
Mathieu Arnold
8c0bf1dda6 Add p5-HTML-TokeParser-Simple 2.2, subclass of HTML::TokeParser with
easy-to-remember method calls.

PR:		ports/65709
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
2004-05-06 12:34:02 +00:00
Mathieu Arnold
00337b7217 Add p5-Proc-PID-File 1.24, a module to manage process id files.
PR:		ports/65545
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-05-06 12:25:51 +00:00
Volker Stolz
74e3abdd2d Update to 5.23. Cf. http://grepmail.sourceforge.net/CHANGES for changes.
Based on PR:	ports/58675
Submitted by:	Cheng-Lung Sung
Approved by:	maintainer-timeout (> 6 month)
2004-05-06 11:56:24 +00:00
Mathieu Arnold
b3f3791092 Update to 4.2.6 [1]
builds fine on 5.8
pet portlint

PR:		65697 [1]
Submitted by:	Helge Oldach <p5snmpapr04@oldach.net>
2004-05-06 11:21:14 +00:00
Volker Stolz
c2031d7505 Fix build on -STABLE.
PR:		ports/66212
Submitted by:	Jean-Baptiste Quenot (maintainer)
2004-05-06 11:09:23 +00:00
Oliver Eikemeier
43be2336bd don't depend on perl when build WITHOUT_PERL.
Note that without perl the following utilities
won't work, even though they are installed:
  exigrep eximstats exipick exiqgrep exiqsumm
2004-05-06 10:53:58 +00:00
Mathieu Arnold
761e3c301b Add p5-SQL-Translator 0.05, manipulate structured data definitions (SQL
and more).

PR:		ports/65469
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-05-06 10:39:26 +00:00
Pav Lucistnik
0be928ccd2 - Update to 2.3
PR:		ports/66316
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-05-06 10:32:26 +00:00
Michael Nottebrock
8590c3cb0d Update to version 1.3.1 2004-05-06 10:20:36 +00:00
Pav Lucistnik
276549e3f1 - Update to 1.4.3-pl1
PR:		ports/66312
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2004-05-06 10:16:12 +00:00
Pav Lucistnik
802504d61c - Plug IP spoofing vulnerablity
http://www.vuxml.org/freebsd/cfe17ca6-6858-4805-ba1d-a60a61ec9b4d.html
- Plug sessions table exhaustion DoS attack
  http://www.securityfocus.com/archive/1/360931

PR:		ports/66150
Submitted by:	Xin LI <delphij@frontfree.net> (maintainer)
2004-05-06 10:07:06 +00:00
Michael Nottebrock
c3df519e6b Add a patch to fix compilation on recent versions of gcc,
which bail if a const is attempted to be modified.

Reported by: Chris BeHanna <chris@behanna.org>
Obtained from: KDE CVS
2004-05-06 09:39:26 +00:00
Alexander Nedotsukov
2047132176 Update to 1.2.12 2004-05-06 09:35:26 +00:00
Alexander Nedotsukov
127368e9af Chase libgsf shlib version. 2004-05-06 09:34:46 +00:00
Alexander Nedotsukov
b0fcda564a Update to 1.9.0 2004-05-06 09:33:52 +00:00
Volker Stolz
cba2463690 - Add startup script and corresponding pkg-message
- Assign maintainer to submitter.
  Thanks to Mitsuru Yoshida for maintaing this port so far.
- SED -> REINPLACE while here

PR:		ports/65746
Submitted by:	Brad Davis
2004-05-06 09:03:51 +00:00
Pav Lucistnik
4cee64f7ff Add xmms-weasel, a rather nice XMMS plugin that hides the XMMS windows off
the screen when the mouse is not over them. The windows slide back into view
when you put the mouse near where they are docked.

PR:		ports/65184
Submitted by:	Narayan Newton <narayan_newton@yahoo.com>
2004-05-06 09:01:36 +00:00
Pav Lucistnik
75168781d3 - Add support for FAAC encoder
PR:		ports/66304
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-05-06 08:45:04 +00:00
Pav Lucistnik
f02510d99c Add faac, an AAC audio encoder. FAAC currently supports MPEG-4 LTP,
MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types.
It also supports multichannel and gapless encoding.

WWW: http://faac.sourceforge.net/

PR:		ports/66303
Submitted by:	michael johnson <ahze@ahze.net>
2004-05-06 08:40:42 +00:00
Volker Stolz
16851ccc3d Update to latest version (previous version became unfetchable)
PR:		ports/66283
Submitted by:	Steffen Mazanek (maintainer)
2004-05-06 08:04:59 +00:00
Hye-Shik Chang
b0efd3fc82 Update to 0.4.7d
PR:		66318
Submitted by:	pav
2004-05-06 07:56:17 +00:00
Kirill Ponomarev
a851cdc111 - Update to version 0.9
PR:		ports/66308
Submitted by:	maintainer
2004-05-06 07:35:43 +00:00
Alexander Nedotsukov
384ae64310 Convert libgsf dependency to USE_GNOME bit. 2004-05-06 07:35:40 +00:00
Volker Stolz
0cfe22e6b5 - tg@ drops maintainership :(
- Register CONFLICTS with acroread-5*
- Fix packaging by deleting acroread.bak from REINPLACE-invocation
- Pet portlint ('brandelf' -> ${BRANDELF}
- Depend on linux-base-6 [1]

PR:		ports/46092 [1]
Submitted by:	Ronald F. Guilmette via trevor@
Approved by:	tg@
2004-05-06 07:35:24 +00:00
Pav Lucistnik
d2c145882f - Correct categories
Submitted by:	erwin's cron
Pointy hat to:	pav
2004-05-06 07:32:52 +00:00
Kris Kennaway
a9423ca02e Drop maintainership; I don't use this from day-to-day thesedays. 2004-05-06 05:12:30 +00:00
Jeremy Messenger
3887e16a35 Add experimental WITH_DROPSHADOW option back in; it is not supported by
FreeBSD GNOME Team.

PR:		ports/66295
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	marcus (backup mentor)
2004-05-06 04:33:39 +00:00
Ying-Chieh Liao
fb90daf5c1 add p5-Net-Gnats 0.05
Perl interface to GNU Gnats daemon
2004-05-06 04:10:40 +00:00
Joe Marcus Clarke
ad58a4d46d Fix fetch after last PORTNAME change.
Reported by:	maintainer
2004-05-06 03:25:42 +00:00
Alexander Nedotsukov
cead908927 Chase vte shlib version. 2004-05-06 02:54:06 +00:00
Alexander Nedotsukov
f6d5dbd911 Update to 0.11.11 2004-05-06 02:51:51 +00:00
Jun Kuriyama
a7c62940b0 Unbreak on perl-5.8.x. 2004-05-06 00:30:56 +00:00
Christian Weisgerber
9850fb94bc Shrink description and update to 2.4.0.
Notable changes in this release:
- Ability to play files that contain an ID3v2 tag.
- Seek table fixes.
2004-05-05 23:16:21 +00:00
Christian Weisgerber
3bf88ba62e Update to 3.6.0. Notable changes in this release:
- Seek table fixes.

Approved by:	maintainer
2004-05-05 23:09:11 +00:00
Vanilla I. Shu
587df22c9f Fix type error ( '/' should be '|' )
Noticed by:	kris@
2004-05-05 22:52:17 +00:00
Markus Brueffer
59448a5697 Respect CFLAGS and PTHREAD_LIBS
Approved by:	Scott A. Moberly <smoberly@karamazov.org> (maintainer)
2004-05-05 22:33:57 +00:00