pkgsrc/textproc
wiz c7ba2fbbb3 Update to 1.71.0:
Release: 1.71.0

The following is a list of changes that have been made since the 1.70.1
release.

Common

The following changes have been made to the common code since the 1.70.1
release.

  * Further tinkering with sidebar handling. Think I got it right this
    time. (re)closes bug 1541793. Thanks to Mauritz Jeanson.

  * To make DocBook4-valid (the build ends up validing output of this
    using xjparse), replaced author/orgname with corpauthor and
    replaced all instances of tag with sgmltag.

  * Added reference.autolabel parameter for controlling labels on
    reference output.

  * Did some touch-ups to a few files to ensure that building from PDF
    and text from reference.dbk will work.

  * Support rows that are *completely* overlapped by the preceding row

  * New modules for supporting indexing extensions.

  * Merged ref.css into reference.css, deleted ref.css, and updated
    stylesheet to use reference.css instead of ref.css. Also changed
    individual reference pages to use graphical admonitions.

  * Added IDs in a number of places that should have time.

  * Added normalization to object.title.markup.textonly mode, reverted
    copyright link template in html/chunk-common.xsl to use it, and
    updated a couple of places in manpages that should have already
    been using it instead of object.title.markup.

  * Fix attribute name

  * fixed bug #1528002 olinks not handling dbhtml dir

  * Fixed bug #1539010, fix xml.base.dirs template to stop recursing
    if hit an absolute uri.

  * Corrected XPath expression used for finding date data within *info
    content -- such that dbtimestamp PIs are now correctly processed
    when they occur within refentry *info content.

  * Removed svn:executable property from many xml and xsl files on
    which it had been inadvertently (CVS legacy).

  * Support startinglinenumber on orderedlist

  * fixed lang entity to remove en appendage

Extensions

The following changes have been made to the extensions code since the 1.70.1
release.

  * Completely reworked extensions build system; now uses NetBeans and ant

FO

The following changes have been made to the fo code since the 1.70.1 release.

  * Fixed path selection in tgroup template.

  * Change tgroup position test to count preceding-sibling instead.

  * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build

  * Citations to nonexistent biblioentries do not issue warning.

  * More carefully select language substring for sorting.

  * Re-enabled build of PDF version of ref docs.

  * xsl:sort lang attribute now uses two-char substring of lang attribute.

  * Support titlecase "Java", "Perl", and "IDL" as values for the
    language attribute on classsynopsis, etc. (instead of just
    lowercase "java", "perl", and "idl"). Also support "c++" and "C++"
    (instead of just "cpp").

    Affects HTML, FO, and manpages output. Closes bug 1552332. Thanks
    to "Brian A. Vanderburg II".

  * Fixed index.term.separator on secondary and tertiary entries.

  * Added support for the reference.autolabel param in (X)HTML and FO
    output.

  * Did some touch-ups to a few files to ensure that building from PDF
    and text from reference.dbk will work.

  * Support rows that are *completely* overlapped by the preceding row

  * Add exclude-result-prefix="mml" so xmlns output only if mml: is actually used.

  * Rearranged templates for the 3 indexing methods
    and changed method named 'english' to 'basic'.

  * New modules for supporting indexing extensions.

  * Fixed bug #1542773 section title in info not working, for db5 too.

  * Fixed bug #1542773 section title in info not formatting correctly.

  * Fixed bug 1545377 xml:id not supported in glossary.xsl.

  * Added IDs in a number of places that should have time.

  * Prevent "titleabbrev in article: no template matches" warnings.
    Patch from Camille Bgnis. Closes bug #1509100.

  * Turn off blank-body for fop1.extensions too since fop 0.92
    does not support it either.

  * Finish fixing bug #1540539

  * Fix bug #1540539

  * Fixed bug #1537751 sidebar content not being included.

  * Add Xalan variant to test for exslt:node-set function.
    Xalan can use function named node-set(), but doesn't
    recognize it using function-available().

  * Add curly braces around ⟨ in xsl:sort lang attribute to make it an AVT.

  * Added support to FO stylesheets for handling instances of Org
    where it occurs outside of *info content. In HTML stylesheets,
    moved handling of Org out of info.xsl and into inline.xsl. In both
    FO and HTML stylesheets, added support for correctly processing
    Affiliation and Jobtitle.

  * Don't output punctuation between Refname and Refpurpose if
    Refpurpose is empty. Also corrected handling of Refsect2/title
    instances, and removed some debugging stuff that was generated in
    manpages output to mark the ends of sections.

  * Added new email.delimiters.enabled param. If non-zero (the
    default), delimiters are generated around e-mail addresses (output
    of the email element). If zero, the delimiters are suppressed.

  * Fixed handling of punctuation for methodparam in methodsynopsis.
    Closes bug 1530558. Thanks to Evan Goer and Michael Fuchs.

  * Removed svn:executable property from many xml and xsl files on
    which it had been inadvertently (CVS legacy).

  * fixed lang entity to remove en appendage

  * fixed bug 1516275 set table
     width to 100% when proportional columns are used

  * fixed bug 1497436 confirm @cols is a number

  * Initial support of syntax highlighting of programlistings.

  * Chapter after preface should restart numbering of pages.

