Commit graph

21 commits

Author SHA1 Message Date
Baptiste Daroussin
4bf1ce008b In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in converters
2013-12-11 15:15:48 +00:00
Martin Matuska
470e793640 Do not depend on gcc on FreeBSD 9 and lower 2013-10-29 22:32:35 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Martin Matuska
ff9ac28fb2 Compile wkhtmltopdf under FreeBSD 10.x by dependig on gcc
TODO: backport patches from www/qt4-webkit
2013-10-20 19:37:16 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Andrej Zverev
325c9808b6 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 10:58:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
e2eefe5472 Convert all c categories to USE=pkgconfig 2013-04-23 06:34:47 +00:00
Martin Matuska
9b3f7519c3 Update some of my ports to new options framework
Submitted by:	Baptiste Daroussin <bapt@FreeBSD.org>
2012-12-31 10:49:52 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pav Lucistnik
2e709bad88 - Mark BROKEN on 7.X: fails to extract
Reported by:	pointyhat
2012-05-30 22:17:03 +00:00
Martin Matuska
3b9c5883ca Update to 0.11.0_rc1 and newer Qt 2012-05-11 07:22:24 +00:00
Ryan Steinmetz
9942c139c4 - Fix build when using custom PREFIX/LOCALBASE
PR:		ports/165039
Submitted by:	zi@ (me)
Approved by:	mm@ (maintainer)
2012-02-12 21:00:03 +00:00
Mark Linimon
608cddbea7 Mark as broken on powerpc: fails to link.
Hat:		portmgr
Feature safe:	yes
2011-11-10 21:31:27 +00:00
Martin Matuska
7d2674ac3b - Add notice about webfonts to pkg-descr
- Set as broken on FreeBSD 6.x and earlier [1]

PR:	ports/158842 [1]
2011-07-20 13:08:41 +00:00
Martin Matuska
e8c9c74daf - Fix depends for option BUNDLED_LIBS 2011-03-24 23:45:52 +00:00
Martin Matuska
f681873c23 - Modify COMMENT and pkg-descr to provide a better description what this
powerful tool can do
2011-03-22 09:14:17 +00:00
Martin Matuska
a1ba3fa7fb - Remove empty line from pkg-message 2011-03-22 08:29:08 +00:00
Martin Matuska
c5daf99f6e - Add LICENSE_FILE(s) 2011-03-22 08:23:22 +00:00
Martin Matuska
b0c9c37ce7 Add LICENSE information 2011-03-21 20:45:56 +00:00
Martin Matuska
5b6e7b0549 Simple shell utility to convert html to pdf using a custom static build
of qt and the webkit rendering engine.

Features of the static version:
* Convert web pages into PDF documents using webkit
* Adding headers and footers
* TOC generation
* Batch mode conversions
* XServer is not required (however the X11 client libs must be installed)

WWW:    http://code.google.com/p/wkhtmltopdf/
2011-03-21 20:25:57 +00:00