aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInt-FastCalc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.37Sunpoet Po-Chuan Hsieh2015-11-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES Notes: svn path=/head/; revision=401267
* - Update to 0.36Sunpoet Po-Chuan Hsieh2015-11-062-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES Notes: svn path=/head/; revision=400921
* Update to 0.35Steven Kreuzer2015-10-302-3/+3
| | | | Notes: svn path=/head/; revision=400555
* - Update to 0.34Sunpoet Po-Chuan Hsieh2015-10-043-7/+12
| | | | | | | | | | | - Add LICENSE - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES Notes: svn path=/head/; revision=398601
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-1/+1
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+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 0.31Philippe Audeoud2014-05-212-3/+3
| | | | Notes: svn path=/head/; revision=354720
* Support STAGEDIR.Vanilla I. Shu2013-11-052-4/+2
| | | | Notes: svn path=/head/; revision=332813
* 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-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add PORTSCOUT knobSunpoet Po-Chuan Hsieh2011-11-151-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285867
* - Update to 0.30Sunpoet Po-Chuan Hsieh2011-09-102-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES Notes: svn path=/head/; revision=281582
* - Update to 0.29Sunpoet Po-Chuan Hsieh2011-07-162-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES Notes: svn path=/head/; revision=277791
* - Update to 0.28Martin Wilke2011-03-182-5/+5
| | | | | | | | PR: 155631 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=271205
* - @comment cleanup in p5-* pkg-plistPhilip M. Gollucci2010-12-121-1/+0
| | | | Notes: svn path=/head/; revision=266099
* Provides support for big integer calculations. Not intended to be usedPhilip M. Gollucci2010-12-074-0/+41
by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or Math::BigInt::Pari. WWW: http://search.cpan.org/dist/Math-BigInt-FastCalc/ PR: ports/152635 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=265782