<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/p5-Math-CDF, branch 2015Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2015Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2015Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-11-26T13:08:24Z</updated>
<entry>
<title>Change the way Perl modules are installed, update the default Perl to 5.18.</title>
<updated>2014-11-26T13:08:24Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2014-11-26T13:08:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eee58d187e2c55fca6f53b9e482d33cf5346fe81'/>
<id>urn:sha1:eee58d187e2c55fca6f53b9e482d33cf5346fe81</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- Shorten COMMENT</title>
<updated>2014-07-31T10:05:49Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2014-07-31T10:05:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=431b7a0b432d54a7a4ea6c1eeca61bcf611dc1a1'/>
<id>urn:sha1:431b7a0b432d54a7a4ea6c1eeca61bcf611dc1a1</id>
<content type='text'>
- Sort PLIST
- Reformat pkg-descr
</content>
</entry>
<entry>
<title>- Take maintainership</title>
<updated>2014-06-30T16:42:17Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2014-06-30T16:42:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=99b61650d6f046adab4e574b90251de50d0bce85'/>
<id>urn:sha1:99b61650d6f046adab4e574b90251de50d0bce85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multiple: reset gslin's maintainer</title>
<updated>2014-06-30T05:51:02Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2014-06-30T05:51:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e6ab3ba6618ebe0ff2d8783ff63f9815fe24e8d6'/>
<id>urn:sha1:e6ab3ba6618ebe0ff2d8783ff63f9815fe24e8d6</id>
<content type='text'>
	By request of Gea-Suan Lin &lt;gslin@gslin.org&gt; - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
</content>
</entry>
<entry>
<title>Remove all the bootstrap files (.bs) from the plists.</title>
<updated>2014-06-10T12:14:12Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2014-06-10T12:14:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=61de712f4609a18a2988695e252651c69d10cafd'/>
<id>urn:sha1:61de712f4609a18a2988695e252651c69d10cafd</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- add stage support</title>
<updated>2014-01-30T10:27:43Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2014-01-30T10:27:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6c49c5cfa7541d31f48a69897abfb138cbf6e7f0'/>
<id>urn:sha1:6c49c5cfa7541d31f48a69897abfb138cbf6e7f0</id>
<content type='text'>
Approved by:	portmgr (blanket infrastructure)
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: math)</title>
<updated>2013-09-20T20:55:04Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T20:55:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce5e4570204c37f4ac986a2a6bc076aa911167d6'/>
<id>urn:sha1:ce5e4570204c37f4ac986a2a6bc076aa911167d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- convert to the new perl5 framework</title>
<updated>2013-09-12T05:53:03Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2013-09-12T05:53:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e10369322220c0fa0a0ab68ed222621adf553709'/>
<id>urn:sha1:e10369322220c0fa0a0ab68ed222621adf553709</id>
<content type='text'>
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
</content>
</entry>
<entry>
<title>- Also remove them from pkg-plist lists not from me that crept in</title>
<updated>2010-11-24T06:19:46Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2010-11-24T06:19:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c24f9508d309e0dff7518ac3220b1e9ab6b86d81'/>
<id>urn:sha1:c24f9508d309e0dff7518ac3220b1e9ab6b86d81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This module provides a perl interface to the DCDFLIB. See the section</title>
<updated>2010-11-16T03:04:20Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2010-11-16T03:04:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8a89576841fe5230fc021d8cece8fa649327a9f9'/>
<id>urn:sha1:8a89576841fe5230fc021d8cece8fa649327a9f9</id>
<content type='text'>
on DCDFLIB for more information.

Functions are available for 7 continuous distributions (Beta,
Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two
discrete distributions (Binomial and Negative Binomial). Optional
non-centrality parameters are available for the Chi-square, F and
T-distributions. Cumulative probabilities are available for all 9
distributions and quantile functions are available for the 7
continuous distributions.

WWW:	http://search.cpan.org/dist/Math-CDF/

PR:		ports/152204
Submitted by:	Gea-Suan Lin &lt;gslin at gslin.org&gt;
</content>
</entry>
</feed>