HTML

The following changes have been made to the html code since the 1.70.1
release.

  * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build

  * Citations to nonexistent biblioentries do not issue warning.

  * More carefully select language substring for sorting.

  * re-Fixed typo introduced in html/synop.xsl, and re-disabled
    reference.pdf build in snapshot build.

  * Fixed typo introduced in previous html/synop.xsl commit.

  * xsl:sort lang attribute now uses two-char substring of lang attribute.

  * Support titlecase "Java", "Perl", and "IDL" as values for the
    language attribute on classsynopsis, etc. (instead of just
    lowercase "java", "perl", and "idl"). Also support "c++" and "C++"
    (instead of just "cpp").

    Affects HTML, FO, and manpages output. Closes bug 1552332. Thanks
    to "Brian A. Vanderburg II".

  * Further tinkering with sidebar handling. Think I got it right this
    time. (re)closes bug 1541793. Thanks to Mauritz Jeanson.

  * Added support for the reference.autolabel param in (X)HTML and FO
    output.

  * Support rows that are *completely* overlapped by the preceding row

  * Exclude mml result prefix unless mml is in the output.

  * Rearranged templates for the 3 indexing methods
    and changed method named 'english' to 'basic'.

  * New modules for supporting indexing extensions.

  * Fixed bug #1542773 section title in info not working, for db5 too.

  * Fixed bug #1542773 section title in info not formatting correctly.

  * Fixed bug 1545377 xml:id not supported in glossary.xsl.

  * Fixed part of bug #1484944 authorgroup needing a named anchor.

  * Added IDs in a number of places that should have time.

  * Added several new HTML parameters for controlling appearance of
    content on HTML title pages:

    contrib.inline.enabled:
      If non-zero (the default), output of the contrib element is
      displayed as inline content rather than as block content.

    othercredit.like.author.enabled:
      If non-zero, output of the othercredit element on titlepages is
      displayed in the same style as author and editor output. If zero
      (the default), othercredit output is displayed using a style
      different than that of author and editor.

    blurb.on.titlepage.enabled:
      If non-zero, output from authorblurb and personblurb elements is
      displayed on title pages. If zero (the default), output from
      those elements is suppressed on title pages (unless you are
      using a titlepage customization that causes them to be included).

    editedby.enabled
      If non-zero (the default), a localized Edited by heading is
      displayed above editor names in output of the editor element.

  * Added normalization to object.title.markup.textonly mode, reverted
    copyright link template in html/chunk-common.xsl to use it, and
    updated a couple of places in manpages that should have already
    been using it instead of object.title.markup.

  * Corrected XPath expression used for locating first legalnotice
    instance in a document. Closes request #1476450. Thanks to Sam
    Steingold.

  * Correctly handle sidebar instances that have sidebar/info/title
    instead of sidebar/title. This change simply makes sidebar
    handling for this case identical to that of abstract. Closes bug
    #1541793. Thanks to Mauritz Jeanson.

  * Further refinement to cause nested QandASet to appear in top-level
    TOC. Patch from Daniel Leidert. Closes patch #1509018.

  * Fixed bug #1541113 predicate bugs in next/previous

  * fixed bug #1528002 olinks not handling dbhtml dir

  * Fixed bug #1537076 where sectioninfo/keywordset was not being processed.

  * Add Xalan variant to test for exslt:node-set function.
    Xalan can use function named node-set(), but doesn't
    recognize it using function-available().

  * Add curly braces around ⟨ in xsl:sort lang attribute to make it an AVT.

  * Added support to FO stylesheets for handling instances of Org
    where it occurs outside of *info content. In HTML stylesheets,
    moved handling of Org out of info.xsl and into inline.xsl. In both
    FO and HTML stylesheets, added support for correctly processing
    Affiliation and Jobtitle.

  * Don't output punctuation between Refname and Refpurpose if
    Refpurpose is empty. Also corrected handling of Refsect2/title
    instances, and removed some debugging stuff that was generated in
    manpages output to mark the ends of sections.

  * Added new email.delimiters.enabled param. If non-zero (the
    default), delimiters are generated around e-mail addresses (output
    of the email element). If zero, the delimiters are suppressed.

  * Fixed handling of punctuation for methodparam in methodsynopsis.
    Closes bug 1530558. Thanks to Evan Goer and Michael Fuchs.

  * Removed svn:executable property from many xml and xsl files on
    which it had been inadvertently (CVS legacy).

  * Further changes related to handling when qanda.nested.in.toc is
    non-zer0; deal also with answer/qandaset instances (which are
    valid in DocBook 5).

  * Added qanda.nested.in.toc param. Default value is zero. If
    non-zero, instances of "nested" Qandaentry (ones that are children
    of Answer elements) are displayed in the TOC. Closes patch 1509018
    (from Daniel Leidert). Currently on affects HTML output (no patch
    for FO output provided).

  * Made changes to correct handling of nested answer/qandaentry
    instances. Closes bug 1509043. Thanks to Daniel Leidert.

    To avoid code duplication, part of the change involved adding a
    new process.qandaset named template and moving the code for output
    of all the question/answer table markup into that template.

  * Removed obsolete DL instances from biblio.xsl that were causing
    invalid XHTML output. Closes bug 1509041. Thanks to Daniel
    Leidert.

  * Used copy-of instead of value-of with biblioentry.item.separator,
    so that it can contain linebreaks. Closes bug 1509021. Patch from
    Daniel Leidert.

  * Improved handling of relative locations generated files

  * Fix functionsynopsis presentation

  * fixed lang entity to remove en appendage

  * fixed bug 1497436 confirm @cols is a number

  * Initial support of syntax highlighting of programlistings.

  * Support org

  * Support person

  * Support $keep.relative.image.uris also when chunking

