Commit graph

174222 commits

Author SHA1 Message Date
taca
f692f7c24b Avoid to define constant Deprecate since it is conflict with rubygems.
Newer rubygems poorly defines module Deprecate which could be
Gem::Deprecate.

Bump PKGREVISION.
2011-08-12 15:56:38 +00:00
taca
2eb364cf60 Note update of misc/rubygems package to 1.8.7. 2011-08-12 15:51:29 +00:00
taca
b8ab946db9 Update rubygems package to 1.8.7 with adding compatibility to read
older gemspec files.

Changes are too may to write here, please refer History.txt file.
2011-08-12 15:50:44 +00:00
taca
1f815e3cd4 Note update of ruby18-1.8.7.352 (Ruby 1.8.7 p352) and ruby19-1.9.2pl290
(Ruby 1.9.2 p290) related packages.
2011-08-12 15:44:05 +00:00
taca
592fc14dc2 Fix shbang of one script. 2011-08-12 15:37:54 +00:00
taca
ec5c562872 Update ruby19-base pacakge to 1.9.2pl290 (1.9.2-p290).
Here is quote from the article of Ruby Inside.
(http://www.rubyinside.com/ruby-1-9-2-p290-released-the-lowdown-on-rubys-latest-production-release-5145.html)  For more change, please refer:
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_290/ChangeLog

What's Changed From p180 to p290?

Quite a lot got changed in terms of the numbers. 132 files were
tweaked with a total of 3505 lines added and 788 taken away.

A selection of the fixes:

* require 'date'; Date.new === nil throws an undefined method error for
  coerce on p180 - this has now been fixed
* The Thread.kill segfaults when the object to be killed isn't a thread bug
  has been resolved.
* Tweaks to reduce segmentation faults when using zlib on x86-64 Darwin
  (OS X) - always good
* Modification to prevent random number sequence repetition on forked child
  processes in SecureRandom
* Fix to io system to resolve a Windows-only bug where characters are being
  read incorrectly due to ASCII not being treated as 7 bit
* A tweak to Psych (the YAML parser) to plug a memory leak
* Load paths are now always expanded by rb_et_expanded_load_path (I think
  this might yield a performance gain?)
* Fixes to Psych's treatment and testing of string taint
* Prevention of temporary objects being garbage collected in some cases
* Fixes to resolve compilation problems with Visual C++ 2010
* A fix so that Tk's extconf.rb would run successfully
* Lots of Tk related fixes generally - I'm guessing Tk is very popular
  amongst the core team, particularly in Japan, because it seems to be a
  common release blocker.
* A fix to string parsing to resolve an obscure symbol-containing-newlines
  parsing bug
2011-08-12 15:35:22 +00:00
taca
ed7bb15a73 Update ruby18-base pacakge to 1.8.7.352 (1.8.7-p352).
This is maintenance release.  For more detail chagge, plrease refer:

http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_352/ChangeLog
2011-08-12 15:33:12 +00:00
taca
a2fda01bc9 Start of updating ruby18 to ruby18-1.8.7.352 (Ruby 1.8.7 patchlevel 352)
and ruby19 to ruby19-1.9.2pl290 (Ruby 1.9.2 patchlevel 290).
2011-08-12 15:27:44 +00:00
taca
8c584c4fa6 Oops, should be commited with:
pkgsrc/devel/ruby-rdoc: PLIST distinfo
2011-08-12 15:24:36 +00:00
taca
72f341e1aa Note update of devel/ruby-rdoc package to 3.9.1. 2011-08-12 15:22:22 +00:00
taca
7c50e064a6 Update ruby-rdoc package to 3.9.1.
=== 3.9.1 / ??

* Bug fixes
  * Fix RDoc::Markup parser for a header followed by a non-text token.  Issue
    #56 by Adam Tait
  * Fix RDoc::Markup::ToHtmlCrossref#gen_url for non-<tt>rdoc-ref</tt> links.
  * Fix bug report URL when rdoc crashes.

=== 3.9 / 2011-07-30

* Minor enhancements
  * RDoc::Parser::C now supports :doc: and :nodoc: for class comments
  * Added the <tt>rdoc-ref:</tt> link scheme which links to a named reference.
    <tt>rdoc-ref:</tt> can resolve references to classes, modules, methods,
    files, etc.  This can be used to create cross-generator named links unlike
    the <tt>link:</tt> scheme which is dependent upon the exact file name.
    Issue #53 by Simon Chiang
  * Pulled RDoc::CrossReference out of RDoc::Markup::ToHtmlCrossref.
    Cross-references can now be created easily for non-HTML formatters.
* Bug fixes
  * `ri []` and other special methods now work properly.  Issue #52 by
    ddebernardy.
  * `ri` now has space between class comments from multiple files.
  * :stopdoc: no longer creates Object references.  Issue #55 by Simon Chiang
  * :nodoc: works on class aliases now.  Issue #51 by Steven G. Harms
  * Remove tokenizer restriction on header lengths for verbatim sections.
    Issue #49 by trans
2011-08-12 15:21:33 +00:00
taca
ab54a01857 - Switch to use OVERRIDE_GEMSPEC.
- A little clean up.
2011-08-12 15:19:41 +00:00
taca
768dddda55 Switch to use OVERRIDE_GEMSPEC. 2011-08-12 15:17:01 +00:00
taca
83e1729b02 Introduce OVERRIDE_GEMSPEC.
If it specified, it modify gemspec's dependency using update-gemspec.rb
Ruby script.

The goal is avoid to use patch for modifying depending version or gem's
name since gemspec files' content differ using rubygem's version.
2011-08-12 14:35:34 +00:00
adam
1f514df95b Changes 3.03:
* Test fix: Try all @INC-derived typemap locations.
2011-08-12 13:58:47 +00:00
adam
cb95de4877 Revision bump after updating perl to 5.14.1 2011-08-12 13:53:57 +00:00
adam
212a33bfba Correct LICENSE 2011-08-12 13:50:23 +00:00
adam
bcbf199662 Revision bump after updating perl to 5.14.1 2011-08-12 13:45:42 +00:00
adam
f8561fc547 Changes 1.59:
* Prevent mixing non-native and native newlines in MANIFEST files
2011-08-12 13:44:25 +00:00
adam
3f28d7952e Fix building with the latest Clang 2011-08-12 13:24:07 +00:00
taca
5513b6a09e Note addtion of Contao 2.10.0 related pacakges:
www/contao210			version 2.10.0
	www/contao210-example		version 2.10.0
	www/contao210-translations	version 20110812
2011-08-12 13:16:29 +00:00
taca
c22c700813 Add and enable contao210, contao210-example and contao210-translations. 2011-08-12 13:14:29 +00:00
taca
226461ae6e Importing contao210-translations version 20110812 package.
This is translation files for contao210.  Currently, Czech, Japanese
and Swedish languages support Contao 2.10.0.
2011-08-12 13:13:17 +00:00
taca
b3219d4500 Importing contao210-example version 2.10.0 package.
This is example site data for contao210.
2011-08-12 13:09:03 +00:00
taca
80bb99f500 Importing contao210 version 2.10.0 package.
This is new minor release of Contao Open Source CMS.

* HTML5 support as well as XHTML.
* CSS3 support.

For more information, please refer:
http://www.contao.org/news/items/contao-2_10_0.html.
2011-08-12 13:07:45 +00:00
taca
0110bdd7bb Note update of www/contao29 package to 2.9.5nb1. 2011-08-12 12:57:02 +00:00
taca
10730ea6a9 No need to bump PKGREVISION and revert it. 2011-08-12 12:56:13 +00:00
taca
7ca8a202ae Switch to use common Makefiles. No functional change. 2011-08-12 12:55:26 +00:00
adam
620501d2f1 Revision bump after updating perl to 5.14.1 2011-08-12 12:54:07 +00:00
taca
45e1b1cfa3 Switch to use new common Makefiles and update of INSTALL script.
Bump PKGREVISION.
2011-08-12 12:53:20 +00:00
adam
868546e095 Changes 1.17:
* Derek Lamb's patch to avoid an uninitialised variable error.
* Diab Jarius's Solaris Studio 10 patch and his gfortran patch (with mods).
  Note g77 is still the default if both it and gfortran are present.
* Rob's big Win32 patch (Nov 2010 version)
* IMPORTANT. Added in simplification of GNU fortran compilers
  (g77, gfortran, g95, fort77) etc. suggested by Tim Jeness. I used his code
  but made a slightly different implementaion introducing a 'Generic' 'GNU'
  database entry to which others point.
  This also superceded some of the above patches.
  Hope this works!
* Removed places where .gcclibs() is added to the link line, this appears to
  no loner be necessary. Routine left in there (but orphaned) just in case.
2011-08-12 12:53:06 +00:00
taca
b5912bbb4f * Remove obsolete contao-liveupdate description from DESCR.
* Clean up Makefile utilizing common Makefile.
* Fix PLIST lacked some Swedish language files in editArea plugin.

Bump PKGREVISION.
2011-08-12 12:50:36 +00:00
adam
5ea2a8423e Revision bump after updating perl to 5.14.1 2011-08-12 12:49:40 +00:00
taca
5b02b0242d Move contao's version information to here. 2011-08-12 12:48:48 +00:00
taca
3171adbeb5 Make WWW_EG_FILES setable. 2011-08-12 12:48:03 +00:00
taca
2e4b5169a6 Add common files contains sharable code. 2011-08-12 12:46:42 +00:00
adam
488c7e9695 Changes 0.304:
* More robust detection of gcc toolchains on Win32
* Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm instead
2011-08-12 12:46:08 +00:00
adam
c443dde870 Changes 1.17:
* Remove test boilerplate the reorganisation of dual-life modules in the perl
  code made unnecessary.
* Remove Shell::Command - that module is now available in the Shell::Command
  distribution on CPAN.
2011-08-12 12:44:03 +00:00
adam
4e94458d78 Changes 0.28.02.02:
* Different file names used for test files; allows EU::CB tests
  to be run in parallel.
2011-08-12 12:41:03 +00:00
adam
5005b1f15a Revision bump after updating perl to 5.14.1 2011-08-12 12:27:44 +00:00
taca
543557be21 Note update of www/ap-php package to 5.3.6nb1. 2011-08-12 12:25:46 +00:00
taca
e54cf69c0f Correct apache's module name in the MESSAGE file.
Bump PKGREVISION.
2011-08-12 12:24:52 +00:00
adam
02bfce1058 Revision bump after updating perl to 5.14.1 2011-08-12 12:13:52 +00:00
adam
464d7617d4 Changes 1.20: unknown 2011-08-12 12:03:39 +00:00
adam
186622e1a1 Changes 4.03:
* do not avoid the clock_gettime call on GNU/Linux anymore, as EV
  links against -lpthread anyways - as a result, EV might now take
  advantage of fast userspace clock_gettime implementations,
  but also links against -lrt.
* (libev) lots of event port bug workarounds.
* (libev) officially support files in I/O watchers.
* (libev) new function ev_feed_signal.
* fix documentation parts still refering to the 3.x API.
2011-08-12 12:02:11 +00:00
adam
daab2621f1 Revision bump after updating perl to 5.14.1 2011-08-12 11:59:16 +00:00
adam
e23d424166 Changes 2.05:
* new 'output' option to redirect TraceUse result to a file
2011-08-12 11:58:10 +00:00
adam
d667aa98df Changes 0.11: unknown 2011-08-12 11:56:24 +00:00
adam
b486993049 Revision bump after updating perl to 5.14.1 2011-08-12 11:51:39 +00:00
adam
1423d93d57 Changes 0.10:
* Fix a minor packaging problem
2011-08-12 11:50:51 +00:00