aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Number-WithError
Commit message (Collapse)AuthorAgeFilesLines
* *: Return culot@'s ports to the pool (and perl@) after safekeeping his bit.Rene Ladan2021-09-061-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add LICENSEDmitry Marakasov2018-12-201-1/+4
| | | | | | | | | | - Add NO_ARCH - Pet portlint Approved by: portmgr blanket Notes: svn path=/head/; revision=487867
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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 trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-8/+8
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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
* - add stage supportAndrej Zverev2014-01-302-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341829
* 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 the new perl5 frameworkAndrej Zverev2013-09-121-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327033
* - Add TEST_DEPENDS [1]Frederic Culot2012-03-062-3/+5
| | | | | | | | | | | - Avoid use of SITE_PERL in DEPENDS [1] - Pet portlint PR: ports/165746 [1] Submitted by: swills@ Notes: svn path=/head/; revision=292815
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update my MAINTAINER address to culot@FreeBSD.org.Frederic Culot2010-10-201-1/+1
| | | | | | | Approved by: sahil@ (mentor) Notes: svn path=/head/; revision=263326
* - Update to 1.01Sahil Tandon2010-10-052-7/+6
| | | | | | | | | | | - Pass maintainership to submitter - Assign to RUN_DEPENDS with immediate expansion PR: ports/150777 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=262405
* math/p5-Math-BigInt is part of perl core modules since at least 5.6+Baptiste Daroussin2010-09-221-2/+2
| | | | | | | | | | | | 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
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Catch up with Params::Util which now lives under ${PERL_ARCH}Pav Lucistnik2008-11-301-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=223634
* Reset aaron's port maintainerships due to many maintainer-timeouts.Mark Linimon2008-04-291-1/+1
| | | | Notes: svn path=/head/; revision=212202
* - 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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to v0.08Aaron Dalton2006-12-252-5/+5
| | | | Notes: svn path=/head/; revision=180727
* - Update to 0.06Frank J. Laszlo2006-12-073-12/+4
| | | | | | | | | PR: ports/104981 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer timeout. (5 weeks) Notes: svn path=/head/; revision=179123
* - Update from v0.03 to v0.05Aaron Dalton2006-06-102-4/+4
| | | | | | | Approved by: tobez (implicit) Notes: svn path=/head/; revision=164968
* - Patch Makefile.PL to remove possible interactivityAaron Dalton2006-06-022-2/+8
| | | | | | | Approved by: tobez (implicit) Notes: svn path=/head/; revision=164241
* Mark IS_INTERACTIVE to avoid infinite build loop.Kris Kennaway2006-06-021-0/+2
| | | | Notes: svn path=/head/; revision=164235
* Adding port math/p5-Number-WithError, Numbers with error propagation and ↵Aaron Dalton2006-05-154-0/+59
scientific rounding Approved by: tobez (implicit) Notes: svn path=/head/; revision=162459