aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Statistics-Basic
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6611wen2018-10-092-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Statistics-Basic
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-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)
* Reassign all of tobez@'s p5 ports to perl@.des2018-09-101-1/+1
| | | | Approved by: tobez
* Update WWWsunpoet2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* MASTER_SITES cleanup.mat2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* - add stage supportaz2014-01-302-15/+13
| | | | Approved by: portmgr (blanket infrastructure)
* The word 'very' has no place in COMMENTeadler2013-10-311-1/+1
| | | | | | COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | math)
* - Convert to new perl frameworkaz2013-08-051-6/+3
| | | | | | - Trim Makefile header Approved by: tobez@ (maintainer)
* Update to 1.6607.tobez2012-05-242-3/+3
| | | | | | PR: 167978 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Statistics-Basic/Changes
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* Update to 1.6602.tobez2011-01-112-4/+3
| | | | Changes: http://search.cpan.org/dist/Statistics-Basic/Changes
* Update to 1.6601.tobez2009-09-122-4/+4
| | | | Changes: http://search.cpan.org/dist/Statistics-Basic/Changes
* Add math/p5-Statistics-Basic 1.6600, a collection of very basictobez2009-07-284-0/+77
statistics modules written in Perl.