Commit graph

146861 commits

Author SHA1 Message Date
sno
6d3e7f7267 Added textproc/p5-Text-RecordParser version 1.3.0 2009-08-19 09:16:14 +00:00
sno
67c0946626 Importing package for perl5 module Text::RecordParser version 1.3.0 as
dependency for scheduled update of database/p5-SQL-Translator.

This module is for reading record-oriented data in a delimited text file.
The most common example have records separated by newlines and fields
separated by commas or tabs, but this module aims to provide a consistent
interface for handling sequential records in a file however they may be
delimited.
2009-08-19 09:14:43 +00:00
sno
b57d30fe6c Added textproc/p5-Text-TabularDisplay version 1.22 2009-08-19 09:08:09 +00:00
sno
3c68c80aa9 Importing package for p5 module Text::TabularDisplay 1.22 as dependency
of upcoming imported package for perl5 module Text::RecordParser.

Text::TabularDisplay simplifies displaying textual data in a table. The
output is identical to the columnar display of query results in the mysql
text monitor.
2009-08-19 09:06:44 +00:00
yyamano
1f48fdc071 Fix build error on Mac OS X. PR pkg/41657 2009-08-19 08:59:46 +00:00
drochner
6197df3193 add build dependencies on xmlto and zip, from Robert Elz per PR pkg/41907
(made BUILD_DEPENDS as suggested by wiz)
2009-08-19 08:44:06 +00:00
ghen
3f1313a2a1 Updated sysutils/915resolution to 0.5.3. 2009-08-19 08:42:10 +00:00
ghen
7adad07bb8 Update to 0.5.3 (Apr 15, 2007)
- Added support for 830, 946GZ, G965, Q965
- Fixed bug when mapping to file
- Added correct timing routines
2009-08-19 08:41:45 +00:00
sno
354178a014 Updated devel/p5-MooseX-Declare to 0.27 2009-08-19 08:36:15 +00:00
sno
fc92db139f Updating package devel/p5-MooseX-Declare from 0.23 to 0.27
pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
0.27  Tue, 18 Aug 2009 08:54:22 +0200
  * Depend on MooseX::Method::Signatures 0.21 to make sure type aliasing works
    and there are no warnings due to the recent MooseX::LazyRequire changes.

0.26  Sun, 16 Aug 2009 14:48:12 +0200
  * Declare dependency on MooseX::AttributeHelpers.

0.25  Sun, 16 Aug 2009 05:31:59 +0200
  * Don't persist the inner keywords over more than one invocation of the declarator.
  * Pass along the current context to import_symbols_from and imported_moose_symbols.
  * Implement parameterizable roles.

0.24  Sat, 15 Aug 2009 23:48:09 +0200
  * Add repository and bugtracker to Makefile.PL (Ash Berlin).
  * Tests and doc fixes on applying multiple roles at once (Chas. J. Owens IV).
  * Produce better diagnostic output on test failures (Dave Rolsky).
  * Make MooseX::Method::Signatures handle the actual parsing for method-like
    keywords (nperez).
  * Clean now warns in autoclean namespaces (Robert 'phaylon' Sedlacek).
  * 'method' keyword now only available by default in namespaces that consumed
    MooseSetup (Robert 'phaylon' Sedlacek).
  * Added 'namespace' keyword and allow namespaces, superclasses and roles to
    be relative (Robert 'phaylon' Sedlacek).
  * Add tests for using anonymous methods as attribute defaults (Devin Austin).
  * Stop depending on B::Hooks::EndOfScope. We don't use it direectly anymore.
  * Add a real 'with' keyword.
  * 'with' in a class- or role-body doesn't defer role application until the
    end of the class- or role-definition anymore. The 'with'-option for the
    class and role keywords still does.
  * Add a tests for role application and method modifier ordering.
  * Make anon classes immutable as well (unless explicitly asked not to).
  * Add a ctx method to add cleanup code that should be injected as early as
    possible.
  * Depend on recent versions of DD and MXMS to make keywords less reserved
    (i.e. hash keys and barewords before fat commas).
  * Make t/with_newlines.t less noisy.
  * Add tests for methods with no signature not caring about their arguments,
    other than $self.
