Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
richard 01d7ca37b7 update to Mako-1.0.4
.. changelog::
    :version: 1.0.4
    :released: Thu Mar 10 2016

    .. change::
        :tags: feature, test

      The default test runner is now py.test.  Running "python setup.py test"
      will make use of py.test instead of nose.  nose still works as a test
      runner as well, however.

    .. change::
        :tags: bug, lexer
        :pullreq: github:19

      Major improvements to lexing of intricate Python sections which may
      contain complex backslash sequences, as well as support for the bitwise
      operator (e.g. pipe symbol) inside of expression sections distinct
      from the Mako "filter" operator, provided the operator is enclosed
      within parentheses or brackets.  Pull request courtesy Daniel Martin.

    .. change::
        :tags: feature
        :pullreq: bitbucket:16

      Added new method :meth:`.Template.list_defs`.   Pull request courtesy
      Jonathan Vanasco.

.. changelog::
    :version: 1.0.3
    :released: Tue Oct 27 2015

    .. change::
        :tags: bug, babel
        :pullreq: bitbucket:21

      Fixed an issue where the Babel plugin would not handle a translation
      symbol that contained non-ascii characters.  Pull request courtesy
      Roman Imankulov.

.. changelog::
    :version: 1.0.2
    :released: Wed Aug 26 2015

    .. change::
        :tags: bug, installation
        🎟️ 249

      The "universal wheel" marker is removed from setup.cfg, because
      our setup.py currently makes use of conditional dependencies.
      In 🎫`249`, the discussion is ongoing on how to correct our
      setup.cfg / setup.py fully so that we can handle the per-version
      dependency changes while still maintaining optimal wheel settings,
      so this issue is not yet fully resolved.

    .. change::
        :tags: bug, py3k
        🎟️ 250

      Repair some calls within the ast module that no longer work on Python3.5;
      additionally replace the use of ``inspect.getargspec()`` under
      Python 3 (seems to be called from the TG plugin) to avoid deprecation
      warnings.

    .. change::
        :tags: bug
        :pullreq: bitbucket:18

      Update the Lingua translation extraction plugin to correctly
      handle templates mixing Python control statements (such as if,
      for and while) with template fragments. Pull request courtesy
      Laurent Daverio.

    .. change::
        :tags: feature
        🎟️ 236

      Added ``STOP_RENDERING`` keyword for returning/exiting from a
      template early, which is a synonym for an empty string ``""``.
      Previously, the docs suggested a bare
      ``return``, but this could cause ``None`` to appear in the
      rendered template result.

      .. seealso::

        :ref:`syntax_exiting_early`
2016-08-18 14:53:24 +00:00
archivers Update to 0.78 2016-08-13 13:36:53 +00:00
audio Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
benchmarks Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
biology Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bootstrap Revise ABI discussion 2016-07-15 14:51:16 +00:00
cad Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
chat Update to hexchat-2.12.2. Add lua PKG_OPTION. 2016-08-16 08:30:14 +00:00
comms Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
converters Update to 0.3.7 2016-08-15 18:58:13 +00:00
cross Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
databases Updated package to latest version, 4.0.5. Changes include: 2016-08-17 15:39:43 +00:00
devel update to Mako-1.0.4 2016-08-18 14:53:24 +00:00
distfiles
doc Updated devel/js_of_ocaml to 2.8.1 2016-08-18 14:49:30 +00:00
editors Gummi 0.6.6 "We're still here" (January 27th, 2016): 2016-08-09 18:23:20 +00:00
emulators Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
filesystems Update glusterfs to 3.8.2 2016-08-11 03:43:48 +00:00
finance Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
fonts Add tex-fonts-tlwg-doc 2016-08-07 07:19:04 +00:00
games Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
geography Update to 1.0.2 2016-08-07 10:36:43 +00:00
graphics To fix the duplication, keep the graphics/ version of py-cycler akin to 2016-08-18 11:51:45 +00:00
ham Updated ham/fldigi to 3.23.13 2016-08-07 12:32:47 +00:00
inputmethod Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
lang Add jcmd to JAVA_WRAPPERS, bump PKGREVISION 2016-08-16 09:06:33 +00:00
licenses Add the creative commons Attribution-ShareAlike 4.0 International license. 2016-07-24 02:03:45 +00:00
mail Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
math Use PYPKGVERSION in PLIST 2016-08-16 14:12:35 +00:00
mbone Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
meta-pkgs Update to texlive rev 41611 2016-08-07 11:33:39 +00:00
misc Update byobu to 5.111 2016-08-17 18:58:05 +00:00
mk Handle special case of URLs prepended with dash. 2016-08-09 15:16:35 +00:00
multimedia Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
net Update to 4.1.11 2016-08-18 13:02:52 +00:00
news Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
packages
parallel Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
pkgtools Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
print Remove tex-*-def superseed by tex-graphics-def 2016-08-07 11:58:28 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update security/keychain to 2.8.2. 2016-08-18 06:09:01 +00:00
shells Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
sysutils Updated sysutils/p5-Gnome2-VFS to 1.082 2016-08-18 12:41:42 +00:00
templates
textproc Update to 0.48 2016-08-18 12:52:39 +00:00
time Updated time/xdaliclock to 2.43 2016-08-18 11:07:16 +00:00
wm Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
www Update to 7.03 2016-08-18 08:53:57 +00:00
x11 Update mlterm to 3.7.2. 2016-08-17 14:14:00 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.