Commit graph

219184 commits

Author SHA1 Message Date
Marc Fonvieille
147d3846da Update to the FreeBSD docset version from 20090618. 2009-06-19 13:33:38 +00:00
Stanislav Sedov
263664e7b5 - Fix stack overflow detection algorithm. It has not worked before as
we were linking the ruby binary against pthreads, and the default
  stack size detection method with getrlimit didn't returned right
  values in this case.  Now, if threads enabled, it also tries to
  determine the stack size via pthreads calls and use this value if
  it is smaller than what getrlimit returned.  Furthermore, the stack
  overflow detection routine now works proactively, generating
  exception if there're probability the stack will be exhausted by
  the time of the next check (ruby performs checks only in each 256th
  call of rb_call0). [1]
- Build pthreads-enabled ruby by default. I have not received any
  bug reports for this for years, and this verison will work correctly
  with threaded libraries. Also, do not link agains pthreads in non-pthread
  case (this breaks stack size detection algorithm), and eliminate the
  option to disable pthreads (so only power users who know what they're
  doing can disable them).
- Build RDoc by default so it is available in the package.
- Bump portrevision.

PR:		ports/132158
Reported by:	Eugene Pimenov <libc@libc.st>
2009-06-19 12:42:45 +00:00
Dmitry Sivachenko
3be2edf560 Remove www/squidclients and www/squidtimes.
Software was distributed in binary form, works only on FreeBSD-4.X
and home page disappeared.

Asked for by:	many
2009-06-19 12:09:43 +00:00
Dmitry Sivachenko
13bb1ab67f Update to 1.25.
PR:		135789
Submitted by:	pgollucci
2009-06-19 12:02:37 +00:00
Dmitry Sivachenko
36c63aeaf5 Update to 1.11.
PR:		135788
Submitted by:	pgollucci
2009-06-19 12:00:39 +00:00
Dmitry Sivachenko
d64910ac85 Update to 2.18.
PR:		135782
Submitted by:	pgollucci
2009-06-19 11:58:40 +00:00
Dmitry Sivachenko
661a61c9c9 Update to 1.24.
PR:		135765
Submitted by:	pgollucci
2009-06-19 11:57:12 +00:00
Dmitry Sivachenko
0724ba781d Update to 1.55.
PR:		135728
Submitted by:	pgollucci
2009-06-19 11:54:06 +00:00
Dmitry Sivachenko
99019865cc Downgrade to 2.8.1 while issues with 2.9.1 are being addressed. 2009-06-19 11:36:14 +00:00
Beat Gaetzi
803f2e171d - Update to 1.4.3
PR:		ports/135830
Submitted by:	Julien Laffaye <kimelto AT gmail.com> (maintainer)
2009-06-19 11:33:25 +00:00
Edwin Groothuis
33cd04ba95 Update to tzdata2009j:
Fix for DST in Bangladesh
2009-06-19 11:19:02 +00:00
Alexander Nedotsukov
80b874fb3e Require Python 2.6+
PR:		135828
2009-06-19 11:00:51 +00:00
Cheng-Lung Sung
bdb3e31e38 - Update to 0.12.01 (0.1201)
Changes:	http://search.cpan.org/dist/POE-Component-Generic/Changes
2009-06-19 10:09:35 +00:00
Lars Thegler
24431cf510 Update to 1.02 2009-06-19 09:53:51 +00:00
Lars Thegler
22d8e96ae2 Mark MAKE_JOBS_UNSAFE=yes
PR:		ports/135551
Submitted by:	pgollucci
2009-06-19 09:49:57 +00:00
Lars Thegler
6433699028 Update to 1.18.01 (distversion 1.1801)
PR:		ports/135717
Submitted by:	skreuzer
2009-06-19 09:44:49 +00:00
Pav Lucistnik
488ef7f167 ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). RP's output is
the same as ParseTree's output: s-expressions using ruby's arrays and
base types.

Author: Ryan Davis (zenspider) <ryand-ruby@zenspider.com>
WWW: http://rubyforge.org/projects/parsetree/

PR:		ports/135706
Submitted by:	Espen Volden <voldern@hoeggen.net>
2009-06-19 09:24:49 +00:00
Pav Lucistnik
957fee70b0 - Update pkg-message
PR:		ports/135648
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2009-06-19 09:10:20 +00:00
Lars Thegler
019c910cf8 Update to 0.18
PR:		ports/135795
Submitted by:	pgollucci
2009-06-19 08:55:18 +00:00
Lars Thegler
24b0d340d1 Update to 1.04
PR:		ports/135770
Submitted by:	pgollucci
2009-06-19 08:51:43 +00:00
Munechika SUMIKAWA
9da86c0ea8 Correct OS version and the reason which this port become broken. 2009-06-19 08:34:01 +00:00
Cheng-Lung Sung
d382d1730c - Update to 0.11
Changes:	http://search.cpan.org/dist/WWW-Mechanize-GZip/Changes
2009-06-19 07:35:37 +00:00
Cheng-Lung Sung
2df5b105b4 - Update to 0.42
Changes:	http://search.cpan.org/dist/Net-DNS-ToolKit/Changes
2009-06-19 07:34:37 +00:00
Cheng-Lung Sung
4af9cb5788 - Update to 2.08
Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2009-06-19 07:34:05 +00:00
Cheng-Lung Sung
aea551c4cd - Update to 2.1.6
- Add more MASTER_SITES

