Commit graph

1332 commits

Author SHA1 Message Date
rillig
d5b700903f Removed outdated TODO file 2015-11-23 23:31:01 +00:00
mef
30fe70f58f Update 7.4.0 to 7.5.0 (2015/11/17)
---------------------

* EAGLE Editions:

  - The EAGLE Freeware edition now starts with a temporary advertisement window
    and the Control Panel has got an advertisement section.
  - For the EAGLE Light edition (both Freeware and Commercial) the number of
    available schematic sheets has been increased to 2.

* GUI:

  - Now the icons in EAGLE are scalable (see Options menu in Control Panel).
    The icons are in SVG format and stored in folder 'icons' under the bin folder.
    The classic set of EAGLE icons is not available in SVG format and therefore
    not scalable.
  - Added highlighting of the current group if starting GROUP command.
  - Added tool tips to the DRC/ERC error list containing the error descriptions.

* ULPs:

  - Update of various ULPs integrated into EAGLE's editors:
     - In the Board editor under File/Export the entries 'Unidat' (unidat.ulp) and
       'DIF4.0' (dif40.ulp) have been taken out. An entry 'Mount SMD' has been added
       (starting mountsmd.ulp).
     - In the Board editor under File/Import the entry 'Ultiboard'
       (import-ultiboard-ddf.ulp) has been taken out. The new entries 'DXF' and
       'Gerber' have been added, executing import-dxf.ulp resp. import-gerber.ulp.
       The Gerber import is a new functionality.
       Import of DXF is available in the Schematic editor as well.
     - In the Board editor under Tools the new entries 'Element array placement'
       (new component-array.ulp) and 'Mirror board' (mirror-board.ulp) have been
       added.
     - In the Library editor there is now File/Import with entry 'BSDL', starting
       make-symbol-device-package-bsdl.ulp.

* Miscellaneous:

  - Extension of proxy settings by an optional username and password.
    Saving of the password is also optional and in an encrypted form.
    See Help/Check for Update/Configure in Control Panel.
  - Added a special DRC error for intersecting signal polygons with same rank.
  - Workaround for Linux 64 bit, because Red Hat (RHEL 6.6) is not
    yet providing an up-to-date GLIBC library.
  - Implementation of a basic file locking mechanism: by default any files
    that are loaded into an EAGLE editor are locked, i.e. not available for
    writing by other EAGLE instances. Locked files are reported to the user.
    He can retry getting the file, save under a different name, continue editing
    without saving or break the lock. The locking can be switched off
    which is saved in eaglerc user settings.
  - Added a new set of schematics, boards and libraries from 3rd party 'seeed'.
    The libraries are in a directory 'seeed' under the library folder, the
    schematics and boards in examples/'seeed' under the projects folder.
    See also www.seeed.cc.

* Bugfixes:

  - Fix for not searchable PDF printings on MAC.
  - Fix to avoid intensive network traffic caused by GUI elements of the
    autorouter.
  - Fixed unusable confirm dialog in CAM processor; under special conditions
    it could be blocked by the progress dialog.
  - Fix for wrong display of mirrored texts in package previews.
  - Fixed handling of vias if reselecting a differential pair for routing.
  - If starting the autorouter, the TopRouter is now checking whether
    the board is already routed completely.
  - Made image export to TIFF format work again. There was a regression in V7.3.
  - Restored V6 behavior for designs w/o hierarchy if combining or renaming
    net segments, which could cause unnecessary ripups.
  - Now 64 colors of all palettes are initialized.
  - Correction of the number of available layers for 'Make Personal' edition
    from 4 to 6.
  - Keeping order of 'SET CONTEXT' commands if displaying the context menu.
  - Avoiding a crash on Mac if closing a drawing window with Command(Apple)-W
    immediately after loading a board and schematic pair and restoring the
    minimized partner.
2015-11-21 13:49:16 +00:00
mef
23d350f45e Update to 3.3.68 (2015/11/18)
----------------
3.3.68  18nov15 Update copyright date.
        Added named markers capability to From: and To: time value
        input boxes.
        Added support for fixed point binary numbers for both signed
        and unsigned decimal display types.
2015-11-21 12:54:05 +00:00
ryoon
b33059afe1 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
agc
c23377570b Add SHA512 digests for distfiles for cad category
Problems found with existing distfile for eagle:
	distfiles/eagle-lin32-7.4.0.run
No changes made to eagle/distinfo file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 00:21:15 +00:00
wiz
d15f48992a Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
2015-10-14 20:17:24 +00:00
mef
f624d583ec Update to 3.3.67
----------------
3.3.67  24sep15 Updated LZ4 for version r131.
        Fixed right justify ascii datatype display.
