pkgsrc/textproc
wiz 8da1c5e77f Update to 2.4.2 with latest patch (2.4.2-mlb2). Provided by OBATA Akio
in PR 31895.

Patch changes unknown.

Mainstream changes between 2.0 and 2.4.2:

Version 2.4.2

  - Added more check in configure to default the grep-${version}/src/regex.c
    instead of the one in GNU Lib C.

Version 2.4.1

  - If the final byte of an input file is not a newline, grep now silently
    supplies one.

  - The new option --binary-files=TYPE makes grep assume that a binary input
    file is of type TYPE.
    --binary-files='binary' (the default) outputs a 1-line summary of matches.
    --binary-files='without-match' assumes binary files do not match.
    --binary-files='text' treats binary files as text
	(equivalent to the -a or --text option).

  - New option -I; equivalent to --binary-files='without-match'.

Version 2.4:

  - egrep is now equivalent to `grep -E' as required by POSIX,
    removing a longstanding source of confusion and incompatibility.
    `grep' is now more forgiving about stray `{'s, for backward
    compatibility with traditional egrep.

  - The lower bound of an interval is not optional.
    You must use an explicit zero, e.g. `x{0,10}' instead of `x{,10}'.
    (The old documentation incorrectly claimed that it was optional.)

  - The --revert-match option has been renamed to --invert-match.

  - The --fixed-regexp option has been renamed to --fixed-string.

  - New option -H or --with-filename.

  - New option --mmap.  By default, GNU grep now uses read instead of mmap.
    This is faster on some hosts, and is safer on all.

  - The new option -z or --null-data causes `grep' to treat a zero byte
    (the ASCII NUL character) as a line terminator in input data, and
    to treat newlines as ordinary data.

  - The new option -Z or --null causes `grep' to output a zero byte
    instead of the normal separator after a file name.

  - These two options can be used with commands like `find -print0',
    `perl -0', `sort -z', and `xargs -0' to process arbitrary file names,
    even those that contain newlines.

  - The environment variable GREP_OPTIONS specifies default options;
    e.g. GREP_OPTIONS='--directories=skip' reestablishes grep 2.1's
    behavior of silently skipping directories.

  - You can specify a matcher multiple times without error, e.g.
    `grep -E -E' or `fgrep -F'.  It is still an error to specify
    conflicting matchers.

  - -u and -U are now allowed on non-DOS hosts, and have no effect.

  - Modifications of the tests scripts to go around the "Broken Pipe"
    errors from bash. See Bash FAQ.

  - New option -r or --recursive or --directories=recurse.
    (This option was also in grep 2.3, but wasn't announced here.)

  - --without-included-regex disable, was causing bogus reports .i.e
    doing more harm then good.

Version 2.3:

  - When searching a binary file FOO, grep now just reports
    `Binary file FOO matches' instead of outputting binary data.
    This is typically more useful than the old behavior,
    and it is also more consistent with other utilities like `diff'.
    A file is considered to be binary if it contains a NUL (i.e. zero) byte.

    The new -a or --text option causes `grep' to assume that all
    input is text.  (This option has the same meaning as with `diff'.)
    Use it if you want binary data in your output.

  - `grep' now searches directories just like ordinary files; it no longer
    silently skips directories.  This is the traditional behavior of
    Unix text utilities (in particular, of traditional `grep').
    Hence `grep PATTERN DIRECTORY' should report
    `grep: DIRECTORY: Is a directory' on hosts where the operating system
    does not permit programs to read directories directly, and
    `grep: DIRECTORY: Binary file matches' (or nothing) otherwise.

    The new -d ACTION or --directories=ACTION option affects directory handling.
    `-d skip' causes `grep' to silently skip directories, as in grep 2.1;
    `-d read' (the default) causes `grep' to read directories if possible,
    as in earlier versions of grep.

  - The MS-DOS and Microsoft Windows ports now behave identically to the
    GNU and Unix ports with respect to binary files and directories.

Version 2.2:

Bug fix release.

  - Status error number fix.
  - Skipping directories removed.
  - Many typos fix.
  - -f /dev/null fix(not to consider as an empty pattern).
  - Checks for wctype/wchar.
  - -E was using the wrong matcher fix.
  - bug in regex char class fix
  - Fixes for DJGPP

Version 2.1:

This is a bug fix release(see Changelog) i.e. no new features.

  - More compliance to GNU standard.
  - Long options.
  - Internationalisation.
  - Use automake/autoconf.
  - Directory hierarchy change.
  - Sigvec with -e on Linux corrected.
  - Sigvec with -f on Linux corrected.
  - Sigvec with the mmap() corrected.
  - Bug in kwset corrected.
  - -q, -L and -l stop on first match.
  - New and improve regex.[ch] from Ulrich Drepper.
  - New and improve dfa.[ch] from Arnold Robbins.
  - Prototypes for over zealous C compiler.
  - Not scanning a file, if it's a directory
    (cause problems on Sun).
  - Ported to MS-DOS/MS-Windows with DJGPP tools.

See Changelog for the full story and proper credits.
2006-03-11 13:10:42 +00:00
..
aiksaurus Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
antiword Convert all packages using REPLACE_INTERPRETER to the new variable names 2006-03-11 10:07:49 +00:00
aspell All scripts use #!/bin/sh now. 2006-03-09 11:14:50 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bsdgrep-devel Remove CVS ids in context, otherwise the patch checksum is incomplete. 2005-12-18 14:27:01 +00:00
btparse Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cdif Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
chasen Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
chasen-base corrected a typo 2006-02-25 16:53:16 +00:00
convertlit Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
crimson Fix DISTNAME: derive PKGNAME from DISTNAME, to avoid problems with PKGREVISION 2006-02-06 14:09:22 +00:00
db2latex - Remove a redundant template from the stylesheet. It used to be 2005-11-18 08:04:25 +00:00
detex Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dict-client Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dict-dictionaries Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
dict-server Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
diction Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
diffstat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
docbook Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
docbook-simple Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
docbook-website Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
docbook-xml Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
docbook-xsl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
doclifter Use PKGMANDIR instead of "man". 2006-03-11 04:43:28 +00:00
dsssl-docbook-modular Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dtdparse Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
eb Fix config file installation to not conflict with pkginstall 2006-02-20 23:12:21 +00:00
eblook Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
expat If the builtin expat is in /usr, not X11BASE, don't depend on X11 build 2006-03-06 19:21:34 +00:00
expatobjc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ezxml Fix WRKSRC (hi rillig!). 2005-11-09 22:49:45 +00:00
flyspell Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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 Fix buildling on Darwin/MacOSX 2006-02-10 12:09:24 +00:00
glimpse Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gnome-doc-utils Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gnome-spell Belatedly bump PKGREVISION for all libtasn1 dependencies, since 2006-03-06 00:18:10 +00:00
grep * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
groff (Hopefully) fix Solaris PLIST. Addresses PR 32966 by Neil Hoggarth. 2006-03-05 19:23:21 +00:00
gsed Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gtk-doc Update to 1.5: 2006-03-08 06:40:50 +00:00
gtkspell Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
GutenMark Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
GutenMark-words
helpdeco Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
hevea Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
hre Include sys/time.h before sys/resource.h. 2006-01-02 11:20:57 +00:00
html Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
html2text Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
html2wml Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
hyperestraier Update to 1.1.2, provided by OBATA Akio in PR 32365: 2006-01-11 18:26:59 +00:00
icu Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
intltool Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ipadic Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
isearch Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
iso-codes Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
iso8879 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
iso12083 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ispell-base Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ispell-romanian Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
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 Update to 2.4.2 with latest patch (2.4.2-mlb2). Provided by OBATA Akio 2006-03-11 13:10:42 +00:00
ja-groff Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ja-sed Update to use latest patch 109. Diff provided by OBATA Akio 2006-03-11 13:06:22 +00:00
jade Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
kakasi Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
libcroco Update to 0.6.1: 2006-03-08 07:38:50 +00:00
libpathan Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
libunicode uses both C and C++ 2006-02-26 13:48:31 +00:00
libxml Mention "version 1" in the COMMENT and "old" in the DESCR to help 2005-12-27 18:25:07 +00:00
libxml++2 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
libxml2 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
libxslt Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
lout bump PKGREVISION for dependency change (hi, tv!) 2005-11-09 06:43:11 +00:00
lq-sp This package didn't build on Darwin because the Mutex class was not 2005-05-30 05:41:15 +00:00
lua-expat Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
makeztxt Fix GCC 3.4+: label at end of compound statement. 2005-12-08 17:28:31 +00:00
namazu2 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nbsed Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ndtpd * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
openjade Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
opensp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-Filter Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-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 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-String-CRC32 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Bump PKGREVISION refrecting chasen-base's update. 2005-08-18 15:46:23 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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-Reform Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 the p5-XML-Atom package to version 0.17. 2006-02-23 19:57:26 +00:00
p5-XML-Atom-SimpleFeed Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-XML-Atom-Stream Initial import of p5-XML-Atom-Stream 0.02. 2006-02-23 20:28:29 +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-DOM Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-XML-RSS-Parser Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
php-wddx Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
php4-domxml Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
php4-xslt Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
php5-dom Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
php5-xsl Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
po4a Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
postgresql-autodoc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
psgml-mode Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-gdick Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-gnosis-utils Remove MANIFEST and README from MANIFEST, to avoid overwriting 2006-02-20 23:16:00 +00:00
py-HappyDoc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-html2text Update to 2.24, providing preliminary support for dt/dd. 2006-03-01 23:25:32 +00:00
py-libxml2 sync with libxml 2006-02-07 20:58:07 +00:00
py-libxslt Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-Lupy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-textile Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-xml Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-xmltools Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
raptor Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
regexx Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rfcutil Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rman Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
robodoc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rtf-tools Move initialisation of FILE structures to run time, stdin and stdout 2006-01-08 20:52:57 +00:00
rtfm Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rubber * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
ruby-amrita Use MASTER_SITE_SOURCEFORGE_JP. 2006-01-21 11:55:14 +00:00
ruby-eruby Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
ruby-html-parser Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-nqxml Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-rdtool Merge rdversion.mk into buildlink3.mk and obsolete it. 2006-02-13 15:23:28 +00:00
ruby-redcloth Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-rttool Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
ruby-xmlparser Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ruby-xmlscan Stop handling DIST_SUBDIR default for Ruby based packages. 2006-01-03 14:25:49 +00:00
sablotron Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
source-highlight Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
stardic Use pkginstall font handling. Bump PKGREVISION. 2006-02-21 22:39:51 +00:00
subtitleripper Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcl-dom Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tcl-expat Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tcl-xml Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tei Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
teixsl-fo Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
teixsl-html Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tex-xmltex Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tex2page Use DIST_SUBDIR to work around (partially) the upstream distfile 2006-03-09 00:12:01 +00:00
texi2html Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
texi2roff Create directories before installing files into them. 2005-06-17 03:50:19 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xalan-j Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xerces-c Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xerces-j Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing. 2005-10-23 23:36:01 +00:00
xhtml Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xml2doc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xmlcatmgr Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
xmlindent Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
xmlstarlet Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xmlto Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xp Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xslide Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xt Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
yodl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
Makefile Add and enable p5-XML-Atom-Stream. 2006-02-23 20:29:15 +00:00