pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/eagle Update eagle to 4.16r2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/defbb61878f8
branches:  trunk
changeset: 569072:defbb61878f8
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Jan 06 08:33:23 2010 +0000

description:
Update eagle to 4.16r2.
(distfile for 4.14 are not available, so up to latest for 4.1x).

Release notes for EAGLE 4.16r2
============================

* Bugfixes:

  - Fixed generating pixmaps that are much longer in one dimension with the
    EXPORT IMAGE command.
  - Fixed handling the net class when renaming a net segment to a new name.
  - Fixed a crash when clicking into the empty area of the Technologies
    dialog.
  - Fixed an 'Internal polygon error 73' when zooming far in on a board that
    contains smds with a roundness other than 0.

Release notes for EAGLE 4.16r1
==============================

* Bugfixes:

  - Fixed handling '\' in UNC program file name under Windows XP in case the
    program is installed on a server.
  - Fixed handling the ESCape key in ULPs with nested dialogs.
  - Fixed handling the program file name under Windows if it starts
    with ".\".
  - Fixed handling German umlauts in the User Language functions strupr(),
    strlwr(), toupper() and tolower() under Windows and Mac OS X.
  - Fixed setting the current item in the Control Panel's tree view when
    drag&dropping a package into a library in case there is also a device
    set with the same name.
  - Fixed unexpected airwires in case an open Pwr pin is connected to a net
    with the same name, or a Supply pin with the same name is placed on an
    open Pwr pin.
  - Fixed printing rotated or mirrored texts under Linux and Mac OS X.
  - Fixed handling upper/lowercase when licensing under Windows on a server.
  - Fixed handling the highest byte of the Palette values in the eaglerc
    file.
  - Fixed handling polygons with only two edges, in case one of them is
    an arc.

Release notes for EAGLE 4.16
============================

* Bugfixes:

  - Fixed CUT/PASTE of net classes (only the first two were actually pasted).
  - Fixed handling library name after "Save as" (was wrong in Description
    editor).
  - Fixed CHANGE PACKAGE/TECHNOLOGY in case a device contains more than 254
    technologies (which was possible due to a missing check in the technology
    dialog of the device editor).
  - Fixed the technology dialog in the device editor, so that it doesn't
    accept more than 254 technologies per package variant.
  - Fixed a possible data corruption when a supply pin overwrites a net name.
    Leftover pin references that may have been caused by such a data
    corruption are automatically deleted during the next library update.
  - Fixed an unexpected "Cancel" button in some message boxes.
  - Fixed generating annulus symbols for pads that have the NOTHERMALS
    flag set.
  - Fixed faulty splitting of arcs near their end points.
  - Fixed a rounding error in handling rectangle coordinates and wire
    curves.
  - Fixed moving mirrored packages with polygons in a board (polygons were
    displayed in the wrong layer).
  - Fixed faulty "Change Class..." lines in the EXPORT NETLIST output from
    a schematic.
  - Fixed a problem with getting the program directory name under Windows XP
    if the console version of EAGLE was started without a full path name.
  - Fixed a possible crash when canceling the console version of EAGLE with
    Ctrl+C under Windows XP.
  - Fixed loading a text file on Windows XP from a non-Windows server (the
    file was not editable even though it was writable in the file system).
  - Fixed storing Undo data when doing a library update where the sequence
    of gates had changed in a device. If doing UNDO followed by REDO after
    such an update, some of the part's gates may have been swapped.

Release notes for EAGLE 4.15
============================

* Bugfixes:

  - The CHANGE PACKAGE command now updates the package in the board with the
    version from the schematic, in order to avoid problems in case a REPLACE
    has been done in the board while the schematic was closed.
  - Fixed handling access to the individual characters of a string in ULPs on
    Mac OS X.
  - The COPY command now updates the package in the board with the version
    from the schematic _before_ actually adding the copied part, in order to
    avoid problems in case a REPLACE has been done in the board while the
    schematic was closed.
  - The library update now reports a modification to the board even if it was
    just the renaming of some packages due to a previous REPLACE with the
    schematic closed.
  - Fixed handling empty strings in dlgListView.
  - Fixed clearing the selection of a dlgListView.
  - Fixed setting user defined default Design Rules when loading an existing
    library from within a project.
  - Fixed an extra line that appeared when closing a group with the right
    mouse button in case the group was empty.
  - Fixed a possible crash in UL_WIRE.pieces().
  - Fixed cursor positioning after an error message regarding a loop member
    in a ULP.

