Commit graph

157872 commits

Author SHA1 Message Date
obache
f22112cbd1 Import pstotext-1.9 as converters/pstotext.
Packaged by Stefan Schaeckeler in pkgsrc-wip.

Pstotext extracts plain-text from postscript files (and somewhat less
reliable from pdf files).
2010-04-25 12:46:19 +00:00
seb
05627fe6b2 Updated devel/p5-ExtUtils-XSpp to 0.10 2010-04-25 12:08:01 +00:00
seb
01d32266ec Update p5-ExtUtils-XSpp from version 0.09 to version 0.10.
Pkgsrc changes:
- Adjust dependencies.

Upstream changes:
0.10  Wed Apr 14 19:20:00 CET 2010
	- Now requires ExtUtils::ParseXS 0.2202.
	- C++ Exceptions can now be handled with code much like typemaps
	  %exception{Name}{Exception}...
	  int MethodFoo() %catch{Name};
	  Detailed documentation in ExtUtils::XSpp::Exception.
	- Grammar simplifications.
	- Fixed 'methods' argument of Class node constructor.
	- Parse 'static' as a synonym of 'package_static'.
	- Parse pure virtual functions correctly.
2010-04-25 12:07:52 +00:00
seb
73ac098a7e Updated devel/p5-ExtUtils-CBuilder to 0.27.03 2010-04-25 11:18:52 +00:00
seb
b1d84279bf Update p5-ExtUtils-CBuilder from version 0.27.02 (upstream version 0.2702)
to version 0.27.03 (upstream version 0.2703).

Upstream changes:
0.2703 - Tue Mar 16 17:10:55 EDT 2010

 Bugs fixed:
 - fixed tests for Windows and MSVC [Jan Dubois]
2010-04-25 11:18:38 +00:00
seb
2fb99caeb9 Updated devel/p5-Exception-Class to 1.30 2010-04-25 11:00:35 +00:00
seb
27a68fbcd4 Update p5-Exception-Class from version 1.29 to version 1.30.
Pkgsrc changes:
- Adjust LICENSE

Upstream changes:
1.30 Mar 20, 2010

- Added the ability to create light weight exceptions, which don't record a
  stack trace or any other context info (time, pid, etc.). This is done by
  setting $class->NoContextInfo to a true value for the exception class. Based
  on a patch by Graham Barr. RT #54826.
2010-04-25 11:00:11 +00:00
tron
0a86b59cb2 Don't hardcode Python version number. This fixes the build with Python 2.6. 2010-04-25 00:02:20 +00:00
asau
c3d5ce58d7 Don't reverse CPPFLAGS.
Submitted by Taylor Campbell in PR 42757
2010-04-24 21:27:36 +00:00
joerg
7c8b28f099 Regen 2010-04-24 21:11:25 +00:00
joerg
322f735612 Update to bmake-20100423 2010-04-24 21:10:52 +00:00
joerg
0a4d62db9c Merge for bmake-20100423 2010-04-24 21:10:29 +00:00
asau
bdfecad16e Use BSD_INSTALL_LIB to install shared objects.
Rediscovered by Taylor R. Campbell in PR 43205
2010-04-24 20:58:36 +00:00
joerg
439a4b4273 Import bmake-20100423:
- Fixes for vfork(), bogus $TMPDIR, .export and realpath(3)
- boot-strap fixes to allow -m .../mk, no default use of /usr/share/mk
  on !NetBSD, honor --with-default-sys-path
- Other small improvements
2010-04-24 20:33:57 +00:00
seb
97d80e7c3a Updated devel/p5-Devel-Cover to 0.66 2010-04-24 20:00:24 +00:00
seb
f4ac44e75a Update p5-Devel-Cover from version 0.65 to version 0.66.
Upstream changes:
Release 0.66 - 12th April 2010
 - Move to faster method of collecting data.  Could be up to twice as fast now.
 - Add -replace_ops options to be able to revert to previous collection method.
 - Test against 5.12.0 and update tests as necessry.
 - Work better with non-existent databases.
 - XS fixes related to overriding ops rather than replacing runops
   (Florian Ragwitz).
 - Don't chmod created directories (mkdir should suffice).
