aboutsummaryrefslogtreecommitdiffstats
path: root/math/wfmath
Commit message (Collapse)AuthorAgeFilesLines
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-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)
* update of the worldfordge suiteoliver2013-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
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-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.
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
| | | | Reported by: pointyhat
* Remove more tags from pkg-descr files fo the form:dougb2011-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.
* big WorldForge update:oliver2011-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
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* update wfmath to 0.3.10oliver2010-01-022-4/+4
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with M
* update to 0.3.9oliver2009-02-073-4/+5
|
* update to 0.3.8oliver2008-11-222-4/+4
|
* update to 0.3.7oliver2007-12-122-4/+4
|
* update to 0.3.6oliver2007-09-192-6/+5
| | | | do not force the usage of gcc 3.4, the ports are now gcc 4 ready
* update wfmath to 0.3.5oliver2006-08-213-5/+5
|
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* fix build on 4oliver2005-10-042-9/+4
|
* take maintainershipoliver2005-09-301-1/+1
| | | | Approved by: maintainer
* update to 0.3.4oliver2005-09-283-26/+5
| | | | Approved by: maintainer
* Worldforge math library. The primary focus of WFMath is geometric objects.pav2005-02-105-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)