diffstat:

 cad/eagle/Makefile |    9 +--
 cad/eagle/PLIST    |  119 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 cad/eagle/distinfo |    8 +-
 3 files changed, 124 insertions(+), 12 deletions(-)

diffs (truncated from 337 to 300 lines):

diff -r 8c27deec604a -r defbb61878f8 cad/eagle/Makefile
--- a/cad/eagle/Makefile        Wed Jan 06 08:11:43 2010 +0000
+++ b/cad/eagle/Makefile        Wed Jan 06 08:33:23 2010 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2009/05/19 08:59:05 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2010/01/06 08:33:23 obache Exp $
 #
 
-DISTNAME=              eagle-lin-eng-4.14
-PKGNAME=               eagle-4.14
-PKGREVISION=           1
+DISTNAME=              eagle-lin-eng-4.16r2
+PKGNAME=               ${DISTNAME:S/-lin-eng//}
 CATEGORIES=            cad
-MASTER_SITES=          ftp://ftp.cadsoft.de/pub/program/4.14/
+MASTER_SITES=          ftp://ftp.cadsoft.de/pub/program/${PKGVERSION}/
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            rh%NetBSD.org@localhost
diff -r 8c27deec604a -r defbb61878f8 cad/eagle/PLIST
--- a/cad/eagle/PLIST   Wed Jan 06 08:11:43 2010 +0000
+++ b/cad/eagle/PLIST   Wed Jan 06 08:33:23 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:35:53 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2010/01/06 08:33:23 obache Exp $
 bin/eagle
 eagle/README
 eagle/bin/eagle
@@ -355,12 +355,15 @@
 eagle/lbr/74xx-us.lbr
 eagle/lbr/751xx.lbr
 eagle/lbr/DESCRIPTION
+eagle/lbr/agilent-technologies.lbr
 eagle/lbr/altera.lbr
 eagle/lbr/am29-memory.lbr
 eagle/lbr/amd-mach.lbr
+eagle/lbr/amis.lbr
 eagle/lbr/analog-devices.lbr
 eagle/lbr/ase.lbr
 eagle/lbr/atmel.lbr
+eagle/lbr/austriamicrosystems.lbr
 eagle/lbr/axis.lbr
 eagle/lbr/battery.lbr
 eagle/lbr/burr-brown.lbr
@@ -374,7 +377,6 @@
 eagle/lbr/con-amp-champ.lbr
 eagle/lbr/con-amp-micromatch.lbr
 eagle/lbr/con-amp-mt.lbr
-eagle/lbr/con-amp-mt6.lbr
 eagle/lbr/con-amp-quick.lbr
 eagle/lbr/con-amp.lbr
 eagle/lbr/con-amphenol.lbr
@@ -383,29 +385,40 @@
 eagle/lbr/con-coax.lbr
 eagle/lbr/con-commcon.lbr
 eagle/lbr/con-conrad.lbr
+eagle/lbr/con-cpci.lbr
+eagle/lbr/con-cypressindustries.lbr
 eagle/lbr/con-deutsch.lbr
 eagle/lbr/con-dil.lbr
 eagle/lbr/con-erni.lbr
+eagle/lbr/con-faston.lbr
 eagle/lbr/con-friwo.lbr
 eagle/lbr/con-harting-h.lbr
 eagle/lbr/con-harting-ml.lbr
 eagle/lbr/con-harting-v.lbr
 eagle/lbr/con-harting.lbr
+eagle/lbr/con-hirose.lbr
 eagle/lbr/con-hirschmann.lbr
+eagle/lbr/con-jack.lbr
 eagle/lbr/con-jst.lbr
+eagle/lbr/con-leotronics.lbr
 eagle/lbr/con-lsta.lbr
 eagle/lbr/con-lstb.lbr
 eagle/lbr/con-lumberg.lbr
 eagle/lbr/con-molex.lbr
 eagle/lbr/con-neutrik_ag.lbr
+eagle/lbr/con-omron.lbr
+eagle/lbr/con-panasonic.lbr
 eagle/lbr/con-panduit.lbr
 eagle/lbr/con-pc.lbr
 eagle/lbr/con-pc104.lbr
 eagle/lbr/con-phoenix-254.lbr
 eagle/lbr/con-phoenix-500.lbr
 eagle/lbr/con-phoenix-508.lbr
+eagle/lbr/con-phoenix-me_max.lbr
+eagle/lbr/con-phoenix-smkdsp.lbr
 eagle/lbr/con-ptr500.lbr
 eagle/lbr/con-rib.lbr
+eagle/lbr/con-samtec.lbr
 eagle/lbr/con-shiua-chyuan.lbr
 eagle/lbr/con-subd.lbr
 eagle/lbr/con-thomas-betts.lbr
@@ -425,11 +438,15 @@
 eagle/lbr/ecl.lbr
 eagle/lbr/etx-board.lbr
 eagle/lbr/exar.lbr
+eagle/lbr/fairchild-semic.lbr
+eagle/lbr/farnell.lbr
 eagle/lbr/fiber-optic-hp.lbr
 eagle/lbr/fiber-optic-siemens.lbr
 eagle/lbr/fifo.lbr
 eagle/lbr/fox-electronics.lbr
 eagle/lbr/frames.lbr
+eagle/lbr/freescale.lbr
+eagle/lbr/ftdichip.lbr
 eagle/lbr/fuse.lbr
 eagle/lbr/heatsink.lbr
 eagle/lbr/holes.lbr
@@ -439,14 +456,18 @@
 eagle/lbr/inductors.lbr
 eagle/lbr/infineon-tricore.lbr
 eagle/lbr/infineon.lbr
+eagle/lbr/ir.lbr
 eagle/lbr/isd.lbr
+eagle/lbr/jump-0r-smd.lbr
 eagle/lbr/jumper.lbr
 eagle/lbr/lattice.lbr
 eagle/lbr/led.lbr
 eagle/lbr/linear-technology.lbr
 eagle/lbr/linear.lbr
+eagle/lbr/lprs.lbr
 eagle/lbr/marks.lbr
 eagle/lbr/maxim.lbr
+eagle/lbr/maxstream.lbr
 eagle/lbr/memory-hitachi.lbr
 eagle/lbr/memory-idt.lbr
 eagle/lbr/memory-motorola-dram.lbr
@@ -456,15 +477,20 @@
 eagle/lbr/memory.lbr
 eagle/lbr/micro-fujitsu.lbr
 eagle/lbr/micro-harris.lbr
+eagle/lbr/micro-hitachi.lbr
 eagle/lbr/micro-intel.lbr
 eagle/lbr/micro-mc68000.lbr
 eagle/lbr/micro-motorola.lbr
 eagle/lbr/micro-philips.lbr
+eagle/lbr/micro-samsung.lbr
 eagle/lbr/micro-siemens.lbr
 eagle/lbr/microchip.lbr
 eagle/lbr/micronas.lbr
+eagle/lbr/microwave.lbr
 eagle/lbr/motorola-sensor-driver.lbr
 eagle/lbr/murata-filter.lbr
+eagle/lbr/national-instruments.lbr
+eagle/lbr/national-semiconductor.lbr
 eagle/lbr/nec-lqfp100-pack.lbr
 eagle/lbr/opto-honeywell-3000.lbr
 eagle/lbr/opto-honeywell-4000.lbr
@@ -484,6 +510,8 @@
 eagle/lbr/pot-xicor.lbr
 eagle/lbr/pot.lbr
 eagle/lbr/ptc-ntc.lbr
+eagle/lbr/quantum-sensor.lbr
+eagle/lbr/rahmen.lbr
 eagle/lbr/rcl.lbr
 eagle/lbr/rectifier.lbr
 eagle/lbr/ref-packages.lbr
@@ -498,12 +526,14 @@
 eagle/lbr/rf-micro-devices.lbr
 eagle/lbr/semicon-smd-ipc.lbr
 eagle/lbr/sensor-heraeus.lbr
+eagle/lbr/silabs.lbr
 eagle/lbr/smd-ipc.lbr
 eagle/lbr/smd-special.lbr
 eagle/lbr/solpad.lbr
 eagle/lbr/special-pad.lbr
 eagle/lbr/special.lbr
 eagle/lbr/st-microelectronics.lbr
+eagle/lbr/supply-dummy.lbr
 eagle/lbr/supply1.lbr
 eagle/lbr/supply2.lbr
 eagle/lbr/switch-dil.lbr
@@ -511,6 +541,7 @@
 eagle/lbr/switch-omron.lbr
 eagle/lbr/switch.lbr
 eagle/lbr/telcom.lbr
+eagle/lbr/telecontrolli.lbr
 eagle/lbr/telefunken.lbr
 eagle/lbr/testpad.lbr
 eagle/lbr/texas.lbr
@@ -580,6 +611,75 @@
 eagle/ulp/cmd-change-brd-width.ulp
 eagle/ulp/cmd-change-class.ulp
 eagle/ulp/cmd-change-swap-layer.ulp
+eagle/ulp/cmd-draw-group.bmp
+eagle/ulp/cmd-draw-hole-ellipse-calcstep.bmp
+eagle/ulp/cmd-draw-hole-ellipse-degstep.bmp
+eagle/ulp/cmd-draw-hole-ellipse4-calcstep.bmp
+eagle/ulp/cmd-draw-hole-ellipse4-degstep.bmp
+eagle/ulp/cmd-draw-hole-none-calcstep.bmp
+eagle/ulp/cmd-draw-hole-none-degstep.bmp
+eagle/ulp/cmd-draw-hole-none.bmp
+eagle/ulp/cmd-draw-move-circle-match-calcstep.bmp
+eagle/ulp/cmd-draw-move-circle-match-degstep.bmp
+eagle/ulp/cmd-draw-move-circle-no_match-calcstep.bmp
+eagle/ulp/cmd-draw-move-circle-no_match-degstep.bmp
+eagle/ulp/cmd-draw-move-ellipse-match-calcstep.bmp
+eagle/ulp/cmd-draw-move-ellipse-match-degstep.bmp
+eagle/ulp/cmd-draw-move-ellipse-no_match-calcstep.bmp
+eagle/ulp/cmd-draw-move-ellipse-no_match-degstep.bmp
+eagle/ulp/cmd-draw-move-ellipse4-match-calcstep.bmp
+eagle/ulp/cmd-draw-move-ellipse4-match-degstep.bmp
+eagle/ulp/cmd-draw-move-ellipse4-no_match-calcstep.bmp
+eagle/ulp/cmd-draw-move-ellipse4-no_match-degstep.bmp
+eagle/ulp/cmd-draw-move-match-ellipse-none.bmp
+eagle/ulp/cmd-draw-move-match-none.bmp
+eagle/ulp/cmd-draw-move-no_match-ellipse-none.bmp
+eagle/ulp/cmd-draw-move-no_match-none.bmp
+eagle/ulp/cmd-draw-pad-ellipse-calcstep.bmp
+eagle/ulp/cmd-draw-pad-ellipse-degstep.bmp
+eagle/ulp/cmd-draw-pad-ellipse4-calcstep.bmp
+eagle/ulp/cmd-draw-pad-ellipse4-degstep.bmp
+eagle/ulp/cmd-draw-pad-none-calcstep.bmp
+eagle/ulp/cmd-draw-pad-none-degstep.bmp
+eagle/ulp/cmd-draw-pad-none.bmp
+eagle/ulp/cmd-draw-polygon-circle-calcstep.bmp
+eagle/ulp/cmd-draw-polygon-circle-degstep.bmp
+eagle/ulp/cmd-draw-polygon-ellipse-calcdeg.bmp
+eagle/ulp/cmd-draw-polygon-ellipse-calcstep.bmp
+eagle/ulp/cmd-draw-polygon-ellipse-degstep.bmp
+eagle/ulp/cmd-draw-polygon-ellipse-none.bmp
+eagle/ulp/cmd-draw-polygon-ellipse4-calcstep.bmp
+eagle/ulp/cmd-draw-polygon-ellipse4-degstep.bmp
+eagle/ulp/cmd-draw-polygon-ellipse4-none.bmp
+eagle/ulp/cmd-draw-polygon-none-calcstep.bmp
+eagle/ulp/cmd-draw-polygon-none.bmp
+eagle/ulp/cmd-draw-smd-circle-match-calcstep.bmp
+eagle/ulp/cmd-draw-smd-circle-match-degstep.bmp
+eagle/ulp/cmd-draw-smd-circle-no_match-calcstep.bmp
+eagle/ulp/cmd-draw-smd-cricle-no_match-degstep.bmp
+eagle/ulp/cmd-draw-smd-ellipse-match-calcstep.bmp
+eagle/ulp/cmd-draw-smd-ellipse-match-degstap.bmp
+eagle/ulp/cmd-draw-smd-ellipse-no_match-calcstep.bmp
+eagle/ulp/cmd-draw-smd-ellipse-no_match-degstep.bmp
+eagle/ulp/cmd-draw-smd-ellipse4-match-calcstep.bmp
+eagle/ulp/cmd-draw-smd-ellipse4-match-degstep.bmp
+eagle/ulp/cmd-draw-smd-ellipse4-no_match-calcstep.bmp
+eagle/ulp/cmd-draw-smd-ellipse4-no_match-degstep.bmp
+eagle/ulp/cmd-draw-smd-match-degstep.bmp
+eagle/ulp/cmd-draw-smd-match-none.bmp
+eagle/ulp/cmd-draw-smd-no_match-degsetp.bmp
+eagle/ulp/cmd-draw-smd-no_match-none.bmp
+eagle/ulp/cmd-draw-wire-calc-ellipse.bmp
+eagle/ulp/cmd-draw-wire-calcstep-none.bmp
+eagle/ulp/cmd-draw-wire-circle-calcstep.bmp
+eagle/ulp/cmd-draw-wire-circle-degstep.bmp
+eagle/ulp/cmd-draw-wire-clac-ellipse4.bmp
+eagle/ulp/cmd-draw-wire-degstep-none.bmp
+eagle/ulp/cmd-draw-wire-ellipse.bmp
+eagle/ulp/cmd-draw-wire-none.bmp
+eagle/ulp/cmd-draw-wire-step-ellipse.bmp
+eagle/ulp/cmd-draw-wire-step-ellipse4.bmp
+eagle/ulp/cmd-draw.ulp
 eagle/ulp/cmd-net-list2sch.ulp
 eagle/ulp/cmd-netscript2sch.ulp
 eagle/ulp/cmd-place-restrict-name-value.ulp
@@ -589,6 +689,7 @@
 eagle/ulp/cmd-snap-board.ulp
 eagle/ulp/cmd-snappads.ulp
 eagle/ulp/copy-silk-screen.ulp
+eagle/ulp/copy-text-as-wire.ulp
 eagle/ulp/copy-wire-to-solder-mask.ulp
 eagle/ulp/count.ulp
 eagle/ulp/del-devices.ulp
@@ -601,6 +702,7 @@
 eagle/ulp/drillcfg.ulp
 eagle/ulp/dxf.ulp
 eagle/ulp/eagle.bmp
+eagle/ulp/edit-used-dev-pac-sym.ulp
 eagle/ulp/editnext-dev-sym-pac.ulp
 eagle/ulp/editnext-lbr.ulp
 eagle/ulp/editnext-sheet.ulp
@@ -625,6 +727,7 @@
 eagle/ulp/find.ulp
 eagle/ulp/gluemark.ulp
 eagle/ulp/glueout.ulp
+eagle/ulp/hyperlynx.ulp
 eagle/ulp/import-bmp-c16.bmp
 eagle/ulp/import-bmp-c2.bmp
 eagle/ulp/import-bmp-c256-0.bmp
@@ -644,10 +747,18 @@
 eagle/ulp/length-freq-ri.ulp
 eagle/ulp/length.ulp
 eagle/ulp/make-symbol-device-package-bsdl.ulp
+eagle/ulp/make_bga_package.bmp
+eagle/ulp/make_package_dual.bmp
+eagle/ulp/make_package_meass_pacinfo.bmp
+eagle/ulp/make_package_meass_padinfo.bmp
+eagle/ulp/make_package_quad_left.bmp
+eagle/ulp/make_package_quad_middle.bmp
 eagle/ulp/make_symbol_dual1.bmp
 eagle/ulp/make_symbol_dual2.bmp
 eagle/ulp/make_symbol_quad.bmp
 eagle/ulp/make_symbol_single.bmp
+eagle/ulp/microstrip-radial-stub.bmp
+eagle/ulp/microstrip-radial-stub.ulp
 eagle/ulp/mill-outlines-bott.bmp
 eagle/ulp/mill-outlines-cnc.bmp
 eagle/ulp/mill-outlines-coppdim.bmp



Home | Main Index | Thread Index | Old Index