Highlighting

The following changes have been made to the highlighting code since the 1.70.1
release.

  * Opps, seems that I forgot to commit changes previously

  * Initial support of syntax highlighting of programlistings.

HTMLHelp

The following changes have been made to the htmlhelp code since the 1.70.1
release.

  * Fixed bug #1477771 where article was missing from hhc part TOC.

Lib

The following changes have been made to the lib code since the 1.70.1 release.

  * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build

  * Added some IDs to the lib.xweb file.

  * Did some touch-ups to a few files to ensure that building from PDF
    and text from reference.dbk will work.

Manpages

The following changes have been made to the manpages code since the 1.70.1
release.

  * Suppress footnote markers and output warning that footnotes are
    not yet supported.

  * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build

  * Fixed handling of verbatims (address, screen, etc.) within
    listitem instances in varlistentry and glossentry. (We now always
    use .RS instead of .TP). Closes bug 1551922 and closes Debian bug
    385940. Thanks to Daniel Leidert and Jakub Wilk.

  * Correctly handle lists that have block content before the actual
    list items. Closes bug #1547511. Thanks to Daniel Leidert. Also,
    attempt to be smarter about adding space after lists where needed.

  * Adjusted normalization of person-names. The person.name.normalized
    template now checks the RTF of output from person.name template
    node-by-node, and does normalization only on the nodes that need
    it. Also fixed normalization of email output for the metadata
    comment part of the man page, such that normalization is done
    before the angle brackets are added.

  * Added normalization to object.title.markup.textonly mode, reverted
    copyright link template in html/chunk-common.xsl to use it, and
    updated a couple of places in manpages that should have already
    been using it instead of object.title.markup.

  * Added person.name.normalized template to cause contents of author,
    editor, etc., names to be normalized. Also added normalization in
    several others places in *info output that lacked it. Thanks to
    Daniel Leidert.

  * Properly process collabname, corpauthor, corpcredit, orgname, and
    publishername before normalizing.

  * Normalize corpauthor|corpcredit|orgname|publishername

  * Normalize output of contrib instances.

  * Handle instances of address/otheraddr/ulink in author et al in the
    same way as email instances; that is, display them on the same
    linke as the author, editor, etc., name.

  * Don't number or link-list any Ulink instance whose string value is
    identical to the value of its url attribute. Just display it inline.

  * Improved handling of cases with sibling contrib, authorblurb, or
    personblurb instances.

  * Handle instances of authorblurb or personblurb that lack sibling
    *name or email content. Also, make sure space gets properly
    normalized in para and simpara within authorblurb or personblurb.

  * Output linebreak before start of .RS macro in nested lists. Closes
    bug #1524573. Thanks to Sam Steingold.

  * Normalize space in Refsect/title output.

  * Don't output punctuation between Refname and Refpurpose if
    Refpurpose is empty. Also corrected handling of Refsect2/title
    instances, and removed some debugging stuff that was generated in
    manpages output to mark the ends of sections.

  * Added new email.delimiters.enabled param. If non-zero (the
    default), delimiters are generated around e-mail addresses (output
    of the email element). If zero, the delimiters are suppressed.

  * Reverted suppression of markup for refsect1 instances with empty titles.

  * Suppressed output of .SH markup for Refsect1 instances with empty
    titles.

  * In manpages output, if the last/nearest *info element for
    particular Refentry has multiple Copyright and/or Legalnotice
    children, process them all (not just the first ones). Closes bug
    1524576. Thanks to Sam Steingold for the report and to Daniel
    Leidert for providing a patch.

  * Made some minor fixes and clarifications to comments in the
    charmap.groff.xsl file.

