summaryrefslogtreecommitdiff
path: root/cad
AgeCommit message (Collapse)Author
2007-07-28- Update to 36Pav Lucistnik
PR: ports/114947 Submitted by: Sven Esbjerg <fbsd-ports@xbsd.net> (maintainer)
2007-07-23- Upgrade to 2.0.8;Thierry Thomas
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS> - Now we are allowed to package Gmsh built with Tetgen: thanks to Pedro F. Giffuni, the author granted the FreeBSD project to redistribute it. However, redistribution of Triangle has not yet been granted, then: . build the default package with Tetgen and Triangle; . set NO_CDROM if Triangle is not disabled; . explain the conditions in post-installation message. Suggested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
2007-07-23- Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan
supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
2007-07-21'actually' pass maintainershipYing-Chieh Liao
2007-07-21upgrade to 2.12.aYing-Chieh Liao
pass maintainership to submitter PR: 114768 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
2007-07-19- Remove USE_GNUCONFIG, which is a noopGabor Kovesdan
- portlint(1) PR: ports/114283 Submitted by: gabor Approved by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
2007-07-17Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata
Approved by: maitainer
2007-07-16Fix desktopdir entry.Thierry Thomas
Reported by: pointyhat via Pav.
2007-07-14Now we use USE_FORTRAN=g77 to use FORTRAN compiler.Maho Nakata
2007-07-12Now we use USE_FORTRAN=yes to use FORTRAN.Maho Nakata
2007-07-09Add distinfo for WITH_EXAMPLE as well.Maho Nakata
Submitted by: "Pedro F. Giffuni"
2007-07-07Upgrade to 20070702.Thierry Thomas
Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
2007-07-06- Update to 4.16r2Martin Wilke
- Allow build with amd64 PR: 113871 Submitted by: Thomas Zander <riggs@rrr.de> (maintainer)
2007-07-05dyeske at yahoo dot com -> dyeske at gmail dot comEdwin Groothuis
2007-07-03- Mark BROKEN on CURRENT: does not build with GCC 4.2Pav Lucistnik
2007-07-02- Update to 0.0.12Martin Wilke
PR: 114071 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-06-30- Upgrade to 1.5.2-1;Thierry Thomas
- PBS can be provided by Torque; - One more tip to configure astk-client.
2007-06-29- Change my mail address to araujo@.Marcelo Araujo
Approved by: stas (mentor)
2007-06-29chase math/gsl lib versionYing-Chieh Liao
2007-06-18Fix compilation with gcc.42.Michael Reifenberger
Two debugging outputs where commented out as suggested by the author.
2007-06-09- Add backup MASTER_SITESMartin Wilke
PR: 112382 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
2007-06-05A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.Boris Samorodov
Discussed at: freebsd-ports@
2007-06-04- Update to 7.10.0Martin Wilke
PR: 111484 Submitted by: Erik Greenwald <erikg@arl.army.mil> (maintainer)
2007-06-04- Update MASTER_SITESMartin Wilke
PR: 113140 Submitted by: Craig Butler <craig001@lerwick.hopto.org>
2007-06-02Update to 0.10. Changes include:Hiroki Sato
- OASIS files can be read as well now. The reader automatically determines the kind of file. OASIS layer names are supported. Due to the complexity of the OASIS specification, or more precisely the effort required to test a reader for meeting the specification, OASIS support currently is regarded to be in "beta" state. - Layers can now be organized hierarchically. Layers can be grouped which allows to control visibility and other properties for the group as a whole. Layers can be removed from the layer view list or new layer views can be created. - The layout can be transformed (rotated, shifted, mirrored) now. This transformation is specified in the layer panel as a part of the layer source specification. An optional transformation can be applied per layer or layer group. This way for example, different layouts can be aligned over each other. - Shape properties now are supported. Each shape may carry optional properties that are read from GDS or OASIS files. A property selector can be applied per layer view, so that a layer only shows these shapes that match the given property selection. - As an experimental feature, the inverse layout tree can be visualised by allowing the minimum hierarchy level to go into the negative range. The effect of this is, that a cell is shown in the context of all of it's direct parents, if the first hierarchy level is set to -1. If set to -2, the cell is shown in the context of all of it's parents and grandparents and so on. Since there is no particular optimiziation for this feature, performance may be poor, if a cell must be painted in a huge number of contexts. In addition, the context displayed does not participate in selection or ruler snapping.
2007-06-02Add a patch for build failure when $DISPLAY is not set.Hiroki Sato
Spotted by: pointyhat
2007-06-01Link with WildMagic's shared libraries to fix on 64 bits platforms.Thierry Thomas
Reported by: pointyhat via Kris
2007-05-30- Unbreak with gcc-4.2 (some patches from the author, some inspired fromThierry Thomas
Debian); - Add IGES and STEP support with OpenCascade.
2007-05-29- Update to 2.2.7.Stanislav Sedov
2007-05-27BROKEN with gcc 4.2Kris Kennaway
2007-05-26BROKEN with gcc 4.2Kris Kennaway
2007-05-26FreeCAD is an OpenSource CAD/CAE, based on OpenCasCade, QT and Python.Thierry Thomas
It features some key concepts like macro recording, workbenches, ability to run as a server and dynamically loadable application extensions and it is designed to be platform independent. Warning: FreeCAD is still in ALPHA state and not in shape for end user usage! <http://juergen-riegel.net/FreeCAD/Docu/> Suggested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
2007-05-26USE_GL is no more sufficient, a dependence on libGLU must be added.Thierry Thomas
Reported by: pointyhat via Kris
2007-05-26Upgrade to 2007.05.25 and switch to wxWidgets-2.8.Thierry Thomas
Note: Python bindings not yet enabled.
2007-05-22Fix build breakage due to binary file renaming of devel/qt4-moc andHiroki Sato
devel/qt4-uic. Approved by: portmgr (erwin)
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-04-29GDT (graphics data text) format translator written in C/C++ thatHiroki Sato
converts a binary gdsii file to a text format that is compact and easy to parse.
2007-04-29p5-GDS2, a Perl module for quickly creating programs to read and/orHiroki Sato
write GDS2 files.
2007-04-28KLayout is a Qt-based GDS2 viewer.Hiroki Sato
2007-04-28FindHier is a road-map generator for Magic/CIF/gdsII/PCSTR/GED/TeX.Hiroki Sato
---When you have a large number of or big layout/schematic/TeX files which have possibly many top cells made by other people, how can you manage those layout/schematic/TeXs? FH is written for that. It can be useful up to your imagination or shell programming skill. FH analyses the hidden hierarchies of those cells and shows you the hierarchy information.
2007-04-28GDSreader is a simple Calma (GDSii) parser/printer tool.Hiroki Sato
2007-04-27- Update to 2.2.5.Stanislav Sedov
2007-04-23Upgrade to 2.0.7.Thierry Thomas
Notified by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com>
2007-04-232007-04-12 cad/geda-projectmanager: project deadMartin Wilke
2007-04-19 audio/xmpeg3: does not work
2007-04-21Add a work-around to fix build with gcc 4.1 on pointyhat.Thierry Thomas
Reported by: pointyhat via Kris Obtained from: Open Cascade
2007-04-15- Use termios.hMartin Wilke
PR: 110440 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
2007-04-12Really chase the changes in Mk/bsd.tcl.mk.Thierry Thomas
2007-04-11- Update to 0.0.4Martin Wilke
- Drop FreeBSD 4.X gruft PR: 111472 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
2007-04-10- Update to 2007.03.29.Stanislav Sedov
2007-04-10Fix a cut-and-paste error in the pre-everything target.Mark Linimon