Commit graph

23 commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Adam Weinberger
1edfd77c86 Update to 1.17. Strip the XS library, and sort plist.
Changes: https://metacpan.org/changes/distribution/Math-Random-MT
2015-11-28 17:14:52 +00:00
Mark Felder
f7f3a97a4d Update "BSD" license in math category 2014-12-07 16:31:50 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Vanilla I. Shu
5e06901c39 Support STAGEDIR. 2013-11-05 06:56:18 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Wen Heping
be91c68975 - Update to 1.16
Changes: http://cpansearch.perl.org/src/FANGLY/Math-Random-MT-1.16/Changes
- Add missing DEPENDS
2012-08-06 23:58:09 +00:00
Philippe Audeoud
383c9202af - Update to 1.15
- Changelog: http://cpansearch.perl.org/src/FANGLY/Math-Random-MT-1.15/Changes
2012-06-05 08:11:10 +00:00
Philippe Audeoud
734ec74d08 - Update to 1.14
- Changelog: http://cpansearch.perl.org/src/FANGLY/Math-Random-MT-1.14/Changes
2012-05-31 09:33:00 +00:00
Frederic Culot
48a726be4f - Update to 1.13
- Add LICENSE (BSD)

Changes:	http://search.cpan.org/dist/Math-Random-MT/Changes
2012-01-22 08:17:45 +00:00
Wen Heping
8b61ac7c6c - Update to 1.12 2010-09-29 03:24:27 +00:00
Philip M. Gollucci
82c6718e31 - Update to 1.11
- Pass to perl@

With Hat:       perl@
Changes:        http:/www.math.keio.ac.jp/~matumoto/emt.html http:/search.cpan.org/dist/Math-Random-MT/Changes
2010-06-10 05:17:02 +00:00
Mark Linimon
f61aa69467 With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
2010-01-10 03:54:09 +00:00
Martin Wilke
2b9ed0fe31 - Update to 1.10
Changes:
	http://cpansearch.perl.org/src/AMS/Math-Random-MT-1.10/Changes

PR:		140207
Submitted by:	ehaupt@
Approved by:	maintainer timeout
2009-12-25 23:57:25 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Sergey Skvortsov
7af33a7c6e Update to 1.07
Changes:	http://search.cpan.org/src/AMS/Math-Random-MT-1.07/Changes
PR:		ports/108303
Submitted by:	mat
2007-02-06 17:42:26 +00:00
Sergey Skvortsov
2a0dcd9565 Updated to 1.04
* fix ->new(@seed)
2004-10-12 12:21:58 +00:00
Sergey Skvortsov
28d24d2e67 Updated to 1.03 2004-05-11 08:24:19 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sergey Skvortsov
c1098ad832 Updated to 1.00 2002-06-02 13:03:15 +00:00
Ying-Chieh Liao
6eeae28b24 add p5-Math-Random-MT
The Mersenne Twister PRNG

PR:		28716
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-07-06 16:36:45 +00:00