<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/p5-Math-FFT, branch 2021Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-10-25T19:04:40Z</updated>
<entry>
<title>math/p5-Math-FFT: Update version 1.34=&gt;1.36</title>
<updated>2020-10-25T19:04:40Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2020-10-25T19:04:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7a91fed283127e7cab60a5eb3cffb9e508b7e6e9'/>
<id>urn:sha1:7a91fed283127e7cab60a5eb3cffb9e508b7e6e9</id>
<content type='text'>
Relnotes:	https://metacpan.org/changes/distribution/Math-FFT
</content>
</entry>
<entry>
<title>Update WWW</title>
<updated>2018-05-27T20:15:16Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2018-05-27T20:15:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ad4f267b7a2606a97d9e9b015928a8ece70689d4'/>
<id>urn:sha1:ad4f267b7a2606a97d9e9b015928a8ece70689d4</id>
<content type='text'>
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
</content>
</entry>
<entry>
<title>Fix license information for portgs that use "the same license as Perl".</title>
<updated>2017-09-15T08:58:46Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-09-15T08:58:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cb41fc662313ab27e3a613a60d4b23ce1729fe98'/>
<id>urn:sha1:cb41fc662313ab27e3a613a60d4b23ce1729fe98</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>math/p5-Math-FFT: Update version 1.32=&gt;1.34</title>
<updated>2017-04-09T18:20:34Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2017-04-09T18:20:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2c91650067eb394a34153d729628cb06548499cb'/>
<id>urn:sha1:2c91650067eb394a34153d729628cb06548499cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>math/p5-Math-FFT: Update version 1.28=&gt;1.32</title>
<updated>2015-06-02T10:17:28Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2015-06-02T10:17:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d2af0c20d0fb57ff73b611e71dcda3400fd7629b'/>
<id>urn:sha1:d2af0c20d0fb57ff73b611e71dcda3400fd7629b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change my non-FreeBSD MAINTAINER mail to bofh@</title>
<updated>2014-12-24T00:14:11Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2014-12-24T00:14:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6d2e8f9aebbcd9134425dfb7bef6619062bee6ec'/>
<id>urn:sha1:6d2e8f9aebbcd9134425dfb7bef6619062bee6ec</id>
<content type='text'>
Approved by:	bapt
</content>
</entry>
<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>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 LICENSE</title>
<updated>2014-05-09T03:42:30Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2014-05-09T03:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ba21291f70cad2b63b162abdfd07d8496bcf348d'/>
<id>urn:sha1:ba21291f70cad2b63b162abdfd07d8496bcf348d</id>
<content type='text'>
- Pass maintainership to submitter

PR:		ports/189305
Submitted by:	Muhammad Moinur Rahman &lt;5u623l20@gmail.com&gt;
</content>
</entry>
<entry>
<title>Support STAGEDIR.</title>
<updated>2013-11-05T06:56:18Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2013-11-05T06:56:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5e06901c396343ef79137207320bdbb383435cbb'/>
<id>urn:sha1:5e06901c396343ef79137207320bdbb383435cbb</id>
<content type='text'>
</content>
</entry>
</feed>
