pkgsrc/textproc
wiz 337ced22ca Update to 1.2:
Release 1.2 (released Dec 10, 2013)
===================================

Features added
--------------

* Added ``sphinx.version_info`` tuple for programmatic checking of the Sphinx
  version.

Incompatible changes
--------------------

* Removed the ``sphinx.ext.refcounting`` extension -- it is very specific to
  CPython and has no place in the main distribution.

Bugs fixed
----------

* Restore ``versionmodified`` CSS class for versionadded/changed and deprecated
  directives.
* Fix: `html_theme_path=['.']` is a trigger of rebuild all documents always
  (This change keeps the current "theme changes cause a rebuild" feature).

* #1296: Fix invalid charset in HTML help generated HTML files for default
  locale.

* PR#190: Fix gettext does not extract figure caption and rubric title inside
  other blocks. Thanks to Michael Schlenker.

* PR#176: Make sure setup_command test can always import Sphinx. Thanks to
  Dmitry Shachnev.

* #1311: Fix test_linkcode.test_html fails with C locale and Python 3.

* #1269: Fix ResourceWarnings with Python 3.2 or later.

* #1138: Fix: When ``autodoc_docstring_signature = True`` and
  ``autoclass_content = 'init'`` or ``'both'``, __init__ line should be
  removed from class documentation.


Release 1.2 beta3 (released Oct 3, 2013)
========================================

Features added
--------------

* The Sphinx error log files will now include a list of the loaded extensions
  for help in debugging.

Incompatible changes
--------------------

* PR#154: Remove "sphinx" prefix from LaTeX class name except 'sphinxmanual'
  and 'sphinxhowto'. Now you can use your custom document class without
  'sphinx' prefix. Thanks to Erik B.

Bugs fixed
----------

* #1265: Fix i18n: crash when translating a section name that is pointed to from
  a named target.
* A wrong condition broke the search feature on first page that is usually
  index.rst.  This issue was introduced in 1.2b1.
* #703: When Sphinx can't decode filenames with non-ASCII characters, Sphinx now
  catches UnicodeError and will continue if possible instead of raising the
  exception.


Release 1.2 beta2 (released Sep 17, 2013)
=========================================

Features added
--------------

* ``apidoc`` now ignores "_private" modules by default, and has an option ``-P``
  to include them.
* ``apidoc`` now has an option to not generate headings for packages and
  modules, for the case that the module docstring already includes a reST
  heading.
* PR#161: ``apidoc`` can now write each module to a standalone page instead of
  combining all modules in a package on one page.
* Builders: rebuild i18n target document when catalog updated.
* Support docutils.conf 'writers' and 'html4css1 writer' section in the HTML
  writer.  The latex, manpage and texinfo writers also support their respective
  'writers' sections.
* The new :confval:`html_extra_path` config value allows to specify directories
  with files that should be copied directly to the HTML output directory.
* Autodoc directives for module data and attributes now support an
  ``annotation`` option, so that the default display of the data/attribute
  value can be overridden.
* PR#136: Autodoc directives now support an ``imported-members`` option to
  include members imported from different modules.
* New locales: Macedonian, Sinhala, Indonesian.
* Theme package collection by using setuptools plugin mechanism.

Incompatible changes
--------------------

* PR#144, #1182: Force timezone offset to LocalTimeZone on POT-Creation-Date
  that was generated by gettext builder. Thanks to masklinn and Jakub Wilk.

Bugs fixed
----------

* PR#132: Updated jQuery version to 1.8.3.
* PR#141, #982: Avoid crash when writing PNG file using Python 3. Thanks to
  Marcin Wojdyr.
* PR#145: In parallel builds, sphinx drops second document file to write.
  Thanks to tychoish.
* PR#151: Some styling updates to tables in LaTeX.
* PR#153: The "extensions" config value can now be overridden.
* PR#155: Added support for some C++11 function qualifiers.
* Fix: 'make gettext' caused UnicodeDecodeError when templates contain utf-8
  encoded strings.
* #828: use inspect.getfullargspec() to be able to document functions with
  keyword-only arguments on Python 3.
* #1090: Fix i18n: multiple cross references (term, ref, doc) in the same line
  return the same link.
* #1157: Combination of 'globaltoc.html' and hidden toctree caused exception.
* #1159: fix wrong generation of objects inventory for Python modules, and
  add a workaround in intersphinx to fix handling of affected inventories.
* #1160: Citation target missing caused an AssertionError.
* #1162, PR#139: singlehtml builder didn't copy images to _images/.
* #1173: Adjust setup.py dependencies because Jinja2 2.7 discontinued
  compatibility with Python < 3.3 and Python < 2.6.  Thanks to Alexander Dupuy.
* #1185: Don't crash when a Python module has a wrong or no encoding declared,
  and non-ASCII characters are included.
* #1188: sphinx-quickstart raises UnicodeEncodeError if "Project version"
  includes non-ASCII characters.
* #1189: "Title underline is too short" WARNING is given when using fullwidth
  characters to "Project name" on quickstart.
* #1190: Output TeX/texinfo/man filename has no basename (only extension)
  when using non-ASCII characters in the "Project name" on quickstart.
* #1192: Fix escaping problem for hyperlinks in the manpage writer.
* #1193: Fix i18n: multiple link references in the same line return the same
  link.
* #1176: Fix i18n: footnote reference number missing for auto numbered named
  footnote and auto symbol footnote.
* PR#146,#1172: Fix ZeroDivisionError in parallel builds. Thanks to tychoish.
* #1204: Fix wrong generation of links to local intersphinx targets.
* #1206: Fix i18n: gettext did not translate admonition directive's title.
* #1232: Sphinx generated broken ePub files on Windows.
* #1259: Guard the debug output call when emitting events; to prevent the
  repr() implementation of arbitrary objects causing build failures.
* #1142: Fix NFC/NFD normalizing problem of rst filename on Mac OS X.
* #1234: Ignoring the string consists only of white-space characters.


Release 1.2 beta1 (released Mar 31, 2013)
=========================================

Incompatible changes
--------------------

* Removed ``sphinx.util.compat.directive_dwim()`` and
  ``sphinx.roles.xfileref_role()`` which were deprecated since version 1.0.
* PR#122: the files given in :confval:`latex_additional_files` now override TeX
  files included by Sphinx, such as ``sphinx.sty``.
* PR#124: the node generated by :rst:dir:`versionadded`,
  :rst:dir:`versionchanged` and :rst:dir:`deprecated` directives now includes
  all added markup (such as "New in version X") as child nodes, and no
  additional text must be generated by writers.
* PR#99: the :rst:dir:`seealso` directive now generates admonition nodes instead
  of the custom ``seealso`` node.

Features added
--------------

