aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Geometry-Planar-GPC-Polygon
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2015-12-304-41/+0
| | | | | | | | | | | | | | | | | | 2015-12-30 www/ocsigen: Broken for more than 6 months 2015-12-30 devel/monodevelop-database: Broken for more than 6 months 2015-12-30 lang/cduce: Broken for more than 6 months 2015-12-30 science/hdf-java: Broken for more than 6 months 2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6 months 2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen 2015-12-30 audio/py-fastaudio: Broken for more than 6 months 2015-12-30 devel/jgoodies-common: Broken for more than 6 months 2015-12-30 graphics/pinta: Broken for more than 6 months 2015-12-30 games/kanatest: Broken for more than 6 months 2015-12-30 editors/bless: Broken for more than 6 months 2015-12-30 security/burpsuite: Broken for more than 6 months Notes: svn path=/head/; revision=404882
* Deprecate ports broken for more than 6 monthsAntoine Brodin2015-11-291-0/+2
| | | | Notes: svn path=/head/; revision=402586
* - Mark BROKEN, the module is not usableDmitry Marakasov2015-05-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error may be reproduced by `make test': --- The extension 'Math::Geometry::Planar::GPC::Polygon' is not properly installed in path: 'blib/arch' If this is a CPAN/distributed module, you may need to reinstall it on your system. To allow Inline to compile the module in a temporary cache, simply remove the Inline config option 'VERSION=' from the Math::Geometry::Planar::GPC::Polygon module. at blib/lib/Math/Geometry/Planar/GPC/Polygon.pm line 32. BEGIN failed--compilation aborted at blib/lib/Math/Geometry/Planar/GPC/Polygon.pm line 32. Compilation failed in require at test.pl line 9. BEGIN failed--compilation aborted at test.pl line 9. --- This module may be replaced by p5-Math-Geometry-Planar-GPC-PolygonXS: it's confirmed to work with all consumers currently in the ports tree (math/p5-Math-Polygon-Tree and converters/osm2mp), however I'm not sure about other consumers, so I'm not removing/deprecating this port right away. Notes: svn path=/head/; revision=386330
* - Update *_DEPENDSSunpoet Po-Chuan Hsieh2015-01-032-13/+11
| | | | | | | | | | - Add LICENSE [1] - Bump PORTREVISION for dependency and package change Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=376096
* - Fix stripDmitry Marakasov2014-12-101-0/+2
| | | | | | | Suggested by: mat Notes: svn path=/head/; revision=374464
* - Fix stripDmitry Marakasov2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374453
* - Strip libraryDmitry Marakasov2014-12-091-0/+3
| | | | Notes: svn path=/head/; revision=374391
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-221-11/+0
| | | | Notes: svn path=/head/; revision=368867
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=357300
* - Fix plistDmitry Marakasov2014-02-072-11/+13
| | | | Notes: svn path=/head/; revision=343177
* - Support stagingDmitry Marakasov2013-10-012-15/+11
| | | | | | | - Fix plist Notes: svn path=/head/; revision=328923
* 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
* - Get rid of SITE_PERL in my portsDmitry Marakasov2012-06-061-2/+2
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298617
* - Add missing RUN_DEPENDDmitry Marakasov2011-06-211-0/+2
| | | | Notes: svn path=/head/; revision=276002
* Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc libraryDmitry Marakasov2011-03-124-0/+47
WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/ Notes: svn path=/head/; revision=270720