Bug 203854 - [new port] textproc/html2xhtml: tool to convert html to xhtml
Summary: [new port] textproc/html2xhtml: tool to convert html to xhtml
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-18 10:11 UTC by wilfried.meindl
Modified: 2015-10-29 22:28 UTC (History)
1 user (show)

See Also:


Attachments
The archive of the port (2.48 KB, text/plain)
2015-10-18 10:11 UTC, wilfried.meindl
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wilfried.meindl 2015-10-18 10:11:57 UTC
Created attachment 162190 [details]
The archive of the port

html2xhtml is a tool to convert HTML files to XHTML. It can fix many common errors in HTML files.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-10-29 22:27:45 UTC
A commit references this bug:

Author: pawel
Date: Thu Oct 29 22:27:40 UTC 2015
New revision: 400483
URL: https://svnweb.freebsd.org/changeset/ports/400483

Log:
  html2xhtml converts HTML files into XHTML. It can fix many common
  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

Changes:
  head/textproc/Makefile
  head/textproc/html2xhtml/
  head/textproc/html2xhtml/Makefile
  head/textproc/html2xhtml/distinfo
  head/textproc/html2xhtml/files/
  head/textproc/html2xhtml/files/patch-src-html.c
  head/textproc/html2xhtml/pkg-descr