Params

The following changes have been made to the params code since the 1.70.1
release.

  * Added reference.autolabel parameter for controlling labels on
    reference output.

  * Added namespace declarations to document elements for all param files.

  * Updated to describe revised setup for importing index extensions.

  * Added several new HTML parameters for controlling appearance of
    content on HTML title pages:

    contrib.inline.enabled:
      If non-zero (the default), output of the contrib element is
      displayed as inline content rather than as block content.

    othercredit.like.author.enabled:
      If non-zero, output of the othercredit element on titlepages is
      displayed in the same style as author and editor output. If zero
      (the default), othercredit output is displayed using a style
      different than that of author and editor.

    blurb.on.titlepage.enabled:
      If non-zero, output from authorblurb and personblurb elements is
      displayed on title pages. If zero (the default), output from
      those elements is suppressed on title pages (unless you are
      using a titlepage customization that causes them to be included).

    editedby.enabled
      If non-zero (the default), a localized Edited by heading is
      displayed above editor names in output of the editor element.

  * Added new email.delimiters.enabled param. If non-zero (the
    default), delimiters are generated around e-mail addresses (output
    of the email element). If zero, the delimiters are suppressed.

  * Removed svn:executable property from many xml and xsl files on
    which it had been inadvertently (CVS legacy).

  * Added qanda.nested.in.toc param. Default value is zero. If
    non-zero, instances of "nested" Qandaentry (ones that are children
    of Answer elements) are displayed in the TOC. Closes patch 1509018
    (from Daniel Leidert). Currently on affects HTML output (no patch
    for FO output provided).

  * Word-smithing

  * Initial support of syntax highlighting of programlistings.

Template

The following changes have been made to the template code since the 1.70.1
release.

  * Did some touch-ups to a few files to ensure that building from PDF
    and text from reference.dbk will work.

  * Added more IDs, and added support to docsrc/xsl2jref.xsl for
    copying their values to output.

  * Added IDs in a number of places that should have time.

Tools