2009-08-19 08:36:04 +00:00
sno
6c134b23dc Updated devel/p5-MooseX-Method-Signatures to 0.21 2009-08-19 08:30:34 +00:00
sno
7c510d1849 Updating package devel/p5-MooseX-Method-Signatures from 0.16 to 0.21
pkgsrc changes:
  - Adding secondary MASTER_SITE to allow update today, because 0.20
    still has some bugs
  - Adjusting dependencies according to META.yml

Upstream changes:
0.21  Tue, 18 Aug 2009 08:45:48 +0200
  * Add tests for using aliased.pm for type aliases (Steffen Schwigon).
  * Depend on the latest PMS to get type alias resolving.

0.20  Mon, 17 Aug 2009 12:11:32 +0200
  * Make the meta method's parsed_signature public.
  * Use MooseX::LazyRequire's new interface and depend on 0.03.

0.19  Fri, 14 Aug 2009 11:23:42 +0200
  * Move method redefinition warnings to the method application hook so it's
    easy to override.

0.18  Fri, 14 Aug 2009 02:24:41 +0200
  * Depend on Devel::Declare 0.005011. This avoids "->method" and "method =>"
    being misinterpreted sometimes.

0.17  Thu, 13 Aug 2009 08:37:31 +0200
  * Implement method traits (Cory Watson).
  * Properly test list placeholders.
  * Document the right syntax for return value type constraints.
  * Use namespace::autoclean instead of namespace::clean.
  * Let the signature default to (@) if none is given.
  * Don't require the package attribute when a pre-built context is passed
    in.
  * Depend on a recent Parse::Method::Signatures to make sure we will work
    with new PPIs and have the right MooseX::Traits version.
  * Fix doc typo (arcanez).
  * Split out context from self so that we may pass in an arbitrary context
    (nperez).
  * Enable passing a context and also a coderef to use to apply the method
    once constructed (for deferred method modifier application in MXD)
    (nperez).
  * Enable MXMS to work with multiple different declarators and prototype
    injections (nperez).
  * Change from using Devel::Declare::MethodInstaller::Simple to
    ::Context::Simple since strip_attrs was moved down there (nperez).
2009-08-19 08:30:16 +00:00
sno
3f96e75a50 Added devel/p5-MooseX-LazyRequire version 0.03 2009-08-19 08:22:32 +00:00
sno
3f5bb6bc94 Importing package for p5 module MooseX::LazyRequire as dependency of
scheduled update of MooseX::Method::Signatures.

This module adds a lazy_required option to Moose attribute declarations.

