Commit graph

212975 commits

Author SHA1 Message Date
rodent
a707bb2883 +py-ejson 2014-02-17 00:21:35 +00:00
rodent
140094bd41 Added textproc/py-ejson version 0.1.6 2014-02-17 00:20:45 +00:00
rodent
f69d821c9c Import py27-ejson-0.1.6 as textproc/py-ejson.
Extensible JSON serializers and deserializers.
2014-02-17 00:20:28 +00:00
rodent
32a7076e75 Updated www/py-flask-bootstrap to 3.1.1.1 2014-02-16 23:47:09 +00:00
rodent
97840b7b0b Updated to latest release, 3.1.1.1:
3.1.0.1
-------
* JQuery version increased to 2.1.0, html5shiv to 3.7 and respond.js to 1.4.2.
2014-02-16 23:46:55 +00:00
wiz
5f4ba57e7e Updated net/filezilla to 3.7.3nb4 2014-02-16 23:21:07 +00:00
wiz
2ce9fc73a2 Use tinyxml from pkgsrc instead of included copy.
Bump PKGREVISION.
2014-02-16 23:20:58 +00:00
wiz
5e42e8a769 Updated textproc/tinyxml to 2.6.2nb1 2014-02-16 23:16:14 +00:00
wiz
2ec7a4ba4c Fix entity encoding.
From http://sourceforge.net/p/tinyxml/patches/51/

Bump PKGREVISION.
2014-02-16 23:16:05 +00:00
wiz
e34df9ec75 Added textproc/tinyxml version 2.6.2 2014-02-16 23:06:35 +00:00
wiz
8ef4524864 + tinyxml 2014-02-16 23:05:52 +00:00
wiz
e57f871e6d Import tinyxml-2.6.2 as textproc/tinyxml, packaged for wip by
anthony_mallet.

TinyXML parses an XML document, and builds from that a Document Object Model
(DOM) that can be read, modified, and saved.

TinyXML uses a Document Object Model (DOM), meaning the XML data is parsed into
a C++ objects that can be browsed and manipulated, and then written to disk or
another output stream. You can also construct an XML document from scratch with
C++ objects and write this to disk or another output stream.

TinyXML doesn't parse or use DTDs (Document Type Definitions) or XSLs
(eXtensible Stylesheet Language.) There are other parsers out there (check out
www.sourceforge.org, search for XML) that are much more fully featured. But
they are also much bigger, take longer to set up in your project, have a higher
learning curve, and often have a more restrictive license. If you are working
with browsers or have more complete XML needs, TinyXML is not the parser for
you.
2014-02-16 23:05:33 +00:00
wiz
2817e2b3fc Added www/htmlcxx version 0.85 2014-02-16 22:59:19 +00:00
wiz
0d93d0a42b + htmlcxx 2014-02-16 22:59:07 +00:00
wiz
f727e16a70 Import htmlcxx-0.85 as www/htmlcxx.
htmlcxx is a simple non-validating CSS1 and HTML parser for C++.
Although there are several other HTML parsers available, htmlcxx
has some characteristics that make it unique:

* STL like navigation of DOM tree, using the excellent tree.hh library
  from Kasper Peeters
* It is possible to reproduce exactly, character by character, the
  original document from the parse tree
* Bundled css parser
* Optional parsing of attributes
* C++ code that looks like C++ (not so true anymore)
* Offsets of tags/elements in the original document are stored in
  the nodes of the DOM tree

The parsing politics of htmlcxx were created trying to mimic Mozilla
Firefox behavior. So you should expect parse trees similar to those
create by Firefox. However, differently from Firefox, htmlcxx does
not insert non-existent stuff in your html. Therefore, serializing
the DOM tree gives exactly the same bytes contained in the original
HTML document.
2014-02-16 22:58:51 +00:00
bouyer
ce28b908fa For some reason NetBSD is identified as 'netbsdelf' here.
Add a symlink from Makefile.netbsdelf to Makefile.netbsd to that
the package can build.
2014-02-16 22:45:54 +00:00
sno
e48f869867 Minor cleanup op PERL5_MODULE_TYPE & Bundle support for M::B 2014-02-16 22:40:57 +00:00
sno
a67b18c813 add recommended test depends, update comment 2014-02-16 22:36:49 +00:00
wiz
239792f9df Revert DESCR to previous better version. 2014-02-16 22:24:37 +00:00
sno
1bbd20a647 Updating package of Perl5 module MooseX::Getopt from CPAN in
devel/p5-MooseX-Getopt from 0.59 to 0.61.

