Date: Thu, 7 Apr 2011 18:45:00 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <201104071845.p37Ij02n095574@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104071845.p37Ij02n095574>