pkgsrc/textproc
ryoon 1d6ab31bc6 Update to 1.1
* Add fop-ttfreader script (some documents requires this script)

Version 1.1 (20 October 2012)

Changes to the Code Base

  * add Added support for the role property on fo:page-sequence, fo:flow and
    fo:static-content. This allows to change the mapping of those FOs to PDF
    structure types when enabling accessibility. Committed by VH.
  * add A global setting to wrap F11 images in page segments. Committed by PH.
    See Issue 49893.
  * add Added support for PDF Object Streams. When accessibility is enabled and
    PDF version 1.5 selected, the structure tree will be stored in object
    streams in order to reduce the size of the final PDF. Committed by VH.
    Thanks to Peter Hancock.
  * add Improved support for empty flow-name mapping. Committed by PH. See
    Issue 50391.
  * add Improvements of the Accessibility features. Committed by PH. Thanks to
    Vincent Hennebert.
  * add Suppress unnecessary "font not found warnings" when generating AFP with
    raster fonts Committed by CB. Thanks to Luis Bernardo. See Issue 52416.
  * add SVG text in AFP creates miscoded GOCA text Committed by CB. Thanks to
    Luis Bernardo. See Issue 51209.
  * add Add support for different flow-name of fo:region-body in FOP Committed
    by CB. Thanks to Peter Hancock. See Issue 50391.
  * add Tagged PDF performance improvement plus tests Committed by CB. Thanks
    to Mehdi Houshmand. See Issue 51664.
  * add Improved AdobeStandardEncoding support in AFM files for type1 fonts
    Committed by MH. See Issue 52197.
  * add Added ant script to get JaCoCo code coverage. Committed by VH. Thanks
    to Mehdi Houshmand. See Issue 52151.
  * add Added to build file JUnit target that uses a regex to run all of the
    test cases. This reduces the risk that some of them are omitted when
    building FOP. Committed by VH. Thanks to Mehdi Houshmand. See Issue 52136.
  * add Allow JPEG images to be embedded in an AFP document as is, without
    being decoded and encoded. Committed by PH. Thanks to Mehdi Houshmand. See
    Issue 52089.
  * add Simplification of the build: Reduced code duplication and layout engine
    tests. Committed by PH. Thanks to Mehdi Houshmand. See Issue 52010.
  * add Fix for when the last simple-page-master referenced in a
    page-sequence-master is not chosen when force-page-count=odd. Committed by
    PH. Thanks to Mehdi Houshmand. See Issue 51962.
  * add Upgraded all tests to JUnit 4. Committed by VH. Thanks to Mehdi
    Houshmand. See Issue 51928.
  * add Added support for resolution of relative URIs against a specified
    xml:base during property refinement. Committed by AD. See Issue 48334.
  * fix Fix incorrect language and country code key generation in hyphenation
    tree cache. Committed by GA. Thanks to Dieter von Holten. See Issue 53458.
  * fix Eliminate javadocs warnings. Committed by GA.
  * fix Eliminate incorrect use of object identity which produces excessive
    property cache collisions. Committed by GA. Thanks to Alexios Giotis. See
    Issue 53412.
  * fix Eliminate javadocs warnings. Committed by GA.
  * fix Use new double format utility to improve thread safety and performance.
    Committed by GA. Thanks to Ognjen Blagojevic. See Issue 43940.
  * fix Convert block container overflow exception to event model, improving
    overflow property behavior. Committed by GA. Thanks to Luis Bernardo. See
    Issue 53094.
  * fix Update to use of checkstyle-5.5 as default configuration. Remove
    checkstyle-4.0 configuration. Also, import environment build properties
    before local properties, so that latter can refer to former. Committed by
    GA. See Issue 53083.
  * fix Prevent NPE on use of unsupported collapse-with-precedence; fall back
    to collapse. Fix checkstyle errors from prior commit. Committed by GA.
    Thanks to Pascal Sancho. See Issue 52572.
  * fix Invoke JVM in headless mode from FOP command scripts and JS shell to
    prevent stealing focus from GUI applications. Committed by GA. See Issue
    50062.
  * fix Support list-block in marker, thus preventing NPE. Committed by GA. See
    Issue 52763.
  * fix Must use unqualified (local name) when reporting invalid child error.
    Committed by GA.
  * fix Restore lookup on Event message lookup field part. Add locale field to
    Event to enable locale dependent deferred bundle load during lookup field
    part substitution. Committed by GA. See Issue 53065.
  * fix Bug in AFP font metrics that performed integer arithmetic when it
    should have been double arithemetic. Committed by MH.
  * fix Bring clone() in line with the recommendations in Object.clone().
    Committed by GA. Thanks to Simon Pepping. See Issue 49754.
  * fix How to use native text with EPSDocumentGraphics2D. Committed by GA.
    Thanks to Luis Bernardo. See Issue 52966.
  * fix Allow https scheme URI for PDF external action target. Committed by GA.
    Thanks to Paul Huemer. See Issue 51599.
  * fix RTF percentage table column width not calculated from table. Committed
    by GA. Thanks to Carsten Pfeiffer. See Issue 50901.
  * fix RTF generates unexpected lines for blocks in tables. Also fix three
    findbugs issues. Committed by GA. Thanks to Max Aster. See Issue 51009.
  * fix RTF tables do not support percent column-widths. Committed by GA.
    Thanks to Max Aster. See Issue 51007.
  * fix Access denied (java.util.PropertyPermission
    org.apache.fop.fo.properties.use-cache read). Committed by GA. Thanks to
    Armin Haaf. See Issue 50435.
  * fix Incorrect message when encountering a block in an inline in a footnote.
    Committed by GA. Thanks to Adrian Buza. See Issue 49763.
  * fix Specified rule-thickness applies only when leader-pattern is rule,
    otherwise should use default thickness. Committed by GA. Thanks to Georg
    Datterl. See Issue 47380.
  * fix Eliminate duplicate code. Committed by GA. Thanks to Julien Ayme'. See
    Issue 49302.
  * fix Correct coding error in AFPResourceLevel#equals. Committed by GA.
    Thanks to Julien Ayme'. See Issue 49350.
  * fix Throw IFException instead of NPE if navigation target (page reference)
    doesn't exist. Committed by GA. Thanks to Melanie Drake. See Issue 51836.
  * fix Fixed memory waste in traits map. Committed by GA. Thanks to Sergey
    Vladimirov. See Issue 51808.
  * fix Fixed small memory waste in rowCells array construction. Committed by
    GA. Thanks to Sergey Vladimirov. See Issue 51807.
  * fix Fixed incorrect rejection of fo:wrapper inside fo:inline inside
    fo:footnote-body. Committed by GA. Thanks to Alberto Simo~es. See Issue
    53005.
  * fix Fixed deadlock in PropertyCache. Committed by VH. Thanks to Alexios
    Giotis. See Issue 46962.
  * fix Fixed bug that caused a configured and installed SVG font to be
    stroked, also added an event indicating when fonts are stroked. Committed
    by MH. Thanks to Luis Bernardo. See Issue 52849.
  * fix Fix of a bug introduced when merging ImproveAccessibility. Committed by
    PH.
  * fix Fixed rendering of special glyphs when using single-byte encoding mode.
    Committed by VH. Thanks to Luis Bernardo. See Issue 52655.
  * fix Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a
    non-existing internal destination should just trigger a warning. Committed
    by AD. See Issue 50593.
  * fix Fix for issue in RenderPagesModel.checkPreparedPages() where the same
    page-sequence is potentially started multiple times. Committed by AD.
    Thanks to Martin Koegler. See Issue 50635.
  * fix Fix for performance issue when adding pages, if the total number of
    pages is significantly large. Committed by AD. Thanks to Martin Koegler.
    See Issue 50636.
  * fix Fix for performance issue when adding nodes, if the number of children
    is significantly large. Committed by AD. Thanks to Martin Koegler. See
    Issue 50626.
  * fix Fix for avoid ArrayIndexOutOfBoundsException for codepoints without a
    linebreak class Committed by AD. See Issue 50471.
  * fix Replaced magic numbers with constants from UnitConv and
    GraphicsConstants. Committed by VH. Thanks to Joshua Marquart. See Issue
    49695.
  * update Update xmlgraphics common jar to reflect recent fixes in XGC.
    Committed by GA. See Issue 53055.
  * update Fix handling of NaN, {+,-}Infinity, and other edge cases. Submitted
    by Julien Ayme'. Committed by GA. Thanks to Julien Ayme'. See Issue 43940.
  * update Improve property function argument parsing, specifically, better
    separate required, optional, and variable arguments and the handling of
    optional argument defaults. Regularize property function class names.
    Committed by GA.
  * update Add run target for embedded examples. Add increased JVM memory heap
    flag for example8 in case font cache is rebuilt. Committed by GA. See Issue
    51617.

