aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GMP
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.20Sunpoet Po-Chuan Hsieh2020-02-112-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Math-GMP Notes: svn path=/head/; revision=525869
* Update to 2.19Sunpoet Po-Chuan Hsieh2018-08-182-6/+9
| | | | | | | Changes: https://metacpan.org/changes/distribution/Math-GMP Notes: svn path=/head/; revision=477529
* 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
* - Update to 2.17Wen Heping2018-04-052-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/SHLOMIF/Math-GMP-2.17/Changes Notes: svn path=/head/; revision=466566
* Update to 2.16Sunpoet Po-Chuan Hsieh2017-12-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMP/Changes Notes: svn path=/head/; revision=456747
* Update to 2.15Sunpoet Po-Chuan Hsieh2017-06-252-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMP/Changes Notes: svn path=/head/; revision=444266
* Update to 2.14Sunpoet Po-Chuan Hsieh2017-02-022-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMP/Changes Notes: svn path=/head/; revision=433152
* - Update to 2.13Sunpoet Po-Chuan Hsieh2016-11-192-7/+6
| | | | | | | | | | - Update LICENSE - Use USES=localbase Changes: http://search.cpan.org/dist/Math-GMP/Changes Notes: svn path=/head/; revision=426499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 2.11Sunpoet Po-Chuan Hsieh2015-08-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Math-GMP/Changes Notes: svn path=/head/; revision=394693
* - Update to 2.10Wen Heping2015-08-132-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/SHLOMIF/Math-GMP-2.10/Changes Notes: svn path=/head/; revision=394046
* - Update to 2.09Sunpoet Po-Chuan Hsieh2015-07-313-6/+6
| | | | | | | | | | - Do not silence installation message - Sort PLIST Changes: http://search.cpan.org/dist/Math-GMP/Changes Notes: svn path=/head/; revision=393342
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 2.07Emanuel Haupt2014-02-102-4/+6
| | | | | | | - Strip shared object Notes: svn path=/head/; revision=343690
* Support STAGEDIR.Vanilla I. Shu2013-11-052-5/+3
| | | | 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
* - 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
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-03-181-5/+1
| | | | Notes: svn path=/head/; revision=314566
* - Add LICENSESunpoet Po-Chuan Hsieh2012-06-062-2/+5
| | | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS - Add WWW Notes: svn path=/head/; revision=298623
* - Change INC/LIBS modifierSunpoet Po-Chuan Hsieh2011-11-301-5/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286669
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Switch to use newer GMP version.Alex Dupre2010-04-191-1/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Update to 2.06.Anton Berezin2009-09-172-5/+4
| | | | | | | | Changes: http://search.cpan.org/dist/Math-GMP/Changes Feature safe: yes Notes: svn path=/head/; revision=241616
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-162-3/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+2
| | | | Notes: svn path=/head/; revision=233833
* Update to 2.05Mathieu Arnold2009-02-132-6/+5
| | | | Notes: svn path=/head/; revision=228200
* Use the CPAN site macro.Mathieu Arnold2007-08-311-2/+1
| | | | | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims. Notes: svn path=/head/; revision=198588
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-1/+2
| | | | Notes: svn path=/head/; revision=161929
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Update to 2.04Mathieu Arnold2005-05-253-3/+4
| | | | Notes: svn path=/head/; revision=136117
* Add SIZE fieldMathieu Arnold2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99406
* Update my ports to use my @FreeBSD.org addressMathieu Arnold2003-08-161-1/+1
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87033
* - Update to 2.03Erwin Lansing2003-06-044-46/+18
| | | | | | | | | | | | - Now uses gmp.6 from ports. - Give maintainership to submitter PR: 52292 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: edwin (mentor) Notes: svn path=/head/; revision=82285
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Fix the build on CURRENT. This port requires math/libgmp4 on CURRENT.Akinori MUSHA2002-11-282-5/+20
| | | | | | | | PR: ports/45794 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=71206
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* UpgradeVanilla I. Shu2001-05-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p5-Apache-AuthTicket => 0.31 p5-Apache-AuthenCache => 0.04 p5-Business-CreditCard => 0.23 p5-CGI-Cache => 1.03 p5-Crypt-CipherSaber => 0.60 p5-Crypt-SSLeay => 0.25 p5-File-Cache => 0.16 p5-Filter => 1.23 p5-FreezeThaw => 0.41 p5-HTML-Stream => 1.49 p5-Mail-Audit => 1.10 p5-Mail-Box => 1.111 p5-Mail-IMAPClient => 2.1.2 p5-Mail-Sender => 0.7.08 p5-Math-FixedPrecision => 0.14 p5-Math-GMP => 1.07 p5-NNTPClient => 0.37 p5-Net-SSLeay => 1.07 p5-Proc-Background => 1.03 p5-Quota => 1.3.3 p5-Text-Template => 1.31 p5-WWW-Search => 2.19 p5-XML-RSS => 0.97 p5-chart => fix pkg-plist Notes: svn path=/head/; revision=42468
* Remove empty directories on uninstall.Steve Price2001-04-141-0/+2
| | | | Notes: svn path=/head/; revision=41387
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-1/+0
| | | | Notes: svn path=/head/; revision=38917
* Add p5-Math-GMP 1.01, perl module that provides an interface to the GMPWill Andrews2001-01-036-0/+56
library. Notes: svn path=/head/; revision=36724