summaryrefslogtreecommitdiff
path: root/textproc/FlightCrew
AgeCommit message (Collapse)AuthorFilesLines
2012-05-21textproc/FlightCrew: Fix bad patch applicationmarino1-1/+2
The FlightCrew files all use DOS line endings. The patches all use unix line endings. All source files have to have the line endings converted before applying a patch to them. The last patch added 2012-01-16 to fix build with Boost wasn't applied to a converted source file and thus the package failed in the patch phase.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-29Recursive bump from devel/boost-libs update.hans1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-16Fix build with boost 1.48.0.ryoon2-1/+27
As same as PR pkg/45803.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2012-01-09Recursive bump from boost-libs shlib bump.obache1-2/+2
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;