Changes to the User Configuration

  * add Added configuration option to set the version of the output PDF
    document. Committed by VH. Thanks to Mehdi Houshmand. See Issue 51385.
  * fix Fix crash on use of version switch (-v). Committed by GA. Thanks to
    Luis Bernardo. See Issue 52144.
  * fix Fix exception thrown from use of -print option in CLI. Committed by GA.
    Thanks to Luis Bernardo. See Issue 53248.
  * fix Fix for relative URIs in the configuration file (base, font-base,
    hyphenation-base) are evaluated relative to the base URI of the
    configuration file. Committed by SP.

Changes to Documentation

  * fix Fix renderer mime type for PCL output; should be application/x-pcl.
    Committed by GA. See Issue 53247.
  * update Update FAQ and New Bug documentation. Committed by GA.

Changes to the Font Subsystem

  * add Add support for OpenType advanced typographic tables (GDEF, GSUB,
    GPOS). Committed by GA.
  * add Added support for lookup of alternative glyphs when additional
    single-byte encodings are used, ex. replacing "Omegagreek" by "Omega" and
    vice versa. Committed by JM. Thanks to Alexandros Papadakis. See Issue
    50699.
  * add Added convenience support for the flushing of the Fop font cache file
    from the command line. Committed by AC.
  * fix Fix performance regression in JDK 1.6 Update 19 due to use of Java
    Beans API. Fix checkstyle errors. Committed by GA. Thanks to Tassos
    Charoulis. See Issue 53148.
  * fix Ensure fonts are not loaded twice (redundantly). Committed by GA. See
    Issue 53143.
  * fix Bugfix for color model in IOCA IDE structure parameter for 4- and 8-bit
    grayscale images. Revision 4. Committed by PH. See Issue 48696.
  * fix Changes the way PostScript handles Graphics2D images such that if the
    language is set to level 3, the image is stored as an embedded file which
    has no length limit. Previously it was stored as an array which has a
    implementation limit of 65535 elements. Committed by PH. Thanks to Mehdi
    Houshmand. See Issue 51760.
  * fix PDFFactory responsible for asdigning name to a subset font. Committed
    by PH. Thanks to Mehdi Houshmand. See Issue 51759.
  * fix Improved support for EBCDIC encoded double byte fonts fo AFP. Committed
    by PH. Thanks to Mehdi Houshmand. See Issue 51530.
  * fix Corrected typographical errors in AFPBase12FontCollection. Committed by
    PH. Thanks to Mehdi Houshmand. See Issue 51205.
  * fix Fixed a bug in TTF subsetting where a composite glyph could get
    remapped more than once resulting in garbled character. Committed by JM.
    Thanks to Mehdi Houshmand. See Issue 51596.
  * fix Fixed a number of bugs concerning Type 1 and other single-byte fonts
    (glyph width mismatches and overlapping characters). Committed by JM. See
    Issue 50605.
  * fix Removed invalid entries in ToUnicode table of CID subset fonts.
    Committed by JM. Thanks to Mehdi Houshmand. See Issue 51144.
  * fix Reinstated support for being able to specify a font cache filepath in
    the fop user configuration. Committed by AC.
  * update Removing experimental feature that violates XSL-FO and Unicode
    semantics by misinterpreting Basic Latin code points. Users must use
    private use codepoints to access font specific character mappings that have
    no assigned Unicode code point. See bug 50492. Committed by GA.