PR:		ports/135695
Submitted by:	garga
2009-06-19 07:33:05 +00:00
Cheng-Lung Sung
4204c879a8 - Update to 3.01000
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-06-19 07:17:54 +00:00
Philip M. Gollucci
4531764db8 - hackily fix custom LOCALBASE/PREFIX
Reported by:    QATty
2009-06-19 05:57:26 +00:00
Martin Wilke
0c44d42fda Jifty::Plugin::OpenID is a perl module provides OpenID
authentication for your jifty app.

WWW:	http://search.cpan.org/dist/Jifty-Plugin-OpenID/

PR:		ports/135558
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-19 05:35:12 +00:00
Martin Wilke
6523a12cd1 p5::Jifty::Plugin::Authentication::Ldap is a LDAP Authentication Plugin
for p5-Jifty.

WWW:	http://search.cpan.org/dist/Jifty-Plugin-Authentication-Ldap/

PR:		ports/135558
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-19 05:34:14 +00:00
Martin Wilke
86093a6363 - Update to 1.0.2
PR:		135688
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-19 05:33:13 +00:00
Martin Wilke
af075a5d19 - Update to 1.3.1
PR:		135687
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-19 05:32:10 +00:00
Martin Wilke
dc12538ba4 - Update to 1.8
- Pass maintainership to submitter

PR:		135463
Submitted by:	Charlie Kester <corky1951@comcast.net>
2009-06-19 05:31:20 +00:00
Martin Wilke
188b89634e rdup is a utility inspired by rsync and the Plan9 way of doing backups.
rdup itself does not backup anything; it only prints a list of the names of
files that have changed since the last backup. It also handles files that are
removed, allowing for correct incremental backups.

Example scripts that implement a backup strategy are included.
(These scripts require GNU date and cp, which are not installed by
this FreeBSD port.)

WWW: http://miek.nl/projects/rdup

PR:		ports/135532
Submitted by:	corky1951 at comcast.net
2009-06-19 05:29:46 +00:00
Martin Wilke
70c4785ca0 ranpwd uses /dev/random or /dev/urandom to generate cryptographically secure
passwords.

Generated passwords may consist of any specified length and any combination of
upper- or lower-case alphanumeric characters or punctuation.  ranpwd can also
generate passwords consisting of hexadecimal, decimal, octal or binary numbers,
and format these as valid C constants for inclusion in source code.

WWW: http://freshmeat.net/projects/ranpwd

PR:		ports/135540
Submitted by:	corky1951 at comcast.net
2009-06-19 05:28:46 +00:00
Philip M. Gollucci
fcd6c8e8ef - Mark MAKE_JOBS_UNSAFE
- Fix build with custom LOCALBASE/PREFIX [1]

Reported by:    QATty [1]
2009-06-19 05:24:28 +00:00
Philip M. Gollucci
02b8d9224c - Fix build with custom LOCALBASE/PREFIX
Reported by:    QATty
2009-06-19 05:12:24 +00:00
Doug Barton
d3dff1bb42 Update to version 9.6.1, the latest from ISC. This version contains
numerous bug fixes and updates, especially in the DNSSEC code, including
the new NSEC3 protocol. Full details are available at:

http://oldwww.isc.org/sw/bind/view/?release=9.6.1&noframes=1
2009-06-19 04:40:13 +00:00
Philip M. Gollucci
62bc98e8b7 - Fix Build with custom LOCALBASE/PREFIX
Reported by:    QATty
2009-06-19 04:30:33 +00:00
Gerald Pfeifer
d0947db056 Update to the 20090616 snapshot of GCC 4.4.1. Tweak pkg-descr "footer". 2009-06-19 04:08:45 +00:00
Philip M. Gollucci
b86d5d6b77 Add some notes about Catalyst update.
Suggested by:   Paul Dokas <dokas@oitsec.umn.edu>
2009-06-19 04:05:51 +00:00
Philip M. Gollucci
b7d37a5e57 - Update to 1.0.24
PR:             ports/135793
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-06-19 03:28:03 +00:00
Philip M. Gollucci
637e9de967 - Update to 0.02
PR:             ports/135778
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-06-19 03:26:54 +00:00
Philip M. Gollucci
57c0043d9d - Update to 0.33
PR:             ports/135777
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-06-19 03:26:10 +00:00
Philip M. Gollucci
8e6018b3be - Update to 0.04
PR:             ports/135810
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-06-19 03:25:34 +00:00
Philip M. Gollucci
91c0577ea5 - Update to 0.09
PR:             ports/135809
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-06-19 03:24:57 +00:00
Philip M. Gollucci
38f2118f6e - Update to 0.09
PR:             ports/135808
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-06-19 03:24:00 +00:00
Koop Mast
31dbb3a533 Update to 1.10.1. 2009-06-18 23:56:04 +00:00
Koop Mast
15792efe11 Update to 3.99.15.
Update COMMENT and pkg-descr to mention this library doesn't wrap libgda v3
anymore but libgda v4.
2009-06-18 23:55:26 +00:00
Koop Mast
a4932e1bf4 Update to 0.14.1.
Unbreak with the new py-cairo.

Submitted by:	Pointyhat (via pav)
Approved by:	maintainer (implicit)
2009-06-18 23:53:30 +00:00
Koop Mast
9da3f1f751 Update to 0.14.0. 2009-06-18 23:49:55 +00:00