2010-04-24 20:00:13 +00:00
dholland
05a45199a4 The time_t changes made the gum holding the logic together fall off.
Scrape it up and stick it back on again. Fixes build on -current.
2010-04-24 19:52:23 +00:00
dholland
1290c13b1b Hack around build problem with -current's lex. 2010-04-24 19:36:14 +00:00
dholland
ed7a7ac02e Fix energizer-bunny-makefiles. 2010-04-24 19:28:31 +00:00
seb
67d34cf405 Updated devel/p5-Devel-Caller to 2.05 2010-04-24 19:25:13 +00:00
seb
36135fa25d Update p5-Devel-Caller from version 2.04 to version 2.05.
Pkgsrc changes:
- Change CPAN HOMEPAGE flavor

Upstream changes:
2.05 Thursday 8th April, 2010
	Don't call B::PADOP->gv.  Work by by Florian Ragwitz
	248a23390e
2010-04-24 19:24:50 +00:00
seb
62bd0653d1 Updated devel/p5-Data-Section to 0.100.770 2010-04-24 19:11:24 +00:00
seb
9ca86c3f9a Update p5-Data-Section from version 0.100.270 (upstream version
0.100270) to version 0.100.770 (upstream version 0.100770).

Upstream changes:
0.100770  2010-03-18 08:05:46 America/New_York
          this release's changes courtesy of Tatsuhiko Miyagawa:
          __END__ now ends the whole data section; ignore_end may come someday
          empty data lines between __DATA__ and first section are ignored
2010-04-24 19:11:12 +00:00
seb
747aa1d0a1 Updated devel/p5-Config-General to 2.48 2010-04-24 18:58:44 +00:00
seb
471c1010aa Update p5-Config-General from version 2.44 to version 2.48.
Approved by MAINTAINER.

Upstream changes:
 2.48
	- arg, uploaded the wrong file to pause, so another version
	  bump up.
	- fixed typos in pod section for -ForceArray.

 2.47
	- fixed rt.cpan.org#53759 by adding new option -ForceArray.
	  when enabled a single config value enclosed in [] will become
	  an array forcefully.
	- fixed typo in license: it is "artistic", not "artificial".

 2.46
	- fixed rt.cpan.org#56370: there was a sort() call in _store()
	  left, which lead to sorted arrays even if -SaveSorted were
	  turned off.

 2.45
	- fixed rt.cpan.org#50647 escaping bug. Now escaped $ or
	  backslash characters are handled correctly (across save too)
	- fixed rt.cpan.org#52047, tied hash will remain tied
	  when savong to a file.
	- fixed rt.cpan.org#54580, preserve single quotes during
	  variable interpolation corrected. No more using rand()
	  to mark single quotes but an incrementor instead.
	- fixed rt.cpan.org#42721+54583, empty config values will no
	  more handed over to interpreting methods (as interpolate
	  or autotrue and the like) but returned as undef untouched.
2010-04-24 18:58:32 +00:00
seb
daa327a117 Updated devel/p5-Data-Dump-Streamer to 2.13 2010-04-24 18:57:45 +00:00
seb
393c5ffafe Update from version 2.09 to version 2.13.
Upstream changes:
2.13 (2010-04-05)

No really, *actually* removed re.pm debugging code

2.12 (2010-04-05)