The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.
2009-08-19 08:21:02 +00:00
tnn
60b3180f4c Change dependency pattern for devel/tre from tre-0.7.5 to tre>=0.7.5.
(0.7.5 was not satisfiable because we now have 0.7.6 in pkgsrc.)
Builds, but not tested beyond that. Bump revision.
2009-08-19 08:17:59 +00:00
tnn
de9e054eb1 not for python-2.4, because support was dropped from py-cairo 2009-08-19 08:06:47 +00:00
sno
632508fcfb Updated databases/p5-DBIx-Class to 0.08109 2009-08-19 06:56:00 +00:00
sno
67049b1888 Updating package databases/p5-DBIx-Class from 0.08108 to 0.08109
pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
0.08109 2009-08-18 08:35:00 (UTC)
        - Replication updates:
          - Improved the replication tests so that they are more reliable
            and accurate, and hopefully solve some cross platform issues.
          - Bugfixes related to naming particular replicants in a
            'force_pool' attribute.
          - Lots of documentation updates, including a new Introduction.pod
            file.
          - Fixed the way we detect transaction to make this more reliable
            and forward looking.
          - Fixed some trouble with the way Moose Types are used.
          - Made discard_chages/get_from_storage replication aware (they
            now read from the master storage by default)
        - Refactor of MSSQL storage drivers, with some new features:
          - Support for placeholders for MSSQL via DBD::Sybase with proper
            autodetection
          - 'uniqueidentifier' support with auto newid()
          - Dynamic cursor support and other MARS options for ODBC
          - savepoints with auto_savepoint => 1
        - Support for MSSQL 'money' type
        - Support for 'smalldatetime' type used in MSSQL and Sybase for
          InflateColumn::DateTime
        - support for Postgres 'timestamp without timezone' type in
          InflateColumn::DateTime (RT#48389)
        - Added new MySQL specific on_connect_call macro 'set_strict_mode'
          (also known as make_mysql_not_suck_as_much)
        - Multiple prefetch-related fixes:
          - Adjust overly agressive subquery join-chain pruning
          - Always preserve the outer join-chain - fixes numerous
            problems with search_related chaining
          - Deal with the distinct => 1 attribute properly when using
            prefetch
        - An extension of the select-hashref syntax, allowing labeling
          SQL-side aliasing: select => [ { max => 'foo', -as => 'bar' } ]
        - Massive optimization of the DBI storage layer - reduce the
          amount of connected() ping-calls
        - Some fixes of multi-create corner cases
        - Multiple POD improvements
        - Added exception when resultset is called without an argument
        - Improved support for non-schema-qualified tables under
          Postgres (fixed last_insert_id sequence name auto-detection)
2009-08-19 06:55:47 +00:00
sno
e41b7fac08 Updated devel/p5-Parse-Method-Signatures to 1.003011 2009-08-19 06:43:23 +00:00
sno
e5d423baa2 Updating package devel/p5-Parse-Method-Signatures from 1.003010 to 1.003011
pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
1.003011 - 2009/08/18
  - Resolve aliased type names when a namespace to look aliases up is given.
2009-08-19 06:43:08 +00:00
sno
0272e89a4d Updated devel/p5-MooseX-Types-Structured to 0.18 2009-08-19 06:25:51 +00:00
sno
4509bbbc4c Updating package devel/p5-MooseX-Types-Structured from 0.16 to 0.18
pkgsrc changes:
  - Adding more test dependencies (BUILD_DEPENDS)
  - Since extra flags are used, bundled Module::Install must be used

Upstream changes:
0.18   17 August 2009
        - Changed the Makefile.PL to reduce dependencies not needed by users
          that are not authors.  Bumped the revision and released to clear an
          error with cpan permissions.

0.17   12 August 2009
        - No new functionality.
        - Changed the way we specify dependencies in the Makefile.PL to reduce
          the depth of the dependency chain in cases where we don't need to be
          running the author quality tests.
        - Some documentation tweaks.
2009-08-19 06:25:32 +00:00
sno
546e1d754b Updated time/p5-MooseX-Types-DateTime to 0.04 2009-08-19 06:19:32 +00:00
sno
00651bd374 Updating package time/p5-MooseX-Types-DateTime from 0.03 to 0.04
pkgsrc changes:
  - Adding license (perl license)
  - Ajusting dependencies according to META.yml

Upstream changes:
0.04
        - Depend on DateTime::TimeZone 0.95 to avoid test failures due to
          broken, older versions.
2009-08-19 06:19:12 +00:00
minskim
f98f2641d7 Remove unused options: w3m-m17n and w3m-unicode. 2009-08-19 06:18:42 +00:00
minskim
f09fdad117 Note PKGREVISION bump of w3m-img. 2009-08-19 06:17:46 +00:00
minskim
3d5b389cf4 Bump PKGREVISION of w3m-img because the default options of w3m has
been changed.
2009-08-19 06:17:10 +00:00
minskim
8713e2916b Note PKGREVISION bump of emacs-w3m-snapshot. 2009-08-19 06:03:54 +00:00
minskim
b8dbbd0119 Let emacs-w3m-snapshot require w3m>=0.5.2nb3 because earlier versions
built with default options do not support unicode, which is needed
by emacs-w3m-snapshot.

Noted by Aleksej Saushev on pkgsrc-users@.
2009-08-19 06:01:37 +00:00
minskim
091640d2e2 Note PKGREVISION bump of w3m. 2009-08-19 05:48:23 +00:00
minskim
8491fa4e10 Enable m17n and unicode unconditionally. The package size increase
caused by them is less than 1MB.

OK'ed by uebayasi@.
2009-08-19 05:47:17 +00:00
sno
80b08fa858 Updated devel/p5-MooseX-Types to 0.17 2009-08-19 05:14:06 +00:00
sno
952f6677d5 Updating package devel/p5-MooseX-Types from 0.16 to 0.17
Upstream changes:
0.17    Tue Aug 18 02:32:31 EDT 2009
        - Documentation typo fix (Dave Rolsky).
        - Stop blowing up in has_available_type_export if the introspected code
          symbol exists but is not a type export (Florian Ragwitz).
        - Reorganize author/copyright sections at the request of Debian
          packagers (Rafael Kitover).
2009-08-19 05:13:55 +00:00
sno
45557feed6 Updated time/p5-DateTime-TimeZone to 0.96 2009-08-19 05:10:43 +00:00
sno
bfd25a1bfa Updating package time/p5-DateTime-TimeZone from 0.93 to 0.96
Upstream changes:
0.96    2009-08-18
- A $SIG{__DIE__} related test in 04local.t behaved differently on different
  platforms. The test has been narrowed so that it should work the same on all
  platforms. Reported by Jens Rehsack.

0.95    2009-08-18
- Attempting to load an invalid Olson-style name like "Bad/Name" did throw an
  error since 0.92. Reported by Florian Ragwitz.
- Localized $SIG{__DIE__} for every eval.


0.94    2009-08-17
- This release is based on version 2009j of the Olson database. This
  release has changes for Egypt.
- Localize $SIG{__DIE__} in DateTime::TimeZone::Local, so errors in evals done
  by that module are not seen by existing __DIE__ handlers. Based on a patch
  from Jim. RT #48567.
2009-08-19 05:10:29 +00:00
yyamano
27ac574679 Make this build on Mac OS X. Fixed PR pkg/41538. 2009-08-19 04:04:40 +00:00
uwe
17ad6e7fd1 Bump PKGREVISION for GNU Emacs comint history fix (patch-af). 2009-08-19 00:54:29 +00:00
uwe
fff098dd84 * ilisp-xfr.el (return-ilisp): Add GNU Emacs 22 (tested) and 23 (not
tested) to the list of emacs versions that need comint-input-ring-index
"hack".

Given that it's been almost 15 years since the date in the preceding
comment I wonder if there should be a better way to handle this, but
for now just use brute force.

Makes comint history navigation work as expected.
2009-08-19 00:45:33 +00:00
gdt
2a0a567f0b Updated print/gutenprint-lib to 5.2.4 2009-08-19 00:19:16 +00:00
gdt
aa3c744317 Update to 5.2.4 from Bernd Ernesti.
* Changes from 5.2.3

   1) New printers supported in this release:

      Canon PIXMA iX4000
      Canon SELPHY CP-520
      EPSON Stylus Photo R2880
      EPSON Stylus DX4000

   2) Printing to the Epson PM-D600 has been corrected.

   3) Printing using the manual sheet guide on the Epson Stylus Photo
      R2400 has been corrected.

   4) Printing to the EPSON Artisan 700 and 800 and Stylus Photo
      P/TX700 and 800 series printers has been corrected.  Among other
      issues, it should now be possible to print reliably using the
      photo tray.

   5) The names of the following Epson printers have been corrected:

      EPSON Stylus Photo PX700W
      EPSON Stylus Photo TX700W
      EPSON Stylus Photo PX800FW
      EPSON Stylus Photo TX800FW

   6) The names of various Ricoh and Ricoh-based printers have been
      corrected to match Ricoh's model names and the OpenPrinting
      database.

   7) The EPSON inkjet utility, escputil, now correctly prints the
      color name for low ink warnings.

   8) Printing resolution names have been fixed in non-English locales
      in CUPS PPD files.

   9) A Russian translation has been added.  The Danish and Italian
      translations have been updated.

   10) Support has been added for L-size paper with tear-off borders.

   11) The ordering of inks in quadtone ink sets on Epson printers has
      been corrected.  In addition, support has been added for MIS
      quadtone and 6 tone inks.

   12) It is now possible to adjust the ink parameters for quadtone
      inks in CUPS.  Previously, these parameters could only be
      adjusted in the enhanced Print plugin for GIMP and other native
      Gutenprint applications.

   13) Updating CUPS PPD files is now faster.
