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-20050127



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bccd6910439e
branches:  trunk
changeset: 488337:bccd6910439e
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Jan 28 11:53:50 2005 +0000

description:
update to pcb-current-20050127

========================================================================
Release Notes for PCB snapshot 20050127
========================================================================

- Fix drill size for PLCC sockets in ~geda library.  Fix drill size for
  LED3 and LED5 footprints in ~geda library.

- Move the right-click popup menu to pcb-menu.res.

- Add DisperseElements() action for spreading out elements in an initial
  layout.

- Fix fab drawing output for the case where a very small number of
  drill sizes are used.

- Various documentation improvements.

- Remove many compiler warnings.

- Added metric output to the cursor display

- Fix <Key>. for toggling 45 degree mode.

- Crosshair snap snaps to center of pads and also to the mark of the
  element.

- Protect all strcmp() calls with a check for a NULL pointer.  Fixes
  various crashes.

- Fixed the mode buttons which were unresponsive in some versions of
  the X libraries.

- Element names may be edited over the element.

- Added --enable-efence for ElectricFence debugging.  Off by default

- Added --disable-rpath to avoid using rpath for the X libraries.

- Added vendor resource file support.  This allows lets you specify
  a set of allowed drill sizes and drc rules for a particular vendor.

- Added -action command line option to allow executing an action on
  startup.

- Date and time of compilation added to About dialog.

- Fix a bug where the soldermask relief on a new element is 100x smaller
  than the default when "convert buffer to element" is used.

- Fix a name_tree corruption bug when changing an element name.

- Don't remove the formatted manual with a 'make clean' since they are
  part of the distfile.

- Let automake handle the html and pdf conversion.  This ends up using
  texi2pdf for the pdf output which seems to do a better job than ps2pdf.

- Sort actions by modifier so that both Ctrl<Key>x and <Key>x work.

- Fix a SelectByName bug.

- Fix non-gcc compilation

- Command history added to :

- Fixed pinout window crash

- Allow Ctrl-drag to copy objects in arrow mode.

- Fixed a polygon clearance bug

- Fix an arc bounding box calculation error.

diffstat:

 cad/pcb-current/Makefile         |   5 ++---
 cad/pcb-current/PLIST            |   3 +--
 cad/pcb-current/distinfo         |   6 +++---
 cad/pcb-current/patches/patch-aa |  13 -------------
 4 files changed, 6 insertions(+), 21 deletions(-)

diffs (69 lines):

diff -r 4484bdba8a01 -r bccd6910439e cad/pcb-current/Makefile
--- a/cad/pcb-current/Makefile  Fri Jan 28 10:24:47 2005 +0000
+++ b/cad/pcb-current/Makefile  Fri Jan 28 11:53:50 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:13 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/28 11:53:50 dmcmahill Exp $
 #
 
 DISTNAME=      pcb-${SNAPDATE}
 PKGNAME=       pcb-current-${SNAPDATE}
-PKGREVISION=   1
 CATEGORIES=    cad
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pcb/}
 
@@ -19,7 +18,7 @@
 
 CONFLICTS+=    pcb-[0-9]*
 
-SNAPDATE=      20040903
+SNAPDATE=      20050127
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        lex make
 USE_X11=       yes
diff -r 4484bdba8a01 -r bccd6910439e cad/pcb-current/PLIST
--- a/cad/pcb-current/PLIST     Fri Jan 28 10:24:47 2005 +0000
+++ b/cad/pcb-current/PLIST     Fri Jan 28 11:53:50 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/09/04 20:12:14 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/01/28 11:53:50 dmcmahill Exp $
 bin/MergePCBPS
 bin/Merge_dimPCBPS
 bin/pcb
@@ -150,7 +150,6 @@
 share/pcb/newlib/tests/UART
 share/pcb/newlib/tests/monoblock_small
 share/pcb/pcb-menu.res
-share/pcb/pcb.html
 share/pcb/pcb.pdf
 share/pcb/pcb.ps
 share/pcb/pcblib
diff -r 4484bdba8a01 -r bccd6910439e cad/pcb-current/distinfo
--- a/cad/pcb-current/distinfo  Fri Jan 28 10:24:47 2005 +0000
+++ b/cad/pcb-current/distinfo  Fri Jan 28 11:53:50 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2004/12/07 22:53:48 dmcmahill Exp $
+$NetBSD: distinfo,v 1.6 2005/01/28 11:53:50 dmcmahill Exp $
 
-SHA1 (pcb-20040903.tar.gz) = c24040349b86f86faf75145ded3f9c19242279bf
-Size (pcb-20040903.tar.gz) = 2317381 bytes
+SHA1 (pcb-20050127.tar.gz) = af0c2c974ab8804ca5388a8574888398dc86aee5
+Size (pcb-20050127.tar.gz) = 2324200 bytes
 SHA1 (patch-aa) = 14cbe3dbb8cd18e75e7e0bf306e23ecb7a78f58c
diff -r 4484bdba8a01 -r bccd6910439e cad/pcb-current/patches/patch-aa
--- a/cad/pcb-current/patches/patch-aa  Fri Jan 28 10:24:47 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/12/07 22:53:48 dmcmahill Exp $
-
---- src/global.h.orig  Mon Aug 30 02:52:04 2004
-+++ src/global.h
-@@ -679,6 +679,8 @@ typedef struct
- 
- #if GCC_VERSION > 2007
- #define ATTRIBUTE_UNUSED __attribute__((unused)) 
-+#else
-+#define ATTRIBUTE_UNUSED
- #endif 
- 
- #define RCSID(x) static char *rcsid  ATTRIBUTE_UNUSED = x



Home | Main Index | Thread Index | Old Index