aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Polygon-Tree
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Cleanup dependencies on lang/p5-Scalar-List-Utils.Mathieu Arnold2016-03-311-1/+1
| | | | | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=412231
* - Update to 0.08Dmitry Marakasov2015-05-142-4/+5
| | | | | | | | - Add test depends - Switch from broken p5-Math-Geometry-Planar-GPC-Polygon to p5-Math-Geometry-Planar-GPC-PolygonXS Notes: svn path=/head/; revision=386326
* - Update to 0.07Dmitry Marakasov2015-01-232-4/+3
| | | | Notes: svn path=/head/; revision=377739
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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 Notes: svn path=/head/; revision=373448
* - Cleanup plistDmitry Marakasov2014-09-222-5/+1
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=368898
* - Support stagingDmitry Marakasov2013-10-012-3/+1
| | | | Notes: svn path=/head/; revision=328921
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327032
* - Trim Makefile headersDmitry Marakasov2013-07-122-6/+2
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - Update to 0.05Dmitry Marakasov2013-01-302-3/+3
| | | | Notes: svn path=/head/; revision=311274
* - Get rid of SITE_PERL in my portsDmitry Marakasov2012-06-061-4/+4
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298617
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-211-1/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=275968
* Math::Polygon::Tree creates a B-tree of polygon parts for fast checkDmitry Marakasov2011-03-124-0/+41
if object is inside this polygon. This method is effective if polygon has hundreds or more segments. WWW: http://search.cpan.org/dist/Math-Polygon-Tree/ Notes: svn path=/head/; revision=270721