Commit Graph

1378 Commits

Author SHA1 Message Date
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Felippe de Meirelles Motta
3f0445824b - Mark as BROKEN on -CURRENT.
- Add regression-test.

PR:		ports/124733
Submitted by:	"Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Reviewed by:	lippe
Approved by:	gabor (mentor, implicit)
2008-07-13 21:17:17 +00:00
Thierry Thomas
833ec1d8b5 Upgrade ASTK to 1.6.2-1. 2008-07-13 07:42:54 +00:00
Thierry Thomas
03740f0016 Upgrade to 5.0.6. 2008-07-13 07:42:49 +00:00
Dmitry Marakasov
fc6aa06eab - Fix dependency on pygtk2
PR:		ports/125477
Approved by:	maintainer
Approved by:	miwi (mentor)
2008-07-11 15:27:52 +00:00
Felippe de Meirelles Motta
2b273b99c1 - Change dependency directory, since java/bsh is no lang/bsh.
- Bump PORTREVISION.

Reported by:	cperciva
Approved by:	gabor (mentor, implicit)
2008-06-23 15:34:40 +00:00
Thierry Thomas
2a2d4698c8 Upgrade to 2.2.2.
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
2008-06-22 09:15:40 +00:00
Dmitry Marakasov
e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +00:00
Thierry Thomas
256036930d Upgrade to 2.2.1.
Changelog at <http://geuz.org/gmsh/doc/VERSIONS>.
2008-06-18 21:26:25 +00:00
Stanislav Sedov
76979f2315 - Update to 2008.06.08. 2008-06-18 20:15:20 +00:00
Hiroki Sato
f0cb0fe725 Fix dependency (m4>=1.4.11). The previous version of m4 (1.4.9)
has a bug in negative number handling and cad/pcb can fail in the
configuring stage due to it.
2008-06-18 04:53:55 +00:00
Stanislav Sedov
85dccbc1f1 - Fix pkg-plist in NOPORTDOCS case.
Reported by:	itetcu
2008-06-14 15:11:40 +00:00
Hiroki Sato
5c3105143b Fix pkg-plist.
Spotted by:	QA Tindy
2008-06-10 16:11:03 +00:00
Hiroki Sato
7ff66259a2 Add a missing dependency.
Spotted by:	QA Tindy
CVS ----------------------------------------------------------------------
2008-06-10 02:36:26 +00:00
Hiroki Sato
e1b9b337bd Update to 20080202 snapshot. Changes include:
- 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
2008-06-08 16:09:31 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Pietro Cerutti
27b66b94cb - Update to 0.2.6.1 2008-06-03 23:51:39 +00:00
Martin Wilke
c643d77ef8 - Update to 7.12.4
PR:		124105
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2008-05-30 13:49:18 +00:00
Pietro Cerutti
0ed18652f5 - Unbreak: make fetchable again
Approved by:	miwi (mentor implicit)
2008-05-29 15:18:12 +00:00
Hiroki Sato
8aaeb29542 Remove librt dependency because it is not needed actually. 2008-05-17 19:52:30 +00:00
Bruce M Simpson
7f5b9e296f Chase update to 3.1.10 2008-05-17 12:40:48 +00:00
Stanislav Sedov
9ac0815e5f - Update to 9.7.66. 2008-05-15 08:52:12 +00:00
Ion-Mihai Tetcu
c9d9329487 Replace local patch with one from vendor.
PR:		ports/123407
Submitted by:	Pedro F. Giffuni
Obtained from:	Varkon SVN
2008-05-06 08:22:54 +00:00
Hiroki Sato
5f695687db Add a missing patch forgotten in the commit for updating to 0.14. 2008-05-05 16:10:23 +00:00
Hiroki Sato
7793071175 Update to 0.14. Changes since version 0.10 include:
* 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
2008-05-05 16:08:43 +00:00
Bruce M Simpson
cd2bf590c6 Don't attempt to build on 5.x. 2008-05-05 00:11:35 +00:00
Bruce M Simpson
6585668c4d Add GTKWave 3.1.9 port.
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.]
2008-05-03 10:05:49 +00:00
Martin Wilke
51895ec9ed - Add missing patch
Submitted by:	pointyhat
2008-04-30 06:56:22 +00:00
Martin Wilke
6e67773be4 - Allow to build on amd64
PR:		123151
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2008-04-28 11:32:02 +00:00
Pietro Cerutti
b51d0320af - Mark as broken (does not fetch)
Approved by:	miwi (mentor implicit)
2008-04-28 10:19:13 +00:00
Martin Wilke
f13e2a4626 - Update to 0.50
PR:		122495
Submitted by:	Ports Fury
2008-04-27 08:22:28 +00:00
Martin Wilke
cc215cfe3d - Update to 0.0.14
PR:		122754
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-04-25 16:04:07 +00:00
Pav Lucistnik
c46e01a90a - Update to 1.19C
PR:		ports/123026
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2008-04-25 14:13:50 +00:00
Pav Lucistnik
8b295fc412 - Update to 7.12.2
PR:		ports/123027
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2008-04-23 21:13:33 +00:00
Thierry Thomas
86ca926475 Upgrade to 2.2.0.
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
2008-04-23 20:50:49 +00:00
Martin Matuska
203c28e163 - Update of cad/brlcad from 7.10.4 to 7.12.0
- Removed files: files/patch-src-vas4_vas_io.c (already implemented)
- USE_XORG part already implemented by miwi

