aboutsummaryrefslogtreecommitdiff
path: root/cad/calculix
Commit message (Collapse)AuthorAgeFilesLines
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-2/+2
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* The CalculiX authors ahve fixed a segmentation faultNorikatsu Shigemura2003-09-253-1/+29
| | | | | | | | | | | with a minor change in the cgx distfile. PR: ports/57071 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Approved by: maho Notes: svn path=/head/; revision=89295
* Unbreak for 4-STABLE with ad hoc patch.Maho Nakata2003-08-301-0/+127
| | | | | | | | | | | replace _toupper to toupper. _toupper is a macro defined at 5-CURRENT in ctype.h so it doesn't harm for both. Submitted by: bento Notes: svn path=/head/; revision=88030
* Rename the name of the patch. just a typoMaho Nakata2003-08-091-0/+0
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=86619
* fix a problem when deleting exampledirMaho Nakata2003-08-081-7/+7
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=86600
* update to 1.1Maho Nakata2003-08-0820-245/+275
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=86596
* Unbreak for 4-STABLE with ad hoc patch.Maho Nakata2003-07-271-0/+127
| | | | | | | | | | replace _toupper to toupper. _toupper is a macro defined at 5-CURRENT in ctype.h Submitted by: kris (bento's log) Notes: svn path=/head/; revision=85653
* a) patch-cgx_1.0+src+readcxx.c is not needed anymore since weMaho Nakata2003-07-124-127/+42
| | | | | | | | | | | | | fixed the spooles port b) there are three (small) missing patches from the experimental tree that are not in the files dir. Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Reviewed by: maho Notes: svn path=/head/; revision=84725
* some cleanupsMaho Nakata2003-06-304-29/+853
| | | | | | | | | | | 1. add documents/examples 2. slight patches PR: 52018 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=83925
* Fix broken for 4-STABLE:Maho Nakata2003-05-102-5/+131
| | | | | | | | | | | | | 1. ports/math/spooles uses threading, so add pthread explicitly for 5.1-BETA we don't ever need it. 2. _toupper should be a macro version of subset of toupper. See the difference between ctype.h of 5.1-BETA and 4-STABLE. However, I don't see the reason why it cgx uses _toupper (thread safety?). Pointed out by: kris Notes: svn path=/head/; revision=80577
* A Three-Dimensional Structural Finite Element ProgramMaho Nakata2003-05-057-0/+174
Submitted by : Pedro F. Giffuni <giffunip@yahoo.com> Almost writeen by: maho Notes: svn path=/head/; revision=80178