summaryrefslogtreecommitdiff
path: root/cad/pcb-current
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-01-28 11:53:50 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-01-28 11:53:50 +0000
commit93e46b11c4c11f7a3a3cfc5498d9c2420b68b6b8 (patch)
treea76b5135cb2c4e79d2b2c5e8beccb37d56a3ffe5 /cad/pcb-current
parent1e88f4f027df0b626282dfd0d8363663a15b2a2b (diff)
downloadpkgsrc-93e46b11c4c11f7a3a3cfc5498d9c2420b68b6b8.tar.gz
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 (limited to 'cad/pcb-current')
-rw-r--r--cad/pcb-current/Makefile5
-rw-r--r--cad/pcb-current/PLIST3
-rw-r--r--cad/pcb-current/distinfo6
-rw-r--r--cad/pcb-current/patches/patch-aa13
4 files changed, 6 insertions, 21 deletions
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile
index e425ed2c904..28d191abf6b 100644
--- a/cad/pcb-current/Makefile
+++ b/cad/pcb-current/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFLICTS+= pcb-[0-9]*
-SNAPDATE= 20040903
+SNAPDATE= 20050127
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= lex make
USE_X11= yes
diff --git a/cad/pcb-current/PLIST b/cad/pcb-current/PLIST
index 5bf95376a44..ef097f1c06f 100644
--- a/cad/pcb-current/PLIST
+++ b/cad/pcb-current/PLIST
@@ -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/TO99fromLED
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 --git a/cad/pcb-current/distinfo b/cad/pcb-current/distinfo
index b322c9a6297..695912c2b48 100644
--- a/cad/pcb-current/distinfo
+++ b/cad/pcb-current/distinfo
@@ -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 --git a/cad/pcb-current/patches/patch-aa b/cad/pcb-current/patches/patch-aa
deleted file mode 100644
index e6f83cd0e54..00000000000
--- a/cad/pcb-current/patches/patch-aa
+++ /dev/null
@@ -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