PR:		ports/12232
Submitted by:	mm
Approved by:	maintainer timeout
2008-04-21 13:07:32 +00:00
Martin Wilke
b1f8b71409 - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-20 23:10:01 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Edwin Groothuis
9937a09c97 Use @rmtry macro in the pkg-plist. 2008-04-19 00:40:54 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Stanislav Sedov
7f216d60a3 - Update to 0.9.65. 2008-04-13 20:03:47 +00:00
Stanislav Sedov
e6b9f81bbd - Update 0.8.6. 2008-04-13 19:40:14 +00:00
Stanislav Sedov
b376ccb8f1 - Update too 2.2.8. 2008-04-13 19:24:27 +00:00
Stanislav Sedov
7077525678 - Update to 8.06 as well. CVS managed somehow to commit only Makefile and
fail.
2008-04-13 19:24:00 +00:00
Stanislav Sedov
65c26acea3 - Update to 8.06. 2008-04-13 19:20:07 +00:00
Stanislav Sedov
8534b66b35 - Update to 9.7.64. 2008-04-13 18:51:59 +00:00
Philippe Audeoud
d369e5c287 - Chase the gsl shared lib bump.
Approved by:	thierry (mentor)
2008-04-08 13:53:22 +00:00
Martin Matuska
e4edfa4475 - Fix build with all Tcl 8.5 patchlevels 2008-04-05 21:36:40 +00:00
Michael Reifenberger
4dcb14d050 Change to ftp:// too. 2008-03-27 15:16:25 +00:00
Michael Reifenberger
898b7bdf3f Load via ftp://
This should fix the reported download problems.

Submitted by:	V. Chukharev (at first)
2008-03-27 15:12:46 +00:00
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Martin Wilke
c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00
Martin Wilke
b8135727e5 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-21 23:55:13 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Michael Reifenberger
6d3464464b Update to 2.1.2.8 2008-03-12 17:20:22 +00:00
Pietro Cerutti
49153201c4 - Unbreak (make fetchable again)
- Respect NLS
- Adopt maintainship

Approved by:	miwi (mentor)
2008-03-06 23:42:57 +00:00
Thierry Thomas
4981ef6918 Upgrade to 2.1.1.
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
2008-03-02 21:36:06 +00:00
Joe Marcus Clarke
596d6ac4ec Fix build with latest guile.
Reported by:	pointhyat via erwin
2008-03-02 21:27:13 +00:00
Joe Marcus Clarke
1861d9f9e8 Chase libguile shared lib version. 2008-03-01 06:22:42 +00:00
Thierry Thomas
b7c810735b Upgrade to 2.1.0.
Changelog at <http://geuz.org/gmsh/doc/VERSIONS>.

Note: the dependency against Triangle has been removed. It was used for
a single post-processing plugin, which has been rewritten to use the
native mesh algorithm.
2008-02-24 20:50:35 +00:00
Thierry Thomas
6693a16b59 Temporarily replace WITHOUT_OCC by WITH_OCC, to make it packageable.
Don't bump PORTREVISION: if your gmsh has been built with OpenCascade
support, keep it.

