pkgsrc-WIP-changes archive

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

Import nuget-0.0.0nb20160130 as wip/nuget-git.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jan 30 01:07:30 2016 +0100
Changeset:	9ba04a70ee122ec021041ae5daa5644f44dd23ff

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

Log Message:
Import nuget-0.0.0nb20160130 as wip/nuget-git.

NuGet is the package manager for the Microsoft development platform including
.NET. The NuGet client tools provide the ability to produce and consume
packages. The NuGet Gallery (nuget.org) is the central package repository used
by all package authors and consumers.

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

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

diffstat:
 nuget-git/DESCR    |  4 ++++
 nuget-git/Makefile | 32 ++++++++++++++++++++++++++++++++
 nuget-git/PLIST    |  1 +
 nuget-git/distinfo |  2 ++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/nuget-git/DESCR b/nuget-git/DESCR
new file mode 100644
index 0000000..35b8da6
--- /dev/null
+++ b/nuget-git/DESCR
@@ -0,0 +1,4 @@
+NuGet is the package manager for the Microsoft development platform including
+.NET. The NuGet client tools provide the ability to produce and consume
+packages. The NuGet Gallery (nuget.org) is the central package repository used
+by all package authors and consumers.
diff --git a/nuget-git/Makefile b/nuget-git/Makefile
new file mode 100644
index 0000000..94ff641
--- /dev/null
+++ b/nuget-git/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.3 2015/04/25 10:01:54 krytarowski Exp $
+
+GIT_REPOSITORIES=	nuget
+GIT_REPO.nuget=	https://github.com/NuGet/NuGet.Client.git
+
+DISTNAME=	nuget
+PKGNAME=	nuget-0.0.0
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.nuget.org/
+COMMENT=	Core client libraries for NuGet Services
+LICENSE=	apache-2.0
+
+#USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+USE_TOOLS+=	bash
+REPLACE_BASH+=	build.sh
+
+do-build:
+		${RUN} cd ${WRKSRC} && PYTHON=${PYTHONBIN} ./build.sh
+
+.include "../../textproc/icu/buildlink3.mk"
+.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/nuget-git/PLIST b/nuget-git/PLIST
new file mode 100644
index 0000000..ab85218
--- /dev/null
+++ b/nuget-git/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/13 00:06:34 krytarowski Exp $
diff --git a/nuget-git/distinfo b/nuget-git/distinfo
new file mode 100644
index 0000000..afc7651
--- /dev/null
+++ b/nuget-git/distinfo
@@ -0,0 +1,2 @@
+$NetBSD$
+


Home | Main Index | Thread Index | Old Index