<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/p5-Math-ConvexHull, branch release/10.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F10.4.0'/>
<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>- add stage support</title>
<updated>2014-01-30T09:42:48Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2014-01-30T09:42:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9ec58fca2181e62f9f6895c8e5c2fbc76efbb374'/>
<id>urn:sha1:9ec58fca2181e62f9f6895c8e5c2fbc76efbb374</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 new perl framework</title>
<updated>2013-08-05T15:05:29Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2013-08-05T15:05:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=43f0c9f153cbb6a2e3db53e004582f6729057928'/>
<id>urn:sha1:43f0c9f153cbb6a2e3db53e004582f6729057928</id>
<content type='text'>
- Trim Makefile header

Approved by:	tobez@ (maintainer)
</content>
</entry>
<entry>
<title>- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.</title>
<updated>2011-06-21T06:58:49Z</updated>
<author>
<name>Andrej Zverev</name>
<email>az@FreeBSD.org</email>
</author>
<published>2011-06-21T06:58:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=302b9a7c365150a9d9518945d25c710ae4a13d4c'/>
<id>urn:sha1:302b9a7c365150a9d9518945d25c710ae4a13d4c</id>
<content type='text'>
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
</content>
</entry>
<entry>
<title>Update to 1.04.</title>
<updated>2011-02-14T12:08:38Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2011-02-14T12:08:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b913778476a4e52d7cb15110e8a0559e0923dae4'/>
<id>urn:sha1:b913778476a4e52d7cb15110e8a0559e0923dae4</id>
<content type='text'>
Changes:	http://search.cpan.org/dist/Math-ConvexHull/Changes
</content>
</entry>
<entry>
<title>Update to 1.03.</title>
<updated>2008-07-02T08:28:43Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2008-07-02T08:28:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d50dfeb949f859ae75d7b67f15757fe0cf8b20f5'/>
<id>urn:sha1:d50dfeb949f859ae75d7b67f15757fe0cf8b20f5</id>
<content type='text'>
Changes: http://search.cpan.org/dist/Math-ConvexHull/Changes
</content>
</entry>
<entry>
<title>- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.</title>
<updated>2008-04-17T14:30:31Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2008-04-17T14:30:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4aaab89f578233fc117be25797258ca7e2ed882d'/>
<id>urn:sha1:4aaab89f578233fc117be25797258ca7e2ed882d</id>
<content type='text'>
PR:		ports/122674
Submitted by:	Philip M. Gollucci &lt;pgollucci@p6m7g8.com&gt;
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
</content>
</entry>
<entry>
<title>Update to 1.02.</title>
<updated>2007-09-19T10:05:01Z</updated>
<author>
<name>Anton Berezin</name>
<email>tobez@FreeBSD.org</email>
</author>
<published>2007-09-19T10:05:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3f994b22ca4753df7dce6a0d6baa80b601b16062'/>
<id>urn:sha1:3f994b22ca4753df7dce6a0d6baa80b601b16062</id>
<content type='text'>
Changes:
http://search.cpan.org/src/SMUELLER/Math-ConvexHull-1.02/Changes
</content>
</entry>
<entry>
<title>Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.</title>
<updated>2007-09-08T01:12:10Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2007-09-08T01:12:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9839011ec3910790376ce9ace5e2a1c5bcb2781f'/>
<id>urn:sha1:9839011ec3910790376ce9ace5e2a1c5bcb2781f</id>
<content type='text'>
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
</content>
</entry>
</feed>
