Commit graph

174506 commits

Author SHA1 Message Date
wiz
85ad3d50bc Initial import of p5-Digest-Perl-MD5-1.8:
Perl implementation of Ron Rivests MD5 Algorithm.
2011-08-16 22:30:06 +00:00
asau
ab778e2899 Updated lang/racket-textual to 5.1.3 2011-08-16 22:29:40 +00:00
asau
57616a66f3 Updated lang/racket to 5.1.3 2011-08-16 22:29:24 +00:00
asau
d163372c1d Update Racket to version 5.1.3
Changes in Racket 5.1.3

This is a bugfix release, resolving the DrRacket issue with
the contour view.  In addition, two tex files with problematic
licensing were removed.


Changes in Racket 5.1.2

* The download page includes 64-bit installers for Mac OS X,
  Windows, and two Debian flavors.  Racket now supports OS X Lion.

* Racket now includes a new `racket/place' library to support
  parallelism, complementing `racket/future'.  Racket's parallel
  build process is now based on places instead of multiple OS
  processes.

  Places support share-nothing parallelism and message-passing
  communication.  Compared to futures, places are heavyweight, but
  they have a simpler performance model.

* The syntax-certificate system has been replaced by a syntax-taint
  system.  Both certificates and taints were designed to protect
  otherwise inaccessible bindings from abuse when they appear in
  macro expansions.  Taints are simpler and lighter, and the switch
  closes known holes in the certificate system.  Macros that are not
  implemented with `syntax-rules' or `define-syntax-rule', however,
  must explicitly use `syntax-protect' to protect their expansions
  from abuse.

* The `net/url' library supports HTTPS connections, but beware that
  by default all sites are accepted (equivalent to ignoring a
  browser's warnings about untrusted certificates).

* Error messages in the student languages use a simplified
  vocabulary and consistent phrasings.  If you maintain curriculum
  material or teachpacks then please consider updating.  See the
  "Error Message Composition Guidelines" section in the
  documentation for details.

* Typed Racket: almost all core Racket data structures and
  operations are now accessible in Typed Racket (most of this work
  is due to prolific contributor Eric Dobson).  The performance of
  the typechecker has been significantly improved.

* The `scriblib/bibtex' library supports BibTeX-formatted citation
  databases in Scribble documents.  BibTeX can be tricky to parse,
  so please report failed entries as bug reports.

* The `for' forms now support an `#:unless' clause, and a
  nonnegative integer can be used as a sequence.  The new `compose1'
  function creates single-valued composition functions.  The
  `racket/function' library now provides `identity', `thunk', and
  `thunk*'.

* The license has been clarified: we now use LGPLv2.1 uniformly.
  (The license file used to specify LGPLv2, contrary to the download
  pages.)
2011-08-16 22:28:54 +00:00
wiz
aeae83250a Updated math/p5-Math-Random-MT to 1.12 2011-08-16 22:23:57 +00:00
wiz
16f05d28e8 Update to 1.12:
1.12    2010-09-29      Abhijit Menon-Sen <ams@toroid.org>

    * Fix OS X build failure reported by Daniel Barker and fixed by
      Tokuhiro Matsuno.
2011-08-16 22:23:46 +00:00
wiz
422751126e Updated math/p5-Math-BigInt-Pari to 1.16 2011-08-16 22:23:05 +00:00
wiz
1dad4789ce Update to 1.16:
2011-02-26 v1.16 pjacklam (6153 tests)
 * Change bigintpm.inc to reflect recent changes in the Math::BigInt
   distribution (Peter John Acklam).

2011-02-10 v1.15 pjacklam (6151 tests)
 * Include latest version of test scripts from Math-BigInt (closes RT #65580)
   (Peter John Acklam).
 * Add 00sig.t for testing SIGNATURE, and 01load.t for basic module loading and
   giving diagnostics useful for bug tracking (Peter John Acklam).
 * Rename pod.t to 02pod.t and pod_cov.t to 03podcov.t and use more generic
   code (Peter John Acklam).
 * Clean up whitespace (Peter John Acklam).
2011-08-16 22:22:56 +00:00
wiz
c22a6f8555 Updated math/p5-Math-BigInt-GMP to 1.36 2011-08-16 22:21:55 +00:00
wiz
bea78fb613 Update to 1.36:
2011-02-26 v1.36 pjacklam (6362 tests)
  * Change bigintpm.inc to reflect recent changes in the Math::BigInt
    distribution (Peter John Acklam).
  * Use a _nok() function more similar to the one in Math::BigInt::Calc
    (Peter John Acklam).

2011-02-08 v1.35 pjacklam (6361 tests)
  * Rename files for testing signature, module loading, and POD so the names
    are within the 8+3 character limit (Peter John Acklam).
  * Rename method _nok_ok() to the correct _nok(). There ought to have been a
    test catching an error like that (Peter John Acklam).
  * Fix _nok() giving wrong output when second input argument is zero
    (Peter John Acklam).
  * Fix _nok() so it doesn't modify its second input arg (Peter John Acklam).
  * Update the included Devel::CheckLib to most recent version as suggested in
    RE #63055 (Peter John Acklam).
  * Apply "chmod 0644" to the few test scripts that don't already have that
    mode (Peter John Acklam).

2011-02-07 v1.34 pjacklam (6361 tests)
  * Rename _num() to _str(). The old _num() did exactly what _str() is supposed
    to do, according to the API documentation (Peter John Acklam).
  * Add a _num() function which (currently) simply numifies the output from
    _str() (Peter John Acklam).
  * Clean up whitespace (Peter John Acklam).
  * Fix POD errors (Peter John Acklam).
  * Add _nok() method. Now the old claim that Math::BigInt::GMP conforms to API
    version 2 is actually true (Peter John Acklam).
  * Edit the test files that were copied from the Math::BigInt distribution, so
    we now test Math::BigInt against Math::BigInt::GMP, not Math::BigInt::Calc.
    I had forgotten this when I copied the test files from the Math::BigInt
    distribution. This reduces the total test count, since some test are not
    executed with Math::BigInt::GMP (Peter John Acklam).
  * Replace morse code in 'README' with proper text (Peter John Acklam).
  * Include '01-load.t' for explicitly testing module loading (Peter John
    Acklam).
  * Use more generic code in 'pod.t' and 'pod_cov.t' (Peter John Acklam).

2011-01-30 v1.33 pjacklam (6411 tests)
  * Fix _modinv() so that it works the same way as _modinv() in other
    Math::BigInt libraries: The output arguments are an object and the
    corresponding sign, not undef (Peter John Acklam).
  * Include most recent versions of the test files from the Math-BigInt
    distribution (bigfltpm.inc, bigfltpm.t, bigintpm.inc, bigintpm.t,
    biglog.t, and bigroot.t) (Peter John Acklam).
  * Include generic SIGNATURE test file (Peter John Acklam).
  * Required version of Math::BigInt is now 1.99_05 (Peter John Acklam).
2011-08-16 22:21:45 +00:00
wiz
2894909fd0 Updated math/p5-Math-BaseCnv to 1.8 2011-08-16 22:18:44 +00:00
wiz
cd34b84982 Update to 1.8:
- 1.8.B59BrZX Mon May 9 11:53:35:33 2011
      * updated 'url' digit set to URLSafe to resolve
      HTTPS://RT.CPAN.Org/Ticket/Display.html?id=60125

      * updated license copyright years (already had GPLv3)
2011-08-16 22:18:34 +00:00
wiz
1d1b679fd3 Updated math/p5-Math-Base36 to 0.09 2011-08-16 22:16:49 +00:00
wiz
ce67b0139a Update to 0.09:
0.09  Mon Dec 06 2010
    - explicit use of of Math::BigInt to avoid confusing Devel::Cover

0.08  Mon Dec 06 2010
    - don't short-circuit encoding '0' so it gets proper padding.
2011-08-16 22:16:40 +00:00
wiz
e7f50e67e8 Updated math/p5-Excel-Template to 0.33 2011-08-16 22:15:51 +00:00
wiz
9a8328bdb2 Update to 0.33:
0.33 Sun Feb 20 20:07:43 CET 2011
    Implemented the COMMENT argument
2011-08-16 22:15:42 +00:00
wiz
3e2549ea51 Updated devel/p5-pango to 1.222 2011-08-16 22:14:03 +00:00
wiz
c33cf6bfc4 Update to 1.222:
Overview of changes in Pango 1.222
==================================

* Don't leak Pango::Attribute objects.
* Fix a few test failures.
2011-08-16 22:13:54 +00:00
abs
6f318248e1 64 bit linux systems deserve a 64 bit java runtime 2011-08-16 22:13:23 +00:00
wiz
986fe4eda8 Updated devel/p5-Locale-Msgfmt to 0.15 2011-08-16 22:12:21 +00:00
wiz
c79a027a37 Update to 0.15:
0.15    Nov 07, 2010
        - General code cleaning (ADAMK)
        - Changes to Module::Install::Msgfmt to make it compatible with
          Module::Install::Share. (ADAMK)
        - Moved script from bin/ to script/ (ADAMK)
        - Moved private tools from dev to private (ADAMK)
        - Picking 5.008005 as our minimum Perl to ensure solid Unicode support (ADAMK)
        - Converted the Build.PL to a Module::Install Makefile.PL (ADAMK)
        - Fixed it so that it actually works (AZAWAWI)
2011-08-16 22:12:12 +00:00
abs
5a745f4f87 64 bit linux systems deserve a 64 bit java runtime 2011-08-16 22:11:42 +00:00
wiz
7221fb60f9 Updated x11/p5-gtk2 to 1.224 2011-08-16 22:10:24 +00:00
wiz
b79abab626 Update to 1.224:
Overview of changes in Gtk2 1.224
=================================

* Fix a few test failures.

Overview of changes in Gtk2 1.223
=================================

* Cope with the rename of the keysym defines in gtk+ 2.22
* Correct the memory management in Gtk2::Gdk::Window->new
* Fix a test failure in GtkBuilder.t
2011-08-16 22:10:14 +00:00
wiz
b3bc82c319 Updated x11/p5-Alien-wxWidgets to 0.52 2011-08-16 22:03:45 +00:00
wiz
cc67200471 Update to 0.52, changes undocumented. 2011-08-16 22:03:34 +00:00
wiz
9f62cd1e77 Updated multimedia/p5-GStreamer to 0.16 2011-08-16 21:55:43 +00:00
wiz
37e5ca1624 Update to 0.16. Changes undocumented. 2011-08-16 21:55:34 +00:00
wiz
295c6a5b5e Updated graphics/p5-Chart to 2.4.2 2011-08-16 21:53:50 +00:00
wiz
1798397ed3 Update to 2.4.2. Set LICENSE.
2.4.2 Changes done by R. Dassing, Michael Potter
      Base.pm:
      The values for 'true' resp. 'false' may be of the following
      true: TRUE, true, T, t, 1 and defined
      false: FALSE, false, F, f, 0 or undefined

      Base.pm:
      Added new options xlabel and xrange which is valid for xy_plot
      and Chart::Lines, Chart::Points, Chart::LinesPoints,
      Chart::Split, Chart::ErrorBars.

      In order to use the labels, the chart module needs to have 'xlabels'
      AND 'xrange' set. Below is some example code for use:
      @labels = (['Jan', 'Feb','Mar'],
                 ['10','40','70']);
      $chart->set( xlabels => \@labels,
                   xrange => [0,100] );
      This options allow to set and position labels at the x-axis arbitrary.

      add_dataset() and app_pt() accepts now datasets as lists and as
          references to list like already mentioned in the docs


      Pie.pm:
      Optimized organisation of the placement of the labels.
      Added flag to avoid plotting of legends at all
      Using GD Version 2.0.36 as this version supports 'filledArc'

      Composite.pm:
      Correction due to Request 23166
      write the endmost value of input array
      in imagemap_data array

      Lines.pm:
      Correction due to Request 23166:
      write the endmost value of input array
      in imagemap_data array
2011-08-16 21:53:41 +00:00
wiz
62e2f9464d Updated graphics/p5-cairo to 1.062 2011-08-16 21:51:42 +00:00
wiz
9af76e8024 Update to 1.062:
Overview of changes in Cairo 1.062
==================================

* Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid
  segfaults
* Add two new example programs
* Fix test failures
2011-08-16 21:51:30 +00:00
wiz
d49f02a045 Updated geography/p5-Geo-Distance to 0.17 2011-08-16 21:49:36 +00:00
wiz
e6de698dfb Update to 0.17:
0.17      2011-06-28
 - Fix circular package dependencies with Geo::Distance::XS (not really
   an issue practically, but then again it wasn't really helping).
2011-08-16 21:49:27 +00:00
wiz
dc31d36290 Updated fonts/p5-Font-TTF to 0.48 2011-08-16 21:48:17 +00:00
wiz
53f6e7be6c Update to 0.48. Changes undocumented.
Set LICENSE.
2011-08-16 21:48:05 +00:00
wiz
d9b169e666 Updated finance/p5-Locale-Currency-Format to 1.30 2011-08-16 21:45:24 +00:00
wiz
da11e48f93 Update to 1.30, changes not documented. 2011-08-16 21:45:12 +00:00
wiz
38fde5241e Updated devel/p5-CPAN-Reporter to 1.2002 2011-08-16 21:39:51 +00:00
wiz
af5350f429 Update to 1.2002.
1.2002    2011-08-10 17:52:08 America/New_York

  [BUG FIXES]

  - Fix failing tests on systems without
    Test::Reporter::Transport::Metabase
  - Minor test cleanups for use with 'prove'
2011-08-16 21:39:41 +00:00
wiz
6d5023611c Updated devel/p5-ExtUtils-MakeMaker to 6.59nb1 2011-08-16 21:37:55 +00:00
wiz
af7abe4679 Add two missing dependencies; fixes conflict with p5-File-Copy-Recursive.
Bump PKGREVISION.
2011-08-16 21:37:44 +00:00
wiz
db560f27a7 Added devel/p5-CPAN-Meta version 2.112150 2011-08-16 21:33:26 +00:00
wiz
336785278b + p5-CPAN-Meta. 2011-08-16 21:33:03 +00:00
wiz
1ba5dd7058 Initial import of CPAN-Meta-2.112150.
Software distributions released to the CPAN include a META.json
or, for older distributions, META.yml, which describes the
distribution, its contents, and the requirements for building and
installing the distribution. The data structure stored in the
META.json file is described in CPAN::Meta::Spec.

CPAN::Meta provides a simple class to represent this distribution
metadata (or distmeta), along with some helpful methods for
interrogating that data.
2011-08-16 21:30:20 +00:00
wiz
213dad73e0 Updated devel/p5-App-perlbrew to 0.28 2011-08-16 21:11:40 +00:00
wiz
bdf5e8a95f Update to 0.28, add some missing dependencies.
0.28:
- fixes for cpantester
- Fix 'switch' and 'use' for bash users, by Woody2143++
- The standalone `perlbrew` file is now packed with fatpacker, by running `dev-bin/build.sh`. `perl Makefile.PL` does no trigger a re-build anymore.
- Update the installer to grab patchperl 0.46
2011-08-16 21:11:30 +00:00
wiz
49d22dc4a0 + p5-Test-Spec 2011-08-16 21:05:26 +00:00
wiz
a9c665adea Initial import of p5-Test-Spec-0.38:
This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a.
examples) are named with strings instead of subroutine names, so
your fingers will suffer less fatigue from underscore-itis, with
the side benefit that the test reports are more legible.
2011-08-16 21:04:55 +00:00
wiz
7b5486c2b6 Updated devel/p5-Package-Stash to 0.31 2011-08-16 21:02:01 +00:00