2015-10-01 14:59:43 +00:00
tnn
93c466170d cloud.github.com unconditionally redirects to https. Use it directly. 2015-09-12 20:03:00 +00:00
mef
275aa7ac7f Update 7.3.0 to 7.4.0
---------------------
Release notes for EAGLE 7.4.0
=============================

* EAGLE Editions:

  - CadSoft now provides an EAGLE "Make Pro" edition with capabilities similar to
    Standard edition. In particular the board area is limited to 160x100mm, but
    board width and height can be adjusted. The license is limited to one year
    and an internet connection is required.
  - There is also a new edition "Make Personal" available which was previously
    called "EAGLE Hobbyist".

* COPY command:

  - Beside device sets and packages the COPY command now can also copy symbols.
  - If the library name is skipped in the command syntax the currently opened
    library is taken as source (see help for details).

* Control Panel:

  - Added entry 'COPY to library' to context menu for symbols.
  - Support for Drag&Drop for symbols from Control Panel to Library Editor
    and of all library object types to the overview (table of contents) mode of
    the Library Editor.

* Library Editor:

  - Addition of 'Duplicate' to context menu for symbols in the overview
   (table of contents) mode.
  - Added tool tips to the TOC view of the library editor window
    containing the headlines of the respective descriptions.

* Help improvements:

  - Added examples for CHANGE DLINE.
  - Improved description of PORT regarding buses and of PACKAGE regarding 'name'.
  - Added a section 'Special attributes' regarding the special role of
    attribute 'VALUE'.
  - Improved description of UL_PART.variants(); extended example for UL_VARIANT.
  - Added explanation on top/bottom pairs of custom layers.

* Miscellaneous:

  - Added a set of design rule files from Eurocircuits and Wuerth Electronic
    to design rule folder.
  - Added a new CAM job file gerb274x-mill-drill.cam for generating milling
    output with Gerber and drill data output with Excellon in one action.

* Bugfixes:

  - Ignoring a potentially given but superfluous extension in
    COPY X.PAC@abc.lbr Y[.pac]; same for .dev.
  - Fix for locale dependant problems when entering decimal numbers in unit fields.
  - Changed misleading text in the Linux install script.
  - Fixed handling of newly added empty global attributes.
  - Fix for proper support of EAGLE 64 bit on MAC OS X 10.8.
  - Fixed interpretation of scroll and zoom gestures from trackpads on MAC.
  - Fix for 'Duplicate' in context menu for device sets and packages in the
    library editor's overview mode when duplicating unsaved objects.
  - Improved drawing performance for panning under Linux;
    there was a regression after version 7.2.0.
  - Fix for support of country specific decimal point (like ',') in command line
    and scripts (after 7.2.0 only '.' worked).
  - 'Duplicate' in context menu for library objects: restriction in the naming
    dialog to allowed characters for object names.
  - Fix for a crash in the autorouter when evaluation was done with invalid
    job files.
  - Fix for umlaut problem in installation text on MAC.
  - The ROUTE command with Ctrl+Left can now also start routing at a pad;
    this is important to start from a pad without airwire if the connect mode
    is set to 'any'.
  - Now the first selection point for DIMENSION is only snapped if coming from
    a mouse click.
  - Fixed update of thumbnails after removing a module.
  - Fix for long printing times on Windows (there was a regression since V7.3).
  - Fixed context menu handling for PACKAGE/TECHNOLOGY after clicking "Next"
    in case of an ambiguous selection. The command was still referring to the
    previous object.
  - Fixed >LAST_DATE_TIME in CAM Processor output; it has been stuck at
    'not saved' if during an EAGLE session a new drawing has been generated.
  - Fixed displaying license data containing umlauts.
  - Fix for EAGLE in commandline mode: it could happen that a given command
    sequence (option -C) was executed in the wrong editor window.
  - Fixed triggering the default button 'OK' by ENTER key in the CONNECT dialog;
    if the focus was in a list, the list action was executed inadvertently.
  - Fix for initially missing display of the 'Window' menu in MAC menubar.
  - Correction of eagle.def concerning the output formats GERBER_RS274X_33MM
    and EXCELLON_33MM (introduced in V7.2.1).
  - Fix regarding continuation of an existing autorouter job after previous cancel.
  - Added an initial check if the board was changed before continuation of an
    existing autorouter job.
  - Fix in DRC for undetected overlapping polygons in special cases.
  - Fix for inaccessible minimized partner window if a schematic or board was
    opened. This was a problem on several Linux distributions.
  - Fix for undesired focus changes on MAC between EAGLE editor windows.
  - Reactivated beep if clicking into the drawing area w/o causing
    an actual selection (e.g. in ROUTE command).
  - Fixed ERC messages for nets containing UTF-8 characters.
  - Changed the polygon calculation within the CAM Processor to vector font,
    because texts are always using vector font in the CAM Processor.
  - Added a hint to use the default grid in schematics.
  - Ignoring unjustified offset position if pasting a module.
  - Ensuring unique naming if copying symbols.
  - Fixed initial display of TOC in libraries if loaded within a project.
  - Made ADD link in Control Panel for symbols work.
  - Fixed annotation of deleting a module instance; deleting the respective
    signals in the board completely if there is no port.
