aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.8miwi2011-10-282-3/+3
|
* - Update to 0.6.0.1swills2011-10-282-3/+3
|
* - Add py-leveldb 0.1.20111024sunpoet2011-10-284-0/+43
| | | | | | | | | | py-leveldb is a thread-safe Python bindings for LevelDB. It has all features from the LevelDB API, except for: - Arbitrary key comparison - Snapshots - All iteration except for single-step forward WWW: http://code.google.com/p/py-leveldb/
* - Add p5-Tie-LevelDB 0.06sunpoet2011-10-285-0/+48
| | | | | | | | | | Tie::LevelDB is the Perl Interface for Google NoSQL database called LevelDB. See http://code.google.com/p/leveldb/ for more details. Interface is implemented both as a reflection of an original LevelDB C++ API and a Perl-ish TIEHASH mechanism. WWW: http://search.cpan.org/dist/Tie-LevelDB/
* - Fix snappy detectionsunpoet2011-10-282-8/+14
| | | | | | - Turn off PERFTOOLS by default - Pet portlint - Bump PORTREVISION for dependency change
* Update MASTER_SITES, WWWehaupt2011-10-282-2/+3
| | | | | PR: 162090 Approved by: Simon Olofsson <simon@olofsson.de> (maintainer)
* - Fix build on FreeBSD 10beat2011-10-281-0/+1
| | | | Approved by: ashish@ (maintainer)
* - Add leveldb 1.2.20111024sunpoet2011-10-286-0/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Features: - Keys and values are arbitrary byte arrays. - Data is stored sorted by key. - Callers can provide a custom comparison function to override the sort order. - The basic operations are Put(key,value), Get(key), Delete(key). - Multiple changes can be made in one atomic batch. - Users can create a transient snapshot to get a consistent view of data. - Forward and backward iteration is supported over the data. - Data is automatically compressed using the Snappy compression library. - External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. - Detailed documentation about how to use the library is included with the source code. Limitations: - This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes. - Only a single process (possibly multi-threaded) can access a particular database at a time. - There is no client-server support builtin to the library. An application that needs such support will have to wrap their own server around the library. WWW: http://code.google.com/p/leveldb/
* - Fix build on FreeBSD 10beat2011-10-2823-26/+63
| | | | Approved by: miwi (implicit)
* - Update to 1.4.3clsung2011-10-282-3/+3
|
* You can think of pss as an enhanced grep designed to searchclsung2011-10-285-0/+81
| | | | | | | inside source code files. pss is very similar to the Perl ack tool (see https://bitbucket.org/eliben/pss/wiki/PssAndAck). WWW: https://bitbucket.org/eliben/pss
* - Cleanup & whitespace fixemiwi2011-10-281-32/+32
|
* - Update to 2.0.7miwi2011-10-283-7/+134
| | | | - Pass maintainership to gecko
* - Update to 1.3miwi2011-10-282-4/+4
| | | | - Pass maintainership to gecko
* This is a Integer to Roman numerals converter.wen2011-10-284-0/+28
| | | | WWW: http://pypi.python.org/pypi/roman/
* - Update to 1.4.4.1miwi2011-10-283-6/+4
| | | | - pass maintainership to gecko
* - Update to 0.9.12miwi2011-10-283-5/+35
| | | | - Pass maintainership
* - Update to 1.1.21clsung2011-10-282-3/+3
|
* This module provides a sqlite-backed dictionary conforming to thewen2011-10-284-0/+33
| | | | | | | dbm interface, along with a shelve class that wraps the dict and provides serialization for it. WWW: http://github.com/Yelp/sqlite3dbm/
* Update to 1.0.6mm2011-10-282-3/+3
|
* Update to 1.1.6mm2011-10-282-3/+3
|
* Update to 1.0.0mm2011-10-282-3/+3
|
* Update to 2.0.0RC2mm2011-10-282-3/+3
|
* Update to 2.0.0mm2011-10-284-6/+6
|
* update tor to 0.2.2.34, and tor-devel to 0.2.3.6-alphabf2011-10-286-32/+31
| | | | Security: CVE-2011-2768
* - Update to 0.8.4clsung2011-10-282-3/+3
|
* - Update to 1.4.9clsung2011-10-282-3/+3
|
* - Update to 1.4.2clsung2011-10-282-3/+3
|
* - Update to 1.1.20clsung2011-10-282-3/+3
|
* - Update to 0.5.3clsung2011-10-282-4/+3
|
* lib_mysqludf_preg is a library of mysql UDFs (user-defined-functions) thatpgollucci2011-10-285-0/+65
| | | | | | | | | | | | | | | | | | provide access to the PCRE (perl compatible-regular-expressions) library for pattern matching. The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. This syntax can often handle more complex expressions and capturing than standard regular expression implementations. For more information about PCRE, please see: http://www.pcre.org/ lib_mysqludf_preg is a useful performance optimization for those applications that are already performing these regular expression matches in a high level language (ie. PHP) on the client side. It is also helpful when there is a need to capture a parenthesized subexpression from a regular expression, or simply as a slight performance boost over the builtin RLIKE/REGEXP functions. WWW: http://www.mysqludf.org/lib_mysqludf_preg/index.php
* BSD licensed charset/encoding converter library with more function thanswills2011-10-285-0/+38
| | | | | | | | | | libiconv. (Currently, only a few codecs are supported) This port is a ruby wrapper for bsdconv. WWW: https://github.com/buganini/ruby-bsdconv PR: ports/162022 Submitted by: buganini@gmail.com
* - Correct broken messageswills2011-10-281-1/+1
|
* Moved rubygem-rack-protection to www categoryswills2011-10-285-28/+1
|
* - Moving rubygem-rack-protection to www category where it belongsswills2011-10-281-1/+1
|
* Collection of Rack middleware to protect you against common, opportunistic ↵swills2011-10-284-0/+28
| | | | | | attack. WWW: http://rkh.github.com/rack-protection/
* Ports modules update at Friday 28 October 2011 at 00:09edwin2011-10-281-5/+7
| | | | Feature safe: yes
* - Update to 0.47clsung2011-10-282-3/+3
|
* TileCache provides a Python-based WMS-C/TMS server, with pluggableeadler2011-10-286-0/+183
| | | | | | | | | | caching mechanisms and rendering backends. WWW: http://tilecache.org/ PR: ports/161773 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> Approved by: bapt (mentor)
* - Typo'd the category for rubygem-rack-protectionswills2011-10-281-1/+1
|
* If your Catalyst project logs many messages, logging via standard error topgollucci2011-10-284-0/+43
| | | | | | | | | | | | Apache's error log is not very clean: The log messages are mixed with other web applications' noise; and especially if you use mod_fastcgi, every line will be prepended with a long prefix. An alternative is logging to a file. But then you have to make sure that multiple processes won't corrupt the log file. The module Log::Handler by Jonny Schulz does exactly this, because it supports message-wise flocking. This module is a wrapper for said Log::Handler.
* MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plainadamw2011-10-284-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or '.fodt', which can in turn be converted into RTF, Microsoft Word, or virtually any other word-processing format). MMD is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few), in addition to the various output formats listed above (Markdown only creates HTML). Additionally, it builds in 'smart' typography for various languages (proper left- and right-sided quotes, for example). MultiMarkdown was originally a fork of the Markdown Perl code, but as of version 3.0 has been rewritten as a fork of peg-markdown by John MacFarlane, written in C. It can be compiled for any major operating system, and as a native binary runs much faster than the Perl version it replaces. NOTE: To use the mmd2pdf script, you must install print/latexmk. WWW: http://www.fletcherpenney.net/multimarkdown/
* Update from 2.2.14 to 2.2.15.osa2011-10-282-3/+3
| | | | | | | | | | | | | | | Note. The 2.2.15 release is the latest release from legacy 2.2 branch. Next commit is up to latest bugfix release from 2.4 branch. <ChangeLog> * [BUGFIX] FLUSHALL was not replicated nor written into the Append Only File. * [BUGFIX] FLUSHALL now only performs a sync SAVE if there is at least one save point configured. </ChangeLog>
* - Update to 1.3.1swills2011-10-282-4/+5
|
* Collection of Rack middleware to protect you against common, opportunistic ↵swills2011-10-284-0/+28
| | | | | | attack. WWW: http://rkh.github.com/rack-protection/
* - Update to 1.1.0.stephen2011-10-282-5/+4
|
* - Update to 2.2.1swills2011-10-282-3/+3
|
* - Update to 1.0.6swills2011-10-282-3/+3
|
* - Update to 1.5.2swills2011-10-282-3/+3
|
* - Update to 2.7.0swills2011-10-282-3/+3
|
* - Update to 1.6.5swills2011-10-282-3/+3
|
* Test::Unit Reporter (New) -- new output format for Test::Unitswills2011-10-284-0/+30
| | | | WWW: http://rubygems.org/gems/turn
* - Update to 1.4.1swills2011-10-282-3/+3
|
* - Update to 1.0.8sunpoet2011-10-282-3/+3
| | | | Changes: http://savannah.gnu.org/forum/forum.php?forum_id=6998
* - Update to 0.1740sunpoet2011-10-282-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* - Update to 0.3.1swills2011-10-282-3/+3
|
* - Update to 0.6.4swills2011-10-282-3/+3
|
* - Plan to delete this as it is no longer neededswills2011-10-281-0/+3
|
* - Update to 2.3.4swills2011-10-282-3/+3
|
* - Alter PORTNAME and PKGNAMEPREFIX to follow our Perl module namingsunpoet2011-10-281-3/+3
| | | | | | PR: ports/160547 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 7 weeks)
* - Update to 0.91sunpoet2011-10-283-24/+17
| | | | | | - Cleanup Makefile Changes: http://nant.sourceforge.net/release/0.91/releasenotes.html
* Update to version 1.107.bsam2011-10-282-3/+3
| | | | | PR: ports/162063 Submitted by: olgeni
* - Update to 0.016sunpoet2011-10-282-3/+3
| | | | Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
* - Update to 1.2.2sunpoet2011-10-283-18/+3
| | | | | | Changes: http://sourceforge.net/projects/phpldapadmin/files/phpldapadmin-php5/1.2.2/ PR: ports/162065 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Upgrade to 1.0.2.vanilla2011-10-288-189/+83
|
* - Update to 2.12sunpoet2011-10-283-6/+6
| | | | | | Changes: http://search.cpan.org/dist/Mojolicious/Changes PR: ports/162062 Submitted by: Murilo Opsfelder <mopsfelder@gmail.com> (maintainer)
* - Update to 1.7.7swills2011-10-282-3/+3
|
* The ANSI project is a collection of ANSI escape code related libraries enablingswills2011-10-284-0/+27
| | | | | | ANSI code based colorization and stylization of output. WWW: http://rubyworks.github.com/ansi/
* - Update to 2.9.0swills2011-10-282-3/+3
|
* - Fix build on FreeBSD 10beat2011-10-274-0/+4
| | | | Approved by: miwi
* - Update to 1.0.3tota2011-10-272-3/+3
|
* - Replace pre-configure target with WITH_FBSD10_FIX as we have a fix inbeat2011-10-271-8/+1
| | | | | | bsd.port.mk now. Approved by: miwi
* - Update to 1.7-5tota2011-10-272-4/+3
|
* - Update to 1.0.2tota2011-10-272-3/+3
|
* - Update to 1.36clsung2011-10-272-4/+4
|
* - Update to 3.22clsung2011-10-273-3/+6
|
* When troubleshooting network issues, it can be very useful to have all thecrees2011-10-277-0/+62
| | | | | | | | | | | | | | | | | | | | | | | interface graphs for a device on the same screen. This helps with spotting trends, or tracing where traffic is flowing through a switch or router. The only way to natively achieve this with Zenoss is to create a graph or multi-graph report for every network device manually, which can be a chore if you have more than a few network devices. This ZenPack provides a new link on the left side of a device detail view called "Interface Graphs" - this view shows the graphs for all of the network interfaces on the device in one place, allowing for fast spotting of issues or traffic flows. Both the interface name and the description (if any) are used to title the graphs to aid with identification. Note that with stacked switches, you can end up with a very large number of graphs on the page, so tuning this slightly via the configuration properties below could be a good idea in these situations. WWW: http://community.zenoss.org/docs/DOC-10226 PR: ports/157503 Submitted by: Zenoss <zenoss@experts-exchange.com>
* - Update to 1.50clsung2011-10-272-3/+3
|
* - Remove unneeded dependency on rubyswills2011-10-271-2/+0
| | | | | | PR: ports/161192 Submitted by: Oliver Heesakkers <dev2@heesakkers.info> Approved by: gahr (maintainer)
* - Update to 0.45clsung2011-10-272-3/+3
|
* - Mark broken due to dependency on older rubygem-json module whichswills2011-10-271-0/+2
| | | | was updated.
* - Update to 1.5.5miwi2011-10-272-10/+5
|
* - Update to 1.0.5miwi2011-10-272-6/+5
|
* - Update to 1.023clsung2011-10-272-3/+3
|
* - Update to 1.7.30gahr2011-10-273-18/+3
| | | | See http://www.fox-toolkit.org/news.html for release notes.
* Update IPv6 patch.demon2011-10-273-33/+6
|
* Remove expired ports.crees2011-10-2715-253/+3
| | | | | | | | | 2011-11-04 astro/weatherget: Broken b/c of weather.com new licensing rules not agreed by author 2011-11-04 devel/py-reverse: Now part of pylint 2011-11-04 devel/py-vmaps: Author recommends using math/py-numpy instead PR: ports/161063 ports/161067 ports/161074 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - bump for miniupnpc updatedinoex2011-10-271-1/+2
|
* - update to 1.6dinoex2011-10-273-4/+6
| | | | Submitted by: Mikhail T.
* - fix build with newer FLTKgahr2011-10-272-0/+14
| | | | Reported by: PH (via pav)
* Update to 14.0.874.106 (fixes form-based authentication).rene2011-10-272-3/+3
|
* - Update to 3.2amdmi32011-10-274-19/+42
| | | | Submitted by: glebius (maintainer)
* - Fix build on FreeBSD 10beat2011-10-272-2/+2
| | | | - Remove contiguous blank line
* Fix build on powerpc as is done on other python portserwin2011-10-271-1/+1
| | | | | Submitted by: linimon Tested on: pointyhat
* Apply FreeBSD 10 workaround for some high profile ports toerwin2011-10-274-0/+4
| | | | | | | unbreak a lot of dependent ports. Submitted by: beat Tested on: pointyhat i386-9-exp and i386-10
* Fix build on FreeBSD 10erwin2011-10-276-18/+32
| | | | | Submitted by: beat Tested on: pointyhat i386-9-exp and i386-10
* Fix build on FreeBSD 10.0erwin2011-10-271-0/+30
| | | | | | PR: 161431 Submitted by: jilles Test on: pointyhat i386-9-exp and i386-10
* Add a workaround for ports that don't recognize FreeBSD 10.x or newer.erwin2011-10-271-1/+19
| | | | | | | | | | Ports that need this can set WITH_FBSD10_FIX to apply the hack, but only on FreeBSD 10. This is only a temporary workaround as the real fix lies upstream by fixing the included scripts, but this will take a long time. Submitted by: ed, jilles, stas, beat (and more) Tested on: pointyhat i386-9-exp and i386-10
* Deprecate some ports:crees2011-10-274-0/+12
| | | | | | | | | pycodec-zope/Makefile:DEPRECATED= Handled in Python-2.4 and later pycodec/Makefile:DEPRECATED= Handled in Python-2.4 upwards zope-ejsplitter/Makefile:DEPRECATED= Plone4 has newer and better splitter mechanism than ejSplitter zope-jamailhost/Makefile:DEPRECATED= Zope has changed MailHost specification and it is not sure jaMailHost works well PR: ports/162055
* Remove expired ports.crees2011-10-2711-231/+2
| | | | | | | | 2011-10-27 devel/py-myghtyutils: Merged into Beaker; use www/py-beaker instead 2011-10-27 www/myghty: Upstream suggests textproc/py-mako instead PR: ports/161077 ports/161078 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to 7.1 betagahr2011-10-273-7136/+7195
| | | | Release notes: http://netbeans.org/community/releases/71/relnotes.html
* - Update to 7.0.1gahr2011-10-273-18/+31
| | | | Release notes: http://netbeans.org/community/releases/70/relnotes.html
* - Update to 1.48jadawin2011-10-272-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/SULLR/IO-Socket-SSL-1.48/Changes
* - Fix dependency: this port requires DBI, not Class::DBIsunpoet2011-10-271-3/+3
| | | | | | | | - Bump PORTREVISION for dependency change PR: ports/161319 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 3 weeks)
* - Fix dependency: this port requires DBI, not Class::DBIsunpoet2011-10-271-4/+4
| | | | | | | | - Bump PORTREVISION for dependency change PR: ports/161259 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 3 weeks)
* - Remove conditional ExtUtils::MakeMaker dependency which is already in all ↵sunpoet2011-10-271-7/+1
| | | | | | | | supported Perl releases PR: ports/160951 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month)
* - Need iconv to build properlyswills2011-10-271-0/+1
|
* - Update to 2.3.0 to work with newer railsswills2011-10-272-3/+3
| | | | | | PR: ports/161730 Submitted by: swills (me) With Hat: ruby@
* - Update to 1.0.21swills2011-10-272-3/+3
| | | | | | PR: ports/161730 Submitted by: swills (me) Approved by: gogolok+freebsd@gmail.com (maintainer)
* - Update to 1.1swills2011-10-272-3/+3
| | | | | | PR: ports/161732 Submitted by: swills (me) Approved by: freebsdports@chillibear.com (maintainer)
* - Update to 0.2.13swills2011-10-272-3/+3
| | | | | | PR: ports/161731 Submitted by: swills (me) Approved by: freebsdports@chillibear.com (maintainer)
* - Update to 1.0.16swills2011-10-272-5/+5
| | | | | | | | - Change maintainer to ruby@ to ease future updates PR: ports/161729 Submitted by: swills (me) Approved by: jhelfman@experts-exchange.com (maintainer)
* - Update to 2.0.2swills2011-10-272-5/+7
| | | | | | PR: ports/161727 Submitted by: swills (me) Approved by: m.tsatsenko@gmail.com (maintainer)
* Sass adapter for the Rails asset pipeline.swills2011-10-274-0/+29
| | | | WWW: http://rubygems.org/gems/sass-rails
* Coffee Script adapter for the Rails asset pipeline.swills2011-10-274-0/+29
| | | | WWW: http://rubygems.org/gems/coffee-rails
* - Update Rails to 3.1.1 and associated changesswills2011-10-2757-114/+129
| | | | With hat: ruby@
* - Update to 1.2.0swills2011-10-272-5/+5
| | | | | | | | | - Change maintainer to ruby@ to match other rubygem-dm ports to ease future updates PR: ports/161728 Submitted by: swills (me) Approved by: jyyou@cs.nctu.edu.tw (maintainer)
* - Update to 1.2.0swills2011-10-272-5/+5
| | | | | | | | | - Change maintainer to ruby@ to match other rubygem-dm ports to ease future updates PR: ports/162034 Submitted by: swills (me) Approved by: jyyou@cs.nctu.edu.tw (maintainer)
* - Update ruby-dm ports to latest versionsswills2011-10-2728-56/+59
|
* - only cups-client is required, not cups-baseeadler2011-10-271-1/+1
| | | | | | | PR: ports/160664 Submitted by: "4720@hushmail.com" <4720@hushmail.com> Approved by: maintainer timeout (6 weeks) Approved by: bapt,sahil (mentors, implicit)
* - Update to 1.4.8swills2011-10-272-4/+4
| | | | | PR: ports/160996 Submitted by: swills (me)
* - remove outdated warningeadler2011-10-272-14/+1
| | | | | | | | - hand maintainership to x11@ Reviewed by: kwm Approved by: ashish (maintainer) Approved by: bapt,sahil (mentors, implicit)
* - Update to 3.0.1swills2011-10-272-3/+3
| | | | | PR: ports/160195 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
* - Update to 0.08clsung2011-10-272-3/+3
|
* - Update to 1.51clsung2011-10-272-3/+3
|
* - Update to 2.6.11wen2011-10-272-3/+3
|
* - Update to 0.2.3wen2011-10-272-3/+4
|
* Upgrade to 0.5.10.vanilla2011-10-274-16/+139
| | | | | PR: ports/162019 Submitted by: maintainer
* Ports modules update at Thursday 27 October 2011 at 00:09edwin2011-10-271-1/+8
| | | | Feature safe: yes
* - Mark BROKEN: does not compilepav2011-10-271-0/+2
| | | | | | | param/pyparam_util.c: In function 'lp_from_py_object': param/pyparam_util.c:50: error: expected expression before 'struct' Reported by: pointyhat
* - Mark BROKEN on amd64: fails during installation (updating man pages)pav2011-10-271-0/+4
| | | | | | | | Updating /usr/local/share/doc/postfix/scache.8.html... Updating /usr/local/share/doc/postfix/tlsmgr.8.html... *** Error code 1 Reported by: pointyhat
* - Mark as BROKEN: conflicting dependenciespav2011-10-271-0/+2
| | | | | | pkg_add: package 'subversion-1.6.17_4' conflicts with subversion-1.7.1 Reported by: pointyhat
* Fix a variable substitution.adamw2011-10-272-2/+2
| | | | | | | | Note that this was the intended fix in PORTREVISION 3, the previous commit, and was the change intended by ports/161999. PR: ports/161999 Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua>
* Blitz is a PHP templating engine with two main features:pawel2011-10-274-0/+38
| | | | | | | | | | | | | | Fast. Blitz is written in C and built as PHP-extension which makes it one of the fastest template engines (you may see the benchmarks section below) Clear. Blitz has quite simple and clear syntax and makes developer to build compact and easy-to-read-and-support code even for applications with very complex presentation logic WWW: http://alexeyrybak.com/blitz/blitz_en.html PR: ports/159908 Submitted by: Valery Komarov <komarov@valerka.net>
* Update to version 2.6. This adds GraphViz compatible output todougb2011-10-273-3/+15
| | | | | | | | | | | | | | | | | | | | | | portdepends, plus some routine bug fixing. - Accessor methods for array valued items now mostly return arrays rather than array references. This makes quite a lot of code a lot clearer. - Add GraphViz output mode to portdepends(1). Pretty pictures of port dependency trees. - Remove TODO file as (a) most of the items were done and (b) most recent changes weren't listed in there. - Minor docco tweak to portindex reflecting currently supported FreeBSD major versions. - Bump VERSION to 2.6 and CACHE_VERSION to 2.5 PR: ports/161396 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* - Unbreak WITHOUT_MAILNEWS optionbeat2011-10-272-1/+19
| | | | Submitted by: Nali Toja <nalitoja AT gmail.com>
* 'use_proprietary_codecs' has been renamed to 'proprietary_codecs'.rene2011-10-271-2/+2
| | | | | | PR: ports/162018 Submitted by: John Watson [wizputer gmail] Obtained from: Chromium Chruetertee rev. 252
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-2763-66/+64
| | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
* - Updated to latest stable version (5.10.5)glarkin2011-10-2710-333/+238
| | | | | | | | | | | | | | | - Removed BROKEN line - Removed CONFLICTS - binaries were renamed in this release, so no problem - Set new SWIPLDIR variable to use in pkg-plist and Makefile, that contains the new directory name that swi-pl now using. - Undefined HAVE_EXECINFO too in src/config.h to let it build successfuly - Adjusted local patches to new version (not tested on "alpha" for sure :)) - Removed files/patch-configure to make --without-jpl in CONFIGURE_ARGS actually work PR: ports/161414 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: g.gonter@ieee.org (maintainer; timeout - 2+ weeks)
* - make this port fetchable againflo2011-10-273-8/+5
| | | | | | | - remove BROKEN/EXPIRY_DATE PR: ports/160272 Submitted by: Eugene Grosbein <ports@grosbein.net> (maintainer)
* - Update to version 2.0.7pawel2011-10-272-6/+6
| | | | | | | | - Add gio support PR: ports/159218 Submitted by: Scott Larson <stl@wiredrive.com> Approved by: maintainer timeout (3 months)
* Fix -fno-tree-ter configure checkpawel2011-10-271-0/+1
| | | | | | PR: ports/161970 Submitted by: Nali Toja <nalitoja@gmail.com> Approved by: maintainer
* radsecproxy is a generic RADIUS proxy that in addition to to usual RADIUSeadler2011-10-276-0/+89
| | | | | | | | | | | | UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and DTLS. The aim is for the proxy to have sufficient features to be flexible, while at the same time to be small, efficient and easy to configure. WWW: http://software.uninett.no/radsecproxy/ PR: ports/147943 Submitted by: Honza Betik <honza@betik.cz> Approved by: bapt (mentor)
* - Update to 1.8sunpoet2011-10-272-4/+4
| | | | | | | | Changes: - Apply http://svnweb.freebsd.org/base?view=revision&revision=226403 PR: ports/162005 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 6.2sunpoet2011-10-272-7/+10
| | | | | | Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: ports/162007 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Fix build with WITHOUT_LDAPbeat2011-10-272-1/+17
| | | | | | | | | - Mark WITHOUT_MAILNEWS as BROKEN PR: ports/160444 Submitted by: J. Altman <freebsd-announce AT chthonic.com> and many others Patch by: Nali Toja <nalitoja AT gmail.com> Tested by: Alexey Shuvaev <shuvaev AT physik.uni-wuerzburg.de>
* - Update to 0.35sunpoet2011-10-272-5/+6
| | | | | | - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/Log-Any-App/Changes
* - Do not install PREFIX/include/unicode.h to avoid conflicts with ↵sunpoet2011-10-272-1/+2
| | | | | | | | devel/libunicode - Bump PORTREVISION for PLIST change Notified by: kevlo
* - Unset shellinaboxd_user and shellinaboxd_group at the end of rc script tosunpoet2011-10-272-4/+7
| | | | | | | | | avoid unnecessary su(1) initiated by rc.subr - Pet portlint - Bump PORTREVISION for package change Reported by: ed (in the followup of ports/151314) Approved by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
* Set USE_MYSQL=yesskreuzer2011-10-261-3/+5
| | | | | | | Remove direct dependancy on p5-DBD-mysql which causes problems when using WITH_MYSQL_VER=52 Submitted by: Valentin Zahariev <curly@e-card.bg>
* - Mark MAKE_JOBS_UNSAFE as this fails to build with MAKE_JOBS enabled for meswills2011-10-261-0/+2
|
* - Fix plist when postgresql-plpython installed for postgresql 9.1 andglarkin2011-10-263-3/+4
| | | | | | | | postgresql-plpython built with python 3+ PR: ports/161822 Submitted by: sunpoet Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen (maintainer implicit)
* - Oops, test dependency p5-Test-Perl-Critic is in textproc, not develswills2011-10-261-1/+2
|
* - saved from expiration cause the dependency textproc/htmlize.el isdryice2011-10-261-4/+1
| | | | | saved - update my mail address
* - update to 1.39dryice2011-10-262-11/+5
| | | | | | - un-broken - saved from expiration - take the maintainership. Thanks the previous maintainers!
* - Fixed typo in COMMENTglarkin2011-10-261-3/+2
| | | | | | | | | - Removed unnecessary PORTREVISION=0 - Updated MASTER_SITES to use shorthand definition PR: ports/161907 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: qingfeng@douban.com (maintainer)
* Update WWWcs2011-10-261-1/+1
| | | | | | PR: ports/161930 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer) Approved by: glarkin@ (mentor)
* Remove stale PACKETSTORM mirrorcs2011-10-261-1/+0
| | | | | | PR: ports/161980 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: glarkin@ (mentor)
* Add p5-Archive-Peek 0.34, peek into archives without extracting them.lth2011-10-265-0/+47
|
* - Updated to 1.4.1glarkin2011-10-263-34/+89
| | | | | | | | | | | | | | | | | | | - Fixed GPG dependency - Added dependency on devel/xdg-utils - Added dependency on unlzma (not lzma - it's not used) conditionally - Removed unused PYTHON_VER from PLIST_SUB - Removed bogus WITHOUT_NLS - Requires python >= 2.6, so bumped USE_PYTHON - Added pygobject dependency - Added new manpage - Removed some bogus entries from plist - Marked DEPRECATED with expiration on 2011-12-01 (duplication of PBI functionality and the limited number of 0install packages are available in the ports tree) PR: ports/161096 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Dylan Cochran <a134qaed@gmail.com> (maintainer; timeout - 2 months)
* x11-wm/fvwm-devel is gone, no longer supported by upline. Use fvwm instead.cy2011-10-261-2/+2
|
* - Update to 1.28sunpoet2011-10-262-5/+4
| | | | Changes: http://search.cpan.org/dist/AnyEvent-CouchDB/Changes
* - Update to 0.58sunpoet2011-10-262-3/+3
| | | | Changes: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/Changes
* - Update to 0.1739sunpoet2011-10-262-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* - Update MAINTAINER to ruby@ for my ruby portszi2011-10-2619-19/+19
|
* - Mark DEPRECATED: Disappeared from CPANsunpoet2011-10-261-0/+3
| | | | - Set EXPIRATION_DATE to 2011-11-26 (1 month later)
* - Add p5-Net-Subnet 1.02sunpoet2011-10-265-0/+47
| | | | | | | | | | | | | | | | | | | This is a simple but fast pure Perl module for determining whether a given IP address is in a given set of IP subnets. It's iterative, and it doesn't use any fancy tries, but because it uses simple bitwise operations on strings it's still very fast. All documented functions are exported by default. Subnets have to be given in "address/mask" or "address/length" (CIDR) format. The Socket and Socket6 modules are used to normalise addresses, which means that any of the address formats supported by inet_aton and inet_pton can be used with Net::Subnet. WWW: http://search.cpan.org/dist/Net-Subnet/ PR: ports/161335 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
* - Update to 4.2.2 [1]zi2011-10-262-4/+4
| | | | | | | | - Fix build when using clang PR: ports/161865 Submitted by: Takefu <takefu@airport.fm> [1] Approved by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
* - Update to 1.3.1sunpoet2011-10-262-6/+6
| | | | | | - Sort PLIST_FILES Changes: http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.1/README/view
* Update to 8.20mm2011-10-263-41/+26
| | | | Enable JIT support by default (can be turned off in OPTIONS)
* - Update to 1.0.10gahr2011-10-262-3/+3
| | | | | | * Change default systray icon size to 16. * Update internal area hint when changing area. * Italian translation update (Massimo Maiurana).
* - Update to 1.36sunpoet2011-10-263-17/+23
| | | | Changes: http://search.cpan.org/dist/Catalyst-Devel/Changes
* - Update to 0.8.1clsung2011-10-262-4/+5
|
* Update MASTER_SITES to only use my mirrors - author frequently changes theehaupt2011-10-261-1/+1
| | | | location of his distfiles w/o notice.
* - Update to 1.7.0wen2011-10-264-4/+9
| | | | - Update WWW
* - Update to 1.41jadawin2011-10-263-3/+4
| | | | - Changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-1.41/Changes
* - Update to 3.0.7clsung2011-10-262-3/+3
|
* update to 2.6.19flo2011-10-262-3/+3
| | | | Security: http://www.vuxml.org/freebsd/395e0faa-ffa7-11e0-8ac4-6c626dd55a41.html
* document phpmyfaq remote PHP code injection vulnerabilityflo2011-10-261-0/+29
|
* - Update to 2.7.1clsung2011-10-262-3/+3
|
* Mark BROKEN, this port does not build after the recent lang/bigloo update.ehaupt2011-10-261-0/+2
| | | | Notified by: pointyhat (via pav)
* - Update to 1.6.3lwhsu2011-10-263-7/+5
| | | | | PR: ports/162021 Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
* - Update to 5.2.0wen2011-10-262-3/+3
|
* Adopt during Stas's hiatusbf2011-10-268-8/+8
| | | | Approved by: stas
* - Update to 1.4.10clsung2011-10-262-3/+3
|
* Depend on x11-wm/fvwm2 instead of x11-wm/fvwm2-devel, which has been deletedcy2011-10-261-3/+3
| | | | because it is no longer supported by fvwm.org.
* - Update to 0.0.7.29swills2011-10-263-3/+7
|
* - Update to 1.04swills2011-10-262-4/+3
| | | | | PR: ports/161991 Submitted by: sunpoet
* Fvwm2-devel is no longer supported by fvwm.org, expiry date has passed.cy2011-10-261-1/+0
|
* Document the expiry of fvwm2-devel, no longer supported by fvwm.org.cy2011-10-261-0/+1
|
* The FVWM development branch is no longer supported by upline (fvwm.org).cy2011-10-267-702/+0
|
* - Update to 1.0.3clsung2011-10-262-3/+3
|
* - Update to 1.2.11.2clsung2011-10-262-3/+3
|
* - Update to 0.21clsung2011-10-263-9/+3
|
* TinyOWS server implements latest WFS-T standard versions,wen2011-10-265-0/+122
| | | | | | | | | as well as related standards such as Filter Encoding (FE). WWW: http://www.tinyows.org/ PR: ports/161770 Submitted by: Joris Dedieu <joris.dedieu@gmail.com>
* - Update to 3.69clsung2011-10-262-3/+3
|
* - Update to 1.0.4wen2011-10-263-12/+26
| | | | | | | - Upstream switched from ant to maven PR: ports/161696 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* - Update to 1.1.0wen2011-10-262-8/+9
|
* - Update to 0.15.1wen2011-10-262-3/+3
|
* - Update to 1.2.13wen2011-10-262-3/+3
|
* - Update to 0.9.8wen2011-10-262-4/+4
|
* - Deprecate due to the release of 4.6. Support will end 2012-04.clsung2011-10-262-3/+6
| | | | | PR: ports/162004 Submitted by: maintainer (Helmut Schneider)
* - Update to 4.6.0clsung2011-10-268-556/+1950
| | | | | PR: ports/162003 Submitted by: maintainer
* update print/flpsed to 0.7.0, and www/dillo2 to 3.0.1,bf2011-10-266-36/+33
| | | | both of which now use the new fltk 1.3
* - Update to 2.27zi2011-10-262-3/+3
| | | | | PR: ports/161906 Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
* - Update to 1.5.24zi2011-10-264-6/+17
| | | | | PR: ports/161823 Submitted by: Roberto Nunnari <robi@nunnisoft.ch> (maintainer)
* Ports modules update at Wednesday 26 October 2011 at 00:09edwin2011-10-261-3/+3
| | | | Feature safe: yes
* Fix a // in path which apparently breaks portinstall's ability to parseadamw2011-10-262-2/+2
| | | | | | | INDEX. PR: ports/161999 Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua>
* UltraJSON is a fast and extendable JSON encoder and decoder written indelphij2011-10-264-0/+32
| | | | pure C, and have very good performance compared to cjson and simplejson.
* Update to tzdata2011m:edwin2011-10-264-4/+17
| | | | | | | | | | | | | | | | | Europe: - Pridnestrovian Moldavian Republic (PMR, also known as "Pridnestrovie") has abolished seasonal clock change (no transition to the Winter Time). - The recent change to the Ukranian time zone (Europe/Kiev) to introduce permanent daylight saving time (similar to Russia) was reverted. South America: - Bahia: The President signed a decree that includes Bahia in summer time. zone.tab: - Add Europe/Tiraspol Pridnestrovie
* - Fix extra patches for tmpfs supportbeat2011-10-262-4/+4
| | | | Approved by: miwi
* - Move RAKE_VER out of bsd.ruby.mk since it is no longer neededswills2011-10-262-2/+1
|
* Csmith is a tool that can generate random C programs that staticallyeadler2011-10-269-0/+112
| | | | | | | | | | | | and dynamically conform to the C99 standard. Thus, it is useful for stress-testing compilers, static analyzers, and other tools that process C code. Csmith has found bugs in every tool that it has tested, and over the last several years we have used it to find and report more than 350 previously-unknown compiler bugs. WWW: http://embed.cs.utah.edu/csmith/ Approved by: bapt (mentor)
* Add patch fixing Cavebear Ethernet manufacturer listings locationpawel2011-10-262-0/+15
| | | | | PR: ports/161964 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Unbreak build with fltk 1.3.0mva2011-10-264-0/+47
| | | | | PR: ports/161988 Submitted by: Kenneth Lind <exil@sasurai.se>
* - Update mail/dovecot2 to 2.0.15pawel2011-10-265-13/+13
| | | | | | | | - Update mail/dovecot2-pigeonhole to 0.2.4 PR: ports/160820 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) -> update Jase Thew <freebsd@beardz.net> -> updated patch-doc_Makefile_in
* - Make SOURCEFIRE option enabled by default to ensure all rules function out ↵zi2011-10-261-1/+1
| | | | | | of the box. Requested by: Dean Freeman <wfreeman@sourcefire.com>
* - Update to 2.60mva2011-10-263-9/+22
|
* - Update to 3.4.r3miwi2011-10-263-5/+6
| | | | | | | | | | | Changelog: * Correct a mismerge of schema * Correct some typos * Properly add the checksum Hooks to the upgrade code * Fix some variable initialization issues in the webui * Allow Jails and Builds to be removed when BuildPortsQueue entries exist Approved by: maintainer implicit
* * Sun Oct 23 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.1dougb2011-10-262-3/+3
| | | | | | | - BUGFIX: Add support for speed limits scheduling (Web UI) - BUGFIX: Fix ratio calculation for purely seeded torrents - I18N: Update Russian translation - COSMETIC: Torrent addition dialog layout fixes
* - Update to 0.64sunpoet2011-10-262-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-SIP/Changes
* - Update to 0.1738sunpoet2011-10-262-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* Update to 15.0.874.102rene2011-10-2634-326/+252
| | | | | Obtained from: Chromium/Chruetertee development repository Security: http://www.vuxml.org/freebsd/6887828f-0229-11e0-b84d-00262d5ed8ee.html
* Remove obsolete patch, for freebsd6.kwm2011-10-261-22/+0
| | | | | PR: ports/162011 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Augment port description.danfe2011-10-261-5/+12
|
* Mention vulnerabilities in www/chromium < 15.0.874.102rene2011-10-261-2/+62
| | | | | Obtained from: http://googlechromereleases.blogspot.com/ Security: CVE-2011-[2845, 3875-3891]
* - Fix a typomiwi2011-10-261-1/+1
| | | | Approved by: maintainer implicit
* - Update to 2.1.4miwi2011-10-262-4/+4
| | | | - Pass maintainership to gecko
* - Update to 20110628 [1]pawel2011-10-266-34/+90
| | | | | | | - Add desktop entries for client programs [2] PR: ports/161910 Submitted by: green dog <fiziologus@gmail.com> [1], myself [2]
* Change MAINTAINER to luca.pizzamiglio@gmail.comskreuzer2011-10-261-1/+1
|
* Update to 5.3.1pawel2011-10-262-4/+3
| | | | | PR: ports/161983 Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
* Update to version 0.9.9skreuzer2011-10-253-4/+5
|
* Update to 0.1.3.knu2011-10-252-8/+4
| | | | | - Add a new option -r (recursive); contributed by Hiroshi Fujishima. - Fix a bug where it stops at a legacy mountpoint.
* - Update to 1.5.5beat2011-10-252-3/+3
| | | | | PR: ports/161916 Submitted by: David Naylor <naylor.b.david AT gmail.com> (maintainer)
* - Update to 0.5.1tota2011-10-252-3/+3
|
* - Update to 2.2.1tota2011-10-252-3/+3
|
* - Update to 0.40jadawin2011-10-252-5/+5
| | | | - Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.40/Changes
* - Update to 0.40sunpoet2011-10-252-4/+5
| | | | Changes: http://search.cpan.org/dist/File-Map/Changes
* - Update to 0.1737sunpoet2011-10-252-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* - net-p2p/transmisson-remote-gui was renamed to net-p2p/transmission-remote-guiacm2011-10-257-76/+3
|
* - net-p2p/transmisson-remote-gui was renamed to net-p2p/transmission-remote-guiacm2011-10-251-0/+1
|
* Update to 3.9.0skv2011-10-254-19/+5
| | | | Changes: http://www.parrot.org/news/2011/3.9.0
* - Update to 1.17clsung2011-10-252-3/+3
|
* - Update to 1.0.10clsung2011-10-252-3/+3
|
* - Update to 4.6.2clsung2011-10-252-3/+3
|
* Fix plist when the THREADS option is off. Also convert to @dirrmtrydougb2011-10-252-28/+30
| | | | | | | | | in a couple places that are affected by graphics/ocaml-lablgl and/or x11-toolkits/ocaml-lablgtk2. No PORTREVISION bump since THREADS is on by default. Approved by: maintainer (implicit)
* - Update to 3.1.0clsung2011-10-252-3/+3
|
* - Update to 3.11.0clsung2011-10-252-3/+3
|
* - update to 0.10.0bapt2011-10-252-4/+5
|
* - update to 0.15.0bapt2011-10-253-4/+11
|