Commit graph

153116 commits

Author SHA1 Message Date
markd
aafb998c9a Fix build with redland 1.0.10 2010-01-25 20:11:21 +00:00
markd
eaf6c9a11f Update to redland 1.0.10
Added a [1]Virtuoso storage by Patrick van Kleef
   Support [2]Rasqal 0.9.17 API
   Fix compiling against sqlite 3.6.17 or newer
   Fix modular storage dynamic loading linking problems. Several other bug
   fixes
2010-01-25 20:08:28 +00:00
wiz
7b72325c97 + abook-0.6.0pre2 [pkg/42672], cdrtools-2.01.01alpha73,
gnome-power-manager-2.28.3 [GNOME 2.28, wants DeviceKit-power],
  ikiwiki-3.20100122, p5-DateTime-TimeZone-1.09, p5-Rose-DB-0.757
  [pkg/42674], p5-Spreadsheet-WriteExcel-2.36, p5-Text-Markdown-1.000030,
  pear-Log-1.12.0 [pkg/42673].
2010-01-25 15:18:57 +00:00
tnn
64ec2bcfc4 note seamonkey & thunderbird update 2010-01-25 14:44:35 +00:00
tnn
85c1021f58 Update to seamonkey-2.0.2.
General stability/bugfix update.
2010-01-25 14:43:20 +00:00
tnn
5c2ac8c45e Update to thunderbird-3.0.1.
General stability/bugfix update.
2010-01-25 14:42:55 +00:00
sno
b23c28de89 Updated textproc/p5-Template-Tiny to 0.10 2010-01-25 14:33:24 +00:00
sno
69f9679c6e Updating textproc/p5-Template-Tiny from 0.09 to 0.10
Upstream changes:
0.10 Sun 24 Jan 2010
	- The use of the constructor is now compulsory, as per Template.pm
	- Adding support for constructor params
	- Adding support for constructor TRIM param
	- The process method now works in both static and instance modes
2010-01-25 14:33:15 +00:00
sno
19b98e98dd Updated time/p5-Time-Piece to 1.16 2010-01-25 14:15:09 +00:00
sno
7361dce0e7 Updating time/p5-Time-Piece from 1.15 to 1.16
Upstream changes:
1.16
	- Implement %z for the internal implementation of strptime().
	  Unfortunately this doesn't get picked up everywhere, so there are no
	  tests for it (yet - patches welcome).
	- Fix for major bug in add_months() using negative months which were
	  multiples of 12. Also affected add_years() with negative years.
	- Fix for object creation bug in get_epochs which called new from object
	  but that wasn't supported in the new() code.
 	- Added docs about the weakness of using epoch seconds internally and
	  suggested alternatives.
	- Removed useless "use UNIVERSAL qw(isa)" line.
	- Fix for installing over core perl version.
2010-01-25 14:14:59 +00:00
sno
8975cc6fdf Updated devel/p5-Test-MinimumVersion to 0.013 2010-01-25 14:11:14 +00:00
sno
fa23a97575 Updating devel/p5-Test-MinimumVersion from 0.011 to 0.013
pkgsrc changes:
  - Adjusting dependencies
  - Enabling Module::Install::Bundled as module type

Upstream changes:
0.013     2010-01-17
          declare the dependency on YAML::Tiny (thanks, jawnsy)

0.012     2010-01-16
          stop inlining YAML::Tiny
          add a very, very, very basic test
2010-01-25 14:11:03 +00:00
adam
9478182dc3 Updated pgadmin3 to 1.10.1 2010-01-25 14:06:49 +00:00
adam
848d63ebaa Changes 1.10.1:
* Replace Alt-F4 with Ctrl-Q and Ctrl-W.
* Prevent a crash if the edit grid is closed whilst it is loading data.
* Don't attempt to remove rows in the edit grid if the user presses the delete
  key when the delete button is disabled.
