aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.02Philip M. Gollucci2009-06-192-4/+4
| | | | | | | | | PR: ports/135773 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236319
* - Update to 1.14Philip M. Gollucci2009-06-192-4/+4
| | | | | | | | | PR: ports/135772 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236318
* - Update to 1.03Philip M. Gollucci2009-06-192-4/+4
| | | | | | | | | PR: ports/135768 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236317
* - Update to 0.24Philip M. Gollucci2009-06-192-4/+4
| | | | | | | | | PR: ports/135760 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236316
* - Update to 0.12Philip M. Gollucci2009-06-193-6/+10
| | | | | | | | | PR: ports/135758 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236315
* - Update to 0.81Philip M. Gollucci2009-06-193-6/+8
| | | | | | | | | PR: ports/135753 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236314
* - Update to 0.11Philip M. Gollucci2009-06-192-6/+6
| | | | | | | | | PR: ports/135752 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236313
* - Update to 0.25Philip M. Gollucci2009-06-192-6/+6
| | | | | | | | | PR: ports/135744 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236312
* - Update to 0.62Philip M. Gollucci2009-06-193-6/+10
| | | | | | | | | PR: ports/135741 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236311
* - Update to 1.02Philip M. Gollucci2009-06-192-6/+6
| | | | | | | | | PR: ports/135738 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236310
* - Update to 0.86Philip M. Gollucci2009-06-192-6/+6
| | | | | | | | | PR ports/135737 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@ Notes: svn path=/head/; revision=236309
* - Update to 0.08Philip M. Gollucci2009-06-192-4/+4
| | | | | | | | | PR: ports/135732 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236308
* - Update to 1.0.13.1Philip M. Gollucci2009-06-194-8/+8
| | | | | | | | | PR: ports/135731 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236307
* - Update to 1.56Philip M. Gollucci2009-06-192-4/+4
| | | | | | | | | PR: ports/135730 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236306
* - Update to 0.05Philip M. Gollucci2009-06-192-6/+6
| | | | | | | | | PR: ports/135726 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236305
* - Update to 0.08103Philip M. Gollucci2009-06-193-10/+21
| | | | | | | | | PR: ports/135725 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236304
* Update from 0.8.2 to 0.8.3.Sergey A. Osokin2009-06-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the $upstream_cache_status variable. *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had appeared in 0.8.2. *) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.8.2. *) Bugfix: a segmentation fault occurred in worker process, if a backend 401 error was intercepted and the backend did not set the "WWW-Authenticate" response header line. Thanks to Eugene Mychlo. </ChangeLog> Notes: svn path=/head/; revision=236303
* Update to the FreeBSD docset version from 20090618.Marc Fonvieille2009-06-1914-19/+29
| | | | Notes: svn path=/head/; revision=236302
* - Fix stack overflow detection algorithm. It has not worked before asStanislav Sedov2009-06-194-20/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=236301
* Remove www/squidclients and www/squidtimes.Dmitry Sivachenko2009-06-199-101/+0
| | | | | | | | | | Software was distributed in binary form, works only on FreeBSD-4.X and home page disappeared. Asked for by: many Notes: svn path=/head/; revision=236300
* Update to 1.25.Dmitry Sivachenko2009-06-193-5/+5
| | | | | | | | PR: 135789 Submitted by: pgollucci Notes: svn path=/head/; revision=236299
* Update to 1.11.Dmitry Sivachenko2009-06-192-4/+4
| | | | | | | | PR: 135788 Submitted by: pgollucci Notes: svn path=/head/; revision=236298
* Update to 2.18.Dmitry Sivachenko2009-06-192-4/+4
| | | | | | | | PR: 135782 Submitted by: pgollucci Notes: svn path=/head/; revision=236297
* Update to 1.24.Dmitry Sivachenko2009-06-192-4/+4
| | | | | | | | PR: 135765 Submitted by: pgollucci Notes: svn path=/head/; revision=236296
* Update to 1.55.Dmitry Sivachenko2009-06-192-4/+4
| | | | | | | | PR: 135728 Submitted by: pgollucci Notes: svn path=/head/; revision=236295
* Downgrade to 2.8.1 while issues with 2.9.1 are being addressed.Dmitry Sivachenko2009-06-193-23/+20
| | | | Notes: svn path=/head/; revision=236294
* - Update to 1.4.3Beat Gaetzi2009-06-192-4/+4
| | | | | | | | PR: ports/135830 Submitted by: Julien Laffaye <kimelto AT gmail.com> (maintainer) Notes: svn path=/head/; revision=236293
* Update to tzdata2009j:Edwin Groothuis2009-06-192-4/+4
| | | | | | | Fix for DST in Bangladesh Notes: svn path=/head/; revision=236292
* Require Python 2.6+Alexander Nedotsukov2009-06-191-1/+1
| | | | | | | PR: 135828 Notes: svn path=/head/; revision=236291
* - Update to 0.12.01 (0.1201)Cheng-Lung Sung2009-06-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Generic/Changes Notes: svn path=/head/; revision=236290
* Update to 1.02Lars Thegler2009-06-192-4/+4
| | | | Notes: svn path=/head/; revision=236289
* Mark MAKE_JOBS_UNSAFE=yesLars Thegler2009-06-191-0/+1
| | | | | | | | PR: ports/135551 Submitted by: pgollucci Notes: svn path=/head/; revision=236288
* Update to 1.18.01 (distversion 1.1801)Lars Thegler2009-06-193-6/+7
| | | | | | | | PR: ports/135717 Submitted by: skreuzer Notes: svn path=/head/; revision=236287
* ruby_parser (RP) is a ruby parser written in pure ruby (utilizingPav Lucistnik2009-06-194-0/+37
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=236286
* - Update pkg-messagePav Lucistnik2009-06-192-12/+18
| | | | | | | | PR: ports/135648 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=236285
* Update to 0.18Lars Thegler2009-06-192-6/+6
| | | | | | | | PR: ports/135795 Submitted by: pgollucci Notes: svn path=/head/; revision=236284
* Update to 1.04Lars Thegler2009-06-192-4/+4
| | | | | | | | PR: ports/135770 Submitted by: pgollucci Notes: svn path=/head/; revision=236283
* Correct OS version and the reason which this port become broken.Munechika SUMIKAWA2009-06-191-2/+2
| | | | Notes: svn path=/head/; revision=236282
* - Update to 0.11Cheng-Lung Sung2009-06-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Mechanize-GZip/Changes Notes: svn path=/head/; revision=236281
* - Update to 0.42Cheng-Lung Sung2009-06-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS-ToolKit/Changes Notes: svn path=/head/; revision=236280
* - Update to 2.08Cheng-Lung Sung2009-06-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog Notes: svn path=/head/; revision=236279
* - Update to 2.1.6Cheng-Lung Sung2009-06-192-5/+7
| | | | | | | | | | - Add more MASTER_SITES PR: ports/135695 Submitted by: garga Notes: svn path=/head/; revision=236278
* - Update to 3.01000Cheng-Lung Sung2009-06-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Twitter/Changes Notes: svn path=/head/; revision=236277
* - hackily fix custom LOCALBASE/PREFIXPhilip M. Gollucci2009-06-191-0/+2
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=236276
* Jifty::Plugin::OpenID is a perl module provides OpenIDMartin Wilke2009-06-195-0/+58
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=236275
* p5::Jifty::Plugin::Authentication::Ldap is a LDAP Authentication PluginMartin Wilke2009-06-195-0/+59
| | | | | | | | | | | | for p5-Jifty. WWW: http://search.cpan.org/dist/Jifty-Plugin-Authentication-Ldap/ PR: ports/135558 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=236274
* - Update to 1.0.2Martin Wilke2009-06-192-5/+9
| | | | | | | | PR: 135688 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=236273
* - Update to 1.3.1Martin Wilke2009-06-192-4/+4
| | | | | | | | PR: 135687 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=236272
* - Update to 1.8Martin Wilke2009-06-197-34/+52
| | | | | | | | | | - Pass maintainership to submitter PR: 135463 Submitted by: Charlie Kester <corky1951@comcast.net> Notes: svn path=/head/; revision=236271
* rdup is a utility inspired by rsync and the Plan9 way of doing backups.Martin Wilke2009-06-196-0/+129
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=236270