pkgsrc-WIP-changes archive

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

Import dart-1.13.0nb20151021 as wip/dart.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 21 05:50:44 2015 +0200
Changeset:	7f9cb87eed23a4e5d222c2d434aaf88f21dd14ce

Added Files:
	dart/.ssh
	dart/DESCR
	dart/Makefile
	dart/PLIST
	dart/distinfo

Log Message:
Import dart-1.13.0nb20151021 as wip/dart.

Dart is an open-source, scalable programming language, with robust libraries
and runtimes, for building web, server, and mobile apps.

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

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

diffstat:
 dart/.ssh     |  1 +
 dart/DESCR    |  2 ++
 dart/Makefile | 21 +++++++++++++++++++++
 dart/PLIST    |  1 +
 dart/distinfo |  5 +++++
 5 files changed, 30 insertions(+)

diffs:
diff --git a/dart/.ssh b/dart/.ssh
new file mode 100644
index 0000000..44a0452
--- /dev/null
+++ b/dart/.ssh
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDneptoPrIKOoT7wwdHi7ncPqhpzZ/zc0pYgEyeTdzXi9aJ8CfJANBF3dQcJ+OSd+kVORT81a0cE38MeCF7ZccwSGY0IuUsmfUfHnfJHyHOHTaLoPrk7+SoC8a3TW3s8Z/fc0Y0CMeLySzgLK8KAOFK/XmGRqsjqYUGhxqNhnVlD06n/8yJ5Y1bQ7XfY+PGcYFd1rNd3v3r098+7zGdHVVObMMuDlvI1Q20vP6K7stn9wf6yDe21j3/0Pzr7pXhD+JQwAUImV05mOqXlIg3GK8g9qugbi7Wh93atoPTfm77putlzVB2b0VIwZ0zLCPvKltfmaTY8ezY30w8Sj/V+pB3 kamil@localhost.localdomain
diff --git a/dart/DESCR b/dart/DESCR
new file mode 100644
index 0000000..879fa28
--- /dev/null
+++ b/dart/DESCR
@@ -0,0 +1,2 @@
+Dart is an open-source, scalable programming language, with robust libraries
+and runtimes, for building web, server, and mobile apps.
diff --git a/dart/Makefile b/dart/Makefile
new file mode 100644
index 0000000..35cf36c
--- /dev/null
+++ b/dart/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	dart-1.13.0
+CATEGORIES=	lang
+GIT_REPOSITORIES=	sdk
+GIT_REPO.sdk=		git%github.com@localhost:dart-lang/sdk.git
+WRKSRC=			${WRKDIR}/sdk
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.dartlang.org/
+COMMENT=	Programming language for building web, server, and mobile apps
+LICENSE=	modified-bsd
+
+REPLACE_PYTHON+=		tools/build.py
+
+do-build:
+	${RUN} cd ${WRKSRC} && ./tools/build.py -m release -a x64
+
+.include "../../wip/mk/git-package.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/dart/PLIST b/dart/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/dart/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/dart/distinfo b/dart/distinfo
new file mode 100644
index 0000000..9b31552
--- /dev/null
+++ b/dart/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (1.13.0-dev.7.1) = f506be4d2e07632ffbc28f10ab19671cf2be6363
+RMD160 (1.13.0-dev.7.1) = 94aaa67acec80ab31694390d2c6b6bd202e7d0cd
+Size (1.13.0-dev.7.1) = 22669 bytes


Home | Main Index | Thread Index | Old Index