* Only offer valid server encodings for new databases.
* Fix font dialogue on Snow Leopard.
* Fix an issue with the ordering of the mappings in a text search configuration.
* Fix a potential crash bug in the object browser.
* Reverse engineer empty (not NULL) ACLs correctly.
* Fix Greenplum support for column oriented partitions.
* Ensure function variables get reset if the function is modified.
* Fix cluster creation for Slony 2.0.
* Reverse engineer function defaults values correctly.
* Fix a potential crash in the edit grid.
* Fix domain creation/modification for domains in non-default schemas.
* Reverse engineer language privileges correctly.
* Get rid of "No SQL query was generated." message dialog when no tables are
  selected in the GQB.
* Hints files should be encoded in UTF-8.
* Include comments on procedures in the reverse engineered SQL.
2010-01-25 14:05:22 +00:00
sno
0ddf340d0f Updated devel/p5-Scope-Upper to 0.10 2010-01-25 14:00:30 +00:00
sno
047ff831a3 Updating devel/p5-Scope-Upper from 0.09 to 0.10
- Adjusting license definition

Upstream changes:
0.10    2010-01-18 23:50 UTC
        + Fix : Properly handle given/when on 5.10.
        + Fix : Some stack inconsistencies were fixed, though they were unlikely
                to have an impact on your real-life code.
        + Fix : Work around Kwalitee test misfailures.
2010-01-25 14:00:21 +00:00
drochner
3ca3283468 MS Word is not good for ASCII files;-) 2010-01-25 13:55:53 +00:00
sno
8f10be6118 Updated devel/p5-Proc-PID-File to 1.27 2010-01-25 13:55:46 +00:00
sno
b72e4c4bae Updating devel/p5-Proc-PID-File from 1.24nb1 to 1.27
pkgsrc changes:
  - Adding license definition
  - Adding home page

Upstream changes:
1.27 2009/10/12 18:46:27 - Erick Calder <e@arix.com>
   - updated the Changes file

