Commit graph

155913 commits

Author SHA1 Message Date
sno
1941faead2 Updating databases/p5-CatalystX-CRUD from 0.45nb1 to 0.48
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.48    29 Jan 2009
        * fix bug with create() introduced in 0.47.
        * remove explicit dep on Class::C3 per RT54097
0.47    15 Jan 2009
        * fix tutorial per RT#53396
        * fix bug in base Controller->fetch() where multiple PKs where one value is null were slipping
          through. Reported by Adam Mackler.
0.46    20 Nov 2009
        * tweek Model::File _find to avoid multiple loops over the same list of root dirs.
        * tweek Model::File->search to read() each object like fetch() does.
        * add dep on Sort::SQL 0.07 to avoid sql injection (RT#51777)
2010-03-10 11:54:04 +00:00
adam
d9aecafbea Updated geography/gdal-lib to 1.7.1 2010-03-10 11:48:03 +00:00
adam
143d58975b Changes 1.7.1:
The 1.7.1 release was prepared and issued primarily to deal with ticket 3382,
relating to the fact that GDAL 1.7 has had a significant regression in that
all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software
including released versions of ArcGIS and Erdas Imagine.  Following is a list
of all bug fixes since the 1.7.0 release.

== General ==
* MacOS X: Support versioning for framework builds
* FreeBSD: fix --with-threads configuring

== GDAL / Raster ==
* HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was
  producing .img files unreadable in non-GDAL software
* HFA: Ensure nodata values carried into overviews
* HFA: Fix support for files with nonstandard mapunits
* NITF: Improve NITF spec compliance when generating JPEG compression
* NITF: Improve dateline handling for CADRG products
* NITF: Return GCPPROJECTIONX metadata when we can't transform polar
* GeoRaster: Avoid error messages when looking up epsg codes
* DODS / GDALCopyWords(): Fix bug with negative offsets/flipping
* PCIDSK: Fix new bug with UTM MGRS zone handling
* PDS: Fix up offset support for detached labels
* gdal_merge.py: support per band init values
* ECW: Fix one broken case in configure logic
* RasterLite: Fix crash on 32bit platforms
* NetCDF: Prevent CreateCopy() of complex bands
* HDF4: Fix buffer overflow with GeodeticLatitude

== OGR / Vector ==
* SQLite: TestCapability() returns TRUE for transation support
* DXF: Support polylines in Object Coordinate System
* MIF/ogr2ogr: Fix new problem translating to MIF format
* GeoJSON: Support stdout output via new /vsistdout/ name
* Shapefile: Fixes for winding calculations on read and write
* Postgres: Get field width and precision from SQL queries
2010-03-10 11:45:26 +00:00
sno
7a9f0963e7 Updated www/p5-Test-WWW-Mechanize-Catalyst to 0.52 2010-03-10 11:34:55 +00:00
sno
efd445ca86 Updating www/p5-Test-WWW-Mechanize-Catalyst from 0.51nb1 to 0.52
pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
0.52 Mon Mar 8 01:25 GMT 2010
     - Move actions out of the test applications to avoid deprecation warnings.
     - POD corrections by jhannah
     - Bump version dependency of Test::WWW::Mechanize to 1.54 to fix RT#44555
     - Wrap checks for the appropriate plugins to skip tests inside a BEGIN
       block so that they are run before the app tries to be loaded at compile
       time, fixing RT#47037
2010-03-10 11:34:42 +00:00
sno
e2607d6155 Updated www/p5-Catalyst-Authentication-Credential-HTTP to 1.012 2010-03-10 11:13:19 +00:00
sno
005e829336 Updating www/p5-Catalyst-Authentication-Credential-HTTP from 1.011 to 1.012
Upstream changes:
1.012 2010-03-07
   - Move actions out of the test applications to stop warnings.

   - Make Pod tests author only.
2010-03-10 11:13:09 +00:00
sno
590a8e5789 Updated www/p5-Catalyst-Authentication-Store-DBIx-Class to 0.1083 2010-03-10 11:10:22 +00:00
sno
6d48c3ed06 Updating www/p5-Catalyst-Authentication-Store-DBIx-Class from 0.1082nb1 to
0.1083.

Upstream changes:
0.1083  2010-03-03
        Tweaking exception message to better explain what people did wrong when
            they pass bad columns to authenticate.
2010-03-10 11:10:13 +00:00
sno
b96f44f0e8 Updated www/p5-Catalyst-Action-REST to 0.83 2010-03-10 11:02:32 +00:00
sno
d208a1206f Updating www/p5-Catalyst-Action-REST from 0.81 to 0.83
Upstream changes:
Mon  8 Feb 2010 22:17:12 GMT - Release 0.83
  Make it possible to deserialize a request with a DELETE method. This probably
  breaks 'strict' REST guidelines, but is useful for being able to delete multiple
  resources from a single call by providing a batch delete method.

  Remove JSONP from the list of default serializers (RT#54336)

  Fix MANIFEST (RT#54408)

Thu  4 Feb 2010 22:31:57 GMT - Release 0.82
  Integrated Catalyst::Request::REST::ForBrowsers as
  Catalyst::TraitFor::Request::ForBrowsers. (Dave Rolsky)

  Clarified docs so that they encourage the use of the request traits, rather
  than using Catalyst::Request::REST. (Dave Rolsky)

  When Catalyst::Action::REST or Controller::REST automatically add the trait,
  your request class will no longer end up getting set to
  Catalyst::Request::REST. Instead, creates an anon class with the appropriate
  role. (Dave Rolsky)

  Shut up log output from the tests. (Dave Rolsky)

  Added a $VERSION to every module, mostly to make sure that when people
  install Catalyst::Request::REST::ForBrowsers, they get the version in this
  distro. (Dave Rolsky)

  Change Catalyst::Action::Serialize, Catalyst::Action::Deserialize and
  Catalyst::Action::SerializeBase to be more Moose like.

  Fix JSON and JSON::XS to encode_blessed. (fREW)

  Fix Catalyst::Action::Serialize to use objects instead of classes. (fREW)

  Fix doc nits. (RT#53780)
2010-03-10 11:02:23 +00:00
sno
79f573308d Updated www/p5-Catalyst-Devel to 1.27 2010-03-10 10:59:06 +00:00
sno
60a129a030 Updating www/p5-Catalyst-Devel from 1.26 to 1.27
Upstream changes:
1.27  2010-02-23 10:44:20
        - Add the catalyst_par_options option.
        - Change the version of Catalyst required to 5.80015 as retarded
          packaging systems consider 5.8001402 greater than 5.80015.
2010-03-10 10:58:57 +00:00
sno
326a065639 Updated www/p5-Catalyst-Manual to 5.8004 2010-03-10 10:54:43 +00:00
sno
7cfa380883 Updating www/p5-Catalyst-Manual from 5.8003 to 5.8004
Upstream changes:
5.8004 17 Feb 2010
    - Tutorial:
        - Add foreign key support for SQLite
            (huge thanks to Caelum for that and other good edits!)
        - Add "Quick Start" to Intro (Chapter 1)
        - Switch to use of "-r" to auto-restart the dev svr
        - Update for latest available Debian package versions
        - Switch to individual files for example code vs. tarballs
        - Switch to 'done_testing' and shorter 'prove' args for testing chapter
        - Misc typo fixes
    - Other:
        - Minor Cookbook edits
2010-03-10 10:54:34 +00:00
sno
cd769cce0d Updated www/p5-Catalyst-View-JSON to 0.28 2010-03-10 10:51:46 +00:00
sno
e95dc3f073 Updating www/p5-Catalyst-View-JSON from 0.26nb1 to 0.28
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.28  Wed Mar 10 11:19:35 JST 2010
        - No code changes. Fixed packaging, added YAML dep for testing

0.27  Tue Feb 23 18:09:02 PST 2010
        - Added repository info to META.yml to satisfy people
2010-03-10 10:51:36 +00:00
sno
a5304c9eaf Updated www/p5-Catalyst-View-TT to 0.32 2010-03-10 10:42:43 +00:00
sno
e9dc4e77fe Updating www/p5-Catalyst-View-TT from 0.31 to 0.32
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.32    2010-02-16 05:55:00
        - Various documentation improvements.
        - Fix repository metadata.
2010-03-10 10:42:34 +00:00
sno
700daabe2a Updated www/p5-Catalyst-Model-Adaptor to 0.08 2010-03-10 10:19:19 +00:00
sno
b9ccea3133 Updating www/p5-Catalyst-Model-Adaptor from 0.06 to 0.08
pkgsrc changes:
- Adjust module type

Upstream changes:
0.08   9 Febuary 2010
       - Correctly built distribution. MANIFEST.SKIP fixed to avoid the issue
         in future.

0.07   9 Febuary 2010
       - Catalyst::Runtime is a runtime dependency. RT#48842
2010-03-10 10:19:10 +00:00
sno
0b76568639 Updated www/p5-Catalyst-Runtime to 5.80021 2010-03-10 10:16:19 +00:00
sno
8e8f90b5b6 Updating www/p5-Catalyst-Runtime from 5.80019 to 5.80021
pkgsrc changes:
- Adjust dependencies (>=0 -> -[0-9]*)

Upstream changes:
5.80021 2010-03-03 23:02:01
  Bug fixed:
   - $c->uri_for will now escape unsafe characterss in captures
     ($c->request->captures) and correctly encode utf8 charracters.

5.80020 2010-02-04 06:51:18
  New features:
    - Allow components to specify additional components to be set up by
      overriding the expand_modules method. (Oliver Charles)
2010-03-10 10:16:10 +00:00
sno
251357b058 Updated databases/p5-ORLite to 1.41 2010-03-10 10:02:14 +00:00
sno
ed61326b25 Updating databases/p5-ORLite from 1.40 to 1.41
Upstream changes:
1.41 Tue  9 Mar 2010
	- Added the root ->connected method to allow for some
	  light introspection in unusual situations (such as
	  knowing if it's safe to spawn an off-the-books
	  ->connect'tion, or to detect if we are in a transaction).
	- Added documentation for the ->connect method, with suitably
	  strident warnings about the dangers of deadlocking.
2010-03-10 10:02:05 +00:00
sno
fa6292981d Updated devel/p5-Devel-Declare to 0.006000 2010-03-10 09:59:18 +00:00
sno
3ebd443bd5 Updating devel/p5-Devel-Declare from 0.005011 to 0.006000
pkgsrc changes:
- Adjust dependencies to core modules

Upstream changes:
0.006000 - 09 Mar 2010
  - Make things work on perl 5.11.2 and newer (Zefram).
2010-03-10 09:59:09 +00:00
sno
99bb73baac Updated time/p5-Time-Clock to 1.00 2010-03-10 09:48:15 +00:00
sno
281e7f3873 Updating time/p5-Time-Clock from 0.12nb1 to 1.00
pkgsrc changes:
- Add license definition

Upstream changes:
1.00 (03.09.2010) - John Siracusa <siracusa@gmail.com>
    * The %i format now correctly shows 12 for 12 AM.
    * Removed leading zeros from the %i format.
    * Bumped version number to reflect API stability.
2010-03-10 09:48:06 +00:00
sno
29ffb9e763 Updated time/p5-DateTime-TimeZone to 1.13 2010-03-10 09:28:05 +00:00
sno
39a81b18ca Updating time/p5-DateTime-TimeZone from 1.11 to 1.13
Upstream changes:
1.13    2010-03-08
- This release is based on version 2010e of the Olson database. This release
  fixes a bug in the Bangladesh zone introduced in 2010d.

1.12    2010-03-08
- This release is based on version 2010d of the Olson database. This release
  has changes for Bangladesh, Fiji, Samoa, and Chile.
2010-03-10 09:27:55 +00:00
sno
dae51005b8 Updated math/p5-Math-Pari to 2.010806.04 2010-03-10 09:25:02 +00:00
sno
31c67f0944 Updating math/p5-Math-Pari from 2.010806.03 to 2.010806.04
pkgsrc changes:
- Adjust patch which allows to use math/pari

Upstream changes:
2.01080604
  Add (missing in 2.1.*) declaration for pari_init().
  Minor miscount in docs.
  Math::PariBuild: detecting `patch --binary' missed -p1; same for inc_h.diff
  Work around bug in XSUB.h (at least up to 5.11.2) with puts.
  Get GPDATADIR from gp, if present.
  Make self-documentation for switching to 2.3.* more explicit.
  kmx patch for mingw 32-bit Win-build:
	include windows.h (early!) in Pari.xs and highlvl.c
	enable assembler for this build
  x86_64 assembler detection after 2.2.7; thanks to Alexander Haeckel
2010-03-10 09:24:52 +00:00
sno
c6cc3dba5e Updated net/p5-Net-Interface to 1.012 2010-03-10 08:55:41 +00:00
sno
4654c9c10e Updating net/p5-Net-Interface from 1.010 to 1.012
pkgsrc changes:
- Add license definition
- Remove patch-aa (applied upstream)

Upstream changes:
1.012  Mon Mar  8 10:42:51 PST 2010
	Interface.xs	add test for NULL interface value to skip invalids
	thanks to Brian West <brian@freeswitch.org> for the fix

	typo update in Developer.pm

1.011  Mon Mar 23 13:55:58 PDT 2009
	update inst/netsymbols.pl v0.09 to use $Config{perlpath}
	instead of the default '/usr/bin/perl' when building
	lib/Net/Interface/NetSymbols.pm
	This will make 'pkgsrc' happy
2010-03-10 08:55:29 +00:00
sno
1cb641e567 Updated devel/p5-Moose to 0.99 2010-03-10 08:48:33 +00:00
sno
6d0138a856 Updating devel/p5-Moose from 0.98 to 0.99
Upstream changes:
0.99 Mon, Mar 8, 2010
  [NEW FEATURES]
  * New method find_type_for in Moose::Meta::TypeConstraint::Union, for finding
    which member of the union a given value validates for. (Cory Watson)

  [BUG FIXES]
  * DEMOLISH methods in mutable subclasses of immutable classes are now called
    properly (Chia-liang Kao, Jesse Luehrs)

  [NEW DOCUMENTATION]
  * Added Moose::Manual::Support that defines the support, compatiblity, and
    release policies for Moose. (Chris Prather)
2010-03-10 08:48:23 +00:00
sno
5d16d25ce1 Updated databases/p5-DBM-Deep to 1.0016 2010-03-10 08:47:07 +00:00
sno
7569340842 Updating databases/p5-DBM-Deep from 1.0015 to 1.0016
pkgsrc changes:
- Add license definition
- Adjust dependency (Test::More 0.88 is satisfied by available lang/perl5)

Upstream changes:
1.0016 Feb 05 22:10:00 2010 PST
    - (This version is compatible with 1.0015)
    - New caveat in the docs explaining stale references (RT#42129)
    - All included modules now have the same version in META.yml, so
      the CPAN shell will no longer try to downgrade.
    - Fixed bug in clear() for hashes (RT#50541)
2010-03-10 08:46:57 +00:00
roy
cde662efb6 Fix patches to pull in curses.h when needed.
Fixes PR pkg/42877.
2010-03-10 08:19:57 +00:00
snj
ccb50ec56b Added games/tyrquake version 0.61. 2010-03-09 23:21:43 +00:00
snj
dd3942a50f Add tyrquake. 2010-03-09 23:20:36 +00:00
snj
1ca096f492 Add tyrquake:
TyrQuake is meant to be a fairly conservative branch of the Quake source
code.  It's intended to support Quake and Quakeworld in both software and
GL versions, as well as the Quakeworld Server.  It only contains bug fixes,
and does does not change the look or feel of the game by adding lots of
rendering enhancements, etc.
2010-03-09 23:20:01 +00:00
hubertf
7559f2a751 Add perl as an option, defaulting to on
Bump revision

OK adam@
2010-03-09 22:52:56 +00:00
gls
27e0cb2053 + ptlib-2.8.0
+ opal-3.8.0
2010-03-09 22:50:19 +00:00
snj
5d53a186e5 Fix up some entries for added packages. Hi pettai! 2010-03-09 22:39:30 +00:00
snj
a2a142f530 Added games/ioquake3-pk3. 2010-03-09 22:13:43 +00:00
snj
b9efb34b72 Add ioquake3-pk3. 2010-03-09 22:09:06 +00:00
snj
61f6bc6934 Add ioquake3-pk3:
These are newer pk3 files from id point release patches. They are required
to play Quake III: Arena on ioquake3.
2010-03-09 22:05:53 +00:00
sno
0db7f8f74a Updated www/p5-HTML-Selector-XPath to 0.04 2010-03-09 22:03:19 +00:00