summaryrefslogtreecommitdiff
path: root/cad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - After recent commit of MPSAFE TTY layer brlcad builds and runs ↵Felippe de Meirelles Motta2008-09-031-4/+0
| | | | | | | successfully on CURRENT, then unbreak it. PR: ports/126746 Reported by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
* Update to 1.8.Maho Nakata2008-09-028-48/+131
| | | | Suggested by: Pedro Giffuni
* Fix plist.Thierry Thomas2008-09-012-83/+86
| | | | Reported by: QAT
* - Fix build by comment out some code according to README.INSTALLRong-En Fan2008-09-011-4/+14
|
* - Rename for the upcoming patchRong-En Fan2008-09-011-0/+0
|
* - Fix patchingRong-En Fan2008-09-011-12/+6
| | | | | PR: ports/127016 Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu>
* - Rename for the upcoming patch (PR 127016)Rong-En Fan2008-09-011-0/+0
|
* Upgrade to 2.2.4.Thierry Thomas2008-08-243-4/+6
| | | | | | | | Note: this adds two integrated mesh partitionners, Metis and Chaco; don't rely to the external ports to avoid conflicts with math/metis-edf (e.g. when installing Code_aster). Full changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>.
* Update to 0.15. Changes include:Hiroki Sato2008-08-233-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | * Editing capabilities. "klayout" in it's basic form still operates as pure viewer. However, a mode is available that enables editing capabilities. See Editor mode quickstart manual for a more detailed description * Some RBA extensions: i.e. conversion from "double" type polygons to "integer" type ones. * A default layer table can be configured in the "Application" tab of the setup dialog. This table will be loaded whenever a layout is opened or created. * A installer for Windows is provided now. * Properties are supported on instances now as well. * Code is compatible with gcc 4.3.0 now. * Enhanced compatibility with SunStudio 11 compiler (in particular in RBA). * Various bug fixes (i.e. in GDS reader and OASIS writer).
* Update to 3.0.2.Hiroki Sato2008-08-222-7/+11
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-218-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* BasicDSP is an educational tool that makes it easy to experiment with simpleDiane Bruce2008-08-1710-0/+150
| | | | | | | Digital Signal Processing algorithms for audio signals. The input can either be taken from the sound card, or be a locally generated sine wave, white noise or impulse signal. The output is fed to the sound card, as well as to a virtual oscilloscope and spectrum analyzer.
* - Fix build after qt 4.4.1 updateMartin Wilke2008-08-041-1/+4
|
* - Update to 8.07.Stanislav Sedov2008-07-272-26/+26
|
* - Update to 9.7.68.Stanislav Sedov2008-07-252-4/+4
|
* - Update to 2.2.9.Stanislav Sedov2008-07-253-5/+9
|
* - Upgrade to 2.2.3Thierry Thomas2008-07-254-55/+67
| | | | | | | | Changelog at <http://geuz.org/gmsh/doc/VERSIONS.txt> - Set USE_FORTRAN to fix blas & lacpack detection; - Respetct NOPORTEXAMPLES.
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-253-5/+1
| | | | MAKE_ENV
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-212-4/+4
| | | | | | - Bump PORTREVISION PR: ports/125435
* - Mark as BROKEN on -CURRENT.Felippe de Meirelles Motta2008-07-131-0/+7
| | | | | | | | | - Add regression-test. PR: ports/124733 Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> Reviewed by: lippe Approved by: gabor (mentor, implicit)
* Upgrade ASTK to 1.6.2-1.Thierry Thomas2008-07-138-66/+47
|
* Upgrade to 5.0.6.Thierry Thomas2008-07-132-5/+4
|
* - Fix dependency on pygtk2Dmitry Marakasov2008-07-111-2/+2
| | | | | | PR: ports/125477 Approved by: maintainer Approved by: miwi (mentor)
* - Change dependency directory, since java/bsh is no lang/bsh.Felippe de Meirelles Motta2008-06-231-2/+2
| | | | | | | - Bump PORTREVISION. Reported by: cperciva Approved by: gabor (mentor, implicit)
* Upgrade to 2.2.2.Thierry Thomas2008-06-222-4/+4
| | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | Approved by: miwi (mentor)
* Upgrade to 2.2.1.Thierry Thomas2008-06-184-25/+15
| | | | Changelog at <http://geuz.org/gmsh/doc/VERSIONS>.
* - Update to 2008.06.08.Stanislav Sedov2008-06-186-81/+13
|
* Fix dependency (m4>=1.4.11). The previous version of m4 (1.4.9)Hiroki Sato2008-06-181-2/+2
| | | | | has a bug in negative number handling and cad/pcb can fail in the configuring stage due to it.
* - Fix pkg-plist in NOPORTDOCS case.Stanislav Sedov2008-06-142-9/+24
| | | | Reported by: itetcu
* Fix pkg-plist.Hiroki Sato2008-06-102-2/+1
| | | | Spotted by: QA Tindy
* Add a missing dependency.Hiroki Sato2008-06-101-1/+2
| | | | | Spotted by: QA Tindy CVS ----------------------------------------------------------------------
* Update to 20080202 snapshot. Changes include:Hiroki Sato2008-06-087-140/+1866
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added a footprin preview in the library window - Added gnome/kde desktop integration files (app and mime icons, and .desktop file) - Added i18n support - Updated dbus support - Fix a number of GCC 4 compiler warnings - Make the gtk gui more robust against malformed menu resource files - Added checking for duplicate hot key definitions in the menu resource file in the gtk gui. - Improved support for building on win32. - Removed automake/autoconf generated files from cvs - Fixed some parallel make bugs - Fixed some scrolling/panning bugs in the gtk gui. - Added the ability to load edif netlists - Closed a number of bugs in the sourceforge tracker - Fix a bg in the x-y output files where the y values were mirrored and offset - Add XRENDER support to the lesstif HID to support layer transparency - Fix some polygon dicer bugs - Fix a handful of bugs in the png export HID - Avoid vias snapping to pins and moving elements snapping to their own pins/pads - Fix a number of undo bugs - Fix printer calibration - Add global puller - Various improvements to the postscript export HID - Improve all the GetXY prompts in the menu resource files - Improved the pin/via report - Improved pin/pad vs grid snapping - Various footprint improvements o fixed some drill sizes o fixed some silk sizes o Added a handful of QFP family footprints o Converted the QFP family to the hi-res format - Added keystone, C&K, Nichicon, and Optek footprint libraries - Add attribute editor to the GTK HID - Add a fileselect() function to the HID spec - Fix ps output with drill helper on - Add a visual indicater when elements are locked - Corrections to the manual - BOM can export in mm as well as mil - Fix a ps output bug with arcs - Fix some memory leaks found with Coverity - Added autoconf test for buggy versions of m4 - Fixed some footprint drill sizes - Add user customizable menus for the gtk HID. The gtk HID now is capable of reading the same format menu resource files as the lesstif HID. This represents significant rework of the menu code and menu callback code. - Added Center() action - Store the file format in the .pcb file. This will let pcb know when presented with a file which is too new. The code for checking the format was present in the prior snapshot. - Fix DRC checking of square pads to square pads - Added window panning/cursor warping - Add the ability to directly load a footprint from a file as if it were a complete layout. - Add a Popup() action - Add polygon clipping code. This is a big change to how polygons are handled. The new code now removes islands and correctly identifies open circuits caused by a trace fully cutting through a polygon. In addition, the RS-274-X output is now simpler and works with some board houses that use older non-conforming sofware. Different styles for thermal reliefs are also now supported as part of the polygon clipper code. - Add support for plugins - Many improvements to the autorouter. - Various improvements to the trace optimizer. - Add a fontmode for editing pcb fonts - Add progress() hook to HID structure - Fix a bug with non-functional windows on some window managers commonly found on OS-X - Add support for controlling pcb via dbus - Fix various bugs which would cause a crash - Add --scale for postscript scaling - Intercept window manager delete events with the GTK gui - Scan the .pcb file for a FileVersion value. This is not written out yet but will be in future versions. - Warn if non-manhattan lines are trying to become pads. - Allow no-solder paste pads to support fiducials - Report in mm or mils as selected by user - Allow reordering of layers - add some more QFN packages - fix building with sun studio c compiler - Made a pcb installation be relocatable. - Convert the m4 libraries to newlib libraries as part of building a distfile. The m4 libraries are still considered the sources and as such are still distributed but this eliminates the need for m4 at runtime for footprints. - Got rid of the pcb wrapper script around pcb-bin. - Remove some old footprints of questionable naming, accuracy, or usefulness. - Get the autosave/backup code working on all GUI's - Fix some drill size rounding in the reports - Changed the backup file name to be derived from the .pcb file name - Added a command line option for DrawGrid - Fix logic for adding new ratlines - Fix gtk grid when board is flipped - Add "find" and "rip-up" buttons to the netlist window - Draw plated holes when exporting - Fix some bugs when converting selection to element - Fix build on cygwin - Enhance the win32/build_pcb script used to generate a non-cygwin windows installer. - Make pcb work under non-cygwin windows
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-0636-24/+36
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 0.2.6.1Pietro Cerutti2008-06-032-5/+6
|
* - Update to 7.12.4Martin Wilke2008-05-304-7/+37
| | | | | PR: 124105 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* - Unbreak: make fetchable againPietro Cerutti2008-05-291-2/+0
| | | | Approved by: miwi (mentor implicit)
* Remove librt dependency because it is not needed actually.Hiroki Sato2008-05-172-1/+2
|
* Chase update to 3.1.10Bruce M Simpson2008-05-172-4/+4
|
* - Update to 9.7.66.Stanislav Sedov2008-05-153-5/+6
|
* Replace local patch with one from vendor.Ion-Mihai Tetcu2008-05-061-11/+99
| | | | | | PR: ports/123407 Submitted by: Pedro F. Giffuni Obtained from: Varkon SVN
* Add a missing patch forgotten in the commit for updating to 0.14.Hiroki Sato2008-05-051-0/+10
|
* Update to 0.14. Changes since version 0.10 include:Hiroki Sato2008-05-055-33/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Several RBA extensions: i.e. alternative methods replacing different 'new' variants by one 'new'. Markers now can be filled. * Fixes for the bugs mentioned in the issues list. * OASIS and GDS writing capabilities. Menu functions are provided to save a layout and single cells as well as RBA extensions that allow to write a layout. See Saving a layout or parts of it for details. * Rulers and markers are drawn with a thin halo in background color to enhance their visibility. This can be switched off in the setup dialog if this is not desired. The following screenshots illustrate the differences: * A couple of RBA extensions: API's for shape properties, rulers and geometry selections. * A bugfix for the OASIS reader (sometimes crashing the reader on CBLOCK-compressed input) * A function to descend into a cell in the hierarchy but keeping the context, which is shown in dimmed colors. This function can be found in the "Display" menu and is called "Descend". To use this function, select a shape or instance inside the cell into which to descend. "Descend" then enters the next cell along the path that leads to the selected shape or instance. * The mouse wheel can be used to zoom in and out. * Shift+right mouse button pressed now allows to "drag" layout in a "Google maps" fashion. * Copy & paste now is available for layers as well. * A ruby console is provided where ruby commands can be executed interactively. * The way how the selection is displayed can be configured now (color, line width and vertex size). * The interrupt signal now is enabled again even if Ruby is activated (Ctrl+C now works again). * Support for arbitrary angles on cell instances. * A bugfix for the OASIS reader (CTRAPEZOIDS have not been read in some cases). The OASIS reader now uses shape arrays to acchieve are smaller memory footprint in some cases. * Multiple transformations are now allowed on layer source expressions (see Transforming views and property selectors for a detailed description). * Rulers now are configurable to a large extent. Multiple ruler templates may be defined from which a certain ruler type can be choosen. Some of the new ruler styles are no longer "rulers" but rather "annotations". See Ruler properties for a description of that feature. * Last, but not least: KLayout now can be scripted to some extend using Ruby as the scripting language. For more information about this feature, see RBA introduction. * Some bugs were fixed in the OASIS implementation. CBLOCK compression now is supported. Forward cell name references (numerical ID is used before being associated with a string) are supported as now. File global properties are now read correctly. A bug reading certain CTRAPEZOID objects was fixed. (Still, forward references are not allowed for text/property strings or property names). * A layout properties dialog has been added that shows basic properties of the layout such as top cells, layers and others. * The "Select Cell" dialog has been enhanced with the capability to hide and show multiple cells in the cell list. * A "zoom fit" mouse gesture was implemented: moving the mouse up and right with the right mouse button pressed now fits the current cell into the window. Moving up and left still zooms out. * A bug in the GDS2 reader, dropping polygon points in rare cases, was fixed
* Don't attempt to build on 5.x.Bruce M Simpson2008-05-051-1/+7
|
* Add GTKWave 3.1.9 port.Bruce M Simpson2008-05-037-0/+89
| | | | | | The 3.x train of GTKWave has significantly more new featured and bugfixes, but would require introducing PORTEPOCH to replace cad/gtkwave. [Timeout on feedback from cad/gtkwave maintainer.]
* - Add missing patchMartin Wilke2008-04-301-0/+38
| | | | Submitted by: pointyhat
* - Allow to build on amd64Martin Wilke2008-04-281-1/+1
| | | | | PR: 123151 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
* - Mark as broken (does not fetch)Pietro Cerutti2008-04-281-0/+2
| | | | Approved by: miwi (mentor implicit)