Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-10 | This commit probably fix "make patch" on non-NetBSD platform, | ryoon | 1 | -1/+8 | |
for example Aleksey Cheusov's Debian GNU/Linux bulk build. But I have not tested on non-NetBSD platform. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -1/+2 | |
2011-10-13 | Update to 0.7.2 | ryoon | 2 | -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-20 | Build fix: add -std=c++0x to the compiler flags for gcc-4.4+. | wiz | 1 | -1/+7 | |
2011-07-29 | Import FlightCrew-0.7.1 as textproc/FlightCrew from wip/FlightCrew | ryoon | 6 | -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; |