pkgsrc-WIP-changes archive

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

ada gnat new



Module Name:	pkgsrc-wip
Committed By:	jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Fri Mar 12 13:01:55 2021 +0530
Changeset:	140d724b0a55c4f002b040fbe04601adbf44e3af

Modified Files:
	Makefile
Added Files:
	ada_gnat/DESCR
	ada_gnat/Makefile
	ada_gnat/PLIST
	ada_gnat/distinfo

Log Message:
ada gnat new

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

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

diffstat:
 Makefile          |  1 +
 ada_gnat/DESCR    |  1 +
 ada_gnat/Makefile | 21 +++++++++++++++++++++
 ada_gnat/PLIST    |  4 ++++
 ada_gnat/distinfo |  6 ++++++
 5 files changed, 33 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a995124e74..458f1b3e55 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,7 @@ SUBDIR+=	acpiclient
 SUBDIR+=	acpid
 SUBDIR+=	actor-framework
 SUBDIR+=	ad2vcf
+SUBDIR+=	ada_gnat
 SUBDIR+=	ada_xmlada
 SUBDIR+=	adamem
 SUBDIR+=	adept
diff --git a/ada_gnat/DESCR b/ada_gnat/DESCR
new file mode 100644
index 0000000000..1208c8ad81
--- /dev/null
+++ b/ada_gnat/DESCR
@@ -0,0 +1 @@
+ada
diff --git a/ada_gnat/Makefile b/ada_gnat/Makefile
new file mode 100644
index 0000000000..5a45e30be1
--- /dev/null
+++ b/ada_gnat/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	gnat-${GNATVER}
+CATEGORIES=	lang
+MASTER_SITES=	https://community.download.adacore.com/v1/649a561ec6de9e476c54b02715b79f7503600ce5?filename=
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://community.download.adacore.com/v1/
+COMMENT=	Tools for ada lang
+LICENSE=	gnu-gpl-v3
+
+GNATVER=	2020-20200429-19B04-src
+USE_LANGUAGES=	c c++ ada
+USE_TOOLS=	gmake makeinfo automake
+#GNU_CONFIGURE=	yes
+WRKSRC=		${WRKDIR}/gnat-2020-20200429-19B04-src/src
+CHECK_PORTABILITY_SKIP+= contrib/*.sh # not used during the build
+
+
+#.include "../../lang/gcc9/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ada_gnat/PLIST b/ada_gnat/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/ada_gnat/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/ada_gnat/distinfo b/ada_gnat/distinfo
new file mode 100644
index 0000000000..e0db7a707b
--- /dev/null
+++ b/ada_gnat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gnat-2020-20200429-19B04-src.tar.gz) = 649a561ec6de9e476c54b02715b79f7503600ce5
+RMD160 (gnat-2020-20200429-19B04-src.tar.gz) = ed519e9adec1ff0b9c514ae19945020345e92978
+SHA512 (gnat-2020-20200429-19B04-src.tar.gz) = bf93a7b877b44422513a4658b29ddd9edcc320d8ac73d3044f4ce868f10be368993e915e710ed45be287e07e9d6c117e51fa73027ed311b04458c9cae1984253
+Size (gnat-2020-20200429-19B04-src.tar.gz) = 8485156 bytes


Home | Main Index | Thread Index | Old Index