diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-23 00:02:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-23 00:02:19 +0000 |
commit | fd2b143ac5963d05e631c93495ce527b9111696c (patch) | |
tree | 9dae5cc48710226f78ed4ca7794a4a8415006f84 /cad/geda/Makefile.common | |
parent | 5e2f6722fb5b8293c404034ddb0f1dfd01960979 (diff) | |
download | pkgsrc-fd2b143ac5963d05e631c93495ce527b9111696c.tar.gz |
update to 20050820 snapshot.
Major changes since the last snapshot:
- gsch2pcb updated to work with latest pcb
- pcb library directories default to something sane for gsch2pcb
- grenum utility for refdes renumbering added
- add a few new symbols
- added -p option to autoplace the windows. Useful for scripting.
- gattrib can now change attribute visibility
- improvements to the spice-sdb netlist backend
- added support for printing pictures in schematics to postscript
- added german translation
- fixed a segfault in the geda manager.
Diffstat (limited to 'cad/geda/Makefile.common')
-rw-r--r-- | cad/geda/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/geda/Makefile.common b/cad/geda/Makefile.common index c293d6f7e28..a2a273e68df 100644 --- a/cad/geda/Makefile.common +++ b/cad/geda/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.4 2005/03/24 02:05:11 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/08/23 00:02:19 dmcmahill Exp $ # DIST_SUBDIR= geda -PKGVERSION= 20050313 +PKGVERSION= 20050820 MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \ ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \ http://www.geda.seul.org/devel/${PKGVERSION}/ \ |