Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
-----------------------
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.
|
|
|
|
available (it was binary distribution only).
|
|
|
|
|
|
though the patch description says 1.8.3.
|
|
- 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
|
|
- 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
|
|
- 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
|
|
- 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().
|
|
|
|
|
|
|
|
|
|
Resolve PR pkg/49382.
|
|
|
|
|
|
|
|
* Switch to GCC 4.9.2 based.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
- 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
|
|
|
|
|
|
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.
|
|
|
|
3.3.61 27jun14 Parameterized number of named markers, so that
--enable-manymarkers at configure time allows up to 702
named markers instead of 26 (disabled by default).
Updated LZ4 for version r118.
Fixed broken VCD/TIM export in Windows (broken by new file
requester).
|
|
Disable build dependence on gperf as the build doesn't actually run
it, and also for this workaround I need to patch the gperf output
file.
|
|
(pkgsrc)
Add comment on patch-ab, picked up from cvs log
(upstream)
3.3.60 14may14 Fix MinGW tmpfile_open() patch from previous release as it
was using the wrong filename.
Harden fsdb reader against xtags that move backward in time.
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
|
|
DIY Layout Creator (DIYLC in short) lets the user draw electronic schematics
and board/chassis layouts quickly and without a steep learning curve.
It's particularly useful for breadboard or stripboard-style layouts, where
the board is inflexible and discrete components have variable leg lengths.
|
|
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
|
|
behaves incorrectly on many platforms (E.g. NetBSD)
https://bugs.launchpad.net/geda/+bug/1319785
Fixes build on Linux, corrects icon file names on NetBSD and others.
Bump PKGREVISION.
Discussed with dmcmahill@ - but as we're both right-thinking people that
understand that desktop icons are for pussies, strictly speaking this
has been build-tested and brain-tested only.
|
|
until proven otherwise.
|
|
----------
3.3.58 16mar14 Added /Data Format/Popcnt function for ones counting.
Warnings fixes from new Clang 3.4 scan-build.
Updated VCD ID generation in various helpers to use a faster,
equivalent algorithm.
Change [1] at end of struct to C99 [] notation with appropriate
allocation size modification.
System_profiler speed fix for OSX.
3.3.59 26apr14 Use Duff's Device for 8 byte -> 1 byte binary value compression
algorithm in FST writer.
Warnings fixes from cppcheck.
Moved MinGW for FST to using different windows tempfile
generation instead of tmpfile().
Removed fflush() in FST for MinGW in places that can cause
crashes with read only files.
Updated man page for gtkwave.1 indicating that XID is in hex.
Allow decimal conversions on popcnt filtered vectors that are
greater than 64 bits (they will never overflow).
|
|
Fix PR pkg/48777
|
|
|
|
|
|
|
|
Notable changes in gEDA/gaf 1.8.2
=================================
Bugfix release.
* [994361] Fixed a libgeda crash bug involving nets inside symbols.
* [1226246] Fixed a gnetlist data corruption bug when using refdes
containing the string "POWER".
* Updates to build system to allow compilation from git on systems
with Automake >= 1.13.0.
Notable changes in gEDA/gaf 1.8.1
=================================
Bugfix release with correct dynamic version information for libgeda.
Notable changes in gEDA/gaf 1.8.0
=================================
* `gschem' and `gnetlist' have updated and rewritten user guides.
* All tools now give more informative error messages if they are
unable to load schematic or symbol files due to syntax errors.
* All tools now correctly handle schematic and symbol files with `\r',
`\n', or `\r\n` line endings, or a mixture.
* Unconnected pin ends and net ends are now all drawn with the same
box marker in `gschem' and printed output.
* Net segments with at least two connections (including indirect
connections via `netname=' attributes) are now drawn with arrowheads
rather than box markers on dangling ends in `gschem' and printed
output.
Notable changes in gEDA/gaf 1.7.2
=================================
* `geda-gaf' now requires GTK+ 2.16.0 or later.
* A greatly expanded Scheme API has been added to gEDA/gaf for use by
extension authors. See the `geda-scheme' Info manual for more
details. Existing extensions may need to be modified to load the
`(geda deprecated)' or `(gschem deprecated)' modules.
* The `component-library-search' function for `gafrc' files now skips
directories without symbols, and searches for libraries recursively.
* `gschem' keybinding improvements:
- Keybindings are now unaffected by Caps Lock.
- Keystrokes are displayed using the same characters as on keycaps
(e.g. `:' instead of `colon').
- Keystrokes may use extended modifiers (Super, Hyper and Meta).
- Key bindings can be modified in any rc file or interactively using
the `global-set-key' function. See notes in `system-gschemrc' for
examples.
* `gschem' now displays help files and component documentation on all
platforms, including Windows. The `locate' tool is no longer used
to search for component documentation files.
* The `schdiff' tool for generating visual diffs of schematics and
symbols has been added. It can be used with most version control
systems. See `man schdiff' for more details.
* The `bom' and `bom2' backends to `gnetlist' now give error messages
if no attribute file can be found. The `-O attrib_file=FILE' and
`-O attribs=ATTRIB,ATTRIB...' options have also been added.
* A new `ewnet' backend has been added to `gnetlist'. This outputs
netlists for use with the National Instruments ULTIboard layout
tool.
* The `verilog' backend to `gnetlist' now supports concatenated net
naming like "{a,b,c[3:0]}".
* `gsch2pcb' no longer supports the `m4_command' parameter in project
files.
* The `--m4-pcbdir' and `--m4-file' arguments to `gsch2pcb' now work
again.
* `gsymfix.pl' has been renamed to `gsymfix'.
* Man pages are now available for all programs installed as part of
gEDA/gaf.
* The undocumented programs `gnet_hier_verilog', `gsymupdate', `gschupdate'
and `sch2eaglepos.sh' are no longer installed to ${prefix}/bin.
Notable changes in gEDA/gaf 1.7.1
=================================
* gEDA is now compatible with Guile 2.0.
* gEDA/gaf applications no longer complain when trying to load an rc
file twice, or when an rc file doesn't exist.
* `gschem' allows objects to be moved by dragging without having to
select them first.
* `gschem' now supports keybindings with more than one modifier key,
and "Deselect" is bound to <Control Shift A> by default.
* `gnetlist' correctly handles multiple renames of the same net. This
resolves some long-standing bugs with multipage schematics.
* The `spice-sdb' backend for `gnetlist' now has built-in support for
`SUBCKT_NMOS' and `SUBCKT_PMOS' devices.
* A new `makedepend' backend has been added to `gnetlist'. It
generates Makefile code for SPICE simulation dependencies.
* Visibility of embedded component attributes are now preserved by
`gattrib'.
* `gsch2pcb' correctly handles footprint names with hyphens (`-').
* `gsch2pcb' project files support quoting and escaping in
`schematics' entries.
* Considerable enhancements to Unicode support when printing
schematics or exporting PostScript.
Notable changes in gEDA/gaf 1.7.0
=================================
* All gEDA/gaf applications now handle configuration files much more
strictly, and provide much more useful feedback when an error
occurs.
* Several changes to `gschem' command-line options:
- The `-t' option is no longer supported.
- Several command-line options now support a long-form alternative.
- The `-s' option can now be used to run multiple Scheme scripts
during `gschem' startup.
- A new `-c' option is available, which runs a Scheme expression
during `gschem' startup.
- A new `-L' option is available, which adds a directory to the
Scheme load path.
- A new `-V' or `--version' option is available, which displays
version information.
* `gschem' now provides a "Select All" function, which is bound to
<Control a> by default, along with a corresponding "Deselect"
function.
* In the `gschem' "Add component" dialog, filtering the component
library will expand matching libraries. If the filter is cancelled,
all libraries are collapsed. Components can now be selected by
double-clicking on them in the component list.
* The `gschem' "Edit Text Properties" dialog now has an easier to use
"Alignment" menu.
* Printed text size now better matches on-screen text size in
`gschem'.
* Special characters, including commas, are now escaped or quoted
appropriately in `gattrib' CSV output.
* Several changes to `gnetlist' command-line options:
- Four command-line options specific to the `spice-sdb' backend have
been removed. They can be replaced with `-O <option>' according
to the following table:
-e, --embedd -O embedd_mode
-I, --include -O include_mode
-n, --nomunge -O nomunge_mode
-s, --sort -O sort_mode
- The list of available backends is now obtained using a new
`--list-backends' option. `-g help' no longer outputs a list of
backends.
- A new `-L' option is available, which adds a directory to the
Scheme load path.
- A new `-V' or `--version' option is available, which displays
version information.
- When run with invalid command-line arguments, `gnetlist' now exits
with non-zero exit status.
* Several `gnetlist' backends have now been fixed so that it should no
longer be necessary to set an expanded Guile stack in gEDA's config
files.
* The `spice-sdb' backend for `gnetlist' now supports probes
(`TESTPOINT' devices).
* The undocumented `mk_verilog_syms' program is no longer installed.
The symbols it creates are still installed to
`${prefix}/share/gEDA/sym/verilog'.
|
|
|
|
|
|
|
|
|