summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-07Update gnustep-back to 0.18.0. This should close PR pkg/44783.rh3-14/+19
Other notable changes include: * implement pattern colours for all backends * use DejaVu as another fallback font * OpenGL fixes and improvements * Key repeat support implemented in X11
2011-04-07Note update of gnustep-gui to 0.18.0rh1-1/+2
2011-04-07Update gnustep-gui to 0.18.0. Notable changes include:rh5-63/+88
* Add live resize in NSSplitView * Toolbars have been completely rewritten and improved * New Mac OS X 10.5 methods in NSFont * Bug fixes and stability improvements
2011-04-07Note update of gnustep-base to 1.20.1rh1-1/+2
2011-04-07Update gnustep-base to 1.20.1. Notable changes include:rh8-689/+731
- new classes NSHashTable and NSMapTable - string handling performance improvements - bug fixes and stability improvements
2011-04-07Note update of gnustep-make to 2.4.0rh1-1/+2
2011-04-07Update gnustep-make to 2.4.0. Notable changes include:rh5-48/+59
* Parallel building supported using e.g. make -j 2 * Support source files in subdirectories without using a subproject. * Support header files in sub-subdirectories. * Batch-compile Java files (much faster). * Fixes for building documentation.
2011-04-07Updated math/mpfr to 3.0.1asau1-1/+2
2011-04-07Update MPFR to version 3.0.1asau2-19/+6
Changes from version 3.0.0 to version 3.0.1: - Bug fixes (see <http://www.mpfr.org/mpfr-3.0.0/#fixed> or ChangeLog file). Note: The mpfr_subnormalize implementation up to MPFR 3.0.0 did not change the flags. In particular, it did not follow the generic rule concerning the inexact flag (and no special behavior was specified). The case of the underflow flag was more a lack of specification.
2011-04-06+ libfolksjoerg1-1/+2
XXX package name doesn't match directory
2011-04-06Needs pkg-configjoerg1-2/+2
2011-04-06Updated devel/libsigsegv to 2.10asau2-3/+3
2011-04-06Update to libsigsegv 2.10asau2-6/+6
New in 2.10: * Support for Linux/S390. <sigsegv.h> now defines a macro SIGSEGV_FAULT_ADDRESS_ALIGNMENT. It is either 1 or pagesize. Its meaning is that - The fault address passed to a SIGSEGV handler has been rounded down to a multiple of SIGSEGV_FAULT_ADDRESS_ALIGNMENT. - The address and length arguments of sigsegv_register function calls must be multiples of SIGSEGV_FAULT_ADDRESS_ALIGNMENT. * Faster distinction between stack overflow and other fault on OpenBSD.
2011-04-06Dependency requires Python 2.5joerg1-1/+3
2011-04-06mgetty 1.1.37is1-1/+2
2011-04-06Update to 1.1.37is4-32/+32
2011-04-06chmod +w files copied into WRKDIR from sources.gdt1-1/+2
Avoids failure when source tree is 444, as it is with CVSREAD=t.
2011-04-06License is GPL V2. Hinted in Readme.1st, verified with author. (COPYINGis1-1/+2
is missing in the top level directory, but available in ../x11/viewfax/ and ../tcl/faxview/. COPYING is available in 1.1.37 (TODO: upgrade).
2011-04-06+ atk-2.0.0, cheese-3.0.0, imp-5.0, ingo-2.0, kde4-4.6.2, libX11-1.4.3,wiz1-14/+12
libgnomekbd-3.0.0, puzzles-9147, tomboy-1.6.0, xkeyboard-config-2.2.1, xrdb-1.0.9.
2011-04-06Updated devel/scmgit to 1.7.4.3adam2-4/+5
2011-04-06Changes 1.7.4.3:adam4-17/+23
* "git apply" used to confuse lines updated by previous hunks as lines that existed before when applying a hunk, contributing misapplication of patches with offsets. * "git branch --track" (and "git checkout --track --branch") used to allow setting up a random non-branch that does not make sense to follow as the "upstream". The command correctly diagnoses it as an error. * "git checkout $other_branch" silently removed untracked symbolic links in the working tree that are in the way in order to check out paths under it from the named branch. * "git cvsimport" did not bail out immediately when the cvs server cannot be reached, spewing unnecessary error messages that complain about the server response that it never got. * "git diff --quiet" did not work very well with the "--diff-filter" option. * "git grep -n" lacked a long-hand synonym --line-number. * "git stash apply" reported the result of its operation by running "git status" from the top-level of the working tree; it should (and now does) run it from the user's working directory.
2011-04-06Updated devel/ncurses to 5.9adam2-4/+4
2011-04-06Changes 5.9:adam2-8/+8
* various build-fixes for the rpm/dpkg scripts. * add "--enable-rpath-link" option to Ada95/configure, to allow packages to suppress the rpath feature which is normally used for the in-tree build of sample programs. * corrected definition of libdir variable in Ada95/src/Makefile.in, needed for rpm script. * add "--with-shared" option to Ada95/configure script, to allow making the C-language parts of the binding use appropriate compiler options if building a shared library with gnat.
2011-04-06Note update of time/ruby-tzinfo package to 0.3.26.taca1-1/+2
2011-04-06Update ruby-tzinfo package to 0.3.26.taca2-6/+6
== Version 0.3.26 (tzdata v2011e) - 2-Apr-2011 * Updated to tzdata version 2011e (http://article.gmane.org/gmane.comp.time.tz/3707).
2011-04-06Note update of ruby on rails 3 related pacakges.taca1-1/+9
devel/ruby-activesupport3 3.0.6 devel/ruby-activemodel 3.0.6 devel/ruby-actionpack3 3.0.6 databases/ruby-activerecord3 3.0.6 www/ruby-activeresource3 3.0.6 mail/ruby-actionmailer3 3.0.6 devel/ruby-railties 3.0.6 www/ruby-rails3 3.0.6
2011-04-06Update ruby-rails3 package to 3.0.6.taca1-4/+4
(Ruby on Rails meta pacakge, no change but version.)
2011-04-06Update ruby-railties package to 3.0.6.taca1-4/+4
No chagne but version.
2011-04-06Update ruby-actionmailer3 package to 3.0.6.taca1-4/+4
*Rails 3.0.6 (April 5, 2011) * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino]
2011-04-06Update ruby-activeresource3 pacakge to 3.0.6.taca1-4/+4
No changes but version.
2011-04-06Update ruby-activerecord3 package to 3.0.6.taca1-4/+4
*Rails 3.0.6 (April 5, 2011) * Un-deprecate reorder method [Sebastian Martinez] * Extensions are applied when calling +except+ or +only+ on relations. Thanks to Iain Hecker. * Schemas set in set_table_name are respected by the mysql adapter. LH #5322 * Fixed a bug when empty? was called on a grouped Relation that wasn't loaded. LH #5829 * Reapply extensions when using except and only. Thanks Iain Hecker. * Binary data is escaped when being inserted to SQLite3 Databases. Thanks Naruse!
2011-04-06Update ruby-actionpack3 pacakge to 3.0.6.taca2-8/+8
*Rails 3.0.6 (April 5, 2011) * Fixed XSS vulnerability in `auto_link`. `auto_link` no longer marks input as html safe. Please make sure that calls to auto_link() are wrapped in a sanitize(), or a raw() depending on the type of input passed to auto_link(). For example: <%= sanitize(auto_link(some_user_input)) %> Thanks to Torben Schulz for reporting this. The fix can be found here: 61ee3449674c591747db95f9b3472c5c3bd9e84d * Fixes the output of `rake routes` to be correctly match to the behavior of the application, as the regular expression used to match the path is greedy and won't capture the format part by default [Prem Sichanugrist] * Fixes an issue with number_to_human when converting values which are less than 1 but greater than -1 [Josh Kalderimis] * Sensitive query string parameters (specified in config.filter_parameters) will now be filtered out from the request paths in the log file. [Prem Sichanugrist, fxn] * URL parameters which return nil for to_param are now removed from the query string [Andrew White] * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino] * Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 [Sven Fuchs] * Fix regression: javascript_include_tag shouldn't raise if you register an expansion key with nil or [] value [Santiago Pastorino] * Fix Action caching bug where an action that has a non-cacheable response always renders a nil response body. It now correctly renders the response body. [Cheah Chu Yeow]
2011-04-06Update ruby-activemodel package to 3.0.6.taca2-8/+8
*Rails 3.0.6 (April 5, 2011) * Fix when database column name has some symbolic characters (e.g. Oracle CASE# VARCHAR2(20)) #5818 #6850 [Robert Pankowecki, Santiago Pastorino] * Fix length validation for fixnums #6556 [Andriy Tyurnikov] * Fix i18n key collision with namespaced models #6448 [yves.senn]
2011-04-06Update ruby-activesupport3 package to 3.0.6.taca1-4/+4
2011-04-06Start update of Ruby on Rails 3.0.6.taca1-2/+2
2011-04-06Mention groonga-suggest-learner option.obache1-0/+1
2011-04-06+ groongaobache1-1/+2
2011-04-06Added textproc/groonga version 1.2.0obache1-1/+2
2011-04-06Import groonga-1.2.0 as textproc/groonga.obache5-0/+447
gronnga is an open-source filltext search engine and column store. It lets you write high-performance applications that requires fulltext search.
2011-04-06+ zeromqobache1-1/+2
2011-04-06Added net/zeromq version 2.0.11obache1-1/+2
2011-04-06Import zeromq-2.0.11 as net/zeromq.obache5-0/+98
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.
2011-04-06+ msgpackobache1-1/+2
2011-04-06Added devel/msgpack version 0.5.5obache1-1/+2
2011-04-06Import msgpack-0.5.5 as devel/msgpack.obache6-0/+106
MessagePack is an efficient object serialization library, which are very compact and fast data format, with rich data structures compatible with JSON.
2011-04-06+ swathobache1-1/+2
2011-04-06Added textproc/swath version 0.4.1obache1-1/+2
2011-04-06Import swath-0.4.1 as textproc/swath.obache4-0/+39
Swath is a general-purpose utility to workaround the lack of such capability in applications. It analyzes the given Thai text by consulting a Thai word list for word boundaries, before outputting the same text with the predefined word delimitors inserted. It can read many kinds of input, including plain text and structured documents like HTML, RTF, LaTeX and Lambda (Unicode version of LaTeX with Omega typesetter kernel).
2011-04-06* Add workaround for curses detection.ryoon1-2/+3
2011-04-06Ahem, add in the explanation I had written for the new patch..he2-3/+9