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/Makefile | |
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/Makefile')
-rw-r--r-- | cad/gattrib/Makefile | 5 |
1 files changed, 2 insertions, 3 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" |