summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-03-24 02:05:11 +0000
committerdmcmahill <dmcmahill>2005-03-24 02:05:11 +0000
commited6ca9373d3c0f2adc1bb393ca9e47d90c06edbb (patch)
treef60f6627f0af8b1a04ec2d246fcc42c2e1e35310 /cad
parent544c22845b5719b70b7c93834ec86aa951e85695 (diff)
downloadpkgsrc-ed6ca9373d3c0f2adc1bb393ca9e47d90c06edbb.tar.gz
update to 20050313 snapshot
Release notes for the gEDA/gaf 20050313 snapshot Changes _________________________________________________________________ general * Lots and lots and lots of code cleanup, refactoring, and bug fixing by Patrick Bernaud, Stuart Brorson, Carlos Nieves Onega, Werner Hoch, and Dan McMahill. This applies to all parts of gEDA/gaf. The amount of cleanup is quite staggering, so please look at the various ChangeLogs for more info. Many thanks to all who lent a hand in this rather difficult task! libgeda * Shared library version number now at 23. * Carlos added proper unicode support to libgeda. Schematic and symbol files can now have unicode characters in them and as long as there is a font definition file for them, the characters will appear in gschem. This was the last piece for making the transition over to gtk+ 2.2.x. Patrick did some misc cleanup on the unicode support as well. * Patrick rewrote the logging mechanism to use GLib's message logging. * Carlos added picture support to libgeda. This allows users to put pictures in various formats into schematics. Pictures are not yet rendered in postscript or png files. This feature will be completed in a subsequent release. * Dan added electric fence support to all configure scripts. * Dan squashed a whole bunch of gcc warnings as well turning on -Wall by default to further point out developer laziness. :) * Patrick rewrote the all guile code to use the 1.6.x scm interfaces. Dan and Carlos did some minor touch up to catch other missed deprecated guile interfaces. * Patrick rewrote the component library code to be sane. * Stuart added code to read in rc files when a schematic file is loaded from a foreign directory. This allows users to open up schematics that have local symbols. * Stuart add code for of a component placeholder for when a component cannot find its symbol file. This was extended a little to draw a graphic informing the user which component is missing its symbol file. * Fixed the symversion= code handling to deal with the case when no other attributes are attached to the component. In the past, this scenario was simply ignored. * Added code (temporarily till the bug is fixed) which forces libgeda to output the vector font when rendering multi-line text items. This behavior can be controlled via the gschem rc keyword: output-vector-threshold gschem * Werner Hoch completely rewrote the Attributes/Autonumber Text... dialog box. This new dialog boxes fixes some of the past problems and hopefully will satisfy more users given that it has far more capability than the last dialog box. * Patrick completely rewrote the multi attribute dialog box. This is a significant change which really improves the usability of this dialog box. Other than just being a major visible improvement, there are other features: you right click on the attributes themselves to Delete or Duplicate them and you can enter multi-line attributes by hitting Control-Enter instead of enter. * Bert Timmerman contributed an updated Dutch translation. * Iznogood contributed the first versions of the French translation. * Carlos added the first versions of the Spanish translation. * Carlos went through all the code and gave them all stock pretty stock icons. * Patrick completely rewrote the page manager to be sane. * Stuart improved the right mouse button pop up menu to include a few more commonly used options. * Handsom Greg supplied a patch to allow gEDA/gaf to build using gtk+ 2.6.x. * Patrick removed any limitations on number of files in the component library code. * Part of Stuart's work on reading in rc files in different directories, system-commonrc was renamed to system-gafrc. * Patrick rewrote most of the code for the line type and fill type dialog boxes. They can now be used for multiple objects. gnetlist * Carlos modified the bom, bom2, drc2, and redac backends to write to stdout if a "-" is specified using the -o flag. * Dan added several guile functions to deal with target netlist refdes requirements which may be more restrictive than gschem/gnetlist. Dan also updated his futurenet2, pads, and switcap backends to use these new functions. * Carlos improved his drc2 backend to check for duplicated references as well as properly return exit codes to allow gnetlist to be used in Makefiles easily. * Carlos added several functions for use in the DRC backend. gattrib * Stuart made a bunch of bug fixes and improvements including: * Added a pop-up window if a component is found with no symbol file. * Fixed a bug where only one page of design was searched for missing attribs. * Fixed bug where pre-existing attribs were deleted instead of being replaced. * Added support for slotted components. gsymcheck * Carlos added a check of the pintype attribute value. * No other significant changes except a bunch of code cleanup and updating. symbols * Carlos and Patrick made the necessary changes support unicode characters in gEDA/gaf. Wojciech Kazubski also contributed Polish font definitions. * Stuart added a bunch of SPICE symbols. * Werner Hoch did a considerable amount of fixing of various broken symbols. Many thanks. geda (gManager) * Applied segfault patch by Werner Hoch. * Added updated Italian translation by Marco Colombo. * No other significant changes except a bunch of code cleanup and updating. utils * Stuart added additional printfs to gsch2pcb during directory search when using the -v -v flags. * No other significant changes except a bunch of code cleanup and updating. docs * The gsch2pcb tutorial was updated to the latest version. * Carlos updated the file format document to describe the new picture object. examples * Stuart updated some of the schematics in the RF_Amp example. For more a detailed changes, please look in the appropriate ChangeLogs in the source tarballs.
Diffstat (limited to 'cad')
-rw-r--r--cad/gattrib/distinfo9
-rw-r--r--cad/gattrib/patches/patch-aa13
-rw-r--r--cad/geda-docs/PLIST8
-rw-r--r--cad/geda-docs/distinfo8
-rw-r--r--cad/geda-examples/Makefile7
-rw-r--r--cad/geda-examples/PLIST3
-rw-r--r--cad/geda-examples/distinfo8
-rw-r--r--cad/geda-symbols/PLIST27
-rw-r--r--cad/geda-symbols/distinfo8
-rw-r--r--cad/geda-utils/distinfo8
-rw-r--r--cad/geda/Makefile4
-rw-r--r--cad/geda/Makefile.common4
-rw-r--r--cad/geda/PLIST4
-rw-r--r--cad/geda/distinfo16
-rw-r--r--cad/geda/patches/patch-aa30
-rw-r--r--cad/geda/patches/patch-ab25
-rw-r--r--cad/geda/patches/patch-ac17
-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/geda/patches/patch-ah11
-rw-r--r--cad/gnetlist/distinfo9
-rw-r--r--cad/gschem/PLIST5
-rw-r--r--cad/gschem/distinfo16
-rw-r--r--cad/gschem/patches/patch-aa13
-rw-r--r--cad/gschem/patches/patch-ab13
-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/distinfo8
-rw-r--r--cad/libgeda/buildlink3.mk4
-rw-r--r--cad/libgeda/distinfo8
36 files changed, 87 insertions, 360 deletions
diff --git a/cad/gattrib/distinfo b/cad/gattrib/distinfo
index 4e6658c7916..21edbf286ba 100644
--- a/cad/gattrib/distinfo
+++ b/cad/gattrib/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/03/24 02:05:11 dmcmahill Exp $
-SHA1 (geda/geda-gattrib-20041228.tar.gz) = cd6943e027240267e96f6c6d401b3918bbb4b026
-RMD160 (geda/geda-gattrib-20041228.tar.gz) = cabdac7be94c6acab1d205a4319ce9bf745bf164
-Size (geda/geda-gattrib-20041228.tar.gz) = 309312 bytes
-SHA1 (patch-aa) = 3cb9d0dcc4992e3ea2a81fe5de1774b3d10ddc14
+SHA1 (geda/geda-gattrib-20050313.tar.gz) = 9c15fce90ffe18f65e8c8b2167523108af31fdbb
+RMD160 (geda/geda-gattrib-20050313.tar.gz) = 3d27f337f4e5890e7f82e2547644186344a13e02
+Size (geda/geda-gattrib-20050313.tar.gz) = 314382 bytes
diff --git a/cad/gattrib/patches/patch-aa b/cad/gattrib/patches/patch-aa
deleted file mode 100644
index cd0d84313fa..00000000000
--- a/cad/gattrib/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/01/17 19:33:06 kristerw Exp $
-
---- src/s_table.c.orig Mon Jan 17 20:25:44 2005
-+++ src/s_table.c Mon Jan 17 20:26:29 2005
-@@ -400,7 +400,7 @@
- *------------------------------------------------------------------*/
- void s_table_add_toplevel_pin_items_to_pin_table(OBJECT *start_obj) {
- OBJECT *o_current;
-- OBJECT *o_lower_current;;
-+ OBJECT *o_lower_current;
- gchar *temp;
- gchar *temp_uref;
- gchar *pinnumber;
diff --git a/cad/geda-docs/PLIST b/cad/geda-docs/PLIST
index 755e73fd21d..87315f1b1aa 100644
--- a/cad/geda-docs/PLIST
+++ b/cad/geda-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/01/11 03:16:22 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.9 2005/03/24 02:05:11 dmcmahill Exp $
share/doc/geda-doc/attributes/WARNINGS
share/doc/geda-doc/attributes/attributes.css
share/doc/geda-doc/attributes/attributes.dvi
@@ -122,6 +122,7 @@ share/doc/geda-doc/fileformats/node19.html
share/doc/geda-doc/fileformats/node2.html
share/doc/geda-doc/fileformats/node20.html
share/doc/geda-doc/fileformats/node21.html
+share/doc/geda-doc/fileformats/node22.html
share/doc/geda-doc/fileformats/node3.html
share/doc/geda-doc/fileformats/node4.html
share/doc/geda-doc/fileformats/node5.html
@@ -150,6 +151,11 @@ share/doc/geda-doc/gnetlist/node10.html
share/doc/geda-doc/gnetlist/node11.html
share/doc/geda-doc/gnetlist/node12.html
share/doc/geda-doc/gnetlist/node13.html
+share/doc/geda-doc/gnetlist/node14.html
+share/doc/geda-doc/gnetlist/node15.html
+share/doc/geda-doc/gnetlist/node16.html
+share/doc/geda-doc/gnetlist/node17.html
+share/doc/geda-doc/gnetlist/node18.html
share/doc/geda-doc/gnetlist/node2.html
share/doc/geda-doc/gnetlist/node3.html
share/doc/geda-doc/gnetlist/node4.html
diff --git a/cad/geda-docs/distinfo b/cad/geda-docs/distinfo
index 5f07168610f..bd07f268ee4 100644
--- a/cad/geda-docs/distinfo
+++ b/cad/geda-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/03/24 02:05:11 dmcmahill Exp $
-SHA1 (geda/geda-docs-20041228.tar.gz) = 69d0b6724eee7b3287fc4653ba1126cf5c47889e
-RMD160 (geda/geda-docs-20041228.tar.gz) = 411c802b6fa7da5f207e23bc60d6e5d8784968e9
-Size (geda/geda-docs-20041228.tar.gz) = 2802436 bytes
+SHA1 (geda/geda-docs-20050313.tar.gz) = 343106cf5207882e2fe6fdca6e7a3a942a4ed5e7
+RMD160 (geda/geda-docs-20050313.tar.gz) = 9cffb9c71b032b36e6a24866d70ab7daf8a0c5bb
+Size (geda/geda-docs-20050313.tar.gz) = 2852012 bytes
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile
index b77aa778687..18796d443fd 100644
--- a/cad/geda-examples/Makefile
+++ b/cad/geda-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/01/11 03:16:23 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/24 02:05:11 dmcmahill Exp $
#
DISTNAME= geda-examples-${PKGVERSION}
@@ -17,11 +17,12 @@ USE_GNU_TOOLS+= make
pre-install:
${RM} -f ${WRKSRC}/config.status.overridden
+ ${RM} -f ${WRKSRC}/configure.lineno
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/geda
- cd ${WRKSRC} && tar -cf - * | \
- (cd ${PREFIX}/share/examples/geda && tar -xf -)
+ cd ${WRKSRC} && ${TAR} -cf - * | \
+ (cd ${PREFIX}/share/examples/geda && ${TAR} -xf -)
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/examples/geda
${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/examples/geda
diff --git a/cad/geda-examples/PLIST b/cad/geda-examples/PLIST
index 80a7cdc4d93..b49df0836d1 100644
--- a/cad/geda-examples/PLIST
+++ b/cad/geda-examples/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/01/11 03:16:23 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/03/24 02:05:11 dmcmahill Exp $
share/examples/geda/AUTHORS
share/examples/geda/COPYING
share/examples/geda/ChangeLog
@@ -56,7 +56,6 @@ share/examples/geda/config.log
share/examples/geda/config.status
share/examples/geda/configure
share/examples/geda/configure.ac
-share/examples/geda/configure.lineno
share/examples/geda/gTAG/7414-1.sym
share/examples/geda/gTAG/ChangeLog
share/examples/geda/gTAG/Makefile
diff --git a/cad/geda-examples/distinfo b/cad/geda-examples/distinfo
index b930660c94e..7b27ffd6dcd 100644
--- a/cad/geda-examples/distinfo
+++ b/cad/geda-examples/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/03/24 02:05:11 dmcmahill Exp $
-SHA1 (geda/geda-examples-20041228.tar.gz) = 385ce827da753d0015ad0d0f40d7ca5549e9e729
-RMD160 (geda/geda-examples-20041228.tar.gz) = 3ac20994e7c4500dbe2a56e66abff0ef0fc8f26f
-Size (geda/geda-examples-20041228.tar.gz) = 244265 bytes
+SHA1 (geda/geda-examples-20050313.tar.gz) = f08b29ddc68bef36a6ee6865182309110dcc0f0e
+RMD160 (geda/geda-examples-20050313.tar.gz) = 659d6d142297979b7c8c51846bf787939bae5c0c
+Size (geda/geda-examples-20050313.tar.gz) = 244625 bytes
diff --git a/cad/geda-symbols/PLIST b/cad/geda-symbols/PLIST
index 51e0e0beb10..857ca0797ef 100644
--- a/cad/geda-symbols/PLIST
+++ b/cad/geda-symbols/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2005/01/11 03:16:23 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.12 2005/03/24 02:05:11 dmcmahill Exp $
share/doc/geda-doc/nc.pdf
share/gEDA/sym/4000/4000-1.sym
share/gEDA/sym/4000/4000-2.sym
@@ -750,13 +750,16 @@ share/gEDA/sym/font/8.sym
share/gEDA/sym/font/9.sym
share/gEDA/sym/font/A-acute-accent.sym
share/gEDA/sym/font/A-diaeresis.sym
+share/gEDA/sym/font/A-ogonek.sym
share/gEDA/sym/font/A-ring.sym
share/gEDA/sym/font/A.sym
share/gEDA/sym/font/AE-lig.sym
share/gEDA/sym/font/B.sym
+share/gEDA/sym/font/C-acute-accent.sym
share/gEDA/sym/font/C.sym
share/gEDA/sym/font/D.sym
share/gEDA/sym/font/E-acute-accent.sym
+share/gEDA/sym/font/E-ogonek.sym
share/gEDA/sym/font/E.sym
share/gEDA/sym/font/F.sym
share/gEDA/sym/font/G.sym
@@ -765,8 +768,10 @@ share/gEDA/sym/font/I-acute-accent.sym
share/gEDA/sym/font/I.sym
share/gEDA/sym/font/J.sym
share/gEDA/sym/font/K.sym
+share/gEDA/sym/font/L-slash.sym
share/gEDA/sym/font/L.sym
share/gEDA/sym/font/M.sym
+share/gEDA/sym/font/N-acute-accent.sym
share/gEDA/sym/font/N-tilde.sym
share/gEDA/sym/font/N.sym
share/gEDA/sym/font/O-acute-accent.sym
@@ -776,6 +781,7 @@ share/gEDA/sym/font/O.sym
share/gEDA/sym/font/P.sym
share/gEDA/sym/font/Q.sym
share/gEDA/sym/font/R.sym
+share/gEDA/sym/font/S-acute-accent.sym
share/gEDA/sym/font/S.sym
share/gEDA/sym/font/T.sym
share/gEDA/sym/font/U-acute-accent.sym
@@ -785,9 +791,12 @@ share/gEDA/sym/font/V.sym
share/gEDA/sym/font/W.sym
share/gEDA/sym/font/X.sym
share/gEDA/sym/font/Y.sym
+share/gEDA/sym/font/Z-acute-accent.sym
+share/gEDA/sym/font/Z-dot.sym
share/gEDA/sym/font/Z.sym
share/gEDA/sym/font/a_-acute-accent.sym
share/gEDA/sym/font/a_-diaeresis.sym
+share/gEDA/sym/font/a_-ogonek.sym
share/gEDA/sym/font/a_-ring.sym
share/gEDA/sym/font/a_.sym
share/gEDA/sym/font/ae_-lig.sym
@@ -799,6 +808,7 @@ share/gEDA/sym/font/b_.sym
share/gEDA/sym/font/backslash.sym
share/gEDA/sym/font/backtick.sym
share/gEDA/sym/font/box.sym
+share/gEDA/sym/font/c_-acute-accent.sym
share/gEDA/sym/font/c_.sym
share/gEDA/sym/font/caret.sym
share/gEDA/sym/font/colon.sym
@@ -806,6 +816,7 @@ share/gEDA/sym/font/comma.sym
share/gEDA/sym/font/d_.sym
share/gEDA/sym/font/dollar.sym
share/gEDA/sym/font/e_-acute-accent.sym
+share/gEDA/sym/font/e_-ogonek.sym
share/gEDA/sym/font/e_.sym
share/gEDA/sym/font/equal.sym
share/gEDA/sym/font/excl-open.sym
@@ -817,6 +828,7 @@ share/gEDA/sym/font/i_-acute-accent.sym
share/gEDA/sym/font/i_.sym
share/gEDA/sym/font/j_.sym
share/gEDA/sym/font/k_.sym
+share/gEDA/sym/font/l_-slash.sym
share/gEDA/sym/font/l_.sym
share/gEDA/sym/font/lbrace.sym
share/gEDA/sym/font/lbrack.sym
@@ -825,6 +837,7 @@ share/gEDA/sym/font/lparen.sym
share/gEDA/sym/font/m_.sym
share/gEDA/sym/font/minus.sym
share/gEDA/sym/font/more.sym
+share/gEDA/sym/font/n_-acute-accent.sym
share/gEDA/sym/font/n_-tilde.sym
share/gEDA/sym/font/n_.sym
share/gEDA/sym/font/newline.sym
@@ -845,6 +858,7 @@ share/gEDA/sym/font/r_.sym
share/gEDA/sym/font/rbrace.sym
share/gEDA/sym/font/rbrack.sym
share/gEDA/sym/font/rparen.sym
+share/gEDA/sym/font/s_-acute-accent.sym
share/gEDA/sym/font/s_.sym
share/gEDA/sym/font/semi.sym
share/gEDA/sym/font/slash.sym
@@ -860,6 +874,8 @@ share/gEDA/sym/font/vbar.sym
share/gEDA/sym/font/w_.sym
share/gEDA/sym/font/x_.sym
share/gEDA/sym/font/y_.sym
+share/gEDA/sym/font/z_-acute-accent.sym
+share/gEDA/sym/font/z_-dot.sym
share/gEDA/sym/font/z_.sym
share/gEDA/sym/gnetman/capacitor-1.sym
share/gEDA/sym/gnetman/ccvs-1.sym
@@ -978,9 +994,11 @@ 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/max12527-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/max12557-1.sym
share/gEDA/sym/maxim/max135-1.sym
share/gEDA/sym/maxim/max1407-1.sym
share/gEDA/sym/maxim/max147-1.sym
@@ -1133,7 +1151,6 @@ 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
@@ -1184,7 +1201,6 @@ 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
share/gEDA/sym/misc/PCM2702E-1.sym
share/gEDA/sym/misc/QT60040-1.sym
@@ -1330,9 +1346,12 @@ share/gEDA/sym/spice/nullor-1.sym
share/gEDA/sym/spice/spice-directive-1.sym
share/gEDA/sym/spice/spice-include-1.sym
share/gEDA/sym/spice/spice-model-1.sym
+share/gEDA/sym/spice/spice-npn-1.sym
share/gEDA/sym/spice/spice-options-1.sym
+share/gEDA/sym/spice/spice-pnp-1.sym
share/gEDA/sym/spice/spice-subcircuit-IO-1.sym
share/gEDA/sym/spice/spice-subcircuit-LL-1.sym
+share/gEDA/sym/spice/spice-vc-switch-1.sym
share/gEDA/sym/spice/tline.sym
share/gEDA/sym/spice/vac-1.sym
share/gEDA/sym/spice/vccs-1.sym
@@ -1592,7 +1611,7 @@ share/gEDA/sym/xilinx/XC2S50-5PQ208C.sym
share/gEDA/sym/xilinx/XC2S50-5PQ208I.sym
share/gEDA/sym/xilinx/XC2S50-6PQ208C.sym
share/gEDA/sym/xilinx/XC95108-PC84.sym
-share/gEDA/system-commonrc
+share/gEDA/system-gafrc
@dirrm share/gEDA/sym/xilinx
@dirrm share/gEDA/sym/vhdl
@dirrm share/gEDA/sym/verilog
diff --git a/cad/geda-symbols/distinfo b/cad/geda-symbols/distinfo
index 5d6054d78c1..ae9b1e4730a 100644
--- a/cad/geda-symbols/distinfo
+++ b/cad/geda-symbols/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/03/24 02:05:11 dmcmahill Exp $
-SHA1 (geda/geda-symbols-20041228.tar.gz) = ba1045afbb14596005fca89f3580ee85d345e3d7
-RMD160 (geda/geda-symbols-20041228.tar.gz) = 5ca9da47546fdda9d12027d4ce2bce8244470ff1
-Size (geda/geda-symbols-20041228.tar.gz) = 647981 bytes
+SHA1 (geda/geda-symbols-20050313.tar.gz) = 035055f16c6fb7e013b94c1071d88f1a3cc27ed6
+RMD160 (geda/geda-symbols-20050313.tar.gz) = cb4ccae82ef9a508d8887fbe9758028bf777461c
+Size (geda/geda-symbols-20050313.tar.gz) = 659616 bytes
diff --git a/cad/geda-utils/distinfo b/cad/geda-utils/distinfo
index 7d5cf59b4e9..ffa2b5e558a 100644
--- a/cad/geda-utils/distinfo
+++ b/cad/geda-utils/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/03/24 02:05:11 dmcmahill Exp $
-SHA1 (geda/geda-utils-20041228.tar.gz) = 54cda196a9361aab5af20c73c839ad83f1164982
-RMD160 (geda/geda-utils-20041228.tar.gz) = bc0abd6dc69cd446468c664e28d0b93b177d9ea7
-Size (geda/geda-utils-20041228.tar.gz) = 244490 bytes
+SHA1 (geda/geda-utils-20050313.tar.gz) = 7ed7fbb9f55dbf513ba83f854b28cbf3b5e1b43b
+RMD160 (geda/geda-utils-20050313.tar.gz) = b716b92b2f1b35a92372ddcf3728589b8bb79fb4
+Size (geda/geda-utils-20050313.tar.gz) = 247507 bytes
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index 82fcc82ca1a..c51de77eec0 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/01/11 03:16:22 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.39 2005/03/24 02:05:11 dmcmahill Exp $
#
DISTNAME= geda-${PKGVERSION}
@@ -27,5 +27,5 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../cad/libgeda/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/cad/geda/Makefile.common b/cad/geda/Makefile.common
index 1ad13c8d40b..c293d6f7e28 100644
--- a/cad/geda/Makefile.common
+++ b/cad/geda/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.3 2005/01/11 03:16:22 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.4 2005/03/24 02:05:11 dmcmahill Exp $
#
DIST_SUBDIR= geda
-PKGVERSION= 20041228
+PKGVERSION= 20050313
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}/ \
diff --git a/cad/geda/PLIST b/cad/geda/PLIST
index 0002cefff20..dd6dc67f63a 100644
--- a/cad/geda/PLIST
+++ b/cad/geda/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2005/01/11 03:16:22 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/03/24 02:05:11 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/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 77ebd42a386..8aac65a6be0 100644
--- a/cad/geda/distinfo
+++ b/cad/geda/distinfo
@@ -1,13 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/03/24 02:05:11 dmcmahill Exp $
-SHA1 (geda/geda-20041228.tar.gz) = 6755093bcffddc785d311139caf6f838070c60ff
-RMD160 (geda/geda-20041228.tar.gz) = a866969cfc2c730e9081f96069e71b6d03a9153b
-Size (geda/geda-20041228.tar.gz) = 390623 bytes
-SHA1 (patch-aa) = 27f6766661153845e8333d4f83a1b2fbc42b70d1
-SHA1 (patch-ab) = ca6c6c341fe3407b16d13efc154c2a9f93198c58
-SHA1 (patch-ac) = d32c39616239537d39136d4265ae4f93bd0413d6
-SHA1 (patch-ad) = 69caeab10a89574e0dec1be78b57573073da6559
-SHA1 (patch-ae) = dde71f448a9af6fc04745d411f74a4efba39889e
-SHA1 (patch-af) = 50ccb1f6a9afb18f80caabbac4b7da99e99908c5
-SHA1 (patch-ag) = 036e971d75bb1c3632444afe68897060c928fd48
-SHA1 (patch-ah) = 93b8848708feacae9e9e1f6ac55157811343d54a
+SHA1 (geda/geda-20050313.tar.gz) = 8f8345f5e7ea346b7046d1c3bdabd8b328f923c0
+RMD160 (geda/geda-20050313.tar.gz) = a3aaf96c70062496c8d8a5ef7c9f5ddb753e20c1
+Size (geda/geda-20050313.tar.gz) = 393221 bytes
diff --git a/cad/geda/patches/patch-aa b/cad/geda/patches/patch-aa
deleted file mode 100644
index e82bad81ea5..00000000000
--- a/cad/geda/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.9 2004/03/05 13:03:47 dmcmahill Exp $
-
---- graphman/raw2gw.c.orig Thu Dec 11 08:15:03 2003
-+++ graphman/raw2gw.c
-@@ -27,6 +27,7 @@
- */
-
- #include <stdio.h>
-+#include <sys/param.h>
- #include <unistd.h>
-
-
-@@ -34,7 +35,7 @@
- int main(int iArgn, const char *szArgv[])
- {
- FILE *hFile;
-- char *szDir;
-+ char szDir[MAXPATHLEN];
-
- if (iArgn < 2)
- return 0;
-@@ -47,7 +48,7 @@ int main(int iArgn, const char *szArgv[]
- return -1;
- }
-
-- szDir = get_current_dir_name();
-+ getcwd(szDir, MAXPATHLEN);
-
- hFile = fopen(szArgv[2], "w");
- if (hFile == NULL)
diff --git a/cad/geda/patches/patch-ab b/cad/geda/patches/patch-ab
deleted file mode 100644
index b894f40f0ba..00000000000
--- a/cad/geda/patches/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
-$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
deleted file mode 100644
index 6ad03ac85e2..00000000000
--- a/cad/geda/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2005/02/03 12:39:22 dmcmahill Exp $
-
---- src/doc.c.orig 2003-12-11 08:44:17.000000000 +0000
-+++ src/doc.c 2005-02-03 12:24:43.000000000 +0000
-@@ -20,5 +20,5 @@
- /*******************************************************************************/
-
--#include <malloc.h>
-+#include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
-@@ -39,4 +39,5 @@
- #include "global.h"
- #include "m_action.h"
-+#include "m_project.h"
- #include "msgbox.h"
- #include "project.h"
diff --git a/cad/geda/patches/patch-ad b/cad/geda/patches/patch-ad
deleted file mode 100644
index b667793aae7..00000000000
--- a/cad/geda/patches/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
-$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
deleted file mode 100644
index 13e9f5c6949..00000000000
--- a/cad/geda/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$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
deleted file mode 100644
index c9ddec009a4..00000000000
--- a/cad/geda/patches/patch-af
+++ /dev/null
@@ -1,21 +0,0 @@
-$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
deleted file mode 100644
index 6a4b44d604d..00000000000
--- a/cad/geda/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$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/geda/patches/patch-ah b/cad/geda/patches/patch-ah
deleted file mode 100644
index 2937ca3d065..00000000000
--- a/cad/geda/patches/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2005/02/03 12:42:01 dmcmahill Exp $
-
---- src/m_file.c.orig 2003-12-08 08:27:28.000000000 +0000
-+++ src/m_file.c 2005-02-03 12:40:16.000000000 +0000
-@@ -21,5 +21,5 @@
-
- #include <gtk/gtk.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
diff --git a/cad/gnetlist/distinfo b/cad/gnetlist/distinfo
index 1c78ff604ac..0b65f3bd97c 100644
--- a/cad/gnetlist/distinfo
+++ b/cad/gnetlist/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.14 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.15 2005/03/24 02:05:11 dmcmahill Exp $
-SHA1 (geda/geda-gnetlist-20041228.tar.gz) = 8f570c3309990efeaefdb7b3a929866234e059de
-RMD160 (geda/geda-gnetlist-20041228.tar.gz) = d36559733b67aa93f360879163f5992e121e9ee2
-Size (geda/geda-gnetlist-20041228.tar.gz) = 311215 bytes
+SHA1 (geda/geda-gnetlist-20050313.tar.gz) = de54606d06c40c0b82ca286dc533ebcca9e16844
+RMD160 (geda/geda-gnetlist-20050313.tar.gz) = f2ab962a46f0964416c9dcf2870a5d9e9fa25292
+Size (geda/geda-gnetlist-20050313.tar.gz) = 317092 bytes
SHA1 (patch-aa) = 4e3e871512a99ad1ea55bf8215c3cc8b773b6867
SHA1 (patch-ab) = 6a44e80b2e80ccc12e3e4e206de2cfe8f85897fa
-SHA1 (patch-ac) = bd841b09ca3baa44de5201b18d68083ee7f464dd
diff --git a/cad/gschem/PLIST b/cad/gschem/PLIST
index 584e436ea1b..89244737e87 100644
--- a/cad/gschem/PLIST
+++ b/cad/gschem/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2005/01/11 03:16:23 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.13 2005/03/24 02:05:11 dmcmahill Exp $
bin/gschem
man/man1/gschem.1
share/doc/geda-doc/man/gschem.html
@@ -18,6 +18,7 @@ share/gEDA/bitmap/gschem-save.xpm
share/gEDA/bitmap/gschem-select.xpm
share/gEDA/bitmap/gschem-text.xpm
share/gEDA/bitmap/gschem-undo.xpm
+share/gEDA/bitmap/gschem-warning.png
share/gEDA/gschem-darkbg
share/gEDA/gschem-gtkrc
share/gEDA/gschem-lightbg
@@ -28,6 +29,8 @@ 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/es_ES/LC_MESSAGES/geda-gschem.mo
+${PKGLOCALEDIR}/locale/fr_FR/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
diff --git a/cad/gschem/distinfo b/cad/gschem/distinfo
index fd7548c1f78..ba47e5ccaa6 100644
--- a/cad/gschem/distinfo
+++ b/cad/gschem/distinfo
@@ -1,13 +1,5 @@
-$NetBSD: distinfo,v 1.12 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.13 2005/03/24 02:05:11 dmcmahill Exp $
-SHA1 (geda/geda-gschem-20041228.tar.gz) = d6223ea450f4ae5f4917c1209269febf89380e19
-RMD160 (geda/geda-gschem-20041228.tar.gz) = 679bfe1dd943ffad9d06486e3a75374b498418a7
-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
+SHA1 (geda/geda-gschem-20050313.tar.gz) = fe64615cf3612e824929b14497d309bbd464a737
+RMD160 (geda/geda-gschem-20050313.tar.gz) = a500b2d82feb3d8157c5d40edf29f88c1e9340cc
+Size (geda/geda-gschem-20050313.tar.gz) = 1586084 bytes
diff --git a/cad/gschem/patches/patch-aa b/cad/gschem/patches/patch-aa
deleted file mode 100644
index bf82b41822f..00000000000
--- a/cad/gschem/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$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
deleted file mode 100644
index 54f15f297be..00000000000
--- a/cad/gschem/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2005/01/11 03:16:24 dmcmahill Exp $
-
---- 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; \
- }
-
--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
deleted file mode 100644
index 49bb8e5f0e2..00000000000
--- a/cad/gschem/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$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
deleted file mode 100644
index 3e8491f478a..00000000000
--- a/cad/gschem/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$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
deleted file mode 100644
index 66069914718..00000000000
--- a/cad/gschem/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$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
deleted file mode 100644
index aa457b806a2..00000000000
--- a/cad/gschem/patches/patch-af
+++ /dev/null
@@ -1,31 +0,0 @@
-$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
deleted file mode 100644
index 1ed00629320..00000000000
--- a/cad/gschem/patches/patch-ag
+++ /dev/null
@@ -1,22 +0,0 @@
-$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
deleted file mode 100644
index f066de0c7e9..00000000000
--- a/cad/gschem/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$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/distinfo b/cad/gsymcheck/distinfo
index a56cbb75bad..fa1181fb4c4 100644
--- a/cad/gsymcheck/distinfo
+++ b/cad/gsymcheck/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/02/23 14:59:24 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/03/24 02:05:12 dmcmahill Exp $
-SHA1 (geda/geda-gsymcheck-20041228.tar.gz) = fc9441a0023d48332f52cfa2297f760ed147c76c
-RMD160 (geda/geda-gsymcheck-20041228.tar.gz) = f971d19b0bfbc5e212bc2c6a070df9e45d493b9e
-Size (geda/geda-gsymcheck-20041228.tar.gz) = 131057 bytes
+SHA1 (geda/geda-gsymcheck-20050313.tar.gz) = c1f1a7db2603b991ae28016ebca6928fdb99a65f
+RMD160 (geda/geda-gsymcheck-20050313.tar.gz) = 357bb5fbba5c4e20105716fc9c5bddb41383aa8d
+Size (geda/geda-gsymcheck-20050313.tar.gz) = 131689 bytes
diff --git a/cad/libgeda/buildlink3.mk b/cad/libgeda/buildlink3.mk
index fa39b7a3725..7f6fb683dbf 100644
--- a/cad/libgeda/buildlink3.mk
+++ b/cad/libgeda/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2005/01/11 03:16:24 dmcmahill Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2005/03/24 02:05:12 dmcmahill Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBGEDA_BUILDLINK3_MK:= ${LIBGEDA_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgeda}
BUILDLINK_PACKAGES+= libgeda
.if !empty(LIBGEDA_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libgeda+= libgeda-20041228
+BUILDLINK_DEPENDS.libgeda+= libgeda-20050313
BUILDLINK_PKGSRCDIR.libgeda?= ../../cad/libgeda
.endif # LIBGEDA_BUILDLINK3_MK
diff --git a/cad/libgeda/distinfo b/cad/libgeda/distinfo
index 4085c91a60e..137776edbd4 100644
--- a/cad/libgeda/distinfo
+++ b/cad/libgeda/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/02/23 14:59:25 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/03/24 02:05:12 dmcmahill Exp $
-SHA1 (geda/libgeda-20041228.tar.gz) = 55bf56419f51805de38aba8fd55277925b9f9865
-RMD160 (geda/libgeda-20041228.tar.gz) = cd28fdfe589593b8d029aaf3aa7c336d1da551d5
-Size (geda/libgeda-20041228.tar.gz) = 992149 bytes
+SHA1 (geda/libgeda-20050313.tar.gz) = c0a8154e2a3d9c7f9298759932e9e8faf3134ea8
+RMD160 (geda/libgeda-20050313.tar.gz) = 7d0790b1f34b75dcdfb9de702b2af16f88b1b54a
+Size (geda/libgeda-20050313.tar.gz) = 1023201 bytes