The following changes have been made to the tools code since the 1.70.1
release.

  * Fixed xsl-params.xsl build.

  * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build

  * Racheted down font sizes of headings in example makefile FO output.

  * Added param and attribute set to example makefile, for getting
    wrapping in verbatims in FO output.

  * Renamed Makefile.paramDoc to Makefile.docParam.

  * Added Makefile.paramDoc file, for creating versions of param.xsl
    files with doc embedded.

  * Added variable to example makefile for controlling whether HTML or
    XHTML is generated.

  * Correctly handle cases where DocBook files have an extension other
    than .xml

WordML

The following changes have been made to the wordml code since the 1.70.1
release.

  * Moved XSL stylesheets out of docsrc dir and into tools/xsl/build

  * Did some touch-ups to a few files to ensure that building from PDF
    and text from reference.dbk will work.

  * Added IDs in a number of places that should have time.

  * Removed svn:executable property from many xml and xsl files on
    which it had been inadvertently (CVS legacy).
2006-09-10 18:28:52 +00:00
..
aiksaurus Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
antiword Convert all packages using REPLACE_INTERPRETER to the new variable names 2006-03-11 10:07:49 +00:00
asciidoc Imported asciidoc. 2006-07-10 09:28:05 +00:00
aspell Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
aspell-breton Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-catalan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-czech Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
aspell-danish Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-dutch Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-english Take maintainership. 2006-06-15 13:34:27 +00:00
aspell-esperanto Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-faroese Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-francais Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-gaeilge Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
aspell-german Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
aspell-greek Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-italian Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-norwegian Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-polish Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-portuguese Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-romanian Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-russian Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-slovak Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
aspell-spanish Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-svenska Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-ukrainian Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
aspell-welsh Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
awf Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
bibclean Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
biblook Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bibparse USE_TOOLS+=yacc 2006-06-20 22:19:38 +00:00
bsdgrep-devel Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds. 2006-06-18 21:52:48 +00:00
btparse Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
catdoc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
catdoc-tk Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cawf Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
cdif Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
chasen Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
chasen-base Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
convertlit Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
crimson Sorted PLIST. 2006-04-13 00:15:24 +00:00
db2latex Fixed pkglint warnings. 2006-07-04 09:31:09 +00:00
detex USE_TOOLS+=lex 2006-06-20 22:23:27 +00:00
dict-client USE_TOOLS+=lex 2006-07-29 07:48:21 +00:00
dict-dictionaries Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
dict-server USE_TOOLS+=lex 2006-07-29 07:48:21 +00:00
diction Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
diffstat Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
docbook Fixed pkglint warnings. 2006-07-04 09:58:18 +00:00
docbook-simple Make the installed files mimic the public URL naming scheme and add an 2006-04-18 14:10:22 +00:00
docbook-website Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
docbook-xml Rename "SITES_* to "SITES.*" for file-specific lists of sites from which 2006-07-27 18:48:02 +00:00
docbook-xsl Update to 1.71.0: 2006-09-10 18:28:52 +00:00
doclifter Use PKGMANDIR instead of "man". 2006-03-11 04:43:28 +00:00
dsssl-docbook-modular Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
dtdparse Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
eb Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
eblook List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-07 19:54:16 +00:00
emacs-dict-client Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
enchant Update to 1.2.6: 2006-07-12 17:52:16 +00:00
expat Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
expatobjc USE_LANGUAGES=objc 2006-07-29 07:52:21 +00:00
ezxml Fix WRKSRC (hi rillig!). 2005-11-09 22:49:45 +00:00
flyspell Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
fop Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
freepwing Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gdome2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
glimpse USE_TOOLS+=lex 2006-06-26 16:23:36 +00:00
gnome-doc-utils uodate to 0.6.1 2006-07-26 12:54:16 +00:00
gnome-spell Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
grep Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
groff Add groff-docs option, enabled by default. 2006-07-24 16:49:12 +00:00
gsed Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
gtk-doc Update to 1.7: 2006-08-06 19:03:33 +00:00
gtkspell Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
GutenMark Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
GutenMark-words Rename "SITES_* to "SITES.*" for file-specific lists of sites from which 2006-07-27 18:48:02 +00:00
harmony Initial import of harmony-20060526 (latest stable release): 2006-08-11 15:55:31 +00:00
helpdeco Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
hevea Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
hre Do not define a symbol in a header file. This fixes "multiple definitions" 2006-08-19 11:56:21 +00:00
html This package needs tar, as suggested in PR 34494. 2006-09-08 07:41:46 +00:00
html2text Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
html2wml Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
hugs-HaXml Initial import of hugs-HaXml, version 1.15.20060515: 2006-08-04 14:42:15 +00:00
hyperestraier Update to 1.4.2. 2006-09-06 15:24:12 +00:00
icu unlimit datasize, to make it build on amd64/3.0 2006-07-26 11:04:37 +00:00
intltool Adjust regex patterns used for line matching in translation catalogs 2006-08-29 14:03:39 +00:00
ipadic Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
isearch Uses C++. 2006-06-02 13:38:53 +00:00
iso-codes Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
iso8879 Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
iso12083 Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
ispell-base This package needs yacc; add it to USE_TOOLS. 2006-06-06 21:55:41 +00:00
ispell-british Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ispell-catalan Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ispell-emacs Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
ispell-francais Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ispell-gaeilge Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ispell-german Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ispell-polski
ispell-romanian
ispell-russian Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ispell-russian-io
ispell-slovak Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ispell-spanish Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ispell-svenska Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ja-grep Uses msgfmt. 2006-05-10 17:49:17 +00:00
ja-groff Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
ja-sed List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-07 19:54:16 +00:00
jade Fixed some pkglint warnings. 2006-09-02 08:38:07 +00:00
jing Initial import of jing-20030619. 2006-08-06 17:37:21 +00:00
kakasi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
kbanner Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
kdoc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
latex2html Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed 2006-08-10 03:21:39 +00:00
libcroco Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libpathan Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
libunicode Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
libxml Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libxml++ Fix path to itself. 2006-09-03 12:54:29 +00:00
libxml++2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libxml2 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libxslt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
lout bump PKGREVISION for dependency change (hi, tv!) 2005-11-09 06:43:11 +00:00
lq-sp Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
lua-expat Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
makeztxt This package needs zlib to build. 2006-06-20 23:32:36 +00:00
namazu2 Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
nbsed Mark these packages as NO_MTREE as they are bootstrap packages and don't 2006-07-14 16:24:28 +00:00
ndtpd Remove work directory references in the ndtpdaily script. 2006-04-08 23:10:29 +00:00
nxml-mode Install schemas.xml file too, so nxml-mode finds some default modes 2006-08-06 18:17:17 +00:00
o3read Import o3read package from http://siag.nu/o3read/ 2006-07-07 14:48:04 +00:00
openjade Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
opensp Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
p5-Convert-ASCII-Armour Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Convert-ASN1 Updated to version 0.20. 2006-09-10 13:26:20 +00:00
p5-Convert-BER Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Convert-PEM Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Cz-Cstools Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Data-FormValidator Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Encode Import p5-Encode from pkgsrc-wip. Packaged by Roman Kulik. 2006-04-13 19:45:41 +00:00
p5-Filter Update textproc/p5-Filter to 1.32. Changes from version 1.30 include 2006-05-02 03:30:11 +00:00
p5-libxml Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Lingua-EN-Inflect Fix CHECK_INTERPRETER errors. Bump PKGREVISION. 2006-06-05 18:39:24 +00:00
p5-Lingua-EN-Numbers-Ordinate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Lingua-EN-Sentence Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Lingua-Preferred Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Lingua-Stem-Snowball Import p5-Lingua-Stem-Snowball from pkgsrc-wip. Packaged by Roman Kulik. 2006-04-14 14:47:16 +00:00
p5-Number-Format Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PDF Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PDF-API2 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-PDF-Create Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Pod-Coverage Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Pod-Escapes Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Pod-POM Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Pod-Simple Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Pod-Tests Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Pod-Tree Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Regexp-Common Update to 2.120: 2005-11-23 22:14:10 +00:00
p5-SGMLS Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-String-Approx Update to 3.26; fixes PR pkg/34414. Changes: 2006-09-05 19:49:33 +00:00
p5-String-CRC32 update p5-String-CRC32 to 1.4. 2006-07-05 03:45:07 +00:00
p5-String-ShellQuote Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Template-Plugin-Number-Format Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-Autoformat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-Balanced Update to 1.95: 2006-07-19 22:42:52 +00:00
p5-Text-BibTeX Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-CharWidth Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-ChaSen Uses C++. 2006-05-10 18:05:51 +00:00
p5-Text-Context-EitherSide Import p5-Text-Context-EitherSide from pkgsrc-wip. Packaged by Roman Kulik. 2006-04-17 15:15:25 +00:00
p5-Text-CSV-Hash Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Text-CSV_XS Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-DelimMatch Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-Diff Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-Diff-HTML Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-Emoticon-MSN Import p5-Text-Emoticon-MSN from pkgsrc-wip. Packaged by Roman Kulik. 2005-12-02 04:07:57 +00:00
p5-Text-Format Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Text-Glob Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Text-Kakasi Bump PKGREVISION as for update of kakasi package. 2006-03-13 09:21:16 +00:00
p5-Text-LevenshteinXS Uses the C compiler. 2006-07-25 15:34:34 +00:00
p5-Text-Quoted Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Text-Reflow Import of Perl module Text-Reflow 1.05. 2006-07-12 17:41:04 +00:00
p5-Text-Reform Fix CHECK_INTERPRETER errors. Bump PKGREVISION. 2006-06-05 18:33:55 +00:00
p5-Text-Shellwords Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Text-Substitute Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Text-Tabs+Wrap Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Text-Template Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-Unaccent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-WikiFormat Update to 0.78: 2006-07-19 22:44:11 +00:00
p5-Text-WrapI18N Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Text-Wrapper Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Atom Update p5-XML-Atom to 0.23, mostly as provided by Martin Wilke in 2006-09-03 16:27:12 +00:00
p5-XML-Atom-SimpleFeed Update p5-XML-Atom-SimpleFeed to 0.8, as provided by Martin Wilke in 2006-09-03 14:30:08 +00:00
p5-XML-Atom-Stream Update p5-XML-Atom-Stream to 0.09, mostly as provided by Martin Wilke in 2006-09-03 16:39:06 +00:00
p5-XML-AutoWriter Fix the PLIST generation by noting the correct path to the .packlist. 2006-05-02 01:06:23 +00:00
p5-XML-Checker Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Clean Import p5-XML-Clean from pkgsrc-wip. Packaged by Romak Kulik. 2006-04-15 20:41:20 +00:00
p5-XML-DOM Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Dumper This package was updated in the meantime; bump to 0.81. 2006-05-03 14:14:25 +00:00
p5-XML-Encoding Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Filter-BufferText Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Filter-DetectWS Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Filter-Reindent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Filter-SAXT Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Grove Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-XML-Handler-Trees Initial import of p5-XML-Handler-Trees 0.02. 2006-02-23 20:24:12 +00:00
p5-XML-Handler-YAWriter Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-LibXML Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-LibXML-Common Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-LibXML-Iterator Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-LibXML-XPathContext Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-LibXSLT Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-XML-NamespaceSupport Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Node Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-NodeFilter Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Parser Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-XML-RAI Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-XML-RegExp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-RSS Update to 1.10: 2006-07-19 22:44:36 +00:00
p5-XML-RSS-Parser Update to 4.0. From the changelog: 2006-04-09 01:01:19 +00:00
p5-XML-Sablotron Fixed quoting in the sed command. 2006-02-11 02:17:46 +00:00
p5-XML-SAX Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-SAX-Expat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-SAX-Writer Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Simple Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Stream Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Twig Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-UM Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Writer Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Writer-String Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-Xerces Update p5-XML-Xerces from 2.3.0-4 to 2.7.0-0 2006-08-10 13:48:23 +00:00
p5-XML-XPath Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-XQL Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-XSLT Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-XUpdate-LibXML Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-YAML Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
par Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
php-pspell Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-wddx Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php4-domxml Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php4-xslt Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php5-dom Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php5-xsl Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
po4a Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
postgresql-autodoc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
psgml-mode Take maintainership. 2006-06-15 13:34:27 +00:00
pxp Fix path in DEPENDS. 2006-08-11 15:46:03 +00:00
py-cmTemplate Import cmTemplate-0.3.2. From DESCR: 2006-07-27 13:58:53 +00:00
py-csv
py-docutils Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-dtml - Use lang/py-extclass/buildlink3.mk instead of DEPENDS. 2005-09-19 15:25:41 +00:00
py-elementtree Needs Python 2.1+ 2006-06-07 12:48:44 +00:00
py-expat Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-feedparser Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-FourSuite Python 2.4 doesn't treat values over 0x80000000 as signed integers on 2006-06-29 12:47:19 +00:00
py-gdick Remove unnecessary dependency and bump PKGREVISION. 2006-09-02 13:00:45 +00:00
py-gnosis-utils Needs Python 2.2+ 2006-06-07 12:46:31 +00:00
py-HappyDoc None is a true singleton in Python 2.4 and the parser disallows 2006-06-06 19:26:30 +00:00
py-html2text Remove share/html2text directory on uninstall. 2006-04-17 12:37:18 +00:00
py-libxml2 update to 2.6.26 2006-06-09 21:16:38 +00:00
py-libxslt update to 1.1.17 2006-06-13 15:54:04 +00:00
py-Lupy Doesn't support Python 2.2, should support 2.4. 2006-06-04 12:00:58 +00:00
py-Reverend Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-SimpleParse Reset maintainer, email bounced with: 2006-08-13 23:32:22 +00:00
py-textile Needs Python 2.2+ 2006-06-04 12:06:00 +00:00
py-xml Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-xmltools ...and py-gtk not for 2.1. 2006-06-04 16:44:23 +00:00
py-yaml Nuke some whitespace. 2006-08-20 16:25:42 +00:00
pyDict Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
qprint Initial import of qprint-1.0. 2005-08-30 08:30:00 +00:00
qsubst Honor *OWN, *GRP, and *MODE. 2006-06-10 19:59:43 +00:00
raptor regen. 2006-08-08 15:19:15 +00:00
regexx Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
rfcutil Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rman Update to 3.2: 2006-05-25 10:41:21 +00:00
robodoc Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
rtf-tools Converted to the SUBST framework and fixed pkglint warnings. 2006-03-11 19:42:25 +00:00
rtfm
rubber Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed 2006-08-10 03:21:39 +00:00
ruby-amrita Sort PLIST. 2006-09-07 15:51:25 +00:00
ruby-eruby Sort PLIST. 2006-09-07 15:51:25 +00:00
ruby-html-parser Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-nqxml Sort PLIST. 2006-09-07 15:51:25 +00:00
ruby-rdtool Fix file name for REPLACE_RUBY. 2006-09-08 02:38:08 +00:00
ruby-redcloth Sort PLIST. 2006-09-07 15:55:50 +00:00
ruby-rttool Sort PLIST. 2006-09-07 15:55:50 +00:00
ruby-xmlparser Sort PLIST. 2006-09-07 15:55:50 +00:00
ruby-xmlscan Sort PLIST. 2006-09-07 15:55:50 +00:00
sablotron USE_TOOLS+= perl 2006-07-10 07:59:02 +00:00
saxon Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
scew Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
scrollkeeper Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
source-highlight List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-07 19:54:16 +00:00
stardic Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
subtitleripper Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
tcl-dom Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tcl-expat Use libtool to make this package build on more platforms. Approved by 2006-05-17 04:29:00 +00:00
tcl-xml Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tei Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
teixsl-fo Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
teixsl-html Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
tex-xmltex Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed 2006-08-10 03:21:39 +00:00
tex2page add USE_TOOLS of gs:run, pointed out by wiz. 2006-04-23 00:45:07 +00:00
texi2html Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
texi2roff Make this build on Darwin. 2006-03-21 16:45:25 +00:00
trang Initial import of trang-20030619: 2006-08-06 17:37:52 +00:00
troffcvt Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
unroff Fixed the permissions and ownership of the installed files for 2006-06-25 07:57:22 +00:00
untex Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
urlview
vis Remove some compat hacks from NetBSD's libc which are not necessary 2006-01-25 14:41:31 +00:00
wdiff * Nuke all references to and definitions of INFO_DIR in package Makefiles 2006-03-20 18:15:37 +00:00
writer2latex Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xalan-c Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
xalan-j Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xerces-c Fix build on DragonFly. Fix PLIST. Bump revision. 2006-08-22 16:30:46 +00:00
xerces-j Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing. 2005-10-23 23:36:01 +00:00
xhtml Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL 2006-03-21 06:00:43 +00:00
xml2doc Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
xmlcatmgr Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
xmlindent Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xmlstarlet Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
xmlto Since some time, xmllint has to be run with --nonet. Bumped PKGREVISION. 2006-07-22 13:11:28 +00:00
xp Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xslide Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
xt Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
yodl Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
Makefile Add libxml++. 2006-09-03 12:54:05 +00:00