mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This is tidy5.
Once considered as stable, it will replace tidy4 (from www/tidy-devel and www/tidy-lib).
This commit is contained in:
parent
a5f08564af
commit
d247c849e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380222
@ -2011,6 +2011,7 @@
|
||||
SUBDIR += tickr
|
||||
SUBDIR += tidy
|
||||
SUBDIR += tidy-devel
|
||||
SUBDIR += tidy-html5
|
||||
SUBDIR += tidy-lib
|
||||
SUBDIR += tikiwiki
|
||||
SUBDIR += tinymce
|
||||
|
30
www/tidy-html5/Makefile
Normal file
30
www/tidy-html5/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tidy-html5
|
||||
PORTVERSION= 4.9.18
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= thierry@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>
|
2
www/tidy-html5/distinfo
Normal file
2
www/tidy-html5/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (tidy-html5-4.9.18.tar.gz) = b426adf4bd389add6f8442790177bf479457c36f4fc91a73e2b166f9ee371b58
|
||||
SIZE (tidy-html5-4.9.18.tar.gz) = 492762
|
11
www/tidy-html5/pkg-descr
Normal file
11
www/tidy-html5/pkg-descr
Normal file
@ -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/
|
8
www/tidy-html5/pkg-plist
Normal file
8
www/tidy-html5/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user