Commit graph

257831 commits

Author SHA1 Message Date
joerg
8757b34024 Add coursera-dl-0.8.0:
Coursera provides a variety of massive open online courses (MOOC)
covering many different topics. This script makes it easier to batch
download lecture resources (e.g., videos, ppt, etc) for Coursera classes.
Given one or more class names and account credentials, it obtains week
and class names from the lectures page, and then downloads the related
materials into appropriately named files and directories.
2016-12-15 23:41:31 +00:00
joerg
d8ed4656cb Revert: file is generated and not available at patch time. 2016-12-15 23:25:14 +00:00
joerg
01c7365273 Revert: patches generated file not available at patch time. 2016-12-15 23:24:50 +00:00
wiz
fe16af9675 Updated x11/libXpm to 3.5.12 2016-12-15 23:03:03 +00:00
wiz
778677cce7 Updated libXpm to 3.5.12.
Jörg Sonnenberger (1):
      Fix abs() usage.

Matthieu Herrb (1):
      libXpm 3.5.12

Tobias Stoeckmann (4):
      Fix out out boundary read on unknown colors
      Gracefully handle EOF while parsing files.
      Avoid OOB write when handling malicious XPM files.
      Handle size_t in file/buffer length
2016-12-15 23:02:51 +00:00
wiedi
f64265ecc9 extending the patch for netbsd so it fixes sunos too 2016-12-15 22:40:10 +00:00
mef
97f05a89bc Updated devel/p5-Acme-Damn to 0.08
Updated devel/p5-Devel-TraceUse to 2.095
Updated devel/p5-Devel-PatchPerl to 1.46
Updated devel/p5-App-perlbrew to 0.78
Updated devel/p5-CPAN-Meta-Check to 0.014
Updated devel/p5-Log-Dispatch to 2.58
Updated devel/p5-File-MimeInfo to 0.28
Updated devel/p5-Glib-Object-Introspection to 0.041
2016-12-15 22:10:03 +00:00
mef
b39135e8b5 Updated devel/p5-Glib-Object-Introspection to 0.041
---------------------------------------------------
(From NEWS:)
Overview of changes in Glib::Object::Introspection 0.041
========================================================
∗ Tweak the test environment to work with newer ExtUtils::MakeMaker
* Use the stack in favor of heap allocation during marshalling
* Use custom code to find struct methods in order to avoid a bug
* Remove an unused internal variable
* Add support for object class functions
* Add support for marshalling GParamSpec
* Add Glib::Object::Introspection::GValueWrapper::get_value
2016-12-15 21:54:25 +00:00
mef
ffd24f08b4 Updated devel/p5-File-MimeInfo to 0.28
--------------------------------------
0.28  2016-11-27
 -  Follow the current mime-apps-spec (fixes #8, #20)
    The current version of the mime-apps spec locates the per-user defaults
    file in `$XDG_CONFIG_HOME/mimeapps.list`. Use that location, and fall
    back to the per-system and distribution defaults as specified, with the
    previous legacy defaults file as a final fallback.
    Fix by Patrick Burroughs (Celti)
2016-12-15 21:50:44 +00:00
mef
bb2d7c31f6 Updated devel/p5-Log-Dispatch to 2.58
-------------------------------------
2.58     2016-11-13
- Switched from RT to the GitHub issue tracker.
2016-12-15 21:46:23 +00:00
mef
968d3971fa Updated devel/p5-CPAN-Meta-Check to 0.014
-----------------------------------------
0.014     2016-11-25 13:09:01+01:00 Europe/Amsterdam
          - Undef versions are now passed through to CPAN::Meta::Requirements
            for the check, rather than failing with "Missing version" errors.
2016-12-15 21:44:17 +00:00
mef
5cbf401a47 Updated devel/p5-App-perlbrew to 0.78
-------------------------------------
0.78: # 2016-11-20T22:59:55+0100
- Thanks to our contributors: Manuel Streuhofer, Sergey Aleynikov
- More fixes to accomodate changes on perl5.git.perl.org

0.77: # 2016-11-12T06:42:45+0100
- Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
- The "uninstall" command now requires confirmation.
- Fix bug with csh when PATH entries contain spaces
- Accommodate git commit abbrivation changes on
  perl5.git.perl.org. See GH #524
  https://github.com/gugod/App-perlbrew/pull/524

(pkgsrc changes)
- Add following line for make test
  BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*
2016-12-15 21:41:48 +00:00
mef
53baad0abd Updated devel/p5-Devel-PatchPerl to 1.46
----------------------------------------
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2016-11-21 11:02:53 +0000
    Updated hints
2016-12-15 21:38:31 +00:00
mef
f9c761b63b Updated devel/p5-Devel-TraceUse to 2.095
----------------------------------------
2.095 2016-12-04 BOOK
    - Improve detection of sitecustomize.pl (Debian patch)
    - Minor documentation fixes
2016-12-15 21:35:52 +00:00
mef
ab23c67a1e Updated devel/p5-Acme-Damn to 0.08
----------------------------------
 (Changes does not record the recent log, but from github:)
 - corrected calling of WriteMakeFile1() in Makefile.PL
2016-12-15 21:33:23 +00:00
mef
6b667900d5 Updated databases/p5-Redis to 1.991 2016-12-15 21:25:13 +00:00
mef
ac7b972115 Updated databases/p5-Redis to 1.991
-----------------------------------
1.991     2016-08-23 16:04:29CEST+0200 Europe/Paris
  * release as a normal release after successful testing of the dev releases

1.990_02  2016-08-06 20:30:30CEST+0200 Europe/Paris
   * move reconnection test in reconnect test file to avoid test issues
     (skip_all but still run some tests)

1.990_01  2016-08-05 17:17:28CEST+0200 Europe/Paris
   * fix issue #122: don't attempt to close an already closed or undefined socket
   * fix issue #120 and #111: don't depend on locales for matching error messages
   * fix issue #118: spelling mistake
   * fix issue #116: forbid continuing using socket after a read timeout
   * fix issue #115: Unexpected error condition 54/freebsd
2016-12-15 21:24:11 +00:00
mef
b2f1dee224 - Add BUILD_DEPENDS+= p5-Test-TCP-[0-9]* for make test 2016-12-15 21:15:41 +00:00
abs
f6d9220d67 Added devel/bfg version 1.12.14 2016-12-15 20:26:44 +00:00
abs
e9b1af0e3a +bfg 2016-12-15 20:25:31 +00:00
abs
df8c3d63f0 Added devel/bfg version 1.12.14
BFG Repo-Cleaner Removes large or troublesome blobs like
git-filter-branch does, but faster. And written in Scala

The BFG is a simpler, faster alternative to git-filter-branch for
cleansing bad data out of your Git repository history:

- Removing Crazy Big Files
- Removing Passwords, Credentials & other Private data

The git-filter-branch command is enormously powerful and can do things that
the BFG can't - but the BFG is much better for the tasks above, because:

- Faster    : 10 - 720x faster
- Simpler   : The BFG isn't particularily clever, but is focused on making the
              above tasks easy
- Beautiful : If you need to, you can use the beautiful Scala language to
              customise the BFG. Which has got to be better than Bash
              scripting at least some of the time.
2016-12-15 20:25:04 +00:00
maya
fd37ec5ffa xorg-cf-files: recognise netbsd/ia64.
Bump PKGREVISION.

from scole in PR pkg/51722
ok joerg
2016-12-15 20:13:56 +00:00
tsutsui
4150324017 Updated net/mikutter to 3.5.0-alpha1 2016-12-15 14:42:21 +00:00
tsutsui
9fd4f5bc88 Update mikutter to 3.5.0-alpha1.
Upstream changes:

New features of mikutter 3.5

* Model
 * resources handled on mikutter are now wrapped as Model
  * third party plugins can also add own Models
  * timelines can print any Models other than tweet messages
 * new Models are added in standard plugins
 * user icons can be taken via Message#icon
 * any images like user icons, tab icons, skins, and attached images
   are handled as PhotoModel instance like Plugin::Photo::Photo
 * direct messages gets own Model and are now drawn as timeline using
   MiraclePainter
* Intent
 * Capability to select which plugins to be used to open URLs
* Extract tab
 * DirectMessage is added as a new data source
* Configuration
 * style configuration of timelines per Models
* mikutter command
 * added "Open" command to issue Intent
* activity
 * added named arg "children:" to Plugin#activity
* and more
2016-12-15 14:40:29 +00:00
schmonz
40e019705f Updated mail/isync to 1.2.1 2016-12-15 14:15:42 +00:00
schmonz
aefcb517e0 Update to 1.2.1. From the changelog:
- The 'isync' compatibility wrapper is now deprecated.
- An IMAP Path/NAMESPACE rooted in INBOX won't be handled specially any more.
  This means that some Patterns may need adjustment.
- The default output is a lot less verbose now.
  The meanings of the -V and -D options changed significantly.
- The SSL/TLS configuration has been re-designed.
  SSL is now explicitly enabled or disabled - "use SSL if available" is gone.
  Notice: Tunnels are assumed to be secure and thus default to no SSL.
- Support for SASL (flexible authentication) has been added.
- Support for Windows file systems has been added.
- Support for compressed data transfer has been added.
- Folder deletions can be propagated now.
2016-12-15 14:15:01 +00:00
hauke
49ccc587cc Updated editors/xemacs-packages to 1.18 2016-12-15 13:47:33 +00:00
adam
9f4331820d Updated textproc/py-markdown to 2.6.7 2016-12-15 13:45:27 +00:00
adam
16abd17a7f Sept 23, 2016: Released version 2.6.7 (a bug-fix release). 2016-12-15 13:44:20 +00:00
hauke
cbb8285891 Update editors/xemacs-packages to the latest and greatest.
These were release candidates according to upstream (Stephen
Turnbull):

"Right now, everything has gotten all the beta testing it's going to
get, so you can just package it from experimental."
<http://xemacs-beta.xemacs.narkive.com/TgII9kK7/when-do-experimental-packages-turn-stable>

but did not make to final before xemacs.org went south.

In addition, teach the update mechanism to use a configurable ftp
server.
2016-12-15 13:25:42 +00:00
schmonz
004a91e8bc Add SHA512 digest for patch. 2016-12-15 12:18:44 +00:00
schmonz
1d15869ef2 Add SHA512 digests for patches.
(Update to latest IPv6 patch while here, since it's commented out anyway.)
2016-12-15 12:04:20 +00:00
schmonz
fdb38fd224 Add SHA512 digests for remaining patches. 2016-12-15 11:49:35 +00:00
schmonz
1d9aee76cc Add SHA512 digests for some patches. 2016-12-15 11:44:15 +00:00
adam
4cd2ff0485 Updated www/py-bleach to 1.5.0 2016-12-15 11:24:12 +00:00
adam
c77ad9d822 Version 1.5 (November 4th, 2016)
**Backwards incompatible changes**
- clean: The list of ``ALLOWED_PROTOCOLS`` now defaults to http, https and
  mailto. Previously it was a long list of protocols something like ed2k, ftp,
  http, https, irc, mailto, news, gopher, nntp, telnet, webcal, xmpp, callto,
  feed, urn, aim, rsync, tag, ssh, sftp, rtsp, afs, data.

**Changes**
- clean: Added ``protocols`` to arguments list to let you override the list of
  allowed protocols. Thank you, Andreas Malecki!
- linkify: Fix a bug involving periods at the end of an email address. Thank you,
  Lorenz Schori!
- linkify: Fix linkification of non-ascii ports. Thank you Alexandre, Macabies!
- linkify: Fix linkify inappropriately removing node tails when dropping nodes.
- Fixed a test that failed periodically.
- Switched from nose to py.test.
- Add test matrix for all supported Python and html5lib versions.
- Limit to html5lib ``>=0.999,!=0.9999,!=0.99999,<0.99999999`` because 0.9999
  and 0.99999 are busted.
- Add support for ``python setup.py test``.
2016-12-15 11:21:18 +00:00
adam
aeb9cfc014 Updated devel/py-requests to 2.12.4 2016-12-15 11:07:25 +00:00
adam
7e224cf5e7 Changes 2.12.4 (2016-12-14)
**Bugfixes**
- Fixed regression from 2.12.2 where non-string types were rejected in the
  basic auth parameters. While support for this behaviour has been readded,
  the behaviour is deprecated and will be removed in the future.
2016-12-15 11:06:08 +00:00
adam
d5607786b0 Added py-requests to DEPENDS 2016-12-15 11:04:10 +00:00
adam
3540ba1262 Updated textproc/py-pygments; textproc/py-alabaster; time/py-pytz; textproc/py-docutils; devel/py-babel; textproc/py-jinja2; textproc/py-sphinx 2016-12-15 10:49:18 +00:00
adam
158dccfb01 Release 1.5.1 (released Dec 13, 2016)
=====================================
Features added
--------------
* 3214: Allow to suppress "unknown mimetype" warnings from epub builder using
  :confval:`suppress_warnings`.

Bugs fixed
----------
* 3195: Can not build in parallel
* 3198: AttributeError is raised when toctree has 'self'
* 3211: Remove untranslated sphinx locale catalogs (it was covered by
  untranslated it_IT)
* 3212: HTML Builders crashes with docutils-0.13
* 3207: more latex problems with references inside parsed-literal directive
  (``\DUrole``)
* 3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14)
* 3220: KeyError when having a duplicate citation
* 3200: LaTeX: xref inside desc_name not allowed
* 3228: ``build_sphinx`` command crashes when missing dependency
* 2469: Ignore updates of catalog files for gettext builder. Thanks to
  Hiroshi Ohkubo.
* 3183: Randomized jump box order in generated index page.
2016-12-15 10:48:17 +00:00
adam
e537cdfda3 Removed testsuite from SUBST, because it does not exist anymore 2016-12-15 10:46:08 +00:00
adam
36b9861296 Version 2.8
-----------
(codename Replacement, released on July 26th 2015)

- Added `target` parameter to urlize function.
- Added support for `followsymlinks` to the file system loader.
- The truncate filter now counts the length.
- Added equalto filter that helps with select filters.
- Changed cache keys to use absolute file names if available
  instead of load names.
- Fixed loop length calculation for some iterators.
- Changed how Jinja2 enforces strings to be native strings in
  Python 2 to work when people break their default encoding.
- Added :func:`make_logging_undefined` which returns an undefined
  object that logs failures into a logger.
- If unmarshalling of cached data fails the template will be
  reloaded now.
- Implemented a block ``set`` tag.
- Default cache size was incrased to 400 from a low 50.
- Fixed ``is number`` test to accept long integers in all Python versions.
- Changed ``is number`` to accept Decimal as a number.
- Added a check for default arguments followed by non-default arguments. This
  change makes ``{% macro m(x, y=1, z) %}...{% endmacro %}`` a syntax error. The
  previous behavior for this code was broken anyway (resulting in the default
  value being applied to `y`).
- Add ability to use custom subclasses of ``jinja2.compiler.CodeGenerator`` and
  ``jinja2.runtime.Context`` by adding two new attributes to the environment
  (`code_generator_class` and `context_class`) (pull request ``404``).
- added support for context/environment/evalctx decorator functions on
  the finalize callback of the environment.
- escape query strings for urlencode properly.  Previously slashes were not
  escaped in that place.
- Add 'base' parameter to 'int' filter.
2016-12-15 10:44:33 +00:00
adam
a77b4f4128 Release 0.13.1 (2016-12-09)
===========================

* docutils/languages/fa.py
  docutils/parsers/rst/languages/fa.py
  docutils/languages/la.py
  docutils/parsers/rst/languages/la.py:

  - Apply [ 133 ] Persian mappings by Shahin Azad.
  - Apply [ 135 ] Language modules for Latvian by Alexander Smishlajev

* docutils/nodes.py

  - Fix [ 253 ] Attribute key without value not allowed in XML.

* docutils/parsers/

  - Apply [ 103 ] Recognize inline markups without word boundaries.
  - Enable escaping in embedded URIs and aliases (fixes [ 284 ]).

* docutils/parsers/rst/__init__.py

  - Fix [ 233 ] Change the base URL for the :rfc: role.

* docutils/parsers/rst/directives/tables.py

  - Apply [ 120 ] tables accept option widths: list of relative widths, 'auto'
    or 'grid'.

  - Implement feature request [ 48 ]
    Add :align: option to the table directives.
    Thanks to Takeshi KOMIYA for the patch.

* docutils/parsers/rst/roles.py

  - Fix [ 295 ] Class argument for custom role inheriting from math.

* docutils/parsers/rst/tableparser.py

  - Really fix [ 159 ] Spurious table column alignment errors.

* docutils/transforms/frontmatter.py

  - Add name of generic bibliographic fields as a "classes" attribute value
    (after conversion to a valid identifier form).

* docutils/utils/error_reporting.py

  - Fix [ 130 ] support streams expectiong byte-strings in ErrorOutput.

* docutils/utils/math/math2html.py

  - Add ``\colon`` macro, fix spacing around colons. Fixes [ 246 ].
  - New upstream version (additional macros, piecewise integrals and sums).

* docutils/writers/_html_base.py

  - New auxiliary module for definitions common to all HTML writers.

* docutils/writers/html5_polyglot/

  - New HTML writer generating clean, polyglot_ markup conforming to
    `HTML 5`_.

    The CSS stylesheets ``minimal.css`` and ``plain.css`` contain required
    and recommended layout rules.

* docutils/writers/html4css1/__init__.py

  - Add "docutils" to class values for "container" object to address [ 267 ].
  - Apply patch [ 119 ] by Anatoly Techtonik: use absolute paths for
    ``default_stylesheet_path`` and ``default_template_path``.
  - Fix [ 266 ] creating labels/class values in description list items.
  - Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).
  - Fix footnotes with content that does not start with a paragraph.
  - Use https in default MathJax URL (report Alan G Isaac).
  - Outsourcing of common code to _html_base.py.