Changes to the Image Support

  * fix Fix incorrect SVG line dash pattern with PDF output format. Committed
    by GA. Thanks to Luis Bernardo. See Issue 53431.
  * fix Support use of ImageLoaderRawPNG decoder in order to prevent
    re-encoding of PNG images (and unnecssary output file bloat). Committed by
    GA. Thanks to Luis Bernardo, Matthias Reischenbacher. See Issue 40676.
  * update Fix interoperability issue with Adobe reader regarding use of
    multiple filters. Committed by GA. Thanks to Luis Bernardo. See Issue 40676
    .
  * update Update site documentation about PNG image loading configuration and
    support. Committed by GA. Thanks to Luis Bernardo. See Issue 40676.
  * update Fix newly introduced findbugs warnings. Committed by GA. Thanks to
    Luis Bernardo. See Issue 40676.

Changes to the Layout Engine

  * add Add support for complex scripts, including: full bidi support, support
    for advanced typographic tables, advanced support for number conversion.
    Committed by GA. See Issue 32789, 49008, 49687.
  * fix Unify date formatting between FOP and XGC as well as tidying the date
    format code. Committed by GA. Thanks to Robert Meyer. See Issue 53185.
  * fix Fix for break before (break-before) not respected on blocks nested in
    inlines. Committed by GA. Thanks to Luis Bernardo. See Issue 45715.
  * fix Don't restart layout unless abs(ipd difference) > 1 in order to prevent
    rounding issues from triggering false restart. Committed by GA. Thanks to
    Pascal Sancho. See Issue 51043.
  * fix Ensure that table cell spanning works in right-to-left writing mode.
    Committed by GA. Thanks to Matthias Reischenbacher. See Issue 53103.
  * fix Ensure that table footer and header are included in bididirectional
    resolution. Committed by GA. See Issue 53086.
  * fix Ensure writing-mode specified on fo:table is used to determine writing
    mode of table and its descendants. Committed by GA. See Issue 53097.
  * fix Ensure square image is appropriately scaled. Committed by GA. Thanks to
    Luis Bernardo. See Issue 52514.
  * fix Bugzilla 50965: Fixed a regression in BlockContainerLayoutManager where
    margins were no longer reset after forced breaks. Committed by AD. Thanks
    to Martin Koegler. See Issue 50965.
  * fix Implemented non-standard behavior for basic-link areas, such that they
    take into account the heights of their descendants areas. Committed by VH.
  * fix Fix for keep-together does not apply to fo:table-cell. Committed by VH.
  * fix Fix for keep-together on a table containing row-spanning cells that was
    not honored. Committed by VH.
  * fix Fix forpadding-start ignored when table-header/footer is repeated.
    Committed by VH. Thanks to Matthias Reischenbacher. See Issue 50196.
  * fix Fix for correct behavior of keep-together.within-line in case there are
    nested inlines Committed by AD. See Issue 49848.
  * fix Fix for avoid ClassCastException when using fox:widow-content-limit
    Committed by AD. See Issue 48380.
  * fix Fix for content after forced break in block-container is not rendered.
    Committed by VH. See Issue 50089.
  * fix Fixed adjustment of inline parent area for justified text containing a
    forward page reference. Committed by JM. See Issue 42034.
  * fix Fixed behavior when combining hyphenation with preserved linefeeds or
    whitespace. Committed by AD. See Issue 38264.
  * fix Fixed retrieval of available BPD for cases spanning columns and
    multiple pages with differing page masters. Committed by JM. See Issue
    49885.

