diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-01-25 01:51:34 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-01-25 01:51:34 +0000 |
commit | 7effaf81bdf96d866e2c94ed2b8058c37f68c9c7 (patch) | |
tree | cd1d545aac92e9ece85e4b32cfb36ec40b83969e /cad/geda | |
parent | f43a67d266dfc69075b4efca180a3244f99c7a4e (diff) | |
download | pkgsrc-7effaf81bdf96d866e2c94ed2b8058c37f68c9c7.tar.gz |
Update to 20060123. Changes since the last version include
- added autobackup (saves to backup files every <n> seconds)
- added "L" drawing support
- added embedded picture support
- added a few new symbols
- added support for spice netlisting of Josephson junction devices
- added pcbpins netlist backend for forward annotating schematic pin
names to PCB layouts.
- several odd bug fixes
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 3 | ||||
-rw-r--r-- | cad/geda/Makefile.common | 4 | ||||
-rw-r--r-- | cad/geda/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index f7847b3179e..7bf0cda5cf0 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2006/01/24 07:31:56 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2006/01/25 01:51:34 dmcmahill Exp $ # DISTNAME= geda-${PKGVERSION} -PKGREVISION= 1 CATEGORIES= cad MAINTAINER= dmcmahill@NetBSD.org diff --git a/cad/geda/Makefile.common b/cad/geda/Makefile.common index a2a273e68df..fbe18650325 100644 --- a/cad/geda/Makefile.common +++ b/cad/geda/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.5 2005/08/23 00:02:19 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.6 2006/01/25 01:51:34 dmcmahill Exp $ # DIST_SUBDIR= geda -PKGVERSION= 20050820 +PKGVERSION= 20060123 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}/ \ diff --git a/cad/geda/distinfo b/cad/geda/distinfo index 647616fd30e..7683681ce3c 100644 --- a/cad/geda/distinfo +++ b/cad/geda/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/08/23 00:02:20 dmcmahill Exp $ +$NetBSD: distinfo,v 1.10 2006/01/25 01:51:34 dmcmahill Exp $ -SHA1 (geda/geda-20050820.tar.gz) = 543fe155c4cc23dc81e5b0f81d1eda6fae5e7234 -RMD160 (geda/geda-20050820.tar.gz) = 5bdf283ceccaabf8cf3674af027b5252add98579 -Size (geda/geda-20050820.tar.gz) = 397955 bytes +SHA1 (geda/geda-20060123.tar.gz) = 549141faad4db12b737a463cd71b4028650abfa8 +RMD160 (geda/geda-20060123.tar.gz) = 95345e8e3be35cf630c1d3db67c9c0ff5f7194ad +Size (geda/geda-20060123.tar.gz) = 398714 bytes |