Commit graph

226754 commits

Author SHA1 Message Date
mef
542303d5f7 Update 0.67 to 0.68
0.68
	- Make-time configuration of buffer sizes
	- Added Coro to test prerequisites.
2015-01-12 07:50:42 +00:00
mef
d0ca77da8b Update 0.28 to 0.301
0.301 Sun Aug  3 2014
        [TEST]
        - fix t/02pod-coverage.t to skip HTTP::Proxy::Engine::Threaded
          when running under an unthreaded Perl (Masahiro Nagano (KAZEBURO))
        - fix t/01pod.t and t/02pod-coverage.t to only run under
          RELEASE_TESTING (thanks to Masahiro Nagano (KAZEBURO))

0.300 Sun Apr  7 2013
        [IMPROVEMENTS]
        - Downgrade a disconnect message from ERROR to SOCKET debug level
          in order to reduce the amount of runtime log output. Disconnects
          are /very/ common in HTTP, and shoudn't be considered errors.
          (thanks to Salve J. Nilsen)
        [TEST]
        - include t/90httpstatus.t in the MANIFEST
        - fix t/67save.t to not try to create files with a "?" in
          their name under MSWin32

0.29 Tue Mar 19 2013
        [TEST]
        - fix t/50hopbyhop.t to open the proxy on a random port,
          and avoid failures when port 8080 is "already in use"
2015-01-12 07:48:03 +00:00
mef
a8769f3012 Update 0.14 to 0.17
0.17
	- update picohttpparser (runs faster / does slightly more strict parsing)

0.16
	- documentation about PATH_INFO

0.15
	- deny HTTP header field with an empty name
2015-01-12 07:45:13 +00:00
mef
bb63a401a0 Update 3.27 to 4.03
4.03
  - Fixed MANIFEST [phochste]

4.02
  - Fixed namespace issue with ResumptionToken.pm [sebastfr]

4.01
  - Reworked API to use DocumentFragments
  - Various speed improvements
  - Added bin/oai_pmh.pl CLI tool

3.28
  - Fixed parsing <description> elements that contain multiple child nodes
2015-01-12 07:42:58 +00:00
mef
6adb246be5 Update 2.4 to 2.43
------------------
2.43 2014-01-29
    - Directed people to HTTP::Tiny and LWP at the start of the doc
    - Added links to better modules in SEE ALSO
    - Added "use warnings" (!)
    - Moved test.pl into t/original-tests.t

2.42 2013-07-21
    - Fixed typos reported by David Steinbrunner (thanks!)

2.41 2013-07-20
    - Reformatted this file according to CPAN::Changes::Spec
2015-01-12 07:37:07 +00:00
mef
d1b8a246fa Update 0.46 to 0.47
(From: perldoc HTTP-DAV-0.47/blib/lib/HTTP/DAV/Changes.pod)
  v0.47 (released 2012/03/24):
    *   bug fixes

        Improve "propfind()" resilience when server response contains broken,
        truncated or no XML at all. RT#75011.
2015-01-12 07:29:42 +00:00
mef
4a432278ee Update 0.23 to 0.27
-------------------
0.27 2014/11/17

  * Github user acferen finally patched the long-standing timeout bug
    Thanks acferen!

0.26 2014/06/06

  * Daniel Lintott of the Debian Perl Group reported that the HTTP::Async proxy
    tests were broken with a development version of HTTP-Server-Simple (0.45_1)
    I fixed the test, or rather fixed t/TestServer.pm, so that it would work
    Thanks Daniel!
  * While I was in there, I replaced some warn() calls in the tests with diag()
    calls, to be a better TAP citizen

0.25 2014/03/20

  * Added remove($id) and remove_all() methods
    Thanks go to rt.cpan.org user Ikegami
  * Added support for forwarding headers on redirect
    Thanks to Github users kloevschall and kaol
  * Added support for having an HTTP::Cookies cookie jar object
    Thanks again to Github user kaol
  * Use Net::EmptyPort for the TestServer in the tests
    Thanks to Github user and all around great Perl Monger DrHyde