Changes to Renderers (Output Formats)

  * add Added possibility to embed TrueType fonts in PostScript. Committed by
    VH. See Issue 52338.
  * add Various bugfixes to make PDFDocumentGraphics2D operational again.
    Committed by JM.
  * add Added support for 128bit encryption in PDF output. Committed by VH.
    Thanks to Michael Rubin.
  * add Added an IFDocumentHandler filter for triggering rendering events.
    Created an Event that captures an end page event with the page number.
    Committed by PH.
  * add Added option to place AFP NOPs right before the end of a named page
    group (page-sequence), rather than after the start. Committed by JM.
  * add Added option for PostScript output to optimize for file size rather
    than quality. Committed by JM.
  * add AFP GOCA: Added option to disable GOCA and to control text painting
    inside GOCA graphics. Committed by JM.
  * add Added id element to intermediate format to track the origin of content.
    Committed by VH.
  * add Added support for CIE Lab colors (from XSL-FO 2.0 WD). Committed by JM.
  * add Initial work on spot colors (aka named colors) for PDF output.
    Committed by JM. Thanks to Patrick Jaromin. See Issue 49403.
  * add Allow afp:no-operation to also appear under fo:page-sequence and
    fo:declarations. Committed by JM.
  * add Added some support for break-before/-after for RTF output. Committed by
    JM. Thanks to Max Aster. See Issue 42600.
  * add Added ability to embed an external AFP page segment resource file (AFP
    output only). Committed by JM. Thanks to Peter Hancock. See Issue 49379.
  * add Added support for PDF File Attachments (Embedded Files). Committed by
    JM. Thanks to Andrejus Chaliapinas. See Issue 44460.
  * fix Add version attribute to AT and IF intermediate formats. Also eliminate
    redundant use of reversed attribute in AT format. Committed by GA. See
    Issue 53304, 53306.
  * fix Add extension to place code just before PostScript %PageTrailer.
    Committed by GA. Thanks to Luis Bernardo. See Issue 53295.
  * fix Fix invalid PostScript file being created when font-size is 0.
    Committed by GA. Thanks to Robert Meyer. See Issue 53294.
  * fix Stop outputting the Type entry for structure elements in order to
    create a smaller PDF ouptut when accessibility is enabled. Committed by VH.
    Thanks to Martin Koegler.
  * fix Support fractional line widths in AFP renderer, fixing problem with SVG
    line drawing. Committed by GA. Thanks to Luis Bernardo. See Issue 53242.
  * fix Fix for invalid PDF for certain numerical values in SVG lineargradient.
    Committed by GA. Thanks to Luis Bernardo. See Issue 40699.
  * fix Fix for XGC when rendering PostScript using SVG being drawn upside down
    when using a custom affine transform. Committed by GA. Thanks to Robert
    Meyer. See Issue 48723.
  * fix Don't write final /sect suffix in RTF if section is last section.
    Committed by GA. Thanks to Benjamin Riefenstahl. See Issue 51484.
  * fix Take leading derived space before/after into account when computing
    rows for TXT renderer. Committed by GA. See Issue 52114.
  * fix Improved fix of a bug relating to PCL painter thread safetly. Previous
    fix in rev 895012 worked by synchronizing methods of a static instance of
    Java2DFontMetrics. This fix uses a unique instance for per thread.
    Committed by PH. See Issue 48062.
  * fix Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when
    embedding a Page Segment. Committed by PH.
  * fix Fixed a bug in AFP where the object area axes of an Include Object was
    incorrectly set when rotated by 180. Committed by PH.
  * fix Fixed a multi-threading bug for SVG images included through svg:image
    inside SVG documents. Committed by JM.
  * fix Fix for alternative text not working in tagged PDF for TIFF images.
    Committed by VH.
  * fix Fixed io exception in MODCAParser caused by the improper use of mark()
    and reset() on the MODCA data input stream. Added unit test. Committed by
    PH. See Issue 50909.
  * fix Fixed mapping of font weights between CSS values and
    TextAttribute.WEIGHT_*. Committed by JM. Thanks to Glenn Adams. See Issue
    50899.
  * fix AFP GOCA: fonts were not embedded from within AFPGraphics2D. Committed
    by JM.
  * fix AFP GOCA: Changed the way FOP fonts are selected based on Batik's GVT
    fonts to match the behaviour of PDF/PS output. Committed by JM.
  * fix AFP GOCA: Work-around for InfoPrint's AFP implementation which seems to
    lose the character set state over Graphics Data (GAD) boundaries. Committed
    by JM.
  * fix Bugfix for AFP GOCA segments: they were not properly marked as appended
    which could lead to graphics state changes in some implementations.
    Committed by JM.
  * fix Bugzilla 51010: Bookmarks create useless lines in RTF Committed by CB.
    Thanks to Max Aster. See Issue 51010.
  * fix Bugzilla 51008: page-number-citation-last does not work in RTF
    Committed by CB. Thanks to Max Aster. See Issue 51008.
  * fix Bugzilla 50988: Fixed a NullPointerException in case a white-space
    fo:character was removed due to white-space handling. Committed by AD.
    Thanks to Matthias Reischenbacher. See Issue 50987.
  * fix Bugzilla 50987: Fixed an issue in PDF output where a link was added to
    the parent tree instead of the related structure element. Committed by AD.
    Thanks to Martin Koegler. See Issue 50987.
  * fix Bugzilla 50986: Fixed an issue where invalid PDF page content was
    generated due to incorrect ET/EMC sequences. Committed by AD. Thanks to
    Martin Koegler. See Issue 50986.
  * fix Increased maximum possible PDF size from 2GB to around 9GB (hard
    maximum imposed by the PDF specification). Committed by JM.
  * fix Fix to preserve the order of AFP TLEs and NOPs as given in the XSL-FO
    document. Committed by JM. Thanks to Mehdi Houshmand. See Issue 50705.
  * fix Fixed a multi-threading issue when rendering SVG. Committed by JM.
    Thanks to Alexios Giotis. See Issue 46360.
  * remove Removed old Renderer implementations for those output formats that
    have a version based on the new DocumentHandler architecture available
    (AFP, PCL, PDF, PS). Committed by VH.

