summaryrefslogtreecommitdiff
path: root/textproc/FlightCrew
AgeCommit message (Collapse)AuthorFilesLines
2011-11-10This commit probably fix "make patch" on non-NetBSD platform,ryoon1-1/+8
for example Aleksey Cheusov's Debian GNU/Linux bulk build. But I have not tested on non-NetBSD platform.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-10-13Update to 0.7.2ryoon2-6/+8
Changelog: FlightCrew v0.7.2 2011.08.15 - Use Inno for Windows installer. - Add version display to GUI and CLI. - Fix Sigil issue #813: erroneous Resource is reachable but not present in OPF detection. - OS X minimum version bumped to 10.6. - made the CSS resource use detection far more robust - fixed an issue with CSS @import rules in the '@import "something.css"' format not being recognized - fixed an issue with links to fonts in commented-out CSS producing "not in manifest" errors (issue #15) - fixed an issue with "background" and "background-image" CSS rules that referenced images having those same images marked as unreachable files (issue #21) - fixed an issue with "src" declarations in @font-face rules that have a space before the colon throwing error messages about unreachable files (issue #21) - clarified what "reachable" means in the error messages
2011-08-20Build fix: add -std=c++0x to the compiler flags for gcc-4.4+.wiz1-1/+7
2011-07-29Import FlightCrew-0.7.1 as textproc/FlightCrew from wip/FlightCrewryoon6-0/+91
FlightCrew is a C++, cross-platform, native code epub validator. It is composed of three parts: * FlightCrew, the validation library; * FlightCrew-cli, the command-line front-end to the FlightCrew library; * FlightCrew-gui, the GUI front-end to the FlightCrew library;