svn commit: r380222 - in head/www: . tidy-html5

Thierry Thomas thierry at FreeBSD.org
Sun Mar 1 18:33:39 UTC 2015


Author: thierry
Date: Sun Mar  1 18:33:36 2015
New Revision: 380222
URL: https://svnweb.freebsd.org/changeset/ports/380222
QAT: https://qat.redports.org/buildarchive/r380222/

Log:
  This is tidy5.
  
  Once considered as stable, it will replace tidy4 (from www/tidy-devel and
  www/tidy-lib).

Added:
  head/www/tidy-html5/
  head/www/tidy-html5/Makefile   (contents, props changed)
  head/www/tidy-html5/distinfo   (contents, props changed)
  head/www/tidy-html5/pkg-descr   (contents, props changed)
  head/www/tidy-html5/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Mar  1 18:11:26 2015	(r380221)
+++ head/www/Makefile	Sun Mar  1 18:33:36 2015	(r380222)
@@ -2011,6 +2011,7 @@
     SUBDIR += tickr
     SUBDIR += tidy
     SUBDIR += tidy-devel
+    SUBDIR += tidy-html5
     SUBDIR += tidy-lib
     SUBDIR += tikiwiki
     SUBDIR += tinymce

Added: head/www/tidy-html5/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/tidy-html5/Makefile	Sun Mar  1 18:33:36 2015	(r380222)
@@ -0,0 +1,30 @@
+# Created by: Thierry Thomas <thierry at pompo.net>
+# $FreeBSD$
+
+PORTNAME=	tidy-html5
+PORTVERSION=	4.9.18
+CATEGORIES=	www
+
+MAINTAINER=	thierry at FreeBSD.org
+COMMENT=	Tidy tidies HTML and XML documents
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	htacg
+GH_PROJECT=	${PORTNAME}
+GH_TAGNAME=	${GH_COMMIT}
+GH_COMMIT=	2e383c6
+
+USES=		cmake
+
+CMAKE_ARGS=	-DBUILD_SHARED_LIB:BOOL=ON
+
+pre-configure:
+	${REINPLACE_CMD} -e 's|build/cmake/||' ${WRKSRC}/test/testone.sh
+
+regression-test:
+	(cd ${WRKSRC}/test && ./testall.sh)
+
+.include <bsd.port.mk>

Added: head/www/tidy-html5/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/tidy-html5/distinfo	Sun Mar  1 18:33:36 2015	(r380222)
@@ -0,0 +1,2 @@
+SHA256 (tidy-html5-4.9.18.tar.gz) = b426adf4bd389add6f8442790177bf479457c36f4fc91a73e2b166f9ee371b58
+SIZE (tidy-html5-4.9.18.tar.gz) = 492762

Added: head/www/tidy-html5/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/tidy-html5/pkg-descr	Sun Mar  1 18:33:36 2015	(r380222)
@@ -0,0 +1,11 @@
+Tidy is a console application. It corrects and cleans up HTML and XML documents
+by fixing markup errors and upgrading legacy code to modern standards.
+
+TidyLib is a C static or dynamic library that developers can integrate into
+their applications in order to bring all of Tidy's power to your favorite tools.
+TidyLib is used today in desktop applications, web servers, and more.
+
+This is yet a development version. When it will become stable, it will
+supersedes the ports www/tidy-devel and www/tidy-lib.
+
+WWW: http://www.html-tidy.org/

Added: head/www/tidy-html5/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/tidy-html5/pkg-plist	Sun Mar  1 18:33:36 2015	(r380222)
@@ -0,0 +1,8 @@
+bin/tidy5
+include/buffio.h
+include/platform.h
+include/tidy.h
+include/tidyenum.h
+lib/libtidy5.so
+lib/libtidy5.so.4
+lib/libtidy5.so.4.9.18


More information about the svn-ports-head mailing list