Commit graph

196752 commits

Author SHA1 Message Date
rhaen
89cabee1c9 Updated www/p5-HTML-Mason to 1.50 2013-01-27 10:49:51 +00:00
rhaen
673d48e17d Updated to 1.50
Changes:
1.50 Jul 11, 2012

    [ DISTRIBUTION ]

    - Switch to Dist::Zilla
    - Eliminate HTML docs from distribution, available on web
    - Move live Apache tests to author-only

1.49 Feb 27, 2012

    [ DOCS ]

    - Fixed misspellings in docs. RT #74676. Reported by Salvatore Bonaccorso.

1.48 Feb 3, 2012

    [ BUG FIXES ]

    - Calling a subcomponent from inside an anonymous component (created via
  $interp->make_component) caused an uninitialized value warning. Reported by
  Javier Amor Garcia.
2013-01-27 10:48:54 +00:00
rhaen
65b4c88915 Updated www/p5-CGI-Application-Plugin-ValidateRM to 2.5 2013-01-27 10:43:23 +00:00
rhaen
dea9a9b82c Updated to 2.5
Changes:
2.5 June 10th, 2012
    New features, thanks to Michael Peters (RT#46258):
    - Support for using an alternative HTML::FillInForm class
      via param dfv_fif_class.
    - Support for supplying defaults for HTML::FillInForm->fill
      via param dfv_fif_defaults.
2013-01-27 10:42:44 +00:00
rhaen
aed38301e0 Updated textproc/p5-CAM-PDF to 1.58 2013-01-27 10:32:15 +00:00
rhaen
3252fce04d Updated to 1.58
1.58  28 May 2012
      Many thanks for Vadim Repin for numerous excellent bug reports!
      [FIXES]
      - Appended pdf revisions incorrectly incremented object generation numbers
        https://rt.cpan.org/Ticket/Display.html?id=76513
      - Appending pdf revisions was broken for non-linearized PDFs
        https://rt.cpan.org/Ticket/Display.html?id=76514
      - Allow multiple "startxref" statements in the last 1024 bytes -- unlikely, but possible
        https://rt.cpan.org/Ticket/Display.html?id=77508
      - Allow whitespace at the beginning of an indirect object (I think the PDF spec is
        ambiguous about this)
        https://rt.cpan.org/Ticket/Display.html?id=76512
      - Allow backspace character
        https://rt.cpan.org/Ticket/Display.html?id=76151
      [DOCUMENTATION]
      - mention $pdf->setPageContent($pagenum, $tree->toString());
        Leo Lapworth and http://cpanforum.com/posts/13228
2013-01-27 10:31:19 +00:00
rhaen
f63113fd50 Updated mail/p5-MailTools to 2.12 2013-01-27 10:28:47 +00:00
rhaen
c78ce019a2 Updated to 2.12
Changes:
version 2.12: Fri Dec 21 12:18:51 CET 2012

    Fixes:

    - default for Mail::Header::new(Modify) is 'false', not 'true'
      rt.cpan.org#79985 [Thomas Sibley]

    - Mail::Address take username with rindex(), a bit better than
      index() but still poor.
      rt.cpan.org#82056 [Filipe Gonçalves]

    Improvements:

    - check for bad folding of header lines
      rt.cpan.org#79993 [Thomas Sibley]

    - add a note about better to avoid Mail::Address->name(),
      in response to a question by
      rt.cpan.org#81459 [Moritz Lenz]
2013-01-27 10:28:03 +00:00
rhaen
519bd56c52 Updated devel/p5-TAP-Formatter-HTML to 0.11 2013-01-27 10:26:14 +00:00
rhaen
c0a5854106 Updated to 0.11
Changes:
0.11
    +   fixed RT #81922: tests no longer hang on Win32.  Didn't get to the bottom
        of the issue (likely IPC::Open3 & redirecting STDOUT not playing nicely),
        but worked around it.
    +   fixed a bug on Win32 where default js_uris & css_uris were being mangled:
        "C:%5C..." vs "C:\".  May have affected other Win32 URIs too.

0.10
    +   fixed RT #82738: color method was not implemented.
    +   fixed RT #74364: TT2 INCLUDE_PATH no longer set to all dirs in @INC,
        now it is set to parent directory TAP::Formatter::HTML was loaded from.
2013-01-27 10:25:29 +00:00
rhaen
409430c6f1 Updated devel/p5-Syntax-Keyword-Junction to 0.003002 2013-01-27 10:08:05 +00:00
rhaen
a0d0137291 Updated to 0.003002
Changelog:
0.003002  2012-11-17 16:20:07 CST6CDT
    - Put MetaYAML back in dist
2013-01-27 10:07:09 +00:00
rhaen
985a953bf6 Updated www/p5-Catalyst-Plugin-Session-Store-DBIC to 0.12 2013-01-27 10:04:58 +00:00
rhaen
7828d307f1 - Updated to 0.12
ChangeLog:
0.12  Thu Aug  4 23:56:00 BST 2011
        - Changed a test case to be less picky about the actual text captured
          from warnings.  This was done to support some changes introduced by
          the Catalyst -> PSGI port.
2013-01-27 10:03:42 +00:00
asau
3e7e1b9400 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2013-01-27 09:05:10 +00:00
obache
5e82d36dba fix MASTER_SITES:
* use ${PKGVERSION_NOREV} instead of LATEST as subdir, or it will be invalid
  after new release.
* this site's redirect response is invalid, use canonical one and curl will not
  be required anymore.
2013-01-27 08:56:01 +00:00
obache
44cd4605dc use HTTP master site 2013-01-27 08:41:37 +00:00
obache
b3f588ce8d use HTTP master site. 2013-01-27 08:39:19 +00:00
obache
a0caec49b3 Use HTTP master site. 2013-01-27 08:25:52 +00:00
rhaen
d018cfc3e6 Updated www/p5-Catalyst-Plugin-Authentication to 0.10022 2013-01-27 07:58:54 +00:00
rhaen
d495d12330 - Updated to 0.10022
ChangeLog:
0.10022 08 Jan 2013
    - Fix NoPasswd store (skaufman)

0.10021 30 June 2012
    - Change all classes to Moose and MooseX::Emulate::Class::Accessor::Fast,
      fixing undeclared dependency on Class::Accessor::Fast.
    - Change Catalyst::Authentication::Realm to use String::RewritePrefix
      rather than doing namespace mangling manually.
    - Fix whitespace and tabs, add Test::EOL and Test::NoTabs
    - Document optional methods in stores needed for auto_create_user
      and auto_update_user in realms.
    - Clarify support channels
    - Note primary maintainer in docs.
    - Add x_authority metadata.
    - Get the NAME right by making it 1 line, due to crappy parsing
      in EU::MM (RT#77028)

0.10020 05 May 2012
     - Allow user_class to be configured for Catalyst::Authentication::Store::Minimal
       (Jochen Lutz <jlu@akk.org>)

0.10019 14 April 2012
     - Upgrade code to use Moose compatibility layer (jnap)
     - Added some rules to .gitignore for people using macs (jnap)
     - Updated copyright info
     - Catalyst::Plugin::Authentication::Credential::NoPassword added
       (Okko)
     - Convert repository to git (fREW Schmidt)
2013-01-27 07:57:23 +00:00
rhaen
f46215223d Updated www/p5-Apache-ASP to 2.62 2013-01-27 07:55:47 +00:00
rhaen
d8a283ac46 - Updated to 2.62
ChangeLog:
 - Fixed 'application/x-www-form-urlencoded' for AJAX POSTs post
   Firefox 3.x

 + First sourceforge.net hosted version

 + Incremented version number to actually match SVN branch tag

 + Switched to Big-endian date format in the documentation.
   Less chance of misunderstandings
2013-01-27 07:54:26 +00:00
morr
4f7e56670a Updated www/wordpress to 3.5.1 2013-01-27 07:53:48 +00:00
morr
83ae57ad1d This maintenance release addresses 37 bugs with version 3.5, including:
* Editor: Prevent certain HTML elements from being unexpectedly removed or
modified in rare cases.
* Media: Fix a collection of minor workflow and compatibility issues in the new
media manager.
* Networks: Suggest proper rewrite rules when creating a new network.
* Prevent scheduled posts from being stripped of certain HTML, such as video
embeds, when they are published.
* Work around some misconfigurations that may have caused some JavaScript in
the WordPress admin area to fail.
* Suppress some warnings that could occur when a plugin misused the database or
user APIs.

Additionally: Version 3.5.1 fixes a few security issues:

* Server-side request forgery (SSRF) and remote port scanning via pingbacks.
Fixed by the WordPress security team.
* Cross-site scripting (XSS) via shortcodes and post content. Discovered by Jon
Cave of the WordPress security team.
* Cross-site scripting (XSS) in the external library Plupload. Plupload 1.5.5
was released to address this issue.
2013-01-27 07:51:37 +00:00
schnoebe
32b0314fa4 Updated hplip to 3.12.11. 2013-01-27 05:28:54 +00:00
schnoebe
46c0b784af Update to 3.12.11:
Significant Changes:
  - RHEL5 supported with hpcups

Added Support for the Following New Printers:
  - HP LaserJet Pro 500 color MFP M570dw
  - HP LaserJet Pro 500 color MFP M570dn
  - HP LaserJet Enterprise flow MFP M525
  - HP LaserJet Enterprise color flow MFP M575
  - HP LaserJet Enterprise 700 M712n
  - HP LaserJet Enterprise 700 M712dn
  - HP LaserJet Enterprise 700 M712xh
  - HP LaserJet Enterprise 700 color MFP M775dn
  - HP LaserJet Enterprise 700 color MFP M775f
  - HP LaserJet Enterprise 700 color MFP M775z
  - HP LaserJet Enterprise 700 color MFP M775z+


Added support for the following new Distro's:
  - Ubuntu 12.10
  - Debian 6.0.6

Launchpad fixes:
  1073650 - musb.c:get_interface() doesn't check return value of
  libusb_get_config_descriptor()
  1070758 - can't run hp-check without GUI
  1048754 - HP Setup crashes with ValueError
  1067697 - manual  of hp-check mentions '--runtime' option
  1067689 - 'hp-check -r' starts HPLIP status service (hp-systray)
  1064107 - CUPSEXT could not be loaded
  1066235 - 'hp-check' does not find installed XSane
  1065582 - Cannot add a parallel printer


Issues fixed:
  - Delay in status display on USB connection for certain classes of
    devices
  - Secure Printing support for HP LaserJet P3010 Series

Detailed Change Log:
  - Job storage support with postscript finishing filter
2013-01-27 05:25:02 +00:00
obache
5fc3a36585 LICENSE is perl's one 2013-01-27 02:56:37 +00:00
obache
de5bfca94c teach location of libpcap. 2013-01-27 02:55:36 +00:00
wiz
de81a16d68 Update HOMEPAGE. 2013-01-27 00:32:33 +00:00
wiz
95cf402736 Remove nucleo and metisse.
Nucleo doesn't build against any ffmpeg in pkgsrc, and the last release
0.7.6 (this was 0.7.5) is from 2009, so development seems to have stopped.
2013-01-27 00:18:28 +00:00
wiz
b15b644775 Updated mbone/vic-devel to 2.8.1.4.0beta.4337nb6 2013-01-27 00:15:14 +00:00
wiz
95475fb6b0 Remove vic-gpl option.
With this option, it tries to build against ffmpeg, but all ffmpegs
in pkgsrc are too new.

Bump PKGREVISION for default option change.
2013-01-27 00:15:03 +00:00
wiz
8347b0c94a Remove akode-plugins-ffmpeg; does not build with any ffmpeg version in
pkgsrc and nothing depends on it.
2013-01-27 00:13:28 +00:00
wiz
e54b9b4e84 Fix obvious automake-1.13 issues.
This still doesn't build for me, in xvidcore if I read correctly,
but I don't understand why not.
2013-01-26 23:26:19 +00:00
wiz
fc72743c12 automake-1.13 compat. 2013-01-26 23:11:13 +00:00
wiz
3ddd4a3430 automake-1.13 compat.
While here, remove configure patch -- doesn't make much sense if there is
a configure.in patch and autoconf is called.
2013-01-26 23:05:16 +00:00
wiz
b50933c1c7 automake-1.13 compat. 2013-01-26 23:00:32 +00:00
wiz
2b107aa1f8 Fix build with automake-1.13. 2013-01-26 22:59:08 +00:00
ryoon
eac199c17d Updated converters/dos2unix to 6.0.3 2013-01-26 22:28:38 +00:00
ryoon
7d982e1b66 Update to 6.0.3
Changelog:
2013-01-25: Version 6.0.3

  * Source code compiles with Microsoft Visual C.
  * Print system error when writing output fails.
2013-01-26 22:28:06 +00:00
wiz
6b4faae8e5 automake-1.13 compat. 2013-01-26 22:25:00 +00:00
wiz
ff9611533d utomake-1.13 compat. 2013-01-26 22:20:25 +00:00
wiz
8dbb74a118 automake-1.13 compat. 2013-01-26 22:16:18 +00:00
wiz
da3f0669df Partial pkglint cleanup. 2013-01-26 22:14:10 +00:00
wiz
4d65bf174b automake-1.13 compat. 2013-01-26 22:14:04 +00:00
wiz
1df054c17b Fix for automake-1.13. 2013-01-26 22:07:42 +00:00
wiz
7d683dbb0a Fix for NetBSD-current (-D_KMEMUSER). 2013-01-26 22:07:31 +00:00
wiz
222b4d3b8b automake-1.13 compat. 2013-01-26 22:02:26 +00:00
wiz
b9abce0be5 Fix for automake-1.13. 2013-01-26 22:02:06 +00:00