summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-01-11 03:16:22 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-01-11 03:16:22 +0000
commitfdbff59903b5755fed36741c2ca06c2517ee966e (patch)
tree8eaac86bca14bbfe279088b76e32a5d8e2995600
parent5121e7566f198eb8a70dee979a65a1ed3df78bca (diff)
downloadpkgsrc-fdbff59903b5755fed36741c2ca06c2517ee966e.tar.gz
update to 20041228.
Release notes for the gEDA/gaf 20041228 snapshot Changes _________________________________________________________________ libgeda * Shared library version number now at 22. * Added a new attribute: symversion= and associated mechanism to libgeda. + The symversion= mechanism allows symbols to be versioned with a major and minor number. An example of this attribute is symversion=1.0 + This symversion= attribute is typically found in symbol files at first, but it will be promoted if it is found when the symbol is read in from disk. + The symversion= attribute is an auto-prompted attribute, which if present in a symbol will always be promoted to the schematic. + If the major number of the symversion= attributes (the one in the symbol and the one in the schematic) does not match, then a serious warning message is issued. + When a user changes a symbol file in a major or incompatible way (translation, addition/removal of pins/attributes etc...), the major number of the symversion= attribute value should be incremented by one. + For minor changes, primarily cosmetic changes, only the minor number of the symversion= attribute value should incremented by one. + If the minor number of the symversision= attributes (the one in the symbol and the one in the schematic) does not match, then a minor warning message is issued. + The default value is 0.0 even if no symversion= attribute is present. * Fixed the randomly colored midpoint postscript bug reported by Gabriel Paubert. Also removed some redundant code related to postscript printing. * Moved a whole bunch of rc routines from gschem/gnetlist/gsymcheck into libgeda. This makes using the common rc code much easier. * Added the --with-rcdir ./configure flag to libgeda. This was required because of the above rc code refactor. You must ./configure libgeda with this flag if you intend to move the rc files to a different directory. Be sure to put this flag on all programs (gschem/gnetlist/gsymcheck/gattrib etc...) if you want to move the rc files. * Part of the above rc code refactor was to add an additional rc file: gafrc. The gafrc file is read in last after all other rc files are read in. Only common rc keywords can be put inside the gafrc file, including: + component-library + component-library-search + source-library + source-library-search + world-size + reset-component-library + reset-source-library + default-series-name + untitled-name + scheme-directory + bitmap-directory + font-directory + bus-ripper-symname Now you do not have to create a gschemrc, gnetlistrc, gattribrc, gschlasrc etc... if you are just adding custom component libraries. Just create a gafrc file and put the library lines in there. * Added a bunch of init function to libgeda_init() to make using libgeda a little easier. gschem * Added a dialog box which pops up when a schematic is loaded up which has components which have changed in a major or minor way (based on the new symversion= attribute). See above the libgeda section for a description of the new symversion= attribute and its usage. * Hopefully finally fixed the broken postscript problem when the locale uses commas instead of periods. Original fix by Bill Wilson and patch by Andreas Fester. * Fixed a gschem crash when certain components (depending on what was connected to them) were being updated. I have also started working on fixing Edit/Component Update... to be more sane (and not cause duplicated attached attributes). This work is not complete, and for now, Edit/Component/Update... will still cause duplicate attributes. * Fixed some visual garbage/corruption in the preview window in the file selection and component place dialog boxes. * Added a new rc keyword "grid-dot-size" which lets you control the size of the grid dots. Handy if the dots are too small to see. * Applied the scroll wheel pan patch by Sascha Silbe. The scroll wheel pans the display vertically and holding down the control key and moving the wheel the will scroll the display horizontally. * Added a modal "Are you sure?" dialog box to page revert. This should prevent accidental page reverts (cause work losses). This dialog box is only implemented for gtk+ 2.x * Added an Italian translation by Petrecca Michele. * Added the comment and symversion attribute to the attribute pulldown list in the Add/Attribute dialog box. * Updated gschem with the newly refactored rc code. gnetlist * Stuart implemented a whole slew of improvements to the spice-sdb backend. * Stuart added several functions to passing the command line to scheme backends. * Removed gschem2pcb as an installed program. gsch2pcb is the preferred tool for going from schematic to PCB. * Applied a bugfix patch to the cascade backend by Dan McMahill. * Integrated the initial version of a SystemC backend by Jaume Masip. * Integrated a new scheme backend for Eagle PCB. The backend was written by Braddock Gaskill. * Updated gnetlist with the newly refactored rc code. gattrib * Integrated Stuart Brorson's attribute editor: gattrib into gEDA/gaf. This is the first gEDA/gaf release that includes gattrib. * Here's a description of gattrib: Gattrib is gEDA's attribute editor. It reads a set of gschem .sch files (schematic files), and creates a spreadsheet showing all components in rows, with the associated component attributes listed in the columns. It allows the user to add, modify, or delete component attributes outside of gschem, and then save the .sch files back out. When it is completed, it will allow the user to edit attributes attached to components, nets, and pins. (Currently, only component attribute editing is implemented; pin attributes are displayed only, and net attributes are TBD.) gsymcheck * Integrated a patch by Jim Duchek which adds several more useful tests to gsymcheck. * Updated gsymcheck with the newly refactored rc code. symbols * Redrew the following symbols and set the symversion= attribute to 1.0: 4000/4002-1.sym 4000/40107-1.sym 4000/4011-1.sym 4000/4012-1.sym 4000/4023-1.sym 4000/4025-1.sym 4000/4030-1.sym 4000/4068-1.sym 4000/4070-1.sym 4000/4072-1.sym 4000/4073-1.sym 4000/4075-1.sym 4000/4078-1.sym 4000/4081-1.sym 4000/4082-1.sym 4000/4085-1.sym: If you have any of these symbols in any existing schematics, you should get a warning that major changes have occurred when you run gschem or gnetlist. * Added over ~100 user contributed symbols to the various component libraries. Created 5 new component libraries: minicircuits st apex allegro irf * Moved the local component library to the beginning of the search order. * Updated Peter Kaiser's asic library with the latest set of symbol. Added Peter's asic pad symbols into the new asicpads library. Commented in the asic library now that the symbol names are unique. * Werner Hoch has fixed a whole slew of symbols in various component libraries (74, 4000, and memory). Thanks Werner! geda (gManager) * Piotr Miarecki added graphman, a new tool for managing graphs. * Piotr update gManager to build with gtk+ 2.2.x * Integrated a French and Italian translation. Not sure if the translations are work yet. utils * Added symbol cleanup (gsymfix.pl) script by Mike Skerritt. * Updated gschlas with the newly refactored rc code. docs * attributes and symbols documents: Added information and details on the symversion= attribute * toplevel doc page: Added links to SystemC and Eagle backend READMEs.
-rw-r--r--cad/gattrib/Makefile9
-rw-r--r--cad/gattrib/distinfo12
-rw-r--r--cad/geda-docs/Makefile6
-rw-r--r--cad/geda-docs/PLIST6
-rw-r--r--cad/geda-docs/distinfo6
-rw-r--r--cad/geda-examples/Makefile6
-rw-r--r--cad/geda-examples/PLIST12
-rw-r--r--cad/geda-examples/distinfo6
-rw-r--r--cad/geda-symbols/Makefile6
-rw-r--r--cad/geda-symbols/PLIST181
-rw-r--r--cad/geda-symbols/distinfo6
-rw-r--r--cad/geda-utils/Makefile8
-rw-r--r--cad/geda-utils/PLIST3
-rw-r--r--cad/geda-utils/distinfo6
-rw-r--r--cad/geda/Makefile8
-rw-r--r--cad/geda/Makefile.common8
-rw-r--r--cad/geda/PLIST5
-rw-r--r--cad/geda/distinfo12
-rw-r--r--cad/geda/patches/patch-ab25
-rw-r--r--cad/geda/patches/patch-ac12
-rw-r--r--cad/geda/patches/patch-ad10
-rw-r--r--cad/geda/patches/patch-ae12
-rw-r--r--cad/geda/patches/patch-af21
-rw-r--r--cad/geda/patches/patch-ag13
-rw-r--r--cad/gnetlist/Makefile7
-rw-r--r--cad/gnetlist/PLIST8
-rw-r--r--cad/gnetlist/distinfo8
-rw-r--r--cad/gnetlist/patches/patch-ac23
-rw-r--r--cad/gschem/Makefile8
-rw-r--r--cad/gschem/PLIST3
-rw-r--r--cad/gschem/distinfo15
-rw-r--r--cad/gschem/patches/patch-aa13
-rw-r--r--cad/gschem/patches/patch-ab21
-rw-r--r--cad/gschem/patches/patch-ac13
-rw-r--r--cad/gschem/patches/patch-ad13
-rw-r--r--cad/gschem/patches/patch-ae13
-rw-r--r--cad/gschem/patches/patch-af31
-rw-r--r--cad/gschem/patches/patch-ag22
-rw-r--r--cad/gschem/patches/patch-ah13
-rw-r--r--cad/gsymcheck/Makefile7
-rw-r--r--cad/gsymcheck/distinfo6
-rw-r--r--cad/libgeda/Makefile7
-rw-r--r--cad/libgeda/PLIST4
-rw-r--r--cad/libgeda/buildlink3.mk5
-rw-r--r--cad/libgeda/distinfo6
45 files changed, 493 insertions, 152 deletions
diff --git a/cad/gattrib/Makefile b/cad/gattrib/Makefile
index a68c13b6881..3d3f6d2c251 100644
--- a/cad/gattrib/Makefile
+++ b/cad/gattrib/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/10/15 14:50:05 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/01/11 03:16:23 dmcmahill Exp $
DISTNAME= geda-gattrib-${PKGVERSION}
PKGNAME= gattrib-${PKGVERSION}
-PKGREVISION= 2
CATEGORIES= cad
-MASTER_SITES= http://www.brorson.com/gEDA/gattrib/
MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://www.brorson.com/gEDA/gattrib/
@@ -12,14 +10,11 @@ COMMENT= Attribute editor for gEDA
.include "../../cad/geda/Makefile.common"
-# override version number until synchronized with geda meta package
-PKGVERSION= 20040313
-
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../cad/libgeda/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/cad/gattrib/distinfo b/cad/gattrib/distinfo
index 0cc833362c8..c6c69a2840e 100644
--- a/cad/gattrib/distinfo
+++ b/cad/gattrib/distinfo
@@ -1,10 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/10/02 00:50:14 dmcmahill Exp $
+$NetBSD: distinfo,v 1.3 2005/01/11 03:16:23 dmcmahill Exp $
-SHA1 (geda/geda-gattrib-20040313.tar.gz) = d207b8fcce4886080dd1131a71a9605f19487114
-Size (geda/geda-gattrib-20040313.tar.gz) = 306618 bytes
-SHA1 (patch-aa) = df97d2d27834988028785eae698d8c8d3d4adfe8
-SHA1 (patch-ab) = d82a092dc31bbfb9cd6faebdd14b795cf526f8ff
-SHA1 (patch-ac) = 95e71e018be8ea1bd873dcbc8fd2afcfc074dc8d
-SHA1 (patch-ad) = 4f5741838f6bfe2c9e51b623bc29e64975cd967f
-SHA1 (patch-ae) = 5f7cf305db6cb4eb7c5b06a08978b462d15db3ef
-SHA1 (patch-af) = 0d954a0df28b7a1185161f3316c253babab3acda
+SHA1 (geda/geda-gattrib-20041228.tar.gz) = cd6943e027240267e96f6c6d401b3918bbb4b026
+Size (geda/geda-gattrib-20041228.tar.gz) = 309312 bytes
diff --git a/cad/geda-docs/Makefile b/cad/geda-docs/Makefile
index 1e20dad5af4..695a5a4edb1 100644
--- a/cad/geda-docs/Makefile
+++ b/cad/geda-docs/Makefile
@@ -1,12 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2004/02/23 04:01:58 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.16 2005/01/11 03:16:22 dmcmahill Exp $
#
DISTNAME= geda-docs-${PKGVERSION}
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
diff --git a/cad/geda-docs/PLIST b/cad/geda-docs/PLIST
index 62cd234c082..755e73fd21d 100644
--- a/cad/geda-docs/PLIST
+++ b/cad/geda-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/03/05 13:03:47 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.8 2005/01/11 03:16:22 dmcmahill Exp $
share/doc/geda-doc/attributes/WARNINGS
share/doc/geda-doc/attributes/attributes.css
share/doc/geda-doc/attributes/attributes.dvi
@@ -40,6 +40,7 @@ share/doc/geda-doc/attributes/node32.html
share/doc/geda-doc/attributes/node33.html
share/doc/geda-doc/attributes/node34.html
share/doc/geda-doc/attributes/node35.html
+share/doc/geda-doc/attributes/node36.html
share/doc/geda-doc/attributes/node4.html
share/doc/geda-doc/attributes/node5.html
share/doc/geda-doc/attributes/node6.html
@@ -270,7 +271,6 @@ share/doc/geda-doc/switcap/img3.png
share/doc/geda-doc/switcap/img4.png
share/doc/geda-doc/switcap/img5.png
share/doc/geda-doc/switcap/img6.png
-share/doc/geda-doc/switcap/img7.png
share/doc/geda-doc/switcap/index.html
share/doc/geda-doc/switcap/internals.pl
share/doc/geda-doc/switcap/labels.pl
@@ -416,4 +416,4 @@ share/doc/geda-doc/tutorials/tragesym/xpdf_selected.jpg
@dirrm share/doc/geda-doc/fileformats
@dirrm share/doc/geda-doc/cascade
@dirrm share/doc/geda-doc/attributes
-@dirrm share/doc/geda-doc
+@unexec ${RMDIR} %D/share/doc/geda-doc 2>/dev/null || ${TRUE}
diff --git a/cad/geda-docs/distinfo b/cad/geda-docs/distinfo
index c79f1394332..b301616c7cf 100644
--- a/cad/geda-docs/distinfo
+++ b/cad/geda-docs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/03/05 13:03:47 dmcmahill Exp $
+$NetBSD: distinfo,v 1.10 2005/01/11 03:16:22 dmcmahill Exp $
-SHA1 (geda/geda-docs-20040111.tar.gz) = 65f226b2e7a09e827d4d0b1bd21a2fbe82fbaee7
-Size (geda/geda-docs-20040111.tar.gz) = 2825662 bytes
+SHA1 (geda/geda-docs-20041228.tar.gz) = 69d0b6724eee7b3287fc4653ba1126cf5c47889e
+Size (geda/geda-docs-20041228.tar.gz) = 2802436 bytes
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile
index 8dfe824612c..b77aa778687 100644
--- a/cad/geda-examples/Makefile
+++ b/cad/geda-examples/Makefile
@@ -1,12 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/03/05 13:03:47 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/11 03:16:23 dmcmahill Exp $
#
DISTNAME= geda-examples-${PKGVERSION}
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
diff --git a/cad/geda-examples/PLIST b/cad/geda-examples/PLIST
index 2822db6a3de..80a7cdc4d93 100644
--- a/cad/geda-examples/PLIST
+++ b/cad/geda-examples/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/10 23:38:27 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/11 03:16:23 dmcmahill Exp $
share/examples/geda/AUTHORS
share/examples/geda/COPYING
share/examples/geda/ChangeLog
@@ -8,6 +8,7 @@ share/examples/geda/Makefile.am
share/examples/geda/Makefile.in
share/examples/geda/NEWS
share/examples/geda/README
+share/examples/geda/autogen.sh
share/examples/geda/RF_Amp/5980-2396E.pdf
share/examples/geda/RF_Amp/MSA-2643.cir
share/examples/geda/RF_Amp/MSA-2643.sch
@@ -20,8 +21,7 @@ share/examples/geda/RF_Amp/Q2.cir
share/examples/geda/RF_Amp/Q2.sch
share/examples/geda/RF_Amp/README
share/examples/geda/RF_Amp/Simulation.cmd
-share/examples/geda/RF_Amp/gnetlistrc
-share/examples/geda/RF_Amp/gschemrc
+share/examples/geda/RF_Amp/gafrc
share/examples/geda/RF_Amp/model/BJTM1_Q1.mod
share/examples/geda/RF_Amp/model/BJTM1_Q2.mod
share/examples/geda/RF_Amp/model/DiodeM1_Q1.mod
@@ -45,9 +45,8 @@ share/examples/geda/TwoStageAmp/Makefile.am
share/examples/geda/TwoStageAmp/Makefile.in
share/examples/geda/TwoStageAmp/Simulation.cmd
share/examples/geda/TwoStageAmp/TwoStageAmp.sch
-share/examples/geda/TwoStageAmp/gnetlistrc
-share/examples/geda/TwoStageAmp/gschemrc
share/examples/geda/TwoStageAmp/spice.netlist
+share/examples/geda/TwoStageAmp/gafrc
share/examples/geda/TwoStageAmp/sym/Makefile
share/examples/geda/TwoStageAmp/sym/Makefile.am
share/examples/geda/TwoStageAmp/sym/Makefile.in
@@ -96,8 +95,7 @@ share/examples/geda/lightning_detector/Makefile.am
share/examples/geda/lightning_detector/Makefile.in
share/examples/geda/lightning_detector/bom
share/examples/geda/lightning_detector/bom.readme
-share/examples/geda/lightning_detector/gnetlistrc
-share/examples/geda/lightning_detector/gschemrc
+share/examples/geda/lightning_detector/gafrc
share/examples/geda/lightning_detector/lightning.net
share/examples/geda/lightning_detector/lightning.pcb
share/examples/geda/lightning_detector/lightning.sch
diff --git a/cad/geda-examples/distinfo b/cad/geda-examples/distinfo
index 8ebf5ad037c..a50edb1d559 100644
--- a/cad/geda-examples/distinfo
+++ b/cad/geda-examples/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/03/05 13:03:47 dmcmahill Exp $
+$NetBSD: distinfo,v 1.3 2005/01/11 03:16:23 dmcmahill Exp $
-SHA1 (geda/geda-examples-20040111.tar.gz) = 1d43d44ab435e07f8e3752afdb3a59ee9e318f4a
-Size (geda/geda-examples-20040111.tar.gz) = 243997 bytes
+SHA1 (geda/geda-examples-20041228.tar.gz) = 385ce827da753d0015ad0d0f40d7ca5549e9e729
+Size (geda/geda-examples-20041228.tar.gz) = 244265 bytes
diff --git a/cad/geda-symbols/Makefile b/cad/geda-symbols/Makefile
index 68ae01d5e88..87858d274ba 100644
--- a/cad/geda-symbols/Makefile
+++ b/cad/geda-symbols/Makefile
@@ -1,12 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2004/02/22 20:38:49 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.16 2005/01/11 03:16:23 dmcmahill Exp $
#
DISTNAME= geda-symbols-${PKGVERSION}
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
diff --git a/cad/geda-symbols/PLIST b/cad/geda-symbols/PLIST
index 11d981687b7..51e0e0beb10 100644
--- a/cad/geda-symbols/PLIST
+++ b/cad/geda-symbols/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2004/03/05 13:03:47 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/01/11 03:16:23 dmcmahill Exp $
share/doc/geda-doc/nc.pdf
share/gEDA/sym/4000/4000-1.sym
share/gEDA/sym/4000/4000-2.sym
@@ -20,7 +20,6 @@ share/gEDA/sym/4000/40104-1.sym
share/gEDA/sym/4000/40105-1.sym
share/gEDA/sym/4000/40106-1.sym
share/gEDA/sym/4000/40107-1.sym
-share/gEDA/sym/4000/40107-2.sym
share/gEDA/sym/4000/40108-1.sym
share/gEDA/sym/4000/40109-1.sym
share/gEDA/sym/4000/4011-1.sym
@@ -196,6 +195,7 @@ share/gEDA/sym/74/7403-2.sym
share/gEDA/sym/74/7404-1.sym
share/gEDA/sym/74/7404-2.sym
share/gEDA/sym/74/7404-3.sym
+share/gEDA/sym/74/7404-4.sym
share/gEDA/sym/74/7405-1.sym
share/gEDA/sym/74/7405-2.sym
share/gEDA/sym/74/7407-1.sym
@@ -228,6 +228,7 @@ share/gEDA/sym/74/74126-1.sym
share/gEDA/sym/74/74131-1.sym
share/gEDA/sym/74/74132-1.sym
share/gEDA/sym/74/74133-1.sym
+share/gEDA/sym/74/74133-2.sym
share/gEDA/sym/74/74137-1.sym
share/gEDA/sym/74/74138-1.sym
share/gEDA/sym/74/74138-2.sym
@@ -235,6 +236,7 @@ share/gEDA/sym/74/74139-1.sym
share/gEDA/sym/74/74139-2.sym
share/gEDA/sym/74/74139-3.sym
share/gEDA/sym/74/7414-1.sym
+share/gEDA/sym/74/7414-2.sym
share/gEDA/sym/74/74141-1.sym
share/gEDA/sym/74/74145-1.sym
share/gEDA/sym/74/74147-1.sym
@@ -285,6 +287,7 @@ share/gEDA/sym/74/7421-1.sym
share/gEDA/sym/74/7421-2.sym
share/gEDA/sym/74/7422-1.sym
share/gEDA/sym/74/7422-2.sym
+share/gEDA/sym/74/74238-1.sym
share/gEDA/sym/74/74240-1.sym
share/gEDA/sym/74/74243-1.sym
share/gEDA/sym/74/74244-1.sym
@@ -304,6 +307,7 @@ share/gEDA/sym/74/7430-2.sym
share/gEDA/sym/74/7431-1.sym
share/gEDA/sym/74/7432-1.sym
share/gEDA/sym/74/7432-2.sym
+share/gEDA/sym/74/7432-3.sym
share/gEDA/sym/74/74367-1.sym
share/gEDA/sym/74/74373-1.sym
share/gEDA/sym/74/74374-1.sym
@@ -336,6 +340,7 @@ share/gEDA/sym/74/7472-1.sym
share/gEDA/sym/74/7473-1.sym
share/gEDA/sym/74/7474-1.sym
share/gEDA/sym/74/7474-2.sym
+share/gEDA/sym/74/7474-3.sym
share/gEDA/sym/74/7475-1.sym
share/gEDA/sym/74/7476-1.sym
share/gEDA/sym/74/7478-1.sym
@@ -362,6 +367,7 @@ share/gEDA/sym/74/74HCT08-1.sym
share/gEDA/sym/74/74HCT245-1.sym
share/gEDA/sym/74/74HCT4094-1.sym
share/gEDA/sym/74/74HCT541-1.sym
+share/gEDA/sym/74/74power-1.sym
share/gEDA/sym/74/9602-1.sym
share/gEDA/sym/74/9602-2.sym
share/gEDA/sym/IEC417/ac-ac.sym
@@ -466,6 +472,8 @@ share/gEDA/sym/IEC417/switch-5port.sym
share/gEDA/sym/IEC417/termination.sym
share/gEDA/sym/IEC417/transformer.sym
share/gEDA/sym/IEC417/up-converter.sym
+share/gEDA/sym/allegro/3967-1.sym
+share/gEDA/sym/allegro/3967-2.sym
share/gEDA/sym/altera/10K10LC84-1.sym
share/gEDA/sym/altera/EPC1LC20-1.sym
share/gEDA/sym/altera/EPF10K-1.sym
@@ -481,6 +489,7 @@ share/gEDA/sym/analog/bridge-2.sym
share/gEDA/sym/analog/capacitor-1.sym
share/gEDA/sym/analog/capacitor-2.sym
share/gEDA/sym/analog/capacitor-3.sym
+share/gEDA/sym/analog/capacitor-4.sym
share/gEDA/sym/analog/capacitor-variable-1.sym
share/gEDA/sym/analog/capacitor-variable-2.sym
share/gEDA/sym/analog/coil-1.sym
@@ -488,6 +497,7 @@ share/gEDA/sym/analog/coil-2.sym
share/gEDA/sym/analog/crystal-1.sym
share/gEDA/sym/analog/current-1.sym
share/gEDA/sym/analog/darlington_NPN-1.sym
+share/gEDA/sym/analog/darlington_NPN_PNP-1.sym
share/gEDA/sym/analog/dual-opamp-1.sym
share/gEDA/sym/analog/fuse-1.sym
share/gEDA/sym/analog/fuse-2.sym
@@ -547,22 +557,36 @@ share/gEDA/sym/analog/transformer-1.sym
share/gEDA/sym/analog/transformer-2.sym
share/gEDA/sym/analog/transformer-3.sym
share/gEDA/sym/analog/transformer-4.sym
+share/gEDA/sym/analog/transformer-5.sym
share/gEDA/sym/analog/triac-1.sym
share/gEDA/sym/analog/txo-1.sym
+share/gEDA/sym/analog/varistor-1.sym
share/gEDA/sym/analog/voltage-1.sym
share/gEDA/sym/analog/voltage-2.sym
share/gEDA/sym/analog/voltage-3.sym
share/gEDA/sym/analog/voltmeter-1.sym
-share/gEDA/sym/asic/cap-0.sym
-share/gEDA/sym/asic/cap-1.sym
-share/gEDA/sym/asic/cap-2.sym
-share/gEDA/sym/asic/cap-3.sym
-share/gEDA/sym/asic/diode.sym
-share/gEDA/sym/asic/nmos.sym
-share/gEDA/sym/asic/pmos.sym
-share/gEDA/sym/asic/res-0.sym
-share/gEDA/sym/asic/res-1.sym
-share/gEDA/sym/asic/res-2.sym
+share/gEDA/sym/apex/pa140-1.sym
+share/gEDA/sym/apex/pa91-1.sym
+share/gEDA/sym/asic/asic-cap-1.sym
+share/gEDA/sym/asic/asic-cap-2.sym
+share/gEDA/sym/asic/asic-cap-3.sym
+share/gEDA/sym/asic/asic-diode-1.sym
+share/gEDA/sym/asic/asic-nmos-1.sym
+share/gEDA/sym/asic/asic-pmos-1.sym
+share/gEDA/sym/asic/asic-res-1.sym
+share/gEDA/sym/asic/asic-res-2.sym
+share/gEDA/sym/asic/asic-res-3.sym
+share/gEDA/sym/asic/asic-res-4.sym
+share/gEDA/sym/asicpads/pad.sym
+share/gEDA/sym/asicpads/pad_analog.sym
+share/gEDA/sym/asicpads/pad_gnd.sym
+share/gEDA/sym/asicpads/pad_in.sym
+share/gEDA/sym/asicpads/pad_io.sym
+share/gEDA/sym/asicpads/pad_no_esd.sym
+share/gEDA/sym/asicpads/pad_out.sym
+share/gEDA/sym/asicpads/pad_pull_down.sym
+share/gEDA/sym/asicpads/pad_pull_up.sym
+share/gEDA/sym/asicpads/pad_vdd.sym
share/gEDA/sym/bus/pc104A-1.sym
share/gEDA/sym/bus/pc104B-1.sym
share/gEDA/sym/cascade/cascade-amp-1.sym
@@ -577,6 +601,7 @@ share/gEDA/sym/connector/BNC-1.sym
share/gEDA/sym/connector/DB15-1.sym
share/gEDA/sym/connector/DB25-1.sym
share/gEDA/sym/connector/DB25-2.sym
+share/gEDA/sym/connector/DB25-3.sym
share/gEDA/sym/connector/DB31-1.sym
share/gEDA/sym/connector/DB37-1.sym
share/gEDA/sym/connector/DB9-1.sym
@@ -593,21 +618,61 @@ share/gEDA/sym/connector/DIN41617C31-1.sym
share/gEDA/sym/connector/ISA-98W-SOCKET-1.sym
share/gEDA/sym/connector/MCX-1.sym
share/gEDA/sym/connector/aui-1.sym
+share/gEDA/sym/connector/connector1-2.sym
share/gEDA/sym/connector/connector10-1.sym
+share/gEDA/sym/connector/connector10-2.sym
+share/gEDA/sym/connector/connector11-2.sym
share/gEDA/sym/connector/connector12-1.sym
+share/gEDA/sym/connector/connector12-2.sym
+share/gEDA/sym/connector/connector13-2.sym
+share/gEDA/sym/connector/connector14-2.sym
share/gEDA/sym/connector/connector15-1.sym
+share/gEDA/sym/connector/connector15-2.sym
share/gEDA/sym/connector/connector16-1.sym
+share/gEDA/sym/connector/connector16-2.sym
+share/gEDA/sym/connector/connector17-2.sym
+share/gEDA/sym/connector/connector18-2.sym
share/gEDA/sym/connector/connector19-1.sym
+share/gEDA/sym/connector/connector19-2.sym
share/gEDA/sym/connector/connector2-1.sym
+share/gEDA/sym/connector/connector2-2.sym
share/gEDA/sym/connector/connector20-1.sym
+share/gEDA/sym/connector/connector20-2.sym
+share/gEDA/sym/connector/connector21-2.sym
+share/gEDA/sym/connector/connector22-2.sym
+share/gEDA/sym/connector/connector23-2.sym
+share/gEDA/sym/connector/connector24-2.sym
+share/gEDA/sym/connector/connector25-2.sym
share/gEDA/sym/connector/connector26-1.sym
+share/gEDA/sym/connector/connector26-2.sym
+share/gEDA/sym/connector/connector27-2.sym
+share/gEDA/sym/connector/connector28-2.sym
+share/gEDA/sym/connector/connector29-2.sym
share/gEDA/sym/connector/connector3-1.sym
+share/gEDA/sym/connector/connector3-2.sym
+share/gEDA/sym/connector/connector30-2.sym
+share/gEDA/sym/connector/connector31-2.sym
+share/gEDA/sym/connector/connector32-2.sym
+share/gEDA/sym/connector/connector33-2.sym
+share/gEDA/sym/connector/connector34-2.sym
+share/gEDA/sym/connector/connector35-2.sym
+share/gEDA/sym/connector/connector36-2.sym
+share/gEDA/sym/connector/connector37-2.sym
+share/gEDA/sym/connector/connector38-2.sym
+share/gEDA/sym/connector/connector39-2.sym
share/gEDA/sym/connector/connector4-1.sym
+share/gEDA/sym/connector/connector4-2.sym
+share/gEDA/sym/connector/connector40-2.sym
share/gEDA/sym/connector/connector41-1.sym
share/gEDA/sym/connector/connector5-1.sym
+share/gEDA/sym/connector/connector5-2.sym
share/gEDA/sym/connector/connector6-1.sym
+share/gEDA/sym/connector/connector6-2.sym
+share/gEDA/sym/connector/connector7-2.sym
share/gEDA/sym/connector/connector8-1.sym
+share/gEDA/sym/connector/connector8-2.sym
share/gEDA/sym/connector/connector9-1.sym
+share/gEDA/sym/connector/connector9-2.sym
share/gEDA/sym/connector/dip24-1.sym
share/gEDA/sym/connector/gpib-1.sym
share/gEDA/sym/connector/header10-1.sym
@@ -631,12 +696,14 @@ share/gEDA/sym/connector/header50r-1.sym
share/gEDA/sym/connector/header8-1.sym
share/gEDA/sym/connector/header8-2.sym
share/gEDA/sym/connector/jumper-1.sym
+share/gEDA/sym/connector/mains-entry-1.sym
share/gEDA/sym/connector/mains-plug-1.sym
share/gEDA/sym/connector/mains-plug-2.sym
share/gEDA/sym/connector/pwrjack-1.sym
share/gEDA/sym/connector/rj45-1.sym
share/gEDA/sym/connector/rs232-idc10.sym
share/gEDA/sym/connector/smart-media-1.sym
+share/gEDA/sym/connector/terminal-1.sym
share/gEDA/sym/dec/DC003C-1.sym
share/gEDA/sym/dec/DC004C-1.sym
share/gEDA/sym/dec/DC310ES-1.sym
@@ -655,6 +722,7 @@ share/gEDA/sym/diode/led-3.sym
share/gEDA/sym/diode/mbr1545ct-1.sym
share/gEDA/sym/diode/sa52-11-1.sym
share/gEDA/sym/diode/sc52-11-1.sym
+share/gEDA/sym/diode/schottky-1.sym
share/gEDA/sym/diode/smda05-1.sym
share/gEDA/sym/diode/zener-1.sym
share/gEDA/sym/diode/zener-2.sym
@@ -823,6 +891,8 @@ share/gEDA/sym/gnetman/vpulse-1.sym
share/gEDA/sym/gnetman/vpwl-1.sym
share/gEDA/sym/gnetman/vss.sym
share/gEDA/sym/idt/idt7204-1.sym
+share/gEDA/sym/io/LCD-1.sym
+share/gEDA/sym/io/TEC4x3-1.sym
share/gEDA/sym/io/in-1.sym
share/gEDA/sym/io/input-1.sym
share/gEDA/sym/io/input-2.sym
@@ -831,6 +901,7 @@ share/gEDA/sym/io/out-1.sym
share/gEDA/sym/io/output-1.sym
share/gEDA/sym/io/output-2.sym
share/gEDA/sym/io/passive-1.sym
+share/gEDA/sym/irf/ips021-1.sym
share/gEDA/sym/lattice/isp2032-1.sym
share/gEDA/sym/linear/SLA7024M.sym
share/gEDA/sym/linear/TDA2822M-1.sym
@@ -847,6 +918,7 @@ share/gEDA/sym/linear/lm2902-1.sym
share/gEDA/sym/linear/lm2941-1.sym
share/gEDA/sym/linear/lm311-1.sym
share/gEDA/sym/linear/lm317-1.sym
+share/gEDA/sym/linear/lm319-1.sym
share/gEDA/sym/linear/lm324-1.sym
share/gEDA/sym/linear/lm337-1.sym
share/gEDA/sym/linear/lm339-1.sym
@@ -857,6 +929,7 @@ share/gEDA/sym/linear/lm3909-1.sym
share/gEDA/sym/linear/lm393-1.sym
share/gEDA/sym/linear/lm555-1.sym
share/gEDA/sym/linear/lm628n-6.sym
+share/gEDA/sym/linear/lm723-1.sym
share/gEDA/sym/linear/lm741-1.sym
share/gEDA/sym/linear/lm75-1.sym
share/gEDA/sym/linear/lm7805-1.sym
@@ -868,6 +941,7 @@ share/gEDA/sym/linear/lm7818-1.sym
share/gEDA/sym/linear/lm7824-1.sym
share/gEDA/sym/linear/lm7885-1.sym
share/gEDA/sym/linear/lm7912-1.sym
+share/gEDA/sym/linear/lp2954IT-1.sym
share/gEDA/sym/linear/lt1108-1.sym
share/gEDA/sym/linear/lt1160-1.sym
share/gEDA/sym/linear/lt1162-1.sym
@@ -880,6 +954,8 @@ share/gEDA/sym/linear/lt1782-1.sym
share/gEDA/sym/linear/ltc1799-1.sym
share/gEDA/sym/linear/ltc2400-1.sym
share/gEDA/sym/linear/volt_reg_adj-1.sym
+share/gEDA/sym/maxim/DS1307-1.sym
+share/gEDA/sym/maxim/DS89C450-1.sym
share/gEDA/sym/maxim/adc0820-1.sym
share/gEDA/sym/maxim/adm202-1.sym
share/gEDA/sym/maxim/adm202-2.sym
@@ -896,7 +972,15 @@ share/gEDA/sym/maxim/max1080-1.sym
share/gEDA/sym/maxim/max1081-1.sym
share/gEDA/sym/maxim/max1114-1.sym
share/gEDA/sym/maxim/max1114-2.sym
+share/gEDA/sym/maxim/max1206-1.sym
+share/gEDA/sym/maxim/max1207-1.sym
+share/gEDA/sym/maxim/max1208-1.sym
+share/gEDA/sym/maxim/max1209-1.sym
share/gEDA/sym/maxim/max1211-1.sym
+share/gEDA/sym/maxim/max122-1.sym
+share/gEDA/sym/maxim/max12553-1.sym
+share/gEDA/sym/maxim/max12554-1.sym
+share/gEDA/sym/maxim/max12555-1.sym
share/gEDA/sym/maxim/max135-1.sym
share/gEDA/sym/maxim/max1407-1.sym
share/gEDA/sym/maxim/max147-1.sym
@@ -939,10 +1023,12 @@ share/gEDA/sym/maxim/max478-1.sym
share/gEDA/sym/maxim/max488-1.sym
share/gEDA/sym/maxim/max489-1.sym
share/gEDA/sym/maxim/max492-1.sym
+share/gEDA/sym/maxim/max507-1.sym
share/gEDA/sym/maxim/max531-1.sym
share/gEDA/sym/maxim/max535-1.sym
share/gEDA/sym/maxim/max6018-1.sym
share/gEDA/sym/maxim/max6314-1.sym
+share/gEDA/sym/maxim/max662A-1.sym
share/gEDA/sym/maxim/max663-1.sym
share/gEDA/sym/maxim/max664-1.sym
share/gEDA/sym/maxim/max6674-1.sym
@@ -955,8 +1041,11 @@ share/gEDA/sym/maxim/max874-1.sym
share/gEDA/sym/maxim/max982-1.sym
share/gEDA/sym/maxim/mxt429-1.sym
share/gEDA/sym/memory/24Cxx-1.sym
+share/gEDA/sym/memory/25Cxx-1.sym
share/gEDA/sym/memory/27256-1.sym
+share/gEDA/sym/memory/2732-1.sym
share/gEDA/sym/memory/27512-1.sym
+share/gEDA/sym/memory/27C2001-1.sym
share/gEDA/sym/memory/27C256-1.sym
share/gEDA/sym/memory/4164-1.sym
share/gEDA/sym/memory/581000-1.sym
@@ -964,7 +1053,9 @@ share/gEDA/sym/memory/62256-1.sym
share/gEDA/sym/memory/62256-2.sym
share/gEDA/sym/memory/628512-1.sym
share/gEDA/sym/memory/93Cx6-1.sym
+share/gEDA/sym/memory/AT45db021bso8w-1.sym
share/gEDA/sym/memory/HM6264P15-1.sym
+share/gEDA/sym/memory/HM628511HC-SOJ36-1.sym
share/gEDA/sym/memory/N82S23N-1.sym
share/gEDA/sym/memory/ST39SF020A-1.sym
share/gEDA/sym/memory/am27S13D-1.sym
@@ -981,9 +1072,12 @@ share/gEDA/sym/micro/8259A-1.sym
share/gEDA/sym/micro/ACE1202-1.sym
share/gEDA/sym/micro/AT43USB320A.sym
share/gEDA/sym/micro/AT89C2051-1.sym
+share/gEDA/sym/micro/AT89C5131_PLCC-1.sym
+share/gEDA/sym/micro/AT89C5132_TQFP-1.sym
share/gEDA/sym/micro/AT89C51_DIP.sym
share/gEDA/sym/micro/AT89C51_PLCC.sym
share/gEDA/sym/micro/AT89C51_TQFP.sym
+share/gEDA/sym/micro/AT89S53-24PI-1.sym
share/gEDA/sym/micro/AT89S8252-24PC-1.sym
share/gEDA/sym/micro/AT90S1200.sym
share/gEDA/sym/micro/AT90S2313.sym
@@ -1001,13 +1095,22 @@ share/gEDA/sym/micro/AT90S8535_DIP.sym
share/gEDA/sym/micro/AT90S8535_PLCC.sym
share/gEDA/sym/micro/AT90S8535_TQFP.sym
share/gEDA/sym/micro/ATmega103.sym
+share/gEDA/sym/micro/ATmega128-1.sym
+share/gEDA/sym/micro/ATmega128-2.sym
+share/gEDA/sym/micro/ATmega128-3.sym
share/gEDA/sym/micro/ATmega161_DIP.sym
share/gEDA/sym/micro/ATmega161_TQFP.sym
share/gEDA/sym/micro/ATmega163_DIP.sym
share/gEDA/sym/micro/ATmega163_TQFP.sym
+share/gEDA/sym/micro/ATmega16L-1.sym
+share/gEDA/sym/micro/ATmega16_DIP-1.sym
share/gEDA/sym/micro/ATmega323-1.sym
+share/gEDA/sym/micro/ATmega32MLF-1.sym
+share/gEDA/sym/micro/ATmega64-1.sym
+share/gEDA/sym/micro/ATmega8-1.sym
share/gEDA/sym/micro/ATtiny11.sym
share/gEDA/sym/micro/ATtiny12.sym
+share/gEDA/sym/micro/ATtiny15L-1.sym
share/gEDA/sym/micro/ATtiny28_DIP.sym
share/gEDA/sym/micro/ATtiny28_TQFP.sym
share/gEDA/sym/micro/DS1602-1.sym
@@ -1017,6 +1120,7 @@ share/gEDA/sym/micro/DS80C310-1.sym
share/gEDA/sym/micro/DS80C310.sym
share/gEDA/sym/micro/DS80C320-1.sym
share/gEDA/sym/micro/DS80C320.sym
+share/gEDA/sym/micro/FT245BM-1.sym
share/gEDA/sym/micro/M41T00-SO8-1.sym
share/gEDA/sym/micro/MSP430x11x1.sym
share/gEDA/sym/micro/MSP430x11x2.sym
@@ -1029,28 +1133,47 @@ share/gEDA/sym/micro/MSP430x43x.sym
share/gEDA/sym/micro/MSP430x44x.sym
share/gEDA/sym/micro/TINIm390-RevD.sym
share/gEDA/sym/micro/basicstamp-1.sym
+share/gEDA/sym/micro/gschem.log.old
share/gEDA/sym/micro/mc68hc05j1a-1.sym
share/gEDA/sym/micro/mc68hc705kj1-1.sym
share/gEDA/sym/micro/mc68hc811e2fn-1.sym
share/gEDA/sym/micro/mc68hc812a4-1.sym
share/gEDA/sym/micro/mc68hc908gp32cp-1.sym
share/gEDA/sym/micro/mc68hc912b32-1.sym
+share/gEDA/sym/micro/pic12F675-1.sym
+share/gEDA/sym/micro/pic12F675-2.sym
share/gEDA/sym/micro/pic12c5xx-1.sym
share/gEDA/sym/micro/pic16C74A-1.sym
share/gEDA/sym/micro/pic16C84.sym
+share/gEDA/sym/micro/pic16F628-1.sym
+share/gEDA/sym/micro/pic16F628-2.sym
share/gEDA/sym/micro/pic16F876-1.sym
share/gEDA/sym/micro/pic16F877-1.sym
share/gEDA/sym/micro/pic16F877A-1.sym
share/gEDA/sym/micro/pic16c505-1.sym
share/gEDA/sym/micro/pic16c5x-1.sym
+share/gEDA/sym/micro/pic18F242-1.sym
+share/gEDA/sym/micro/pic18F4431-1.sym
+share/gEDA/sym/micro/staver24m32-1.sym
share/gEDA/sym/micro/sx28ac-1.sym
share/gEDA/sym/micro/tiny-tiger-1.sym
share/gEDA/sym/micro/z80pio-1.sym
+share/gEDA/sym/minicircuits/ADT1-1WT-1.sym
+share/gEDA/sym/minicircuits/ADT1-1WT-2.sym
+share/gEDA/sym/minicircuits/T1-1T-W38-1.sym
+share/gEDA/sym/minicircuits/T1-1T-X65-1.sym
+share/gEDA/sym/minicircuits/T2-1T-KK81-1.sym
share/gEDA/sym/misc/2phase-stepper-1.sym
share/gEDA/sym/misc/2tri-1.sym
share/gEDA/sym/misc/3tri-1.sym
share/gEDA/sym/misc/4phase-stepper6-1.sym
share/gEDA/sym/misc/4phase-stepper8-1.sym
+share/gEDA/sym/misc/6A259-1.sym
+share/gEDA/sym/misc/75176-1.sym
+share/gEDA/sym/misc/ADG601-1.sym
+share/gEDA/sym/misc/ADG602-1.sym
+share/gEDA/sym/misc/ADG619-1.sym
+share/gEDA/sym/misc/ADG620-1.sym
share/gEDA/sym/misc/AN82527.sym
share/gEDA/sym/misc/DM9368.sym
share/gEDA/sym/misc/FND5148-1.sym
@@ -1059,6 +1182,7 @@ share/gEDA/sym/misc/HIP4080A-1.sym
share/gEDA/sym/misc/HIP4081A-1.sym
share/gEDA/sym/misc/L293.sym
share/gEDA/sym/misc/MAC160-1.sym
+share/gEDA/sym/misc/MC34063-1.sym
share/gEDA/sym/misc/NE-592-1.sym
share/gEDA/sym/misc/PCF8563-1.sym
share/gEDA/sym/misc/PCF8591.sym
@@ -1072,6 +1196,7 @@ share/gEDA/sym/misc/arfx1229-1.sym
share/gEDA/sym/misc/busripper-1.sym
share/gEDA/sym/misc/busripper-2.sym
share/gEDA/sym/misc/dac08sm-1.sym
+share/gEDA/sym/misc/dc_motor-1.sym
share/gEDA/sym/misc/decon-1.sym
share/gEDA/sym/misc/hole-1.sym
share/gEDA/sym/misc/icl7660-1.sym
@@ -1080,6 +1205,8 @@ share/gEDA/sym/misc/input-orcad-1.sym
share/gEDA/sym/misc/interpage_bidir-1.sym
share/gEDA/sym/misc/interpage_from-1.sym
share/gEDA/sym/misc/interpage_to-1.sym
+share/gEDA/sym/misc/ir2110-1.sym
+share/gEDA/sym/misc/ltp-757g-1.sym
share/gEDA/sym/misc/mc1496-1.sym
share/gEDA/sym/misc/mc3479-1.sym
share/gEDA/sym/misc/mc3487-1.sym
@@ -1090,6 +1217,7 @@ share/gEDA/sym/misc/nc-right-1.sym
share/gEDA/sym/misc/nc-top-1.sym
share/gEDA/sym/misc/osc-1.sym
share/gEDA/sym/misc/osc-2.sym
+share/gEDA/sym/misc/osc-3.sym
share/gEDA/sym/misc/si9200-1.sym
share/gEDA/sym/misc/tl062-1.sym
share/gEDA/sym/misc/tl072-1.sym
@@ -1097,7 +1225,9 @@ share/gEDA/sym/misc/tl082-1.sym
share/gEDA/sym/misc/tl16c554afn-1.sym
share/gEDA/sym/misc/vicor_gen1.sym
share/gEDA/sym/national/ADC0804-1.sym
+share/gEDA/sym/national/ADC0831-1.sym
share/gEDA/sym/national/DAC0808-1.sym
+share/gEDA/sym/national/DS1620-1.sym
share/gEDA/sym/national/DS2405-1.sym
share/gEDA/sym/national/DS26C31-1.sym
share/gEDA/sym/national/DS26C32-1.sym
@@ -1105,6 +1235,7 @@ share/gEDA/sym/national/DS26C32-2.sym
share/gEDA/sym/national/DS26C61-1.sym
share/gEDA/sym/national/DS26LS31-1.sym
share/gEDA/sym/national/DS2890_TO92-1.sym
+share/gEDA/sym/national/DS75176-1.sym
share/gEDA/sym/national/lm4871m-1.sym
share/gEDA/sym/national/pc16500d-1.sym
share/gEDA/sym/opto/4N25-1.sym
@@ -1121,13 +1252,16 @@ share/gEDA/sym/opto/HCTL-2016-1.sym
share/gEDA/sym/opto/HSDL7000-1.sym
share/gEDA/sym/opto/K3020P-1.sym
share/gEDA/sym/opto/hcnr201-1.sym
+share/gEDA/sym/opto/hcpl-2430-1.sym
share/gEDA/sym/opto/hcpl-2630-1.sym
share/gEDA/sym/opto/hcpl-2631-1.sym
share/gEDA/sym/opto/hcpl-4534-1.sym
+share/gEDA/sym/opto/hsdl3612-1.sym
share/gEDA/sym/opto/mct9001-1.sym
share/gEDA/sym/opto/ps2501-1.sym
share/gEDA/sym/opto/tfds4500-1.sym
share/gEDA/sym/philips/PCA82C250-1.sym
+share/gEDA/sym/philips/PCF8563-1.sym
share/gEDA/sym/pla/22V10-DIP-1.sym
share/gEDA/sym/pla/22V10-PLCC.sym
share/gEDA/sym/pla/N82S100N-1.sym
@@ -1186,6 +1320,11 @@ share/gEDA/sym/rf/xinger-splitter-1.sym
share/gEDA/sym/spice/aop-spice-1.sym
share/gEDA/sym/spice/cccs-1.sym
share/gEDA/sym/spice/ccvs-1.sym
+share/gEDA/sym/spice/gnucap-directive-1.sym
+share/gEDA/sym/spice/gnucap-include-1.sym
+share/gEDA/sym/spice/gnucap-model-1.sym
+share/gEDA/sym/spice/gnucap-npn-1.sym
+share/gEDA/sym/spice/gnucap-options-1.sym
share/gEDA/sym/spice/idc-1.sym
share/gEDA/sym/spice/nullor-1.sym
share/gEDA/sym/spice/spice-directive-1.sym
@@ -1204,6 +1343,7 @@ share/gEDA/sym/spice/vpulse-1.sym
share/gEDA/sym/spice/vpwl-1.sym
share/gEDA/sym/spice/vsin-1.sym
share/gEDA/sym/spice/wline-1x.sym
+share/gEDA/sym/st/ST7538-1.sym
share/gEDA/sym/supervisor/adm707.sym
share/gEDA/sym/switcap/switcap-analysis-1.sym
share/gEDA/sym/switcap/switcap-capacitor-1.sym
@@ -1220,6 +1360,7 @@ share/gEDA/sym/switch/relay-1.sym
share/gEDA/sym/switch/ssrelay-spdt-lcc110-1.sym
share/gEDA/sym/switch/ssrelay-spst-lcb110-1.sym
share/gEDA/sym/switch/switch-LORLIN-12pos-1com-1.sym
+share/gEDA/sym/switch/switch-dip12.sym
share/gEDA/sym/switch/switch-dip4-1.sym
share/gEDA/sym/switch/switch-dip4-2.sym
share/gEDA/sym/switch/switch-dip5-1.sym
@@ -1256,18 +1397,28 @@ share/gEDA/sym/titleblock/title-bordered-B.sym
share/gEDA/sym/titleblock/title-bordered-C.sym
share/gEDA/sym/titleblock/title-bordered-D.sym
share/gEDA/sym/titleblock/title-bordered-E.sym
+share/gEDA/sym/transistor/2N2222-1.sym
share/gEDA/sym/transistor/2N3055-1.sym
share/gEDA/sym/transistor/2N3904-1.sym
+share/gEDA/sym/transistor/2N3904-2.sym
+share/gEDA/sym/transistor/2N3906-1.sym
share/gEDA/sym/transistor/2N5245-1.sym
share/gEDA/sym/transistor/2N5911-1.sym
share/gEDA/sym/transistor/2S2K3-1.sym
+share/gEDA/sym/transistor/BC182-1.sym
+share/gEDA/sym/transistor/BC307-1.sym
share/gEDA/sym/transistor/BC547-1.sym
+share/gEDA/sym/transistor/BC547-2.sym
+share/gEDA/sym/transistor/BC547-3.sym
share/gEDA/sym/transistor/BC557-1.sym
+share/gEDA/sym/transistor/BC557-2.sym
share/gEDA/sym/transistor/IRF1010N-1.sym
share/gEDA/sym/transistor/IRLZ24N-1.sym
share/gEDA/sym/transistor/ULN2003-1.sym
share/gEDA/sym/transistor/ULN2801A-1.sym
share/gEDA/sym/transistor/dgnmos-1.sym
+share/gEDA/sym/transistor/ips3310-1.sym
+share/gEDA/sym/transistor/ips521-1.sym
share/gEDA/sym/transistor/mosfet-with-diode-1.sym
share/gEDA/sym/tube/12SA7-1.sym
share/gEDA/sym/tube/12SK7-1.sym
@@ -1451,6 +1602,7 @@ share/gEDA/system-commonrc
@dirrm share/gEDA/sym/switch
@dirrm share/gEDA/sym/switcap
@dirrm share/gEDA/sym/supervisor
+@dirrm share/gEDA/sym/st
@dirrm share/gEDA/sym/spice
@dirrm share/gEDA/sym/rf
@dirrm share/gEDA/sym/relay
@@ -1461,6 +1613,7 @@ share/gEDA/system-commonrc
@dirrm share/gEDA/sym/opto
@dirrm share/gEDA/sym/national
@dirrm share/gEDA/sym/misc
+@dirrm share/gEDA/sym/minicircuits
@dirrm share/gEDA/sym/micro
@dirrm share/gEDA/sym/memory
@dirrm share/gEDA/sym/maxim
@@ -1468,6 +1621,7 @@ share/gEDA/system-commonrc
@dirrm share/gEDA/sym/local
@dirrm share/gEDA/sym/linear
@dirrm share/gEDA/sym/lattice
+@dirrm share/gEDA/sym/irf
@dirrm share/gEDA/sym/io
@dirrm share/gEDA/sym/idt
@dirrm share/gEDA/sym/gnetman
@@ -1478,9 +1632,12 @@ share/gEDA/system-commonrc
@dirrm share/gEDA/sym/connector
@dirrm share/gEDA/sym/cascade
@dirrm share/gEDA/sym/bus
+@dirrm share/gEDA/sym/asicpads
@dirrm share/gEDA/sym/asic
+@dirrm share/gEDA/sym/apex
@dirrm share/gEDA/sym/analog
@dirrm share/gEDA/sym/altera
+@dirrm share/gEDA/sym/allegro
@dirrm share/gEDA/sym/IEC417
@dirrm share/gEDA/sym/74
@dirrm share/gEDA/sym/4000
diff --git a/cad/geda-symbols/distinfo b/cad/geda-symbols/distinfo
index 4a5651159e9..1aa114a837c 100644
--- a/cad/geda-symbols/distinfo
+++ b/cad/geda-symbols/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/03/05 13:03:47 dmcmahill Exp $
+$NetBSD: distinfo,v 1.10 2005/01/11 03:16:23 dmcmahill Exp $
-SHA1 (geda/geda-symbols-20040111.tar.gz) = 780d6c7f8c7a1da608b7fdc61a3e73d1615ff70a
-Size (geda/geda-symbols-20040111.tar.gz) = 576541 bytes
+SHA1 (geda/geda-symbols-20041228.tar.gz) = ba1045afbb14596005fca89f3580ee85d345e3d7
+Size (geda/geda-symbols-20041228.tar.gz) = 647981 bytes
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index 83db93f4bd7..2fce9c7e5a6 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -1,13 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2004/10/15 14:50:05 tv Exp $
+# $NetBSD: Makefile,v 1.27 2005/01/11 03:16:23 dmcmahill Exp $
#
DISTNAME= geda-utils-${PKGVERSION}
-PKGREVISION= 2
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
@@ -42,6 +37,7 @@ _REPLACE_FILES.python= scripts/tragesym
REPLACE_PERL+= scripts/pads_backannotate \
scripts/gschupdate \
+ scripts/gsymfix.pl \
scripts/gsymupdate \
scripts/refdes_renum \
scripts/sarlacc_sym
diff --git a/cad/geda-utils/PLIST b/cad/geda-utils/PLIST
index 7892dd6e255..f205cac6538 100644
--- a/cad/geda-utils/PLIST
+++ b/cad/geda-utils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/03/05 13:03:47 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/01/11 03:16:23 dmcmahill Exp $
bin/convert_sym
bin/garchive
bin/gmk_sym
@@ -6,6 +6,7 @@ bin/gsch2pcb
bin/gschemdoc
bin/gschlas
bin/gschupdate
+bin/gsymfix.pl
bin/gsymupdate
bin/olib
bin/pads_backannotate
diff --git a/cad/geda-utils/distinfo b/cad/geda-utils/distinfo
index ff45c76ee9b..2ab3a6c69e8 100644
--- a/cad/geda-utils/distinfo
+++ b/cad/geda-utils/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/03/05 13:03:47 dmcmahill Exp $
+$NetBSD: distinfo,v 1.10 2005/01/11 03:16:23 dmcmahill Exp $
-SHA1 (geda/geda-utils-20040111.tar.gz) = 2c52ab5b01a74d9ffb46d0f582d3897994cd9e3f
-Size (geda/geda-utils-20040111.tar.gz) = 243338 bytes
+SHA1 (geda/geda-utils-20041228.tar.gz) = 54cda196a9361aab5af20c73c839ad83f1164982
+Size (geda/geda-utils-20041228.tar.gz) = 244490 bytes
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index b9f46811f47..82fcc82ca1a 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,18 +1,14 @@
-# $NetBSD: Makefile,v 1.37 2004/10/15 14:50:05 tv Exp $
+# $NetBSD: Makefile,v 1.38 2005/01/11 03:16:22 dmcmahill Exp $
#
DISTNAME= geda-${PKGVERSION}
-PKGREVISION= 2
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
COMMENT= Toolset for automating electronic design
+DEPENDS+= gattrib-${PKGVERSION}{,nb[0-9]*}:../../cad/gattrib
DEPENDS+= gschem-${PKGVERSION}{,nb[0-9]*}:../../cad/gschem
DEPENDS+= gnetlist-${PKGVERSION}{,nb[0-9]*}:../../cad/gnetlist
DEPENDS+= gsymcheck-${PKGVERSION}{,nb[0-9]*}:../../cad/gsymcheck
diff --git a/cad/geda/Makefile.common b/cad/geda/Makefile.common
index d87b0e0fef1..1ad13c8d40b 100644
--- a/cad/geda/Makefile.common
+++ b/cad/geda/Makefile.common
@@ -1,5 +1,9 @@
-# $NetBSD: Makefile.common,v 1.2 2004/03/05 13:03:47 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.3 2005/01/11 03:16:22 dmcmahill Exp $
#
DIST_SUBDIR= geda
-PKGVERSION= 20040111
+PKGVERSION= 20041228
+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}/ \
+ http://www.geda.coelacanth.com/devel/${PKGVERSION}/
diff --git a/cad/geda/PLIST b/cad/geda/PLIST
index 264fb6252bc..0002cefff20 100644
--- a/cad/geda/PLIST
+++ b/cad/geda/PLIST
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2004/03/05 13:03:47 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/01/11 03:16:22 dmcmahill Exp $
bin/geda
+bin/graphman
bin/raw2gw
+${PKGLOCALEDIR}/locale/fr_FR/LC_MESSAGES/geda.mo
+${PKGLOCALEDIR}/locale/it_IT/LC_MESSAGES/geda.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/geda.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/geda.mo
diff --git a/cad/geda/distinfo b/cad/geda/distinfo
index 636e1f149b5..2e7f922888e 100644
--- a/cad/geda/distinfo
+++ b/cad/geda/distinfo
@@ -1,5 +1,11 @@
-$NetBSD: distinfo,v 1.3 2004/03/05 13:03:47 dmcmahill Exp $
+$NetBSD: distinfo,v 1.4 2005/01/11 03:16:22 dmcmahill Exp $
-SHA1 (geda/geda-20040111.tar.gz) = cfa387e046658c9a39eb976c2792b00663f24ce2
-Size (geda/geda-20040111.tar.gz) = 329653 bytes
+SHA1 (geda/geda-20041228.tar.gz) = 6755093bcffddc785d311139caf6f838070c60ff
+Size (geda/geda-20041228.tar.gz) = 390623 bytes
SHA1 (patch-aa) = 27f6766661153845e8333d4f83a1b2fbc42b70d1
+SHA1 (patch-ab) = ca6c6c341fe3407b16d13efc154c2a9f93198c58
+SHA1 (patch-ac) = 3e9c0fcbfc8027eb08bf30d7bc646a31bbee34d8
+SHA1 (patch-ad) = 69caeab10a89574e0dec1be78b57573073da6559
+SHA1 (patch-ae) = dde71f448a9af6fc04745d411f74a4efba39889e
+SHA1 (patch-af) = 50ccb1f6a9afb18f80caabbac4b7da99e99908c5
+SHA1 (patch-ag) = 036e971d75bb1c3632444afe68897060c928fd48
diff --git a/cad/geda/patches/patch-ab b/cad/geda/patches/patch-ab
new file mode 100644
index 00000000000..b894f40f0ba
--- /dev/null
+++ b/cad/geda/patches/patch-ab
@@ -0,0 +1,25 @@
+$NetBSD: patch-ab,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
+
+--- graphman/callbacks.c.orig 2004-08-31 02:57:44.000000000 +0000
++++ graphman/callbacks.c
+@@ -19,7 +19,11 @@
+ /*******************************************************************************/
+
+ #ifdef HAVE_CONFIG_H
+-# include <config.h>
++# include "../config.h"
++#endif
++
++#ifdef HAVE_UNISTD_H
++# include <unistd.h>
+ #endif
+
+ #include <gtk/gtk.h>
+@@ -28,6 +32,7 @@
+ #include "global.h"
+ #include "graph.h"
+ #include "interface.h"
++#include "libstring.h"
+ #include "support.h"
+ #include "value.h"
+
diff --git a/cad/geda/patches/patch-ac b/cad/geda/patches/patch-ac
new file mode 100644
index 00000000000..4c87ff3cc3c
--- /dev/null
+++ b/cad/geda/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
+
+--- src/doc.c.orig 2003-12-11 08:44:17.000000000 +0000
++++ src/doc.c
+@@ -38,6 +38,7 @@
+ #include "filetool.h"
+ #include "global.h"
+ #include "m_action.h"
++#include "m_project.h"
+ #include "msgbox.h"
+ #include "project.h"
+ #include "support.h"
diff --git a/cad/geda/patches/patch-ad b/cad/geda/patches/patch-ad
new file mode 100644
index 00000000000..b667793aae7
--- /dev/null
+++ b/cad/geda/patches/patch-ad
@@ -0,0 +1,10 @@
+$NetBSD: patch-ad,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
+
+--- src/callbacks.c.orig 2003-12-09 08:03:14.000000000 +0000
++++ src/callbacks.c
+@@ -39,4 +39,5 @@
+ gboolean on_MainWindow_delete_event(GtkWidget *pWidget, GdkEvent *pEvent, gpointer pUserData)
+ {
+ ProjectExit_MenuActivation(GTK_MENU_ITEM(pWidget), pUserData);
++ return 0;
+ }
diff --git a/cad/geda/patches/patch-ae b/cad/geda/patches/patch-ae
new file mode 100644
index 00000000000..13e9f5c6949
--- /dev/null
+++ b/cad/geda/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
+
+--- graphman/libstring.c.orig 2004-08-30 21:02:42.000000000 +0000
++++ graphman/libstring.c
+@@ -18,6 +18,7 @@
+ /* */
+ /*******************************************************************************/
+
++#include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include "libstring.h"
diff --git a/cad/geda/patches/patch-af b/cad/geda/patches/patch-af
new file mode 100644
index 00000000000..c9ddec009a4
--- /dev/null
+++ b/cad/geda/patches/patch-af
@@ -0,0 +1,21 @@
+$NetBSD: patch-af,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
+
+--- graphman/main.c.orig 2004-08-31 02:57:45.000000000 +0000
++++ graphman/main.c
+@@ -19,7 +19,7 @@
+ /*******************************************************************************/
+
+ #ifdef HAVE_CONFIG_H
+-# include <config.h>
++# include <../config.h>
+ #endif
+
+ #include <gtk/gtk.h>
+@@ -34,6 +34,7 @@
+ #include "interface.h"
+ #include "libstring.h"
+ #include "support.h"
++#include "value.h"
+
+
+
diff --git a/cad/geda/patches/patch-ag b/cad/geda/patches/patch-ag
new file mode 100644
index 00000000000..6a4b44d604d
--- /dev/null
+++ b/cad/geda/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
+
+--- graphman/config.c.orig 2004-08-30 21:02:42.000000000 +0000
++++ graphman/config.c
+@@ -272,7 +272,7 @@ static int ConfigReadLine(char *szLine)
+
+ *******************************************************************************/
+
+-static cSeparator = ',';
++static char cSeparator = ',';
+
+
+ static BOOL IsSeparator(const char c)
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile
index 997b236d417..6d91c67e96d 100644
--- a/cad/gnetlist/Makefile
+++ b/cad/gnetlist/Makefile
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2004/10/15 14:50:05 tv Exp $
+# $NetBSD: Makefile,v 1.29 2005/01/11 03:16:23 dmcmahill Exp $
#
DISTNAME= geda-gnetlist-${PKGVERSION}
PKGNAME= gnetlist-${PKGVERSION}
-PKGREVISION= 2
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
diff --git a/cad/gnetlist/PLIST b/cad/gnetlist/PLIST
index 5e8c9096167..81670e38b9d 100644
--- a/cad/gnetlist/PLIST
+++ b/cad/gnetlist/PLIST
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.7 2004/03/05 13:03:47 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.8 2005/01/11 03:16:23 dmcmahill Exp $
bin/gnetlist
-bin/gschem2pcb
bin/mk_verilog_syms
+bin/sch2eaglepos.sh
bin/sw2asc
man/man1/gnetlist.1
share/doc/geda-doc/man/gnetlist.html
share/doc/geda-doc/readmes/README.bom
+share/doc/geda-doc/readmes/README.eagle
share/doc/geda-doc/readmes/README.pcb
share/doc/geda-doc/readmes/README.switcap
+share/doc/geda-doc/readmes/README.sysc
share/doc/geda-doc/readmes/README.verilog
share/doc/geda-doc/readmes/README.vhdl
share/doc/geda-doc/readmes/syntax_architecture.txt
@@ -22,6 +24,7 @@ share/gEDA/scheme/gnet-bom2.scm
share/gEDA/scheme/gnet-cascade.scm
share/gEDA/scheme/gnet-drc.scm
share/gEDA/scheme/gnet-drc2.scm
+share/gEDA/scheme/gnet-eagle.scm
share/gEDA/scheme/gnet-futurenet2.scm
share/gEDA/scheme/gnet-geda.scm
share/gEDA/scheme/gnet-gossip.scm
@@ -37,6 +40,7 @@ share/gEDA/scheme/gnet-redac.scm
share/gEDA/scheme/gnet-spice-sdb.scm
share/gEDA/scheme/gnet-spice.scm
share/gEDA/scheme/gnet-switcap.scm
+share/gEDA/scheme/gnet-systemc.scm
share/gEDA/scheme/gnet-tango.scm
share/gEDA/scheme/gnet-vams.scm
share/gEDA/scheme/gnet-verilog.scm
diff --git a/cad/gnetlist/distinfo b/cad/gnetlist/distinfo
index 03e6d3bb792..fa5c491a9c6 100644
--- a/cad/gnetlist/distinfo
+++ b/cad/gnetlist/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2004/03/05 13:03:47 dmcmahill Exp $
+$NetBSD: distinfo,v 1.13 2005/01/11 03:16:23 dmcmahill Exp $
-SHA1 (geda/geda-gnetlist-20040111.tar.gz) = 9d93e776e1058d9922230ca6df13f6a8fd32d819
-Size (geda/geda-gnetlist-20040111.tar.gz) = 303503 bytes
+SHA1 (geda/geda-gnetlist-20041228.tar.gz) = 8f570c3309990efeaefdb7b3a929866234e059de
+Size (geda/geda-gnetlist-20041228.tar.gz) = 311215 bytes
SHA1 (patch-aa) = 4e3e871512a99ad1ea55bf8215c3cc8b773b6867
SHA1 (patch-ab) = 6a44e80b2e80ccc12e3e4e206de2cfe8f85897fa
-SHA1 (patch-ac) = 5ac137d4cfb2cdb7dc88cab790d4ea56b3bb6340
+SHA1 (patch-ac) = bd841b09ca3baa44de5201b18d68083ee7f464dd
diff --git a/cad/gnetlist/patches/patch-ac b/cad/gnetlist/patches/patch-ac
index 3d5afa0f9aa..e795d6a62a5 100644
--- a/cad/gnetlist/patches/patch-ac
+++ b/cad/gnetlist/patches/patch-ac
@@ -1,13 +1,12 @@
-$NetBSD: patch-ac,v 1.3 2004/03/05 13:03:48 dmcmahill Exp $
+$NetBSD: patch-ac,v 1.4 2005/01/11 03:16:23 dmcmahill Exp $
---- scheme/gnet-cascade.scm.orig Sun Jan 4 03:50:03 2004
-+++ scheme/gnet-cascade.scm
-@@ -76,7 +76,7 @@
- (caadr sourcenet)
- )
- )
-- (cascade:write-source2 port (cdr pkgs) )
-+ (cascade:write-source port (cdr pkgs) )
- )
- )
- ;; the list of packages is now empty
+--- include/prototype.h.orig 2004-08-31 12:12:09.000000000 +0000
++++ include/prototype.h
+@@ -43,6 +43,7 @@ void i_vars_setnames(TOPLEVEL *w_current
+ /* parsecmd.c */
+ void usage(char *cmd);
+ int parse_commandline(int argc, char *argv[]);
++char *create_command_line(int argc, char *argv[]);
+ /* s_cpinlist.c */
+ CPINLIST *s_cpinlist_return_tail(CPINLIST *head);
+ CPINLIST *s_cpinlist_return_head(CPINLIST *tail);
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile
index 1e89ae6d7cf..48926c208ad 100644
--- a/cad/gschem/Makefile
+++ b/cad/gschem/Makefile
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2004/10/15 14:50:06 tv Exp $
+# $NetBSD: Makefile,v 1.31 2005/01/11 03:16:23 dmcmahill Exp $
#
DISTNAME= geda-gschem-${PKGVERSION}
PKGNAME= gschem-${PKGVERSION}
-PKGREVISION= 3
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
@@ -23,6 +18,7 @@ CONFLICTS+= gEDA<19991011
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
+USE_MAKEINFO= YES
INFO_FILES= gschemdoc.info
.include "../../cad/libgeda/buildlink3.mk"
diff --git a/cad/gschem/PLIST b/cad/gschem/PLIST
index 3a0d8c974c7..584e436ea1b 100644
--- a/cad/gschem/PLIST
+++ b/cad/gschem/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2004/03/05 13:03:48 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.12 2005/01/11 03:16:23 dmcmahill Exp $
bin/gschem
man/man1/gschem.1
share/doc/geda-doc/man/gschem.html
@@ -28,6 +28,7 @@ share/gEDA/scheme/list-keys.scm
share/gEDA/scheme/print-NB-attribs.scm
share/gEDA/system-gschemrc
${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/geda-gschem.mo
+${PKGLOCALEDIR}/locale/it_IT/LC_MESSAGES/geda-gschem.mo
${PKGLOCALEDIR}/locale/ja_JP/LC_MESSAGES/geda-gschem.mo
${PKGLOCALEDIR}/locale/nl_NL/LC_MESSAGES/geda-gschem.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/geda-gschem.mo
diff --git a/cad/gschem/distinfo b/cad/gschem/distinfo
index d2b7da0f7ca..da6132fe8f6 100644
--- a/cad/gschem/distinfo
+++ b/cad/gschem/distinfo
@@ -1,5 +1,12 @@
-$NetBSD: distinfo,v 1.10 2004/03/05 13:03:48 dmcmahill Exp $
+$NetBSD: distinfo,v 1.11 2005/01/11 03:16:24 dmcmahill Exp $
-SHA1 (geda/geda-gschem-20040111.tar.gz) = 5a27a14ffd04821a2f262960b4992f181709cfee
-Size (geda/geda-gschem-20040111.tar.gz) = 1433206 bytes
-SHA1 (patch-ab) = b5806b57edd1d5ba3159c4f63a1b1c6678cedaec
+SHA1 (geda/geda-gschem-20041228.tar.gz) = d6223ea450f4ae5f4917c1209269febf89380e19
+Size (geda/geda-gschem-20041228.tar.gz) = 1464961 bytes
+SHA1 (patch-aa) = 2a5a099b01179113fa295a2bd6c6c3c48ad4ea45
+SHA1 (patch-ab) = fc16c5328139a3e0f650cf5eb4b22159aa8210e1
+SHA1 (patch-ac) = d433f3fcedb2d2917c2dff8e432158c7a44a36af
+SHA1 (patch-ad) = 1b7ad847f99a3b99a46ad22398cf257f74dfbef9
+SHA1 (patch-ae) = ea40638a0b9c606cce946c216d61f6dbf9813130
+SHA1 (patch-af) = 0ceda5f105bfec5c2c2fc0cc7932d2e37f99d43f
+SHA1 (patch-ag) = 434f25acf5b5f3bd25bf0dd1c28084a84d5dcbb2
+SHA1 (patch-ah) = 1e49e0ac986edacf760c1b74050b93db33942488
diff --git a/cad/gschem/patches/patch-aa b/cad/gschem/patches/patch-aa
new file mode 100644
index 00000000000..bf82b41822f
--- /dev/null
+++ b/cad/gschem/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2005/01/11 03:16:24 dmcmahill Exp $
+
+--- noweb/g_key.nw.orig 2003-10-20 03:37:25.000000000 +0000
++++ noweb/g_key.nw
+@@ -154,7 +154,7 @@ SCM g_key_ ## name(void) \
+ return SCM_BOOL_T; \
+ }
+
+-DEFINE_G_KEY(file_new)
++DEFINE_G_KEY(gedafile_new)
+
+ DEFINE_G_KEY(file_new_window)
+
diff --git a/cad/gschem/patches/patch-ab b/cad/gschem/patches/patch-ab
index 2eb0f5d92da..54f15f297be 100644
--- a/cad/gschem/patches/patch-ab
+++ b/cad/gschem/patches/patch-ab
@@ -1,14 +1,13 @@
-$NetBSD: patch-ab,v 1.3 2003/07/09 14:46:00 drochner Exp $
+$NetBSD: patch-ab,v 1.4 2005/01/11 03:16:24 dmcmahill Exp $
---- src/gschem.c.orig 2003-07-09 15:02:04.000000000 +0200
-+++ src/gschem.c 2003-07-09 15:02:41.000000000 +0200
-@@ -32,6 +32,9 @@
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
- #endif
-+#ifdef ENABLE_NLS
-+#include <locale.h>
-+#endif
+--- src/g_key.c.orig 2004-12-29 04:08:32.000000000 +0000
++++ src/g_key.c
+@@ -110,7 +110,7 @@ SCM g_key_ ## name(void) \
+ return SCM_BOOL_T; \
+ }
- #include <libgeda/libgeda.h>
+-DEFINE_G_KEY(file_new)
++DEFINE_G_KEY(gedafile_new)
+
+ DEFINE_G_KEY(file_new_window)
diff --git a/cad/gschem/patches/patch-ac b/cad/gschem/patches/patch-ac
new file mode 100644
index 00000000000..49bb8e5f0e2
--- /dev/null
+++ b/cad/gschem/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2005/01/11 03:16:24 dmcmahill Exp $
+
+--- noweb/g_register.nw.orig 2004-12-29 02:00:39.000000000 +0000
++++ noweb/g_register.nw
+@@ -195,7 +195,7 @@ g_register_funcs(void)
+
+ /* keymapping callbacks */
+ gh_new_procedure0_0 ("file-new-window", g_key_file_new_window);
+- gh_new_procedure0_0 ("file-new", g_key_file_new);
++ gh_new_procedure0_0 ("file-new", g_key_gedafile_new);
+ gh_new_procedure0_0 ("file-open", g_key_file_open);
+ gh_new_procedure0_0 ("file-script", g_key_file_script);
+ gh_new_procedure0_0 ("file-save", g_key_file_save);
diff --git a/cad/gschem/patches/patch-ad b/cad/gschem/patches/patch-ad
new file mode 100644
index 00000000000..3e8491f478a
--- /dev/null
+++ b/cad/gschem/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2005/01/11 03:16:24 dmcmahill Exp $
+
+--- src/g_register.c.orig 2004-12-29 04:08:28.000000000 +0000
++++ src/g_register.c
+@@ -156,7 +156,7 @@ void g_register_funcs(void)
+
+ /* keymapping callbacks */
+ gh_new_procedure0_0("file-new-window", g_key_file_new_window);
+- gh_new_procedure0_0("file-new", g_key_file_new);
++ gh_new_procedure0_0("file-new", g_key_gedafile_new);
+ gh_new_procedure0_0("file-open", g_key_file_open);
+ gh_new_procedure0_0("file-script", g_key_file_script);
+ gh_new_procedure0_0("file-save", g_key_file_save);
diff --git a/cad/gschem/patches/patch-ae b/cad/gschem/patches/patch-ae
new file mode 100644
index 00000000000..66069914718
--- /dev/null
+++ b/cad/gschem/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.3 2005/01/11 03:16:24 dmcmahill Exp $
+
+--- include/prototype.h.orig 2004-12-29 02:06:45.000000000 +0000
++++ include/prototype.h
+@@ -27,7 +27,7 @@ SCM g_set_attrib_value_x(SCM attrib_smob
+ /* g_key.c */
+ void set_window_current_key(TOPLEVEL *w_current);
+ void g_key_execute(int state, int keyval);
+-SCM g_key_file_new(void);
++SCM g_key_gedafile_new(void);
+ SCM g_key_file_new_window(void);
+ SCM g_key_file_open(void);
+ SCM g_key_file_script(void);
diff --git a/cad/gschem/patches/patch-af b/cad/gschem/patches/patch-af
new file mode 100644
index 00000000000..aa457b806a2
--- /dev/null
+++ b/cad/gschem/patches/patch-af
@@ -0,0 +1,31 @@
+$NetBSD: patch-af,v 1.3 2005/01/11 03:16:24 dmcmahill Exp $
+
+--- src/i_callbacks.c.orig 2004-12-29 04:08:37.000000000 +0000
++++ src/i_callbacks.c
+@@ -168,7 +168,7 @@ initiate_gschemdoc(const char *documenta
+ /* don't use the widget parameter on this function, or do some checking... */
+ /* since there is a call: widget = NULL, data = 0 (will be w_current hack) */
+ /* This should be renamed to page_new perhaps... */
+-DEFINE_I_CALLBACK(file_new)
++DEFINE_I_CALLBACK(gedafile_new)
+ {
+ TOPLEVEL *w_current = (TOPLEVEL *) data;
+ char *temp_filename;
+@@ -231,7 +231,7 @@ void i_callback_toolbar_file_new(GtkWidg
+ if (!w_current->window)
+ return;
+
+- i_callback_file_new((TOPLEVEL *) data, 0, NULL);
++ i_callback_gedafile_new((TOPLEVEL *) data, 0, NULL);
+ }
+
+
+@@ -264,7 +264,7 @@ DEFINE_I_CALLBACK(file_new_window)
+ w_current->series_name, w_current->num_untitled);
+ } else {
+ /* TODO: shouldn't this part do the same thing as
+- * what's equivalent in i_callback_file_new()? This is
++ * what's equivalent in i_callback_gedafile_new()? This is
+ * not nice to user. */
+ fprintf(stderr, _("Cannot obtain the current directory!\n"));
+ }
diff --git a/cad/gschem/patches/patch-ag b/cad/gschem/patches/patch-ag
new file mode 100644
index 00000000000..1ed00629320
--- /dev/null
+++ b/cad/gschem/patches/patch-ag
@@ -0,0 +1,22 @@
+$NetBSD: patch-ag,v 1.1 2005/01/11 03:16:24 dmcmahill Exp $
+
+--- src/x_fileselect.c.orig 2004-12-29 04:09:21.000000000 +0000
++++ src/x_fileselect.c
+@@ -628,7 +628,7 @@ void x_fileselect_saveas_close(GtkWidget
+
+ if (f_current->filesel_type == SAVEAS_NEW) {
+ w_current->page_current->CHANGED = 0;
+- i_callback_file_new(w_current, 0, NULL);
++ i_callback_gedafile_new(w_current, 0, NULL);
+ }
+ #endif
+
+@@ -681,7 +681,7 @@ void x_fileselect_saveas(GtkWidget * w,
+ } else if (f_current->filesel_type == SAVEAS_OPEN) {
+ i_callback_file_open(w_current, 0, NULL);
+ } else if (f_current->filesel_type == SAVEAS_NEW) {
+- i_callback_file_new(w_current, 0, NULL);
++ i_callback_gedafile_new(w_current, 0, NULL);
+ } else if (f_current->filesel_type == SAVEAS_CLOSE) {
+ i_callback_page_close(w_current, 0, NULL);
+ }
diff --git a/cad/gschem/patches/patch-ah b/cad/gschem/patches/patch-ah
new file mode 100644
index 00000000000..f066de0c7e9
--- /dev/null
+++ b/cad/gschem/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2005/01/11 03:16:24 dmcmahill Exp $
+
+--- src/x_pagesel.c.orig 2004-12-29 04:09:14.000000000 +0000
++++ src/x_pagesel.c
+@@ -131,7 +131,7 @@ gint save_page(GtkWidget * gtklist, TOPL
+ #line 225 "../noweb/x_pagesel.nw"
+ gint file_new(GtkWidget * gtklist, TOPLEVEL * w_current)
+ {
+- i_callback_file_new(w_current, 0, NULL);
++ i_callback_gedafile_new(w_current, 0, NULL);
+
+ return (0);
+ }
diff --git a/cad/gsymcheck/Makefile b/cad/gsymcheck/Makefile
index 76f4ddc65a7..311570a6e6f 100644
--- a/cad/gsymcheck/Makefile
+++ b/cad/gsymcheck/Makefile
@@ -1,14 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2004/10/15 14:50:06 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/01/11 03:16:24 dmcmahill Exp $
#
DISTNAME= geda-gsymcheck-${PKGVERSION}
PKGNAME= gsymcheck-${PKGVERSION}
-PKGREVISION= 2
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
diff --git a/cad/gsymcheck/distinfo b/cad/gsymcheck/distinfo
index 15dfa4486be..7ea7aaeba75 100644
--- a/cad/gsymcheck/distinfo
+++ b/cad/gsymcheck/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/03/05 13:03:48 dmcmahill Exp $
+$NetBSD: distinfo,v 1.10 2005/01/11 03:16:24 dmcmahill Exp $
-SHA1 (geda/geda-gsymcheck-20040111.tar.gz) = 2d75431d6efe63aa447c28fb3bc7a66739911244
-Size (geda/geda-gsymcheck-20040111.tar.gz) = 130161 bytes
+SHA1 (geda/geda-gsymcheck-20041228.tar.gz) = fc9441a0023d48332f52cfa2297f760ed147c76c
+Size (geda/geda-gsymcheck-20041228.tar.gz) = 131057 bytes
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index cdb650edfc2..1c46562cd05 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -1,13 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2004/10/15 14:50:06 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/01/11 03:16:24 dmcmahill Exp $
#
DISTNAME= libgeda-${PKGVERSION}
-PKGREVISION= 3
CATEGORIES= cad
-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}/ \
- http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.geda.seul.org/
diff --git a/cad/libgeda/PLIST b/cad/libgeda/PLIST
index 5b087d7e46d..705eeee962b 100644
--- a/cad/libgeda/PLIST
+++ b/cad/libgeda/PLIST
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.9 2004/09/22 08:09:19 jlam Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/01/11 03:16:24 dmcmahill Exp $
include/libgeda/colors.h
include/libgeda/defines.h
include/libgeda/funcs.h
include/libgeda/globals.h
+include/libgeda/i_vars.h
include/libgeda/libgeda.h
include/libgeda/o_types.h
+include/libgeda/papersizes.h
include/libgeda/prototype.h
include/libgeda/struct.h
lib/libgeda.la
diff --git a/cad/libgeda/buildlink3.mk b/cad/libgeda/buildlink3.mk
index 403a40b0e01..fa39b7a3725 100644
--- a/cad/libgeda/buildlink3.mk
+++ b/cad/libgeda/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:13:13 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2005/01/11 03:16:24 dmcmahill Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBGEDA_BUILDLINK3_MK:= ${LIBGEDA_BUILDLINK3_MK}+
@@ -11,8 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgeda}
BUILDLINK_PACKAGES+= libgeda
.if !empty(LIBGEDA_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libgeda+= libgeda-20040111{,nb[0-9]*}
-BUILDLINK_RECOMMENDED.libgeda+= libgeda>=20040111nb2
+BUILDLINK_DEPENDS.libgeda+= libgeda-20041228
BUILDLINK_PKGSRCDIR.libgeda?= ../../cad/libgeda
.endif # LIBGEDA_BUILDLINK3_MK
diff --git a/cad/libgeda/distinfo b/cad/libgeda/distinfo
index 0b801854610..71494e1fc0d 100644
--- a/cad/libgeda/distinfo
+++ b/cad/libgeda/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/03/05 13:03:48 dmcmahill Exp $
+$NetBSD: distinfo,v 1.10 2005/01/11 03:16:24 dmcmahill Exp $
-SHA1 (geda/libgeda-20040111.tar.gz) = fefc54a11e0fdfc2daea93ec4b117843f67f2c78
-Size (geda/libgeda-20040111.tar.gz) = 966834 bytes
+SHA1 (geda/libgeda-20041228.tar.gz) = 55bf56419f51805de38aba8fd55277925b9f9865
+Size (geda/libgeda-20041228.tar.gz) = 992149 bytes