1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

1093 Commits

Author SHA1 Message Date
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00
Ying-Chieh Liao
b9ba1ad61e chase math/gsl lib version 2007-06-29 05:46:43 +00:00
Michael Reifenberger
9ef886d627 Fix compilation with gcc.42.
Two debugging outputs where commented out as suggested by the author.
2007-06-18 15:02:19 +00:00
Martin Wilke
6a1bbf8d40 - Add backup MASTER_SITES
PR:		112382
Submitted by:	Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
2007-06-09 13:27:42 +00:00
Boris Samorodov
396866ce8f A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.
Discussed at:	freebsd-ports@
2007-06-05 21:04:44 +00:00
Martin Wilke
5ab7ffdeff - Update to 7.10.0
PR:		111484
Submitted by:	Erik Greenwald <erikg@arl.army.mil> (maintainer)
2007-06-04 20:59:12 +00:00
Martin Wilke
ad13c22e46 - Update MASTER_SITES
PR:		113140
Submitted by:	Craig Butler <craig001@lerwick.hopto.org>
2007-06-04 08:27:07 +00:00
Hiroki Sato
5328ce0f28 Update to 0.10. Changes include:
- 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-02 08:36:21 +00:00
Hiroki Sato
d500cebf2f Add a patch for build failure when $DISPLAY is not set.
Spotted by:	pointyhat
2007-06-02 05:47:57 +00:00
Thierry Thomas
3011cad2d2 Link with WildMagic's shared libraries to fix on 64 bits platforms.
Reported by:	pointyhat via Kris
2007-06-01 21:37:17 +00:00
Thierry Thomas
db06906eac - Unbreak with gcc-4.2 (some patches from the author, some inspired from
Debian);

- Add IGES and STEP support with OpenCascade.
2007-05-30 19:21:11 +00:00
Stanislav Sedov
b1e270060b - Update to 2.2.7. 2007-05-29 05:37:04 +00:00
Kris Kennaway
b7ff7031ea BROKEN with gcc 4.2 2007-05-27 03:03:31 +00:00
Kris Kennaway
de1ccba756 BROKEN with gcc 4.2 2007-05-26 20:23:12 +00:00
Thierry Thomas
15cbed5e11 FreeCAD is an OpenSource CAD/CAE, based on OpenCasCade, QT and Python.
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-26 19:26:10 +00:00
Thierry Thomas
ddca038182 USE_GL is no more sufficient, a dependence on libGLU must be added.
Reported by:	pointyhat via Kris
2007-05-26 14:59:56 +00:00
Thierry Thomas
c2d75eda5f Upgrade to 2007.05.25 and switch to wxWidgets-2.8.
Note: Python bindings not yet enabled.
2007-05-26 07:48:22 +00:00
Hiroki Sato
badb0e1f5c Fix build breakage due to binary file renaming of devel/qt4-moc and
devel/qt4-uic.

Approved by:	portmgr (erwin)
2007-05-22 13:44:09 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Hiroki Sato
94b9f32925 GDT (graphics data text) format translator written in C/C++ that
converts a binary gdsii file to a text format that is compact and
easy to parse.
2007-04-29 07:20:02 +00:00
Hiroki Sato
ddb959f634 p5-GDS2, a Perl module for quickly creating programs to read and/or
write GDS2 files.
2007-04-29 07:17:29 +00:00
Hiroki Sato
e3dbd47bf1 KLayout is a Qt-based GDS2 viewer. 2007-04-28 18:55:05 +00:00
Hiroki Sato
05dd2ea17f FindHier is a road-map generator for Magic/CIF/gdsII/PCSTR/GED/TeX.
---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-28 17:01:15 +00:00
Hiroki Sato
33b372f122 GDSreader is a simple Calma (GDSii) parser/printer tool. 2007-04-28 16:56:55 +00:00
Stanislav Sedov
025bb10b45 - Update to 2.2.5. 2007-04-27 14:20:36 +00:00
Thierry Thomas
017869efdf Upgrade to 2.0.7.
Notified by:	Pedro Giffuni <pfgshield-freebsd (at) yahoo.com>
2007-04-23 19:22:25 +00:00
Martin Wilke
52b26197ae 2007-04-12 cad/geda-projectmanager: project dead
2007-04-19 audio/xmpeg3: does not work
2007-04-23 07:33:10 +00:00
Thierry Thomas
74f371ac84 Add a work-around to fix build with gcc 4.1 on pointyhat.
Reported by:	pointyhat via Kris
Obtained from:	Open Cascade
2007-04-21 20:23:58 +00:00
Martin Wilke
ad16bed5c6 - Use termios.h
PR:		110440
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	maintainer
2007-04-15 19:07:20 +00:00
Thierry Thomas
3328221a2d Really chase the changes in Mk/bsd.tcl.mk. 2007-04-12 19:00:00 +00:00
Martin Wilke
22b82f23a2 - Update to 0.0.4
- Drop FreeBSD 4.X gruft