Changes to unit tests or other test code

  * fix Fix errors and warnings in example files. Add build.xml for
    documentation examples. Committed by GA.
  * update Add test for basic-link with padding. Committed by GA. Thanks to
    Matthias Reischenbacher. See Issue 50196.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Adrian Cumiskey (AC), Andreas Delmelle (AD), Chris Bowditch (CB), Glenn Adams
(GA), Jeremias Ma:rki (JM), Mehdi Houshmand (MH), Peter Hancock (PH), Simon
Pepping (SP), Vincent Hennebert (VH).

This is a list of other contributors:
Adrian Buza, Alberto Simo~es, Alexandros Papadakis, Alexios Giotis, Andrejus
Chaliapinas, Armin Haaf, Benjamin Riefenstahl, Carsten Pfeiffer, Dieter von
Holten, Georg Datterl, Glenn Adams, Joshua Marquart, Julien Ayme', Luis
Bernardo, Luis Bernardo, Matthias Reischenbacher, Martin Koegler, Matthias
Reischenbacher, Max Aster, Mehdi Houshmand, Melanie Drake, Michael Rubin,
Ognjen Blagojevic, Pascal Sancho, Patrick Jaromin, Paul Huemer, Peter Hancock,
Robert Meyer, Sergey Vladimirov, Simon Pepping, Tassos Charoulis, Vincent
Hennebert.
2014-01-22 09:18:40 +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 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +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 Make this build on FreeBSD. Patch addition taken from FreeBSD's ports. 2014-01-19 02:54:56 +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
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 Update to 1.1 2014-01-22 09:18:40 +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 Changes 2.16: 2014-01-11 10:52:09 +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 Needs zlib. 2014-01-08 09:57:30 +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 Accept [0-9]lua as section name. Bump version. 2014-01-04 16:50:38 +00:00
mdocml Solaris, Mingw32 & OS X prior to 10.7 are missing strnlen, so provide an 2014-01-06 17:43:50 +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.102364 2014-01-12 10:42:14 +00:00
p5-Pod-Elemental-PerlMunger Update to 0.200000 2014-01-12 10:46:56 +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.29 2014-01-12 11:40:57 +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 Update to 1.5(No upstream changelog) 2014-01-12 10:37:08 +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 Update to 1.100601 2014-01-12 10:30:51 +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 Fix PKGNAME. Mark as not for python-3.x. 2014-01-20 16:18:29 +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 Update to 0.999: 2014-01-17 23:32:02 +00:00
py-iniparse +py-iniparse; CATEGORIES+=python in py-iniparse/Makefile 2014-01-03 03:50:26 +00:00
py-jinja2 Remove FETCH_USING, not a package-setable variable. 2014-01-19 08:39:00 +00:00
py-jsonlib Mention it's the python-2.x version only. 2014-01-18 15:48:00 +00:00
py-jsonlib3 Mark python-3.x as allowed. 2014-01-20 11:10:04 +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 Update to 0.5.2: python-3.x compatibility. 2014-01-17 23:26:42 +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 Convert to use versioned_dependencies.mk. 2014-01-16 10:41:53 +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 Update to 0.13: 2014-01-20 12:37:04 +00:00
py-X2 Import py27-X-0.12.1 as textproc/py-X2. 2014-01-20 12:33:04 +00:00
py-xlrd Changes 0.9.2: 2014-01-10 11:14:31 +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-buftok Import ruby-buftok-0.2.0 as textproc/ruby-buftok. 2014-01-17 12:49:50 +00:00
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 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
tcl-tDOM Fix build with TCL 8.6 2014-01-20 19:20:07 +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 Fix build with TCL 8.6 2014-01-20 19:20:07 +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 Remove py-jinja, obsolete version of py-jinja2, and nothing in pkgsrc 2014-01-21 10:27:25 +00:00