Commit graph

205514 commits

Author SHA1 Message Date
drochner
e44b11dab0 update to 4.10.3
This is a minor bug fix release.
2013-08-23 11:27:17 +00:00
drochner
96df58aac9 update to 4.15
Adds features required by PyQt v5.0.1 and PyQt v4.10.3
2013-08-23 11:25:38 +00:00
drochner
3a414853dc update to 3.7.3
change: putty security fixes were integrated (was patched in pkgsrc)
2013-08-23 10:56:46 +00:00
apb
918c265f2c Updated pkgtools/libkver to 0.7.2 2013-08-23 09:01:04 +00:00
apb
0bf76220c3 Update the valid_MACHINE_ARCH list from NetSBD src/build.sh version 1.272.
Bump kver version to 0.7.2.
2013-08-23 08:59:51 +00:00
wen
6a1c4d1c4c Updated www/p5-Catalyst-Manual to 5.9007 2013-08-23 07:33:14 +00:00
wen
56e50fa7f8 Update to 5.9007
Upstream changes:
5.9007 2013-05-06
    - Fix pod warnings (RT#83398 - thanks, Paul Waring!)
    - Fix repository metadata (thanks, Lars L)
2013-08-23 07:32:09 +00:00
wen
483828fba9 Updated www/p5-Catalyst-View-TT to 0.41 2013-08-23 07:26:54 +00:00
wen
c9bea08623 Update to 0.41
Upstream changes:
0.41   2013-02-28
        - New local attribute to let you override the default content type when
          no content type has been set for the response.

0.40   2013-01-15 20:52:14
        - Fix hash randomisation breakage in tests (RT#82703)

0.39   2012-04-11 07:40:00
        - Fix warning from tests. RT#75104
        - Fix ExtUtils::MakeMaker version requirement (due to last release
          being made with faulty Module::Install). RT#76488

0.38   2012-02-15 20:42:00
        - Change documentation to reflect use of Moose.
        - Change documentation to highlight how to configure
          UTF-8 in templates.
        - Change documentation to recommend putting calls to MyApp->path_to
          into the app class itself, ergo avoiding recursive dependencies
          and making the view compile standalone.
        - Change code generated by Catalyst::Helper::View::TT
          to use Moose.
2013-08-23 07:25:59 +00:00
wen
f84e61dd52 Updated mail/p5-Catalyst-View-Email to 0.33 2013-08-23 07:04:09 +00:00
wen
eb3b900a2f Update to 0.33
Upstream changes:
0.33    2013-02-13
        - applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt.cpan.org/Ticket/Display.html?id=83241
        - removed inc/ so running perl Makefile.PL would do so in author mode
        - removed META.yml, MANIFEST, and various other files that shouldn't be in git
        - updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm" per https://rt.cpan.org/Ticket/Display.html?id=83195&results=0eb39711cb23f5f318a3738cf7d089df

0.32    2013-01-15
        - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775
        - Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748
        - Added patch (with additional tests) to enable proper content_type setting for email templates
          per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6
        - Removed unneccesary test
        - Added documentation for specifying envelope info per https://rt.cpan.org/Ticket/Display.html?id=64162

0.31    2011-01-17
        - Added handling and test for encoding and quoting parts RT #56391
2013-08-23 07:03:16 +00:00
wen
9d7396f3c6 Updated databases/p5-CatalystX-CRUD-ModelAdapter-DBIC to 0.12 2013-08-23 06:47:27 +00:00
wen
29e1b65b48 Update to 0.12
Upstream changes:
0.12    03 Dec 2012
        * fix RT https://rt.cpan.org/Ticket/Display.html?id=81079
          SQL::Abstrct order_by syntax
2013-08-23 06:46:13 +00:00
schmonz
c030970e5e Updated devel/tig to 1.2 2013-08-23 05:09:36 +00:00
schmonz
7d4fc4db0e Update to 1.2. From the changelog:
=============

 - Tig now has its own tag on Stack Overflow, where users are invited to
   ask questions: http://stackoverflow.com/questions/tagged/tig

Improvements:

 - Make tig prompt commands bindable to keys. For example:
   `bind diff F :set diff-options = --full-diff`. (GH #69, #116)
 - Add a diff-options setting for specifying default diff options.
   Example: `set diff-options = --patience`. (GH #116)
 - Options in diff-options and blame-options matching tig browsing state
   variables are replaced.
 - Show diff stats as wide as the terminal. (GH #109)
 - Show line numbers in the branch view. (GH #135)
 - Add toggles for showing author email or email user names. (GH #115)
 - Open editor at the selected line by prefixing the file argument with
   `+<lineno>`. Tested in vi, vim, emacs, nano, gedit, geany. Disable
   by adding `set editor-line-number = no` to ~/.tigrc. (GH #118, #119)
 - Add toggle-files to control whether to show full commit diff or only
   the diff concerning the currently selected file, e.g. for blame.
 - Optionally highlight exceeding characters in long commit titles.
   The default title max width is 50 characters. Customize using:
   `set title-overflow = 50` (GH #125)
 - Add +ESC key bindings. Example: `bind generic ^[v move-page-up` (GH #120)
 - Create temporary files in TMPDIR, TEMP, or TMP before defaulting to /tmp.
 - Reenable `tig log` as a subcommand. (GH #146)
 - Enable tilde expansion in ~/.tigrc "source" commands. (GH #168)
 - Introduce the stash view, bound to the 'y' keybinding. (GH #169, #174)

Bug fixes:

 - Fix blame and status to work in directories starting with a dot. (GH #172)
 - Reload current branch name when reloading the status view. (GH #93)
 - Fix compile errors on old Solaris. (GH #97)
 - Reload HEAD info when reloading the stage view. (GH #104, #93)
 - Fix disappearing branch labels after external commands. (GH #148)
 - Fix diff view display for staged/unstaged changes when using 'd'.
 - Fix display of status messages when toggling view options. (GH #111)
 - Fix illegal memory access. (GH #98)
 - Fix display of all branches label in repos with short branch names.
 - Fix rendering glitch for branch names.
 - Do not apply diff styling to untracked files in the stage view. (GH #153)
 - Fix tree indentation for entries containing combining characters. (GH #170)
 - Ignore unrepresentable characters when transliterating text for rendering.
 - Transliterate text to output encoding before trimming it to avoid
   misalignment. (GH #86)
 - Introduce a more natural context-sensitive log display. (GH #155)
2013-08-23 05:09:28 +00:00
taca
d946e4402b Note update of php54 and php55 packages.
lang/php54	5.4.19
	lang/php55	5.5.3
2013-08-23 03:13:44 +00:00
taca
558212ae2d Update php55 to 5.5.3.
22 Aug 2013, PHP 5.5.3

- Openssl:
  . Fixed UMR in fix for CVE-2013-4248.
2013-08-23 03:12:49 +00:00
taca
0ee7ff105d Update php54 to 5.4.19.
22 Aug 2013, PHP 5.4.19
- Core:
  . Fixed bug #64503 (Compilation fails with error: conflicting types for
    'zendparse'). (Laruence)

- Openssl:
  . Fixed UMR in fix for CVE-2013-4248.
2013-08-23 03:11:55 +00:00
wen
d15f50f5a6 Updated databases/p5-CatalystX-CRUD-Model-RDBO to 0.28 2013-08-23 01:47:25 +00:00
wen
0b07fffbcc Update to 0.28
Upstream changes:
0.23    31 Oct 2012
        * add find_related() method

0.24    5 Nov 2012
        * add tests for CatalystX::CRUD::Controller::REST

0.25    5 Nov 2012
        * fix skip test count for t/02-rest

0.26    28 Jan 2013
        * wrap RDBO::Iterator in CXC::Iterator for search_related() and iterator_related() methods.

0.27    31 Jan 2013
        * explicitly require JSON dependency for Helpers

0.28    22 July 2013
        * do not attempt to sort related objects till column name api can be figured out r14454
2013-08-23 01:46:25 +00:00
wen
f28500880d Added www/p5-CatalystX-CRUD-Controller-REST version 0.003 2013-08-23 01:40:04 +00:00
wen
9c0a74c7d0 Add p5-CatalystX-CRUD-Controller-REST 2013-08-23 01:38:25 +00:00
wen
30ff942726 Import CatalystX-CRUD-Controller-REST-0.003 as www/p5-CatalystX-CRUD-Controller-REST
This module extends Catalyst::Controller::REST to work with the
CatalystX::CRUD::Controller API. It is designed for web services,
not managing CRUD actions via HTML forms.
2013-08-23 01:37:01 +00:00
wen
c24b5e31c6 Updated databases/p5-CatalystX-CRUD to 0.55 2013-08-23 00:57:25 +00:00
wen
5933c659c7 Update to 0.55
Upstream changes:
0.53    31 Oct 2012
        * add list_related and view_related primarily for REST support

0.54    5 Nov 2012
        * add Results->serialize() method
        * refactor some Controller methods into a Role class
        * Model::File->fetch() now returns undef if file does not exist. Add Model::File->prep_new_object().
        * add new required method to Object class: is_new()
        * add Model->put_related method

0.55    28 Jan 2013
        * add Iterator->serialize() method.
2013-08-23 00:56:03 +00:00
wen
9546a7361d Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.61 2013-08-23 00:47:31 +00:00
wen
2abec0c7af Update to 0.61
Upstream changes:
0.61 2013-06-19 12:48:34
        - Fix test failure caused by hash randomisation in perl 5.17 (RT#82917)

0.60  2012-06-12 16:27:00
        - Add per_request_schema hook to PerRequestSchema trait and docs
        - Additional paranoia in types as it's possible for loading code
          to clobber $_
2013-08-23 00:45:52 +00:00
wiz
89998420b9 Disable gethostbyname_r detection on NetBSD to make this build on 6.99.23. 2013-08-22 22:07:52 +00:00
joerg
979f5a0ff8 Set visibility to hidden for BZ2_crc32Table for clang too. 2013-08-22 21:19:00 +00:00
joerg
0150caad80 At least on my systems glob and vis are not installed, so introduce
PLIST conditional. Please fix up the setting on your systems.
Mark as not MAKE_JOBS_SAFE.
2013-08-22 21:17:00 +00:00
adam
a2b40f0c7d Updated print/ghostscript-agpl to 9.09 2013-08-22 21:08:02 +00:00
adam
c01ba419d9 Changes 9.09:
* Background printing (BGPrint) is a new feature allowing an accumulated page clist to be rendered by one or more rendering threads whilst the interpreter (in the "main" thread) continues to accumulate the subsequent page's clist. For certain classes of file this can result in a useful performance increase.
* GrayDetection allows suitably written devices to detect "color" input in near neutral tones (i.e. near monochrome) and to convert "on-the-fly" to pure grayscale, whilst retaining the ability to print full color on demand. This is primarily aimed at workflows where saving ink (especially color inks) is required.
* LittleCMS2 and libpng have both been updated to the latest versions.
* Support has been added to build the Ghostscript DLL for WinRT for x86, x64 and ARM (Requires MS Visual Studio 2012 Pro).
* Processing of Windows command line arguments into UTF8 (as presaged a few releases ago) has been enhanced and enabled by default.
* The URW Postscript font set has been updated to the latest version, fixing many compatibility problems with the Adobe fonts.
* Plus the usual round of bug fixes, compatibility changes, and incremental improvements.
2013-08-22 21:07:08 +00:00
adam
09594b8efb Switched MASTER_SITES to SourceForce, since the original distfile can't be found 2013-08-22 20:08:01 +00:00
taca
54f1172951 Note update of www/contao211 and www/contao211-example package to 2.11.12. 2013-08-22 17:11:04 +00:00
taca
47c89ef253 Note update of contao211 to 2.11.12.
Version 2.11.12 (2013-08-22)
----------------------------

### Fixed
Allow to paste into the root page in "edit multiple" mode (see #5620).

### Updated
Updated TCPDF to version 6.0.010 (see #5676).

### Fixed
Backported the changes from e44864d2 (see #5683).

### Fixed
Handle all possible errors when uploading files (see #5934).

### Improved
Improved the memory footprint of the search index rebuild (see #5681).

### Fixed
Do not trigger the "setNewPassword" hook twice (see #5247).

### Updated
Updated SimplePie to version 1.3.1 (see #5604).

### Fixed
Delete the `pathconfig.php` file in the install tool (see #5536).
2013-08-22 17:10:04 +00:00
taca
b9ae1d5bd0 Note update of mail/roundcube package to 0.9.3. 2013-08-22 17:08:47 +00:00
taca
e38a6b4b9a Update roundcube to 0.9.3.
RELEASE 0.9.3
-------------
- Fix setting refresh_interval to "Never" in Preferences (#1489286)
- Optimized UI behavior for touch devices
- Fix purge action in folder manager (#1489280)
- Fix base URL resolving on attribute values with no quotes (#1489275)
- Fix wrong handling of links with '|' character (#1489276)
- Fix colorspace issue on image conversion using ImageMagick (#1489270)
- Fix XSS vulnerability when saving HTML signatures (#1489251)
- Fix XSS vulnerability when editing a message "as new" or draft (#1489251)
- Fix rewrite rule in .htaccess (#1489240)
- Fix detecting Turkish language in ISO-8859-9 encoding (#1489252)
- Fix identity-selection using Return-Path headers (#1489241)
- Fix parsing of links with ... in URL (#1489192)
- Fix compose priority selector when opening in new window (#1489257)
- Fix bug where signature wasn't changed on identity selection when editing
  a draft (#1489229)
- Fix IMAP SETMETADATA parameters quoting (#1489231)
- Fix "could not load message" error on valid empty message body (#1489228)
- Fix handling of message/rfc822 attachments on message forward and edit
  (#1489214)
- Fix parsing of square bracket characters in IMAP response strings (#1489223)
- Don't clear References and in-Reply-To when a message is "edited as new"
  (#1489216)
- Fix messages list sorting with THREAD=REFS
- Remove deprecated (in PHP 5.5) PREG /e modifier usage (#1489174)
- Fix empty messages list when register_globals is enabled (#1489157)
- Fix so valid and set date.timezone is not required by installer checks
  (#1489180)
- Canonize boolean ini_get() results (#1489189)
- Fix so install do not fail when one of DB driver checks fails but other
  drivers exist (#1489178)
- Fix so exported vCard specifies encoding in v3-compatible format (#1489183)
2013-08-22 17:08:10 +00:00
taca
e44e217215 Note update of graphics/magicpoint package to 1.13anb20. 2013-08-22 17:07:07 +00:00
taca
a8fa599987 Bump PKGREVISION for previous commit has possible API change with mng.
Noted by Robert Elz via private mail.
2013-08-22 17:06:31 +00:00
jaapb
5c849e39eb Update harfbuzz to 0.9.19, as well as add an option to compile with icu
support. Changes, apart from minor fixes, include:
    [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
    [uniscribe] Fix buffer allocation
    [Indic] Add Javanese config
    [OT] Collect requiredFeature only if features are not provided
    Fix contextual lookup recursion indexing
    Destroy lookups before blobs.
    If variation selector is not consumed by cmap, pass it on to GSUB
    Skip over multiple variation selectors in a row
    util/ansi-print.cc: Use fallback implementation for lround on MSVC
    hb-uniscribe.cc: Re-enable build under Visual Studio
2013-08-22 15:34:32 +00:00
jaapb
57524911a5 Updated lang/camlp5 to 6.11 2013-08-22 15:25:44 +00:00
jaapb
59d067375d Updated lang/camlp5 to latest version, 6.11 (discussed with tonio@).
Changes from 6.07 are:
* Updated for ocaml version 4.01.0
* Added 'MLast.loc_of_with_constr'.
* Fixed bug toplevel with revised syntax; "= 'a" was missing
  in output in that example:
   # module type A = sig module type S = 'a; end;
     module type A = sig module type S; end
* Now accept lowercase ident for module types, like ocaml does.
  Accepted also in revised syntax.
* (experimental) Now, in revised syntax, a "." followed by
  a newline is interpreted as a ";", allowing to end phrases with ".".
  Drawback: will syntax error when writing a record/module access in two
  lines ending the first one with "." like:
    foo.
    bar
* Accept now "match with | | ... end" in revised syntax, with
  a required "|" in the first case, as alternative syntax for match.
* Added function 'Pcaml.value greek_ascii_equiv' giving
  an ascii equivalent to a greek (utf8) letter representing a type
  parameter. E.g. 'a' for 'α', 'b' for 'β', and so on.
* Fixed bug no locations built in some cases of constructors.
* Fixed bug: in toplevel, the highlighting of errors did not work.
* Added option '-dquot' to specify the default quotation name.
  and the ability to use "#option" directive with two parameters. Therefore,
  we can use either (e.g.):
    -dquot "expr"
  in the command line of camlp5 or
    #option "-dquot" "expr"
  inside a file.
* Now 'make' displays a message how to compile, instead
  of doing 'make out'. Old behaviour of 'make' must be now 'make out'.
* Now accept identifiers starting with a greek letter as variable names.
* Fixed bug: DEFINE FOO=32 while using pa_macro.cmo did not work
  due to a bad order in grammar insertion.
* Fixed bug: parsing greek letters as type variable in
  constructor declaration did not work when building Camlp5.
2013-08-22 15:25:01 +00:00
prlw1
36d0ada6e0 Fix build - reported by wiz@. 2013-08-22 15:06:15 +00:00
wiz
b19f7ba0da + dd_rescue-1.40, eric5-5.3.6, gnupg2-2.0.21, highlight-3.15,
p5-Quota-1.7.0 [pkg/48144], py-qt5-5.0.1, py-sip-4.15, synergy-1.4.12
  [pkg/48141], tinc-1.0.22, vttest-20130818, webmin-1.650,
  wesnoth-1.10.6 [pkg/48139], xf86-video-intel-2.21.15.
2013-08-22 14:54:03 +00:00
richard
d36145777b update to libjpeg-turbo 1.3.0 2013-08-22 14:52:23 +00:00
richard
d29b4fbfa6 patch (proposed) for cvs build problem 2013-08-22 14:45:13 +00:00
jaapb
b9c11bd3bd Updated devel/mdds to 0.9.0 2013-08-22 14:43:15 +00:00
jaapb
b6379b5294 Updated package to its latest version, 0.9.0. Changes (apart from bugfixes)
include:
* all
  * added .pc file for pkg-config.
* multi_type_vector
  * added another block function template to make it easier to declare
    container with 3 custom element types.
  * added two variants of release():
    * template<typename _T> iterator
      release(size_type pos, _T& value)
    * template<typename _T> iterator
      release(const iterator& pos_hint, size_type pos, _T& value)
  * added a variant of release() that takes no arguments.  This one
    releases all elements and makes the container empty afterward.
  * added a new variant of position() that takes const_iterator as
    position hint.
    * std::pair<const_iterator, size_type>
      position(const const_iterator& pos_hint, size_type pos) const
  * added compile-time macro MDDS_MULTI_TYPE_VECTOR_USE_DEQUE to allow
    users to specify std::deque as the underlying data array.  By
    default, multi_type_vector uses std::vector as the underlying data
    array container.
  * added a new variant of swap() that allows partial swapping of
    content with another container.
  * added static block type identifier so that the numeric block type
    ID can be deduced from the block type directly.
  * value_type (which is a type of object returned when dereferencing
    an iterator) now stores 'position' which is the logical position
    of the first element of a block.
  * added position_type and const_position_type which are typedefs to
    the return types of position() methods.
  * added char and unsigned char types to the standard types supported
    by default.
  * added position() member method that takes a logical element
    position and returns a pair of block iterator where the element
    resides and its offset within that block.
  * added at() static member method to the data block, which calls the
    at() method of the underlying std::vector container.
  * added release() member method to allow caller to release an object
    stored inside a managed block.
  * added two templates to ease creation of custom element block
    functions when using one or two custom element types.
  * added transfer() member method to allow elements in a specified
    range to be transferred from one container to another.  When
    transferring elements stored in a managed element block, the
    ownership of those elements is also transferred.
  * add variants of set() methods (both single- and multi-value)
    insert(), set_empty() and insert_empty() methods that take an
    iterator as an additional position hint parameter for block lookup
    speed optimization.
  * add support for non-const iterators which allow the client code to
    modify values directly from the iterators.
  * set() methods (both single- and multi-parameter variants),
    set_empty(), insert() and insert_empty() methods now return
    iterator that references the block to which the values are set or
    inserted.
* multi_type_matrix:
  * get_numeric(), get_boolean(), and get_string() are made more
    efficient.
  * added position() method that returns a reference object to an
    element (position object).
  * added variants of get_numeric(), get_boolean() and get_string()
    that retrieves elements from position objects.
  * added variants of set() that sets new element values via position
    objects.
  * add a variant of the position() method that takes an iterator as
    positional hint.  Note that there is no variant of position() that
    takes const_iterator.
* flat_segment_tree
  * changed the return type of search_tree from bool to
    std::pair<const_iterator,bool>, to make it consistent with the
    search() method.  Note that this is an API-incompatible change.
2013-08-22 14:42:57 +00:00
adam
d0d38e8556 Updated devel/gettext to 0.18.3.1 2013-08-22 14:40:15 +00:00
adam
71dc16e349 Changes 0.18.3.1:
* Bug fixes.
2013-08-22 14:39:00 +00:00