PR:		111472
Submitted by:	Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
2007-04-11 20:17:21 +00:00
Stanislav Sedov
7747ae4880 - Update to 2007.03.29. 2007-04-10 22:33:34 +00:00
Mark Linimon
82af09a9d7 Fix a cut-and-paste error in the pre-everything target. 2007-04-10 02:56:23 +00:00
Thierry Thomas
5a951b8ac1 Adapt USE_TCL to the latest syntax and define USE_TCL_THREADS.
Reported by:	pointyhat via Kris
2007-04-08 08:46:54 +00:00
Stanislav Sedov
333aa58d8a - Update to 0.8.4. 2007-04-03 23:00:42 +00:00
Pav Lucistnik
cfa7269b11 - Convert existing ports to a new bsd.tcl.mk order
PR:		ports/109097
Submitted by:	Martin Matuska <martin@matuska.org>
Tested on:	pointyhat exp-run
2007-04-02 22:56:15 +00:00
Thierry Thomas
638afe48d2 Oops... Local files mismatch, I committed the previous version! 2007-04-01 09:55:19 +00:00
Thierry Thomas
1912e1fdcf A Qt based application for tutorial to Open CASCADE Technology. 2007-04-01 09:05:46 +00:00
Thierry Thomas
4837f7e1fb - Upgrade to 2.0.6
- Enable support for MED, HDF5, CGNS, STEP, IGES and BREP (OCC).
2007-04-01 09:04:46 +00:00
Thierry Thomas
de5ea4454a Open CASCADE Technology is a software development platform freely available in
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.
2007-04-01 09:04:04 +00:00
Martin Wilke
eb09611248 - Fix build
PR:             11102
Submitted by:   trasz
2007-03-29 09:35:49 +00:00
Stanislav Sedov
6963a4f758 - Change my email.
Suggested by:	skv
2007-03-27 22:12:03 +00:00
Stanislav Sedov
349f910df2 - Update to 9.7.47. 2007-03-27 13:57:31 +00:00
Martin Wilke
be94f81d47 - Update to 0.0.11
PR:             110813
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2007-03-26 11:25:58 +00:00
Maho Nakata
2345d03e02 Make fetchable
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
2007-03-25 05:50:50 +00:00
Kris Kennaway
9d250b9b6c BROKEN: Unfetchable 2007-03-25 04:01:23 +00:00
Pav Lucistnik
28f8ee4611 - COPYTREE_* are now part of bsd.port.mk
PR:		ports/100996
Submitted by:	stass
2007-03-24 14:03:04 +00:00
Martin Wilke
3d5ec94e7d - Use termios.h
PR:             110439
Submitted by:   Ed Schouten <ed@fxq.nl>
2007-03-21 12:32:53 +00:00
Thierry Thomas
79f6e37ea3 Upgrade to 2.0.5.
Noticed by:	ports scoot
2007-03-20 21:19:32 +00:00
Stanislav Sedov
c4dde85c28 - Update to 20060606. 2007-03-20 07:43:28 +00:00