Date: Sat, 11 Oct 2003 12:36:13 -0700 (PDT) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/cil Makefile distinfo pkg-descr pkg-plist Message-ID: <200310111936.h9BJaDhF031468@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310111936.h9BJaDhF031468>