pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/pcb-current update to pcb-current-20040903



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d037e1dbc6ed
branches:  trunk
changeset: 480287:d037e1dbc6ed
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sat Sep 04 20:12:14 2004 +0000

description:
update to pcb-current-20040903

========================================================================
Release Notes for PCB snapshot 20040903
========================================================================

- enable -Wall when compiling with gcc.  Many compiler warnings have
  been fixed.

- add a short man page which refers the user to the real documentation

- Added ExecuteFile(file) action which allows the execution of several
  actions contained in a text file.

- Added -script <file> flag which specifies a file containing actions
  to be executed upon startup.

- Various documentation improvements

- Protect some gcc extensions with tests for gcc.  This allows
  compilation with the IRIX c compiler.

- Add support for a background image in the drawing area which can
  help in importing a layout from a scanned image.

- Updated the ~geda library 150 and 300 mil width SOIC packages
  to remove silk on pads and to more closely follow the IPC
  recommendations

- Added support for menu accelerators.

- segfault when breaking apart an element with no element selected
  bug fixed.

- autorouter improvements

- added more 400mil DIP packages to ~geda library

- fix a trace optimizer bug which produced a segfault

- other various bug fixes

diffstat:

 cad/pcb-current/Makefile |  4 ++--
 cad/pcb-current/PLIST    |  3 ++-
 cad/pcb-current/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r c4821130f976 -r d037e1dbc6ed cad/pcb-current/Makefile
--- a/cad/pcb-current/Makefile  Sat Sep 04 16:59:58 2004 +0000
+++ b/cad/pcb-current/Makefile  Sat Sep 04 20:12:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/06/05 13:57:54 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2004/09/04 20:12:14 dmcmahill Exp $
 #
 
 DISTNAME=      pcb-${SNAPDATE}
@@ -18,7 +18,7 @@
 
 CONFLICTS+=    pcb-[0-9]*
 
-SNAPDATE=      20040530
+SNAPDATE=      20040903
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        lex make
 USE_X11=       yes
diff -r c4821130f976 -r d037e1dbc6ed cad/pcb-current/PLIST
--- a/cad/pcb-current/PLIST     Sat Sep 04 16:59:58 2004 +0000
+++ b/cad/pcb-current/PLIST     Sat Sep 04 20:12:14 2004 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2004/05/31 12:42:43 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/09/04 20:12:14 dmcmahill Exp $
 bin/MergePCBPS
 bin/Merge_dimPCBPS
 bin/pcb
 bin/pcb-bin
+man/man1/pcb.1
 share/pcb/CreateLibrary.sh
 share/pcb/CreateLibraryContents.sh
 share/pcb/ListLibraryContents.sh
diff -r c4821130f976 -r d037e1dbc6ed cad/pcb-current/distinfo
--- a/cad/pcb-current/distinfo  Sat Sep 04 16:59:58 2004 +0000
+++ b/cad/pcb-current/distinfo  Sat Sep 04 20:12:14 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/05/31 12:42:43 dmcmahill Exp $
+$NetBSD: distinfo,v 1.4 2004/09/04 20:12:14 dmcmahill Exp $
 
-SHA1 (pcb-20040530.tar.gz) = a233e6e8efbb4832d00f6f191089db100c0b584d
-Size (pcb-20040530.tar.gz) = 2282263 bytes
+SHA1 (pcb-20040903.tar.gz) = c24040349b86f86faf75145ded3f9c19242279bf
+Size (pcb-20040903.tar.gz) = 2317381 bytes



Home | Main Index | Thread Index | Old Index