fc080e7106
errors in HTML files (e.g. missing end tags, elements with incorrect content model, non-standard elements or attributes, etc.) It can also handle invalid or non well-formed XHTML input, and clean it to produce a well-formed and valid XHTML output. The output document type can be selected among several XHTML DTDs (1.0, 1.1, Basic, etc.) WWW: http://www.it.uc3m.es/jaf/html2xhtml PR: 203854 Submitted by: wilfried.meindl@gmail.com
18 lines
336 B
Makefile
18 lines
336 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= html2xhtml
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.it.uc3m.es/jaf/html2xhtml/downloads/
|
|
|
|
MAINTAINER= wilfried.meindl@gmail.com
|
|
COMMENT= Convert HTML to XHTML
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= iconv
|
|
|
|
PLIST_FILES= bin/dtdquery \
|
|
bin/html2xhtml \
|
|
man/man1/html2xhtml.1.gz
|
|
|
|
.include <bsd.port.mk>
|