* docutils/writers/latex2e/__init__.py

  - Fix [ 262 ] Use ``\linewidth`` instead of ``\textwidth`` for figures,
    admonitions and docinfo.

  - Use absolute path for ``default_template_path``.

  - Removed deprecated options ``--use-latex-footnotes`` and
    ``--figure-footnotes``.

  - Cleaner LaTeX code for enumerations and literal blocks.

  - Use "hyperref" package together with "bookmark" (improved hyperlinking
    by the same author).

  - Fix [ 286 ] Empty column title cause invalid latex file.

  - Fix [ 224 ] Fix rowspan support for tables.

  - Let LaTeX determine the column widths in tables with "colwidths-auto".
    Not suited for with multi-paragraph cells!

* docutils/writers/odf_odt/__init__.py

  - remove decode.encode of filename stored in zip.

* docutils/writers/xetex/__init__.py

  - LuaLaTex compatibility: do not load "xunicode".

* tools/

  - New front-end ``rst2html5.py``.

* tox.ini

  - Test py26, py27, py33 and py34.

    To use, install the ``tox`` package via pip or easy_install and use
    tox from the project root directory.

.. _polyglot: http://www.w3.org/TR/html-polyglot/
.. _HTML 5: http://www.w3.org/TR/html5/
.. _XHTML 1.0: http://www.w3.org/TR/xhtml1/
2016-12-15 10:42:30 +00:00
adam
b7d2a2a371 Version 2.3.4
-------------
(Bugfix release, released on April 22th)

Bugfixes
~~~~~~~~
* CLDR: The lxml library is no longer used for CLDR importing, so it should not cause strange failures either.
* CLI: Every last single CLI usage regression should now be gone, and both distutils and stand-alone CLIs should work as they have in the past.
2016-12-15 10:41:20 +00:00
schmonz
e76a586585 Updated sysutils/agedu to 20160920.853cea9 2016-12-15 10:12:25 +00:00
schmonz
30a585f181 Update to 20160920.853cea9. From the changelog:
- Revise versioning system to be date-based.
- Pedantic changes to capitalisation of byte/kilobyte/megabyte etc.
- Clarify the --cgi usage a bit, and give an example.
- Rearrange documentation of -S, -L and -D.
2016-12-15 10:11:39 +00:00
adam
24a787e457 Changes 2016.10:
Bug fixes.
New time zones.
2016-12-15 09:54:21 +00:00
adam
39fcac5d7e Changes 0.7.9:
Bug fixes.
2016-12-15 09:44:27 +00:00
adam
6b451bfb05 Version 2.1.3
- Fixed regression in Bash lexer
2016-12-15 09:42:49 +00:00