Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 2653837238 Update to 2.26
Upstream changes:
2.26    Thu Dec 29 22:36:54 CST 2016
    Stable release.  No changes from previous release.


2.25_02 Tue Dec 27 14:34:22 CST 2016
    [FIXES]
    html_fragment_ok() was not properly excluding document-level errors.
    It was effectively the same as html_ok().


2.25_01 Fri Dec 23 22:36:17 CST 2016
    [ENHANCEMENTS]
    Added two new types of errors to let you know you're using the
    API incorrectly.  You should be parsing files like this:

        my $lint = HTML::Lint->new;
        $lint->newfile( $filename );
        $lint->parse( $line );
        $lint->eof();
        my @errors = $lint->errors();

    If you neglect to call ->parse or ->eof, you'll get an error returned
    in the list of errors from ->errors().

    [FIXES]
    Test::HTML::Lint::html_fragment_ok() was not properly calling ->eof.
2017-01-02 01:16:47 +00:00
archivers Revbump after boost update 2017-01-01 16:05:55 +00:00
audio Revbump after boost update 2017-01-01 16:05:55 +00:00
benchmarks Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
biology Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
bootstrap Change the default PKG_DBDIR to be ${LOCALBASE}/pkgdb. Resolves issues on 2016-11-15 11:19:09 +00:00
cad Revbump after boost update 2017-01-01 16:05:55 +00:00
chat Revbump after boost update 2017-01-01 16:05:55 +00:00
comms Revbump after boost update 2017-01-01 16:05:55 +00:00
converters Revbump after boost update 2017-01-01 16:05:55 +00:00
cross Another freemint package, another GCC in need of patching. 2016-12-21 13:34:16 +00:00
databases jdbc-mysql version 5.1 2017-01-01 17:16:39 +00:00
devel Update to 1.126 2017-01-02 01:13:29 +00:00
distfiles
doc Updated devel/p5-Test-Deep to 1.126 2017-01-02 01:14:22 +00:00
editors Revbump after boost update 2017-01-01 16:05:55 +00:00
emulators Revbump after boost update 2017-01-01 16:05:55 +00:00
filesystems Revbump after boost update 2017-01-01 16:05:55 +00:00
finance Revbump after boost update 2017-01-01 16:05:55 +00:00
fonts Updated unifont to 9.0.06. 2017-01-01 15:38:11 +00:00
games Revbump after boost update 2017-01-01 16:05:55 +00:00
geography Revbump after boost update 2017-01-01 16:05:55 +00:00
graphics Revbump after boost update 2017-01-01 16:05:55 +00:00
ham Revbump after boost update 2017-01-01 16:05:55 +00:00
inputmethod Revbump after boost update 2017-01-01 16:05:55 +00:00
lang On i386, use -march=i586 for 64-bit CAS 2017-01-02 00:03:42 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Fixed pkglint warnings about unpaired CONF_FILES declarations. 2017-01-01 16:35:38 +00:00
math Revbump after boost update 2017-01-01 16:05:55 +00:00
mbone Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
meta-pkgs Changes 1.63.0: 2017-01-01 15:32:47 +00:00
misc Revbump after boost update 2017-01-01 16:05:55 +00:00
mk Update comment with default Emacs version 2017-01-01 02:07:53 +00:00
multimedia Add support for the "opus" option (disabled by default, so no PKGREVISION bump) 2017-01-01 22:36:34 +00:00
net Revbump after boost update 2017-01-01 16:05:55 +00:00
news Revbump after boost update 2017-01-01 16:05:55 +00:00
packages
parallel PLIST catchup for recent update. 2016-12-25 23:57:45 +00:00
pkgtools Updated pkglint to 5.4.15. 2017-01-01 16:41:37 +00:00
print Revbump after boost update 2017-01-01 16:05:55 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Indent. 2017-01-01 22:01:45 +00:00
shells Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
sysutils Revbump after boost update 2017-01-01 16:05:55 +00:00
templates
textproc Revbump after boost update 2017-01-01 16:05:55 +00:00
time Revbump after boost update 2017-01-01 16:05:55 +00:00
wm Revbump after boost update 2017-01-01 16:05:55 +00:00
www Update to 2.26 2017-01-02 01:16:47 +00:00
x11 Revbump after boost update 2017-01-01 16:05:55 +00:00
Makefile
pkglocate
README

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

Please see doc/pkgsrc.txt for information.