From owner-cvs-all@FreeBSD.ORG Sat Oct 11 12:36:14 2003 Return-Path: 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 BE65916A4B3; Sat, 11 Oct 2003 12:36:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E29CC43FBF; Sat, 11 Oct 2003 12:36:13 -0700 (PDT) (envelope-from netchild@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 h9BJaDXJ031469; Sat, 11 Oct 2003 12:36:13 -0700 (PDT) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9BJaDhF031468; Sat, 11 Oct 2003 12:36:13 -0700 (PDT) (envelope-from netchild) Message-Id: <200310111936.h9BJaDhF031468@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 11 Oct 2003 12:36:13 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/cil Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 11 Oct 2003 19:36:14 -0000 netchild 2003/10/11 12:36:13 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/cil Makefile distinfo pkg-descr pkg-plist Log: Infrastructure for C Program Analysis and Transformation CIL (C Intermediate Language) is a high-level representation along with a set of tools that permit easy analysis and source-to-source transformation of C programs. CIL is both lower-level than abstract-syntax trees, by clarifying ambiguous constructs and removing redundant ones, and also higher-level than typical intermediate languages designed for compilation, by maintaining types and a close relationship with the source program. Revision Changes Path 1.1319 +1 -0 ports/devel/Makefile 1.1 +53 -0 ports/devel/cil/Makefile (new) 1.1 +1 -0 ports/devel/cil/distinfo (new) 1.1 +12 -0 ports/devel/cil/pkg-descr (new) 1.1 +123 -0 ports/devel/cil/pkg-plist (new)