diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-21 13:23:52 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-21 13:23:52 +0000 |
commit | f1812463942ce26e512bd200c1b8b09fa33bf2e9 (patch) | |
tree | 1f365694569dbd7455d4fd0f84566c99c42d77c6 /cad/geda-symbols | |
parent | a8116c12a3f167f011035e5655bd1163c981c81b (diff) | |
download | pkgsrc-f1812463942ce26e512bd200c1b8b09fa33bf2e9.tar.gz |
Update to 20070216 snapshot. Many changes and improvements since the
last snapshot. A highly abbreviated list is:
libgeda:
- fixes to postscript output
- fixes to arc handling
- added some functions for embedding and deembedding symbols
- many changes to the internal data structure.
- fix a bug which could cause missing connectivity on a bus
- improvements to attribute handling
- fix a bunch of compiler warnings.
- various other bug fixes
gschem:
- improvements and bug fixes to the autonumber code
- improvements to the various file selection dialogs
- improvements to attribute handling
- improvements to the internal data structure
- various other bug fixes
gnetlist:
- fixes for guile-1.8
- update the gsch2pcb backend to allow running or never running m4 for pcb
footprints.
- changed "package" to "refdes" in the BOM/BOM2 backends
- added a drc2 regression test
- bugfix in the allegro backend
- other misc fixes
symbols:
- added 4 missing characters to complete the hungarian character set
- add greek mu
gsymcheck:
- man page improvements
gattrib:
- enhanced sorting functions
- various bug fixes
utils:
- add an option to gsch2pcb to let the user prevent m4 from ever being run
when looking for pcb footprints.
- let gsch2pcb look both for "name" and "name.fp" when looking for a footprint
called "name".
- use some configure options to set the default gsch2pcb footprint search paths
rather than hardcoding them.
- added a gnet_hier_verilog.sh script to do non-flattened verilog netlisting
- added options to gschlas to embed or de-embed all symbols in a schematic
Diffstat (limited to 'cad/geda-symbols')
-rw-r--r-- | cad/geda-symbols/PLIST | 6 | ||||
-rw-r--r-- | cad/geda-symbols/distinfo | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/cad/geda-symbols/PLIST b/cad/geda-symbols/PLIST index 702f63ee592..27b84907fee 100644 --- a/cad/geda-symbols/PLIST +++ b/cad/geda-symbols/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2006/10/23 09:43:13 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.17 2007/02/21 13:23:55 dmcmahill Exp $ share/doc/geda-doc/nc.pdf share/gEDA/sym/4000/4000-1.sym share/gEDA/sym/4000/4000-2.sym @@ -786,6 +786,7 @@ share/gEDA/sym/font/N-acute-accent.sym share/gEDA/sym/font/N-tilde.sym share/gEDA/sym/font/N.sym share/gEDA/sym/font/O-acute-accent.sym +share/gEDA/sym/font/O-double-acute-accent.sym share/gEDA/sym/font/O-diaeresis.sym share/gEDA/sym/font/O-slash.sym share/gEDA/sym/font/O.sym @@ -797,6 +798,7 @@ share/gEDA/sym/font/S.sym share/gEDA/sym/font/T.sym share/gEDA/sym/font/U-acute-accent.sym share/gEDA/sym/font/U-diaeresis.sym +share/gEDA/sym/font/U-double-acute-accent.sym share/gEDA/sym/font/U.sym share/gEDA/sym/font/V.sym share/gEDA/sym/font/W.sym @@ -848,12 +850,14 @@ share/gEDA/sym/font/lparen.sym share/gEDA/sym/font/m_.sym share/gEDA/sym/font/minus.sym share/gEDA/sym/font/more.sym +share/gEDA/sym/font/mu_.sym share/gEDA/sym/font/n_-acute-accent.sym share/gEDA/sym/font/n_-tilde.sym share/gEDA/sym/font/n_.sym share/gEDA/sym/font/newline.sym share/gEDA/sym/font/o_-acute-accent.sym share/gEDA/sym/font/o_-diaeresis.sym +share/gEDA/sym/font/o_-double-acute-accent.sym share/gEDA/sym/font/o_-slash.sym share/gEDA/sym/font/o_.sym share/gEDA/sym/font/p_.sym diff --git a/cad/geda-symbols/distinfo b/cad/geda-symbols/distinfo index a21d18244c9..aa362d85267 100644 --- a/cad/geda-symbols/distinfo +++ b/cad/geda-symbols/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2006/10/23 09:43:13 dmcmahill Exp $ +$NetBSD: distinfo,v 1.18 2007/02/21 13:23:55 dmcmahill Exp $ -SHA1 (geda/geda-symbols-20061020.tar.gz) = cfb93b9f15e70bf14021f75731960092230d809e -RMD160 (geda/geda-symbols-20061020.tar.gz) = 8ebb5252b33948d2c08f208662bc25595b50b58e -Size (geda/geda-symbols-20061020.tar.gz) = 685214 bytes +SHA1 (geda/geda-symbols-20070216.tar.gz) = 26c04131ea0791492ade3a5b9d687eecc8767a46 +RMD160 (geda/geda-symbols-20070216.tar.gz) = 4aa2b27bfb8c4585dd8c730466d2e14ff42c10cc +Size (geda/geda-symbols-20070216.tar.gz) = 704359 bytes |