Commit graph

17595 commits

Author SHA1 Message Date
dholland
069a762ba3 Patch out YY_PROTO, which is no longer provided by recent flex. 2012-01-02 03:42:32 +00:00
tsutsui
ae54c18a4b Pull fix from upstream for asm error on NetBSD/arm with newer binutils:
0e5843995f (diff-39)
>  * src/arm/sysv.S (ffi_closure_SYSV): Add UNWIND to .pad directive.
2011-12-31 09:58:22 +00:00
jmcneill
45a553193c use AUDIO_GETBUFINFO when available; bump pkg revision 2011-12-29 10:00:49 +00:00
christos
b191498cc0 Put back the 3 macro files lost in the previous update that are needed by
AM_ICONV
2011-12-27 21:18:05 +00:00
joerg
80f1475095 Fix RCS ID 2011-12-26 13:23:43 +00:00
wiz
e1d027b5a0 Fix typo in ifdef.
Bump PKGREVISION.
2011-12-26 12:28:46 +00:00
asau
b6a5b7127a Update to Frama-C Nitrogen release 2011-10-01
See full list of changes at http://frama-c.com/Changelog.html#Nitrogen-20111001


Nitrogen Release [20111001]

Frama-C General

New Features

  * [Cil]   Enumerated constants are kept in the AST.
  * [Cil]   Implement precise dataflow on switch constructs. As side effect, improve precision of value analysis.
  * [Cil]   Fixed #720 (incorrect simplification of switch).
  * [Cil]   Support for &"constant_string" in parser.
  * [Cil]   Normalization of lval: T+1 ==> &T[1] when T is in fact an array (implies *(T+1) ==> T[1])
  * [Cil]   Pretty-printing lval and term_lval the same way
  * [Cil]   Cache results of offsets computations.
  * [Cil]   Add support for GCC specific cast from field of union to union
  * [Kernel]   Exit status on unknown error is now 125. 127 and 126 are reserved for the shell by POSIX.
  * [Kernel]   Better error message when plug-in crashes on loading (bts #737).
  * [Kernel]   Big integers can now be displayed using hexadecimal notation.
  * [Kernel]   \at(p,Old) is pretty-printed as \old(p).
  * [Kernel]   Some messages may be printed several time for the same line if they refer to different columns.
  * [Kernel]   Better handling of comments with -keep-comments and new API. See Cabshelper.Comments and Globals.get_comments_*
  * [Kernel]   Better pretty printing of lists of any elements
  * [Kernel]   Current pragmas no longer give rise to code annotations (as they do not contain anything that can be proven).
  * [Kernel]   Improve space complexity of function stmt_can_reach.
  * [Kernel]   New kind of command-line parameter, for commands that do heavy output. Used for Value, Pdg and Metrics.
  * [Logic]   Added support for bitwise operators --> and <--> into ACSL formula.


Carbon Release [20110201]

Frama-C General

New Features

  * [Configure]   Frama-C does not require Apron anymore (Why does for Jessie). Thus fix bug #647.
  * [Kernel]   Improve performance on platform with dynami.c loading. Mainly impact value analysis (for developers: improve
    efficiency of Dynamic.get).
  * [Kernel]   Handle errors better when they occur when exiting Frama-C. Slight semantic changes for exit code: - old code 5 is now
    127; - code 5 is now: error raised when exiting Frama-C normally; - code 6: error raised when exiting Frama-C abnormally.
  * [Logic]   Fix priority bug in parser.
  * [Logic]   Mentioning a formal on the left-hand side of an assigns clause is now an error when type-checking logic annotations.
  * [Makefile]   Fixed bug #638. By default, warnings are no more errors when compiling a public Frama-C distribution and plug-ins.
    SVN versions of Frama-C are still compiled with "-warn-error A".


Carbon Release [20101201]

Frama-C General

New Features

  * [Cil]   Be less agressive during inline function merge. Alpha equivalent function are now kept separate.
  * [Cil]   Clean up local variables handling and pretty-printing modified pBlock method interface (unified pBlock and pInnerBlock)
  * [Cil]   Cil normalization takes care of abrupt clauses
  * [Configure]   Better detection of native dynlink support.
  * [Kernel]   Feature #484 about requires into named behaviors
  * [Kernel]   Fixed bug #548: limit.h now syntactically correct. Architectures other than x86_32 still unsupported.


Boron Release [20100401]

Frama-C General

New Features

  * [Cil]   Extend logic pretty printer to handle all specific clauses
  * [Configure]   Dynamic plug-ins are now statically linked by default whenever native dynlink is not usable (bts #301).
  * [Configure]   Compiling the GUI now requires LablGnomeCanvas.
  * [Kernel]   Add status for all clauses
  * [Kernel]   Clarification of the multiple accesses warning. Becomes "undefined multiple accesses in expression".
  * [Kernel]   Better error messages when a dynamic plug-in cannot be loaded.
  * [Kernel]   Better -*-help.
  * [Kernel]   New option -no-dynlink in order to prevent loading of dynamic plug-ins.
  * [Kernel]   The journal is generated only if the GUI is crashing, or if the option -journal-enable is explicitely set (fixed issue
    #330).
  * [Kernel]   Backtrace when Frama-C is crashing (only if Frama-C is compiled with caml >= 3.11.0)
  * [Kernel]   New option "-plugin-h" as an alias for option "-plugin-help"
  * [Kernel]   Preliminary standard C library in $FRAMAC_SHARE/libc
  * [Logic]   Better error message when using = in annotations
  * [Logic]   ordering of clauses in contracts
  * [Logic]   If a C typedef integer, real or boolean exists, it takes precedence over corresponding logic type. The logic type
    remains accessible through its utf-8 denomination.
  * [Logic]   Support for type abbreviation in logic
  * [Logic]   Support for "reads \nothing"
  * [Logic]   Adding "\pi" as built-in symbol


Beryllium Release [20090902]

Frama-C General

New Features

  * [Configure]   Detection of dot if required.
  * [Journal]   Better handling of exceptions.
  * [Kernel]   Slightly less false alarms with -warn-unspecified-order
  * [Makefile]   Why is no longer a compilation dependency. It is required only at runtime for the experimental WP plugin.
  * [Makefile]   Now possible to build custom binaries for plug-ins. Roughly these binaries are frama-c[.byte] + the plug-in
    statically-linked. The goal is called "static" in the plug-in's makefile.
2011-12-25 15:52:12 +00:00
dholland
6116af067c Revert addition of devel/nspr; problem is now solved properly 2011-12-24 13:18:00 +00:00
asau
4a52120c03 This needs libnspr4.
(This doesn't fix the build yet makes it fail later.)
2011-12-23 01:38:20 +00:00
asau
ee7882a2ab Home page and master site moved to http://frama-c.com/ 2011-12-23 01:25:08 +00:00
joerg
f254d29f4d Make sure that the directory exists before writing the output from the
idl-parser. Fixes the race conditions seen recently.
2011-12-23 01:16:27 +00:00
joerg
0526575dd0 Workaround brain damage from configure (non-)test by not defining macros
from Heimdal.
2011-12-23 01:12:35 +00:00
joerg
eec7ead2d8 Disable use of tgmath.h on NetBSD, since various functions are missing
in libm.
2011-12-22 00:26:02 +00:00
dholland
daab37f5c0 Force MKPROFILE=yes to avoid PLIST divergence. 2011-12-20 03:11:19 +00:00
hiramatsu
03a6ffaed1 Fix build with perl 5.14. 2011-12-19 15:26:51 +00:00
wiz
e990c0c4bc pkglint fix. 2011-12-19 14:36:28 +00:00
wiz
0cabbb7dd4 Fix build with gcc-4.5. 2011-12-19 14:19:43 +00:00
wiz
31df93a868 Fix openssl breakage so this package can now progress to flex breakage. 2011-12-19 13:58:33 +00:00
wiz
c5fed6c505 pkglint fix. 2011-12-19 13:58:13 +00:00
schwarz
7578bc3621 updated version to 3.6.0 in buildlink3.mk file 2011-12-19 13:04:45 +00:00
schwarz
3939db20b1 upgraded to libosip2-3.6.0; added LICENSE information 2011-12-19 12:56:04 +00:00
obache
2df0621228 Need to include bsd.prefs.mk before using PKGPATH. 2011-12-19 11:42:47 +00:00
obache
c8dbfb12b8 Update firefox36 to 3.6.24.
Fixed in Firefox 3.6.24
MFSA 2011-49 Memory corruption while profiling using Firebug
MFSA 2011-47 Potential XSS against sites using Shift-JIS
MFSA 2011-46 loadSubScript unwraps XPCNativeWrapper scope parameter (1.9.2 branch)
Fixed in Firefox 3.6.23
MFSA 2011-40 Code installation through holding down Enter
MFSA 2011-39 Defense against multiple Location headers due to CRLF Injection
MFSA 2011-38 XSS via plugins and shadowed window.location object
MFSA 2011-37 Integer underflow when using JavaScript RegExp
MFSA 2011-36 Miscellaneous memory safety hazards (rv:7.0 / rv:1.9.2.23)
2011-12-19 06:26:55 +00:00
dholland
b7fe6bccee Force MKPROFILE=yes to avoid PLIST divergence. 2011-12-19 02:04:38 +00:00
sbd
a21618d424 "included by ncursesw" means the ncursesw Makefile not just the buildlink
tree.
2011-12-18 20:51:41 +00:00
sbd
41579ef619 Add ruby-hike (Hi taca) 2011-12-18 06:04:19 +00:00
taca
2a2ef4e3ac Add missing dependency to ruby-multi_json, noted by HIRAMATSU Yoshifumi
on tech-pkg-ja@.

Bump PKGREVISION.
2011-12-17 17:48:10 +00:00
taca
3f249517f6 Add and enable ruby-randexp. 2011-12-17 17:15:09 +00:00
taca
2bd3378ab5 Importing devel/ruby-randexp package version 0.1.6.
Randexp makes it easy to generate random string from most regular expressions.
2011-12-17 16:44:01 +00:00
wiz
fd7c0c499b Update to 3.290:
Version 3.29 - 2 December 2011

  Enhancements

   - modified Makefile.in to allow configure to override the lib and include
     destination directories.

   - added (or restored actually) support for tile compression of 1-byte integer
     images in imcomp_compress_tile.  Support for that data type was overlooked
     during recent updates to this routine.

   - modified the fits_get_token command-line parsing routine to perform more
     rigorous checks to determine if the token can be interpreted as a number
     or not.

   - made small modification to fpack.c to not allow the -i2f option (convert
     image from integer to floating point) with the "-g -q 0" option (do lossless
     gzip compression).  It is more efficient to simply use the -g option alone.

   - made modifications to fitsio.h and drvrfile.c to support reading and
     writing large FITS files (> 2.1 GB) when building CFITSIO using
     Microsoft Visual C++ on Windows platforms.

   - added new WCS routine (ffgicsa) which returns the WCS keyword values
     for a particular WCS version ('A' - 'Z').

   Bug Fixes

   - fixed a problem with multi-threaded apps that open/close FITS files
     simultaneously by putting mutex locks around the call to
     fits_already_open and in fits_clear_Fptr.

   - fixed a bug when using the 'regfilter' function to select a subset of the
     rows in a FITS table that have coordinates that lie within a specified
     spatial region on the sky.  This bug only affects the rarely used panda
     (and epanda and bpanda) region shapes in which the region is defined by
     the intersection of an annulus  and a pie-shaped wedge.  The previous code
     (starting with version 3.181 of CFITSIO where support for the panda region
     was first introduced) only worked correctly if the 2 angles that define
     the wedge have values between -180 and +180.  If not, then fewer rows than
     expected may have been selected from the table.

   - fixed the extended filename parser so that when creating a histogram by
     binning 2 table columns, if a keyword or column name is given as the
     weighting factor,  then the output histrogram image will have a floating
     point datatype, not the default integer datatype as is the case when no
     weigth is specified (e.g. with a filename like
     "myfile.fits[bin x,y; weight_column]"

   - added fix to the code in imcompress.c to work around a problem with
     dereferencing the value of a pointer, in cases where the address of
     that pointer has not been defined (e.g., the nulval variable).

    - modified the byte shuffling algorithm in fits_shuffle_8bytes to work
     around a strange bug in the proprietary SunStudioExpress C compiler
     under OpenSolaris.

   - removed spurious messages on the CFITSIO error stack when opening a
     FITS file with FTP (in drvrnet.c);
2011-12-17 14:55:15 +00:00
obache
ff39c6c424 + npapi-sdk 2011-12-17 14:13:42 +00:00
obache
5d25fac24d Import npapi-sdk-0.27 as devel/npapi-sdk.
Headers for NPAPI (browser plugin API)
2011-12-17 14:11:07 +00:00
obache
9ce09e1be1 Change default PKGNAME scheme for PECL packages.
Drop ${PHP_BASE_VARS} from PKGVERSION by default.

It used to be required to support multiple php version.
But after PHP version based ${PHP_PKG_PREFIX} was introduced,
such trick is not required anymore.
In addition to this, such version name schme invokes unwanted version bump
when base php version is bumped, plus, such version scheme is hard to
use for DEPENDS pattern.

To avoid downgrading of package using such legacy version scheme,
PECL_LEGACY_VERSION_SCHEME is introduced.
If it is defined, current version scheme is still used for currently
supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS},
current fixed PHP base version in pkgsrc is used to avoid unwanted version bump
from update of PHP base package.
With newer PHP (54, or so on), new version scheme will be used if
it is defined.
This trick will not be required and should be removed after php5 and php53 will
be gone away from pkgsrc.
2011-12-17 13:46:27 +00:00
sbd
133a864f2b Add missing mk/curses buildlink.
Bump PKGREVISION
2011-12-17 10:15:16 +00:00
sbd
046d4f4a44 Add missing mk/termcap buildlink.
Bump PKGREVISION
2011-12-17 10:15:08 +00:00
sbd
166e847976 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-12-16 23:44:21 +00:00
ryoon
2cf24a6661 USE_JAVA and USE_JAVA2 requires mk/java-vm.mk. 2011-12-16 17:08:35 +00:00
taca
39bc8b5822 Update ruby-rspec-rails package to 2.7.0.
Exact changes are unknown.
2011-12-16 15:58:44 +00:00
taca
e7dbe08d19 Update ruby-rspec package to 2.7.0.
Exact changes are unknown.
2011-12-16 15:58:11 +00:00
taca
4a56b7980d Update ruby-rspec-mocks package to 2.7.0.
Exact changes are unknown.
2011-12-16 15:57:34 +00:00
taca
0280e3ed7b Update ruby-rspec-expectations package to 2.7.0.
Exact changes are unknown.
2011-12-16 15:56:25 +00:00
taca
18bce66e1d Update ruby-rspec-core package to 2.7.1.
Exact changes are unknown.
2011-12-16 15:55:41 +00:00
taca
aeeb35314c Update devel/ruby-test-unit package to 2.4.3.
Several improvements and bug fixes.
2011-12-16 15:41:11 +00:00
taca
5d2d0bdb1a Add and enable ruby-railties31. 2011-12-16 12:33:29 +00:00
taca
40c48094c9 Importing devel/ruby-railties31 package version 3.1.3.
## Rails 3.1.3 (unreleased) ##

*   New apps should be generated with a sass-rails dependency of 3.1.5, not 3.1.5.rc.2

## Rails 3.1.2 (unreleased) ##

*   Engines: don't blow up if db/seeds.rb is missing.

    *Jeremy Kemper*

*   `rails new foo --skip-test-unit` should not add the `:test` task to the rake default task.
    *GH 2564*

    *José Valim*

## Rails 3.1.1 (October 7, 2011) ##

*   Add jquery-rails to Gemfile of plugins, test/dummy app needs it. Closes #3091. *Santiago Pastorino*

*   Add config.assets.initialize_on_precompile which, when set to false, forces
    `rake assets:precompile` to load the application but does not initialize it.

    To the app developer, this means configuration add in
    config/initializers/* will not be executed.

    Plugins developers need to special case their initializers that are
    meant to be run in the assets group by adding :group => :assets.


## Rails 3.1.0 (August 30, 2011) ##

*   The default database schema file is written as UTF-8. *Aaron Patterson*

*   Generated apps with --dev or --edge flags depend on git versions of
    sass-rails and coffee-rails. *Santiago Pastorino*

*   Rack::Sendfile middleware is used only if x_sendfile_header is present. *Santiago Pastorino*

*   Add JavaScript Runtime name to the Rails Info properties. *DHH*

*   Make pp enabled by default in Rails console. *Akira Matsuda*

*   Add alias `r` for rails runner. *Jordi Romero*

*   Make sprockets/railtie require explicit and add --skip-sprockets to app generator *José Valim*

*   Added Rails.groups that automatically handles Rails.env and ENV["RAILS_GROUPS"] *José Valim*

*   The new rake task assets:clean removes precompiled assets. *fxn*

*   Application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle. *fxn*

*   Fixed database tasks for jdbc* adapters #jruby *Rashmi Yadav*

*   Template generation for jdbcpostgresql  #jruby *Vishnu Atrai*

*   Template generation for jdbcmysql and jdbcsqlite3 #jruby *Arun Agrawal*

*   The -j option of the application generator accepts an arbitrary string. If passed "foo",
    the gem "foo-rails" is added to the Gemfile, and the application JavaScript manifest
    requires "foo" and "foo_ujs". As of this writing "prototype-rails" and "jquery-rails"
    exist and provide those files via the asset pipeline. Default is "jquery". *fxn*

*   jQuery is no longer vendored, it is provided from now on by the jquery-rails gem. *fxn*

*   Prototype and Scriptaculous are no longer vendored, they are provided from now on
    by the prototype-rails gem. *fxn*

*   The scaffold controller will now produce SCSS file if Sass is available *Prem Sichanugrist*

*   The controller and resource generators will now automatically produce asset stubs (this can be turned off with --skip-assets). These stubs will use Coffee and Sass, if those libraries are available. *DHH*

*   jQuery is the new default JavaScript library. *fxn*

*   Changed scaffold, application, and mailer generator to create Ruby 1.9 style hash when running on Ruby 1.9 *Prem Sichanugrist*

    So instead of creating something like:

        redirect_to users_path, :notice => "User has been created"

    it will now be like this:

        redirect_to users_path, notice: "User has been created"

    You can also passing `--old-style-hash` to make Rails generate old style hash even you're on Ruby 1.9

*   Changed scaffold_controller generator to create format block for JSON instead of XML *Prem Sichanugrist*

*   Add using Turn with natural language test case names for test_help.rb when running with minitest (Ruby 1.9.2+) *DHH*

*   Direct logging of Active Record to STDOUT so it's shown inline with the results in the console *DHH*

*   Added `config.force_ssl` configuration which loads Rack::SSL middleware and force all requests to be under HTTPS protocol *DHH, Prem Sichanugrist, and Josh Peek*

*   Added `rails plugin new` command which generates rails plugin with gemspec, tests and dummy application for testing *Piotr Sarnacki*

*   Added -j parameter with jquery/prototype as options. Now you can create your apps with jQuery using `rails new myapp -j jquery`. The default is still Prototype. *siong1987*

*   Added Rack::Etag and Rack::ConditionalGet to the default middleware stack *José Valim*

*   Added Rack::Cache to the default middleware stack *Yehuda Katz and Carl Lerche*

*   Engine is now rack application *Piotr Sarnacki*

*   Added middleware stack to Engine *Piotr Sarnacki*

*   Engine can now load plugins *Piotr Sarnacki*

*   Engine can load its own environment file *Piotr Sarnacki*

*   Added helpers to call engines' route helpers from application and vice versa *Piotr Sarnacki*

*   Task for copying plugins' and engines' migrations to application's db/migrate directory *Piotr Sarnacki*

*   Changed ActionDispatch::Static to allow handling multiple directories *Piotr Sarnacki*

*   Added isolate_namespace() method to Engine, which sets Engine as isolated *Piotr Sarnacki*

*   Include all helpers from plugins and shared engines in application *Piotr Sarnacki*
2011-12-16 12:32:50 +00:00
taca
7993916c50 Add and enable ruby-activemodel31 and ruby-activesupport31. 2011-12-16 12:23:25 +00:00
taca
8aa2024930 Importing devel/ruby-activemodel31 package version 3.1.3.
## Rails 3.1.1 (October 7, 2011) ##

*   Remove hard dependency on bcrypt-ruby to avoid make ActiveModel dependent on a binary library.
    You must add the gem explicitly to your Gemfile if you want use ActiveModel::SecurePassword:

    gem 'bcrypt-ruby', '~> 3.0.0'

    See GH #2687. *Guillermo Iguaran*

## Rails 3.1.0 (August 30, 2011) ##

*   Alternate I18n namespace lookup is no longer supported.
    Instead of "activerecord.models.admins.post", do "activerecord.models.admins/post" instead *José Valim*

*   attr_accessible and friends now accepts :as as option to specify a role *Josh Kalderimis*

*   Add support for proc or lambda as an option for InclusionValidator,
    ExclusionValidator, and FormatValidator *Prem Sichanugrist*

    You can now supply Proc, lambda, or anything that respond to #call in those
    validations, and it will be called with current record as an argument.
    That given proc or lambda must returns an object which respond to #include? for
    InclusionValidator and ExclusionValidator, and returns a regular expression
    object for FormatValidator.

*   Added ActiveModel::SecurePassword to encapsulate dead-simple password usage with BCrypt encryption and salting *DHH*

*   ActiveModel::AttributeMethods allows attributes to be defined on demand *Alexander Uvarov*

*   Add support for selectively enabling/disabling observers *Myron Marston*
2011-12-16 12:21:23 +00:00
taca
22e337f52b Importing devel/ruby-activesupport31 package version 3.1.3.
## Rails 3.1.1 (October 7, 2011) ##

*   ruby193: String#prepend is also unsafe *Akira Matsuda*

*   Fix obviously breakage of Time.=== for Time subclasses *jeremyevans*

*   Added fix so that file store does not raise an exception when cache dir does
    not exist yet. This can happen if a delete_matched is called before anything
    is saved in the cache. *Philippe Huibonhoa*

*   Fixed performance issue where TimeZone lookups would require tzinfo each time *Tim Lucas*

*   ActiveSupport::OrderedHash is now marked as extractable when using Array#extract_options! *Prem Sichanugrist*

## Rails 3.1.0 (August 30, 2011) ##

*   ActiveSupport::Dependencies#load and ActiveSupport::Dependencies#require now
    return the value from `super` *Aaron Patterson*

*   Fixed ActiveSupport::Gzip to work properly in Ruby 1.8 *Guillermo Iguaran*

*   Kernel.require_library_or_gem was deprecated and will be removed in Rails 3.2.0 *Josh Kalderimis*

*   ActiveSupport::Duration#duplicable? was fixed for Ruby 1.8 *thedarkone*

*   ActiveSupport::BufferedLogger set log encoding to BINARY, but still use text
    mode to output portable newlines. *fxn*

*   ActiveSupport::Dependencies now raises NameError if it finds an existing constant in load_missing_constant. This better reflects the nature of the error which is usually caused by calling constantize on a nested constant. *Andrew White*

*   Deprecated ActiveSupport::SecureRandom in favour of SecureRandom from the standard library *Jon Leighton*

*   New reporting method Kernel#quietly. *fxn*

*   Add String#inquiry as a convenience method for turning a string into a StringInquirer object *DHH*

*   Add Object#in? to test if an object is included in another object *Prem Sichanugrist, Brian Morearty, John Reitano*

*   LocalCache strategy is now a real middleware class, not an anonymous class
    posing for pictures.

*   ActiveSupport::Dependencies::ClassCache class has been introduced for
    holding references to reloadable classes.

*   ActiveSupport::Dependencies::Reference has been refactored to take direct
    advantage of the new ClassCache.

*   Backports Range#cover? as an alias for Range#include? in Ruby 1.8 *Diego Carrion, fxn*

*   Added weeks_ago and prev_week to Date/DateTime/Time. *Rob Zolkos, fxn*

*   Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! *Andrew White*

*   JSON decoding now uses the multi_json gem which also vendors a json engine called OkJson. The yaml backend has been removed in favor of OkJson as a default engine for 1.8.x, while the built in 1.9.x json implementation will be used by default. *Josh Kalderimis*
2011-12-16 12:15:16 +00:00
taca
afa02c7f01 Update ruby-rdoc package to 3.12.
=== 3.12 / 2011-12-15

* Minor enhancements
  * Added DEVELOPERS document which contains an overview of how RDoc works and
    how to add new features to RDoc.
  * Improved title for HTML output to include <code>--title</code> in the
    title element.
  * <code>rdoc --pipe</code> now understands <code>--markup</code>.
  * RDoc now supports irc-scheme hyperlinks.  Issue #83 by trans.

* Bug fixes
  * Fix title on HTML output for pages.
  * Fixed parsing of non-indented HEREDOC.
  * Fixed parsing of <code>%w[]</code> and other % literals.  Issue #84 by
    Erik Hollensbe
  * Fixed arrow replacement in HTML output munging the spaceship operator.
    Issue #85 by eclectic923.
  * Verbatim sections with ERB that match the ruby code whitelist are no
    longer syntax-highlighted.  Issue #86 by eclectic923
  * Line endings on windows are normalized immediately after reading with
    binmode.  Issue #87 by Usa Nakamura
  * RDoc better understands directives for comments.  Comment directives can
    now be found anywhere in multi-line comments.  Issue #90 by Ryan Davis
  * Tidy links to methods show the label again.  Issue #88 by Simon Chiang
  * RDoc::Parser::C can now find comments directly above
    +rb_define_class_under+.  Issue #89 by Enrico
  * In rdoc, backspace and ansi formatters, labels and notes without bodies
    are now shown.
  * In rdoc, backspace and ansi formatters, whitespace between label or note
    and the colon is now stripped.
2011-12-16 11:48:33 +00:00
taca
a381b838b2 Update ruby-loquacious package to 1.9.1.
== 1.9.1 / 2011-12-15

Bug Fixes
- Properly generate accessor method when merging
2011-12-16 11:46:20 +00:00
hiramatsu
fadabdb7ca Update p5-version to 0.95.
Changes from previous:
----------------------
2011-11-12  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.95' using shipit.
	[f76612f96814] [tip]

	* README, t/coretests.pm, vutil/vxs.xs:
	Turns out the XS code didn't prevent the math ops from working after
	all. Add a test to make sure we catch that and update README for
	release.
	[9f4e1ff7704c] [0.95]

	* t/06noop.t:
	Forgot to add test file for math noop methods
	[ca0bc8526ea5]

	* MANIFEST, vperl/vpp.pm:
	Restore 5.14.x behavior of UNIVERSAL::VERSION to pure Perl code
	[1dd0281f09b8]

	* t/coretests.pm, vutil/vutil.c, vutil/vutil.h, vutil/vxs.xs:
	Fix segfault with versions that start with 'v', especially
	'version'.
	[868edaf0223b]

2011-10-30  John Peacock  <john.peacock@havurah-software.org>

	* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/coretests.pm, vutil/lib/version/vxs.pm:
	Bump $VERSION in preparation for eventual release.
	[3bcfd3008cbc]

	* vutil/vxs.xs:
	Revert change to UNIVERSAL::VERSION replacement, pending ruling from
	the bench.
	[d5c1282dfe13]

	* vperl/vpp.pm:
	For some reason, nomethod doesn't work in pure Perl code, so be
	explicit about ops that are not allowed.
	[5cad9cde035e]

2011-08-21  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.94' using shipit.
	[743538f58cb7]

	* Makefile.PL, lib/version.pod, lib/version/Internals.pod:
	Tweak POD and add LICENSE to Makefile.PL. Resolves:

	 https://rt.cpan.org/Public/Bug/Display.html?id=70120
	[3a4fae29c763] [0.94]

	* MANIFEST, t/05sigdie.t:
	Add test to confirm that the $SIG{__DIE__} handling is correct.
	[4a421bba05c9]

	* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Prevent DIE handlers in user code from tripping up loading version.
	Don't know how this hasn't shown up until now. Resolves:

	 https://rt.cpan.org/Ticket/Display.html?id=70260
	[754fd86858af]
2011-12-16 06:13:39 +00:00
hiramatsu
0217c2aeb9 Update p5-UNIVERSAL-isa to 1.20110614.
Change from previous:
---------------------
1.20110613 2011-06-13 14:16:04 America/Los_Angeles
    - converted to Dist::Zilla
2011-12-16 06:12:45 +00:00
hiramatsu
ae3f8ffd6d Update p5-Test-Mock-LWP to 0.06.
Change from previous:
---------------------
0.06 - Sat Jul 16 10:26:33 PDT 2011
 - Update Makefile.PL and META.yml for RT #69466
2011-12-16 06:12:09 +00:00
drochner
8499401ecd update to 8.21
This is almost entirely a bug-fix release. The only new feature is
the ability to obtain the size of the memory used by the JIT compiler.
2011-12-15 15:39:21 +00:00
taca
822bc38cd6 Update ruby2ruby package to 1.3.1.
=== 1.3.1 / 2011-09-22

* 1 minor enhancement:

  * Added parenthesize to add parens in certain contexts.

* 10 bug fixes:

  * Add newline to 'do nothing' comment in a block... seems contrived. (andreacampi)
  * Binary operations not work properly with some complex statements. (smorss)
  * Fixed if statements with no body (smorss)
  * Fixed logic for call with hash args in various locations (smorss)
  * Fixed match3 on an assignment. (smorss)
  * Fixed multiple nested rescue/ensure exprs (larsch)
  * Fixed process_alias to parenthesize (smorss)
  * Fixed process_and to parenthenize only when it makes sense.
  * Fixed rescue with 2+ statements in resbody (smorss)
  * Regexps with options other than /o were not showing flags. (smorss)
2011-12-15 15:12:41 +00:00
taca
188d4a6836 Update ruby-subexec package to 0.2.0.
Changes are unknown but it looks like log file support have added.
2011-12-15 15:11:38 +00:00
taca
1d714624dc Update ruby-sexp-processor package to 3.0.9.
=== 3.0.9 / 2011-12-07

* 1 minor enhancement:

  * Add missing test for a ternary with nil without a space before the colon (brynary)

=== 3.0.8 / 2011-11-16

* 4 minor enhancements:

  * Add 6 missing ruby 1.9 tests (brynary)
  * Added new 1.9 hash tests to pt_testcase.rb
  * Version specific tests are now skipped at runtime, not test creation time
  * Added new block arg tests.

=== 3.0.7 / 2011-09-21

* 2 bug fixes:

  * Fixed and test to not have mandatory parens
  * Fixed r2r's handling of dregexp options
2011-12-15 15:10:58 +00:00
taca
c751295940 Update ruby-rcov pacakge to 0.9.11.
Change are unknown.
2011-12-15 15:10:13 +00:00
taca
4bae2e22e2 Update ruby-polyglot pacakge to 0.3.3.
Changes are unknown.
2011-12-15 15:09:30 +00:00
taca
05ef327621 Update ruby-pathname2 package to 1.6.5.
== 1.6.5 - 19-Sep-2011
* Added the String#to_path instance method. This returns a Pathname
  object.
* The architecture for the Windows gem is now "universal", and some
  gemspec dependencies were simplified.
2011-12-15 15:08:49 +00:00
taca
24e56fd0ae Update ruby-parsetree pacakge to 3.0.8.
=== 3.0.8 / 2011-09-27

* 1 minor enhancement:

  * ParseTree.translate now does 'include Mod' calls instead of including their methods directly
2011-12-15 15:08:08 +00:00
taca
dd2399affb Update ruby-parser package to 2.3.1.
=== 2.3.1 / 2011-09-21

* 2 bug fixes:

  * Fixed line numbers at end of special var+whitespace (larsch)
  * Holy crap I was smokin' something good... Fixed 1.9.3 warning
2011-12-15 15:07:27 +00:00
taca
c1e524ccf3 Update ruby-lockfile pacakge to 2.1.0.
(Changes for 2.1.0 is unknown.)

HISTORY
  2.0.0:
    - lock fires up a refresher thread when called without a block
2011-12-15 15:06:45 +00:00
taca
d731f1b9f8 Update ruby-little-plugger pacakge to 1.1.3.
== 1.1.3 / 2011-11-17

* 1 bug fix
  * Ensuring gem files are in a sorted order
2011-12-15 15:05:22 +00:00
taca
7c92509ff2 Update ruby-inline pacakge to 3.11.0.
=== 3.11.0 / 2011-09-27

* 1 major enhancement:

  * Removed Module#options

=== 3.10.1 / 2011-09-13

* 1 bug fix:

  * Fix crap_for_windoze to use RbConfig for RUBY_SO_NAME. (jasonrickman)
2011-12-15 15:04:43 +00:00
taca
5bcf95db55 Update hoe pacakge to 2.12.4.
=== 2.12.4 / 2011-11-28

* 3 bug fixes:

  * Fixed Hoe.read_utf to work on both 1.8 and 1.9. Unicode files FTW! (tenderlove)
  * Moved the rdoc dependency to the publish plugin from hoe-seattlerb.
  * Only load rdoc once to fix test loading bugs.
2011-12-15 15:03:47 +00:00
taca
2bdba196b1 Importing ruby-hike version 1.2.1.
Hike
====

Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.
2011-12-15 14:11:53 +00:00
wiz
6477cf5ec7 patch-aa is not necessary any longer, says gls@; remove it. 2011-12-15 12:29:50 +00:00
sbd
de325cf723 Many packages will prefer ncursesw over ncurses if its available (say as
a native library), so unless devel/ncurses/buildlink3.mk is being included
by ncursesw don't allow ncursesw to be used by causing linkage failure.
2011-12-15 07:37:38 +00:00
hiramatsu
9aebc79e6f Update p5-Test-Harness to 3.23.
Changes from previous:
----------------------
3.23    2011-02-20
        - Merge in changes from core. Thanks BinGOs.
        - Made SourceHandler understand that an executable binary file
          is probably an executable.
        - Added workaround for Getopt::Long 2.25 handling of
          multivalue options. Fixes test failure on stock perl 5.6.2.
2011-12-15 05:53:25 +00:00
hiramatsu
2064181d75 Update p5-Test-Pod-Spelling-CommonMistakes to 1.000.
Change from previous:
---------------------
1.000
	Released: 2011-02-21 23:38:36 UTC

	Converted to Dist::Zilla for the release process!
2011-12-15 02:15:40 +00:00
hiramatsu
654d5599bc Update p5-Log-Dispatch-Config to 1.04.
Change from previous:
---------------------
1.04  Thu Apr 14 14:55:20 PDT 2011
        - Fix 02_log.t RT:62438
2011-12-15 02:15:16 +00:00
hiramatsu
b32e9e8c5b Update p5-Log-Dispatch to 2.29.
Change from previous:
---------------------
2.29

- Add is_$level methods for compatibility with Log::Contextual. Patch by frew.
2011-12-15 02:14:44 +00:00
taca
d2fa0e92f9 Update ruby-highline package to 1.6.8.
= Change Log

Below is a complete listing of changes for each revision of HighLine.

== 1.6.8

* Fix missing <tt>ERASE_CHAR</tt> reference (by Aaron Gifford).

== 1.6.7

* Fixed bug introduced in 1.6.6 attempted fix (by Aaron Gifford).

== 1.6.6

* Fixed old style references causing <tt>HighLine::String</tt> errors (by Aaron Gifford).
2011-12-14 17:04:56 +00:00
taca
7dc21ea096 Update ruby-gemcutter package to 0.7.1.
Changes are unknown.
2011-12-14 17:04:15 +00:00
taca
9af78907f2 Update ruby-ffi package to 1.0.11.
Changes are Unknown but it looks like made better support for FreeBSD
and NetBSD.
2011-12-14 17:03:07 +00:00
taca
c2f3b4f912 Depending on devel/ruby-i18n_05 instead of devel/ruby-i18n.
Since there was a small window having bad dependency, bump PKGREVISION.
2011-12-14 16:21:53 +00:00
taca
04aa5e3412 Add and enable ruby-i18n_05. 2011-12-14 16:19:02 +00:00
taca
5590f33a95 Importing ruby-i18n version 0.5.0 as ruby-i18n_05. It is still
needed by devel/ruby-activemodel (activemodel 3.0.11).
2011-12-14 16:18:30 +00:00
gdt
f7d78f3b8d Clarify DESCRs to explain what is in which package. It's particularly
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-14 15:27:25 +00:00
manu
431aff7a4e Update SOPE and SOGo to 2.0.0b3 (bug fixes) 2011-12-14 15:02:24 +00:00
hiramatsu
85fce5d1c1 Update p5-namespace-autoclean to 0.13.
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-14 11:02:00 +00:00
hiramatsu
4e839e363f Update p5-Test-File-Contents to 0.20.
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-14 11:01:39 +00:00
agc
513abc7b02 bring over patch from -current sources from Gregor Riepl
patch to define fixed width integer types before they're used in iscsi.h

makes this build on Darwin
2011-12-14 07:30:42 +00:00
hiramatsu
78bb42ec00 Update p5-Test-Weaken to 3.006000.
Changes from previous:
----------------------
3.006000 Mon Nov 15 20:52:06 2010
        * Documentation changes
        * Added Test::Weaken::Gtk2 to SEE ALSO
2011-12-14 03:14:06 +00:00
hiramatsu
22e414ec6a Add p5-MooseX-CompileTime-Traits. 2011-12-14 03:13:20 +00:00
hiramatsu
fe9eb948b1 Import MooseX::CompileTime::Traits into devel/p5-MooseX-CompileTime-Traits,
which is required to update www/p5-POE-Component-Server-PSGI.

MooseX::CompileTime::Traits allows role application at compile time via use
statements. What this class does is provide an import method that will apply
each of the roles (along with any arguments for parameterized roles).
2011-12-14 03:12:16 +00:00
sbd
45a9125c16 Regenerate diffs for GNU patch. 2011-12-14 03:05:04 +00:00
sbd
407e4bc9fd Revert following commit (gdb doesn't confict with autoconf):
Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Tue Dec 13 06:58:09 UTC 2011

   Modified Files:
	   pkgsrc/devel/gdb: Makefile distinfo
	   pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_configure.in
   Added Files:
	   pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_config.in
	       patch-gdb_gdbserver_configure

   Log Message:
   This package can't use autoconf as to conflicts with it.


   To generate a diff of this commit:
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/gdb/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/gdb/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_config.in \
       pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_configure
   cvs rdiff -u -r1.1 -r1.2 \
       pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_configure.in
2011-12-14 02:29:30 +00:00
sbd
809486b428 Update CONFLICTS so that devel/gdb doesn't conflict with autoconf.
Bump PKGREVISION.
2011-12-14 02:03:25 +00:00
taca
923cacd1e4 Update ruby-i18n package to 0.6.0.
Exact changes are unknown.
2011-12-13 16:09:56 +00:00
taca
d92040a905 Switch to use RUBY_RAILS_SUPPORTED and allow 31 here. 2011-12-13 15:55:20 +00:00
taca
26130915b1 * Switch to use RUBY_RAILS_SUPPORTED.
* Don't hard code RUBY_RAILS3_VERSION in DISTNAME.
2011-12-13 15:54:19 +00:00
taca
7a6d32914d * Switch to use RUBY_RAILS_SUPPORTED.
* Don't hard code RUBY_RAILS2_VERSION in DISTNAME.
2011-12-13 15:53:37 +00:00
taca
bed1079da3 * Switch to use RUBY_RAILS_SUPPORTED.
* Allow dependency to newer ruby-i18n.

Bump PKGREVISION.
2011-12-13 15:53:03 +00:00
taca
25227a4a92 Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:51:17 +00:00
taca
8ebe0b7b63 * Switch to use RUBY_RAILS_SUPPORTED.
* Don't hard code RUBY_RAILS2_VERSION in DISTNAME.
2011-12-13 15:50:49 +00:00
hiramatsu
49690ddf6d Update p5-Proc-Simple to 1.30.
Changes from previous:
----------------------
  From 1.29:
	     [RT 69782] Zefram reported race condition in t/sh-c.t,
	     fixed by adding polling loop.

	     Found that kill(-sig, pid) sometimes fails with
	     'process id not found' although a previous kill(0, pid)
	     succeeded. This is a race condition condition caused
	     by a newly forked child that hasn't called setsid() yet
	     and therefore its new process group id doesn't exist yet,
	     although the child responds to poll(). kill() now
	     deals with this case.
  From 1.28:
	     [RT 69103] Typo fix by Salvatore Bonaccorso
	     Added support for processes called via 'sh -c' by
	     system() (see "Shell Processes" note in the manpage).
  From 1.27:
	     [RT 62802] Pod fix by Salvatore Bonaccorso
	     [RT 63833] Applied patch to stop reaping PIDs of
	       no longer existing processes (submitted by perlbotics).
	     Added licensizer
	     [RT 63833] (second part) Added cleanup() class method
	     to delete timing data of reaped processes, avoiding
	     infinite memory growth on long-running processes

  From 1.26: [RT 62285] Pod fix for redirect_output()
	     Fixed github link
2011-12-13 12:30:46 +00:00
hiramatsu
928412912a Update p5-libs-abs to 0.92.
Change from previous:
---------------------
0.92    2010-11-15
        Added "WHY" section into POD
2011-12-13 12:29:02 +00:00
hiramatsu
ec400b5595 Update p5-Test-Requires to 0.06.
Change from previous:
---------------------
0.06
        - support Perl 5.6.0 or later. Because Mouse need to support it.
          (gfx)
2011-12-13 12:28:37 +00:00