summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-12-14Update ruby-zip package to 0.9.5.taca6-54/+62
Exact changes are unknown.
2011-12-14Note addtion of converters/ruby-unf_ext 0.0.4 and converters/ruby-unf 0.0.4.taca1-1/+3
2011-12-14Add and enable ruby-unf and ruby-unf_ext.taca1-1/+3
2011-12-14Importing converters/ruby-unf 0.0.4.taca4-0/+38
This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
2011-12-14Importing converters/ruby-unf_ext 0.0.4.taca4-0/+47
Unicode Normalization Form support library for CRuby.
2011-12-14Note update of www/ruby-rack-mount package to 0.8.3 andtaca1-1/+3
www/ruby-rack-test package to 0.6.1.
2011-12-14Update ruby-rack-test pacakge to 0.6.1.taca3-9/+9
== 0.6.1 / 2011-07-27 * Bug fixes * Fix support for params with arrays in multipart forms (Joel Chippindale) * Add respond_to? to Rack::Test::UploadedFile to match method_missing (Josh Nichols) * Set the Referer header on requests issued by follow_redirect! (Ryan Bigg) == 0.6.0 / 2011-05-03 * Bug fixes * Add support for HTTP OPTIONS verb (Paolo "Nusco" Perrotta) * Call #finish on MockResponses if it's available (Aaron Patterson) * Allow HTTP_HOST to be set via #header (Geoff Buesing)
2011-12-14Update ruby-rack-mount package to 0.8.3.taca3-14/+7
Exacat changes are unknown but improve compatibility for Ruby 1.9.3.
2011-12-14Change source directories;taca1-3/+3
www/ruby-rack-mount to www/ruby-rack-mount06 www/ruby-rack-test to www/ruby-rack-test05
2011-12-14Note addion of:taca1-1/+3
www/ruby-rack-mount06 version 0.6.14 www/ruby-rack-test05 version 0.5.7
2011-12-14Add and enable ruby-rack-test05.taca1-1/+2
2011-12-14Importing www/ruby-rack-test version 0.5.7 as /ruby-rack-test05.taca4-0/+56
2011-12-14Add and enable ruby-rack-mount06.taca1-1/+2
2011-12-14Importing current ruby-rack-mount 0.6.14 as www/ruby-rack-mount06.taca4-0/+68
2011-12-14Note update of databases/ruby-arel package to 2.2.1.taca1-1/+2
2011-12-14Update ruby-arel package to 2.2.1.taca3-38/+32
== 2.2.1 / 2011-09-15 * Enhancements * Added UpdateManager#key to access the key value * Added SelectManager#projections= to override any existing projections * Added SelectManager#source to get the source of the last select core in the AST == 2.2.0 / 2011-08-09 * Bug Fixes * The database connection caches visitors for generating SQL. * FALSE and TRUE nodes can be constructed. * Fixed ORDER BY / LIMIT clauses for UPDATE statements in Oracle. == 2.1.4 / 2011-07-25 * Bug Fixes * Fix depth-first traversal to understand ascending / descending nodes. * Parentheis are suppressed with nested unions in MySQL. Thanks jhtwong! == 2.1.3 / 2011-06-27 * Bug Fixues * Fixed broken gem build. == 2.1.2 / 2011-06-27 * Bug Fixes * Visitors can define their own cache strategey so caches are not shared. Fixes #57 * Informix support fixed. Thanks Khronos. * Ordering nodes broken to subclasses. Thanks Ernie Miller! * Reversal supported in ordering nodes. Thanks Ernie Miller! == 2.1.1 / 2011/05/14 * Bug fixes * Fixed thread safety bug in ToSql visitor. Thanks Damon McCormick and Cameron Walters! == 2.1.0 / 2011/04/30 * Enhancements * AST is now Enumerable * AND nodes are now n-ary nodes * SQL Literals may be used as Attribute names * Added Arel::Nodes::NamedFunction for representing generic SQL functions * Add Arel::SelectManager#limit= * Add Arel::SelectManager#offset * Add Arel::SelectManager#offset= * Added Arel::SelectManager#create_insert for building an insert manager. * SQL Literals are allowed for values in INSERT statements. * Math operations have been added to attributes, thanks to Vladimir Meremyanin. * Bug fixes * MSSQL adds TOP to sub selects * Assigning nil to take() removes LIMIT from statement. * Assigning nil to offset() removes OFFSET from statement. * TableAlias leg ordering fixed * Deprecations * Calls to `insert` are deprecated. Please use `compile_insert` then call `to_sql` on the resulting object and execute that SQL. * Calls to `update` are deprecated. Please use `compile_update` then call `to_sql` on the resulting object and execute that SQL. * Calls to `delete` are deprecated. Please use `compile_delete` then call `to_sql` on the resulting object and execute that SQL. * Arel::Table#joins is deprecated and will be removed in 3.0.0 with no replacement. * Arel::Table#columns is deprecated and will be removed in 3.0.0 with no replacement. * Arel::Table.table_cache is deprecated and will be removed in 3.0.0 with no replacement. * Arel::Nodes::And.new takes a single list instead of left and right. * Arel::Table#primary_key is deprecated and will be removed in 3.0.0 with no replacement. * Arel::SelectManager#where_clauses is deprecated and will be removed in 3.0.0 with no replacement. * Arel::SelectManager#wheres is deprecated and will be removed in 3.0.0 with no replacement.
2011-12-14Note addition of databases/ruby-arel20 version 2.0.10.taca1-1/+2
2011-12-14Add and enable ruby-arel20.taca1-1/+2
2011-12-14Importing current ruby-arel version 2.0.10 as databases/ruby-arel20 totaca4-0/+167
keep version 2.0.x (for databases/ruby-activerecord3).
2011-12-14Note update of devel/ruby-activemodel package to 3.0.11nb2.taca1-1/+2
2011-12-14Depending on devel/ruby-i18n_05 instead of devel/ruby-i18n.taca1-3/+3
Since there was a small window having bad dependency, bump PKGREVISION.
2011-12-14Note addition of devel/ruby-i18n_05 version 0.5.0.taca1-1/+2
2011-12-14Add and enable ruby-i18n_05.taca1-1/+2
2011-12-14Importing ruby-i18n version 0.5.0 as ruby-i18n_05. It is stilltaca4-0/+144
needed by devel/ruby-activemodel (activemodel 3.0.11).
2011-12-14Clarify DESCRs to explain what is in which package. It's particularlygdt4-3/+11
unexpected that man pages, which most people would want, are split, while tk and python dependencies, expected to be the first to be jettisoned on small systems, are in the base package.
2011-12-14Update SOPE and SOGo to 2.0.0b3 (bug fixes)manu6-78/+86
2011-12-14graphics/libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdholland1-3/+3
PKGREVISION -> 4
2011-12-14add rc.d script, bump pkgrevisionabs5-23/+41
2011-12-14Avoid using .warning make(1) directive which isn't supported on NetBSD 5.taca1-2/+2
Instead, append warning message to WARNINGS macro.
2011-12-14Fix stale/missing config filefhajny1-0/+0
2011-12-14Use Bash as interpretter in scripts properlyfhajny1-2/+5
2011-12-14Updated net/rabbitmq to 2.7.0.fhajny8-21/+118
Major changes: * Order preservation of re-queued messages * Plugins included with server * "amqp" URI client connection * Performance improvements See full changelog: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111109/116e9fd4/attachment.txt
2011-12-14Updated shells/zsh-current to 4.3.12nb1wiz1-1/+2
2011-12-14Let mplayer autocomplete .webm files.wiz3-2/+19
Bump PKGREVISION.
2011-12-14Don't use SIOCGIFHWADDR on SunOS.hans2-1/+17
2011-12-14Note update of devel/p5-Test-File-Contents, devel/p5-namespace-autocleanhiramatsu1-1/+4
and www/p5-Catalyst-Engine-PSGI.
2011-12-14Update p5-Catalyst-Engine-PSGI to 0.13.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.13 Thu Jun 9 23:58:10 PDT 2011 - Fixed a bug in PSGI header generation to prevent potential HTTP header injection - Misc doc fixes 0.12 Thu Jan 6 14:37:53 PST 2011 - Fix for Catalyst::Runtime >= 5.80030 (pedromelo)
2011-12-14Update p5-namespace-autoclean to 0.13.hiramatsu2-6/+6
Changes from previous: ---------------------- 0.13 Wed, 24 Aug 2010 09:33:00 +0000 * Fix issue in dist.ini which was causing links to be incorrectly generated. * Re-package to remove BEGIN { $VERSION hackery by using a newer Dist-Zilla.
2011-12-14Update p5-Test-File-Contents to 0.20.hiramatsu2-9/+9
Changes from previous: ---------------------- 0.20 2011-02-18 - Now require Perl 5.8.3 or higher. 5.8 has effectively been the required Perl all along thanks to the dependency on Digest::MD5. - Added encoding option, to make sure that files are read in their proper encoding. - Significant refactoring; only visible change should be that the actualy MD5 checksum will no longer be included in the `file_md5sum` failure diagnostics. - Renamed `file_md5sum` to `file_md5sum_is`. The old name remains as an alias for backwards compatibility. - Renamed `file_contents_identical` to `files_eq`. The old name remains as an alias for backwards compatibility. - Added `file_contents_eq_or_diff()` and `files_eq_or_diff()`. 0.10 2011-02-18 - Maintainership taken by David E. Wheeler. - Removed `examples/simple.pl`, since it wouldn't run anyway. - Added prototypes to the test functions. - Failure diagnostics now appear after the failure message, rather than before. - Renamed `file_contents_is` and `file_contents_isnt` to `file_contents_eq` and `file_contents_ne`, respectively. The old names remain as aliases for backwards compatibility. - Reworked default test descriptions to include the names of the files being tested. - Wordsmithed some of the diagnostic messages.
2011-12-14Update COMMENT.shattered1-2/+2
2011-12-14This is BSD-specific software (uses sys/disklabel.h), set ONLY_FOR_PLATFORMshattered1-2/+2
2011-12-14Updated security/oath-toolkit to 1.10.4pettai1-1/+2
2011-12-14Version 1.10.4pettai2-6/+6
* liboath: Fix build so that OATH_VERSION_NUMBER is actually defined. It was an empty value in the last release due to a bug in the build scripts. Version 1.10.3 * liboath: Allow strcmp callback to return negative to signal errors. * Fix bugs in build scripts for generating version numbers. * Update gnulib files.
2011-12-14bring over patch from -current sources from Gregor Rieplagc2-1/+18
patch to define fixed width integer types before they're used in iscsi.h makes this build on Darwin
2011-12-14Regenerate diffs for GNU patch.sbd6-21/+22
2011-12-14Also disable native patch on FreeBSDjoerg1-2/+3
2011-12-14Regenerate diffs for GNU patch.sbd2-23/+16
2011-12-14Don't pick up GNU patch on Darwin, Linux and SunOS. It has a number ofjoerg3-11/+11
restrictions including line length, asymmetric context and interaction with read-only patches. It is just not worth the trouble.
2011-12-14Added devel/p5-MooseX-CompileTime-Traits version 1.102570.hiramatsu1-1/+3
Updated devel/p5-Test-Weaken to 3.006.000.
2011-12-14Regenerate diffs for GNU patch.sbd2-6/+8