Subject: CVS commit: pkgsrc/cad
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 05/31/2007 12:48:35
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Thu May 31 12:48:35 UTC 2007

Modified Files:
	pkgsrc/cad/gattrib: distinfo
	pkgsrc/cad/geda: Makefile.common
	pkgsrc/cad/geda-docs: Makefile PLIST.post PLIST.pre distinfo
	pkgsrc/cad/geda-examples: distinfo
	pkgsrc/cad/geda-symbols: PLIST distinfo
	pkgsrc/cad/geda-utils: Makefile PLIST distinfo
	pkgsrc/cad/gnetlist: PLIST distinfo
	pkgsrc/cad/gschem: Makefile PLIST distinfo
	pkgsrc/cad/gschem/patches: patch-aa
	pkgsrc/cad/gsymcheck: distinfo
	pkgsrc/cad/libgeda: buildlink3.mk distinfo
Added Files:
	pkgsrc/cad/gschem/patches: patch-ab

Log Message:
update to 20070526

Release notes for the gEDA/gaf 20070526 snapshot

   Changes
     _________________________________________________________________

   libgeda/gschem

     * libgeda's shared library version is now 29:0:0.
     * Added  "recently used files" File menu option. Now you can open up
       files  you  used recently (and if you have a gafrc your components
       should  be  found  too)  and  open  those files up in a new gschem
       window. (Ivan Stankovic)
     * Merge  of  the noscreen branch (many changes). This branch removed
       all  cached  screen  coordinates. Now all calculations are done in
       world  coordinates and should yield some drawing improvements. End
       users  should  not  notice  any  difference (other than the slight
       speed up). (Peter Clifton)
     * Many  improvements  to  the "Write image..." dialog box in gschem.
       gschem   can   now   export   any   image  that  gtk+  (gdk-pixbuf
       specifically)  can write (png, jpg, ico, bmp, etc...). Libgd is no
       longer   an   optional   dependency   and   cannot  be  used  with
       libgeda/gschem. (Carlos Nieves Onega)
     * Improved  the  auto  placing  mechanism.  One improvement (amongst
       others)  is  in  the  cases of: if the attribute overlap with pins
       (including  pinnumbers),  or  the pin connection direction where a
       net  is  supposed  to  be  drawn,  then  the  attributes are moved
       automatically. (Carlos Nieves Onega)
     * A  few  improvements  to  the  component  place selector including
       adding  ok  button  to  hide  the  component  insert  dialog box).
       (Various)
     * Added  items  (links to the wiki and FAQ) to the gschem help menu.
       (Peter Brett)
     * Fixed  a  nasty  bug  that was causing random crashes with keymaps
       that did not have a valid keyval/keysym. (Peter Clifton)
     * Fixed  the  drawing of dotted arcs/circles when the dot spacing is
       too small to render. (Peter Clifton)
     * Fixed  component  selector  filter to be case insensitive. (Carlos
       Nieves Onega)
     * Added  PageUp  and  PageDown  hotkeys  to  change pages in gschem.
       (Peter Brett)
     * Fixed  the  ordering  of  buttons  in  all  gtk dialog boxes to be
       correct  (based  on  what gtk+/gnome/desktop conventions). (Carlos
       Nieves Onega)
     * Added  %%Orientation  to  DSC  block  in  postscript output. (Mike
       Jarabek)
     * Fixed  color  printing  of  select  objects (should not output the
       selected color). (Peter Clifton)
     * Added  hotkeys  to  decrease  and  increase the snap grid spacing.
       (Carlos Nieves Onega and Peter Brett)
     * Improved keymap filling routines (Werner Hoch and Patrick Bernaud)
     * Fixed a couple of small memory leaks. (Ales Hvezda)
     * The usual slew of bug fixes by many individuals.
     * A bunch of code cleanup/fixes by various individuals.
     * Various language translations updated by various individuals.

   gnetlist
     * New gnetlist backends written: Calay and Osmond. (John Doty)
     * Moved  the  loading  of  scheme  files using the "-l" command line
       before  the  schematics are loaded (this allows the scheme code to
       modify the various search paths).
     * Various  improvements  to  the  spice-sdb  backend  including  the
       treatment  of  slotted  parts  (so that pins are emitted in pinseq
       order). (Stuart Brorson)
     * Added  and improved a bunch of regression tests. The vast majority
       of  these tests are now run during make distcheck. (Stuart Brorson
       and Ales Hvezda)
     * A few bugs fixed. (Various)

   gattrib
     * Added doxygen generated docs. (Stuart Brorson)
     * A bunch of bugs fixed. (Stuart Brorson and Peter Clifton)

   docs
     * Removed  the  html  version of the gsch2pcb tutorial. Instead, the
       gsch2pcb  tutorial  is  now  part  of  the  wiki thanks to several
       individuals (Patrick Doyle and Bogdan Petrisor).
     * Updated  the  wiki  snapshot to the latest web wiki version. (Ales
       Hvezda)
     * Misc improvements to various wiki scripts. (Ales Hvezda)

   symbols
     * Added greek mu character. (Carlos Nieves Onega)
     * Added upper case greek omega character. (Jens Persson)

   gsymcheck
     * No significant changes.

   utils
     * Added refdes_renum test suite. (Dan McMahill and Stuart Brorson)
     * Incorporated  --gentle  into  refdes_renum which doesn't overwrite
       refdes'es already numbered. (Stuart Brorson)
     * Moved  gschemdoc  to  the gschem package. Bunch of improvements to
       the    gschemdoc    script   related   to   finding   local/remote
       documentation. (Carlos Nieves Onega)

   examples
     * Fixed  automake  infrastructure  to  install  2N3904 model for the
       TwoStageAmp example. (Stuart Brorson)

   For more a detailed changes, please look in the appropriate ChangeLogs
   in the source tarballs.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/cad/gattrib/distinfo
cvs rdiff -r1.11 -r1.12 pkgsrc/cad/geda/Makefile.common
cvs rdiff -r1.19 -r1.20 pkgsrc/cad/geda-docs/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/cad/geda-docs/PLIST.post \
    pkgsrc/cad/geda-docs/PLIST.pre
cvs rdiff -r1.18 -r1.19 pkgsrc/cad/geda-docs/distinfo
cvs rdiff -r1.11 -r1.12 pkgsrc/cad/geda-examples/distinfo
cvs rdiff -r1.18 -r1.19 pkgsrc/cad/geda-symbols/PLIST \
    pkgsrc/cad/geda-symbols/distinfo
cvs rdiff -r1.41 -r1.42 pkgsrc/cad/geda-utils/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/cad/geda-utils/PLIST
cvs rdiff -r1.19 -r1.20 pkgsrc/cad/geda-utils/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/cad/gnetlist/PLIST
cvs rdiff -r1.22 -r1.23 pkgsrc/cad/gnetlist/distinfo
cvs rdiff -r1.42 -r1.43 pkgsrc/cad/gschem/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/cad/gschem/PLIST
cvs rdiff -r1.24 -r1.25 pkgsrc/cad/gschem/distinfo
cvs rdiff -r1.15 -r1.16 pkgsrc/cad/gschem/patches/patch-aa
cvs rdiff -r0 -r1.10 pkgsrc/cad/gschem/patches/patch-ab
cvs rdiff -r1.18 -r1.19 pkgsrc/cad/gsymcheck/distinfo
cvs rdiff -r1.22 -r1.23 pkgsrc/cad/libgeda/buildlink3.mk
cvs rdiff -r1.18 -r1.19 pkgsrc/cad/libgeda/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.