aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Polygon-Tree
Commit message (Collapse)AuthorAgeFilesLines
* - 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