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/libgeda | |
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/libgeda')
-rw-r--r-- | cad/libgeda/Makefile | 4 | ||||
-rw-r--r-- | cad/libgeda/files/md5 | 4 | ||||
-rw-r--r-- | cad/libgeda/pkg/PLIST | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index f97c2bda74c..c2195d6f163 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/02 23:28:33 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:56 rh Exp $ # DISTNAME= libgeda-${PKGVERSION} @@ -20,7 +20,7 @@ DEPENDS+= gtk+>=1.2.0:../../x11/gtk CONFLICTS+= gEDA<19991011 DIST_SUBDIR= geda -PKGVERSION= 19991011 +PKGVERSION= 20000220 GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/cad/libgeda/files/md5 b/cad/libgeda/files/md5 index a99d97476db..60019859109 100644 --- a/cad/libgeda/files/md5 +++ b/cad/libgeda/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/01/02 21:59:48 rh Exp $ +$NetBSD: md5,v 1.2 2000/02/22 08:38:56 rh Exp $ -MD5 (geda/libgeda-19991011.tar.gz) = e88ca12ed908ff59564d7e5141a6e943 +MD5 (geda/libgeda-20000220.tar.gz) = b8952f645133f3df0323024dc1cd9b86 diff --git a/cad/libgeda/pkg/PLIST b/cad/libgeda/pkg/PLIST index 6fc2ec985dc..df895f186ef 100644 --- a/cad/libgeda/pkg/PLIST +++ b/cad/libgeda/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 21:59:48 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/02/22 08:38:57 rh Exp $ bin/libgeda-config include/libgeda/colors.h include/libgeda/defines.h @@ -8,6 +8,7 @@ include/libgeda/o_types.h include/libgeda/pcb_struct.h include/libgeda/prototype.h include/libgeda/struct.h -lib/libgeda.so.5.0 +include/libgeda/libgeda.h +lib/libgeda.so.6.0 lib/libgeda.a @dirrm include/libgeda |