2009-08-19 00:19:06 +00:00
gdt
0b289475bc Updated chat/jabberd2 to 2.1.24.1 2009-08-18 23:51:51 +00:00
gdt
ba529564d8 Update to 2.1.24.1.
This is a bugfix release for compilation problems.
Nothing new really to 2.1.24 release.
2009-08-18 23:50:53 +00:00
gdt
6573068fa9 Updated graphics/p5-Image-ExifTool to 7.89 2009-08-18 23:30:25 +00:00
gdt
466a536022 Update to production release 7.89.
- IMPORTANT: Not quite done with NRW fixes -- fixed similar bug which could
    corrupt NRW images when writing new values larger than 10 MB
  - IMPORTANT: Fixed bug introduced in version 7.77 which causes Nikon NRW
    images to be corrupted when writing
  - API Changes:
  - Added support for reading Garmin TCX track logs with the -geotag option
  - Decode Nikon D300 firmware 1.10 camera settings (thanks Stuart Solomon)
  - Improved geotagging by allowing different NMEA sentences with slightly
    different timestamps (within 10 seconds) in the same fix

  [Assorted other changes; see "Changes" in source]
2009-08-18 23:30:08 +00:00
minskim
362e51a2ed Note update of ap-auth-kerb. 2009-08-18 23:12:52 +00:00
minskim
cb963c3c6b Update ap-auth-kerb to 5.4.
Changes:
* implemented KrbServiceName Any to deal with multiple keytab entries for
  various browsers
