summaryrefslogtreecommitdiff
path: root/cad/geda-symbols/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-02-22 08:38:51 +0000
committerrh <rh>2000-02-22 08:38:51 +0000
commitb52f840170d52df247af8a94d215be16fcda32c0 (patch)
treef13c59ffd5482672a79c58986c82f876eeb1f126 /cad/geda-symbols/Makefile
parent14dd761b041d5bdc8c7975ac469cb15a44ca578a (diff)
downloadpkgsrc-b52f840170d52df247af8a94d215be16fcda32c0.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/geda-symbols/Makefile')
-rw-r--r--cad/geda-symbols/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/geda-symbols/Makefile b/cad/geda-symbols/Makefile
index 73493d08114..95a77385a7e 100644
--- a/cad/geda-symbols/Makefile
+++ b/cad/geda-symbols/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/01/02 23:28:35 rh Exp $
+# $NetBSD: Makefile,v 1.3 2000/02/22 08:38:53 rh Exp $
#
DISTNAME= symbols-${PKGVERSION}
@@ -13,10 +13,10 @@ MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.geda.seul.org/
-CONFLICTS+= gEDA<19991011
+CONFLICTS+= gEDA<19991011
DIST_SUBDIR= geda
-PKGVERSION= 19991011
+PKGVERSION= 20000220
GNU_CONFIGURE= YES
USE_X11BASE= YES