Commit graph

184320 commits

Author SHA1 Message Date
obache
fc4de25d40 Bump PKGREVISION refrecting the default Ruby's version change. 2012-03-22 15:33:43 +00:00
taca
3712daa52b - qpopper-4.0.14. 2012-03-22 15:00:29 +00:00
taca
a55f0d06e0 * Remove contao29 related lines.
* Update "used by" in comments.
2012-03-22 14:59:38 +00:00
taca
94781bc309 Note remove of contao29 based packages:
www/contao29
	www/contao29-example
	www/contao29-translations
2012-03-22 14:57:06 +00:00
taca
91573e3455 Remove contao29.
Please switch to contao211 (or contao210).
2012-03-22 14:56:20 +00:00
taca
0391607b1c Remove contao29-example.
Please switch to contao211 (or contao210).
2012-03-22 14:55:35 +00:00
taca
85e4069481 Remove contao29-translations.
Please switch to contao211 (or contao210).
2012-03-22 14:54:57 +00:00
taca
2b0872a994 Remove contao29 based packages. 2012-03-22 14:53:57 +00:00
hans
15d5803a6d Make sure the paths to bison-yacc, lex and perl are correct in the
installed src/Makefile.global. Don't assume they all exist in ${PREFIX}.
2012-03-22 14:46:28 +00:00
taca
de0ab2936c Bump PKGREVISION reflecting the default Ruby's version change. 2012-03-22 14:25:25 +00:00
taca
0bf1728157 Note update of math/pear-Numbers_Words package to 0.16.4. 2012-03-22 14:24:20 +00:00
taca
6967adfe5f Update -pear-Numbers_Words to 0.16.4.
0.16.4

Release date: 2012-03-21 02:13 UTC
Release state: beta

Changelog:

* Currency names for Dutch
* Re-licensed to PHP 3.01 [ifeghali]

0.16.3

Release date: 2011-12-10 15:37 UTC
Release state: beta

Changelog:

QA Release
* Bug #12512 Windows incorrect declaration of toWords() in lang.fr.php
  (and others!) ifeghali
* Bug #17373 bug in toWords function for hungarian translation kouber
* Bug #17392 bugs in toWords function for hungarian translation ifeghali
* Bug #17754 Patch: Using explode instead of split ifeghalbi
* Request #17763 Independent tr_TR Lang support ifeghali
* Bug #17794 Patch: avoiding split in es_MX file ifeghali
* Bug #18501 incorrect declaration of toWords() in lang.fr.php kouber
* Bug #19013 remove error_reporting (for PEAR QA team) ifeghali
2012-03-22 14:23:40 +00:00
obache
9ce988d29b Move definition of BUILDLINK_DEMMETHOD.${RUBY_BASE}, and drop unwanted full
dependency.

Bump PKGREVISION.
2012-03-22 14:18:44 +00:00
taca
47c3b999e8 Note update of mail/poppassd pacakge to 4.1.0. 2012-03-22 14:16:07 +00:00
taca
a8486e684a Update poppassd to 4.1.0.
Use the same distfile with qpopper 4.1.0.
2012-03-22 14:15:32 +00:00
taca
9b19101c12 Note update of mail/qpopper package to 4.1.0. 2012-03-22 14:14:11 +00:00
taca
bf1c949c88 Update qpopper to 4.1.0.
4.1

* IPv6 support
* Significantly improved performance
* Cygwin compatibility (for use under Windows)
* Ability to execute arbitrary programs when users log in
* And lots more
2012-03-22 14:13:28 +00:00
sno
97074a5e72 Updated textproc/p5-Text-CSV_XS to 0.88 2012-03-22 14:13:15 +00:00
sno
e1eb0e50fd Updating package for Perl5 module Text::CSV_XS from CPAN in
textproc/p5-Text-CSV_XS from 0.86 to 0.88.

Upstream changes:
0.88	- 2012-03-16, H.Merijn Brand
    * Fix for $/ in 0.86 broke parsing fields that contain excessive $/'s
2012-03-22 14:13:06 +00:00
sno
19f8e0dd56 Updated devel/p5-Params-Validate to 1.06 2012-03-22 14:10:15 +00:00
sno
77811baf23 Update package for Perl5 module Params::Validate from CPAN in
devel/p5-Params-Validate from 1.00 to 1.06.

pkgsrc changes:
- add Module::Implementation requirement

Upstream changes:
1.06    2012-02-10
- Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by
  Aaron James Trevena. RT #74742.


1.05    2012-02-08
- The XS code had a code path where it could pass the contents of a Perl
  variable as the first argument to the XS croak() subroutine. This subroutine
  is like printf(), and should receive a format string as its first
  argument. According to RT #74777, this can lead to segfaults on some systems.

  This could in theory be a security bug, but it's very unlikely that
  untrusted user input could end up being passed to this croak(). It is called
  when a spec specifies a "depend" value on another parameter. The value of
  the "depend" parameter was passed in the first argument to croak().

  Reported by Andreas Voegele.

