aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20081122Martin Wilke2008-11-222-5/+5
| | | | Notes: svn path=/head/; revision=223169
* - Update to 0.21Martin Wilke2008-11-222-4/+4
| | | | Notes: svn path=/head/; revision=223168
* - Update to 0.6.1Martin Wilke2008-11-228-12/+27
| | | | | | | - Update WWW Notes: svn path=/head/; revision=223167
* - Update to 1.4.0Martin Wilke2008-11-223-6/+7
| | | | | | | - Update WWW Notes: svn path=/head/; revision=223166
* - Updated to 1.2.2Greg Larkin2008-11-213-6/+4
| | | | Notes: svn path=/head/; revision=223164
* SCSI / firewire harddrive spindown daemonMartin Wilke2008-11-214-0/+36
| | | | | | | | | | | | | | | This is a small program for handling automated spinning down of SCSI harddrives. With SCSI devices it is not as common to spindown for power management purposes as for ATA however it might be required to spin down a disk contained in a firewire enclosure for instance. WWW: http://www.noresult.net/freebsd/spindown/ PR: ports/128581 Submitted by: Arjan van der Velde <noresult at xs4all.nl> Notes: svn path=/head/; revision=223163
* - Update to 0.996bMartin Wilke2008-11-212-4/+4
| | | | | | | | | PR: 128146 Submitted by: Anton Yuzhaninov <citrin@citrin.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=223162
* - Update to 0.08.2Martin Wilke2008-11-213-8/+10
| | | | | | | | | | - Pass maintainership to submitter PR: 128762 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=223161
* - Update to 0.9.7Martin Wilke2008-11-213-5/+8
| | | | | | | | PR: 128511 Submitted by: maintainer Notes: svn path=/head/; revision=223160
* - pass maintainership to submitterMartin Wilke2008-11-211-1/+1
| | | | | | | | PR: 129025 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=223159
* - Update to 2.12Martin Wilke2008-11-217-49/+59
| | | | | | | | | | | | Included in this PR is reload support requested by ports/126476 in addition to a change in the location of the PID file. I have however opted to move this file to NAGIOSDIR to reduce the number of directories created by all Nagios related ports. PR: 128409 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) Notes: svn path=/head/; revision=223158
* Sinatra is a DSL for quickly creating web-applications in RubyMartin Wilke2008-11-215-0/+52
| | | | | | | | | | | | | | with minimal effort. It sits on top of Rack, a minimal standard interface for Ruby web frameworks. For templating, the choices include erb, haml, sass and Builder. WWW: http://github.com/bmizerany/sinatra PR: ports/128551 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Notes: svn path=/head/; revision=223157
* - Update to 1.13Martin Wilke2008-11-212-7/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 128756 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=223156
* Mapnik is a Free Toolkit for developing mapping applications. It'sMartin Wilke2008-11-215-0/+198
| | | | | | | | | | | | | | | | | | | | | | | written in C++ and there are Python bindings to facilitate fast-paced agile development. It can comfortably be used for both desktop and web development, which was something wanted from the beginning. Mapnik is about making beautiful maps. It uses the AGG library and offers world class anti-aliasing rendering with subpixel accuracy for geographic data. It is written from scratch in modern C++ and doesn't suffer from design decisions made a decade ago. When it comes to handling common software tasks such as memory management, filesystem access, regular expressions, parsing and so on, Mapnik doesn't re-invent the wheel, but utilizes best of breed industry standard libraries from boost.org. WWW: http://www.mapnik.org/ PR: ports/128746 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=223155
* Xfburn is a simple CD/DVD burning tool based on libburnia libraries.Martin Wilke2008-11-215-0/+191
| | | | | | | | | | | | | | It can blank CD/DVD-RWs, burn and create iso images, as well as burn personal compositions of data to either CD or DVD. It Is currently under heavy development. WWW: http://www.xfce.org/projects/xfburn/ PR: ports/128793 Submitted by: J.R. Oldroyd <fbsd at opal.com> Notes: svn path=/head/; revision=223154
* - Update to 1.2.1Martin Wilke2008-11-212-6/+6
| | | | | | | | | | - Update maintainer mail adress PR: 128780 Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de> Notes: svn path=/head/; revision=223153
* - Update to 0.9.9 (latest KDE3-compatible version update)Martin Wilke2008-11-213-6/+5
| | | | | | | | PR: 128704 Submitted by: "Rashid N. \"Citycat\" Achilov" <citycat4@ngs.ru> (maintainer) Notes: svn path=/head/; revision=223152
* Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporatesMartin Wilke2008-11-215-0/+52
| | | | | | | | | | | | | | | | | | | | | features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catalyst applications without starting up a web server. Testing web applications has always been a bit tricky, normally starting a web server for your application and making real HTTP requests to it. This module allows you to test Catalyst web applications but does not start a server or issue HTTP requests. Instead, it passes the HTTP request object directly to Catalyst. Thus you do not need to use a real hostname: "http://localhost/" will do. WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/ PR: ports/129004 Submitted by: George Hartzell <hartzell at alerce.com> Notes: svn path=/head/; revision=223151
* This module provides the CSS-specific interfaces described in the W3CMartin Wilke2008-11-215-0/+77
| | | | | | | | | | | | | | | DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. WWW: http://search.cpan.org/dist/CSS-DOM/ PR: ports/128901 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=223150
* This module creates compile-time constants in the manner ofMartin Wilke2008-11-215-0/+39
| | | | | | | | | | | | constant.pm, but makes them local to the enclosing scope. WWW: http://search.cpan.org/dist/constant-lexical/ PR: ports/128900 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=223149
* This module provides one function, delete_sub, that deletes theMartin Wilke2008-11-215-0/+45
| | | | | | | | | | | | | | | | | | | subroutine whose name is passed to it. (To load the module without importing the function, write use Sub::Delete();.) This does more than simply undefine the subroutine in the manner of undef &foo, which leaves a stub that can trigger AUTOLOAD (and, consequently, won't work for deleting methods). The subroutine is completely obliterated from the symbol table (though there may be references to it elsewhere, including in compiled code). WWW: http://search.cpan.org/dist/Sub-Delete/ PR: ports/128899 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=223148
* - Update to 1.11.3Martin Wilke2008-11-212-5/+6
| | | | | | | | PR: 128986 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=223147
* - Update to 1.4.4Martin Wilke2008-11-212-4/+4
| | | | | | | | PR: 128951 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=223146
* - Update to 1.5.1Martin Wilke2008-11-213-61/+9
| | | | | | | | PR: 128949 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=223145
* - Update to 2.9.22-RC1Martin Wilke2008-11-212-6/+6
| | | | | | | | PR: 128928 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=223144
* - Update to 2.9.21.2Martin Wilke2008-11-212-4/+4
| | | | | | | | PR: 128913 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=223143
* asql is a simple console shell which allows you to run SQL queriesMartin Wilke2008-11-215-0/+48
| | | | | | | | | | | | | | against an Apache logfile, something that can be very useful - especially at getting information which is not easily available via static logfile analysers. WWW: http://www.steve.org.uk/Software/asql/ PR: ports/128110 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=223142
* - Update to 3.2.0Martin Wilke2008-11-213-4/+20
| | | | | | | | PR: 128818 Submitted by: Olafur Osvaldsson <osvaldsson@icelandic.net> (maintainer) Notes: svn path=/head/; revision=223141
* - Update to 2.0.1Martin Wilke2008-11-212-6/+8
| | | | | | | | PR: 128888 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=223140
* - Update to 3.1.7Martin Wilke2008-11-213-4/+5
| | | | | | | | PR: 128905 Submitted by: NAKAJI Hiroyuki <nakaji@jp.FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=223139
* Module::Starter::Plugin::SimpleStoreMartin Wilke2008-11-215-0/+46
| | | | | | | | | | | | | This is a set of simple plugins for Module::Starter to provide methods of retrieving templates. WWW: http://search.cpan.org/dist/Module-Starter-Plugin-SimpleStore PR: ports/129007 Submitted by: George Hartzell <hartzell at alerce.com> Notes: svn path=/head/; revision=223138
* - Updated to 1.2.2Greg Larkin2008-11-212-4/+4
| | | | Notes: svn path=/head/; revision=223137
* - UnbreakLars Engels2008-11-211-7/+2
| | | | | | | | | - Add additional mirror to MASTER_SITES - Remove check for 5.x - Grab maintainership Notes: svn path=/head/; revision=223136
* Add p5-Catalyst-Plugin-CookiedSession 0.34, catalyst Plugin for storingSergey Skvortsov2008-11-215-0/+42
| | | | | | | | | | sessions in a browser cookie. PR: ports/129055 Submitted by: Denis Pokataev <catone xx cpan.org> Notes: svn path=/head/; revision=223135
* Forced commit to the previous one.Sergey Skvortsov2008-11-210-0/+0
| | | | | | | | PR: ports/129054 Submitted by: Denis Pokataev <catone xx cpan.org> Notes: svn path=/head/; revision=223134
* Add p5-JSON-XS-VersionOneAndTwo 0.31, support versions 1 and 2 ofSergey Skvortsov2008-11-215-0/+39
| | | | | | | JSON::XS. Notes: svn path=/head/; revision=223133
* Fix plist with NOPORTDOCS definedLars Engels2008-11-211-2/+2
| | | | | | | Prompted by: QAT QA run Notes: svn path=/head/; revision=223132
* - Updated to 1.7.0Greg Larkin2008-11-213-177/+2324
| | | | Notes: svn path=/head/; revision=223131
* upgrade to 2.1.0Ying-Chieh Liao2008-11-215-31/+43
| | | | | | | | | | drop maintainership PR: 129012 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=223130
* - Update to 0.91Philippe Audeoud2008-11-212-4/+4
| | | | Notes: svn path=/head/; revision=223129
* Update dependency due to addition of textproc/linux-scim-gtk.Hiroki Sato2008-11-211-1/+2
| | | | Notes: svn path=/head/; revision=223128
* - Add linux_base-{f7,f8} support.Hiroki Sato2008-11-2121-36/+237
| | | | | | | - Separate out gtk module part to textproc/linux-scim-gtk. Notes: svn path=/head/; revision=223127
* Add textproc/linux-scim-gtk, Linux binary version of an SCIM moduleHiroki Sato2008-11-2119-0/+280
| | | | | | | for gtk library, separated from textproc/linux-scim-libs. Notes: svn path=/head/; revision=223126
* Update maintainers address.Wesley Shields2008-11-211-1/+1
| | | | | | | | PR: ports/128966 Submitted by: Anatoliy Dmytriyev <tolid@tolid.eu.org> (maintainer) Notes: svn path=/head/; revision=223125
* - Update to 0.10Philippe Audeoud2008-11-212-12/+10
| | | | | | | | | | - Add new dependency. PR: ports/128971 Submitted by: Yi-Jheng Lin <yzlin _AT_ cs.nctu.edu.tw> Notes: svn path=/head/; revision=223124
* A faster implementation of hgk using pygtk/pyqt4. Its primary purposeDmitry Marakasov2008-11-215-0/+92
| | | | | | | | | was to be able to browse the linux kernel mercurial repository. WWW: http://www.logilab.org/project/name/hgview/ Notes: svn path=/head/; revision=223123
* Fix "make install" when setting all of $OPTIONS off.Hiroki Sato2008-11-211-2/+0
| | | | | | | Spotted by: nork Notes: svn path=/head/; revision=223122
* Add textproc/p5-XML-Parser to BUILD_DEPENDS. Recent changes somewhere in theEmanuel Haupt2008-11-211-0/+1
| | | | | | | dependency chain caused configure to fail since it's not present at build time. Notes: svn path=/head/; revision=223121
* Update from 0.6.32 to 0.6.33.Sergey A. Osokin2008-11-213-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, add the patch for bugfix: the "listen" directive parameters such as "backlog", "rcvbuf", etc. were not set, if a default server was not the first one. These changes also added into mainstream for future releases. <ChangeLog> *) Feature: now nginx returns the 405 status code for POST method requesting a static file only if the file exists. *) Workaround: compatibility with glibc 2.3. Thanks to Eric Benson and Maxim Dounin. *) Bugfix: the resolver did not understand big DNS responses. Thanks to Zyb. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error. *) Bugfix: the ngx_http_charset_module did not understand quoted charset name received from backend. *) Bugfix: if the "max_fails=0" parameter was used in upstream with several servers, then a worker process exited on a SIGFPE signal. Thanks to Maxim Dounin. *) Bugfix: the $r->header_in() method did not return value of the "Host", "User-Agent", and "Connection" request header lines; the bug had appeared in 0.6.32. *) Bugfix: a full response was returned for request method HEAD while redirection via an "error_page" directive. *) Bugfix: if a directory has search only rights and the first index file was absent, then nginx returned the 500 status code. *) Bugfix: of recursive error_page for 500 status code. </ChangeLog> Notes: svn path=/head/; revision=223120
* - Fix datadir in pkg-plist (it is not PORTDOCS)Martin Matuska2008-11-211-1/+1
| | | | Notes: svn path=/head/; revision=223119