(To be reverted after OpenCascade's unbreak)
2008-02-23 11:12:53 +00:00
Pietro Cerutti
be0ecc7e91 My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by:	miwi (mentor)
2008-02-21 21:20:01 +00:00
Martin Wilke
065822a473 - Update to 2.0.1
PR:		120814
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-02-19 09:00:37 +00:00
Martin Wilke
086b029ac7 - Fix build after tcl/tk update
- Bump PORTREVISION

Submitted by:	pointyhat
2008-02-13 11:16:37 +00:00
Pav Lucistnik
89d2b286f8 - Mark BROKEN: does not compile
Reported by:	pointyhat
2008-02-07 18:41:24 +00:00
Martin Wilke
eaf1a85f3f Use termios.h instead of sgtty.h
PR:		120049
Submitted by:	Ed Schouten <ed@fxq.nl>
2008-02-04 19:43:52 +00:00
Martin Wilke
14767221d6 - Fix build
Submitted by:	pointyhat via erwin/pav
2008-02-03 20:34:51 +00:00
Martin Wilke
878a82e919 - Use termios, not sgtty
PR:		119096
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	maintainer via irc
2008-02-01 09:19:38 +00:00
Mark Linimon
fc15d7b6c2 Mark as broken on sparc64-7: fails to install. 2008-02-01 06:46:11 +00:00
Martin Wilke
452d7dbd42 - Update to 2.0.0
PR:		119720
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-01-20 21:56:00 +00:00
Martin Wilke
6d90e3ce57 - Fix build with tcl 8.5
PR:		119729
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
		pointyhat via pav
2008-01-20 20:45:03 +00:00
Martin Wilke
11f796ec5b - Mark BROKEN: does not fetch.
Submitted by:	pavbot
2008-01-19 16:05:42 +00:00
Thierry Thomas
00a2981790 Chase master-site's reorganization.
Reported by:	pointyhat via pav
2008-01-18 18:34:24 +00:00
Thierry Thomas
58cdbd5d19 Upgrade to 5.0.5.
This is just a bugfix revision. No new features were added this time.
2008-01-15 21:02:29 +00:00
Thierry Thomas
954a4584c9 - Upgrade ASTK to 1.5.5-1;
- Use aster's distfiles.
2008-01-12 16:28:32 +00:00
Martin Wilke
e1df505e13 * Update to 0.0.13
* Pass maintainership to maintainership

PR:		119360
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2008-01-10 11:52:59 +00:00
Hiroki Sato
50687327e1 Update to 2.0.3. 2008-01-06 09:55:14 +00:00
Martin Wilke
4cac54e62f - Update to 0.46
PR:		119162
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-01-03 11:39:30 +00:00
Marcelo Araujo
36824c6a14 - Update to 0.7.5.
Approved by:	stas (mentor, implicit)
2008-01-01 17:07:44 +00:00
Thierry Thomas
f11ff27e3c Upgrade to 5.0.4. 2007-12-23 17:01:11 +00:00
Pav Lucistnik
535d6cba83 - Distfile rerolled, changes limited to including a copy of BSDL
- Sync patches with NetBSD. No functional changes

PR:		ports/117997
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2007-12-15 19:42:35 +00:00
Martin Wilke
cce0ac148c - Update to 0.69.0
PR:		118609
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-12-14 18:45:40 +00:00
Martin Wilke
1e64d0303d - Update to 1.0.3
PR:		118587
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-12-14 17:05:14 +00:00
Martin Wilke
ae47d2196b - Fix build with GCC 4.2
- Remove most warnings
- Add OPTIONS Knob
- Pass maintainership to submitter

PR:		118246
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-27 22:49:01 +00:00
Martin Wilke
f9c0753735 - Update to 7.10.4
- Fix build after tcl/tk update

PR:		117462
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
Approved by:	portmgr (pav)
2007-11-06 10:18:58 +00:00
Hiroki Sato
892086a31b Update to 5.0.20070718. 2007-10-28 02:51:38 +00:00
Thierry Thomas
ee5b61d9fb Make fetchable again by upgrading to 5.0.3.
Reported by:	pointyhat via linimon.
2007-10-26 17:18:35 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Li-Wen Hsu
ba29c1532c - Unbroken, this port now builds successfuly on 7
PR:		ports/117141
Submitted by:	Dominic Fandrey <lon_kamikaze AT gmx.de> (maintainer)
2007-10-14 15:55:23 +00:00
Martin Wilke
df5d3508e8 - Update 0.45
PR:		116922
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-10-05 21:53:51 +00:00
Edwin Groothuis
13fcaf3ba2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:15:01 +00:00
Mark Linimon
c05e24ab65 Mark as broken with gcc4.2. 2007-10-02 09:08:37 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Mark Linimon
62d6dff9dc Try to fix this the right way on the cluster. It does indeed need to
use zip in the extract phase, but not for its main files.  (It inherits
this need through math/triangle.)
2007-09-29 20:18:41 +00:00
Mark Linimon
358c4d5e38 Revert previous change and just mark this broken on the cluster. The
change did not solve the problem.
2007-09-29 08:50:17 +00:00
Mark Linimon
51e81dd4c2 Set USE_ZIP to fix packaging. 2007-09-29 05:32:35 +00:00
Rong-En Fan
9716a77fea Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:	portmgr (pav)
2007-09-24 08:43:49 +00:00
Thierry Thomas
93e7f89ef3 Minor upgrade to 5.0.1.
Notified by:	François Pellegrini <francois.pellegrini (at) labri.fr> (author)
2007-09-22 07:21:18 +00:00
Maho Nakata
f9d18b36e3 Update to 1.7. 2007-09-21 23:38:52 +00:00
Lars Engels
89ccba9c36 Update to 0.44
PR:		ports/114739
Submitted by:	KATO Tsuguru <tkato432 (at) yahoo.com>
Approved by:	miwi (mentor)
2007-09-20 16:17:50 +00:00
Stanislav Sedov
ff6e8a147c - Update to 9.7.56. 2007-09-15 12:22:39 +00:00
Stanislav Sedov
ffe3698a4b - Update to 0.9.33
- Switch to wxgtk 2.8.
2007-09-15 12:06:24 +00:00
Stanislav Sedov
e38a43f4af - Update to 8.05
- Allow plugin installation via options.
2007-09-14 17:25:10 +00:00
Stanislav Sedov
1a82e3cf25 - Update to 9.7.54. 2007-09-13 14:03:23 +00:00
Stanislav Sedov
3c97ac479f - Update to 0.8.5. 2007-09-13 13:50:37 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Maho Nakata
eaedecbef3 Marked as BROKEN for sparc64; internal compiler error.
Submitted by:	kris
2007-09-04 08:54:30 +00:00
Martin Wilke
784670db8e - Update to 7.10.2
PR:		115601
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2007-08-27 14:06:14 +00:00
Thomas Abthorpe
2574f69107 - change maintainer address on ports I maintain
Approved by:	clsung (mentor)
2007-08-23 04:00:04 +00:00
Beech Rintoul
cd9e9c467b - Fix build with gcc42
PR:		ports/115565
Submitted by:	David Yeske <dyeske@gmail.com> (maintainer)
Approved by:	sat (mentor)
2007-08-18 19:45:01 +00:00
Thierry Thomas
f55bf77f23 The master sites are down for some days, then mirror the tarballs.
Reported by:	pointyhat via Kris
2007-08-12 13:38:41 +00:00
Thierry Thomas
11c7c76405 - Upgrade to Scotch-5.0
Changelog at <http://www.labri.fr/perso/pelegrin/scotch/>

- Also install PT-Scotch, unless WITHOUT_MPI is set

- Install a copy of the CeCILL-C license
2007-08-10 17:47:23 +00:00
Thierry Thomas
7405f743a2 Fix the build with Python 2.5.
Reported by:	pointyhat via Pav
Submitted by:	perky
2007-08-08 21:21:30 +00:00
Tilman Keskinoz
5ddce0f361 Fix build on 64bit platforms 2007-08-02 12:30:34 +00:00
Pav Lucistnik
aed541e7be - Fix version in egg-info filename 2007-07-30 18:20:01 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Pav Lucistnik
568bb68fda - Update to 36
PR:		ports/114947
Submitted by:	Sven Esbjerg <fbsd-ports@xbsd.net> (maintainer)
2007-07-28 19:25:49 +00:00
Thierry Thomas
552f179d46 - Upgrade to 2.0.8;
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 22:00:52 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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-23 09:36:51 +00:00
Ying-Chieh Liao
107f1fb1fc 'actually' pass maintainership 2007-07-21 01:21:52 +00:00
Ying-Chieh Liao
a50957b0e8 upgrade to 2.12.a
pass maintainership to submitter

PR:		114768
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-07-21 01:20:50 +00:00
Gabor Kovesdan
8c9b87da6e - Remove USE_GNUCONFIG, which is a noop
- portlint(1)

PR:		ports/114283
Submitted by:	gabor
Approved by:	Peter Johnson <johnson.peter@gmail.com> (maintainer)
2007-07-19 07:44:08 +00:00
Maho Nakata
38590281c2 Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by:	maitainer
2007-07-17 00:22:36 +00:00
Thierry Thomas
5ac3fc536e Fix desktopdir entry.
Reported by:	pointyhat via Pav.
2007-07-16 19:07:54 +00:00
Maho Nakata
c23a6c71fd Now we use USE_FORTRAN=g77 to use FORTRAN compiler. 2007-07-14 01:29:12 +00:00
Maho Nakata
9e03dca3d7 Now we use USE_FORTRAN=yes to use FORTRAN. 2007-07-12 07:29:27 +00:00
Maho Nakata
cf08f8bf7e Add distinfo for WITH_EXAMPLE as well.
Submitted by:	"Pedro F. Giffuni"
2007-07-09 02:39:51 +00:00
Thierry Thomas
fa5b960996 Upgrade to 20070702.
Changelog at <http://iut-tice.ujf-grenoble.fr/cao/news.txt>.
2007-07-07 08:03:11 +00:00
Martin Wilke
772d05fec5 - Update to 4.16r2
- Allow build with amd64

PR:		113871
Submitted by:	Thomas Zander <riggs@rrr.de> (maintainer)
2007-07-06 10:22:42 +00:00
Edwin Groothuis
1fa9e4844d dyeske at yahoo dot com -> dyeske at gmail dot com 2007-07-05 23:39:06 +00:00
Pav Lucistnik
737b8faa1b - Mark BROKEN on CURRENT: does not build with GCC 4.2 2007-07-03 09:32:56 +00:00
Martin Wilke
6849a108ff - Update to 0.0.12
PR:		114071
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-07-02 12:12:41 +00:00
Thierry Thomas
81722e9d18 - Upgrade to 1.5.2-1;
- PBS can be provided by Torque;

- One more tip to configure astk-client.
2007-06-30 22:47:28 +00:00
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
Stanislav Sedov
70a5178671 - Update to 9.7.46. 2007-03-19 20:35:06 +00:00
Stanislav Sedov
9cbf45966b - Update to 20070216
- Deprecate geda-projectmanager.
2007-03-13 16:30:28 +00:00
Stanislav Sedov
c3d547185c - Update to 2007.02.21. 2007-03-12 21:31:08 +00:00
Maho Nakata
1385e9898b 1. Update to 1.6 and make fetchable[1]
2. WITH_ATLAS knobs works.

Submitted by:	Pedro F. Giffuni and fenner[1]
2007-02-27 02:54:26 +00:00
Stanislav Sedov
ac60a0ed50 - Update to 9.7.45. 2007-02-22 00:17:24 +00:00
Thierry Thomas
d9df07306d Trap an exception and set a default fqn when gethostbyaddr fails with
'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
2007-02-17 22:54:03 +00:00
Erwin Lansing
ecd61d0afb Update to 1.8.7 2007-02-17 13:27:54 +00:00
Pav Lucistnik
5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00
Mark Linimon
8be462141a Remove 4.X cruft.
Approved by:	maintainer
2007-02-06 02:01:27 +00:00
Thierry Thomas
77e3e1eb2d Upgrade to 2.0.
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
2007-02-05 21:15:53 +00:00
Stanislav Sedov
2a01a6f517 - Update to 9.7.41. 2007-02-05 01:53:11 +00:00
Michael Reifenberger
830072bb8e - change BUILD_DEPENDS: shells/bash2 -> shells/bash;
- drop a spare line at Makefile to pet portlint.

PR:		ports/108631
Submitted by:	bsam
2007-02-01 11:59:23 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Markus Brueffer
0aa331a069 - Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION
2007-01-31 08:33:22 +00:00
Martin Wilke
9d5215e1ef - Update to 0.7.2
PR:		108441
Submitted by:	miwi
Approved by:	maintainer
2007-01-27 23:58:41 +00:00