summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-10Fix HOMEPAGE.wiz1-2/+2
2010-09-10Update oniguruma to 5.9.2.taca2-6/+7
* Add LICENSE. History 2010/01/09: Version 5.9.2 2010/01/05: [bug] fix utf16be_code_to_mbc() and utf16le_code_to_mbc(). 2008/09/16: [bug] fix memory leaks in parse_exp(). 2008/08/01: [bug] fix memory leaks. 2008/06/17: [bug] invalid type of argument was used in onig_st_lookup_strend(). 2008/06/16: [bug] invalid CaseFoldMap entry in ISO-8859-5. 0xdf -> 0xde 2008/02/19: [new] add: onig_reg_init(). 2008/02/19: [new] add: onig_free_body(). 2008/02/19: [new] add: onig_new_without_alloc(). 2008/02/19: [API] rename onig_alloc_init() to onig_reg_init(), and argument type changed. 2008/01/31: [impl] move UTF16_IS_SURROGATE_XXX() to regenc.h. 2008/01/30: [bug] (thanks akr) fix euctw_islead(). 2008/01/23: [bug] update enc/koi8.c.
2010-09-10* Add a patch to support both ruby18 and ruby19.taca4-5/+59
* Remove RUBY_HAS_ARCHLIB. No functional change.
2010-09-10Remove * Remove RUBY_HAS_ARCHLIB.taca1-2/+1
2010-09-10Update textproc/ruby-maruku to 0.6.0.taca3-30/+19
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. Changes are unknown.
2010-09-10Update textproc/ruby-markaby to 0.7.1.taca3-18/+78
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. = 0.7.1 (2010-08-19) * Rails fixes for form_for called from erb templates = 0.7.0 * Sinatra 1.0 support * Full Tilt 1.0+ support, including "yield" support for layouts = 0.6.10 * Rails fixes for form_for + content_for = 0.6.9 * Bug fix for url_for. Previously, you'd need to capture { *_path } instead of using the named route directly. Only affected rails 2.3.4+. = 0.6.8 (2010-06-03) * Add a regression for issue Github #17 (for judofyr / Camping) = 0.6.7 (2010-06-02) * Add rails support for 2.3.5 - 2.3.8 * Improved rails documentation = 0.6.6 (2010-06-01) * ruby 1.9.1 support. Closes Github Issues #10 & #11. * Removed Tilt deprecation warnings = 0.6.4 * Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate: Markaby::Builder.new { 'foo' }.to_s #=> "foo" * Fix critical bug with form_for, which was raising an error * Introduce proxy object for form_for: form_for :foo do |f| f.text_field :bar f.text_field :baz end * Remove support for rails 2.1.x series. We'll accept patches for them, if anyone cares enough. == 0.6.2 / 0.6.3 * Add basic support for the Tilt templating engine (used with Sinatra): require 'markaby' require 'markaby/tilt' == 0.6.1 * Support the following rails versions: 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.4 * Only run rails tests when inside a rails plugins * Run tests of the various versions of rails with garlic * Start conversion to rspec. Use test/spec temporarily until conversion is done. = 0.6 === 23 August, 2009 * Canonical repo changed to http://github.com/joho/markaby * Gem moved to Github (using jeweler) * Rails init process changed to work with rails > 2.1 * Default attributes on the root (<html>) element can now be overidden * Reworked CssProxy, allowing attributes on hr and br * Added Kernel#mab convenience method (require 'markaby/kernel_method') * WhenOnRails: Can now use :locals with render_markaby * WhenOnRails: Template errors now report line number
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-6/+7
* Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+3
* Update HOMEPAGE. * Remove default value of GEM_BUILD.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-8/+7
* Update HOMEPAGE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
2010-09-10Update textproc/ruby-itex2MML to 1.3.25.taca4-55/+41
* Add LICENSE. * Remove RUBY_HAS_ARCHLIB. * Add PKG_DESTDIR_SUPPORT. No exact changes are available.
2010-09-10Remove redundant PKGNAME.taca1-2/+1
2010-09-10No MASTER_SITES nor HOMEPAGE aren't available now.taca1-3/+3
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-6/+4
* Add LICENSE. * Remove default value of GEM_BUILD.
2010-09-10Update textproc/ruby-hikidoc to 0.0.6.taca3-9/+24
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Ajust new ruby package's framework. !! Changes 0.0.6 from 0.0.5: 2010-08-28 * fix missing NEWS.ja for packaging
2010-09-10Update textproc/ruby-haml to 3.0.18.taca4-26/+117
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. Changes may be too many, please refer http://haml-lang.com/ in detail.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+3
* Add LICENSE. * Remove redundant PKGNAME.
2010-09-10Update textproc/ruby-feed-normalizer to 1.5.2.taca3-16/+13
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-10Update textproc/ruby-fastercsv to 1.5.3.taca3-10/+11
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. == 1.5.3 * A bug fix from Timothy Elliott to return the new parser to its strict quote tolerance. == 1.5.2 * A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman. * Added support for <tt>:write_headers => false</tt> to Table.to_csv(). == 1.5.1 * A bug fix for deleting blank Table rows from Andy Hartford. * Added gem build instructions. == 1.5.0 * The main parser has been rewritten by Timothy Elliott to avoid big input issues with Ruby 1.8's regex engine. This makes FasterCSV handle more inputs gracefully. * FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9. * Included a missing file so the tests will run in source packages. == 1.4.0 * Added encoding support patch from Michael Reinsch. * Improved inspect() messages for better IRb support. * Fixed header writing bug reported by Dov Murik. * Use custom separators in parsing header Strings as suggested by Shmulik Regev. * Added a <tt>:write_headers</tt> option for outputting headers. * Handle open() calls in binary mode whenever we can to workaround a Windows issue where line-ending translation can cause an off-by-one error in seeking back to a non-zero starting position after auto-discovery for <tt>:row_sep</tt> as suggested by Robert Battle. * Improved the parser to fail faster when fed some forms of invalid CSV that can be detected without reading ahead. * Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and prevent the parser from biting off more data than it can chew.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+5
* Add LICENSE. * Restrict to RUBY18 only.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Add LICENSE. * Remove default value of GEM_BUILD.
2010-09-10Update textproc/ruby-coderay to 0.9.4.taca3-16/+42
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Enable HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. Changes may be too many please refer http://coderay.rubychan.de/ for detail.
2010-09-10* Remove redundant PKGNAME.taca1-2/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-6/+4
* pdate HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework.
2010-09-10 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca3-25/+119
* Add LICENSE. * Remove default value of GEM_BUILD. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. Switch to bluecloth 2.0.7. Please refer http://www.deveiate.org/projects/BlueCloth for detail.
2010-09-10* Add LICENSE.taca1-2/+2
* Remove redundant PKGNAME.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-6/+2
* Remove default value of GEM_BUILD.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca3-6/+61
* Remove RUBY_HAS_ARCHLIB. * Change PKG_DESTDIR_SUPPORT to user-destdir. * Update patch to support both ruby18 and ruby19. No functional change.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+2
* Remove default value of GEM_BUILD.
2010-09-10Update sysutils/ruby-facter to 1.5.8.taca3-18/+43
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Move MASTER_SITES to first section. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. 1.5.8 ===== ca2da36 Updated install.rb and created man page 3671c9f [#4583] Refactor uptime to use Resolution.exec fca8861 [#4594] Reintroduce fix for #1291 from original patch 32c0cb0 [#4594] Revert "fixes #2573, #2085, #1291..." e7df4c0 Updated CHANGELOG for 1.5.8rc2 9c9cabd Better fix for Bug 4569: Uptime Fact is incorrect on Windows 01a515f [#4289] operatingsystemrelease fact for oel, ovs b6c0a6b Fix for bug #4569 51bcebe Fixed Rakefile package task version detection 81ccb48 Removed references to Reductive Labs in the Rakefile 1.5.8rc1 ======== f280703 Incremented version to 1.5.8 98ef5e8 Updated CHANGELOG for 1.5.8rc1 4398b36 Updated CHANGELOG rake task e02be1d [#4156] Updating spec to match Kai's change bff84c2 [#4156] Applying patch by Kai b7fe989 [#2330] Update uptime calculation to use /bin/cat e9a60bc Facter::Manufacturer - sunos test + simplified regex be411c0 Facter::Manufacturer - test for SunOS and FreeBSD 67f6604 [#4062] Implement operating system facts for MeeGo a2bcacd [#2330] Uptime should not make redundant system calls ce7bd9f Refactor rakefile to use spec.ops, separate rcov task faaa169 Fix #4352 - Support for detecting KVM virtuals on FreeBSD 82286e4 Fix #4352 - Support for detecting virtuals (jails) on FreeBSD b2c2114 Properly wrapped the windows ipaddress fact in a setcode block. 1bd2ca2 Fixed #3929 - Added user confine to AIX memory facts 8106bc3 Adding HP-UX support to Facter's IP facts 83b3ea6 Fixed #3393 - Updates to Facter for MS Windows ffcae46 Fixed #3403 - Added fact to query vlans; added spec test d4b8401 Merged Jos Backus patch to remove requirement for ftools altogether 73dcbb9 Fixed #2355 read hang on /proc/xen/capabilties on RHEL 4.7 d109def Fix #1365 - load all facts via cli 6c87917 Fixed failing test introduced by previous commit c5b8d3b Fixes #3740 - split dmi output on regex 25bf5c2 Fix virtual unit test on non-linux by stubbing kernel 9a00eae Fixed #2313 - Somewhat essential hardware facts not available on OpenBSD, patch included e19024b Fixed #2938 - interfaces that don't match ^\w+[.:]?\d+ are ignored 97879f9 Added support for Slackware in operatingsystem and operatingsystemrelease 802e6c2 Fixed #3542 - Ruby 1.9: broken unittest, String#each no longer exists 2f016f3 Fixed #3541 - Ruby 1.9: broken unittest, unexpected invocation: Process.waitall() 84d3d9f Fixed #3445 - Facter does not handle solaris branded zones properly b5a8de0 Fix for #3411 install.rb should not put "." first in the tmp_dirs 8ea33eb Fixed #3447 - OVS and OEL not matching in operatingsystemrelease aeee83c Fixed #3410 - Warnings in rake spec 8bf8cb5 Fixes #3397 - is_virtual fact does not detect Linux-VServer 62b6773 Add kvm support to virtual fact dca615c fixes #2573, #2085, #1291 - fixes domain and fqdn facts resolution 86447c8 Revert "use popen3 in Resolution.exec" 7750f03 Fix #2341 - stricter handling of dmidecode split f4269d9 Fix #2746 - add architecture support for GNU/kFreeBSD 50cef83 Fix missing error case 356cf15 Remove whitespace in DMI facts (#3008, #3011) feecd39 Only ignore IPs starting with 127. 68fc123 Added package signing task 33fb770 use popen3 in Resolution.exec to catch stderr 8109806 introduce a warn mechanism for debugging b2c1ca5 Add docs to Mac OS X package creation script and clean out old docs in the preflight 5412eab Fixed : 2788 - ftools missing in Ruby 1.9 5b95a12 Fixes #2704. Problem finding install.rb three levels up 9aef69e Removed all ChangeLog
2010-09-10Update sysutils/ruby-directory-watcher to 1.3.2.taca3-18/+16
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. == 1.3.2 / 2010-04-09 * 1 bug fix - removing the now defunct "tasks" folder from the deployed gem == 1.3.1 / 2009-10-26 * 1 bug fix - explicitly killing the Rev loop when stopping == 1.3.0 / 2009-10-21 * 2 major enhancements - added support for Rev based notifications - added support for EventMachine based notifications * 1 minor enhancement - pulled out the scanner thread into its own class == 1.2.0 / 2009-04-12 * 2 minor enhancements - added an option to persist state to a file [Benjamin Thomas] - the option to run the directory watcher scanner manually == 1.1.2 / 2008-12-14 * 1 minor bugfix - fixed directory creation if the watched directory did not exist
2010-09-10Update sysutils/ruby-activesambaldap to 0.0.8.taca3-42/+106
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. == 0.0.8: 2009-09-22 * [#26692] scaffold_active_samba_ldap doesn't work with Rails 2.2.2. [Orlando Marquina] * [#26814] scaffold_active_samba_ldap generates wrong class name. [Orlando Marquina] * Supported ActiveLdap 1.2.0. == 0.0.7: 2009-07-18 * Supported ActiveLdap 1.1.0. * Supported gem plugin.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-12/+11
* Comment out none existing MASTER_SITES. gem files are still available. * Update HOMEPAGE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Update HOMEPAGE. * Remove default value of GEM_BUILD.
2010-09-10* Add LICENSE.taca3-4/+82
* Remove RUBY_HAS_ARCHLIB. * Chante PKG_DESTDIR_SUPPORT to user-destdir. * Add patch to support both ruby18 and ruby19.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-10/+4
* Remove default value of GEM_BUILD.
2010-09-10* Add LICENSE.taca1-2/+3
* Update dependency according to gemspec.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-10/+4
* Remove default value of GEM_BUILD.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca3-14/+16
* Update HOMEPAGE. * Remove default value of GEM_BUILD. === 2.0.23 / 03 Jun 2010 * delay CHANNEL_EOF packet until output buffer is empty [Rich Lane] Previously, calling #eof! after #send_data would result in the CHANNEL_EOF packet being sent immediately, ahead of the data in the output buffer. Now buffer becomes empty. === 2.0.22 / 20 Apr 2010 * Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow] === 2.0.21 / 20 Mar 2010 * Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum] * Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas] * Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas] * Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas] * Removed Hanna dependency in Rakefile [Delano Mandelbaum] === 2.0.20 / 10 Feb 2010 * Support "ProxyCommand none" directive [Andy Lo-A-Foe] === 2.0.19 / 16 Jan 2010 * Support plus sign in sshconfig hostname [Jason Weathered] === 2.0.18 / 15 Jan 2010 * Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum] === 2.0.17 / 14 Dec 2009 * Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]
2010-09-10Update security/ruby-net-sftp to 2.0.5.taca2-10/+7
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. === 2.0.5 / 19 Aug 2010 * Fixed missing StringIO exception in download! [Toby Bryans, Delano Mandelbaum]
2010-09-10Update security/ruby-net-scp to 1.0.3.taca2-13/+7
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. === 1.0.3 / 17 Aug 2010 * replace :sanitize_file_name with a call to String#shellescape [Sung Pae] * Added gemspec file and removed echoe dependency [Miron Cuperman, Delano Mandelbaum] * Removed Hanna dependency in Rakefile [Delano Mandelbaum]
2010-09-10Update security/ruby-ezcrypto to 0.7.2.taca4-14/+40
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. Changes are unknown.
2010-09-10* Ajust new ruby package's framework.taca1-2/+2
2010-09-10 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Remove default value of GEM_BUILD.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-10/+4
* Remove default value of GEM_BUILD.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+3
* Add LICENSE.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+2
* Remove default value of GEM_BUILD.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-7/+5
* Add LICENSE.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-8/+5
* Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
2010-09-10 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+2
* Remove default value of GEM_BUILD.
2010-09-10* Add LICENSE.taca1-1/+2