1.26 2009/10/01 01:35:02 - Erick Calder <e@arix.com>
    - implemented fixes for Cygwin support of PID verification.
      Thanks to JDHedden for the patch.  see:
      https://rt.cpan.org/Ticket/Display.html?id=50078
    - fixed problem with low $COLUMNS values in certain platforms
      (ps output wraps) - thanks to JDHedden for the patch.  see:
      https://rt.cpan.org/Ticket/Display.html?id=15015
    - defaulted values to avoid:
      Use of uninitialized value in pattern match (m//)
    - implemented taint checking patch at:
      https://rt.cpan.org/Public/Bug/Display.html?id=6347
      thanks to JDHedden for the patch
    - Reinstated OO interface to solve Clinton Gormley's need for
      maintaining multiple PID files, one for each child process
    - Documentation: added example of specifying a directory for the
      pidfile, as per enquiry by Milko Krachounov; added a newline for
      debug() function as per David Hawthorne so avoid run-on sentences
      in output

1.25 2009/06/29 17:41:00 - Mike Canzoneri <mikecanzoneri@gmail.com>
    - Added support for threads.
    - Added test for thread support.
2010-01-25 13:55:36 +00:00
sno
58093d486c Updated devel/p5-Perl-MinimumVersion to 1.24 2010-01-25 13:45:50 +00:00
sno
af215a4615 Updating devel/p5-Perl-MinimumVersion from 1.20 to 1.24
pkgsrc changes:
  - Adjust dependencies

Upstream changes:
1.24 Fri 22 Jan 2010
	- The previous changes seem to work well in practice now,
	  switching to prod release. (ADAMK)

1.23_03 Fri 22 Jan 2010
	- The --blame output now prints actually shows which file (ADAMK)

1.23_02 Fri 22 Jan 2010
	- The --blame option now works in the perlver script (ADAMK)

1.23_01 Thu 14 Jan 2010
	- Reworked the internals to capture the version, rule and PPI
	  element responsible for each limitation as P:MV:Reason (ADAMK)
	- Added first experimental version of the new _reason API (ADAMK)
	- Adding 5.8 dependency for "use Carp version ()" (ADAMK)
        - module Errno requires perl 5.5 (Alexandr Ciornii)
        - PPI is no longer compatible with perl 5.5, so P::MV can also
          depend on 5.6 (Alexandr Ciornii)
	- Bumping File::Find::Rule dependency to 0.32 because we break with
	  0.31 (ADAMK)

1.22 Wed  25 Nov 2009
        - Negative length in 'splice' requires perl 5.5 (Alexandr Ciornii)
        - 'mkdir' with one argument requires perl 5.6 (Alexandr Ciornii)
        - 'substr' will not be checked if it is a method name (Alexandr Ciornii)
        - better tests and fix for 3-arg 'open' (Alexandr Ciornii)

1.21 Tue  24 Nov 2009
        - Add 'bytes' to 5.6 pragma (Alexandr Ciornii)
        - Add support for "version numbers" like "v1.1.1" (Alexandr Ciornii)
        - Reimplement _three_argument_open, more tests (Alexandr Ciornii)
          Now check for 3-arg open is working.
        - Check 4-arg substr that requires perl 5.5 (Alexandr Ciornii)
        - Postfix foreach requires perl 5.004.05 (Alexandr Ciornii)
        - Scalar::Util::weaken requires perl 5.006 (Alexandr Ciornii)
        - P::MV itself found incompatibility in 02_main.t with 5.5 (Alexandr Ciornii)
2010-01-25 13:45:40 +00:00
sno
094c3ef54a Updated devel/p5-Path-Dispatcher to 0.14 2010-01-25 13:41:40 +00:00
sno
298139ad82 Updating devel/p5-Path-Dispatcher from 0.13nb1 to 0.14
Upstream changes:
- none noted -
2010-01-25 13:41:30 +00:00
sno
7c56d3d424 Updated devel/p5-Parse-RecDescent to 1.96.3 2010-01-25 13:37:43 +00:00
sno
cbffd2451e Updating devel/p5-Parse-RecDescent from 1.96.2.2 to 1.96.3
Upstream changes (1.962.2 -> 1.963):
1.963  Thu Jan 21 09:13:19 2010
    - Fixed even subtler bug in leftop and rightop caused by removal of $&
      (Thanks Francesco)
2010-01-25 13:37:33 +00:00
sno
c18ed441df Updated devel/p5-Parse-Method-Signatures to 1.003013 2010-01-25 13:33:35 +00:00
sno
87dd1f6076 Updating devel/p5-Parse-Method-Signatures from 1.003012nb1 to 1.003013
pkgsrc changes:
  - Updating dependencies

Upstream changes:
1.003013 - 2010/01/08
  - Add version to List::MoreUtils as we need part() (Leo Lapworth)
2010-01-25 13:33:24 +00:00
sno
1dc2d9fa7a Updated devel/p5-namespace-clean to 0.13 2010-01-25 13:16:28 +00:00
sno
4d8368c1ce Updating devel/p5-namespace-clean from 0.12 to 0.13
Upstream changes:
[0.13] Sun Jan 17 02:40:48 CET 2010
    - Skip failing debugger tests on 5.8.8 and older.
2010-01-25 13:16:18 +00:00
sno
19328a1d5d Updated devel/p5-File-ShareDir to 1.01 2010-01-25 13:07:17 +00:00
sno
637b02b744 Updating devel/p5-File-ShareDir from 1.00nb1 to 1.01
pkgsrc changes:
  - Adding license definition
  - Ordering dependencies like upstream
  - Adjusting module type

Upstream changes:
1.01 Tue 24 Nov 2009
	- Updating Module::Install to 0.91
	- Fix typo in documentation (Thanks, ribasushi)
2010-01-25 13:07:03 +00:00
sno
c8cf6678ca Updated devel/p5-File-HomeDir to 0.89 2010-01-25 12:55:57 +00:00
sno
0f2b79c8b2 Updating devel/p5-File-HomeDir from 0.86 to 0.89
- Adding license definition

Upstream changes:
0.89 Sun  3 Jan 2010
	- Loosen the testing intensity on Darwin Carbon backends to prevent
	  issues with consumer directories prevent installation entirely.

0.88 Tue 24 Nov 2009
	- Switching to a production release

0.87_01 Sat  3 Oct 2009
	- First developer implementation of improved Mac support
2010-01-25 12:55:47 +00:00
ghen
b0ec4b60b4 Update to Dovecot 1.2.10, Sieve 0.1.15 and ManageSieve 0.11.11.
Changelog for Dovecot 1.2.10:

	+ %variables now support %{host}, %{pid} and %{env:ENVIRONMENT_NAME}
	  everywhere.
	+ LIST-STATUS capability is now advertised
	- maildir: Fixed several assert-crashes.
	- imap: LIST "" inbox shouldn't crash when using namespace with
	  "INBOX." prefix.
	- lazy_expunge now ignores non-private namespaces.

Changelog for Sieve 0.1.15:

  * Enotify extension:
     - Adjusted notify method API for addition of new notification
       methods.
     - Set default importance level to 'normal' (was 'high').
  * Include extension: updated implementation towards most recent
    specification (all should be backwards compatible):
     - Implemented global variables namespace.
     - Global command may now appear anywhere in a script.
     - Implemented script name checking using the requirements specified
       in the ManageSieve draft.
     - One issue remains: ManageSieve currently requires included scripts
       to be uploaded first, which is not according to specification.
   * Changed envelope path parser to allow to and from envelope addresses
     that have no domain part.
   + Added preliminary support for Sieve plugins and added support for
     installing Sieve development headers.
   + Started work on the implementation of the spamtest, spamtestplus and
     virustest extensions (unfinished).
   + Deprecated notify extension: implemented denotify command.
   + Variables extension: added support for variable namespaces.
   + Added configurable script size limit. Compiler will refuse to
     compile files larger than sieve_max_script_size.
   + Testsuite changes:
      - Added support for changing and testing an extension's
        configuration.
      - Added a command line parameter for copying errors to stderr.
   - Fixed a bug in the i;ascii-numeric comparator. If one of the
     strings started with a non-digit character, the comparator would
     always yield less-than.
   - Imap4flags extension: fixed bug in removeflag: removing a single
     flag failed due to off-by-one error (bug report by Julian Cowley).
   - Improved EACCES error messages for stat() and lstat() syscalls and
     slightly improved error messages that may uccur when saving a
     binary.
   - Vacation extension: fixed typo in runtime log message (patch by
     Julian Cowley).
   - Fixed use of minus '-' in man pages; it is now properly escaped.
   - Fixed parser recovery. In particular cases it would trigger spurious
     errors after an initial valid error and sometimes additional errors
     were inappropriately ignored.

Changelog for ManageSieve 0.11.11:

   * This release contains adjustments to match changes in the Sieve API.
     This means that this release will only compile against Pigeonhole
     Sieve v0.1.15.
   + Implemented ManageSieve QUOTA enforcement.
   + Added MAXREDIRECTS capability after login.
   + Implemented new script name rules specified in most recent
     ManageSieve draft.
   - Fixed assertion failure occuring with challenge-response SASL
     mechanisms.
   - Made configure complain about trying to compile against installed
     Dovecot headers alone.
   - Fixed compile warning for compilation against CMUSieve.
2010-01-25 12:31:20 +00:00
ghen
3ce1059096 Option dovecot-managesieve without dovecot-sieve not supported.
Set PKG_FAIL_REASON in that case.
2010-01-25 12:31:08 +00:00
sno
f153db7401 Updated devel/p5-File-Find-Rule to 0.32 2010-01-25 12:26:37 +00:00
sno
6f7d3c9822 Updating devel/p5-File-Find-Rule from 0.30nb1 to 0.32
- Adding license definition
- Adjusting dependencies

Upstream changes:
0.32 Saturday 28th November, 2009
	Rework the referencing of anyonymous subroutines internally,
	closes RT#46599 (Reported by Kevin Ryde)

0.31 Friday 27th November 2009
	Move to Makefile.PL
	use Test::Differences in the testsuite if available.
	Rearrange the testsuite so you don't keep tripping over yourself.
	Dropped 5.00503 backwards compatibility, allows some 5.6isms and
	dropping the shonky Cwd code.
	All taint 'bugs' are now the same as the behaviour of File::Find,
	documentation has been added to describe this.
2010-01-25 12:26:27 +00:00
sno
e946882d6f Updated devel/p5-ExtUtils-XSpp to 0.07 2010-01-25 12:15:01 +00:00
sno
9218ba0236 Updating devel/p5-ExtUtils-XSpp from 0.05 to 0.07
Upstream changes:
0.07  Fri Jan 22 18:07:10 CET 2010
	- Fix issue with references as method arguments that have
          template types. (Steffen Mueller)

0.06  Wed Jan 13 20:28:27 CET 2010
	- When parsing a class declaration, automatically add a typemap
	  for the class.
	- Add default typemaps for basic C types (integral, floating point
	  and char*).
	- Automatically setup Perl inheritance for derived C++ classes.
	- Support template types in function/method parameters and in typeamaps.
	- Add command line options to run xsubpp directly from xspp.
2010-01-25 12:14:51 +00:00
sno
314f2a9e9f Updated converters/p5-Unicode-Map8 to 0.13 2010-01-25 12:08:51 +00:00
sno
22d247deaf Updating converters/p5-Unicode-Map8 from 0.12nb3 to 0.13
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
2010-01-18   Gisle Aas <gisle@ActiveState.com>
   Release 0.13
   Header order tweak to make it compile with Strawberry Perl [RT#50443]
   Get rid of CVS artifacts
2010-01-25 12:08:40 +00:00
tnn
dcfe2c127d bump dependency again because linking was broken in a two day window. 2010-01-25 08:45:34 +00:00
zafer
f63de9cfba update master_sites. 2010-01-25 00:41:56 +00:00
zafer
52f7443eaa update master_sites. 2010-01-25 00:30:09 +00:00
zafer
db9941740c update master_sites. 2010-01-25 00:18:05 +00:00
zafer
fecb9fe7d7 note update of archivers/pigz to 2.1.6 2010-01-25 00:12:04 +00:00
zafer
73399ed79e Update to 2.1.6
The changes from 2.1.5 are:

- Added pigz.spec to distribution for RPM systems [Brown]
- Avoid some compiler warnings
- Process symbolic links if piping to stdout [Hoffst?tte]
- Decompress if executable named "gunzip" [Hoffst?tte]
- Allow ".tgz" suffix [Chernookiy]
- Fix adler32 comparison on .zz files
2010-01-25 00:09:45 +00:00
zafer
412e54b42f update master_sites 2010-01-24 23:59:33 +00:00
seb
f0ae2200fd Updated math/p5-Spreadsheet-ParseExcel to 0.5700 2010-01-24 23:37:32 +00:00
seb
33db1317cf Update from version 0.5500 to version 0.5700 (upstream 0.57)
Pkgsrc changes:
- Adjust dependencies.
- Change PERL5_MODULE_TYPE to MakeMaker.

Upstream changes:
0.57 January 24 2010

    ! Added fix for reading formatted data from Excel 4 files.

    ! Added example programs, a_simple_parser.pl and
      display_text_table.pl.

    ! Removed Build.PL from README. Thanks Ed Avis.
      https://rt.cpan.org/Ticket/Display.html?id=52670


0.56 November 9 2009

    + Added error() and error_code() error handling routines.
      This allows encrypted files to be ignored.
      Added t/10_error_codes.t for the above methods.
      http://rt.cpan.org/Public/Bug/Display.html?id=51033
      http://rt.cpan.org/Public/Bug/Display.html?id=47978

    ! Made version 0.19 of OLE::Storage_Lite a prerequisite to avoid
      issues when writing OLE header in SaveParser.
2010-01-24 23:37:24 +00:00