0.24 2014/03/19

  * Better POD docs for the counting methods
  - Requested by Dave Hodgkinson via rt.cpan.org
2015-01-12 07:19:50 +00:00
mef
0a42f122c5 Update 0.23 to 0.24
--------------------------
0.24 2014-09-22T09:31:26Z
    - Removed Web::Scraper from runtime dependencies.
      https://github.com/tokuhirom/HTML-TreeBuilder-LibXML/issues/9
(Note: there is no above dependency in pkgsrc Makefile)
2015-01-12 07:05:09 +00:00
mef
9d09db56a5 Update 2.08 to 2.09
2.09  Mon Jan  5 16:51:17 GMT 2015
    - fixed latin1 support, added test case for it (RT#100969)
2015-01-12 06:59:51 +00:00
mef
328f296104 Update 0.16 to 0.18
--------------------
0.18 NEXT
      - Fix bug in `:not(...)[attr] (Aaron Crane)
      - Support `:nth-child(odd)` and `:nth-child(even)` (Aaron Crane)
      - Translation of `[attr$=tail]` works with XPath 1.0 (Aaron Crane)

0.17 Sat Aug 30 16:12:52 GMT+2 2014
      - Support unicode characters for id and class selectors (aereal)
      - Normalize space characters of the class attribute (hitode909)
2015-01-12 06:56:43 +00:00
obache
ab675937d7 Add some missing builtin gettext-tools path. 2015-01-12 04:54:19 +00:00
joerg
922233cd83 On systems with MMX support, additional files are installed. 2015-01-11 23:07:01 +00:00
wiz
4e33560b00 Only python 2.x is supported, mark it so. 2015-01-11 22:58:59 +00:00
wiz
a5661f099c Fix example, noted by htodd. 2015-01-11 22:53:44 +00:00
wiz
d67c0fcc79 Updated textproc/py-html2text to 2014.12.29 2015-01-11 21:20:30 +00:00
wiz
46a5710eb4 Update to 2014.12.29:
2014.12.29
==========
----

* Feature #51: Add single line break option.
    This feature is useful for ensuring that lots of extra line breaks do not
    end up in the resulting Markdown file in situations like Evernote .enex
    exports. Note that this only works properly if ``body-width`` is set
    to ``0``.
2015-01-11 21:20:21 +00:00
wiz
71fa759f53 Updated net/Radicale to 0.9 2015-01-11 21:17:52 +00:00
wiz
d299d6c827 Update to 0.9:
0.9 - Rivers
============

* Custom handlers for auth, storage and rights (by Sergey Fursov)
* 1-file-per-event storage (by Jean-Marc Martins)
* Git support for filesystem storages (by Jean-Marc Martins)
* DB storage working with PostgreSQL, MariaDB and SQLite (by Jean-Marc Martins)
* Clean rights manager based on regular expressions (by Sweil)
* Support of contacts for Apple's clients
* Support colors (by Jochen Sprickerhof)
* Decode URLs in XML (by Jean-Marc Martins)
* Fix PAM authentication (by Stepan Henek)
* Use consistent etags (by 9m66p93w)
* Use consistent sorting order (by dnnr)
* Return 401 on unauthorized DELETE requests (by Eduard Braun)
* Move pid file creation in child process (by Mathieu Dupuy)
* Allow requests without base_prefix (by jheidemann)
2015-01-11 21:17:43 +00:00
wiz
7919d6ec31 Updated time/py-dateutil to 2.4.0 2015-01-11 21:05:38 +00:00
wiz
f829a417ed Update to 2.4.0:
Version 2.4.0
-------------

- Fix an issue with relativedelta and freezegun (lp:1374022)
- Fix tzinfo in windows for timezones without dst (lp:1010050, gh #2)
- Ignore missing timezones in windows like in POSIX
- Fix minimal version requirement for six (gh #6)
- Many rrule changes and fixes by @pganssle (gh pull requests #13 #14 #17),
    including defusing some infinite loops (gh #4)
2015-01-11 21:05:30 +00:00
wiz
0b10edadfa Updated devel/afl to 1.09b 2015-01-11 21:04:35 +00:00
wiz
af67369b35 Update to 1.09b:
--------------
Version 1.09b:
--------------

  - Corrected a cosmetic problem with 'extras' stage count not always being
    accurate in the stage yields view.

  - Fixed a typo reported by Jakub Wilk and made some minor documentation
    improvements.

--------------
Version 1.08b:
--------------

  - Fixed a div-by-zero bug in the newly-added code when using a dictionary.

--------------
Version 1.07b:
--------------

  - Added code that automatically finds and extracts syntax tokens from the
    input corpus.

  - Fixed a problem with ld dead-code removal option on MacOS X, reported
    by Filipe Cabecinhas.

  - Corrected minor typos spotted by Jakub Wilk.

  - Added a couple of more exotic archive format samples.
2015-01-11 21:04:27 +00:00
wiz
567a7d89a4 Updated time/py-vdirsyncer to 0.4.1 2015-01-11 21:02:00 +00:00
wiz
82fba6e631 Update to 0.4.1:
Version 0.4.1
=============

*released on 05 January 2015*

- All ``create`` arguments from all storages are gone. Vdirsyncer now asks if
  it should try to create collections.
- The old config values ``True``, ``False``, ``on``, ``off`` and ``None`` are
  now invalid.
- UID conflicts are now properly handled instead of ignoring one item. Card-
  and CalDAV servers are already supposed to take care of those though.
- Official Baikal support added.
2015-01-11 21:01:52 +00:00
wiz
087b4b1257 Updated security/py-keyring to 4.0nb1 2015-01-11 21:00:03 +00:00
wiz
ca557ce1fb Convert to egg.mk. Rename additionally installed file so that multiple
python versions' packages don't conflict. Add ALTERNATIVES file.
Bump PKGREVISION.
2015-01-11 20:59:56 +00:00
wiz
bf0773bc20 + afl-1.09b, calibre-2.16.0, compiz-0.8.10, libjpeg-turbo-1.4,
openntpd-5.7p1, py-dateutil-2.4.0, py-ldap-2.4.19, py-psutil-2.2.0,
  py-vdirsyncer-0.4.1, webkit-gtk-2.4.8, wine-devel-1.7.34.
2015-01-11 20:54:55 +00:00
wiz
6a3bb4c98e Updated devel/p5-MooX-HandlesVia to 0.001006 2015-01-11 20:37:39 +00:00
wiz
abcf2bc92a Update to 0.001006:
0.001006  2015-01-10 13:43:39EST-0500 America/Toronto
  - fix ref check on moosify inflator (@shadowcat-mst)
2015-01-11 20:37:30 +00:00
wiz
5fdb2865cf Updated devel/p5-Params-Validate to 1.17 2015-01-11 20:36:44 +00:00
wiz
c7d2e88de9 Update to 1.17:
1.17    2015-01-08

- More XS fixes. Simplified how we localize $@ in the XS code and fixed error
  with Perls compiled with -DDEBUGGING. Reported by Lars Dɪᴇᴄᴋᴏᴡ. RT #101416.


1.16    2015-01-07

- The changes in 1.14 introduced a memory leak any time a callback was called
  and it did not throw an error that was a reference. This affected the
  DateTime constructor and probably many other things. Reported by David
  Kayal. RT #101380.
2015-01-11 20:36:36 +00:00
wiz
3d76fb65b0 Updated www/p5-HTML-TableExtract to 2.12 2015-01-11 20:35:44 +00:00
wiz
89eace900c Update to 2.12:
2.12  Fri Jan  9 11:29:08 EST 2015
        - tightened up logic pertaining to tree mode and keep_html
        - documentation fixes
2015-01-11 20:35:35 +00:00
bsiegert
d36b51594f Note python-dialog{,2} addition 2015-01-11 20:17:22 +00:00
bsiegert
87c25fc6ec Add ports for pythondialog and python2-pythondialog, frontends to the
"dialog" utility.

From DESCR:
pythondialog is a Python wrapper for the dialog utility originally
written by Savio Lam, and later rewritten by Thomas E. Dickey. Its
purpose is to provide an easy to use, pythonic and comprehensive Python
interface to dialog. This allows one to make simple text-mode user
interfaces on Unix-like systems (including Linux).
2015-01-11 20:14:58 +00:00
adam
3229e7b468 Updated www/py-django-sekizai to 0.8.1 2015-01-11 18:53:34 +00:00
wen
ba9d8aaac2 Updated textproc/p5-Pod-Readme to 1.1.2 2015-01-11 15:31:14 +00:00
wen
91694c19db Update to 1.1.2
Add missing DEPENDS

Upstream changelog is too long, please visit:
http://cpansearch.perl.org/src/RRWO/Pod-Readme-v1.1.2/Changes
2015-01-11 15:29:44 +00:00
adam
21dba8d2ad Changes 0.8.1:
Unknown.
2015-01-11 14:08:34 +00:00
bsiegert
5c2800a4d2 Make python33 and 34 build under Mac OS X by copying over compat hack from
python27. From J. Lewis Muir.

Note that the correct way to solve this is to do this in the Darwin
specific config files, but until that has landed, this at least fixes the
build.
2015-01-11 14:07:48 +00:00
cheusov
fc690c8805 Fixes by obache@ and wiz@ from wip/csvkit were applied 2015-01-11 13:52:42 +00:00
cheusov
83e2fac623 Added textproc/csvkit version 0.9.0 2015-01-11 13:35:25 +00:00
cheusov
80ea9f5583 csvkit is a suite of utilities for converting to and working with CSV,
the king of tabular file formats.
2015-01-11 13:35:16 +00:00
adam
b5d6633c5e Updated archivers/unrar to 5.2.4 2015-01-11 13:27:00 +00:00
adam
a6332c0d93 Changes 5.2.4:
Unknown.
2015-01-11 13:26:04 +00:00
wen
8ce36768ef Updated textproc/p5-Pod-Escapes to 1.07 2015-01-11 11:48:08 +00:00
wen
d981524de1 Update to 1.07
Upstream changes:
1.07 2014-12-09 NEILB

    - All changes from Ken Williamson as part of EBCDIC work for 5.22
    - Fix typo in comment
    - Reorder structure definitions
    - Fill %Name2character better for EBCDIC
    - Generalize for EBCDIC
    - doc clarification

1.06_01 2014-12-05 NEILB

    - A bunch of changes from KHW++ for EBCDIC support.
    - Doing a developer release first, to make sure everything's good
      from CPAN Testers.
2015-01-11 11:47:18 +00:00
wen
050d38dcbd Updated textproc/p5-Pod-Elemental to 0.103004 2015-01-11 11:44:26 +00:00
wen
5f6d7c8d41 Update to 0.103004
Update DEPENDS

Uptream changes:
0.103004  2014-12-26 22:31:16-05:00 America/New_York
        - fix a regression in 0.103003, in which Nonpod paragraphs were not
          converted into Pod5::Nonpod paragraphs by the Pod5 transformer

0.103003  2014-12-23 21:11:26-05:00 America/New_York
        - remove use of Moose::Autobox

0.103002  2014-10-27 21:12:54-04:00 America/New_York
        - make classes immutable to improve runtime speed

0.103001  2014-05-20 20:45:43-04:00 America/New_York
        - load Class::Load, which older Moose does not automatically load
2015-01-11 11:42:28 +00:00
obache
794ae5f171 Updated inputmethod/ibus-table to 1.9.2 2015-01-11 09:09:38 +00:00