From owner-cvs-all@FreeBSD.ORG Tue Jun 14 16:18:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F44016A41C; Tue, 14 Jun 2005 16:18:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A1D543D49; Tue, 14 Jun 2005 16:18:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5EGI202005452; Tue, 14 Jun 2005 16:18:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5EGI2TQ005451; Tue, 14 Jun 2005 16:18:02 GMT (envelope-from hrs) Message-Id: <200506141618.j5EGI2TQ005451@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 14 Jun 2005 16:18:02 +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 ports/cad/pcb/files patch-configure patch-nodoc patch-src-gui-netlist-window.c patch-src-vendor.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 16:18:02 -0000 hrs 2005-06-14 16:18:01 UTC FreeBSD ports repository Modified files: cad/pcb Makefile distinfo pkg-descr pkg-plist Added files: cad/pcb/files patch-configure patch-nodoc patch-src-gui-netlist-window.c patch-src-vendor.c Log: Update to 20050609. Changes include: - The GUI is now based on gtk2 instead of Xaw - Flags are stored symbolically in the .pcb file. - As part of the switch to gtk2, the user customizable menu feature has been temporarily broken. Hopefully this will be fixed by the next snapshot. In addition, the loading of background images has also been temporarily broken. Submitted by: des Revision Changes Path 1.49 +10 -7 ports/cad/pcb/Makefile 1.11 +2 -2 ports/cad/pcb/distinfo 1.1 +16 -0 ports/cad/pcb/files/patch-configure (new) 1.1 +22 -0 ports/cad/pcb/files/patch-nodoc (new) 1.1 +11 -0 ports/cad/pcb/files/patch-src-gui-netlist-window.c (new) 1.1 +11 -0 ports/cad/pcb/files/patch-src-vendor.c (new) 1.5 +7 -5 ports/cad/pcb/pkg-descr 1.16 +185 -182 ports/cad/pcb/pkg-plist