Removed re.pm debugging code (which also broke compat w/ perl-5.8

2.11 (2010-04-04)

perl-5.12.0 blesses file handles into IO::File, not IO::Handle

2.10 (2010-04-04)

Perl-5.12.0 has:
  - qr// as a native
  - $! isn't auto-filled with 'Bad file descriptor' as often
2010-04-24 18:57:34 +00:00
tonio
8753528649 Update lang/camlp5 to 5.13 2010-04-24 18:41:35 +00:00
tonio
5bdd8ce6bc Update lang/camlp5 to 5.13
The update lets camlp5 and what depends on it work with the updated ocaml.

Changes:
* Added compatibility with OCaml 3.11.2.
* Updated compatibility with OCaml 3.12.0.
* Added 'lazy' patterns (added in OCaml version 3.11).
* Fixed bug in pr_r.cmo: did not always break after "in" (in
  "let..in" statements) even with -flag l.
* Fixed bug in pr_r.cmo: missing case "#use" for structure and
  signature items.
2010-04-24 18:40:43 +00:00
seb
d58b704022 Updated devel/p5-CPAN-DistnameInfo to 0.10 2010-04-24 17:35:24 +00:00
seb
1757a2e277 Update p5-CPAN-DistnameInfo from version 0.09 to version 0.10.
Upstream changes:
0.10 -- Sat Mar 27 15:04:54 CDT 2010
  * Support -TRAIL in distribution version to indicate developer release
2010-04-24 17:35:01 +00:00
seb
cdbbd5fba3 Updated devel/p5-Config-GitLike to 1.04 2010-04-24 17:17:13 +00:00
seb
7a8b3f0c12 Update p5-Config-GitLike from version 1.02 to version 1.04.
Pkgsrc changes:
- Set LICENSE

Upstream changes:
1.04 - 2010-04-03

* The functionality of Config::GitLike::Cascaded has been folded into
  Config::GitLike as a "cascade" option, and the subpackage is now
  deprecated. (alexmv)
* Config::GitLike::Git->new->load("/path/to/git") when the path is
  lacking a ".git", or is a bare repository, now works. (alexmv)
* Fixed a bug wherein the home directory config file would be loaded
  twice, causing all values to be multiple, if that was your cwd.
  Reported by rjbs. (alexmv)
* Allow explicitly calling ->load_file without previously having
  called ->load (alexmv)

1.03 - 2010-01-03

* Filter without replace_all should only replace the _first_ match (alexmv)
* Having a matching filter with multiple and not replace_all does mean
  replacement (alexmv)
* Fix a test that failed because multiple now works, and we're too smart
  (alexmv)
* Fix for when ->set_multiple called with no arguments (alexmv)
2010-04-24 17:17:01 +00:00
gls
0bfb170b1a Note update of math/py-numpy to 1.4.1 2010-04-24 17:15:15 +00:00
gls
26e6744152 Update to 1.4.1.
From Wen Heping in PR pkg/43204.

This minor release removes datetime support, which fixes the binary
incompatibility issues with SciPy and other packages. It also includes several
bug fixes. No new features are introduced.

Bugs fixed
----------
- #1336: Fix for 1299 exposes Bus error on Sparc
- #1379: CPU ID not set correctly on PARISC
- #1388: frombuffer calls PyErr_Format without throwing an error
- log1p
- kaiser for M=1
- paver execution on Windows 7 for Python 2.6
- several fixes to Chebyshev and Polynomial
2010-04-24 17:13:55 +00:00
seb
265931981c Updated devel/p5-common-sense to 3.2 2010-04-24 16:50:28 +00:00
seb
f5d7909424 Update p5-common-sense from version 3.1 to version 3.2.
Upstream changes:
3.2  Fri Apr 16 01:46:02 CEST 2010
	- removed "substr" warning - while it overall is a good category,
          "substr '', 2" is entirely sensible.
2010-04-24 16:50:16 +00:00
seb
72770edd46 Updated devel/p5-Class-Adapter to 1.07 2010-04-24 16:46:29 +00:00
seb
ae86d967cc Update p5-Class-Adapter from version 1.06 to version 1.07.
Upstream changes:
1.07 Mon 12 Apr 2010
	- Upgrading to Module::Install 0.95
	- I accidentally deleted Class::Adapter from the CPAN. erk!
2010-04-24 16:46:16 +00:00
seb
9f1f7579e5 Updated devel/p5-Attribute-Lexical to 0.002 2010-04-24 16:34:14 +00:00
seb
b0d624bb6a Update p5-Attribute-Lexical from version 0.001 to version 0.002.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
version 0.002; 2010-04-11

  * bugfix: require bugfixed version of Lexical::SealRequireHints (for
    passing package through to required code in pure-Perl version of
    Lexical::SealRequireHints)

  * make all numeric comparisons against $] stringify it first, to avoid
    architecture-dependent problems with floating point rounding giving
    it an unexpected numeric value

  * change Attribute::Lexical::UNIVERSAL POD filename from a .pm to the
    .pod that it should have been

  * in Build.PL, explicitly declare configure-time requirements

  * add MYMETA.yml to .cvsignore
