aboutsummaryrefslogtreecommitdiff
path: root/cad/calculix
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace from line endings in pkg-plist files.Vasil Dimov2006-05-121-1/+1
| | | | | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin) Notes: svn path=/head/; revision=162181
* Update to 1.5Maho Nakata2006-03-1511-109/+274
| | | | | | | | PR: 93682 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=157149
* Fix build for old FreeBSDMaho Nakata2006-03-131-1/+1
| | | | | | | | Submitted by: tdb Approved by: portmgr (linimon) Notes: svn path=/head/; revision=157074
* SHA256ifyEdwin Groothuis2006-01-221-0/+6
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-1/+2
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* Minor cleanups for cad/calculixMaho Nakata2006-01-051-3/+3
| | | | | | | | PR: 91252 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=152772
* update to 1.4Maho Nakata2005-11-1910-48/+161
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=148823
* Update to 1.3Maho Nakata2005-03-1911-97/+230
| | | | | | | | PR: 78958 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=131625
* Fix build (adding missing dependency)Maho Nakata2005-02-091-1/+2
| | | | | | | | PR: 77292 Submitted by: kris via pointyhat, and John Cochran <jdc@fiawol.org> [1] Notes: svn path=/head/; revision=128349
* Fix typoMaho Nakata2005-02-061-3/+3
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=128137
* Fix build with math/spoolesMaho Nakata2005-02-063-4/+10
| | | | Notes: svn path=/head/; revision=128114
* forgot to add a patch...Maho Nakata2005-01-201-0/+10
| | | | Notes: svn path=/head/; revision=126890
* forgot to add some files...Maho Nakata2005-01-202-0/+22
| | | | Notes: svn path=/head/; revision=126889
* Update to 1.2Maho Nakata2005-01-2017-301/+336
| | | | | | | | PR: 75503 Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=126888
* 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