aboutsummaryrefslogtreecommitdiff
path: root/math/wfmath
Commit message (Collapse)AuthorAgeFilesLines
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* update of the worldfordge suiteOliver Lehmann2013-01-193-51/+49
| | | | | | | | | | | | | devel/eris: 1.3.21 devel/mercator: 0.3.2 devel/varconf: 1.0.0 math/wfmath: 1.0.1 net/cyphesis: 0.6.0 net/skstream: 0.3.9 games/ember: 0.7.0 Notes: svn path=/head/; revision=310647
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284620
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* big WorldForge update:Oliver Lehmann2011-04-293-4/+4
| | | | | | | | | | | | update eris to 1.3.18 update wfmath to 0.3.11 update skstream to 0.3.8 update mercator to 0.3.0 update ember to 0.6.1 update cyphesis to 0.5.26 Notes: svn path=/head/; revision=273315
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* update wfmath to 0.3.10Oliver Lehmann2010-01-022-4/+4
| | | | Notes: svn path=/head/; revision=246983
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* update to 0.3.9Oliver Lehmann2009-02-073-4/+5
| | | | Notes: svn path=/head/; revision=227756
* update to 0.3.8Oliver Lehmann2008-11-222-4/+4
| | | | Notes: svn path=/head/; revision=223197
* update to 0.3.7Oliver Lehmann2007-12-112-4/+4
| | | | Notes: svn path=/head/; revision=203017
* update to 0.3.6Oliver Lehmann2007-09-192-6/+5
| | | | | | | do not force the usage of gcc 3.4, the ports are now gcc 4 ready Notes: svn path=/head/; revision=199759
* update wfmath to 0.3.5Oliver Lehmann2006-08-213-5/+5
| | | | Notes: svn path=/head/; revision=171108
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* fix build on 4Oliver Lehmann2005-10-032-9/+4
| | | | Notes: svn path=/head/; revision=144120
* take maintainershipOliver Lehmann2005-09-301-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=143837
* update to 0.3.4Oliver Lehmann2005-09-283-26/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=143701
* Worldforge math library. The primary focus of WFMath is geometric objects.Pav Lucistnik2005-02-095-0/+100
Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, matricies). PR: ports/77046 Submitted by: jannisan@t-online.de (Jan Rochel) Notes: svn path=/head/; revision=128419