Commit graph

169854 commits

Author SHA1 Message Date
zafer
2761568a37 update PLIST. Fix install. 2011-03-23 20:07:28 +00:00
zafer
7462aedb03 update PLIST. Fixes install. 2011-03-23 19:55:03 +00:00
zafer
b48b1bdbf0 update PLIST. 2011-03-23 19:50:47 +00:00
gdt
79653dd1c9 Add latex option, currently defaulting to on.
With latex option, depend on latex at both build and runtime.
Without latex option, avoid both build- and run-time dependencies.

(This commit should have no effect unless one adds
PKG_OPTIONS.doxygen=-latex.)

(Opinions were generally in favor of changing the default to not
require latex, but it seems best not to do that right before a freeze,
so I'm leaving it for another day.)
2011-03-23 19:24:35 +00:00
gdt
e34d09e823 Define latex option (to be used in doxygen) 2011-03-23 19:14:31 +00:00
joerg
c82e7bfacd DESTDIR support 2011-03-23 18:22:28 +00:00
taca
60c6715172 Switch to use lang/ruby/rails.mk.
No functional change.
2011-03-23 16:51:23 +00:00
taca
5860e70ddb Note update of www/ruby-css-parser pacakge to 1.1.5. 2011-03-23 16:46:58 +00:00
taca
a58ba559e3 Update ruby-css-parser pacakge to 1.1.5.
No changes are available.
2011-03-23 16:46:15 +00:00
taca
f336c8cfaa Note update of www/ruby-patron package to 0.4.11. 2011-03-23 16:42:17 +00:00
taca
cbbf87309d Update ruby-patron pacakge to 0.4.11.
* Added URL encoding when an action is a POST.
2011-03-23 16:41:03 +00:00
taca
8893b32a22 Note update of these package:
devel/ruby-subexec		0.1.0
	graphics/ruby-mini-magick	3.2
2011-03-23 16:26:58 +00:00
taca
39a420c968 Update ruby-mini-magick package to 3.2.
Changes are unavailable.
2011-03-23 16:26:04 +00:00
taca
1ae5400f1e Update devel/ruby-subexec package to 0.1.0.
Changes are unavailable but added support of specifying LANG environment
variable.
2011-03-23 16:22:37 +00:00
gdt
660159bddf Updated geography/gpsd to 2.96 2011-03-23 16:09:00 +00:00
taca
9f02079b0d Note update of devel/hoe package to 2.9.1. 2011-03-23 16:08:37 +00:00
gdt
7d43f19d47 Update to 2.96.
* Mon Mar 21 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 2.96~dev
  Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices.
  API version bumped to 5, redesign finished (changes are documented
  in the Client HOWTO). cgps now handles resize signals. Code can now
  link with uClibc for embedded use.  Various bugs in the C++ binding
  have been fixed. gpxlogger can now daemonize and write to a specified
  log file. A gpsd client can now set any locale it likes, and JSON
  will still be parsed using the C locale matching the daemon's.  Clients
  are no longer required to define a gpsd_report() hook. gpsd no longer
  emits probe strings to unidentified USB devices at startup.
  JSON timestamps in TPV and SKY are now ISO8601 rather than seconds since
  the Unix epoch; the library handles the older style backward-compatibly.
  GPGST sentences are now parsed for noise statistics when a device emits them.
  AIS and RTCM2 JSON dumps have device fields. JSON reports now include 50bps
  subframe data if the device allows access to it. gpsdecode can now dump NMEA
  GPS binary, and subframe data to JSON. The RTCM2 code now understands and
  analyzes RTCM2.3 messages 13, 14, and 31, and has been checked against another
  analyzer.  The ancient Sager dump format for RTCM2 is abolished in favor of
  a JSON profile.
2011-03-23 16:08:34 +00:00
taca
22c6e2ed2e Update ruby-hoe package to 2.9.1.
=== 2.9.1 / 2011-02-05

* 1 minor enhancement:

  * Sow now creates all template directories before dealing with anything else

* 3 bug fixes:

  * Fixed dependency order bug with prereleases [erikh]
  * Fixed sanity check for prereleases.
  * Fixed sow when passed no args. [erikh]

=== 2.9.0 / 2011-01-31

* 11 minor enhancements:

  * Added Hoe::Package#pkg_path to make package hook writing easier.
  * Added Hoe::Test#test_prelude to allow for code to run before test loading.
  * Added plugin?(name) to allow for easier plugin guarding in hoe spec.
  * Added support for multiple template dirs for sow.
  * Added support for rubygems-test. See http://www.gem-testers.org/
  * Clean up sow a LOT using: include FileUtils::Verbose
  * Don't warn about missing plugins without rake -t
  * Hoe requires Gem::PackageTask from RubyGems 1.4+
  * Moved post_news from publish to rubyforge
  * Plugins can now be loaded from a +plugins+ array in ~/.hoerc
  * rubyforge plugin now uses plain globs to push. Fixes releases for rubygems itself

* 4 bug fixes:

  * Failed plugins should notify on both trace and debug.
  * Fixed rdoc_dir for custom rdoc locations
  * Fixed require 'rubyforge' that was too late
  * Fixed sow to properly rename dirs depth first

=== 2.8.0 / 2010-12-08

* 6 minor enhancements:

  * Added PRE=a.1 variable to package and release tasks. (ged)
  * Added compiler plugin to support rake-compiler. (tenderlove)
  * Added known_plugins task and updated included and 3rd party plugins doco
  * Added racc/rex plugin!
  * Extended sow's Rakefile template to dynamically include installed plugins
  * Turned off rubyforge plugin by default. (tenderlove's whining)

=== 2.7.0 / 2010-11-15

* 2 minor enhancements:

  * Added new plugin: gem_prelude_sucks. (jbarnette)
    * Activate under 1.9 if you don't want it messing with you.
  * Added rspec2 support (bleything)

* 1 bug fix:

  * require uri in hoe/deps (raggi)
2011-03-23 16:07:49 +00:00
taca
a261954134 Note update of devel/ZenTest package to 4.5.0. 2011-03-23 15:54:15 +00:00
taca
e795920bb2 Update ruby-ZenTest package to 4.5.0.
=== 4.5.0 / 2011-02-18

* 6 minor enhancements:

  * Added autotest -w flag to turn on warnings. Turned off warnings by default.
  * Added autotest/preload.rb to deal with rails being egregiously slow.
  * Added child process handling/cleanup on signals.
  * Added postinitialize hook.
  * Improved restart mechanism to include all flags.
  * Refactored restart plugin to Autotest#restart.

* 5 bug fixes:

  * Added sigquit handler to restart app straight up.
  * Fixed autotest/isolate so it works
  * Fixed parse_options to take args array (default ARGV) and to be non-destructive.
  * Strip ascii color to avoid false positives. (graemeworthy)
  * Use RbConfig to remove warning

=== 4.4.2 / 2010-12-10

* 2 bug fixes:

  * Added a temporary hack to deal with rspec(2?) discovery hacks.
  * Fixed windoze detection for unit_diff (thyresias)

=== 4.4.1 / 2010-12-01

* 12 minor enhancements:

  * Merged in most things from the autotest gem:
    * Added --no-full-after-failed. (grosser)
    * Added --rc path-to-dot-autotest. (grosser)
    * Added --style autotest-style. (grosser)
    * Added clarification comments. (grosser)
    * Added rake task descriptions. (grosser)
    * Switched to optparse. (grosser)
    * Switched windoze detection. (grosser, tenderlove)
    * Did not merge test parallelization. It should be a plugin. Awaiting patch.
  * Added autotest/bundler plugin.
  * Added autotest/isolate plugin.
  * Added capture of skips (for minitest) from result line.
  * Added focus_re to focus.rb.
  * Added latest_results hash.
  * Cleaned up unit_diff matcher by using any?
  * Enhanced the help/usage for autotest and zentest. (hugh sasse)
  * Refactored autotest runner discovery.
  * Refactored ruby_cmd to allow plugins to affect ruby execution.
  * Removed befuddling override of Dir.[] from 2007. *shrug*
  * Removed deny method in favor of aliasing refute.

* 2 bug fixes:

  * 1.9 shadowed variable fix
  * autotest/restart now passes ARGV back through to exec. yay!
2011-03-23 15:53:34 +00:00
taca
9c84f9be31 Note update of databases/ruby-sequel pacakge to 3.21.0. 2011-03-23 15:49:42 +00:00
taca
85919eedfb Update ruby-sequel package to 3.21.0.
=== 3.21.0 (2011-03-01)

* Make symbol splitting (:table__column___alias) work correctly for identifiers that are not in the \w character class (authorNari)
* Enable row locks in Oracle (authorNari)
* Prefer cover? over include? for validates_includes/validates_inclusion_of (jeremyevans)
* Make using NULL/NOT NULL, DEFAULT, and UNIQUE column options work correctly on H2 and possibly Oracle (jeremyevans)
* Make bin/sequel accept file arguments and work correctly when $stdin is not a tty (jeremyevans)
* Add support for -I and -r options to bin/sequel (jeremyevans)
* Sequel::Model.plugin can now be overridden just like the other Model methods (jeremyevans)
* Add tinytds adapter, the best way to connect to MSSQL from a C based ruby running on *nix (jeremyevans)
* Recognize bigint unsigned as a Bignum type in the schema dumper (gamespy-tech) (#327)
* Add Dataset#calc_found_rows for MySQL datasets (macks)
* Add association_autoreloading plugin for clearing association cache when foreign key value changes (jfirebaugh, jeremyevans)
* Fix join_table on MySQL ignoring the block (jfirebaugh)
* Transfer CTE WITH clauses in subselect to main query when joining on MSSQL (jfirebaugh)
* Make specs support both RSpec 1 and RSpec 2 (jeremyevans)
* Work with ruby-informix versions >= 0.7.3 in the informix adapter (jeremyevans) (#326)

=== 3.20.0 (2011-02-01)

* Allow a :partial option to Database#indexes on MySQL to include partial indexes (roland.swingler) (#324)
* Add a SQLite subadapter to the swift adapter, now that swift supports it (jeremyevans)
* Update swift adapter to support swift 0.8.1, older versions no longer supported (jeremyevans)
* Allow setting arbitrary JDBC properties in the jdbc adapter with the :jdbc_properties option (jeremyevans)
* Use a better error message if a validates_max_length validation is applied to a nil value (jeremyevans) (#322)
* Add some basic Microsoft Access support to the ado adapter, autoincrementing primary keys now work (jeremyevans)
* Make class_table_inheritance plugin handle subclass associations better (jeremyevans) (#320)

=== 3.19.0 (2011-01-03)

* Handle Date and DateTime types in prepared statements when using the jdbc adapter (jeremyevans)
* Handle Date, DateTime, Time, SQL::Blob, true, and false in prepared statements when using the SQLite adapter (jeremyevans)
* Use varbinary(max) instead of image for the generic blob type on MSSQL (jeremyevans)
* Close prepared statements when disconnecting when using SQLite (jeremyevans)
* Allow reflecting on validations in the validation_class_methods plugin (jeremyevans)
* Allow passing a primary key value to the add_* association method (gucki)
* When typecasting model column values, check the classes of the new and existing values (jeremyevans)
* Improve type translation performance in the postgres, mysql, and sqlite adapters by using methods instead of procs (jeremyevans)

=== 3.18.0 (2010-12-01)

* Allow the user to control how the connection pool deals with attempts to access shards that aren't configured (jeremyevans)
* Typecast columns when creating model objects from JSON in the json_serializer plugin (jeremyevans)
* When parsing the schema for a model that uses an aliased table, use the unaliased table name (jeremyevans)
* When emulating schema methods such as drop_column on SQLite, recreate applicable indexes on the recreated table (jeremyevans)
* Only remove hook pairs that have been run successfully in the instance_hooks plugin (jeremyevans)
* Add reversible migration support to the migration extension (jeremyevans)
* Add to_dot extension, for producing visualizations of Dataset abstract syntax trees with Graphviz (jeremyevans)
* Switch to using manual type translation in the SQLite adapter (jeremyevans)
* Support :read_timeout option in the native mysql adapter (tmm1)
* Support :connect_timeout option in the native mysql and mysql2 adapters (tmm1)

=== 3.17.0 (2010-11-05)

* Ensure that the optimistic locking plugin increments the lock column when using Model#modified! (jfirebaugh)
* Correctly handle nil values in the xml_serializer plugin, instead of converting them to empty strings (george.haff) (#313)
* Use a default wait_timeout that's allowed on Windows for the mysql and mysql2 adapters (jeremyevans) (#314)
* Add support for connecting to MySQL over SSL using the :sslca, :sslkey, and related options (jeremyevans)
* Fix Database#each_server when used with jdbc or do connection strings without separate :adapter option (jeremyevans) (#312)
* Much better support in the AS400 JDBC subadapter (bhauff)
* Allow cloning of many_through_many associations (gucki, jeremyevans)
* In the nested_attributes plugin, don't make unnecessary update calls to modify associated objects that are about to be deleted (jeremyevans, gucki)
* Allow Dataset#(add|set)_graph_aliases to accept as hash values symbols and arrays with a single element (jeremyevans)
* Add Databse#views and #view_exists? to the Oracle adapter (gpheruson)
* Add Database#sql_log_level for changing the level at which SQL queries are logged (jeremyevans)
* Remove unintended use of prepared statements in swift adapter (jeremyevans)
* Fix logging in the swift PostgreSQL subadapter (jeremyevans)

=== 3.16.0 (2010-10-01)

* Support composite foreign keys for associations in the identity_map plugin (harukizaemon, jeremyevans) (#310)
* Handle INTERSECT and EXCEPT on Microsoft SQL Server 2005+ (jfirebaugh)
* Add :replace option to Database#create_language in the postgresql adapter (jeremyevans)
* Make rcte_tree plugin work when not all columns are selected (jeremyevans)
* Add swift adapter (jeremyevans)
* Fix literalization of DateTime objects on 1.9 for databases that support fractional seconds (jeremyevans)
2011-03-23 15:49:05 +00:00
obache
1f93c8cd46 Backport Haiku support, taken from upstream.
(I'm using this patch over 10 months).
2011-03-23 15:46:36 +00:00
joerg
c55c476d69 Fix dependencies. XXX why is this not using USE_TOOLS? 2011-03-23 15:41:55 +00:00
joerg
d7ab164f7e Python 2.4 is not support by py-gtk2. 2011-03-23 15:40:23 +00:00
taca
30db24d919 Note update of these pacakge:
www/ruby-patron		0.4.10
	www/ruby-css-parser	1.1.4
2011-03-23 15:33:10 +00:00
taca
e94c2d94d2 Update ruby-css-parser pacakge to 1.1.4.
=== Ruby CSS Parser CHANGELOG

=== Version 1.1.3
 * allow limiting by media type in add_block!

=== Version 1.1.2
 * improve parsing of malformed declarations
 * improve support for local files
 * added support for loading over SSL
 * added support for deflate

==== Version 1.1.1
 * Ruby 1.9 compatibility
 * @import regexp updates
 * various bug fixes

==== Version 1.1.0
 * Added support for local @import
 * Better remote @import handling
2011-03-23 15:31:53 +00:00
taca
d528bc27f5 Update ruby-patron package to 0.4.10.
0.4.10.

* buffer size option.
* Added mutipart post.
2011-03-23 15:30:25 +00:00
taca
2946ed5879 Note update of www/ruby-rack package to 1.2.1 and
www/ruby-rack11 package to 1.1.2.
2011-03-23 15:28:28 +00:00
taca
52faf3913a Update ruby-rack package to 1.1.2.
== Changes

* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
  * Security fix in Rack::Auth::Digest::MD5: when authenticator
    returned nil, permission was granted on empty password.
2011-03-23 15:27:28 +00:00
taca
441f3dff24 Update ruby-rack package to 1.2.2.
== Changes

* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
  * Security fix in Rack::Auth::Digest::MD5: when authenticator
    returned nil, permission was granted on empty password.
2011-03-23 15:26:29 +00:00
taca
533be3d236 Note update of www/fengoffice package to 1.7.4. 2011-03-23 15:22:51 +00:00
taca
c6f9d1dba8 Update www/fengoffice package to 1.7.4.
Changelog
=========

Since 1.7.3.3
------------
bugfix: Security issue with cookies.
bugfix: Issue in combine.php.
bugfix: Issue with report conditions with date comparisons.
bugfix: Fixed langs for es_es and es_la.
bugfix: Logs were not written for subtasks when trashing, untrashing,
	archiving and unarchiving tasks.
bugfix: Permissions issue at users history log.
bugfix: Tasks reports shows priority codes instead of showing prioriy names.
bugfix: Fixed: reminder didn't use timezone in some cases.
bugfix: Class name removed from search results.
bugfix: File revisions in search results sometimes shows html code.
bugfix: When reporting objects with list custom properties only the
	first value was shown.
bugfix: When composing an email, fields to, cc and bcc not always
	select the email from the list if clicking it.
bugfix: Event creator appears twice in the email when other user
	accepted the invitation.
bugfix: Email signature does not change when composing an email and
	changing the from address.
bugfix: Issue with upload control when attaching a file that already
	exists in the system.
bugfix: Bug with CKEditor and Chrome when adding an image to a document.
bugfix: Checkbox were not cleared when reloading contact list.
bugfix: Issue when having more than one tab with Feng Office and
	viewing emails in each tab.
bugfix: Templates with assigned tasks are not shown properly at tasks widgets.
bugfix: Date format config handler is not initializing correctly for
	some values.
bugfix: Escape characters for report results.
bugfix: Issue with calendar reports.
bugfix: Issue with tasks widget in dashboard.
bugfix: Issue with milestone due dates in listing.
bugfix: Issue with conversation list permissions when viewing an email.
bugfix: LinkedObjectManager issue fixed.

system: CKEditor upgraded to version 3.5.1

feature: Added APC cache for config options and other frequent objects.
feature: Added languages: Bulgarian, Suomi and Svenska.
feature: Upgraded languages: cs_cz, de_de, el_gr, it_it, ja_jp, nb_no,
	 nl_nl, pl_pl, zh_cn.
feature: Improved the message for emails in outbox when logging in.
feature: Added some indexes and improved parts of the code to improve
	 performance.
feature: Added more checks when sending emails.
feature: Performance improved for reminder and email pollings.
feature: Show label "Tags" when tags panel is collapsed.
feature: Javascript injection prevention.


Since 1.7.3.2
------------

bugfix: Sending emails fixed to avoid sending an email more than one
	time when receiving 'mysql has gone away' msg in the middle of the
	process.
2011-03-23 15:22:10 +00:00
minskim
1e3d8f3f9b Fix EMACSLOADPATH for emacs24. 2011-03-23 15:15:20 +00:00
taca
74cd3d7312 Note addition of textproc/mecab-naistdic version 20100801. 2011-03-23 15:15:06 +00:00
taca
016221cb5d Note update of misc/ruby-bundler package to 1.0.10. 2011-03-23 15:14:28 +00:00
taca
ed94c6f082 Add and enable mecab-naistdic. 2011-03-23 15:13:36 +00:00
taca
5ad27fe9d1 Importing mecab-naistdic version 0.6.3-20100801.
NAIST-jdic is Japanese Morphological Dictionary, succession of IPAdic but
it is licensed under modified BSD license.

This is the dictionary for MeCab.
2011-03-23 15:12:30 +00:00
taca
531790bcf7 Update misc/ruby-bundler package to 1.0.10.
## 1.0.10 (February 1, 2011)

Bugfixes:

  - Fix a regression loading YAML gemspecs from :git and :path gems
  - Requires, namespaces, etc. to work with changes in Rubygems 1.5

## 1.0.9 (January 19, 2011)

Bugfixes:

  - Fix a bug where Bundler.require could remove gems from the load
    path. In Rails apps with a default application.rb, this removed
    all gems in groups other than :default and Rails.env.

## 1.0.8 (January 18, 2011)

Features:

  - Allow overriding gemspec() deps with :git deps
  - Add --local option to `bundle update`
  - Ignore Gemfile.lock in newly generated gems
  - Use `less` as help pager instead of `more`
  - Run `bundle exec rake` instead of `rake` in Capistrano tasks

Bugfixes:

  - Fix --no-cache option for `bundle install`
  - Allow Vlad deploys to work without Capistrano gem installed
  - Fix group arguments to `bundle console`
  - Allow groups to be loaded even if other groups were loaded
  - Evaluate gemspec() gemspecs in their directory not the cwd
  - Count on Rake to chdir to the right place in GemHelper
  - Change Pathnames to Strings for MacRuby
  - Check git process exit status correctly
  - Fix some warnings in 1.9.3-trunk (thanks tenderlove)
2011-03-23 15:03:52 +00:00
taca
bada84584d Switch to use lang/ruby/rails.mk.
No functional change.
2011-03-23 15:02:09 +00:00
taca
4e040ec243 Note update of lang/pear package to 1.9.2nb1. 2011-03-23 15:00:32 +00:00
taca
e8d1bb36a6 Update included Console_Getopt to 1.3.1.
Release date: 2011-03-08 00:02 UTC
	Release state: stable

	Changelog:

	* Change the minimum PEAR installer dep to be lower

Bump PKGREVISION.
2011-03-23 14:59:33 +00:00
minskim
dae3151c83 Note update of apel. 2011-03-23 14:55:52 +00:00
minskim
286f8ceb87 Update apel to 10.8.
Changes:
        * EMU-ELS (emu-modules): Add setting for GNU Emacs 23 or later.
        * invisible.el: In GNU Emacs 23, inv-19.el overrides builtin
        function `invisible-p'.  To fix the bug, require `inv-23' when
        running with GNU Emacs 23 or later.
        * poe.el (format-time-string): Fix problem on GNU Emacs 22.2
2011-03-23 14:55:01 +00:00
taca
b78e6b126f Note update of Ruby on Rails 3.0.5 package.
devel/ruby-activesupport3
	www/ruby-actionpack3
	databases/ruby-activerecord3
	www/ruby-activeresource3
	devel/ruby-railties
	www/ruby-rails3
2011-03-23 14:54:45 +00:00
taca
9950adcd25 Update ruby-rails3 to 3.0.5.
Last, update ruby-rails3 (meta gem) package.
2011-03-23 14:53:20 +00:00
taca
bf052e9e19 Update ruby-railties package to 3.0.5.
Version update only.
2011-03-23 14:51:54 +00:00
taca
5da4942669 Update ruby-actionmailer3 package to 3.0.5.
Version update only.
2011-03-23 14:50:15 +00:00
gdt
d99529054b Updated parallel/paexec to 0.16.1 2011-03-23 14:50:03 +00:00
gdt
4b104be917 Update to 0.16.1 (via mail from $MAINTAINER)
paexec.1 and paexec_reorder.1 are included in paexec-0.16.1.tgz.
  Just like in paexec<=0.15.1 pod2man is not needed
  for building.
2011-03-23 14:49:47 +00:00