pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import llilc-0.0.0nb20160123 as wip/llilc-git.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jan 23 23:10:28 2016 +0100
Changeset:	b0c71b181d529ae7a3781b45e9ae41c2ceaccefc

Added Files:
	llilc-git/DESCR
	llilc-git/Makefile
	llilc-git/PLIST
	llilc-git/distinfo

Log Message:
Import llilc-0.0.0nb20160123 as wip/llilc-git.

This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a
set of cross-platform .NET code generation tools that enables compilation of
MSIL byte code to LLVM supported platforms.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b0c71b181d529ae7a3781b45e9ae41c2ceaccefc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 llilc-git/DESCR    |  3 +++
 llilc-git/Makefile | 31 +++++++++++++++++++++++++++++++
 llilc-git/PLIST    |  1 +
 llilc-git/distinfo |  2 ++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/llilc-git/DESCR b/llilc-git/DESCR
new file mode 100644
index 0000000..6aa3872
--- /dev/null
+++ b/llilc-git/DESCR
@@ -0,0 +1,3 @@
+This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a
+set of cross-platform .NET code generation tools that enables compilation of
+MSIL byte code to LLVM supported platforms.
diff --git a/llilc-git/Makefile b/llilc-git/Makefile
new file mode 100644
index 0000000..4ccb1ee
--- /dev/null
+++ b/llilc-git/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.3 2015/04/25 10:01:54 krytarowski Exp $
+
+GIT_REPOSITORIES=	llilc
+GIT_REPO.llilc=	https://github.com/dotnet/llilc.git
+
+DISTNAME=	llilc
+PKGNAME=	llilc-0.0.0
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dotnet/llilc
+COMMENT=	LLVM based compiler for .NET Core
+LICENSE=	mit
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+USE_TOOLS+=	bash
+REPLACE_BASH+=	build.sh
+
+#do-build:
+#		${RUN} cd ${WRKSRC} && PYTHON=${PYTHONBIN} ./build.sh
+
+.include "../../wip/llvm-git/buildlink3.mk"
+.include "../../wip/lldb-git/buildlink3.mk"
+.include "../../wip/clang-git/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/tool.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/llilc-git/PLIST b/llilc-git/PLIST
new file mode 100644
index 0000000..ab85218
--- /dev/null
+++ b/llilc-git/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/13 00:06:34 krytarowski Exp $
diff --git a/llilc-git/distinfo b/llilc-git/distinfo
new file mode 100644
index 0000000..afc7651
--- /dev/null
+++ b/llilc-git/distinfo
@@ -0,0 +1,2 @@
+$NetBSD$
+


Home | Main Index | Thread Index | Old Index