summaryrefslogtreecommitdiff
path: root/cad/geda-examples
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2008-02-01 02:34:20 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2008-02-01 02:34:20 +0000
commit0b85313486db29973cef81dec39293d1fc7fd9f6 (patch)
treeeba8a7d14f357d2446b8e76c88997d39bf1bc544 /cad/geda-examples
parentfde18139d9b2ba7b70766548fa69b667407eb264 (diff)
downloadpkgsrc-0b85313486db29973cef81dec39293d1fc7fd9f6.tar.gz
update the gEDA suite to version 1.4.0
Release notes for the gEDA/gaf 1.4.0.20080127 stable snapshot Summary __________________________________________________________________ This is the third major stable release of gEDA/gaf. It rolls up the various feature additions, code cleanup, and bug fixes that have occurred over the past five months. Major highlights include: * Many usability improvements to the various programs * Optional support for desktop integration (GNOME and KDE) * Many improvements to component library handling (internals and component selection dialog) * libgeda is now internationalized * Many language translation updates to gschem and gattrib * Improved error handling throughout all the programs * Fixes to the spice-sdb backend to support slotting * Rendering improvements and speedups in gschem * A bunch of new tests in gsymcheck to catch a few common errors * Improved support for running under MinGW * Lots and lots of code cleanup and improvements throughout all the programs * The usual slew of bugs and quirks fixed NOTE: This is a stable snapshot and should be packaged up by distribution package maintainers. Changes __________________________________________________________________ Changes in this release only (since v1.3.1): Peter Clifton * Fix typo in Dutch translation * Fix use after free corruption when consolidating nets * Invalidate component cache when updating symbols. [#1880211] * Only call gdk_window_invalidate_rect() when drawing to a GdkWindow. Werner Hoch * gsymcheck: improved the pintype check, added test case * Added new pintype test symbol and output to EXTRA_DIST * gsymcheck: test for misplaced attributes * gsymcheck: moved obsolete and forbidden attribute checks * fixed error handling bug in run_source_command() [#1869941] * forward status messages from the library command to the log * fixed two symbols with missplaced pin attribute errors * detach missplaced symbol attributes * fixed symbol with invalid pintype attribute * Update the pinnumbers when updating a symbol with slots * Updated German translation of gschem Ales Hvezda * Updated documentation from the official wiki website * Changed Edit/Undo and Add/Bus hotkeys * Fixed reversed VDD/VSS nets in this hex schmitt trigger * Fix a crash when running a script that calls (gschem-image ...) Bernd Jendrissek * Update Afrikaans translation to fix spelling error. Bert Timmerman * libgeda Dutch translation updates For all the other changes from last development series (1.3.x): * [1]gaf-1.3.0 Release Notes * [2]gaf-1.3.1 Release Notes Notes/Bugs/Errata/Known Issues/Last Minute Issues __________________________________________________________________ * Many thanks to everybody who contributed to this snapshot and previous development snapshots. * Updates to this stable snapshot (1.4.x series) will occur if people find issues. * The next major stable snapshot (1.6.x) will probably happen in the middle of this year. * Please submit all bugs to the [3]bug tracker.
Diffstat (limited to 'cad/geda-examples')
-rw-r--r--cad/geda-examples/Makefile3
-rw-r--r--cad/geda-examples/PLIST8
-rw-r--r--cad/geda-examples/distinfo8
3 files changed, 9 insertions, 10 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile
index 6ef01207fde..d6a0cf034d5 100644
--- a/cad/geda-examples/Makefile
+++ b/cad/geda-examples/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2007/06/08 23:52:02 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.17 2008/02/01 02:34:24 dmcmahill Exp $
#
DISTNAME= geda-examples-${PKGVERSION}
-PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
diff --git a/cad/geda-examples/PLIST b/cad/geda-examples/PLIST
index f56c626c251..166d8c203f6 100644
--- a/cad/geda-examples/PLIST
+++ b/cad/geda-examples/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2007/06/08 23:52:02 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/02/01 02:34:24 dmcmahill Exp $
share/examples/geda/AUTHORS
share/examples/geda/COPYING
share/examples/geda/ChangeLog
+share/examples/geda/ChangeLog-1.0
share/examples/geda/INSTALL
share/examples/geda/NEWS
share/examples/geda/README
@@ -39,9 +40,9 @@ share/examples/geda/configure
share/examples/geda/configure.ac
share/examples/geda/gTAG/7414-1.sym
share/examples/geda/gTAG/ChangeLog
+share/examples/geda/gTAG/ChangeLog-1.0
share/examples/geda/gTAG/README
share/examples/geda/gTAG/attribs
-share/examples/geda/gTAG/commonrc
share/examples/geda/gTAG/copyleft.sym
share/examples/geda/gTAG/crdist.sh
share/examples/geda/gTAG/cy7c64603-52nc.sym
@@ -61,9 +62,8 @@ share/examples/geda/gTAG/gTAG-ucont.sym
share/examples/geda/gTAG/gTAG.bom
share/examples/geda/gTAG/gTAG.ps
share/examples/geda/gTAG/gTAG.sch
+share/examples/geda/gTAG/gafrc
share/examples/geda/gTAG/gnetlistrc
-share/examples/geda/gTAG/gschemrc
-share/examples/geda/gTAG/gschlasrc
share/examples/geda/gTAG/max882.sym
share/examples/geda/gTAG/sn75240pw.sym
share/examples/geda/install-sh
diff --git a/cad/geda-examples/distinfo b/cad/geda-examples/distinfo
index 90d8cbc5cc9..c79e5595797 100644
--- a/cad/geda-examples/distinfo
+++ b/cad/geda-examples/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2007/05/31 12:48:34 dmcmahill Exp $
+$NetBSD: distinfo,v 1.13 2008/02/01 02:34:24 dmcmahill Exp $
-SHA1 (geda/geda-examples-20070526.tar.gz) = 1104a2be6ce6ab93df55e6b9854f139bfae431ad
-RMD160 (geda/geda-examples-20070526.tar.gz) = 8581372a0c23b9061aba552fd24e04e5a2868878
-Size (geda/geda-examples-20070526.tar.gz) = 253225 bytes
+SHA1 (geda/geda-examples-1.4.0.tar.gz) = 73895b572cbaf10eda563b8e8474dae9e833211f
+RMD160 (geda/geda-examples-1.4.0.tar.gz) = 46f7358ba440e040df3872dbd99c01f35d9fe74f
+Size (geda/geda-examples-1.4.0.tar.gz) = 257780 bytes