summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-15Note update of www/ruby-padrino related packages (Padrino) to 0.11.3.taca1-1/+8
www/ruby-padrino-core 0.11.3 www/ruby-padrino-cache 0.11.3 www/ruby-padrino-gen 0.11.3 www/ruby-padrino-admin 0.11.3 www/ruby-padrino-mailer 0.11.3 www/ruby-padrino 0.11.3 www/ruby-padrino-helpers 0.11.3
2013-09-15Update ruby-padrino related packages to 0.11.3.taca12-47/+65
0.11.3 (July 29th 2013) * FIX #1297 Added missing comma to spec_helper.rb generation (@lmorduch) * FIX #1298 DataMapper auto_migrate/auto_upgrade the default repository (@Ortuna) * FIX #1276 Merged range_field_tag.* templates into form_tag.* (@Ortuna) * FIX #1247 Ensure requiring active_record (@udzura) * FIX #1307 Lock nokogiri to 1.5.10 (@Ortuna) * FIX #1307 fixed haml_tag so it doesnt explode with undefined method (@Ortuna) * FIX #1314 Do not add authenticity token to GET form (@Ortuna) * FIX #1320 Some auto-detection for authenticity_token & form_tag (@Ortuna) * FIX #1319 & should be escaped to & (@tmtm) * NEW #1321 Added some additional HTML boolean attributes. (@namusyaka) * FIX #1325 Locking down active support to less than 4.0 (@Ortuna) * NEW #1326 Add ability for cache_key to be a block (@Ortuna) * FIX #1318 Make caption arg in submit-tag helper optional even when options args are supplied (@dayflower) * FIX #1313 Implemented create and drop tasks for Sequel (@dariocravero) * FIX #1250 Prevent logging of health-check requests at log level over :debug (@tyabe) * FIX #1244 mat method do not working in admin views (@silentvick) * FIX #1226 Allow users to override admin templates on a file by file basis (@xavriley) * FIX #1054 Implemented disabled attribute for select_tag form helper (@dariocravero) * FIX #1328 Added test cases for #1188 (@Ortuna) * FIX #1186 Reverted DataMappers explicit String to Integer castings. (@dariocravero) * FIX #1330 Update Twitter Bootstrap and Font-Awesome (@WaYdotNET) * FIX #1335 Make instances of he | himself | his | him all be gender neutral. (@didlix) * FIX #1334 Error into admin section (@WaYdotNET) * FIX #1336 File.read is better than open (@namusyaka) * FIX #1294 Use :grouped_options of select_tag (@namusyaka) * FIX #1337 dont use block for content_tag in #select_tag (@namusyaka) * FIX #751 introduce #absolute_url for generating absolute urls (@ujifgc) * FIX #827 refactor padrino-cache expiration (@ujifgc) * FIX #1327 introduce :namespace option to abstract form builder (@sshaw) * FIX #1341 Fix module name including dashes in project generator (@tyabe) * FIX #1261 introduce case insensitive authentication by email (@ujifgc) * FIX skip padrino-cache with mongo on rbx engine (@ujifgc) * FIX #1195 Generator errors without git already set-up (@ujifgc) * FIX #1349 Redo tests for cache (@Ortuna) * FIX #1353 Add test cases for select_tag (@namusyaka) * FIX #1354 compatibility with 1.8.7 (@namusyaka) * FIX #1355 Automatically add multipart option to form_for if include file_field (@tyabe) * FIX #1356 Breadcrumb#del does not work when name type is Str (@namusyaka) * FIX Receive multipart option (@tyabe) * NEW #1358 Add test file for breadcrumbs. (@namusyaka) * FIX #1361 prioritized routes are working again (@namusyaka) * FIX #1257 Add a test to show use case for routing priority (@jeffutter) * FIX #1365 padrino rake mi:create_indexes task looks at subdirs (@natsumesou) * FIX #1367 bad placement output of button_to (@namusyaka)
2013-09-15Note update of www/ruby-rack-rewrite package to 1.4.01.taca1-1/+2
2013-09-15Update ruby-rack-rewrite to 1.4.01.taca2-6/+6
=== 1.4.01 / 2013-09-13 * API * Add support for lambda matchers * Maintenance * Update README for usage with Rails 4 and threading, :scheme option
2013-09-15Note update of www/ruby-raindrops package to 0.12.0.taca1-1/+2
2013-09-15Update ruby-raindrops to 0.12.0.taca3-8/+7
=== raindrops 0.12.0 - compatibility fixes / 2013-09-02 10:33 UTC This release fixes builds on systems where compilers target i386 (and not later x86 systems). There are also minor improvements for Ruby 2.1.0dev and Rubinius. Eric Wong (5): doc: add email address to generated doc/site README: update regarding Ruby support status extconf: try harder for gcc atomics in i386-configured systems linux_inet_diag: improve compatibility with newer GCs test_watcher: fix for Ruby trunk r40195 and later === raindrops 0.11.0 - minor fixes improvements / 2013-04-20 23:10 UTC Eric Wong (7): raindrops: favor configured processor count over online count watcher: set Content-Type via assignment Linux::TCP_Info: implement #get! instance method linux_inet_diag: avoid unnecessary sockaddr initialization .gitignore: add .rbx switch back to gemspec development dependencies linux_inet_diag: better align listener_stats struct Lawrence Pit (1): Watcher: Use relative paths in HTML links
2013-09-15Note update of www/ruby-sass package to 3.2.10.taca1-1/+2
2013-09-15Update ruby-sass to 3.2.10.taca3-7/+10
3.2.10 * Use the Sass logger infrastructure for @debug directives. * When printing a Sass error into a CSS comment, escape */ so the comment doesnt end prematurely. * Preserve the ! in /*! ... */-style comments. * Fix a bug where selectors were being incorrectly trimmed when using @extend. * Fix a bug where sass --unix-newlines and sass-convert --in-place are not working on Windows (thanks SATO Kentaro). 3.2.9 * Fix a bug where @extends would occasionally cause a selector to be generated with the incorrect specificity. * Avoid loading listen v1.0, even if its installed as a Gem (see issue 719). * Update the bundled version of listen to 0.7.3. * Automatically avoid the IE7 content: counter bug. 3.2.8 * Fix some edge cases where redundant selectors were emitted when using @extend. * Fix a bug where comma-separated lists with interpolation could lose elements. * Fix a bug in sass-convert where lists being passed as arguments to functions or mixins would lose their surrounding parentheses. * Fix a bug in sass-convert where null wasnt being converted correctly. * Fix a bug where multiple spaces in a string literal would sometimes be folded together. * sass and sass-convert wont create an empty file before writing to it. This fixes a flash of unstyled content when using LiveReload and similar tools. * Fix a case where a corrupted cache could produce fatal errors on some versions of Ruby. * Fix a case where a mixin loop error would be incorrectly reported when using @content.
2013-09-15Note update of www/ruby-unicorn package to 4.6.3.taca1-1/+2
2013-09-15Update ruby-unicorn to 4.6.3.taca3-7/+9
=== unicorn 4.6.3 - fix --no-default-middleware option / 2013-06-21 08:01 UTC Thanks to Micah Chalmer for this fix. There are also minor documentation updates and internal cleanups.
2013-09-15Note update of www/thin package to 1.5.1.taca1-1/+2
2013-09-15Update thin to 1.5.1.taca2-6/+6
== 1.5.1 Straight Razor * Fix issue when running as another user/group without a PID file. * Allow overriding Connection & Server response headers. * Update vlad example [Mathieu Lemoine] * Keep connections in a Hash to speedup deletion [slivu] * Force kill using already known pid. Prevents "thin stop" from leaving a process that removed its pid file, but is still running (e.g. hung on some at_exit callback) [Michal Kwiatkowski]
2013-09-15Note update of www/ruby-puma package to 2.6.0.taca1-1/+2
2013-09-15Update ruby-puma to 2.6.0.taca3-26/+36
Changes are too many to write here, please refer History.txt file.
2013-09-15Note update of www/ruby-net-http-persistent package to 2.9.taca1-1/+2
2013-09-15Update ruby-net-http-persistent to 2.9.taca2-6/+6
=== 2.9 / 2013-07-24 * Minor enhancement * Added max_requests to avoid ECONNRESET for a server that allows a limited number of requests on a connection. Pull request #42 by James Tucker. * Request failures are now raised with the backtrace of the original exception. This gives better insight into the reason for the failure. See #41 by Andrew Cholakian. * OpenSSL is no longer required. If OpenSSL is not available an exception will be raised when attempting to access HTTPS resources. Feature request by André Arko * Bug fixes * Explain the proper way of sending parameters depending upon the request method. Issue #35 by André Arko. * Handle Errno::ETIMEDOUT by retrying the request. Issue #36 by André Arko. * Requests retried by ruby 2.x are no longer retried by net-http-persistent. * Finish the connection if an otherwise unhandled exception happens during a request. Bug #46 by Mark Oude Veldhuis. * detect_idle_timeout now assumes a StandardError indicates the idle timeout has been found. Bug #43 by James Tucker.
2013-09-15don't define GLIBCXX_USE_C99_FP_MACROS_DYNAMIC=1 for clang on Darwindbj1-1/+3
2013-09-15Note update of www/ruby-net-http-digest_auth package to 1.4.taca1-1/+2
2013-09-15Remove conflict.wiz1-5/+1
2013-09-15Updated devel/libntlm to 1.4wiz2-3/+3
2013-09-15Update to 1.4:wiz2-8/+8
* Version 1.4 (released 2013-07-08) ** Fix build issues. * Version 1.3 (released 2011-06-20) ** Update gnulib files.
2013-09-15Updated devel/py-setuptools to 1.1.5wiz2-3/+3
2013-09-15Update to 1.1.5, and comment post-install rule.wiz2-8/+9
----- 1.1.5 ----- * Issue #69: Second attempt at fix (logic was reversed).
2013-09-15Update ruby-net-http-digest_auth to 1.4.taca2-6/+6
=== 1.4 / 2013-07-23 * Minor enhancements * Relaxed parser to accept quoted algorithm to work with Linksys SPA922. Pull request #8 by Ismail Hanli, Issue #5 by bearded === 1.3 / 2012-03-28 * Minor enhancements * The cnonce is regenerated for every request to improve security. * SecureRandom is used to generate the cnonce instead of Kernel#rand * Bug fix * cnonce and nonce-count are no longer sent when qop was not provided per RFC 2617 section 3.2.2.
2013-09-15Updated textproc/py-lxml to 3.2.3wiz2-3/+3
2013-09-15don't include googletest buildlink if CONFIGURE_ARGS has --disable-unit-testsdbj1-1/+3
2013-09-15Updated devel/meld to 1.8.0wiz2-3/+7
2013-09-15Update to 3.2.3:wiz2-7/+6
3.2.3 (2013-07-28) ================== Bugs fixed ---------- * Fix support for Python 2.4 which was lost in 3.2.2. 3.2.2 (2013-07-28) ================== Features added -------------- Bugs fixed ---------- * LP#1185701: spurious XMLSyntaxError after finishing iterparse(). * Crash in lxml.objectify during xsi annotation. Other changes ------------- * Return values of user provided element class lookup methods are now validated against the type of the XML node they represent to prevent API class mismatches.
2013-09-15Note update of www/ruby-liquid package to 2.5.2.taca1-1/+2
2013-09-15Update ruby-liquid to 2.5.2.taca3-7/+18
Exact changes aren't available. Please refer change log in github.
2013-09-15Note update of www/ruby-jquery-rails package to 3.0.4.taca1-1/+2
2013-09-15Update ruby-jquery-rails to 3.0.4.taca3-10/+10
## 3.0.4 (10 July 2013) - Updated to jQuery 1.10.2 - ## 3.0.3 (10 July 2013) - Updated to jQuery 1.10.2 ## 3.0.2 (04 July 2013) - Updated to latest jquery-ujs ## 3.0.1 (07 June 2013) - Updated to jQuery 1.10.1 - Removed jQuery UI from generator ## 3.0.0 (29 May 2013) - Removed jQuery UI ## 2.3.0 (29 May 2013) - Updated to jQuery 1.10.0 - Updated to jQuery UI 1.10.3 ## 2.2.2 (29 May 2013) - Updated to latest jquery-ujs
2013-09-15Note update of www/ruby-jekyll package to 1.2.0.taca1-1/+2
2013-09-15Update to 1.8.0:wiz2-7/+7
2013-9-15 meld 1.8.0 ==================== Fixes: * Minor fixes (Kai Willadsen) Translations: * Matej Urbančič (sl)
2013-09-15Update ruby-jekyll to 1.2.0.taca3-28/+147
Exact changes aren't available. Please refer change log in github.
2013-09-15Note update of www/ruby-pygments.rb package to 0.5.2.taca1-1/+2
2013-09-15Updte ruby-pygments.rb to 0.5.2.taca3-7/+30
changelog =========== Version 0.5.1 (June 25, 2013) ----------------------------- * Ensure compatability across distros by detecting if `python2` is available Version 0.5.0 (Apr 13, 2013) ----------------------------- * Use #rstrip to fix table mode bug Version 0.4.2 (Feb 25, 2013) ----------------------------- * Add new lexers, including custom lexers
2013-09-15Note addition of misc/ruby-colorator package version 0.1.taca1-1/+2
2013-09-15Add and enable ruby-colorator.taca1-1/+2
2013-09-15Add ruby-colorator package version 0.1.taca4-0/+51
# colorator Colorize your text for the terminal ## Supported Colors - black - red - green - yellow - blue - magenta - cyan - white - bold ## Why There are a bunch of gems that provide functionality like this, but none have as simple an API as this. Just call `"string".color` and your text will be colorized.
2013-09-15+ fetchmail-6.3.26, freeciv-2.4.0, meld-1.8.0, ocaml-4.01.0,wiz1-5/+11
pinfo-0.6.10, py-setuptools-1.1.5, py-sip-4.15.2, viewvc-1.1.21, wine-devel-1.7.2 [wait until NetBSD gains OSS 4 [kern/46611] or bring OSS 3 support back], x264-devel-20130914.
2013-09-15Note addition of www/ruby-http-cookie package version 1.0.2.taca1-1/+2
2013-09-15Add and enable ruby-cookiejar and ruby-http-cookie.taca1-1/+3
2013-09-15Add ruby-http-cookie package version 1.0.2.taca4-0/+83
HTTP::Cookie is a ruby library to handle HTTP cookies in a way both compliant with RFCs and compatible with today's major browsers. It was originally a part of the [Mechanize](https://github.com/sparklemotion/mechanize) library, separated as an independent library in the hope of serving as a common component that is reusable from any HTTP related piece of software. The following is an incomplete list of its features: * Its behavior is highly compatible with that of today's major web browsers. * It is based on and conforms to RFC 6265 (the latest standard for the HTTP cookie mechanism) to a high extent, with real world conventions deeply in mind. * It takes eTLD (effective TLD, also known as "Public Suffix") into account just as major browsers do, to reject cookies with an eTLD domain like "org", "co.jp", or "appspot.com". This feature is brought to you by the domain_name gem. * The number of cookies and the size are properly capped so that a cookie store does not get flooded. * It supports the legacy Netscape cookies.txt format for serialization, maximizing the interoperability with other implementations. * It supports the cookies.sqlite format adopted by Mozilla Firefox for backend store database which can be shared among multiple program instances. * It is relatively easy to add a new serialization format or a backend store because of its modular API.
2013-09-15Note update of www/ruby-css-parser package to 1.3.5.taca1-1/+2
2013-09-15Update ruby-css-parserruby-css-parser to 1.3.5.taca2-6/+6
Exact changes aren't available. Please refer change log in github.
2013-09-15Note addition of www/ruby-cookiejar package version 0.3.0.taca1-1/+2
2013-09-15Add ruby-cookiejar package version 0.3.0.taca4-0/+28
Cookiejar allows for parsing and returning cookies in Ruby HTTP client code.
2013-09-15Note update of these packages:taca1-1/+3
www/camping 2.1.532 www/heel 3.1.0
2013-09-15Update heel to 3.1.0.taca3-12/+14
# Changelog ## Version 3.1.0 - 2013-07-07 * Update dependencies * Switch to template contributed by brianflanagan [#8] * Add support for multiple independent heel servers [#9]