diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-09-04 20:12:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-09-04 20:12:14 +0000 |
commit | cb6e8fdbc1b82a35c483a5857e2092a3dfbda185 (patch) | |
tree | 431316ad7765ef9f3dc8ab97dad3d434ba51f486 /cad | |
parent | 6873e335aeb74e71872ef448af9f9f03db24dba2 (diff) | |
download | pkgsrc-cb6e8fdbc1b82a35c483a5857e2092a3dfbda185.tar.gz |
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 (limited to 'cad')
-rw-r--r-- | cad/pcb-current/Makefile | 4 | ||||
-rw-r--r-- | cad/pcb-current/PLIST | 3 | ||||
-rw-r--r-- | cad/pcb-current/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile index 0e2b8c5f80c..63abcce8e2a 100644 --- a/cad/pcb-current/Makefile +++ b/cad/pcb-current/Makefile @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= pcb-[0-9]* -SNAPDATE= 20040530 +SNAPDATE= 20040903 GNU_CONFIGURE= yes USE_GNU_TOOLS+= lex make USE_X11= yes diff --git a/cad/pcb-current/PLIST b/cad/pcb-current/PLIST index d42880c320d..5bf95376a44 100644 --- a/cad/pcb-current/PLIST +++ b/cad/pcb-current/PLIST @@ -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 --git a/cad/pcb-current/distinfo b/cad/pcb-current/distinfo index 50195a5951e..78efce200f5 100644 --- a/cad/pcb-current/distinfo +++ b/cad/pcb-current/distinfo @@ -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 |