* Markup

  - The :rst:dir:`toctree` directive and the ``toctree()`` template function now
    have an ``includehidden`` option that includes hidden toctree entries (bugs
    #790 and #1047).  A bug in the ``maxdepth`` option for the ``toctree()``
    template function has been fixed (bug #1046).
  - PR#99: Strip down seealso directives to normal admonitions.  This removes
    their unusual CSS classes (admonition-see-also), inconsistent LaTeX
    admonition title ("See Also" instead of "See also"), and spurious indentation
    in the text builder.

* HTML builder

  - #783: Create a link to full size image if it is scaled with width or height.
  - #1067: Improve the ordering of the JavaScript search results: matches in titles
    come before matches in full text, and object results are better categorized.
    Also implement a pluggable search scorer.
  - #1053: The "rightsidebar" and "collapsiblesidebar" HTML theme options now work
    together.
  - Update to jQuery 1.7.1 and Underscore.js 1.3.1.

* Texinfo builder

  - An "Index" node is no longer added when there are no entries.
  - "deffn" categories are no longer capitalized if they contain capital
    letters.
  - ``desc_annotation`` nodes are now rendered.
  - ``strong`` and ``emphasis`` nodes are now formatted like
    ``literal``\s. The reason for this is because the standard Texinfo markup
    (``*strong*`` and ``_emphasis_``) resulted in confusing output due to the
    common usage of using these constructs for documenting parameter names.
  - Field lists formatting has been tweaked to better display
    "Info field lists".
  - ``system_message`` and ``problematic`` nodes are now formatted in a similar
    fashion as done by the text builder.
  - "en-dash" and "em-dash" conversion of hyphens is no longer performed in
    option directive signatures.
  - ``@ref`` is now used instead of ``@pxref`` for cross-references which
    prevents the word "see" from being added before the link (does not affect
    the Info output).
  - The ``@finalout`` command has been added for better TeX output.
  - ``transition`` nodes are now formatted using underscores ("_") instead of
    asterisks ("*").
  - The default value for the ``paragraphindent`` has been changed from 2 to 0
    meaning that paragraphs are no longer indented by default.
  - #1110: A new configuration value :confval:`texinfo_no_detailmenu` has been
    added for controlling whether a ``@detailmenu`` is added in the "Top"
    node's menu.
  - Detailed menus are no longer created except for the "Top" node.
  - Fixed an issue where duplicate domain indices would result in invalid
    output.

* LaTeX builder:

  - PR#115: Add ``'transition'`` item in :confval:`latex_elements` for
    customizing how transitions are displayed. Thanks to Jeff Klukas.
  - PR#114: The LaTeX writer now includes the "cmap" package by default. The
    ``'cmappkg'`` item in :confval:`latex_elements` can be used to control this.
    Thanks to Dmitry Shachnev.
  - The ``'fontpkg'`` item in :confval:`latex_elements` now defaults to ``''``
    when the :confval:`language` uses the Cyrillic script.  Suggested by Dmitry
    Shachnev.
  - The :confval:`latex_documents`, :confval:`texinfo_documents`, and
    :confval:`man_pages` configuration values will be set to default values based
    on the :confval:`master_doc` if not explicitly set in :file:`conf.py`.
    Previously, if these values were not set, no output would be genereted by
    their respective builders.

* Internationalization:

  - Add i18n capabilities for custom templates.  For example: The Sphinx
    reference documentation in doc directory provides a ``sphinx.pot`` file with
    message strings from ``doc/_templates/*.html`` when using ``make gettext``.

* Other builders:

  - Added the Docutils-native XML and pseudo-XML builders.  See
    :class:`XMLBuilder` and :class:`PseudoXMLBuilder`.
  - PR#45: The linkcheck builder now checks ``#anchor``\ s for existence.
  - PR#123, #1106: Add :confval:`epub_use_index` configuration value.  If
    provided, it will be used instead of :confval:`html_use_index` for epub
    builder.
  - PR#126: Add :confval:`epub_tocscope` configuration value. The setting
    controls the generation of the epub toc. The user can now also include
    hidden toc entries.
  - PR#112: Add :confval:`epub_show_urls` configuration value.

* Extensions:

  - PR#52: ``special_members`` flag to autodoc now behaves like ``members``.
  - PR#47: Added :mod:`sphinx.ext.linkcode` extension.
  - PR#25: In inheritance diagrams, the first line of the class docstring
    is now the tooltip for the class.

* Command-line interfaces:

  - PR#75: Added ``--follow-links`` option to sphinx-apidoc.
  - #869: sphinx-build now has the option :option:`-T` for printing the full
    traceback after an unhandled exception.
  - sphinx-build now supports the standard :option:`--help` and
    :option:`--version` options.
  - sphinx-build now provides more specific error messages when called with
    invalid options or arguments.
  - sphinx-build now has a verbose option :option:`-v` which can be repeated for
    greater effect.  A single occurrance provides a slightly more verbose output
    than normal.  Two or more occurrences of this option provides more detailed
    output which may be useful for debugging.

* Locales:

  - PR#74: Fix some Russian translation.
  - PR#54: Added Norwegian bokmaal translation.
  - PR#35: Added Slovak translation.
  - PR#28: Added Hungarian translation.
  - #1113: Add Hebrew locale.
  - #1097: Add Basque locale.
  - #1037: Fix typos in Polish translation. Thanks to Jakub Wilk.
  - #1012: Update Estonian translation.

* Optimizations:

  - Speed up building the search index by caching the results of the word
    stemming routines.  Saves about 20 seconds when building the Python
    documentation.
  - PR#108: Add experimental support for parallel building with a new
    :option:`-j` option.

Documentation
-------------

* PR#88: Added the "Sphinx Developer's Guide" (:file:`doc/devguide.rst`)
  which outlines the basic development process of the Sphinx project.
* Added a detailed "Installing Sphinx" document (:file:`doc/install.rst`).

Bugs fixed
----------

* PR#124: Fix paragraphs in versionmodified are ignored when it has no
  dangling paragraphs.  Fix wrong html output (nested ``<p>`` tag).  Fix
  versionmodified is not translatable.  Thanks to Nozomu Kaneko.
* PR#111: Respect add_autodoc_attrgetter() even when inherited-members is set.
  Thanks to A. Jesse Jiryu Davis.
* PR#97: Fix footnote handling in translated documents.
* Fix text writer not handling visit_legend for figure directive contents.
* Fix text builder not respecting wide/fullwidth characters: title underline
  width, table layout width and text wrap width.
* Fix leading space in LaTeX table header cells.
* #1132: Fix LaTeX table output for multi-row cells in the first column.
* #1128: Fix Unicode errors when trying to format time strings with a
  non-standard locale.
* #1127: Fix traceback when autodoc tries to tokenize a non-Python file.
* #1126: Fix double-hyphen to en-dash conversion in wrong places such as
  command-line option names in LaTeX.
* #1123: Allow whitespaces in filenames given to :rst:dir:`literalinclude`.
* #1120: Added improvements about i18n for themes "basic", "haiku" and
  "scrolls" that Sphinx built-in. Thanks to Leonardo J. Caballero G.
* #1118: Updated Spanish translation. Thanks to Leonardo J. Caballero G.
* #1117: Handle .pyx files in sphinx-apidoc.
* #1112: Avoid duplicate download files when referenced from documents in
  different ways (absolute/relative).
* #1111: Fix failure to find uppercase words in search when
  :confval:`html_search_language` is 'ja'. Thanks to Tomo Saito.
* #1108: The text writer now correctly numbers enumerated lists with
  non-default start values (based on patch by Ewan Edwards).
* #1102: Support multi-context "with" statements in autodoc.
* #1090: Fix gettext not extracting glossary terms.
* #1074: Add environment version info to the generated search index to avoid
  compatibility issues with old builds.
* #1070: Avoid un-pickling issues when running Python 3 and the saved
  environment was created under Python 2.
* #1069: Fixed error caused when autodoc would try to format signatures of
  "partial" functions without keyword arguments (patch by Artur Gaspar).
* #1062: sphinx.ext.autodoc use __init__ method signature for class signature.
* #1055: Fix web support with relative path to source directory.
* #1043: Fix sphinx-quickstart asking again for yes/no questions because
  ``input()`` returns values with an extra '\r' on Python 3.2.0 +
  Windows. Thanks to Régis Décamps.
* #1041: Fix failure of the cpp domain parser to parse a const type with a
  modifier.
* #1038: Fix failure of the cpp domain parser to parse C+11 "static constexpr"
  declarations.  Thanks to Jakub Wilk.
* #1029: Fix intersphinx_mapping values not being stable if the mapping has
  plural key/value set with Python 3.3.
* #1028: Fix line block output in the text builder.
* #1024: Improve Makefile/make.bat error message if Sphinx is not found. Thanks
  to Anatoly Techtonik.
* #1018: Fix "container" directive handling in the text builder.
* #1015: Stop overriding jQuery contains() in the JavaScript.
* #1010: Make pngmath images transparent by default; IE7+ should handle it.
* #1008: Fix test failures with Python 3.3.
* #995: Fix table-of-contents and page numbering for the LaTeX "howto" class.
* #976: Fix gettext does not extract index entries.
* PR#72: #975: Fix gettext not extracting definition terms before docutils 0.10.
* #961: Fix LaTeX output for triple quotes in code snippets.
* #958: Do not preserve ``environment.pickle`` after a failed build.
* #955: Fix i18n transformation.
* #940: Fix gettext does not extract figure caption.
* #920: Fix PIL packaging issue that allowed to import ``Image`` without PIL
  namespace.  Thanks to Marc Schlaich.
* #723: Fix the search function on local files in WebKit based browsers.
* #440: Fix coarse timestamp resolution in some filesystem generating a wrong
  list of outdated files.
2014-01-02 17:58:22 +00:00
..
aiksaurus Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
antiword Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
asciidoc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
aspell Clang now validates that two declarations that end up mapped to the same 2013-08-17 11:19:03 +00:00
aspell-af Import aspell-af-0.50.0 as textproc/aspell-af. 2013-04-10 11:49:01 +00:00
aspell-am HOMEPAGE -> http://aspell.net/ 2013-04-10 12:26:14 +00:00
aspell-ar Import aspell-ar-1.2.0 as textproc/aspell-ar. 2013-04-10 12:32:40 +00:00
aspell-ast Import aspell-ast-0.01 as textproc/aspell-ast. 2013-04-10 17:24:17 +00:00
aspell-az Import aspell-az-0.02.0 as textproc/aspell-az. 2013-04-10 17:30:49 +00:00
aspell-be Import aspell-be-0.01 as textproc/aspell-be. 2013-04-10 17:41:36 +00:00
aspell-bg Import aspell-bg-4.1.0 as textproc/aspell-bg. 2013-04-10 17:46:20 +00:00
aspell-bn Import aspell-bn-0.01.1.1 as textproc/aspell-bn. 2013-04-10 17:50:41 +00:00
aspell-br Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-ca Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-cs Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-csb Set as BROKEN on Linux due to non-ASCII PLIST and thus a problem with 2013-06-03 11:16:16 +00:00
aspell-cy Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-da Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
aspell-de Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-de-alt Import aspell-de-alt-2.1.1 as textproc/aspell-de-alt. 2013-04-13 12:53:32 +00:00
aspell-el Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-en Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-eo Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-es Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-et Import aspell-et-0.1.21.1 as textproc/aspell-et. 2013-04-11 00:02:11 +00:00
aspell-fi Import aspell-fi-0.7.0 as textproc/aspell-fi. 2013-04-09 23:54:16 +00:00
aspell-fo Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
aspell-fr Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-fy Import aspell-fy-0.12.0 as textproc/aspell-fy. 2013-04-11 00:10:16 +00:00
aspell-ga Updated to latest release, 4.6.0. MASTER_SITES changed, but other than that 2013-06-28 08:35:30 +00:00
aspell-gd Import aspell-gd-0.1.1.1 as textproc/aspell-gd. 2013-04-11 00:19:47 +00:00
aspell-gl Import aspell-gl-0.5a.2 as textproc/aspell-gl. 2013-04-11 00:27:28 +00:00
aspell-grc Import aspell-grc-0.02.0 as textproc/aspell-grc. 2013-04-11 03:31:21 +00:00
aspell-gu Import aspell-gu-0.03.0 as textproc/aspell-gu. 2013-04-11 03:43:31 +00:00
aspell-gv Import aspell-gv-0.50.0 as textproc/aspell-gv. 2013-04-11 10:56:04 +00:00
aspell-he Import aspell-he-1.0.0 as textproc/aspell-he. 2013-04-11 11:04:41 +00:00
aspell-hi CONFLICTS+= aspell-mr-[0-9]* 2013-04-12 00:14:10 +00:00
aspell-hil Import aspell-hil-0.11.0 as textproc/aspell-hil. 2013-04-11 11:16:08 +00:00
aspell-hr Import aspell-hr-0.51.0 as textproc/aspell-hr. 2013-04-11 11:21:49 +00:00
aspell-hsb Import aspell-hsb-0.02.0 as textproc/aspell-hsb. 2013-04-11 11:26:26 +00:00
aspell-hu Import aspell-hu-0.99.4.2.0 as textproc/aspell-hu. 2013-04-11 11:33:16 +00:00
aspell-hus Import aspell-hus-0.03.1 as textproc/aspell-hus. 2013-04-11 11:39:25 +00:00
aspell-hy Import aspell-hy-0.10.0.0 as textproc/aspell-hy. 2013-04-11 11:45:55 +00:00
aspell-ia Import aspell-ia-0.50.1 as textproc/aspell-ia. 2013-04-11 11:50:55 +00:00
aspell-id Import aspell-id-1.2.0 as textproc/aspell-id. 2013-04-11 11:58:03 +00:00
aspell-is Set as BROKEN on Linux due to non-ASCII PLIST and thus problem with 2013-06-03 11:17:15 +00:00
aspell-it Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-kn Import aspell-kn-0.01.1 as textproc/aspell-kn. 2013-04-11 16:44:58 +00:00
aspell-ku Import aspell-ku-0.20.1 as textproc/aspell-ku. 2013-04-11 16:50:38 +00:00
aspell-ky Import aspell-ky-0.01.0 as textproc/aspell-ky. 2013-04-11 16:54:33 +00:00
aspell-la Import aspell-la-20020503.0 as textproc/aspell-la. 2013-04-11 17:01:30 +00:00
aspell-lt Import aspell-lt-1.3 as textproc/aspell-lt. 2013-04-11 17:09:53 +00:00
aspell-lv Import aspell-lv-0.5.5.1 as textproc/aspell-lv. 2013-04-13 11:23:28 +00:00
aspell-mg Import aspell-mg-0.03.0 as textproc/aspell-mg. 2013-04-11 23:37:47 +00:00
aspell-mi Import aspell-mi-0.50.0 as textproc/aspell-mi. 2013-04-11 23:42:18 +00:00
aspell-mk Import aspell-mk-0.50.0 as textproc/aspell-mk. 2013-04-11 23:49:37 +00:00
aspell-ml Import aspell-ml-0.03.1 as textproc/aspell-ml. 2013-04-11 23:56:24 +00:00
aspell-mn Import aspell-mn-0.06.2 as textproc/aspell-mn. 2013-04-12 00:01:26 +00:00
aspell-mr Import aspell-mr-0.10.0 as textproc/aspell-mr. 2013-04-12 00:12:29 +00:00
aspell-mt Import aspell-mt-0.50.0 as textproc/aspell-mt. 2013-04-12 10:31:25 +00:00
aspell-nb Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-nl Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-nn Import aspell-nn-0.50.1.1 as textproc/aspell-nn. 2013-04-12 10:40:40 +00:00
aspell-ny Import aspell-ny-0.01.0 as textproc/aspell-ny. 2013-04-12 10:45:24 +00:00
aspell-or Import aspell-or-0.03.1 as textproc/aspell-or. 2013-04-12 10:50:37 +00:00
aspell-pa Import aspell-pa-0.01.1 as textproc/aspell-pa. 2013-04-12 10:54:07 +00:00
aspell-pl Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-pt_BR Import aspell-pt_BR-20090702.0 as textproc/aspell-pt_BR. 2013-04-12 11:11:19 +00:00
aspell-pt_PT Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-qu Import aspell-qu-0.02.0 as textproc/aspell-qu. 2013-04-12 11:17:06 +00:00
aspell-ro Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-ru Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-rw Import aspell-rw-0.50.0 as textproc/aspell-rw. 2013-04-12 11:56:37 +00:00
aspell-sc Import aspell-sc-1.0 as textproc/aspell-sc. 2013-04-12 12:19:29 +00:00
aspell-sk Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-sl Import aspell-sl-0.50.0 as textproc/aspell-sl. 2013-04-12 12:25:05 +00:00
aspell-sr Import aspell-sr-0.02 as textproc/aspell-sr. 2013-04-12 12:32:39 +00:00
aspell-sv Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-sw Import aspell-sw-0.50.0 as textproc/aspell-sw. 2013-04-13 11:24:48 +00:00
aspell-ta Import aspell-ta-20040424.1 as textproc/aspell-ta. 2013-04-13 11:39:13 +00:00
aspell-te Import aspell-te-0.01.2 as textproc/aspell-te. 2013-04-10 00:18:18 +00:00
aspell-tet Import aspell-tet-0.1.1 as textproc/aspell-tet. 2013-04-13 11:54:12 +00:00
aspell-tk Import aspell-tk-0.01.0 as textproc/aspell-tk. 2013-04-13 11:58:55 +00:00
aspell-tl Import aspell-tl-0.02.1 as textproc/aspell-tl. 2013-04-13 12:03:06 +00:00
aspell-tn Import aspell-tn-1.0.1.0 as textproc/aspell-tn. 2013-04-13 12:07:33 +00:00
aspell-tr Import aspell-tr-0.50.0 as textproc/aspell-tr. 2013-04-13 12:25:59 +00:00
aspell-uk Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
aspell-uz Import aspell-uz-0.6.0 as textproc/aspell-uz. 2013-04-13 12:31:05 +00:00
aspell-vi Import aspell-vi-0.01.1.1 as textproc/aspell-vi. 2013-04-13 12:35:21 +00:00
aspell-wa Import aspell-wa-0.50.0 as textproc/aspell-wa. 2013-04-13 12:40:25 +00:00
aspell-yi Import aspell-yi-0.01.1.1 as textproc/aspell-yi. 2013-04-13 12:44:44 +00:00
aspell-zu Import aspell-zu.0.50-0 as textproc/aspell-zu. 2013-04-13 12:48:06 +00:00
awf "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
bibclean Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
biblook Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
bibparse Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
bsdgrep-devel Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
btparse Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
c2html Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cabocha Update cabocha to 0.67 2014-01-01 07:49:32 +00:00
catdoc Pull stdint.h to fix build on FreeBSD 9. 2013-12-16 19:35:16 +00:00
catdoc-tk Update to 0.94.4 2013-06-16 09:08:52 +00:00
cawf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
cdif Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
chasen Fixes: 2013-04-06 03:45:05 +00:00
chasen-base Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
cityhash Fix build on SunOS. Add patch to define bswap_32(x) and bswap_64(x). 2013-07-08 00:56:45 +00:00
cmigemo Fix a typo to build fine. 2013-09-19 09:18:06 +00:00
coccigrep Update to 1.12 2013-06-11 14:05:24 +00:00
colorit
convertlit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
CRF++ gmake is required for SunOS. 2013-06-09 07:02:14 +00:00
crimson Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
crush-tools Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
dadadodo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
db2latex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
dblatex Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
dbtoepub Fix distinfo and reset PKGREVISION for base package update. 2012-12-21 06:29:31 +00:00
detex Apply some void love. 2012-11-01 19:26:14 +00:00
dict-client Update dict-server and dict-client to 1.12.1 2012-07-22 15:32:50 +00:00
dict-dictionaries Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
dict-mueller7 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
dict-server Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
dictem Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
diction Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
diffsplit Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
diffstat Update to 1.57. Changes: 2013-08-10 12:49:54 +00:00
dikt Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
discount Import discount-2.1.6 as textproc/discount, packaged for wip 2013-04-04 09:40:22 +00:00
docbook Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
docbook-simple Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
docbook-website Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
docbook-xml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
docbook-xsl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
doclifter Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
dsssl-docbook-modular Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
dtdparse Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
eb Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
eblook Resolves: 2013-04-06 20:27:16 +00:00
ebook-tools revbump for libzip shlib major change. 2013-04-01 16:03:48 +00:00
ebview g_message is a function in GTK now, so use a different name. 2013-12-15 19:49:36 +00:00
emacs-dict-client Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
emacs-muse Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
enca Update to 1.15: 2013-11-13 19:44:03 +00:00
enchant Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
epubcheck Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
epubpreflight Fix COMMENT. 2013-01-23 14:16:04 +00:00
expat Use find-headers instead of find-files to detect builtin header files. 2013-11-23 12:36:34 +00:00
expatobjc Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
ezxml Update to 0.8.6. Changes: 2013-02-15 19:17:20 +00:00
FlightCrew Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
flyspell Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
fop Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
freepwing Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
gdome2 Fix build with new libxml2 API. 2012-11-19 03:01:44 +00:00
glimpse Mark a bunch of functions as void reflecting the lack of return values. 2012-11-19 03:05:04 +00:00
gnome-doc-utils Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
gnome-spell Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
gnome-subtitles Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
grep Update to 2.15: 2013-10-27 23:22:54 +00:00
grepcidr Upstream made some changes without changing the version number. 2013-12-27 05:56:49 +00:00
groff Step back from requiring gmake, remove unneeded bits that break bmake. 2013-09-19 10:11:47 +00:00
groonga fix partial update of distinfo 2014-01-01 08:49:50 +00:00
gsed Switch EXTRACT_SUFX to .tar.bz2 to conserve bits! 2013-01-23 14:31:30 +00:00
gtk-doc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
gtkspell Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
gutcheck Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
GutenMark Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
GutenMark-words Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
halibut Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
harmony Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
heirloom-bdiff
heirloom-bfs
heirloom-col
heirloom-comm
heirloom-cut
heirloom-diff3
heirloom-ed
heirloom-fmt
heirloom-fold
heirloom-grep
heirloom-head
heirloom-join
heirloom-line
heirloom-nl
heirloom-paste
heirloom-pg
heirloom-pr
heirloom-sdiff
heirloom-sed
heirloom-tail
heirloom-tr
heirloom-ul
heirloom-uniq
heirloom-wc
helpdeco Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
hevea Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
highlight Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
hre Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
html Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
html2text Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
html2wml Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
hugs-HaXml Drop maintainership. 2013-11-21 23:50:04 +00:00
hunspell solaris fix for wide-curses build of hunspell 2013-08-27 22:11:20 +00:00
hunspell-af_ZA
hunspell-ar "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
hunspell-bg_BG
hunspell-ca_ES
hunspell-cs_CZ
hunspell-cy_GB
hunspell-da_DK Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
hunspell-de Update to 20131206: the usual bug fixes. 2013-12-11 19:40:45 +00:00
hunspell-el_GR
hunspell-en_CA
hunspell-en_GB Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
hunspell-en_NZ
hunspell-en_US Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
hunspell-en_ZA
hunspell-es_ES
hunspell-es_MX
hunspell-fo_FO
hunspell-fr_FR Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
hunspell-fy_NL
hunspell-ga_IE
hunspell-he_IL
hunspell-hr_HR
hunspell-hu_HU Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
hunspell-id_ID
hunspell-it_IT Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
hunspell-lt_LT
hunspell-lv_LV
hunspell-mg_MG
hunspell-ms_MY
hunspell-nl_NL
hunspell-ny_MW
hunspell-pl_PL
hunspell-ru_RU
hunspell-sk_SK Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
hunspell-sv_SE Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
hyperestraier Don't use -fforce-addr. 2013-10-20 17:49:58 +00:00
hyphen gawk and patch tools need to be explicitly added to build hypen on solaris 2013-11-30 07:33:40 +00:00
icu Fix solaris build for icu, namely problems in general with CFLAGS/CXXFLAGS 2013-12-04 21:02:23 +00:00
iksemel Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
intltool Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ipadic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
isearch Fix implicit int on main; should fix clang build. 2012-12-25 18:50:17 +00:00
iso-codes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
iso8879 Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
iso12083 Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
ispell Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
ispell-ca Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
ispell-de Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ispell-emacs Moving ispell-* packages as discussed on tech-pkg@. Reasons being: 2013-04-24 02:20:36 +00:00
ispell-en_GB Ispell language files don't use curses 2013-10-15 15:54:25 +00:00
ispell-es Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
ispell-fr Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
ispell-ga Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
ispell-gl Import ispell-gl-0.5 as textproc/ispell-gl. 2013-04-24 11:45:00 +00:00
ispell-ku Fix hardcoded ${INSTALL} path with SUBST. Likely fixes install failure on 2013-06-09 22:59:13 +00:00
ispell-lt Import ispell-lt-1.3 as textproc/ispell-lt, originally imported to 2013-04-24 03:05:33 +00:00
ispell-pl Fix CONFLICTS. 2013-04-25 06:40:49 +00:00
ispell-pt_BR Import ispell-br-2.4 as textproc/ispell-pt_BR. 2013-04-27 10:43:31 +00:00
ispell-ro Restore DIST_SUBDIR properly per PR 47769. 2013-04-29 16:11:11 +00:00
ispell-ru Fix after rename. 2013-04-25 06:42:39 +00:00
ispell-ru-io Fix after rename. 2013-04-25 06:42:39 +00:00
ispell-sk +LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1 2013-06-28 08:57:27 +00:00
ispell-sv Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages. 2013-04-24 11:15:41 +00:00
itex2MML Fix build with bison-3.0. 2013-09-01 15:39:54 +00:00
itstool Update to 2.0.2: 2013-12-31 17:50:23 +00:00
ja-grep Clang might start with cl, but it is not Visual Studio. 2013-09-10 14:45:48 +00:00
ja-groff Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ja-sed Resolves: 2013-04-06 20:27:16 +00:00
jansson Add buildlink3.mk, net/lldpd will want this. 2013-11-27 01:54:19 +00:00
java-mecab Update mecab to 0.996. 2013-02-28 12:31:37 +00:00
java-native-hyperestraier Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
java-pure-hyperestraier Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
jdom Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
jing Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
json-c Remove PKGCONFIG_OVERRIDE for not-to-be-installed file. 2013-11-29 17:57:07 +00:00
json-glib Update json-glib to 0.16.2. 2014-01-02 12:19:00 +00:00
kakasi Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
kbanner Fix kputchar prototype. Merge patch-af into patch-ae. 2012-12-20 21:33:06 +00:00
kdoc Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
latex2html Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
libclucene Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
libcroco update to 0.6.8 2012-11-23 17:35:00 +00:00
libexttextcat Update to 3.4.3: 2013-10-22 11:32:23 +00:00
liblinebreak Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
liblrdf Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libnxml PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
libodfgen Use C++11 shared_ptr with clang. 2013-09-17 21:15:06 +00:00
libplist Return end() when iteration fails due to node being NULL. 2013-05-29 13:20:22 +00:00
libunicode Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
libunistring Don't install lib/charset.alias 2013-07-21 10:31:26 +00:00
libxml Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
libxml++ Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
libxml++1 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
libxml2 Remove "-thread" related part of the last change. This is not the 2013-12-28 23:04:36 +00:00
libxslt Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libyaml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
link-grammar Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
lit2epub Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
lout Simplify packaging, add patch comment, and kill off the dynamic PLIST 2013-12-16 06:33:06 +00:00
lq-sp Don't try to change the template settings, too much has changed since 2013-10-20 17:50:48 +00:00
lua-expat Use the LUA_CDIR and LUA_LDIR plist vars. 2013-10-30 06:04:16 +00:00
lua-slnunicode Doesn't build with lua51. 2013-10-30 06:24:57 +00:00
makeindexk Update makeindexk to the version included in TeX Live 2013. 2013-11-18 18:41:18 +00:00
makeztxt Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
Markdown Add the converters category to this package. 2013-07-15 22:39:32 +00:00
markdown-mode Update to 2.0: 2013-07-30 19:15:15 +00:00
mdoclint bump version for 2014 2014-01-01 04:00:39 +00:00
mdocml Update to 1.12.3: 2013-12-31 11:06:29 +00:00
mecab Update mecab to 0.996. 2013-02-28 12:31:37 +00:00
mecab-base Don't try to explicitly link in libstdc++. 2013-05-09 15:07:58 +00:00
mecab-ipadic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
mecab-jumandic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
mecab-naistdic Fix typo. 2013-08-20 22:38:39 +00:00
mendexk Sync mendexk with TeX Live 2013 2013-12-06 02:36:54 +00:00
metauml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
migemo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
migemo-elisp Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
mxml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
mythes Fix COMMENT line and not to forget the following changelog since last version: 2013-11-30 11:57:18 +00:00
namazu Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
nbsed Update config.{guess,sub} from pkgsrc/mk/gnu-configure, for the case 2013-08-03 13:14:11 +00:00
ndtpd Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
nxml-mode Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
o3read Hand in maintainership. 2013-04-13 07:55:01 +00:00
ocaml-csv Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ocaml-expat - Updated package to also install the cmxs (dynamic link) file. 2013-06-16 09:45:19 +00:00
ocaml-text Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ocaml-tyxml Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
OdfConverter Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
oniguruma Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
openjade Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
opensp Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-ack Comment out p5-Term-ANSIColor dependency, in perl since 5.6.0. 2013-11-24 10:02:40 +00:00
p5-Biblio-EndnoteStyle Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-cabocha reset PKGREVISION from base update. 2014-01-01 07:49:55 +00:00
p5-CAM-PDF Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Convert-ASCII-Armour Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Convert-ASN1 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Convert-BER Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Convert-PEM Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Convert-Translit Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Cz-Cstools Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Data-FormValidator Update to 4.81 2013-08-23 14:10:17 +00:00
p5-Data-HexDump Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Dist-Zilla-Plugin-PodWeaver Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Encode Update to 2.54: 2013-09-05 19:58:14 +00:00
p5-Encode-Detect Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Encode-Locale Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Feed-Find Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-File-ReadBackwards Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Filter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-FormValidator-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-FormatText-WithLinks Import p5-HTML-FormatText-WithLinks-0.14 as textproc/p5-HTML-FormatText-WithLinks. 2013-07-06 01:04:38 +00:00
p5-HTML-FormatText-WithLinks-AndTables Import p5-HTML-FormatText-WithLinks-AndTables-0.02 as textproc/p5-HTML-FormatText-WithLinks-AndTables. 2013-07-06 01:05:56 +00:00
p5-iCal-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwalify Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-libxml Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-EN-FindNumber Adding package for CPAN distribution Lingua-EN-FindNumber version 1.2 2013-07-03 16:09:52 +00:00
p5-Lingua-EN-Inflect Updating package for CPAN distribution Lingua-EN-Inflect in 2013-07-03 16:18:43 +00:00
p5-Lingua-EN-Inflect-Number Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-EN-Inflect-Phrase Updating package for CPAN distribution Lingua-EN-Inflect-Phrase in 2013-07-03 16:48:06 +00:00
p5-Lingua-EN-Number-IsOrdinal Adding package for CPAN distribution Lingua-EN-Number-IsOrdinal version 2013-07-03 16:11:42 +00:00
p5-Lingua-EN-Numbers-Ordinate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-EN-Sentence Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-EN-Tagger Updating package for CPAN distribution Lingua-EN-Tagger in 2013-07-03 16:20:54 +00:00
p5-Lingua-EN-Words2Nums Adding package for CPAN distribution Lingua-EN-Words2Nums version 0.18 2013-07-03 16:06:25 +00:00
p5-Lingua-Identify Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-Preferred Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-PT-Stemmer Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-Stem Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-Stem-Fr Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-Stem-It Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-Stem-Ru Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-Stem-Snowball Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Lingua-Stem-Snowball-Da Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-List-Compare Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Locale-Maketext-Gettext Import p5-Locale-Maketext-Gettext-1.28 as textproc/p5-Locale-Maketext-Gettext. 2013-07-06 01:01:37 +00:00
p5-mecab Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-mobiperl Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-native-hyperestraier Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-Dict Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Number-Format Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Number-Spell Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-PDF Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-PDF-API2 Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-PDF-Create Update to 1.08 2013-12-12 00:54:37 +00:00
p5-PDF-Reuse Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-PDF-Reuse-Barcode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-PDF-Table Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Pod-Abstract Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Pod-Coverage Update to 0.23: 2013-09-05 18:50:59 +00:00
p5-Pod-Elemental Update to 0.102363 2013-11-24 04:01:54 +00:00
p5-Pod-Elemental-PerlMunger Update to 0.093333 2013-11-24 04:06:01 +00:00
p5-Pod-Escapes Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Pod-Eventual Update to 0.094001 2013-11-24 04:17:35 +00:00
p5-Pod-Markdown Update to 1.500 2013-11-24 04:23:01 +00:00
p5-Pod-Parser Update to 1.61 2013-11-24 04:27:50 +00:00
p5-Pod-POM Update to 0.28: 2013-09-05 19:49:39 +00:00
p5-Pod-Readme Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Pod-Simple Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Pod-Spell Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Pod-Spell-CommonMistakes Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Pod-Strip Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Pod-Tests Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Pod-Tree Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Pod-Weaver Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-POD2-Base Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-podlators Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-PPI-HTML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Regexp-Common Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Regexp-Copy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Search-Indexer Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Search-Xapian Update to 1.2.15.0. From the changelog: 2013-06-04 21:29:13 +00:00
p5-SGMLS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Snowball-Norwegian Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Snowball-Swedish Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-Approx Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-BufferStack Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-CamelCase Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-Compare-ConstantTime Adding package for CPAN distribution String-Compare-ConstantTime version 2013-07-03 16:13:38 +00:00
p5-String-CRC32 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-Errf Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-Flogger Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-Formatter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-Koremutake Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-RewritePrefix Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-ShellQuote Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-ToIdentifier-EN Update to 0.10 2013-07-21 14:51:32 +00:00
p5-String-Truncate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Syntax-Highlight-Engine-Kate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Declare Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Autoformat Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-CSV Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Latex Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Number-Format Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-YAML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Tiny Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Affixes Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Aspell Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Autoformat Update to 1.669004 2013-08-25 23:44:15 +00:00
p5-Text-Balanced Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-BibTeX Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Brew Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-CharWidth Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-ChaSen Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Context-EitherSide Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-CSV Update to 1.32 2013-07-14 06:42:02 +00:00
p5-Text-CSV-Encoded Update to 0.22 2013-08-25 23:51:33 +00:00
p5-Text-CSV-Hash Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-CSV_XS Update to 1.02 2013-11-12 13:25:31 +00:00
p5-Text-DelimMatch Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-DHCPLeases Update to 1.0 2013-08-25 23:57:31 +00:00
p5-Text-Diff Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Diff-HTML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Diff-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-DoubleMetaphone Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Emoticon Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Emoticon-MSN Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-FindIndent Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Format Update to 0.58 2013-08-26 00:01:48 +00:00
p5-Text-German Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Glob Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Kakasi Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-LevenshteinXS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Markdown Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Markdown-Discount Fix build on case-insensitive filesystems (e.g., Darwin's). No 2013-08-30 15:49:48 +00:00
p5-Text-Microformat Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-MicroTemplate Update to 0.20 2013-08-26 00:28:12 +00:00
p5-Text-Ngram Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Patch Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-PDF Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Text-Quoted Update to 2.08 2013-08-26 00:32:00 +00:00
p5-Text-RecordParser Restore README.md removal, but move it to post-extract. 2013-08-29 13:31:15 +00:00
p5-Text-Reflow Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Reform Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-RewriteRules Update to 0.25 2013-08-26 01:15:43 +00:00
p5-Text-Sass Update to 0.97 2013-07-11 04:52:07 +00:00
p5-Text-Shellwords Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-SimpleTable Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-SpellChecker Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Substitute Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Tabs+Wrap Update to 2013.0523 2013-08-26 01:27:15 +00:00
p5-Text-TabularDisplay Update to 1.35 2013-08-26 01:31:28 +00:00
p5-Text-Template Update to 1.46 2013-08-26 01:44:15 +00:00
p5-Text-Textile Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Trac Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Typography Apply patch from RT to fix "uninitialized value" warnings. Bump 2013-07-17 21:18:23 +00:00
p5-Text-Unaccent Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Unidecode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-vCard Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Text-vFile-asData Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-WagnerFischer Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-WikiCreole Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-WikiFormat Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-WrapI18N Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Wrapper Update to 1.04 2013-08-26 01:49:43 +00:00
p5-Text-Xslate Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Unicode-LineBreak Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Atom Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-XML-Atom-SimpleFeed Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Atom-Stream Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-XML-AutoWriter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Bare Update to 0.53 2013-07-13 08:52:17 +00:00
p5-XML-Catalog Add missing DESCR. 2013-11-30 11:31:36 +00:00
p5-XML-Checker Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Clean Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-DOM Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Dumper Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Elemental Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Encoding Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Entities Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Feed Update to 0.52. From the changelog: 2013-07-10 02:09:30 +00:00
p5-XML-FeedPP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Filter-BufferText Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Filter-DetectWS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Filter-DOMFilter-LibXML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Filter-Reindent Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Filter-SAXT Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Generator Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Grove Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Handler-Trees Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Handler-YAWriter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-LibXML Update to 2.0107 2013-11-30 10:07:36 +00:00
p5-XML-LibXML-Iterator Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-LibXML-Simple Update to 0.93 2013-08-22 14:29:01 +00:00
p5-XML-LibXSLT Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
p5-XML-NamespaceSupport Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Node Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-NodeFilter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Parser-Lite-Tree Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Rabbit Update to 0.3.0 2013-08-24 02:17:01 +00:00
p5-XML-RAI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-RegExp Update to 0.04 2013-08-24 02:21:32 +00:00
p5-XML-RSS Update to 1.54. From the changelog: 2013-07-10 02:02:09 +00:00
p5-XML-RSS-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Sablotron Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-SAX Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-SAX-Base Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-SAX-Expat Update to 0.50 2013-08-24 02:25:09 +00:00
p5-XML-SAX-ExpatXS Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
p5-XML-SAX-Writer Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-XML-SemanticDiff Update to 1.0002 2013-08-24 02:34:24 +00:00
p5-XML-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Stream Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Tidy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Tiny Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-TreeBuilder Update to 5.1 2013-11-30 11:38:16 +00:00
p5-XML-TreePP Update to 0.42 2013-11-30 11:45:45 +00:00
p5-XML-Twig Update to 3.44 2013-10-13 04:38:06 +00:00
p5-XML-UM Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-Writer Update to 0.623 2013-10-13 04:28:03 +00:00
p5-XML-Writer-String Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-XPath Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-XPathEngine Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-XQL Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-XSLT Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-XML-XUpdate-LibXML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-yamcha Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-YAML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-YAML-LibYAML Update to 0.41 2013-07-21 11:24:08 +00:00
p5-YAML-Syck Update to 1.27: 2013-09-05 18:22:12 +00:00
p5-YAML-Tiny Update to 1.53 2013-08-21 07:58:22 +00:00
par Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
pdfgrep Recursive PKGREVISION bump for poppler-0.24.4. 2013-12-06 13:23:45 +00:00
pear-Console_Table Update pear-Console_Table to 1.1.5 and add LICENSE. 2013-03-16 03:49:35 +00:00
pear-File_Find Fixes: 2013-04-06 03:45:05 +00:00
php-dom Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
php-enchant Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
php-intl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
php-json Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
php-mecab Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
php-pspell Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
php-wddx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
php-xsl Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
po-mode Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
po4a Fix perl interpreter path in installed files. Bump PKGREVISION. 2013-06-18 19:24:20 +00:00
postgresql-autodoc Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
psgml-mode Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
pxp Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
py-4Suite Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-anyjson Set MAINTAINER=pkgsrc-users@; This package was packaged in pkgsrc-wip 2013-07-02 11:15:55 +00:00
py-cabocha Update cabocha to 0.66. 2013-05-22 13:14:29 +00:00
py-cElementTree Change version number of python buitin module packages 2013-04-20 09:38:04 +00:00
py-cmTemplate Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-creole Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-cssselect Fixes: 2013-04-06 03:45:05 +00:00
py-cssutils Update py-cssutils to 0.9.10. 2013-07-28 17:26:08 +00:00
py-docutils Update to 0.11: 2013-07-28 12:47:46 +00:00
py-elementtree Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-empy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-enchant Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
py-Excelerator Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-expat Change version number of python buitin module packages 2013-04-20 09:38:04 +00:00
py-feedparser The revived rss2email (not yet in pkgsrc) requires Python 3.2 or 2013-06-06 01:57:55 +00:00
py-gnosis-utils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-HappyDoc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-html2text Update to 3.200.3. No changelog provided. Summarized highlights 2013-06-06 01:52:01 +00:00
py-html5lib Changes 0.95: 2012-12-01 18:37:51 +00:00
py-jinja Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-jinja2 Changes 2.7.1: 2013-08-31 22:33:35 +00:00
py-jsonlib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-libxml2 Enable Python 3 2013-10-03 07:52:32 +00:00
py-libxslt Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
py-lxml Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
py-markdown Update to 2.2.1 2013-02-19 19:41:28 +00:00
py-markdown2 Update py-markdown2 to 2.1.0 2013-01-19 10:35:05 +00:00
py-markupsafe Fix Python 3.x build. 2013-05-23 15:08:26 +00:00
py-mecab Update mecab to 0.996. 2013-02-28 12:31:37 +00:00
py-pdf-parser Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-prettytable Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-11-18 02:25:37 +00:00
py-pygments Update Pygments to 1.6. 2013-03-03 07:31:30 +00:00
py-relatorio A templating library which provides a way to easily output all kind of 2013-07-21 12:15:29 +00:00
py-sphinx Update to 1.2: 2014-01-02 17:58:22 +00:00
py-sphinx-theme-cloud Modify Python script to work under 3.x 2012-12-20 13:32:34 +00:00
py-Tempita Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-textile Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-Unidecode Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-vobject Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-Whoosh Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-X Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-xlrd Update py-xlrd to 0.8.0. 2013-01-19 09:22:36 +00:00
py-xlwt Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 2013-07-20 07:40:11 +00:00
py-xml Fix python interpreter path in installed files. 2013-06-17 13:33:47 +00:00
py-yamcha Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
py-yaml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
qprint Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
qsubst Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
queequeg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
raptor Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
raptor2 Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
rarian Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
rasqal Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
redland Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
regexx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
regxml 'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be 2013-04-06 13:01:26 +00:00
rfcutil Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
rman Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
robodoc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
rtf-tools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
rtfm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
rubber Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-albino
ruby-amrita Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-bluecloth
ruby-builder Update ruby-builder to 3.0.4, latest version of 3.0.x. 2012-12-17 13:39:59 +00:00
ruby-cabocha Update cabocha to 0.66. 2013-05-22 13:14:29 +00:00
ruby-classifier
ruby-coderay Update ruby-coderay to 1.1.0. 2013-09-15 16:14:17 +00:00
ruby-diff-lcs Update ruby-diff-lcs to 1.2.4. 2013-06-16 17:21:49 +00:00
ruby-eruby Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-escape Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-fast-stemmer Update ruby-fast-stemmer to 1.0.2. 2013-02-11 09:07:04 +00:00
ruby-fastercsv
ruby-feed-normalizer
ruby-ferret Update ruby-ferret to 0.11.8.5. 2012-12-17 13:55:27 +00:00
ruby-haml Update ruby-haml to 4.0.3. 2013-09-15 16:16:26 +00:00
ruby-hikidoc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-hpricot
ruby-html-parser Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-htree Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-itex2MML Fix build problem with new bison by adding simiar patch as textproc/itex2MML. 2013-09-11 15:14:00 +00:00
ruby-json Update ruby-json to 1.8.0. 2013-06-13 13:15:49 +00:00
ruby-json-pure Update ruby-json-pure to 1.8.0 2013-06-13 13:18:08 +00:00
ruby-json-utils Comment out broken ruby-gnome2 dependency. This is almost certainly wrong, 2013-05-09 10:09:37 +00:00
ruby-kramdown Update ruby-kramdown to 0.14.2. 2013-02-11 09:08:16 +00:00
ruby-levenshtein Import ruby-levenshtein-0.2.2 as textproc/ruby-levenshtein. 2013-01-26 10:49:03 +00:00
ruby-libxml Update ruby-libxml to 2.7.0. 2013-09-15 16:17:32 +00:00
ruby-mab Various MASTER_SITES-related fixes. 2013-04-06 14:09:32 +00:00
ruby-markaby
ruby-maruku Update ruby-maruku to 0.6.1. 2012-09-16 14:24:12 +00:00
ruby-mecab Update mecab to 0.996. 2013-02-28 12:31:37 +00:00
ruby-multi_json Fix typo. 2013-08-20 22:38:39 +00:00
ruby-native-hyperestraier Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-nokogiri Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
ruby-nqxml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-oniguruma
ruby-plist
ruby-pure-hyperestraier Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-rdtool Update ruby-rdtool to 0.6.38. 2012-12-17 14:36:12 +00:00
ruby-redcarpet Add ruby-redcarpet package version 3.0.0. 2013-09-15 16:26:30 +00:00
ruby-redcloth
ruby-rison Update ruby-rison to 2.0.0. 2013-02-11 09:17:42 +00:00
ruby-rttool
ruby-safe_yaml Add ruby-safe_yaml package version 0.9.5. 2013-09-15 16:31:27 +00:00
ruby-sary Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-simple-rss
ruby-stringex Update ruby-stringex to 1.5.1. 2012-12-17 14:38:58 +00:00
ruby-suikyo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-syntax
ruby-text Update ruby-text to 1.2.3. 2013-08-27 12:07:41 +00:00
ruby-textpow Update ruby-textpow to 1.3.1. 2013-03-14 16:13:52 +00:00
ruby-tilt Drop maintainership, not using anymore. 2013-12-07 09:00:51 +00:00
ruby-treetop Update ruby-treetop to 1.4.15. 2013-09-15 16:34:40 +00:00
ruby-ultraviolet Update ruby-ultraviolet to 1.0.1. 2013-09-15 16:37:47 +00:00
ruby-will-paginate Update ruby-will-paginate to 3.0.5, fixing security problem of CVE-2013-6459. 2013-12-29 12:20:41 +00:00
ruby-xmlparser Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
ruby-xslt Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
ruby-yajl
ruby-yamcha Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
sablotron Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
sary Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
saxon Update to latest release. This is supposedly the last version which requires 2013-05-18 01:43:42 +00:00
scew Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
scrollkeeper-dtd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
sgrep Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
shared-desktop-ontologies Update to shared-desktop-ontologies 0.11.0 2013-11-07 09:31:37 +00:00
soprano Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
source-highlight Override stdbool.h test, it can't work with a proper C++ implementation. 2013-12-08 22:35:11 +00:00
stardic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
sub2srt Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
sublib Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
subtitleripper Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
suikyo Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
suikyo-conv-table Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
suikyo-docs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
suikyo-elisp Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
swath Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
tcl-dom Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
tcl-expat Add missing string.h. Fix return values. Fix rpath. 2013-01-11 23:35:12 +00:00
tcl-tDOM Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
tcl-xml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
tei Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
tei-p5-schema Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
tei-xsl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
tex-makeindex Sync tex-makeindex{,-doc} with TeX Live 2013 2013-11-30 23:11:22 +00:00
tex-makeindex-doc Sync tex-makeindex{,-doc} with TeX Live 2013 2013-11-30 23:11:22 +00:00
tex-xmltex
tex-xmltex-doc Fix PLIST; was previously empty. (!?) 2013-11-24 04:59:28 +00:00
tex2page Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
texi2html Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
texi2roff Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
the_silver_searcher Update to 0.17; changes not found. 2013-10-20 22:14:21 +00:00
tokyodystopia Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
trang Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
troffcvt Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
unac Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
uncrustify Add a number of includes hidden by libstdc++'s name space pollution. 2013-04-29 21:31:09 +00:00
uni2ascii Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
unroff Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
untex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
uriparser Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
urlview Install url_handler.sh, from Dario Niedermann on pkgsrc-users. 2013-06-14 08:53:57 +00:00
vis Add USE_TOOLS+=nroff to packages which generate catman pages. 2013-09-12 11:15:12 +00:00
wbxml2 automake-1.13 compatability. 2013-01-25 11:59:13 +00:00
wdiff Don't install lib/charset.alias 2013-07-21 10:31:26 +00:00
WordNet Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
writer2latex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xalan-j Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xapian Update to 1.2.15. From the changelog: 2013-06-04 21:27:02 +00:00
xapian-omega Update to 1.2.15. From the changelog: 2013-06-04 21:28:26 +00:00
xerces-c buildlink with converters/libiconv as same condition of Makefile. 2012-12-31 09:27:50 +00:00
xerces-j Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xfce4-dict-plugin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xhtml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xhtmldiff Restore needed EXTRACT_SUFX=.tar.gz. 2013-04-14 15:59:21 +00:00
xml-coreutils Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xml2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xml2doc Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
xmlada textproc/xmlada: Update from version 4.2.0.0 to version 4.4.0.0 2013-07-02 22:13:56 +00:00
xmlcatmgr Make xmlcatmgr and catalogs.mk cross-compilable. 2013-05-10 22:33:55 +00:00
xmlindent Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xmlrpc-c Fix build on MirBSD. 2013-12-01 23:25:31 +00:00
xmlstarlet Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
xmlto Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
xmltoman Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
xmltooling Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
xp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xqilla Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
xslide Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
xt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
yamcha Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
yelp-xsl itstool is required to build the translation XML files. 2013-05-20 21:20:23 +00:00
yodl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
zoem Update zoem to 11.166 2012-12-02 09:50:02 +00:00
Makefile + grepcidr (hi apb) 2013-12-14 07:29:22 +00:00