2010-04-24 16:33:57 +00:00
seb
47092017a5 Updated devel/p5-Lexical-SealRequireHints to 0.003 2010-04-24 16:22:31 +00:00
seb
0037335eca Update p5-Lexical-SealRequireHints from version 0.002 to version 0.003.
Upstream changes:
version 0.003; 2010-04-10

  * bugfix: in pure-Perl implementation, make sure ambient package (from
    which require is invoked) is passed on correctly to the code in the
    required file, on those Perls where it is so inherited

  * in XS, use macros to avoid explicit passing of aTHX, in the manner
    of the core

  * in XS, avoid using "class" as a variable name, for compatibility
    with C++ compilers

  * make all numeric comparisons against $] stringify it first, to avoid
    architecture-dependent problems with floating point rounding giving
    it an unexpected numeric value

  * in Build.PL, explicitly declare configure-time requirements

  * add MYMETA.yml to .cvsignore
2010-04-24 16:22:19 +00:00
seb
f7923d1178 Updated devel/p5-Attribute-Handlers to 0.88 2010-04-24 16:05:31 +00:00
seb
ed12fe879f Update p5-Attribute-Handlers from version 0.87 to version 0.88.
Upstream changes:
0.88	Mon Apr  5 16:33:00 CET 2010
	- Avoid clobbering $_ (perl #74052, LanX)
2010-04-24 16:05:18 +00:00
taca
c5f571a705 Note update of mysql51-client/mysql51-server to 5.1.46. 2010-04-24 16:00:48 +00:00
taca
a80ee04c73 Update mysql51-client/mysql51-server package to 5.1.46.
This is maintainous release and please refer for full changes:

	http://dev.mysql.com/doc/refman/5.1/en/news-5-1-46.html
2010-04-24 15:59:23 +00:00
seb
96c15a4003 Updated devel/p5-App-cpanminus to 1.0001 2010-04-24 15:58:05 +00:00
seb
5e409722b9 Update p5-App-cpanminus from version 0.9936 to version 1.0001.
Upstream changes:
1.0001  Sat Apr 24 16:20:56 CST 2010
   - Make this 1.0!

0.999_05 Wed Apr 21 20:37:25 JST 2010
   [Bug Fixes]
      - Fixed the timing to make -l and -L an abstract path (ash)

0.999_04 Mon Apr 19 15:21:01 JST 2010
   [Bug Fixes]
      - Fixed installationg from arbitrary URLs or file paths

0.999_03 Wed Apr 14 02:26:28 PDT 2010
   [Improvements]
      - Fixed a problem when uninstalling shadows fail with an old ExtUtils::Install
        by bootstrapping it to require 1.46

0.999_02 Tue Apr 13 09:08:00 CEST 2010
   [Improvements]
      - Improved --skip-installed so sub packages version in a distribution can be
        compared correctly
      - --look command is now back, per popular demands

   [Bug Fixes]
      - Fixed broken configure_requires in 0.999_01

0.999_01 Mon Apr 12 12:24:57 CEST 2010
   This is the first release candidate for 1.00

   [INCOMPATIBLE CHANGES]
      - Do not support (undocumented) CPANMINUS_* environment variable anymore. Use PERL_CPANM_* instead
      - Plugins are not supported anymore. They will be available as part of a new client!
      - Deleted --look command
      - Deleted --recent command

   [Improvements]
      - Get metadata from search.cpan.org before fetching tarballs, which makes commands like
        --info or --skip-installed much faster. #3, #8, #9
      - Added --mirror option where you can specify the mirror base URL
      - Added --prompt option that asks users to skip, force install, retry or look when test fails #23
      - When one of the dependencies fail to install, cpanm bails out the installation of source dist
        by default. --prompt will ask if you want to install anyway
      - Added a man page for cpanm

   [Developer Fixes]
      - Do not display 'Already tried...' message by default
      - Set non-zero exit code if one or more modules failed to build
2010-04-24 15:57:49 +00:00
jmmv
083218811e Note update of libpaper to 1.1.24. 2010-04-24 15:57:21 +00:00