diff options
author | dmcmahill <dmcmahill> | 2006-01-25 01:51:34 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2006-01-25 01:51:34 +0000 |
commit | 30bcd289a833bcbcc0004262ede73a0f2fafa3ec (patch) | |
tree | cd1d545aac92e9ece85e4b32cfb36ec40b83969e /cad/gattrib | |
parent | 43fcba4e4d230caab231aad8a918346dc6864113 (diff) | |
download | pkgsrc-30bcd289a833bcbcc0004262ede73a0f2fafa3ec.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/gattrib')
-rw-r--r-- | cad/gattrib/Makefile | 5 | ||||
-rw-r--r-- | cad/gattrib/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/cad/gattrib/Makefile b/cad/gattrib/Makefile index 5502caedf69..fe9c323212d 100644 --- a/cad/gattrib/Makefile +++ b/cad/gattrib/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2006/01/24 07:31:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/25 01:51:34 dmcmahill Exp $ DISTNAME= geda-gattrib-${PKGVERSION} PKGNAME= gattrib-${PKGVERSION} -PKGREVISION= 1 CATEGORIES= cad MAINTAINER= wulf@NetBSD.org -HOMEPAGE= http://www.brorson.com/gEDA/gattrib/ +HOMEPAGE= http://www.geda.seul.org/ COMMENT= Attribute editor for gEDA .include "../../cad/geda/Makefile.common" diff --git a/cad/gattrib/distinfo b/cad/gattrib/distinfo index d22e404b97e..5b9662be586 100644 --- a/cad/gattrib/distinfo +++ b/cad/gattrib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/08/24 11:29:12 dmcmahill Exp $ +$NetBSD: distinfo,v 1.10 2006/01/25 01:51:34 dmcmahill Exp $ -SHA1 (geda/geda-gattrib-20050820.tar.gz) = 5fadbe552b5a9ab3e31259f4ec104ae41681879b -RMD160 (geda/geda-gattrib-20050820.tar.gz) = b4a7a82a1187fe5f400cb1852ed2ca5cedc2424f -Size (geda/geda-gattrib-20050820.tar.gz) = 317601 bytes +SHA1 (geda/geda-gattrib-20060123.tar.gz) = f71ce68ae71de4f9526f011e6fe1b1850036322d +RMD160 (geda/geda-gattrib-20060123.tar.gz) = 6993fe6dbfeefda8a30b97329a6ad3a61ad1ca87 +Size (geda/geda-gattrib-20060123.tar.gz) = 317978 bytes |