From owner-cvs-ports@FreeBSD.ORG Sat Mar 28 20:29:35 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B538610656CC; Sat, 28 Mar 2009 20:29:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A1DB48FC12; Sat, 28 Mar 2009 20:29:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2SKTZiF090010; Sat, 28 Mar 2009 20:29:35 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2SKTZHB090009; Sat, 28 Mar 2009 20:29:35 GMT (envelope-from hrs) Message-Id: <200903282029.n2SKTZHB090009@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 28 Mar 2009 20:29:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/pcb Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2009 20:29:36 -0000 hrs 2009-03-28 20:29:35 UTC FreeBSD ports repository Modified files: cad/pcb Makefile distinfo pkg-descr pkg-plist Log: Update to 20081128. Changes include: - Minor bug fixes in RS274-X output. - Bug fixes in postscript output - DRC checks for annular ring on pads only uses the mininum annular ring drc setting instead of also checking minimum copper width. - Fix postscript output for zero length lines. - Improve the 'save before closing' dialogs. - Fixed bugs where objects attached to the cursor vanish sometimes. - Allow outline layers to have only arcs. - Added "Ben Mode" png output which provides a simulated "photograph" of the board. Very nice for publications. - Fix poly clearance around rotated pads. - Fix the batch HID which had bit rotted a little. - Display net names hierarchically. - Various speed improvements in the GTK HID. - Various speed improvements in the autorouter. - Minor improvements to the windows port. - Other various bug fixes. Revision Changes Path 1.64 +4 -13 ports/cad/pcb/Makefile 1.17 +3 -3 ports/cad/pcb/distinfo 1.6 +1 -1 ports/cad/pcb/pkg-descr 1.21 +7 -2 ports/cad/pcb/pkg-plist