Commit graph

17 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
397b107367 - Update to 4.09.01
- Update DISTNAME and EXTRACT_SUFX

Changes:	http://sourceforge.net/p/bisoncpp/code/ci/master/log/
PR:		ports/189774
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-05-24 14:11:44 +00:00
Sunpoet Po-Chuan Hsieh
b42ff9239c - Respect CC and CXX
Notified by:	gerald
2014-04-07 10:12:44 +00:00
Sunpoet Po-Chuan Hsieh
32e4bb8eac - Update to 4.08.00
- Pass maintainership to submitter
- While I'm here, relax USE_GCC to yes

Changes:	http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.08.00/README/view
		http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.07.00/README/view
		http://sourceforge.net/projects/bisoncpp/files/bisonc%2B%2B/4.06.00/README/view
PR:		188267
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-06 05:49:34 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Gabor Pali
72f9361d72 - Update to 4.05.00
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
2013-11-28 07:18:41 +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
Baptiste Daroussin
857aec5d6b Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) 2013-09-20 17:03:26 +00:00
Gabor Pali
994b964081 - Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
- Use a single space after "WWW:" in port descriptions

Requested by:	jhale, danfe, bapt
Feature safe:	yes
2012-12-04 18:50:35 +00:00
Gabor Pali
6d55f8f648 - Update to 4.01.00
- Trim Makefile header

Feature safe:	yes
2012-12-04 09:22:16 +00:00
Gabor Pali
8306981b7a - Update to 2.09.03
- Switch to GCC 4.6 (requested by: gerald)
- Add license information

Feature safe:	yes
2011-11-15 21:18:34 +00:00
Gabor Pali
56d6502094 - Update to 2.9.1 2010-11-15 10:19:38 +00:00
Gabor Pali
f03640960e - Update to 2.8.0 2010-09-26 19:56:09 +00:00
Gabor Pali
18d8e17911 - Update to 2.7.0 2010-06-05 11:04:49 +00:00
Gabor Pali
3768cb33d8 - Update to 2.5.1 2010-04-10 04:25:06 +00:00
Gabor Pali
4798c42df7 - Update to 2.4.8 2009-11-17 12:40:35 +00:00
Dmitry Marakasov
075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +00:00
Gabor Pali
9205cdd2b3 The program bisonc++ creates a C++ parser function and -class having a
cleaner setup than the code generated by Alain Coetmeur's bison++.
Furthermore, since bisonc++ more closely follows current-day ideas about
C++ programming its code is easier to read.

WWW: http://bisoncpp.sourceforge.net/

Approved by:	tabthorpe
2009-03-09 16:23:46 +00:00