aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GMPf
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.44Sunpoet Po-Chuan Hsieh2021-02-173-5/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Math-GMPf Notes: svn path=/head/; revision=565574
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 0.43Sunpoet Po-Chuan Hsieh2017-08-232-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMPf/CHANGES Notes: svn path=/head/; revision=448622
* - Update to 0.42Sunpoet Po-Chuan Hsieh2016-12-212-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMPf/CHANGES Notes: svn path=/head/; revision=429119
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 0.41Sunpoet Po-Chuan Hsieh2016-01-172-4/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Math-GMPf/CHANGES Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406338
* - Use USES=localbaseSunpoet Po-Chuan Hsieh2015-10-191-3/+7
| | | | | | | | - Strip shared library - Bump PORTREVISION for package change Notes: svn path=/head/; revision=399758
* - Remove MASTER_SITE_SUBDIRSunpoet Po-Chuan Hsieh2015-08-151-1/+0
| | | | Notes: svn path=/head/; revision=394273
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+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 0.39Sunpoet Po-Chuan Hsieh2014-04-262-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMPf/CHANGES Notes: svn path=/head/; revision=352286
* - Update to 0.37Sunpoet Po-Chuan Hsieh2014-03-302-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMPf/CHANGES Notes: svn path=/head/; revision=349642
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-12-131-1/+1
| | | | Notes: svn path=/head/; revision=336324
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328818
* 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
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 0.36Sunpoet Po-Chuan Hsieh2013-03-182-8/+7
| | | | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Math-GMPf/CHANGES Notes: svn path=/head/; revision=314567
* - Add p5-Math-GMPf 0.35Sunpoet Po-Chuan Hsieh2012-06-224-0/+50
Math::GMPf is a bigfloat module utilising the GNU MP (GMP) library. Basically this module simply wraps all of the mpf floating point functions provided by that library. See the Math::GMPf test suite for some examples of usage. WWW: http://search.cpan.org/dist/Math-GMPf/ Notes: svn path=/head/; revision=299792