2015-09-02 01:55:13 +00:00
mef
49a7c10a66 Added cad/p5-gds2 version 3.33 2015-08-25 02:03:53 +00:00
mef
6fc0480c41 Import GDS2-3.33 as cad/p5-gds2.
This is GDS2, a module for creating programs to read,
write, and manipulate GDS2 (GDSII) stream files.

GDS2 should be able to handle any size gdsii file but
I would consider it too slow for anything larger
than a few megabytes in size. If your files are are
closer to the gigabyte range please check out my
gdt programs at: http://sourceforge.net/projects/gds2/
which you can use to open and process GDS2 files
as a pipe from Perl.
2015-08-25 01:57:38 +00:00
tnn
3d88cb5d7c - Switch to 32-bit version; 64-bit version has issues with emulation of
pselect6 syscall on NetBSD, leading to high CPU usage (busy polling)
- Also ensure QT_XKB_CONFIG_ROOT is set in the environment, otherwise
keyboard input might not work.

Bump PKGREVISION.
2015-08-13 20:27:43 +00:00
tnn
eeeb5c9d9e Update to eagle-7.3.0.
Changes since version 4 are much to numerous to list but include for
example a new autorouting tool, 64-bit support and usability improvements
in all subsystems such as editor, CAM processor and component library.
2015-08-12 17:39:36 +00:00
mef
b2c7154f58 Update to 3.3.66
----------------
3.3.66	05jul15	Faster fsdb initialization.
		Fix vcd recoder loader crash for malformed vcd if signal is
		declared as bits and a real valued change is encountered for
		the value change.
		Fixed crash in vcd2vzt for vcd files with no value changes
		(likely a malformed vcd).
		Added fsdbReaderResetSignalList() to prevent signals from
		loading over and over when unnecessary.
		Compile fixes for renamed functions and defines in gtk osx.
2015-08-01 02:38:50 +00:00
wen
3656f59b27 Update to 3.0.8
Update LICENSE HOMEPAGE and MASTER_SITES
Now it is python3 compatible
Complete test target

Upstream changes:
3.0.8  2015-06-23

    [NEW] Added a monitoring guide to the documentation.
    [FIX] Improved packaging (thanks to Larissa Reis).
    [FIX] Fixed and improved various test cases.

