aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - use DOCSDIRIon-Mihai Tetcu2008-11-232-6/+6
| | | | | | | | | | | | - fix plist with -DNOPORTDOCS - pet portlint - bumo PORTREVISION Approved by: maintainer timeout to QAT BotMail Prompted by: QAT QA run Notes: svn path=/head/; revision=223286
* - distfile was rerolledDirk Meyer2008-11-231-3/+3
| | | | | | | | | Summary: version bump in one module documntation extendend Notes: svn path=/head/; revision=223285
* Catalyst plugin to force the application to restart server processesMartin Wilke2008-11-235-0/+45
| | | | | | | | | | | | when they reach a configurable memory threshold. Memory checks are performed every 'N' requests. This is intended as a band-aid to deal with problems like memory leaks; it's here to buy you time to find and solve the underlying issues. WWW: http://search.cpan.org/dist/Catalyst-Plugin-AutoRestart/ Notes: svn path=/head/; revision=223284
* Dns2tcp is a tool for relaying TCP connections over DNS.Martin Wilke2008-11-234-0/+28
| | | | | | | WWW: http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en Notes: svn path=/head/; revision=223283
* IO::TieCombine - produce tied (and other) separate but combined variables.Martin Wilke2008-11-235-0/+38
| | | | | | | WWW: http://search.cpan.org/dist/IO-TieCombine Notes: svn path=/head/; revision=223282
* This module is built on Text::Aspell, but adds some of theMartin Wilke2008-11-235-0/+42
| | | | | | | | | | | | | functionality provided by the internal gnu aspell API. This allows one to deal with blocks of text, rather than just words. For instance, we provide methods for iterating through the text, serializing the object (thus remembering where we left off), and highlighting the current misspelled word within the text. WWW: http://search.cpan.org/dist/Text-SpellChecker/ Notes: svn path=/head/; revision=223281
* - Update to 0.5Martin Wilke2008-11-236-36/+8
| | | | | | | | PR: fulvio ciriaco <oivulf@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223280
* - Update to 0.1.8Martin Wilke2008-11-234-20/+53
| | | | | | | | | PR: 128767 Submitted by: Henrik Friedrichsen <hrkfrd@googlemail.com> Approved by: maintainer Notes: svn path=/head/; revision=223279
* - Update to 1.6.8Martin Wilke2008-11-236-16/+8
| | | | | | | | | PR: 128962 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223278
* - Update to 2.1.1Martin Wilke2008-11-233-1705/+1670
| | | | | | | | PR: 128930 Submitted by: "Wen Heping" <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=223277
* Sort::Key::IPv4Martin Wilke2008-11-235-0/+41
| | | | | | | | | Sorts lists of objects by some property containing an IPv4 address WWW: http://search.cpan.org/dist/Sort-Key-IPv4/ Notes: svn path=/head/; revision=223276
* - Update to 3.0.2Martin Wilke2008-11-233-5/+6
| | | | | | | | | PR: 128778 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223275
* - Update to 0.99Martin Wilke2008-11-234-305/+382
| | | | | | | | | PR: 128991 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223274
* - Update to 0.8.4Martin Wilke2008-11-232-8/+12
| | | | | | | | PR: 128953 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=223273
* - Update to 2.6.3Martin Wilke2008-11-233-6/+9
| | | | | | | | | PR: 128599 Submitted by: Dan Langille <dan@langille.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=223272
* - Update to 0.5.0Martin Wilke2008-11-233-11/+69
| | | | | | | | | PR: 128650 Submitted by: Bernhard Froehlich <decke@bluelife.at> Approved by: maintainer timeout Notes: svn path=/head/; revision=223271
* This is DataSource driver for Structures_DataGrid which uses PEAR::DB.Martin Wilke2008-11-234-0/+34
| | | | | | | | | | | | Please note that this driver is deprecated. Consider using DBQuery or MDB2 DataSource drivers instead. WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DB/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223270
* This is a Renderer driver for Structures_DataGrid using PEAR::Console_Table.Martin Wilke2008-11-234-0/+31
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Console/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223269
* This is a Renderer driver for Structures_DataGrid using HTML_Template_Flexy.Martin Wilke2008-11-234-0/+40
| | | | | | | | | | | | | It adds a couple of variables to a Flexy instance and adds paging functionality. This renderer also enables customised result messages, customised column labels and a column label formatter WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Flexy/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223268
* This is a Renderer driver for Structures_DataGrid using PEAR::Pager.Martin Wilke2008-11-234-0/+31
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223267
* This driver renders an HTML form to let the user easily sort the datagrid,Martin Wilke2008-11-234-0/+32
| | | | | | | | | | | using multiple fields and directions. It uses the HTML_Quickform package. WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLSortForm/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223266
* This is a Renderer driver for Structures_DataGrid using Smarty.Martin Wilke2008-11-234-0/+32
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223265
* This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table.Martin Wilke2008-11-234-0/+32
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223264
* Renderer driver for pear-Structures_DataGrid that generates the XML stringMartin Wilke2008-11-234-0/+32
| | | | | | | | | | | for a XUL listbox. WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XUL/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223263
* - Update to 3.0.4Martin Wilke2008-11-236-302/+370
| | | | | | | | PR: 127775 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Notes: svn path=/head/; revision=223262
* - Force commitMartin Wilke2008-11-230-0/+0
| | | | | | | repocopy from www/firefox-i18n -> www/firefox3-i18n Notes: svn path=/head/; revision=223261
* - Update to 2.0.0.18Martin Wilke2008-11-236-12/+12
| | | | | | | | | | PR: 129089 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> Approved by: portmgr (pav) Security: http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html Notes: svn path=/head/; revision=223260
* - Fix latest mozilla entryMartin Wilke2008-11-231-1/+2
| | | | | | | | | | | Note: mail/thunderbird and mail/linux-thunderbird versions are wrong. All problems are fixed in 2.0.0.18 and not in 2.0.0.17. Pointy hat to: tabthorpe Notes: svn path=/head/; revision=223259
* - Fix pa-IN.xpi (was a local problem)Martin Wilke2008-11-233-9/+9
| | | | Notes: svn path=/head/; revision=223258
* - update etoile-0.4.0Dirk Meyer2008-11-234-8/+105
| | | | Notes: svn path=/head/; revision=223257
* Ups added missing distfilesMartin Wilke2008-11-233-63/+306
| | | | Notes: svn path=/head/; revision=223256
* Update to the 20081121 snapshot of GCC 4.4.0.Gerald Pfeifer2008-11-2312-114/+114
| | | | Notes: svn path=/head/; revision=223255
* - Fix a minor typo in misc/compat4x port's Makefile:Martin Wilke2008-11-231-1/+1
| | | | | | | | | | it says "in unsupported" instead of "is unsupported". PR: 129087 Submitted by: Pankov Pavel <pankov_p@mail.ru> Notes: svn path=/head/; revision=223254
* Update calife to 3.0 final.Ollivier Robert2008-11-232-6/+7
| | | | Notes: svn path=/head/; revision=223253
* Final '/' is not needed.Ollivier Robert2008-11-231-1/+1
| | | | Notes: svn path=/head/; revision=223252
* - Update to 2.0.0.18Martin Wilke2008-11-238-340/+97
| | | | Notes: svn path=/head/; revision=223251
* - MASTER_SITE uses https onlyWesley Shields2008-11-232-1/+5
| | | | | | | | | - Fix rc script to use the pidfile[1] Submitted by: Herbert J. Skuhra (private mail) Notes: svn path=/head/; revision=223250
* - Update to 0.4.2Martin Wilke2008-11-233-5/+9
| | | | Notes: svn path=/head/; revision=223249
* - Remove py-wbxml from run-time dependencies listMartin Wilke2008-11-231-1/+1
| | | | | | | | | | | | sync-engine 0.12 no relies on libwbxml and pywbxml. An internal wbxml converter has been implemented in SyncEngine/wbxml. PR: 129081 Noticed by: Alex Samorukov Submitted by: maintainer Notes: svn path=/head/; revision=223248
* - fix plist for -DNOPORTDOCS (we always keep the directory since dependentIon-Mihai Tetcu2008-11-232-3/+7
| | | | | | | | | | | | | ports might need it) - bump PORTREVISION Submited by: stass@ Approved by: maintainer timeout on QAT BotMail Reuested by: itetcu@ Prompted by: QAT QA run Notes: svn path=/head/; revision=223247
* A daemon which controls the frequency and voltage of CPUs.Martin Wilke2008-11-238-0/+131
| | | | | | | | | | | | | | This userland program adjusts the frequency and voltage according to the CPUs load. Its capabilities include overvolting as well as undervolting. WWW: http://cpupowerd.sourceforge.net/ PR: ports/128617 Submitted by: Bernhard Fr__hlich <decke at bluelife.at> Notes: svn path=/head/; revision=223246
* - Update to 0.7.5Martin Wilke2008-11-232-4/+4
| | | | | | | | PR: 128417 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=223245
* - Update to 0.9.14Martin Wilke2008-11-232-5/+4
| | | | | | | | | PR: 128475 Submitted by: jadawin@ Approved by: maintainer Notes: svn path=/head/; revision=223244
* - Update to ratbox-3.0.0 releaseMartin Wilke2008-11-239-27/+48
| | | | | | | | | | | | | | | | | | | | | Port changes: o Adjusted WITHOUT_IPV6 port option to compensate for ratbox enabling IPv6 by default. o Updated patches for diff index changes and added new patch on 'rsdb_sqlite3.c' to fix ban.db path code. Software changes included in this release: o Fix a crash with the the global CIDR code. o Fix a core dump in bantool if bantool cannot open the database. o Report failure to open logfiles in a more useful way. o Check to see if we have both read and write access to the ban database. o Fix a build error on OS X Leopard. PR: 128890 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=223243
* - Update to 20080225Martin Wilke2008-11-234-11/+18
| | | | | | | | | PR: 128539 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Approved by: maintainer (beech) implicit Notes: svn path=/head/; revision=223242
* - Update to 3.7.6Martin Wilke2008-11-233-14/+4
| | | | | | | | PR: 129056 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=223241
* - Added a patch which adds a note about the diablo 1.6 Java versionsMartin Wilke2008-11-232-0/+20
| | | | | | | | | PR: 128830 Reported by: Thomas Schlesinger <schlesix@gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=223240
* - Add missing dependencyMartin Wilke2008-11-231-3/+3
| | | | | | | | | | | - Use SF macro PR: 129075 Submitted by: Jeremy Chadwick <jdc@parodius.com> Approved by: maintainer implicit Notes: svn path=/head/; revision=223239
* - UnbreakMartin Wilke2008-11-231-3/+1
| | | | | | | - Update MASTER_SITES Notes: svn path=/head/; revision=223238
* - Update to 0.08Cheng-Lung Sung2008-11-232-4/+4
| | | | Notes: svn path=/head/; revision=223237