From owner-cvs-ports@FreeBSD.ORG Fri Oct 17 01:26:43 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF2D016A4B3; Fri, 17 Oct 2003 01:26:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4368943F93; Fri, 17 Oct 2003 01:26:43 -0700 (PDT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9H8QhXJ079423; Fri, 17 Oct 2003 01:26:43 -0700 (PDT) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9H8Qg6u079422; Fri, 17 Oct 2003 01:26:42 -0700 (PDT) (envelope-from linimon) Message-Id: <200310170826.h9H8Qg6u079422@repoman.freebsd.org> From: Mark Linimon Date: Fri, 17 Oct 2003 01:26:42 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/iverilog Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 17 Oct 2003 08:26:43 -0000 linimon 2003/10/17 01:26:42 PDT FreeBSD ports repository Modified files: cad/iverilog Makefile distinfo Log: Maintainer update to snapshot version. In addition to fixing the port for gcc3.3, 10 months of updates are included: - Rework expression parsing and elaboration to accomodate real/realtime values and expressions. - Calculate delay statement delays using elaborated expressions instead of pre-elaborated expression trees. - Implement the wait statement behaviorally instead of as nets. - Support event names as expression elements. - Fix configuration errors, spelling errors, clarification of certain objects. See internal revision logs in each file for more elaboration. Revision Changes Path 1.12 +5 -3 ports/cad/iverilog/Makefile 1.4 +1 -1 ports/cad/iverilog/distinfo