aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.bsam2007-06-061-4/+0
| | | | Discussed at: freebsd-ports@
* - Update to 7.10.0miwi2007-06-055-427/+1380
| | | | | PR: 111484 Submitted by: Erik Greenwald <erikg@arl.army.mil> (maintainer)
* - Update MASTER_SITESmiwi2007-06-041-1/+1
| | | | | PR: 113140 Submitted by: Craig Butler <craig001@lerwick.hopto.org>
* Update to 0.10. Changes include:hrs2007-06-026-47/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Add a patch for build failure when $DISPLAY is not set.hrs2007-06-021-2/+19
| | | | Spotted by: pointyhat
* Link with WildMagic's shared libraries to fix on 64 bits platforms.thierry2007-06-022-4/+23
| | | | Reported by: pointyhat via Kris
* - Unbreak with gcc-4.2 (some patches from the author, some inspired fromthierry2007-05-3114-23/+232
| | | | | | Debian); - Add IGES and STEP support with OpenCascade.
* - Update to 2.2.7.stas2007-05-293-22/+13
|
* BROKEN with gcc 4.2kris2007-05-272-0/+8
|
* BROKEN with gcc 4.2kris2007-05-271-0/+4
|
* FreeCAD is an OpenSource CAD/CAE, based on OpenCasCade, QT and Python.thierry2007-05-2737-0/+865
| | | | | | | | | | | | 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>
* USE_GL is no more sufficient, a dependence on libGLU must be added.thierry2007-05-261-1/+3
| | | | Reported by: pointyhat via Kris
* Upgrade to 2007.05.25 and switch to wxWidgets-2.8.thierry2007-05-268-146/+156
| | | | Note: Python bindings not yet enabled.
* Fix build breakage due to binary file renaming of devel/qt4-moc andhrs2007-05-222-4/+4
| | | | | | devel/qt4-uic. Approved by: portmgr (erwin)
* - Welcome X.org 7.2 \o/.flz2007-05-2055-35/+57
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* GDT (graphics data text) format translator written in C/C++ thathrs2007-04-297-0/+112
| | | | | converts a binary gdsii file to a text format that is compact and easy to parse.
* p5-GDS2, a Perl module for quickly creating programs to read and/orhrs2007-04-295-0/+73
| | | | write GDS2 files.
* KLayout is a Qt-based GDS2 viewer.hrs2007-04-297-0/+86
|
* FindHier is a road-map generator for Magic/CIF/gdsII/PCSTR/GED/TeX.hrs2007-04-2911-0/+213
| | | | | | | | ---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.
* GDSreader is a simple Calma (GDSii) parser/printer tool.hrs2007-04-295-0/+82
|
* - Update to 2.2.5.stas2007-04-274-24/+24
|
* Upgrade to 2.0.7.thierry2007-04-242-4/+4
| | | | Notified by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com>
* 2007-04-12 cad/geda-projectmanager: project deadmiwi2007-04-235-63/+0
| | | | 2007-04-19 audio/xmpeg3: does not work
* Add a work-around to fix build with gcc 4.1 on pointyhat.thierry2007-04-221-1/+6
| | | | | Reported by: pointyhat via Kris Obtained from: Open Cascade
* - Use termios.hmiwi2007-04-162-2/+27
| | | | | | PR: 110440 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
* Really chase the changes in Mk/bsd.tcl.mk.thierry2007-04-131-5/+2
|
* - Update to 0.0.4miwi2007-04-122-13/+12
| | | | | | | - Drop FreeBSD 4.X gruft PR: 111472 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
* - Update to 2007.03.29.stas2007-04-112-4/+4
|
* Fix a cut-and-paste error in the pre-everything target.linimon2007-04-101-1/+1
|
* Adapt USE_TCL to the latest syntax and define USE_TCL_THREADS.thierry2007-04-081-1/+3
| | | | Reported by: pointyhat via Kris
* - Update to 0.8.4.stas2007-04-044-39/+4
|
* - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-031-1/+1
| | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
* Oops... Local files mismatch, I committed the previous version!thierry2007-04-012-4/+6
|
* A Qt based application for tutorial to Open CASCADE Technology.thierry2007-04-017-0/+183
|
* - Upgrade to 2.0.6thierry2007-04-013-12/+106
| | | | - Enable support for MED, HDF5, CGNS, STEP, IGES and BREP (OCC).
* Open CASCADE Technology is a software development platform freely available inthierry2007-04-0164-0/+49890
| | | | | | | | | | | | open source. It includes components for 3D surface and solid modeling, visualization, data exchange and rapid application development. Open CASCADE Technology can be best applied in development of numerical simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM applications. BUGS: the module WOK does not work, but the other modules (the most interesting parts) are OK.
* - Fix buildmiwi2007-03-293-1/+22
| | | | | PR: 11102 Submitted by: trasz
* - Change my email.stas2007-03-282-2/+2
| | | | Suggested by: skv
* - Update to 9.7.47.stas2007-03-272-4/+4
|
* - Update to 0.0.11miwi2007-03-263-4/+39
| | | | | PR: 110813 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Make fetchablemaho2007-03-254-28/+25
| | | | | | | | | | | | | | | | | Two distfiles (ccx_1.6.src.tar.bz2 cgx_1.6.all.tar.bz2) are rerolled without changing filename. Changes in ccx_1.6.src.tar.bz2 According to ccx_1.6/src/LOG-BOOK: > 22 Feb 2006 - corrected an error in mafillsm.f > 25 Feb 2006 - made a change in map3dto1d2d.f, arpack.c and arpackcs.c > (rotational speed needed for stiffness matrix in > frequency calculations) Changes in cgx_1.6.all.tar.bz2 All are just minor fixes. Spotted by: kris
* BROKEN: Unfetchablekris2007-03-251-0/+2
|
* - COPYTREE_* are now part of bsd.port.mkpav2007-03-241-7/+0
| | | | | PR: ports/100996 Submitted by: stass
* - Use termios.hmiwi2007-03-212-1/+25
| | | | | PR: 110439 Submitted by: Ed Schouten <ed@fxq.nl>
* Upgrade to 2.0.5.thierry2007-03-213-4/+6
| | | | Noticed by: ports scoot
* - Update to 20060606.stas2007-03-203-26/+37
|
* - Update to 9.7.46.stas2007-03-202-4/+4
|
* - Update to 20070216stas2007-03-1425-60/+125
| | | | - Deprecate geda-projectmanager.
* - Update to 2007.02.21.stas2007-03-135-40/+70
|
* 1. Update to 1.6 and make fetchable[1]maho2007-02-279-61/+253
| | | | | | 2. WITH_ATLAS knobs works. Submitted by: Pedro F. Giffuni and fenner[1]
* - Update to 9.7.45.stas2007-02-222-4/+4
|
* Trap an exception and set a default fqn when gethostbyaddr fails withthierry2007-02-182-9/+21
| | | | | | | 'hostname nor servname provided, or not known', thus hopefully fix the build of french/aster, which calls astk-serveur during its post-config. Reported by: pointyhat via Kris
* Update to 1.8.7erwin2007-02-173-5/+49
|
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-132-2/+1
| | | | | Submitted by: rafan Tested on: pointyhat
* Remove 4.X cruft.linimon2007-02-061-4/+1
| | | | Approved by: maintainer
* Upgrade to 2.0.thierry2007-02-064-5/+16
| | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
* - Update to 9.7.41.stas2007-02-052-4/+4
|
* - change BUILD_DEPENDS: shells/bash2 -> shells/bash;mr2007-02-011-2/+1
| | | | | | | - drop a spare line at Makefile to pet portlint. PR: ports/108631 Submitted by: bsam
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+2
|
* - Fix plist if NOPORTDOCS is definedmarkus2007-01-311-2/+3
| | | | - Bump PORTREVISION
* - Update to 0.7.2miwi2007-01-282-4/+4
| | | | | | PR: 108441 Submitted by: miwi Approved by: maintainer
* Upgrade to 2007-01-15.thierry2007-01-278-516/+784
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* - Fix build with tk 8.4.14pav2007-01-261-9/+6
|
* - Fix build after recent USE_TCL/USE_TK overhaulpav2007-01-251-1/+1
|
* * Fix build for CURRENT.maho2007-01-231-9/+10
| | | | * Grab maintainership.
* - Fix build with gcc 4.1miwi2007-01-2219-60/+322
| | | | | PR: ports/107134 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
* Deprecate, mark broken, schedule for deletion, drop maintainership.grog2007-01-201-4/+8
|
* * Migrate to gfortran.maho2007-01-172-8/+36
| | | | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack. Approved by: portmgr(kris)
* * Migrate to gfortran.maho2007-01-132-2/+12
| | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack.
* * Migrate to g77-34 to fix for 7-CURRENT.maho2007-01-122-7/+13
| | | | * Bump port revision.
* * Migrate to gfortran.maho2007-01-121-1/+6
| | | | * Bump port revision.
* * Use gfortran42 only and not gcc42.maho2007-01-121-3/+5
| | | | * Bump portrevision.
* Chase a silent update (no impact for FreeBSD).thierry2007-01-123-22/+27
| | | | | | | Diff available at <http://people.freebsd.org/~thierry/ports/astk-1.5.0_061222_070103.diff>. Notified by: pointyhat via Kris
* - Follow PTHREAD_LIBSstas2007-01-112-2/+12
| | | | Reported by: kris
* * add version number to LIB_DEPENDS.maho2007-01-101-6/+7
| | | | | * use gfortran compiled version of atlas/lapack/blas * bump portrevision
* blas.1 -> blas.2maho2007-01-091-1/+1
|
* *using shared libs.maho2007-01-092-15/+25
| | | | | *migrate to gfortran. *build with atlas is now optional.
* - Use new USE_TCL_BUILD/USE_TK_BUILD macrospav2007-01-081-3/+2
|
* - Update to 0.7.1rafan2007-01-052-5/+5
| | | | | | | - Pass maintainership to submitter PR: ports/107550 Submitted by: Marcelo Araujo <araujo at bsdmail.org>
* Update to 5.0.20060509.hrs2007-01-033-5/+34
|
* Does not depends on lang/f77 (but define WITH_FORTRAN).thierry2006-12-301-1/+1
| | | | | PR: ports/101007 Approved by: maintainer's time-out
* - Update to 9.7.40.stas2006-12-302-4/+4
|
* Upgrade to 1.5.0-1.thierry2006-12-264-60/+69
|
* The SystemC Verification (SCV) library is an extension library to SystemCmiwi2006-12-2210-0/+182
| | | | | | | | | | | | which adds advanced verification capabilities to SystemC, including constrained randomization, complex constraint solvers, data-structure creation, Transaction Level Modeling (TLM), concurrency, and dynamic resource allocation management. WWW: http://www.systemc.org/ PR: ports/106822 Submitted by: Peter Johnson
* Fix quoting.flz2006-12-181-1/+1
|
* - gcc 4 compatiblitystas2006-12-171-0/+20
| | | | Reported by: kris
* - Fix build on sparc64. [1]shaun2006-12-062-0/+34
| | | | | | | - Respect ${X11BASE}. [2] PR: ports/105535 [1], ports/106245 [2] Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* - Respect X11BASErafan2006-12-051-0/+1
| | | | Reported by: pointyhat
* - Delete files, forgotten in the previous commitstas2006-12-052-40/+0
| | | | Reported by: kris
* - Update to 9.7.38stas2006-12-0315-317/+111
| | | | - Take maintainership
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-012-12/+2
| | | | | PR: ports/101613 Submitted by: alepulver
* Don't hard-code X11BASEkris2006-12-011-1/+1
|
* Don't hard-code /usr/X11R6kris2006-12-012-1/+2
|
* - Respect X11BASErafan2006-12-011-0/+2
| | | | Reported by: pointyhat
* - Respect X11BASE [1]rafan2006-11-301-1/+5
| | | | | | | - The configure script is not generated from autotools, thus use HAS_CONFIGURE instead Reported by: pointyhat [1]
* - Respect X11BASEstas2006-11-251-2/+11
| | | | Reported by: kris
* - Update to 0.8.90stas2006-11-163-15/+19
| | | | | - Change my email - Use new WX framework
* - GCC4 compatiblitystas2006-11-142-1/+12
| | | | - Change my email
* Fix the plist target.itetcu2006-11-132-80/+88
| | | | | PR: 105454 Submitted by: Dominic Fandrey (maintainer)
* The goals of the FreeHDL project are to develop a VHDL simulator that hasalepulver2006-11-065-0/+172
| | | | | | | | | | a graphical waveform viewer and a source level debugger. It also aims at VHDL-93 compliancy. The project is at a very early development stage. WWW: http://www.freehdl.seul.org/ PR: ports/104634 Submitted by: lon_kamikaze at gmx.de
* - Update to 20061020stas2006-11-0421-43/+94
|
* - Update to 0.8.3stas2006-11-024-15/+14
|
* - Update to 8.04stas2006-11-022-4/+4
|
* - Update to 7.8.4rafan2006-11-014-20/+43
| | | | | PR: ports/104545 Submitted by: Erik Greenwald <erik at smluc.org> (maintainer)
* - Make it fetchablerafan2006-10-211-2/+2
| | | | | | PR: ports/104637 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Approved by: portmgr (erwin)
* - Make it fetchablerafan2006-10-212-3/+4
| | | | | | | | Tarball is renamed to .tgz. PR: ports/104636 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: portmgr (erwin)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-2/+10
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Update to 20060906stas2006-10-1039-649/+441
| | | | - Change my email
* Update to 20060822. Changes include:hrs2006-10-094-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - various manual updates - update the INSTALL documentation - fix a bug where pins turned into pure holes when an element was smashed. - use locale-independent strtod and dtostr functions to avoid problems loading files saved in some locales. - fixed various bugs which caused pcb to crash - update the gtk status line after save/save as - make the gerber file names be compatible with pre-HID versions - split plated and unplated drill output - fix various typos in menus and comments - add a batch mode HID. - fix drawing of box around text in the buffer - various fixes and improvements to the trace optimizer and the autorouter - fix board flipping code - fix rounding bug when creating list of drill sizes - add support for > 8 copper layers - avoid strict aliasing violations encountered with gcc4 - refactor code related to handling the filenames in the export HID's - fix layer group parsing code - add the ability to user-configure mouse actions in the lesstif GUI. - enable loaded netlists by default - improve the positioning of the drill list in the postscript output - various improvements to the configure script to improve robustness and improve error messages when thing don't go well. - add IPC style footprints for 01005 passives. - added a Renumber() action which will renumber all reference designators and produced an annotation file for backannotating to schematics. - Draw via annulii on assembly drawings - various other bug fixes and improvements.
* - Update to version 0.60.0.alepulver2006-10-095-63/+23
| | | | | PR: ports/104170 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build with gcc41pav2006-10-085-0/+60
| | | | | PR: ports/104158 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Fix build with gcc4.1miwi2006-10-073-11/+43
| | | | | PR: ports/104109 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Update to 0.8.2stas2006-10-034-9/+23
| | | | | | | - Fix compiling with gcc 4.1 - Change my email Approved by: sem (mentor)
* - Fix compiling with gcc 4.1stas2006-10-033-1/+23
| | | | | | - Change my email Approved by: sem (mentor)
* Electric is a sophisticated electrical CAD system that can handlestas2006-09-305-0/+102
| | | | | | | | | | | | | | many forms of circuit design, including: - Custom IC layout (ASICs) - Schematic drawing - Hardware description language specifications Author: Static Free Software & Sun Microsystems, Inc. WWW: http://www.staticfreesoft.com/ PR: ports/100355 Submitted by: me (stas) Approved by: sem (mentor)
* Add pthread dependency to fix a crash problem.hrs2006-09-191-2/+3
| | | | | PR: ports/101327 Spotted by: Michael Glaum <mglaum@sdf.lonestar.org>
* Remove OSVERSION version from BROKEN string. I introduced this usage butlinimon2006-09-182-2/+2
| | | | | | it was a bad idea to start with. Hat: portmgr
* - Update to 0.0.10miwi2006-09-124-64/+19
| | | | | PR: ports/103142 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
* Stanislav wants to maintain this ports.itetcu2006-09-062-2/+2
| | | | Requested by: Stanislav (on IRC)
* Reset inactive maintainer who has not responded to email.linimon2006-09-063-3/+3
| | | | Hat: portmgr
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Upgrade to 2006.08.28.thierry2006-08-306-22/+40
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Fix fetch.shaun2006-08-161-1/+3
| | | | Reported by: fenner's distfile survey
* Fix build on 4.x.shaun2006-08-082-0/+50
| | | | Reported by: pointyhat via kris
* - Attempt to fix build on FreeBSD 4.Xpav2006-08-071-4/+4
| | | | Reported by: krismail
* Depend on linux-xorg libs, reported by Brian Josefsen <bj@cold.dk>itetcu2006-08-062-4/+8
| | | | | PR: ports/101227 Submitted by: Thomas E. Zander (maintainer)
* - Update MASTER_SITESmiwi2006-08-051-0/+1
| | | | | | PR: ports/101240 Submitted by: Jin-Shan Tseng <tjs(at)cdpa.nsysu.edu.tw> Approved by: krion (mentor), maintainer
* - maintainer is a committerclsung2006-08-031-1/+1
|
* - Add dependency on x11-toolkits/tk83[1].hrs2006-08-024-6/+21
| | | | | | | - Update to 20060414[2]. PR: ports/101128[1] Submitted by: Michael Glaum[1], Tomdean[2]
* This port provides a GUI for two freely available SPICE electronic circuititetcu2006-08-026-0/+145
| | | | | | | | | | | | | | | | | | | | | simulation engines: GNU-Cap and Ng-Spice. Current features: Import gschem schematic files using gentlist. Load and parse circuit description (net list) files. Provides a GUI interface for GNU-Cap OP, DC, AC and Transient analyses and generates appropriate simulator commands based on user input. Provides a GUI interface for Ng-Spice DC, AC and Transient analyses and generates appropriate simulator commands based on user input. The raw output may be viewed for any processes initiated by gspiceui. Formatting of simulator output so that it may be plotted using gwave. WWW: http://www.geda.seul.org/tools/gspiceui/index.html PR: ports/99357 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Update to version 1.0.2itetcu2006-08-022-8/+7
| | | | | PR: ports/101188 Submitted by: KATO Tsuguru
* ADMS is a code generator that converts electrical compact device modelsitetcu2006-07-306-0/+106
| | | | | | | | | | specified in high-level description language into ready-to-compile c code for the API of spice simulators. WWW: http://mot-adms.sourceforge.net/ PR: ports/101014 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* - Pass maintainership to submittermiwi2006-07-308-196/+147
| | | | | | | | - Update to 2006.07.08 PR: ports/100809 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
* - Rid the tree of double slashes in URL pathssat2006-07-281-1/+1
|
* Add NOT_FOR_ARCHS=sparc64 line because of build problems on sparc64.hrs2006-07-261-0/+3
| | | | Spotted by: linimon
* - Remove bad site:jmelo2006-07-241-3/+2
| | | | * ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps/
* - Remove bad site:jmelo2006-07-241-2/+1
| | | | * http://www.kettering.edu/~adavis/gnucap/
* - Add options to allow user to select whether to depend on X or notitetcu2006-07-235-7/+89
| | | | | | | | | | - Fix return status of build shell script to make 'make' happy Added file(s): - files/patch-src+bin+help.c - files/patch-src+lib+plot+x11.c PR: ports/100652 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (maintainer)
* - Fix build on 4.x (pre-C99)rafan2006-07-212-1/+32
| | | | | PR: ports/100633 Submitted by: maintainer
* Update to 200607erwin2006-07-202-4/+4
| | | | | PR: 100593 Submitted by: Soeren Straarup <xride@x12.dk>
* - gschem -> geda-gschemrafan2006-07-1611-210/+2
| | | | | | | - gnetlist -> geda-netlist PR: ports/100222, ports/100230 Submitted by: maintainer
* - Fix installdirs to address GEDA directory structure unificationrafan2006-07-164-56/+141
| | | | | | | | | | | | - Fix comment - Update pkg-desck - Use %%DOCSDIR%% and %%DATADIR%% macroses - Bump PORTREVISION - Mark BROKEN on 4.x - Rename directory from gnetlist to geda-netlist [2] PR: ports/100220, ports/100230 [2] Submitted by: maintainer
* - Fix installdirs to address geda directory structure unificationrafan2006-07-163-6/+29
| | | | | | | | | | - Fix PORTNAME - Fix comment - Bump PORTREVISION - Mark BROKEN on 4.x PR: ports/100221 Submitted by: maintainer
* - Fix installdirs to address geda directory structure unificationrafan2006-07-164-45/+89
| | | | | | | | | | | - Use NLS conditional - FIx comment - Bump PORTREVISION - Mark BROKEN on 4.x - Rename to have geda- prefix of directory [2] PR: ports/100224, ports/100222 [2] Submitted by: maintainer
* - FIx installdirs to address geda directory structure unificationrafan2006-07-163-10/+33
| | | | | | | | | | - Fix comment - Fix portname - Bump PORTREVISION - Mark BROKEN on 4.x PR: ports/100226 Submitted by: maintainer
* - Fix installdirs to address geda directory structure unification [1]rafan2006-07-161-3/+15
| | | | | | | | | - add options to select docs/examples [1] - Bump PORTREVISION [1] - Chase rename of cad/gschem [2] and cad/gnetlist [3] PR: ports/100228 [1], ports/100222 [2], ports/100230 [3] Submitted by: maintainer
* - Fix installdirs to address geda directory structure unificationrafan2006-07-164-7/+28
| | | | | | | | | | | - Fix PORTNAME - Use NLS conditional - define USE_GETTEXT properly - fix pkg-descr - Bump PORTREVISION PR: ports/100229 Submitted by: maintainer
* - Fix installdirs to address geda directory structure unificationrafan2006-07-164-14/+38
| | | | | | | | | | | - Fix PORTNAME - Fix comment - Update pkg-descr - Bump PORTREVISION - Mark BROKEN on 4.x PR: ports/100231 Submitted by: maintainer
* - Fix RCDIR to use unificated GEDA directoryrafan2006-07-162-2/+14
| | | | | | | | | - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Fix comment - Bump PORTREVISION PR: ports/100223 Submitted by: maintainer
* - Fix installdir to address GEDA directory structure unificationrafan2006-07-163-1675/+1693
| | | | | | | | | - Fix comment - Use DATADIR & DOCSDIR macro - Fix portname PR: ports/100232 Submitted by: maintainer
* - Add QT frontend supportitetcu2006-07-156-30/+198
| | | | | | | | | | | | | | | | | | | | | | | - Add support for Type1 fonts via T1 library - Add NLS support (French localization) - Fix GCC 4.1 compatiblity - Fix comment - Add OPTIONS - Enable builds with optimized CFLAGS - Fix patchname to make portlint happy - Pass maintainership to submitter Added file(s): - files/patch-Makefile.in - files/patch-src_graph_graphqtdlg.h - files/patch-src_graph_graphunixx11.c - files/patch-src_include_global.h Removed file(s): - files/patch-src::graph::graphunixx11.c PR: ports/100285 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Fix the build for non-C localeserwin2006-07-152-0/+12
| | | | | PR: 100304 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (maintainer)
* - fix build on sparc64ahze2006-07-151-3/+7
| | | | | | PR: 99971 Submitted by: ahze Approved by: maintainer
* - Remove PORTDOCS=*, use pkg-plistrafan2006-07-142-1/+426
| | | | | | | This is not correct since other geda packages use the same directory. PR: ports/100225 Submitted by: Stanislav Sedov <ssedov mbsd.msk.ru> (maintainer)
* - Update to 20051222 release (fixes build on FreeBSD >= 5.x)shaun2006-07-133-20/+90
| | | | | | | | | | - Pass maintainership to submitter - Add OPTIONS PR: ports/99386 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: Duncan Barclay <dmlb@dmlb.org> (maintainer), ahze (mentor, implicit)
* Update to 0.0.9shaun2006-07-133-8/+40
| | | | Approved by: ahze (mentor, implicit)
* Jspice3 is a circuit simulator developed to meet the needs of researchersitetcu2006-07-127-0/+150
| | | | | | | | | | | | | | | | | | | | | | | working with superconducting Josephson junction circuits, yet the program has the flexibility and power to meet the needs of other technologies. Jspice3 is an adaptation of the Berkeley Spice3f4 program, with added features. One added feature is a built-in graphical input front end for schematic capture. While displayed, simulations can be run and data plotted through this graphical interface. While not as powerful or as pretty as the Xic graphical interface, it holds its own in functionality. A significantly enhanced output plotting capability is provided, and Jspice3 has enhanced script interpretation capability. WWW: http://www.wrcad.com/jspice3.html PR: ports/93958 Submitted by: Pedro F. Giffuni Pedro can't maintain this port anymore and Stanislav Sedov agree to maintiant it.
* Update to 20060414. Changes include:hrs2006-07-109-78/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** 20060414 - This is the first snapshot of the new HID version of PCB. HID, which stands for Human Interface Device is the abstraction created by DJ Delorie which seperates the core PCB code from the graphical user interface. In this release, two GUI HID's are supported, gtk and lesstif. In addition, there are HID exporters for postscript and encapsulated postscript, RS-274-X (gerber), bill of materials, centroid file, and png/gif/jpeg. This represents a major restructuring of the code and many months of work. - PCB's actions (the commands which drive the core of the program and may be directly accessed by the user) now have the documentation in-line in the code and the actions reference section of the manual is extracted from the in-line documentation. The goal it to provide more complete and accurate documentation. As always the manual is still a work in progress but it is getting more complete and up to date. - Fixed a long standing segfault when saving connection data - Fixed a DRC bug - Fix some rounding issues when setting sizes. Hopefully this will address the issue with 23.99 mil drills and related problems. - The html manual is now in one file instead of many files - The lesstif HID now supports loading of background images to help recover a layout which may exist in hardcopy form only. ** 20060321 - Add internal support for more than 8 layers. By default PCB is still compiled for 8 copper layers. - Fixed several minor bugs in the GTK user interface including fixing scrolling of the log window, fixed up some of the DRC reporting and mm/mil units. - Fixed several key bindings. - Updated refcard.tex to reflect the current set of key bindings. - Fixed some minor bugs which caused compilation problems on some systems. - Converted the QFN footprints to hi-res. - Added documentation to the manual for the centroid file format and the algorithm used for finding the centroid and rotation. - Fixed a bug so that the initial layer named 'component' is actually on the component side of the board and 'solder' is actually on the solder side of the board. - Fixed the pin order in the bourns trim pots (~bourns library) - Added actions and a script to allow command line printing. - Added IPC-7351 recommended footprints for 0201, 0402, etc passives. - Fixed SME5 package. - Fixed a bug which prevented disabling nets from the ratsnest - Fixed a bug where clearances could be set 1 below the spacing - Fixed clearline flag so that arcs also have this property. - Speed up rtree searches and other autorouter speedups. - Fixed a bug in computation of the closest polygon point. - Use rtrees for polygon handling for speed improvements. - Add a ChangePinName() action. - Fix a bug which caused duplicate rats names when manually adding rats lines. - Added DRC checks for minimum drill diameter and minimum annular ring. - Add a minimal glossary to the manual - Fix the author name in the fab drawing - Cause the crosshair to snap to pad ends instead of center for rat drawing. - Add "join" to SetFlag, ClrFlag and ChangeFlag. - Added inline documentation for the pcb file syntax. The manual now is up to date and correctly documents the file format. In addition the inline documentation will make it much easier to maintain the documentation. - Remove some broken m4lib footprints - Put the correct setting for the gschem footprint= attribute in [] in the library window for the m4 libraries. Submitted by: Stanislav Sedov (ssedov at mbsd dot msk dot ru) PR: ports/99942
* - Fix typorafan2006-07-091-1/+1
| | | | | | PR: 99941 Submitted by: Stanislav Sedov <ssedov mbsd.msk.ru> (maintainer) Approved by: delphij (mentor, implicit)
* Upgrade to 1.3.3-1.thierry2006-07-073-19/+7
|
* - Update to 7.8.2garga2006-07-064-63/+61
| | | | | | | | | | | | | | | This release has several notable enhancements, including the addition of a new example geometry model of a toy vehicle. The DXF converter received considerable attention with the addition of support for most of the formerly unsupported 2D entities. Several bugs were identified and fixed in mged, g2asc, g_diff, and asc-nmg. Documentation was improved for dbupgrade and dxf-g, and a new g-var tool was created to facilitate conversion of models for purposes directly related to OpenGL display lists. Finally, the new archer modeling tool received support for multi-select and cut-n-paste. PR: ports/99819 Submitted by: maintainer
* Teach about TCL / TK v. 8.4.13 and unbreak.thierry2006-07-053-20/+11
|
* Various examples for gEDA suite. This includes:garga2006-07-046-0/+211
| | | | | | | | | | | | 1) gTAG - USB to JTAG interface 2) lightning_detector - a lightning detector 3) RF_Amp - schematics and associated materials for a SPICE model 4) TwoStageAmp - a two stage amplifier SPICE playpen WWW: http://www.geda.seul.org PR: ports/99564 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Various documentation for gEDA suite, including architecture-relatedgarga2006-07-044-0/+33
| | | | | | | | | docs as well as examples of usage and tutorials. WWW: http://www.geda.seul.org PR: ports/99565 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Checking back, it does still compile on amd64-5.linimon2006-07-031-4/+6
|
* Mark broken: fails to compile on 6-STABLE.linimon2006-07-031-0/+4
|
* Reset maintainership: Pedro's dev machine has been stolen :-(thierry2006-07-011-1/+1
| | | | | | Hoping to see you back soon! Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
* Upgrade to 2006.06.26.thierry2006-06-308-100/+192
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* cad/libgeda - fix pkgconfig's LDFLAGSdaichi2006-06-291-0/+9
| | | | | PR: ports/99580 Submitted by: maintainer
* - Transfer maintainership to the submitter of the last updatepav2006-06-289-9/+9
| | | | Approved by: old maintainer
* - Update to 20060123pav2006-06-271-2/+4
| | | | | | PR: ports/99482 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer
* The gEDA project manager suite.pav2006-06-275-0/+41
| | | | | | | WWW: http://www.geda.seul.org PR: ports/99481 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Gattrib is gEDA's attribute editor.pav2006-06-276-0/+48
| | | | | | | WWW: http://www.geda.seul.org PR: ports/99480 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* - Update to 20060123pav2006-06-274-6/+18
| | | | | | PR: ports/99479 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer
* - Update to 20060123pav2006-06-274-14/+30
| | | | | | PR: ports/99478 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer
* - Update to 20060123pav2006-06-278-72/+116
| | | | | | PR: ports/99477 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer
* - Update to 20060123pav2006-06-278-64/+88
| | | | | | PR: ports/99476 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer
* - Update to 20060123pav2006-06-273-320/+328
| | | | | | PR: ports/99469 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer
* - Update to 20060123pav2006-06-274-18/+8
| | | | | | PR: ports/99468 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: bruno schwander <bruno@tinkerbox.org> (maintainer)
* TclSpice is an improved version of Berkeley Spice designed to be used withpav2006-06-2716-0/+337
| | | | | | | | | | | | | | | | | | | | | | | | the Tcl/Tk scripting language. The project is open-source (BSD license) and based upon the NG-Spice source code base with many improvements Features and Improvements - Fully Tcl scriptable - installs with 'package require spice' statement - Hspice syntax (SpicePP). - GUI interfaces, various (Tk). - SpiceWish (BLT graph widget) - BLT (tcl compatible) vectors for storage, manipulation and arithmetic upon Spice waveforms. - Xspice additions (Georgia Tech). - Trigger upon waveform events. - Spice 'simulator state' save and restore for rapid 'what-if' simulations (no longer need to re-simulate from the beginning each time a device value is changed). Author: Stefan Jones <stefan.jones@multigig.com> WWW: http://tclspice.sourceforge.net/ PR: ports/99399 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* - use standard BLAS instead of ATLAS so this can be packaged. Of course we ↵pav2006-06-234-16/+216
| | | | | | | | | | still have a WITH_ATLAS knob - Minor changes to better match the CVS version - Add GETOPT_LONG support PR: ports/99259 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1
| | | | Approved by: ahze (mentor)
* - Fix an invalid knob (s/USE_X/USE_XLIB/)[1].hrs2006-06-131-5/+2
| | | | | | - Use SUB_FILES. Spotted by: erwin[1]
* - Update to 0.50.0pav2006-06-1010-93/+107
| | | | | PR: ports/98020 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - update to 3.4.22itetcu2006-06-052-14/+18
| | | | | | | | | | - add MASTER_SITE - convert to OPTIONS - pass maintainership to submitter PR: ports/97402 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: lawrance (mentor, implicit)
* - Update to 32erwin2006-06-042-5/+5
| | | | | | | | - Hand maintainership to submitter PR: 98231 Submitted by: Sven Esbjerg <fbsd-ports@xbsd.net> Approved by: maintainer
* Update to 9.3.bgarga2006-05-242-5/+4
| | | | | | PR: ports/97102 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer timeout (14 days)
* Bump PORTREVISION to reflect the "^" operator bugfix injdp2006-05-161-1/+1
| | | | | | patch-src_lib_inp_inpptree_c. Gently nudged by: kris
* Upgrade to 1.65.0.thierry2006-05-152-5/+4
| | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
* The spice3 "^" operator (power) did not work properly unless itsjdp2006-05-151-0/+34
| | | | | right-hand operand was a constant, because of a bug in the code to take the derivative of an expression. Add a patch to fix that.
* Remove whitespace from line endings in pkg-plist files.vd2006-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)
* Update to 2.13vs2006-05-072-4/+4
| | | | | PR: ports/96728 Submitted by: Martin Wilke
* - Bump PORTREVISION and change lib version because math/gsl are updated.mnag2006-05-061-1/+2
| | | | - portlint(1)
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-0421-23/+0
|
* Upgrade to 20060424.thierry2006-04-258-52/+156
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Update to 0.0.8arved2006-04-164-28/+58
| | | | | PR: 95813 Submitted by: KATO Tsuguru
* Update to version 30arved2006-04-163-12/+9
| | | | | PR: 95825 Submitted by: Soeren Straarup <xride@x12.dk>
* - Update to 7.8.0mnag2006-04-155-115/+617
| | | | | | | - portlint(1) PR: 95666 Submitted by: maintainer
* - Update to 3.4.21.jmelo2006-04-133-8/+45
| | | | | | | | - portlint(1). PR: ports/95592 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: mnag (mentor)
* - Change my ports MAINTAINER to jmelo@FreeBSD.org.jmelo2006-04-061-1/+1
| | | | Approved by: mnag (mentor)
* - Switch to the latest distfiles;thierry2006-04-0610-209/+83
| | | | | | | | - Import a patch from DragonflyBSD; - Pet portlint. Submitted by: Pedro F. Giffuni <pfgshield-freebsd (at) yahoo.com>
* Add feappv 2.0, finite Element Analysis Program "personal version".thierry2006-04-046-0/+108
| | | | | | | | | | | | | This is a FEA program used in a classic FEM book. A complete (commercial) version is available here: <http://www.ce.berkeley.edu/~rlt/feap/> The "personal version" is very limited, but it keeps the same format as the complete (commercial) version and cad/netgen can produce files for it. PR: ports/95210 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
* - Fix installation;thierry2006-04-024-36/+38
| | | | | | | | | | | - Add an entry in ports/LEGAL; - Clean up the port; - Make pkg-descr look pretty and make some sligth adjustments to pkg-plist. PR: 93879 Submitted by: Daniel Thiele <dthiele (at) gmx.net> (maintainer)
* Upgrade to 2006-03-28.thierry2006-03-298-120/+182
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* BROKEN on 5.x: Does not compilekris2006-03-261-0/+4
|
* Update to 1.64.1.thierry2006-03-192-4/+4
| | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
* - Fix dependency on Tcl/Tkpav2006-03-171-1/+2
|
* Upgrade to 1.64.0.thierry2006-03-152-4/+4
| | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
* Update to 1.5maho2006-03-1511-109/+274
| | | | | PR: 93682 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Fix build for old FreeBSDmaho2006-03-131-1/+1
| | | | | Submitted by: tdb Approved by: portmgr (linimon)
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-072-2/+2
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* BROKEN: Incorrect pkg-plistkris2006-03-071-0/+2
| | | | Approved by: portmgr (implicit)
* Forgot to commit [approved] changes to distinfo.danfe2006-02-271-3/+3
| | | | | | Approved by: portmgr (marcus, previously) Spotted by: kris Pointy hat to: me
* Unbreak by updating to latest stable version.danfe2006-02-271-3/+1
| | | | Approved by: portmgr (marcus)
* Post libtool-conversion fixupsade2006-02-271-2/+2
| | | | | Submitted by: pointyhat Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-239-10/+38
| | | | Approved by: portmgr (kris)
* - Update to 28mnag2006-02-192-5/+4
| | | | | PR: 93518 Submitted by: maintainer
* A cosmetic changemaho2006-02-151-1/+1
| | | | Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* build cleanup of cad/tochnog againmaho2006-02-152-2/+1
| | | | | PR: 92782 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Netgen builds fine with gcc-3.4, that should make it packageable onthierry2006-02-141-3/+2
| | | | | | | | amd64. Since I'm there, pet portlint. Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* o Update to tochnog accodingly (by version up of superlu)maho2006-02-136-71/+87
| | | | | | o cleanup PR: 92782 Submitted by: Pedro F.Giffuni <giffunip@asme.org>
* BROKEN: Size mismatchkris2006-02-131-0/+2
|
* The tarball has been rerolled to include our patches.thierry2006-02-064-34/+7
|
* Update to 1.63.2 and make fetchable again.thierry2006-02-052-4/+4
| | | | | PR: 92799 Submitted by: TAOKA Fumiyoshi <fmysh (at) iijmio-mail.jp>
* SCOTCH is a software package and libraries for graph, mesh and hypergraphthierry2006-02-046-0/+220
| | | | | | | | | | | | partitioning, static mapping, and sparse matrix block ordering. Its purpose of Scotch is to apply graph theory, with a divide and conquer approach, to scientific computing problems such as graph and mesh partitioning, static mapping, and sparse matrix ordering, in application domains ranging from structural mechanics to operating systems or bio-chemistry. Note: there is an older tarball included in Aster's distfile, but I prefer a separate distfile from the official site.
* - Update to 4.16 [1]barner2006-02-028-12/+54
| | | | | | | - Use foo-[0-9]* for CONFLICTS Submitted by: "Thomas E. Zander" <riggs@rrr.de> (maintainer) PR: ports/92575
* - Update to 3.4.11barner2006-02-015-31/+36
| | | | | | | | - Update WWW and master site - use USE_TCL and USE_TK Submitted by: Ports fury PR: ports/92611
* Upgrade to 1.63.0.thierry2006-01-312-7/+5
| | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
* Add missing USE_PERL5_BUILDkris2006-01-261-0/+1
|
* fix SHA256 line (was wrapped)edwin2006-01-261-2/+1
|
* Remove the NO_CDROM lines: they serve no real purpose, and they'rethierry2006-01-261-8/+1
| | | | | | causing confusion in FreshPorts. Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* SHA256ify (manually done and checked)edwin2006-01-221-0/+1
| | | | Approved by: krion@
* SHA256ifyedwin2006-01-2218-0/+24
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-228-38/+38
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
|
* Fix build on sparcarved2006-01-206-4/+54
|
* BROKEN on sparc64: Does not compilekris2006-01-201-1/+7
|
* Upgrade to 2006.01.19.thierry2006-01-206-334/+348
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 2006-01-18.thierry2006-01-196-14/+20
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Plug Tetgen.thierry2006-01-181-1/+17
| | | | Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* Upgrade to 2006-01-16.thierry2006-01-174-14/+14
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Upgrade to 1.3.0-1.thierry2006-01-165-34/+62
|
* Upgrade to 1.62.0.thierry2006-01-163-4/+5
| | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
* Upgrade to 2006-01-13.thierry2006-01-146-16/+16
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* - Update graphics/libglut to 6.4.1.sem2006-01-123-6/+7
| | | | | | | | | | | - 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>
* Upgrade to 2006-01-06.thierry2006-01-076-14/+16
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
* Minor cleanups for cad/calculixmaho2006-01-051-3/+3
| | | | | PR: 91252 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Fix maintainership (set to submitter)edwin2006-01-041-1/+1
|
* Upgrade to 2006-01-03.thierry2006-01-048-30/+36
| | | | Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.