* implemented KrbLocalUserMapping i.e. to strip @REALM from username for
  further use
* implemented already_succeeded function to avoid hammering the KDC with
  same auth requests in single connection
* fixed threading issues
* improved configure and Makefile scripts (mainly for BSD users)
* fixed minor issues
2009-08-18 23:10:49 +00:00
seb
e522067b04 Note initial addition of p5-MooseX-Role-Parameterized version 0.12
as devel/p5-MooseX-Role-Parameterized into The NetBSD Packages
Collection.

The Perl 5 module MooseX::Role::Parameterized empowers Moose roles
by allowing parameters to be specified when they are combined.
2009-08-18 22:01:54 +00:00
seb
f9193bcfc5 Add & enable p5-MooseX-Role-Parameterized 2009-08-18 22:01:34 +00:00
seb
4eb4a97787 Initial import of p5-MooseX-Role-Parameterized version 0.12 in the
NetBSD Packages Collection.

The Perl 5 module MooseX::Role::Parameterized empowers Moose roles
by allowing parameters to be specified when they are combined.
2009-08-18 22:01:03 +00:00
drochner
1d8cc2b064 Don't check for the X server location at "configure" time. The X server
is no formal dependency of this pkg, so the outcome is not deterministic.
Assume instead that the X server is at ${X11BASE}/bin/X.
fixes PR pkg/41319 by Jared D. McNeill
bump PKGREVISION
2009-08-18 19:31:30 +00:00