pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tidy: update candidate for www/tidy



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Nov 13 16:31:09 2015 +0100
Changeset:	4801be5f4c24f56b6d824d96d4012822aa2582ad

Added Files:
	tidy/DESCR
	tidy/Makefile
	tidy/PLIST
	tidy/distinfo

Log Message:
tidy: update candidate for www/tidy

From the new official site
https://github.com/htacg/tidy-html5/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4801be5f4c24f56b6d824d96d4012822aa2582ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tidy/DESCR    | 16 ++++++++++++++++
 tidy/Makefile | 21 +++++++++++++++++++++
 tidy/PLIST    | 11 +++++++++++
 tidy/distinfo |  6 ++++++
 4 files changed, 54 insertions(+)

diffs:
diff --git a/tidy/DESCR b/tidy/DESCR
new file mode 100644
index 0000000..276adab
--- /dev/null
+++ b/tidy/DESCR
@@ -0,0 +1,16 @@
+When 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".
diff --git a/tidy/Makefile b/tidy/Makefile
new file mode 100644
index 0000000..2de7994
--- /dev/null
+++ b/tidy/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	tidy-html5-5.0.0
+PKGNAME=	${DISTNAME:S/-html5//}
+CATEGORIES=	www textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=htacg/}
+GITHUB_PROJECT=	tidy-html5
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/htacg/tidy-html5
+COMMENT=	Fixes and tidies up HTML files
+LICENSE=	mit
+
+#CONFIGURE_DIRS=	build/cmake
+
+USE_LANGUAGES=	c c++
+
+USE_CMAKE=	yes
+CMAKE_ARGS+=	-DMAN_INSTALL_DIR:PATH=${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/tidy/PLIST b/tidy/PLIST
new file mode 100644
index 0000000..f3d1e56
--- /dev/null
+++ b/tidy/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/tidy
+include/tidy.h
+include/tidybuffio.h
+include/tidyenum.h
+include/tidyplatform.h
+lib/libtidy.so
+lib/libtidy.so.5
+lib/libtidy.so.5.0.0
+lib/libtidys.a
+man/man1/tidy.1
diff --git a/tidy/distinfo b/tidy/distinfo
new file mode 100644
index 0000000..686e8c6
--- /dev/null
+++ b/tidy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tidy-html5-5.0.0.tar.gz) = 6ed058ba2528c170d2beee5df4aff532da4415b5
+RMD160 (tidy-html5-5.0.0.tar.gz) = bb5a4e41cf1e7b15c2c04b28295bf540683ba1c0
+SHA512 (tidy-html5-5.0.0.tar.gz) = e2433d2df9879a19f92c9b82d9624331a42daa97997a91aaa39222802dd17bd4b28bf7737e6986c023bba25bd64a3101f9eeda83172528d23177ce244f6b1c16
+Size (tidy-html5-5.0.0.tar.gz) = 680608 bytes


Home | Main Index | Thread Index | Old Index