1.04    2012-02-08
- Use the latest Module::XSOrPP dzil plugin to generate a saner Build.PL. No
  need update if you're using an earlier version.

1.03    2012-02-06
- This release uses Module::Implementation to handle loading the XS or pure
  Perl implementation of Params::Validate.

1.02    2012-02-06
- The previous release never loaded the XS implementation, even if it had been
  compiled.
- With newer versions of Perl, the pure Perl implementation treated regexp
  objects differently than the XS implementation. They should be treated as
  belonging to the SCALARREF type for backwards compatibility.
- These two bugs combined managed to break the test suites of a number of
  modules on CPAN. This release should fix them.

1.01    2012-02-05
- The generated Build.PL detects whether or not the machine it's run on has a
  working compiler, and disables XS automatically if it doesn't. Fixes RT
  #44719.
2012-03-22 14:10:05 +00:00
sno
5fff6b7a21 Updated devel/p5-Params-Util to 1.07 2012-03-22 14:05:00 +00:00
sno
28ef047c1c Updating package for Perl5 module Params::Util from CPAN in
devel/p5-Params-Util from 1.04 to 1.07.

Upstream changes:
1.07 Sun 11 Mar 2012
	- Disable XS version on cygwin as it shows bizarre behaviour
	  that breaks form when using Params::Util XS verwion.

1.06 Thu 1 Mar 2012
	- Remove the need for the sanexs.c file by generating into a temp
	  file instead.

1.05 Thu 1 Mar 2012
	- Restore compatibility with pre-5.8.8 Perls without a working
	  compiler available install time (RIBASUSHI)
2012-03-22 14:04:49 +00:00
sno
4bb12f9a2d Updated devel/p5-Clone-Fast to 0.96 2012-03-22 14:01:13 +00:00
sno
5afef031ac Updating package for Perl5 module Clone::Fast from CPAN in
devel/p5-Clone-Fast from 0.92 to 0.96.

pkgsrc changes:
- add patch from RT#65485 to fix for Perl 5.11.0 and above

Upstream changes:
Sun Feb 12 17:43:44 PST
    Version 0.96
	Remove debugging code

Fri Feb 10 21:48:38 PST
    Version 0.94
	Don't infinite recurse on @ magic.
2012-03-22 14:01:02 +00:00
sno
bd1e9c700b Updated devel/p5-Class-Base to 0.04 2012-03-22 13:48:51 +00:00
sno
f28ed85bc5 Updating package for Perl5 module Class::Base from CPAN in devel/p5-Class-Base
from 0.03nb3 to 0.04.

pkgsrc changes:
- don't use per author download location, use module namespace one's

Upstream changes:
#------------------------------------------------------------------------
# Version 0.04 2012/02/06
#------------------------------------------------------------------------
* Test script is using Test::More instead the home-made ok() and is().
* Recommend using Badger::Base instead.
* Gabor Szabo co-maintainer.
2012-03-22 13:48:41 +00:00
sno
c49a6619e2 Updated devel/p5-Class-Autouse to 2.01 2012-03-22 13:44:42 +00:00
sno
d334eb334c Updating package for Perl5 package Class::Autouse from CPAN in
devel/p5-Class-Autouse from 2.00 to 2.01.

Upstream changes:
2.01 Fri 3 Feb 2012
	- Removing the use of "defined @array" deprecated in 5.16
2012-03-22 13:44:32 +00:00
sno
625ac2edfe Updated devel/p5-Cache-FastMmap to 1.40 2012-03-22 13:42:44 +00:00
sno
767a092e34 Updating package for Perl5 module Cache::FastMmap from CPAN in
devel/p5-Cache-FastMmap from 1.39 to 1.40.

Upstream changes:
1.40 Mon Dec 5  10:30 2011
  - Work around reference holding bug in
     Compress::Zlib
2012-03-22 13:42:32 +00:00
sno
d75fddcee9 Updated devel/p5-CPAN-Meta-YAML to 0.008 2012-03-22 13:40:17 +00:00
sno
556152efeb Updating package for Perl5 module CPAN::Meta::YAML from CPAN in
devel/p5-CPAN-Meta-YAML from 0.007 to 0.008.

Upstream changes:
0.008     2012-03-14 17:13:24 EST5EDT
  - Generated from ADAMK/YAML-Tiny-1.51.tar.gz
  - Updated from YAML-Tiny to fix compatibility with older Scalar::Utils
2012-03-22 13:40:07 +00:00
sno
1d284024a9 Updated devel/p5-ExtUtils-MakeMaker to 6.62 2012-03-22 13:37:44 +00:00
sno
87de6a777b Updating package for Perl5 module ExtUtils::MakeMaker from CPAN in
devel/p5-ExtUtils-MakeMaker from 6.59nb2 to 6.62.

