summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update cad/linux-eagle: 4.09r2 -> 4.11Daichi GOTO2003-10-146-24/+78
| | | | | | | | PR: 57853 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=91166
* - Chase libraries to actual math/gsl version.Kirill Ponomarev2003-10-121-1/+1
| | | | | | | Submitted by: kris via bento Notes: svn path=/head/; revision=90942
* NEW port CAD/admeshEdwin Groothuis2003-10-105-0/+53
| | | | | | | | | | A tool to analyze STL (stereolitholigraphy) files. PR: ports/52997 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=90740
* Fix checksums.Edwin Groothuis2003-10-041-1/+1
| | | | | | | | | | | | | | | | | Comparing the old distfile from ftp.freebsd.org and the new one from sourceforge revealled a lot of documentation and code updates, which none looked suspicious. From the PR: Fixed a bug in truss graphics code for all versions. Also, the pre-compiled binary package slffeabin.tgz for is now compiled using dynamic Mesa libraries rather than static. RP: ports/57337 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90229
* ECHO -> ECHO_MSGEdwin Groothuis2003-09-272-3/+3
| | | | | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89489
* Update port: cad/xcircuitEdwin Groothuis2003-09-271-13/+13
| | | | | | | | | | | - ECHO -> ECHO_MSG - pre-fetch -> pre-everything PR: ports/56770 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89487
* 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
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-242-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Update to 1.46.0Erwin Lansing2003-09-092-2/+2
| | | | | | | | PR: 56068 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=88871
* - Tarball was rerolled by author, it contains onlyKirill Ponomarev2003-09-041-1/+1
| | | | | | | bug fixes. Notes: svn path=/head/; revision=88562
* cad/astk-serveur & cad/astk-client: fixing patch + tarball has been rerolled.Edwin Groothuis2003-09-024-3/+3
| | | | | | | | | | | | | | | | | | | 1) This is a common tarball with french/aster: the tarball has been rerolled to fix a bug in ASTK for Linux, but they did not upgrade the version. Our ASTK is not impacted by this change. The full story, in french, is here: <http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>. 2) Since I was testing this upgrade, I have found a bug from the previous commit: the patch patch-lib::ASTK::astkrc::outils does not belong to files, but to files.client => bumping PORTREVISION. PR: ports/56288 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=88323
* [PATCH] cad/xcircuit: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-2/+28
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54918 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88119
* 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
* cad/astk-client: chasing tk83 -> tk84 + defining more tools.Edwin Groothuis2003-08-293-1/+24
| | | | | | | | | | | | | | | | 1) cad/astk-serveur has been switched from tcl/tk 83 to 84 (see Message-ID: <200308170148.h7H1m91d025773@repoman.freebsd.org>) => we have to bump the client's PORTREVISION to chase this upgrade. 2) Since I'm there, I have defined Gmsh & Grace in the tools config. Note: this is missing from the original tarball, and should be fixed within the next release. PR: ports/55707 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=87954
* - Update to version 0.14Kirill Ponomarev2003-08-262-2/+2
| | | | | | | | PR: 55998 Submitted by: Ports Fury Notes: svn path=/head/; revision=87740
* update cat/gmsh: fix small typoDaichi GOTO2003-08-251-1/+1
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=87645
* Update to CAD/feltEdwin Groothuis2003-08-255-9/+741
| | | | | | | | | | | | A did some minor cleanup of the port, hopefully this will work on gcc-3.3. I suggest this port is moved to the science category, along with freefem and femlab. PR: ports/54964 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=87626
* Bump PORTREVISION after lang/python's changing default toHye-Shik Chang2003-08-231-0/+1
| | | | | | | | | BUILD_STATIC. This affects to python embedding programs only. Submitted by: olgeni Notes: svn path=/head/; revision=87536
* update cad/gmsh: add USE_TRIANGLE knobDaichi GOTO2003-08-222-2/+20
| | | | | | | | PR: 55859 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=87481
* update cad/gmsh: 1.45.1 -> 1.45.2Daichi GOTO2003-08-212-2/+2
| | | | | | | | PR: 55756 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=87426
* update cad/xcircuit: 3.1.15 -> 3.1.18Daichi GOTO2003-08-203-13/+11
| | | | | | | | PR: 55417 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=87336
* - Update to version 0.14Kirill Ponomarev2003-08-182-3/+7
| | | | | | | | PR: 55684 Submitted by: Ports Fury Notes: svn path=/head/; revision=87190
* Switch to tcl/tk 8.4 and bump PORTREVISION.Kris Kennaway2003-08-171-3/+3
| | | | Notes: svn path=/head/; revision=87100
* unbreaking on Alpha (and maybe on other 64bit platforms (untested))Oliver Lehmann2003-08-134-14/+49
| | | | | | | | | | bump PORTREVISION Submitted by: Thierry Thomas <thierry@pompo.net> PR: ports/55544 Notes: svn path=/head/; revision=86893
* 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
* As announced on May 6, remove the broken sis port.Kris Kennaway2003-08-0835-1233/+0
| | | | Notes: svn path=/head/; revision=86541
* As announced on May 6, remove the broken pisces port.Kris Kennaway2003-08-0823-1102/+0
| | | | Notes: svn path=/head/; revision=86540
* replace PERL -pi by REINPLACE_CMDOliver Lehmann2003-08-031-4/+5
| | | | | | | | | PR: 47653 Submitted by: Simon Schubert <corecode@corecode.ath.cx> Approved by: maintainer Notes: svn path=/head/; revision=86232
* Release maintainership of ports due to personal technical difficulties.Christian Weisgerber2003-07-301-1/+1
| | | | | | | Submitted by: Serge Gagnon Notes: svn path=/head/; revision=85940
* fix cad/astk-serveur: fixing RUN_DEPENDSDaichi GOTO2003-07-281-4/+9
| | | | | | | | PR: 54917 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=85710
* 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
* mark both conflicting each other (they are installing both a same named binary)Oliver Lehmann2003-07-241-0/+2
| | | | | | | Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=85551
* Update to 1.7.3 and fix unfetchable distfileOliver Lehmann2003-07-237-67/+78
| | | | | | | | PR: ports/53070 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Notes: svn path=/head/; revision=85468
* Add gmsh 1.45.1, an automatic 3D finite element mesh generator.Oliver Lehmann2003-07-235-0/+102
| | | | | | | | PR: 52201 Submitted by: Pedro Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=85448
* Add astk-client , graphical interface for Code_Aster (client side).Oliver Lehmann2003-07-232-0/+18
| | | | | | | | PR: 54765 Submitted by: thierry@pompo.net Notes: svn path=/head/; revision=85437
* Add astk-serveur 1.0.14,Oliver Lehmann2003-07-2310-0/+438
| | | | | | | | | | | graphical interface for Code_Aster (server side). PR: 54764 Submitted by: thierry@pompo.net Notes: svn path=/head/; revision=85435
* Add metis-edf 3, meshes partionning tool used by Code_Aster.Oliver Lehmann2003-07-238-0/+121
| | | | | | | | PR: 53909 Submitted by: thierry@pompo.net Notes: svn path=/head/; revision=85421
* Note Patch level 1 and 2 + update the documentation URL.Oliver Lehmann2003-07-221-6/+4
| | | | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=85340
* The tar.Z file disappeared on the ftp. Use the tar.gz file instead.Oliver Lehmann2003-07-212-2/+1
| | | | | | | | MD5 Checksum changed. A diff -ruN old new showed up that the content is identical. Notes: svn path=/head/; revision=85311
* 1. REAL cleaning on this port. The files dir is now organized so theMaho Nakata2003-07-1943-976/+808
| | | | | | | | | | | | | | | | | | | | | | | | | | port can be maintained: previously there were multifile patches and several patches for the same file, now it is a lot cleaner. 2. I also merged a memory leak fix and some fixes from spice3f5-spaghetti. 4. MFB and removed GNUREADLINE support 5. honor CFLAGS and CC. 6. Add documentation. 7. Maho didn't change the name of port spice to spice3. because spice4 might :) appear in the future. version number should be listed on *only* PORTVERSION. 8. drom maintainership PR: 54603 Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=85167
* Honor CXXFLAGS.Maho Nakata2003-07-192-5/+5
| | | | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=85161
* Partial fix for builds with gcc 3.3. This still blows up later on.Kris Kennaway2003-07-181-0/+10
| | | | Notes: svn path=/head/; revision=85094
* Remove Makefile~; of course it isMaho Nakata2003-07-131-78/+0
| | | | | | | | | unnecessary Pointy hat to: myself Notes: svn path=/head/; revision=84803
* Add new port cad/tochnogMaho Nakata2003-07-1312-0/+555
| | | | | | | | | | | | | tochnog is a free finite element program with many features which is distributed under GPL. TOCHNOG accepts free format input. Boundary conditions can be imposed at geometrical entities, as well as nodes and elements. PR: 52088 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=84798
* 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
* a. This patch adds the documentation and makesMaho Nakata2003-07-074-41/+763
| | | | | | | | | | | other changes to make the program easier to configure and use. b. Drop the maintainership. PR: 53603 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=84414
* Add Macquarie University patches:Maho Nakata2003-06-304-7/+3127
| | | | | | | | | | | | - new spec command for spectral analysis - JFET level 2 model PATCHLEVEL is now 2 PR: 52410 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=83927
* 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