pkgsrc changes:
- adjust dependencies (generated by pkg_util create package)

Upstream changes:
0.61      2014-02-11 06:30:14Z
 - fix potentially-broken check-breaks test when a conflicting module fails to
   compile

0.60      2014-02-10 02:21:05Z
 - avoid failing an optional test when YAML is not installed
2014-02-16 22:18:15 +00:00
rodent
3c1af06825 Updated net/py-kombu to 3.0.12 2014-02-16 21:44:40 +00:00
rodent
98efae2129 Updated to latest release, 3.0.12. From Changelog:
3.0.12
======

- Now depends on :mod:`amqp` 1.4.3.
- Fixes Python 3.4 logging incompatibility (Issue #311).
- Redis: Now properly handles unknown pub/sub messages.
- amqplib: Fixed bug where more bytes were requested from the socket
  than necessary.

3.0.11
======

- Now depends on :mod:`amqp` 1.4.2.
- Now always trusts messages of type `application/data` and `application/text`
  or which have an unspecified content type (Issue #306).
- Compression errors are now handled as decode errors and will trigger
  the ``Consumer.on_decode_error`` callback if specified.
- New ``kombu.Connection.get_heartbeat_interval()`` method that can be
  used to access the negotiated heartbeat value.
- `kombu.common.oid_for` no longer uses the MAC address of the host, but
   instead uses a process-wide UUID4 as a node id.
    This avoids a call to `uuid.getnode()` at module scope.
- Hub.add: Now normalizes registered fileno.
- SQS: Fixed bug where the prefetch count limit was not respected.
2014-02-16 21:44:22 +00:00
rodent
7fa94146c2 Updated net/py-amqp to 1.4.3 2014-02-16 21:39:29 +00:00
rodent
36a38a676e 1.4.3
=====

- Fixed bug where more data was requested from the socket
  than was actually needed.
2014-02-16 21:39:14 +00:00
wiedi
48899ca7a4 Define int types on SunOS 2014-02-16 21:37:06 +00:00
rodent
b1e14b05a6 Updated audio/glyr to 1.0.5 2014-02-16 21:33:15 +00:00
rodent
a1eb2721f5 Updated to latest release, 1.0.5. From ChangeLog on repo:
* Fix end of lyric
* Fixed typos
2014-02-16 21:33:00 +00:00
sno
675066defc Updated devel/p5-Module-CoreList to 3.04 2014-02-16 21:05:21 +00:00
sno
e09dd03319 Updating package for Perl5 module Module::CoreList from CPAN in
devel/p5-Module-CoreList from 3.00 to 3.04.

IT IS IMPORTANT WHEN UPDATING lang/perl5 - THAT THIS MODULE IS MARKED
"CONFLICTS" FOR EACH ONE WHICH DOESN'T CONTAIN UPDATED PERL5

Upstream changes:
3.04 Mon Jan 20 2014
  - Prepared for v5.19.8

3.03 Mon Jan  6 2014
  - Updated for v5.18.2

3.02 Fri Dec 20 2013
  - Prepared for v5.19.7
  - Added CGI et al deprecation status
  - Finalised for v5.19.7

3.01 Wed Nov 20 2013
  - Finalised for v5.19.6
2014-02-16 21:05:09 +00:00
sno
6fccd89f0d Adjust path of .packlist file 2014-02-16 20:58:12 +00:00
sno
722f2b2db6 Updated devel/p5-MooseX-Role-Parameterized to 1.02 2014-02-16 20:22:16 +00:00
sno
07d949429c Update package for Perl5 module MooseX::Role::Parameterized from CPAN
in devel/p5-MooseX-Role-Parameterized from 1.00nb2 to 1.02.

pkgsrc changes:
- adjust dependencies (done by pkg_util create package ^^)

Upstream changes:
1.02 September 11, 2013
    * set %INC entries in test to avoid failures with
      Moose pre-2.11 (kentfrederic)
        https://github.com/sartak/MooseX-Role-Parameterized/pull/7
        https://rt.cpan.org/Ticket/Display.html?id=88593

1.01 September 10, 2013
    * removed use of deprecated Class::MOP::load_class (ether)
2014-02-16 20:22:06 +00:00
sno
798980e746 Updated devel/p5-Scalar-List-Utils to 1.38 2014-02-16 19:30:46 +00:00
sno
073ca2f66b Updating package for Perl5 modules Scalar::Util and List::Util from CPAN
in devel/p5-Scalar-List-Utils from 1.35 to 1.38.

Upstream changes:
1.38 -- 2014/01/22 15:33:24
        [BUGFIXES]
         * Avoid Perl_ckwarn() in unweaken() because it's missing on older
           perls; ckWARN() like the rest of the code (RT92363)

1.37 -- 2014/01/21 14:44:34
        [BUGFIXES]
         * Fix unweaken() for perls < 5.14; need to use sv_setsv() to undef
           rather than sv_clear() (RT92226)

1.36 -- 2014/01/16 15:40:47
        [CHANGES]
         * Added Scalar::Util::unweaken()
         * Various documentation changes/updates
        [BUGFIXES]
         * Correct uses of overload operators in unit tests (RT91969)
2014-02-16 19:30:35 +00:00
sno
4499c497f6 Updated devel/p5-Sub-Exporter to 0.987 2014-02-16 19:28:01 +00:00
sno
7ca4aa098f Updating package for Perl5 module Sub::Exporter from CPAN in
devel/p5-Sub-Exporter from 0.986 to 0.987.

Upstream changes:
0.987     2013-10-18 11:10:03 America/New_York
          update bugtracker metadata
2014-02-16 19:27:49 +00:00
sno
5c27295eaa Updated devel/p5-Sub-Install to 0.927 2014-02-16 19:20:10 +00:00
sno
4e03fc5584 Updating package for Perl5 module Sub::Install from CPAN in
devel/p5-Sub-Install from 0.926nb2 to 0.927.

Upstream changes:
0.927     2013-10-15 22:46:38 America/New_York
        rebuild using Dist::Zilla, update links to repo, metadata, etc.

        typo fixes, thanks David Steinbrunner
2014-02-16 19:20:00 +00:00
sno
caf58b8228 Updated devel/p5-ExtUtils-MakeMaker to 6.88 2014-02-16 18:57:29 +00:00
sno
9cb5a9f877 Updating package for Perl5 module ExtUtils::MakeMaker in
devel/p5-ExtUtils-MakeMaker from 6.84 to 6.88.

pkgsrc changes:
- rewrite module using Packager::Utils
- cleanup dependecies

Upstream changes:
6.88 Fri Jan 31 20:49:13 GMT 2014

    No changes from 6.87_05

6.87_05 Tue Jan 28 13:54:21 GMT 2014
    Bug fixes:
    * Synchronisation with blead to remove old cross-compilation model

6.87_04 Sun Jan 26 19:29:05 GMT 2014
    Bug fixes:
    * On Android, pass PERL_LIB through rel2abs().

6.87_03 Sun Jan 19 17:49:43 GMT 2014
    Bug fixes:
    * Get rid of unused printf arguments in dynamic_bs

6.87_02 Sat Jan 18 13:00:36 GMT 2014
    Doc fixes:
    * Update documentation for LICENSE attribute.

    Bug fixes:
    * Get rid of unused printf arguments in dir_target

6.87_01 Sun Jan 12 10:31:41 GMT 2014
    Doc fixes:
    * mention that TEST_REQUIRES is in v6.64 and above

6.86 Sat Jan  4 12:17:53 GMT 2014

    No changes from 6.85_07

6.85_07 Wed Jan  1 18:55:22 GMT 2014
    Bug fixes:
    * Expanded test coverage for metafiles

    Doc fixes:
    * Documentation expanded to mention JSON metafiles

6.85_06 Mon Dec 30 23:14:37 GMT 2013
    Bug fixes:
    * Explicitly require dynaloader before using mod2fname

6.85_05 Sun Dec 29 11:25:00 GMT 2013
    Bug fixes:
    * Export 'configure' section of prereqs when meta-spec version 2

    Doc fixes:
    * Document BUILD_REQUIRES defaults

6.85_04 Mon Dec 23 15:00:14 GMT 2013

    No changes since v6.85_03 fixing repo tags

6.85_03 Mon Dec 23 14:55:37 GMT 2013
    Bug fixes:
    * RT#91540 PREREQ_FATAL not recognised on command line

6.85_02 Tue Dec 17 10:13:28 GMT 2013
    New features:
    * Added PPM_UNINSTALL_EXEC and PPM_UNINSTALL_SCRIPT options
      to PPD generation

6.85_01 Mon Dec 16 13:15:43 GMT 2013
    Bug Fixes:
    * harden xsubpp locating loop in MM_Unix
2014-02-16 18:57:17 +00:00
apb
bbceb34a70 The firefox configure script insists on sqlite3 >= 3.8.0.2,
so add the same version to BUILDLINK_API_DEPENDS.sqlite3
in mozilla-common.mk.

Not bumping PKGREVISION, because the build failed before.
2014-02-16 18:33:44 +00:00
sno
253f4ef715 Updated devel/p5-Module-Build-Tiny to 0.034 2014-02-16 18:26:15 +00:00
sno
9e697e88c5 Update package of Perl5 module Module::Build::Tiny in
devel/p5-Module-Build-Tiny from 0.030 to 0.034.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.034     2014-01-22 03:40:21CET+0100 Europe/Amsterdam
          Make install tests more platform independent

0.033     2014-01-21 03:27:32CET+0100 Europe/Amsterdam
          Require Getopt::Long 2.36
          Add install tests

0.032     2014-01-20 20:07:13CET+0100 Europe/Amsterdam
          Fix env options and Build.PL options being ignored (regression in 0.031)

0.031     2014-01-20 16:24:58CET+0100 Europe/Amsterdam
          Process argument sources separately
          Use mod2fname appropriately
2014-02-16 18:26:04 +00:00
sno
8b19f54d30 commit forgotten distinfo 2014-02-16 18:23:03 +00:00
sno
8d95fb66e8 Updated devel/p5-Test-Harness to 3.30 2014-02-16 18:21:25 +00:00
sno
527c86dd68 Updating package for Perl5 module TAP::Harness from CPAN in
devel/p5-Test-Harness from 3.29 to 3.30.

Upstream changes:
3.30    2013-11-12
        - Fix missing parent prereq in META.{yml,json} and NotBuild.PL
          (Dagfinn Ilmari Mannsaker, #89650)
        - Respect PERL5LIB in tainting source handler test (Dagfinn Ilmari Mannsaker,
          Leon Timmermans)
        - Use base instead of parent:

          This dist is used for testing all other modules, so it should avoid
          having any non-core prerequisites.  Having parent as a prereq leads to a
          circular dependency of parent -> Test::More -> Test::Harness. (Graham Knop)
        - Various POD fixes (Nathan Gary Glenn)
        - Don't localize all of %ENV in harness.t (Craig Berry)
        - Give TAP::Harness::Beyond a unique NAME (Leon Timmermans)
2014-02-16 18:21:14 +00:00
sno
dd4fa8eda1 Add forgotten distinfo at update to 0.42050 2014-02-16 18:09:22 +00:00
sno
1af3a811dd Updated devel/p5-Module-Build to 0.42050 2014-02-16 18:02:47 +00:00
sno
26a578408f Updating package for Perl5 module Module::Build from CPAN in
devel/p5-Module-Build from 0.40040 to 0.42050.

pkgsrc changes:
- rewrite most of Makefile.PL using Packager::Utils

Upstream changes:
0.4205 - Sun Feb  9 17:51:22 CET 2014

  [BUG FIXES]

  - FIX license code regression for artistic license [Roy Ivy III, Leon Timmermans]

  - Don't swallow ExtUtils::CBuilder loading errors [Matthew Horsfall, Leon Timmermans]

  - Handle testing on cross-compile builds [Brian Fraser]

  - Protect against platforms without getpw{nam,uid} [Brian Fraser]

0.4204 - Fri Jan 10 00:29:31 CET 2014

  [BUG FIXES]

  - Map conflicts back to runtime [Leon Timmermans]

  - Use mod2fname whenever it's available [Leon Timmermans, Brian Fraser]

  - Accept custom entries in meta_merge 1.4

0.4203 - Wed Nov 27 19:09:05 CET 2013

  [BUG FIXES]

  - Map recommends back to runtime recommends [Leon Timmermans]

  - Map restrictive license to restricted in meta 2.0 [Leon Timmermans]

0.4202 - Tue Nov 19 12:48:19 CET 2013

  [BUG FIXES]

  - Don't merge prereqs from meta to mymeta [Leon Timmermans]

0.4201 - Mon Nov 18 23:23:25 CET 2013

  [BUG FIXES]

  - Prefer META.json over META.yml [Leon Timmermans]

0.4200 - Tue Nov 12 12:39:25 CET 2013

  - Released 0.40_11 as 0.4200

0.40_11 - Wed Nov  6 12:46:59 CET 2013

  [BUG FIXES]

  - Do not set provides in metadata if no_index is set [Leon Timmermans]

0.40_10 - Tue Nov  5 12:11:37 CET 2013

  [BUG FIXES]

  - Lowercase license in fallback logic [Leon Timmermans]

0.40_09 - Tue Nov  5 00:13:11 CET 2013

  [ENHANCEMENTS]

  - Converted to using Meta 2.0

0.4008 - Mon Nov  4 23:10:54 CET 2013

  [BUG FIXES]

  - Fix test failing on ancient perls <= 5.8.1 [Peter Rabbitson]

  - Do not set default switches in Test::Harness; not even -w [Leon Timmermans]

  [DOCUMENTATION]

  - Fix a couple more broken links to CPAN::META::Spec that should
    have been CPAN::Meta::Spec. [Reported by Mike Doherty]

0.4007 - Fri Jul 19 13:44:39 CEST 2013

  [BUG FIXES]

  - Removed undeclared test dependency on parent.pm [Leon Timmermans]

  - Declared dependency on Pod::Man 2.17 for utf8 support [Leon Timmermans]

  - Force generation of man pages in manify_with_utf8.t [Leon Timmermans]

0.4006 - Thu Jul 18 14:19:49 CEST 2013

  - Announcement: The Perl5-Porters have decided to remove
    Module::Build from the perl core distribution.  It will still be
    available on CPAN, and development is planned to continue
    regardless.

    For more information, see:

    * http://www.nntp.perl.org/group/perl.perl5.porters/2013/05/msg202041.html
    * http://blogs.perl.org/users/joel_berger/2013/05/on-the-removal-of-some-core-modules.html
    * http://www.dagolden.com/index.php/2140/paying-respect-to-modulebuild/
    * http://perlhacks.com/2013/06/removing-modules-from-core/

  [BUG FIXES]

  - In the 'installdeps' action, w don't need to check for an
    executable bit on the CPAN client, just try executing it.
    Otherwise we needlessly fail on e.g. VMS.

  - Actually handle utf8 correctly in utf8-man tests. [Leon Timmermans]

  - Don't clobber standard array/hash attributes in subclasses that
    have their own array/hash attributes. [Graham Ollis]

  - We now allow underscores in package names, when extracting the
    name & abstract from POD. [Ricardo Signes, Shlomi Fish]

  - When building HTML docs, fix a problem with setting the --htmlroot
    argument. [Ken Williams]

  - Lower Test::More dependency in the test metadata, so distgen
    output won't mess up console with older Test::More installed.
    [Tatsuhiko Miyagawa]

  - Revised detildification on VMS [Craig Berry]

  - Fix run_test_harness for case when $Switches is an empty string
    [Victor Efimov, Ken Williams]

  [ENHANCEMENTS]

  - Significantly sped up some tests by not forcing HTML docs to be
    built when the user's config doesn't ask for them anyway.
    [Ken Williams]

  - The Module::Metadata package was split out from this distro back
    in 2010.  Removed its regression tests. [Ken Williams]

  - Removed dependence on IO::File, replacing it with safe invocations
    of open(). [Sven Dowideit]

  - Added an 'extra_manify_args' parameter to facilitate man pages
    containing Unicode. [Joenio Costa]

  - Added an '--html_links 0' argument for the 'html' action, which
    can hugely speed things up.  The main effect is speeding up the
    M::B tests themselves. [Ken Williams]

  - Added continuous integration support for the Module::Build code
    itself, through the Travis-CI project
    (https://travis-ci.org/). [Tatsuhiko Miyagawa, Olivier Mengué]

  [DOCUMENTATION]

  - Removed suggestion in the INSTALL document to use the Makefile.PL
    for installation.  Making the Makefile.PL lower-profile in
    general. [Ken Williams]

  - Fix link from UpperCase CPAN::META::Spec to CPAN::Meta::Spec in
    API.pod. [Sven Dowideit]

  [OTHER]

  - Removed unused platform specific modules that never contained
    anything. [Leon Timmermans]

  - Lots of typo fixes in comments & documentation. [David Steinbrunner]


0.4005 - Thu Apr 25 15:10:14 CEST 2013

  [ENHANCEMENTS]

  - Added --pureperl-only support

  [BUG FIXES]

  - #72176: pod2html will fail with an empty podpath in some cases. [Phillip Moore]

  - Fix links between modules in HTML docs output [Michael Wild, Leon Timmermans]
2014-02-16 18:02:35 +00:00
sno
8ad553e40e Updated devel/p5-local-lib to 2.000004 2014-02-16 17:56:59 +00:00