aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BigRat
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2019-05-121-8/+2
| | | | Notes: svn path=/head/; revision=501423
* 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 0.2614Sunpoet Po-Chuan Hsieh2018-04-222-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Notes: svn path=/head/; revision=467991
* 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.2613Sunpoet Po-Chuan Hsieh2017-06-172-8/+12
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Notes: svn path=/head/; revision=443744
* Update to 0.2612Sunpoet Po-Chuan Hsieh2017-03-022-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Notes: svn path=/head/; revision=435263
* Update to 0.2611Sunpoet Po-Chuan Hsieh2017-02-282-4/+4
| | | | | | | | | - Use real PORTVERSION Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Notes: svn path=/head/; revision=435098
* - Update to 0.260804Sunpoet Po-Chuan Hsieh2016-04-282-3/+6
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Notes: svn path=/head/; revision=414205
* - Update to 0.260802Sunpoet Po-Chuan Hsieh2015-12-293-9/+9
| | | | | | | | | | | | - Add LICENSE - Add NO_ARCH - Remove outdated post-patch: - Sort PLIST Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Notes: svn path=/head/; revision=404757
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-4/+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-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Support STAGEDIR.Vanilla I. Shu2013-11-052-7/+5
| | | | 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
* For perl@ owned ports:Eitan Adler2013-03-291-5/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Add missing p5-Math-BigInt dependency, makes a build warning go away, andSteve Wills2012-01-051-0/+4
| | | | | | | tests fail without it. Notes: svn path=/head/; revision=288565
* - Update to 0.2602Sunpoet Po-Chuan Hsieh2011-05-112-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-BigRat/Changes Notes: svn path=/head/; revision=273961
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update to 0.26Yen-Ming Lee2010-10-142-5/+4
| | | | Notes: svn path=/head/; revision=263009
* math/p5-Math-BigInt is part of perl core modules since at least 5.6+Baptiste Daroussin2010-09-221-3/+1
| | | | | | | | | | | | the lowest version of perl available in ports is 5.8.9 which embed version 1.89 of Math::BigInt which is the same as the one available in math/p5-Math-BigInt, so remove the useless dependency. Keeping math/p5-Math-BigInt as it evolves alone Bump port revision Notes: svn path=/head/; revision=261620
* - Update to 0.25Wen Heping2010-09-142-4/+4
| | | | Notes: svn path=/head/; revision=261151
* Update to 0.24Sergey Skvortsov2009-09-182-6/+6
| | | | | | | | Changes: http://cpansearch.perl.org/src/LETO/Math-BigRat-0.24/CHANGES Feature safe: yes Notes: svn path=/head/; revision=241637
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Update to 0.22Sergey Skvortsov2008-04-103-5/+8
| | | | | | | Changes: http://search.cpan.org/src/TELS/Math-BigRat-0.22/CHANGES Notes: svn path=/head/; revision=210981
* Update to 0.20Sergey Skvortsov2008-02-022-4/+4
| | | | | | | Changes: http://search.cpan.org/src/TELS/Math-BigRat-0.20/CHANGES Notes: svn path=/head/; revision=206643
* Update to 0.19Sergey Skvortsov2007-05-272-4/+4
| | | | | | | | | Changes: http://search.cpan.org/src/TELS/Math-BigRat-0.19/CHANGES PR: ports/112992 Submitted by: lth Notes: svn path=/head/; revision=192020
* Update to 0.17Sergey Skvortsov2007-02-083-8/+6
| | | | | | | Changes: http://search.cpan.org/src/TELS/Math-BigRat-0.17/CHANGES Notes: svn path=/head/; revision=184573
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* Update to 0.15Sergey Skvortsov2005-04-192-3/+3
| | | | Notes: svn path=/head/; revision=133673
* Add p5-Math-BigRat 0.14, arbitrary big rational numbers.Sergey Skvortsov2005-03-034-0/+38
Notes: svn path=/head/; revision=130283