aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-MPC
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.07Sunpoet Po-Chuan Hsieh2016-12-072-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-MPC/CHANGES Notes: svn path=/head/; revision=428073
* - Update to 1.06Sunpoet Po-Chuan Hsieh2016-12-012-5/+5
| | | | | | | | | - Use USES=localbase Changes: http://search.cpan.org/dist/Math-MPC/CHANGES Notes: svn path=/head/; revision=427520
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 1.05. Strip XS module. Remove p5-Test-Pod from TEST_DEPENDS,Adam Weinberger2016-02-062-4/+6
| | | | | | | | | as that is for author tests, not end-user tests. Changes: https://metacpan.org/changes/distribution/Math-MPC Notes: svn path=/head/; revision=408304
* - Update to 1.04Sunpoet Po-Chuan Hsieh2015-01-043-7/+8
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Math-MPC/CHANGES Notes: svn path=/head/; revision=376184
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Update to 1.01Steven Kreuzer2014-01-172-4/+3
| | | | Notes: svn path=/head/; revision=340043
* Support STAGEDIR.Vanilla I. Shu2013-11-052-8/+6
| | | | Notes: svn path=/head/; revision=332813
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Update to 1.00Sunpoet Po-Chuan Hsieh2012-07-302-9/+8
| | | | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS Changes: http://search.cpan.org/dist/Math-MPC/CHANGES Notes: svn path=/head/; revision=301752
* - Update to 0.93Wen Heping2012-04-182-4/+4
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/SISYPHUS/Math-MPC-0.93/CHANGES Notes: svn path=/head/; revision=294982
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Update to 0.92Sunpoet Po-Chuan Hsieh2011-11-302-4/+9
| | | | | | | | | | | - Update LIB_DEPENDS: document all required libraries - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Math-MPC/CHANGES Feature safe: yes Notes: svn path=/head/; revision=286671
* - Update to 0.91Wen Heping2011-07-032-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/SISYPHUS/Math-MPC-0.91/CHANGES Notes: svn path=/head/; revision=276957
* - Update to 0.90Wen Heping2011-05-052-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/SISYPHUS/Math-MPC-0.90/CHANGES Notes: svn path=/head/; revision=273675
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 0.83Andrej Zverev2010-09-252-4/+4
| | | | Notes: svn path=/head/; revision=261848
* - Update to 0.8.2Wen Heping2010-06-242-5/+5
| | | | | | | | | - Pass maintainership to perl@ Feature safe: yes Notes: svn path=/head/; revision=256897
* - Update to 0.8.1Wen Heping2010-05-282-4/+4
| | | | Notes: svn path=/head/; revision=255214
* - Update to 0.80Wen Heping2009-11-163-5/+7
| | | | Notes: svn path=/head/; revision=244311
* - Update to 0.70Wen Heping2009-09-302-6/+6
| | | | | | | | | | - Update my mail address to FreeBSD approved by: miwi(mentor) Feature safe: yes Notes: svn path=/head/; revision=242248
* Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plistsPhilip M. Gollucci2009-07-301-7/+7
| | | | | | | | | PR: ports/136771 Exp Run by: pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238688
* p5-Math-MPC is a module wraps the MPC library functions.Martin Wilke2009-04-114-0/+41
The MPC library is a C library for multiple-precision complex number computations with exact rounding. It is based on the MPFR C library which, in turn, is based on the GMP C library. WWW: http://search.cpan.org/dist/Math-MPC PR: ports/133396 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=232087