diff options
author | rh <rh@pkgsrc.org> | 2000-02-22 08:38:51 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-02-22 08:38:51 +0000 |
commit | cf664af4010ba7718923fe65f7162b75b4788915 (patch) | |
tree | f13c59ffd5482672a79c58986c82f876eeb1f126 /cad/gnetlist | |
parent | 44ee9b667ecbef1ad1df6e633dd4ce30694dcdd5 (diff) | |
download | pkgsrc-cf664af4010ba7718923fe65f7162b75b4788915.tar.gz |
Update gEDA to 20000220.
Changes include:
* New dialog boxes by Matt Ettus:
- A much improved attribute edit dialog box
- A multiple attribute edit dialog box
* Improved Hierarchy Support:
- Hierarchy/Down Schematic
- Hierarchy/Down Symbol
- Hierarchy/Up
* Text alignment.
* Attributes are now required to have no spaces besides
the equals sign on each side. This shouldn't cause
any problems for anybody.
* Bunch of updates to the various gnetlist backends
(basically all submitted changes have been integrated).
Integration of JM Routoure's PCB backend work (Thanks!).
Bug fixes and improvements by Matt Ettus, Stefan
Petersen and Bas Gieltjes.
* Added a bunch of contributed symbols. Thanks to
all that have contributed! There are now 566 symbols
in the library.
* Documentation. There are the beginnings of docs now.
Here's the current list:
attributes.txt -- Master attribute list
fileformats.html -- gEDA file formats
gschem.txt -- The start of a serious user's
guide keymapping.html -- Stefan's keymapping
document netattrib.txt -- A HOWTO on the net=
attribute symbols.html -- The ever useful symbol
creation guide
* Bug fixes and improvements to some of the utils.
* Lots and lots of bug fixes (and bug introductions).
Diffstat (limited to 'cad/gnetlist')
-rw-r--r-- | cad/gnetlist/Makefile | 4 | ||||
-rw-r--r-- | cad/gnetlist/files/md5 | 4 | ||||
-rw-r--r-- | cad/gnetlist/pkg/PLIST | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile index 460776b3ac3..f02180640e7 100644 --- a/cad/gnetlist/Makefile +++ b/cad/gnetlist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/02 23:28:35 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:54 rh Exp $ # DISTNAME= gnetlist-${PKGVERSION} @@ -13,7 +13,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.geda.seul.org/ DIST_SUBDIR= geda -PKGVERSION= 19991011 +PKGVERSION= 20000220 DEPENDS+= libgeda-${PKGVERSION}:../../cad/libgeda DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols diff --git a/cad/gnetlist/files/md5 b/cad/gnetlist/files/md5 index bff3ece1b54..8b437b3f947 100644 --- a/cad/gnetlist/files/md5 +++ b/cad/gnetlist/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/01/02 22:41:23 rh Exp $ +$NetBSD: md5,v 1.2 2000/02/22 08:38:54 rh Exp $ -MD5 (geda/gnetlist-19991011.tar.gz) = dff9b73d978bd3dcb3f0757477723098 +MD5 (geda/gnetlist-20000220.tar.gz) = 335700b3a8fb22ab58f4cf9cd35ff0ec diff --git a/cad/gnetlist/pkg/PLIST b/cad/gnetlist/pkg/PLIST index 03ff8c44d63..b3364e1d99d 100644 --- a/cad/gnetlist/pkg/PLIST +++ b/cad/gnetlist/pkg/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 22:41:23 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/02/22 08:38:55 rh Exp $ bin/gnetlist +bin/gschem2pcb bin/mk_verilog_syms man/man1/gnetlist.1 share/gEDA/system-gnetlistrc share/gEDA/scheme/gnet-PCB.scm +share/gEDA/scheme/gnet-PCBboard.scm share/gEDA/scheme/gnet-allegro.scm share/gEDA/scheme/gnet-bom.scm share/gEDA/scheme/gnet-geda.scm |