cvs commit: ports/devel Makefile ports/devel/llvm-etoile Makefile Makefile.svn_rev distinfo pkg-descr pkg-plist ports/devel/llvm-etoile/files patch-tools_clang_lib_Headers_Makefile patch-tools_clang_lib_Sema_SemaChecking.cpp patch-tools_clang_lib_Sema_SemaDeclAttr.cpp patch-tools_clang_utils_scan-build

Dirk Meyer dinoex at FreeBSD.org
Thu Apr 7 18:45:01 UTC 2011


dinoex      2011-04-07 18:45:00 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/llvm-etoile    Makefile Makefile.svn_rev distinfo 
                         pkg-descr pkg-plist 
    devel/llvm-etoile/files patch-tools_clang_lib_Headers_Makefile 
                            patch-tools_clang_lib_Sema_SemaChecking.cpp 
                            patch-tools_clang_lib_Sema_SemaDeclAttr.cpp 
                            patch-tools_clang_utils_scan-build 
  Log:
  Low Level Virtual Machine (LLVM) is:
  - A compilation strategy designed to enable effective program
    optimization across the entire lifetime of a program.
  - A virtual instruction set.
  - A compiler infrastructure.
  - LLVM does not imply things that you would expect from a high-level
    virtual machine. It does not require garbage collection or run-time
    code generation.
  
  This port is only to build the Etoile project.
  
  WWW:    http://llvm.cs.uiuc.edu/
  
  Revision  Changes    Path
  1.4297    +1 -0      ports/devel/Makefile
  1.1       +143 -0    ports/devel/llvm-etoile/Makefile (new)
  1.1       +1 -0      ports/devel/llvm-etoile/Makefile.svn_rev (new)
  1.1       +2 -0      ports/devel/llvm-etoile/distinfo (new)
  1.1       +14 -0     ports/devel/llvm-etoile/files/patch-tools_clang_lib_Headers_Makefile (new)
  1.1       +39 -0     ports/devel/llvm-etoile/files/patch-tools_clang_lib_Sema_SemaChecking.cpp (new)
  1.1       +17 -0     ports/devel/llvm-etoile/files/patch-tools_clang_lib_Sema_SemaDeclAttr.cpp (new)
  1.1       +23 -0     ports/devel/llvm-etoile/files/patch-tools_clang_utils_scan-build (new)
  1.1       +12 -0     ports/devel/llvm-etoile/pkg-descr (new)
  1.1       +568 -0    ports/devel/llvm-etoile/pkg-plist (new)


More information about the cvs-all mailing list