Path to this page:
./
www/tidy,
Fixes and tidies up HTML files
Branch: CURRENT,
Version: 5.8.0,
Package name: tidy-5.8.0,
Maintainer: pkgsrc-usersWhen editing HTML it's easy to make mistakes. Wouldn't it be nice
if there was a simple way to fix these mistakes automatically and
tidy up sloppy editing into nicely layed out markup? Well now
there is thanks to Hewlett Packard's Dave Raggett. HTML TIDY is a
free utility for doing just that. It also works great on the
attrociously hard to read markup generated by specialized HTML
editors and conversion tools, and can help you identify where you
need to pay further attention on making your pages more accessible
to people with disabilities.
Tidy is able to fix up a wide range of problems and to bring to
your attention things that you need to work on yourself. Each item
found is listed with the line number and column so that you can
see where the problem lies in your markup. Tidy won't generate a
cleaned up version when there are problems that it can't be sure
of how to handle. These are logged as "errors" rather than "warnings".
Required to build:[
textproc/libxslt] [
pkgtools/cwrappers]
Master sites:
Filesize: 991.507 KB
Version history: (Expand)
- (2022-11-04) Updated to version: tidy-5.8.0
- (2018-10-13) Updated to version: tidy-5.6.0nb1
- (2017-11-27) Updated to version: tidy-5.6.0
- (2017-06-14) Updated to version: tidy-5.4.0
- (2017-02-21) Updated to version: tidy-5.2.0
- (2016-11-25) Updated to version: tidy-20091027nb8
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-11-04 19:41:59 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
tidy: updated to 5.8.0
5.8.0
Finally, the latest stable HTML Tidy 5.8.0 is official!
This is an even minor version number release, which means that we guarantee \
ABI/API stability throughout the entire release cycle of 5.8.x, meaning that \
this is a stable release. This is the release that other repository maintainers \
should be tracking for release!
If you don't require ABI/API stability in your application, make sure you \
continue to monitor our next branch. This is where new features and HTML process \
bug fixes are generally applied.
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2018-10-13 13:14:39 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
tidy: Backport a patch from upstream to address CVE-2017-17497
Bump PKGREVISION
|
2017-11-27 14:01:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
tidy: updated to 5.6.0
5.6.0:
Bug fixes.
|