3.0.7  2015-03-01

    [FIX] State of resources and requests were inconsistent before the request has been processed (issue #62).
    [FIX] Empty conditions were never triggered (regression in 3.0.6, issue #63).
    [FIX] Environment.run() will fail if the until event does not get triggered (issue #64).
    [FIX] Callback modification during event processing is now prohibited (thanks to Andreas Beham).

3.0.6 - 2015-01-30

    [NEW] Guide to SimPy resources.
    [CHANGE] Improve performance of condition events.
    [CHANGE] Improve performance of filter store (thanks to Christoph Körner).
    [CHANGE] Exception tracebacks are now more compact.
    [FIX] AllOf conditions handle already processed events correctly (issue #52).
    [FIX] Add sync() to RealtimeEnvironment to reset its internal wall-clock reference time (issue #42).
    [FIX] Only send copies of exceptions into processes to prevent traceback modifications.
    [FIX] Documentation improvements.

3.0.5  2014-05-14

    [CHANGE] Move interruption and all of the safety checks into a new event (pull request #30)
    [FIX] FilterStore.get() now behaves correctly (issue #49).
    [FIX] Documentation improvements.

3.0.4  2014-04-07

    [NEW] Verified, that SimPy works on Python 3.4.
    [NEW] Guide to SimPy events
    [CHANGE] The result dictionary for condition events (AllOF / & and AnyOf / |) now is an OrderedDict sorted in the same way as the original events list.
    [CHANGE] Condition events now also except processed events.
    [FIX] Resource.request() directly after Resource.release() no longer successful. The process now has to wait as supposed to.
    [FIX] Event.fail() now accept all exceptions derived from BaseException instead of only Exception.

3.0.3  2014-03-06

    [NEW] Guide to SimPy basics.
    [NEW] Guide to SimPy Environments.
    [FIX] Timing problems with real time simulation on Windows (issue #46).
    [FIX] Installation problems on Windows due to Unicode errors (issue #41).
    [FIX] Minor documentation issues.

3.0.2  2013-10-24

    [FIX] The default capacity for Container and FilterStore is now also inf.

3.0.1  2013-10-24

    [FIX] Documentation and default parameters of Store didn’t match. Its default capacity is now inf.

3.0  2013-10-11

SimPy 3 has been completely rewritten from scratch. Our main goals were to simplify the API and code base as well as making SimPy more flexible and extensible. Some of the most important changes are:

    Stronger focus on events. Processes yield event instances and are suspended until the event is triggered. An example for an event is a timeout (formerly known as hold), but even processes are now events, too (you can wait until a process terminates).
    Events can be combined with & (and) and | (or) to create condition events.
    Process can now be defined by any generator function. You don’t have to subclass Process anymore.
    No more global simulation state. Every simulation stores its state in an environment which is comparable to the old Simulation class.
    Improved resource system with newly added resource types.
    Removed plotting and GUI capabilities. Pyside and matplotlib are much better with this.
    Greatly improved test suite. Its cleaner, and the tests are shorter and more numerous.
    Completely overhauled documentation.
2015-07-12 07:56:09 +00:00
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
ryoon
6c4d1aff4b Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
ryoon
3f6c91319c Remove double whitespace.
Fix odd comma location.
2015-05-31 23:08:09 +00:00
joerg
a9f5fbce31 Build manual with pdflatex. Drop DVI. Bump revision. 2015-05-03 19:43:21 +00:00
tnn
255d0cb0b8 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
adam
4606c07235 Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
mef
f323cf5905 Update 3.3.64 to 3.3.65
-----------------------
3.3.65  01apr15 Added --, -I-, etc. option to port filtering in SST.  Using
                -- for example filters all non-ports from search results.
                Updated LZ4 for version r126.
                Minor warnings fixes.
                Moved TCL_LDADD/TK_LDADD before FSDB_LDADD to avoid stale
                Tcl library version conflicts.
                Removed appending [31:0] to vcd loaded integer names.
                Reduced recursion depth in GHW signal loader to prevent
                stack overflow crashes.
                Added support for synthetic clocks in FST file.
                Update timetrace marking so it runs quicker for large traces.
2015-04-17 02:04:39 +00:00
tnn
1030a521fe remove lc 2015-03-06 23:57:26 +00:00
dmcmahill
322ff49f30 remove cad/lc. Received confirmation from upstream that LC is no longer available (it was binary distribution only). 2015-03-06 20:47:42 +00:00
joerg
4dbc05d5a5 Fix race condition. 2015-02-18 20:12:02 +00:00
mef
f9f8f315ca Update HOMEPAGE to qcad.org. 2015-02-14 11:10:48 +00:00
bsiegert
00c7819225 Update tkgate to 1.8.7. Patch provided by Edgar Fuss in PR pkg/49482,
though the patch description says 1.8.3.
2015-01-17 14:48:56 +00:00
mef
96b76e8bef (pkgsrc)
- Add LICENSE= gnu-gpl-v2
  - Use AUTO_MKDIRS= yes
(upstream)
  - Update 0.7 to 0.8.1
Release 0.8.1 26-Aug-2014
-------------------------
Maintenance release for 0.8.

Release 0.8 20-May-2013
-----------------------
Full details about new features and changes can be found here:
    http://docs.myhdl.org/en/latest/whatsnew/0.8.html
2015-01-04 02:51:44 +00:00
mef
eeb1243920 (pkgsrc)
- Add LICENSE= gnu-gpl-v2
(upstream)
 - Update 0.7 to 0.8.1

Release 0.8.1 26-Aug-2014
-------------------------
Maintenance release for 0.8.

Release 0.8 20-May-2013
-----------------------
Full details about new features and changes can be found here:
    http://docs.myhdl.org/en/latest/whatsnew/0.8.html
2015-01-04 02:45:50 +00:00
mef
f52bd1108b (pkgsrc)
- Add LICENSE= gnu-gpl-v2
(upstream)
 - Update 0.7 to 0.8.1
Release 0.8.1 26-Aug-2014
-------------------------
Maintenance release for 0.8.

Release 0.8 20-May-2013
-----------------------
Full details about new features and changes can be found here:
    http://docs.myhdl.org/en/latest/whatsnew/0.8.html
2015-01-04 02:21:53 +00:00
mef
20ef506341 (pkgsrc)
- HOMEPAGE moved
(upstream)
 - Update 2.3 to 2.3.1
   v2.3.1 £ü 2012-01-28:
   --------------------
- [NEW] More improvements on the documentation.
- [FIX] Syntax error in tkconsole.py when installing on Py3.2.
- [FIX] Added *mock* to the dep. list in SimPy.test().
2015-01-04 02:13:16 +00:00
dholland
efa9413ece Fix netbsd-5 build by SUBSTing out fabsl(). From John D. Baker in PR 48980. 2014-12-27 02:03:19 +00:00
obache
6e765eeadb Reset MAINTAINER, requested in PR pkg/49382. 2014-12-17 06:35:13 +00:00
obache
0f7fd2d8b0 Remove needless CONFIGURE_ARGS and LDFLAGS settings. 2014-12-15 09:05:32 +00:00
obache
953825e5c3 remove unwanted replacement "==" with "=", it's in C code, not sh script. 2014-12-15 09:00:32 +00:00
obache
2ddb092b07 Change Tcl/Tk library name matching to pkgsrc naming, to be found correctly.
Resolve PR pkg/49382.
2014-12-15 08:58:52 +00:00
obache
6735cf48ea LICENSE=gnu-gpl-v2 2014-12-15 08:36:15 +00:00
wiz
e0db3b4efb Add confusing space before target name. 2014-12-11 20:12:36 +00:00
ryoon
0726db7020 Update HOMEPAGE. 2014-12-09 20:06:03 +00:00
ryoon
3f9cc4ac07 Update to 0.32rc1
* Switch to GCC 4.9.2 based.
2014-12-07 10:48:12 +00:00
mef
07153070d2 HOMEPAGE moved, Company Pragmatic C Software was merged out. 2014-12-02 13:26:23 +00:00
mef
d6f1c05a47 Update 3.3.63 to 3.3.64
3.3.64  25nov14 Fix to FileChooser to prevent requester from blocking on asking
                for a directory if a dumpfile is loaded without some amount of
                absolute/relative pathname.
                Updated LZ4 for version r124.
                Fix for x-windows OSX compiles.
2014-12-02 12:37:25 +00:00
joerg
ff321b08ab Support cwrappers for packages appending arguments in the wrappers. 2014-12-01 12:39:16 +00:00
mef
36cc05decb 3.3.63 06nov14 Updated LZ4 for version r123.
Added fine horiz scrolling in wavewindow (when using the wheel
                on a mouse) if shift pressed.
                Timescale fix for Verilator where it emits 0ps as a timescale.
                Added sample gtkwave.appdata.xml file in share/appdata.
2014-11-20 08:33:59 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
mef
471787d243 (pkgsrc)
- Convert MASTER_SITES to distcache of FreeBSD
   - Delete patch-aa, taking care by Makefile of pkgsrc side
(upstream)
   - Update GDSreader 0.3 to 0.3.2
-------------------------------
New feature for gdsreader-0.3.2

  Generation of POVRAY scene files.

Quick Overview:

GDS2, (or "Calma"), files contain 2D shape data, and each shape has
a specific layer number, (gdsno), and a datatype number.  To  make
any sort of 3D model, these two integer numbers must be  "mapped"
to a corresponding thickness and depth parameter, and  also to a
color specification.   This  is handled by the user-created
"layers.config" file.  A  layers.config file needs to be made for
each technology you wish to convert.  A process which differs only
in the number of metal layers used is considered a different
technology.  The layers.config file is also used in the generation
of postscript and HPGL output, so several of the parameters in
a layers.config file do not necessarily apply to POVRAY output.

.. (more to read) share/examples/gdsreader/README.povray
2014-10-21 22:38:44 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
8b765c474f Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
mef
06fa5c2881 (Upstream) update 3.3.61 to 3.3.62
3.3.62  29aug14 Added zoom_full, zoom_size, and move_to_time to the dbus
                interface (dbus enabled by --with-gconf).
                Updated LZ4 to version r120 (r121 files are the same).
                Compiler warnings fixes for gtk+-1.2 (-Wall -Wshadow -Wextra).
(pkgsrc)
Add option gconf. See above. Enabled by default.
2014-10-04 02:05:33 +00:00