cvs commit: ports/devel Makefile ports/devel/cil Makefile distinfo pkg-descr pkg-plist

Alexander Leidinger netchild at FreeBSD.org
Sat Oct 11 12:36:14 PDT 2003


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)


More information about the cvs-ports mailing list