Upstream changes since 6.59 (6.60 was skipped):
6.62  Sun Oct 23 16:43:36 PDT 2011
    No changes from 6.61_01

6.61_01  Sat Sep 24 22:16:13 PDT 2011
    Win32
    * Liblist::Kid now checks the ActiveState MinGW library path environment
      variable [MITHALDU]
    * Further fixes to the Win32 quoting rules.  Fixes failures on VC8+.
      [rt.cpan.org #69528] [SHAY]
2012-03-22 13:37:34 +00:00
sno
4ff48178b0 Updated devel/p5-ExtUtils-ParseXS to 3.15 2012-03-22 13:33:38 +00:00
sno
19fecea217 Updating package for Perl5 module ExtUtils::ParseXS from CPAN in
devel/p5-ExtUtils-ParseXS from 3.11 to 3.15.

Upstream changes since 3.11 (3.12 seems to be missed):
3.15 - Thu Feb  2 08:12:00 CET 2012
  - Fix version for PAUSE indexer.

3.14 - Wed Feb  1 18:22:00 CET 2012
  - Promote to stable release.
  - Proper repository and bugtracker info in META.json.

3.13_01 - Sat Jan 29 12:45:00 CET 2012
  - ExtUtils::Typemaps:
    => Embedded typemap dumping: A method which will produce the
       verbatim string for inclusion in XS.
    => Introducing ExtUtils::Typemaps::Cmd, a helper module which
       can produce embedded typemap strings via simple one-liners.
       Useful for including typemaps from other modules in XS code
       with INCLUDE_COMMAND. See "perldoc ExtUtils::Typemaps::Cmd".

  - ExtUtils::ParseXS:
    => Bugfix: Used to have parsing problems with embedded typemaps
       occasionally.
    => Better error messages on typemap-related issues. If a no
       typemap was found for a given C type, list all mapped C types
       so that the user hopefully spots his mistake easily.
2012-03-22 13:33:26 +00:00
taca
145871e170 Note update of www/fengoffice package to 2.0.0. 2012-03-22 13:28:45 +00:00
taca
ffbce9c108 Update fengoffice to 2.0.0.
Since 2.0 RC 1
----------------
bugfix: Uploading files fom CKEditor.
bugfix: Some data was not save creating a company.
bugfix: Error produced from documents tab - New Presentation.
bugfix: Problems with task dates in some views.
bugfix: Fatal error when you post a comment on a task page.
bugfix: Generation of task repetitions in new tasks.
bugfix: Do not let assign tasks (via drag & drop) to users that doesn't have permissions.
usability: Interface localization improvements.
system: Performance improvements.

Since 2.0 Beta 4
----------------
bugfix: Extracted files categorization
bugfix: When adding workspaces
bugfix: Breadcrumbs were not working fine all the time
bugfix: Being able to zip/unzip files
security: JS Injection Slimey Fix
system: .pdf and .docx files contents search
system: Improvement when creating a new user
system: Plugin update engine
system: Plugin manager console mode
system: Search in file revisions
system: Import/Export contacts available again
system: Import/Export events available again
system: Google Calendar Sync
system: Improvement on repeating events and tasks
system: Cache compatibility (i.e.: with APC)
usability: Completing a task closes its timeslots
usability: Task progress bar working along the timeslots
usability: Being able to change permissions in workspaces when editing

Since 2.0 Beta 3
----------------
bugfix: Several changes in the permissions system
bugfix: Invalid sql queries fixed
bugfix: Issues with archived and trashed objects solved
bugfix: Issues with sharing table solved
bugfix: Improved IE7 and IE9 compatibility
bugfix: Several timeslots issues solved
bugfix: IMAP issue solved at Emails module
bugfix: Solved issue with templates
bugfix: Added missing tooltips at calendar
bugfix: Issue when completing repetitive task solved
bugfix: Solved some issues with the Search engine
bugfix: Solved issue with timezone autodetection
buffix: Solved 'dimension dnx' error creating a workspace
usability: Permission control in member forms
usability: Disabling a user feature
usability: Resfresh overview panel after quick add
usability: Langs update/improvement
usability: Drag & Drop feature added
usability: Quick add task added, and improved
usability: Slight improvement with notifications
usability: Avoid double click at Search button (which caused performance issues)
usability: Permissions by group feature added
usability: Simple billing feature added
system: Security Fixes
system: Mail compatibility improved for different email clients
system: Feng 2 API updated
system: General code cleanup
system: Widget Engine
system: Performance improvements in custom reports
system: Print calendar
system: Custom Properties

Since 2.0 Beta 2
----------------
bugfix: Fixed problem uncompressing files
bugfix: Loading indicator hidden
bugfix: Search in mail contents
bugfix: Mail reply js error
bugfix: Filter members associated with deleted objects
bugfix: Fixed permission error creating a contact
usability: Contact View Improvements
usability: Navigation Improvements
system: Permission system fixes
system: Performance issues solved. Using permission cache 'sharing table' for listing
system: Weblinks module migrated

Since 2.0 Beta 1
----------------
bugfix: Fixed problem with context trees when editing content objects
bugfix: Fixed template listing
bugfix: Fixed issues when instantiating templates with milestones
bugfix: Fixed issue deleting users from 'people' and 'users' dimension.
bugfix: Fixed 'core_dimensions' installer
bugfix: Z-Index fixed in object-picker and header
usability: Selected rows style in object picker
system: General code cleanup

Since 1.7
-----------
system: Plugin Support
system: Search Engine performance improved
system: Multiple Dimensions - 'Workspaces' and 'Tags' generalization
system: Database and Models structure changes - Each Content object identified by unique id
system: Email removed from core (Available as a plugin)
system: User Profile System
feature: PDF Quick View - View uploaded PDF's
usability: Default Theme improved
usability: Customizable User Interface
2012-03-22 13:28:11 +00:00
sno
aeca47b7a3 Updated devel/p5-Eval-Closure to 0.08 2012-03-22 13:27:29 +00:00
sno
f94b9aad70 Updating package for Perl5 module Eval::Closure from CPAN in
devel/p5-Eval-Closure from 0.06 to 0.08.

pkgsrc changes:
- change no-version dependency notation from x>=0 into x-[0-9]*

Upstream changes:
0.08  2012-02-09
      - Remove a double layer of string eval that was introduced in 0.07 as an
        intermediate step in figuring out the unique package thing - it's not
        necessary with the final implementation, and just makes things slower
        and hides errors.

0.07  2012-02-03
      - the given source is now evaled in a unique package for every
        eval_closure call (it used to always be evaled in the Eval::Closure
        package, which was especially buggy). this is to avoid issues where one
        eval_closure modifies the global environment (by, say, importing a
        function), which could mess up a later call. unfortunately, this means
        that the memoization stuff no longer works, since it will result in
        memoized results using the original package, which defeats the purpose.
        i'm open to suggestions on how to safely reenable it though.

      - clean up a few stray lexicals we were still closing over in the eval
2012-03-22 13:27:21 +00:00
sno
438228425c Updated devel/p5-Error to 0.17017 2012-03-22 13:23:08 +00:00
sno
7816fe9948 Updating package for Perl5 module Error from CPAN in devel/p5-Error from
0.17016nb2 to 0.17017.

Upstream changes:
Feb 11 2012 <shlomif@shlomifish.org> (Shlomi Fish)
  - Bleadperl broke Error.pm's tests -
  	- https://rt.cpan.org/Ticket/Display.html?id=74770
    - Applied a patch to check for optional trailing periods.
	- Thanks to ANDK for the report and RURBAN for the patch
2012-03-22 13:22:57 +00:00
sno
4e17955374 Updated devel/p5-IO-Compress to 2.049 2012-03-22 13:21:33 +00:00
sno
9819473504 Updating package for Perl5 module IO::Compress from CPAN in
devel/p5-IO-Compress from 2.048 to 2.049.

Upstream changes:
  2.049 18 February 2012
      * IO::Compress::Zip
        Error in t/cz-03zlib-v1.t that caused warnings with 5.15
        [RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]
2012-03-22 13:21:23 +00:00
sno
1bfa14a6f6 Updated devel/p5-Compress-Raw-Bzip2 to 2.049 2012-03-22 13:17:53 +00:00
sno
9a9f41eb20 Updating package for Perl5 module Compress::Raw::Bzip2 from CPAN in
devel/p5-Compress-Raw-Bzip2 from 2.048 to 2.049 as dependency of
scheduled update of devel/p5-IO-Compress.

Upstream changes:
  2.049 18 February 2012
      * No Changes
2012-03-22 13:17:42 +00:00
sno
f6e0bef3d5 Updated devel/p5-Compress-Raw-Zlib to 2.051 2012-03-22 13:15:42 +00:00
sno
32a5b5bc99 Updating package for Perl5 module Compress::Raw::Zlib from CPAN in
devel/p5-Compress-Raw-Zlib from 2.048 to 2.051.

Upstream changes:
  2.051 20 February 2012
      * Bug in Compress::Raw::Zlib on Windows
        [#75222]

  2.050 20 February 2012
      * Build failure on Irix & Solaris.
        [RT #69985]

  2.049 18 February 2012
      * Include zlib 1.2.6 source.
2012-03-22 13:15:31 +00:00
sno
9b51521933 Updated devel/p5-Git-Repository to 1.25 2012-03-22 13:11:52 +00:00