pkgsrc-WIP-changes archive

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

added xmlada new



Module Name:	pkgsrc-wip
Committed By:	jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Tue Mar 9 11:27:54 2021 +0530
Changeset:	51acba1da3898406e63b8d5372ad446324bcf20f

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

Log Message:
added xmlada new

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

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

diffstat:
 Makefile            |  1 +
 ada_xmlada/DESCR    | 10 ++++++++++
 ada_xmlada/Makefile | 18 ++++++++++++++++++
 ada_xmlada/PLIST    |  4 ++++
 ada_xmlada/distinfo |  6 ++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b9ef9087cb..ee768fc52e 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,7 @@ SUBDIR+=	acpiclient
 SUBDIR+=	acpid
 SUBDIR+=	actor-framework
 SUBDIR+=	ad2vcf
+SUBDIR+=	ada_xmlada
 SUBDIR+=	adamem
 SUBDIR+=	adept
 SUBDIR+=	adguardhome
diff --git a/ada_xmlada/DESCR b/ada_xmlada/DESCR
new file mode 100644
index 0000000000..625cd7d0a2
--- /dev/null
+++ b/ada_xmlada/DESCR
@@ -0,0 +1,10 @@
+XML/Ada is a full XML suite for use with Ada compilers, such as GNAT AUX.
+
+XML/Ada is a set of modules that provide a simple manipulation of XML
+streams.  It supports the whole XML 1.1 specification and can parse any file
+that follows this standard, including the contents of the DTD although no
+validation of the documents is performed based on those.
+
+It provides support for a number of standards associated with XML such as
+SAX, DOM, and XML schemas.  Additionally, it includes a module to manipulate
+unicode streams since this is required by the XML standard.
diff --git a/ada_xmlada/Makefile b/ada_xmlada/Makefile
new file mode 100644
index 0000000000..9efbd6f4b3
--- /dev/null
+++ b/ada_xmlada/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	xmlada-${XMLADA_VERS}
+CATEGORIES=	textproc
+MASTER_SITES=	https://community.download.adacore.com/v1/c799502295baf074ad17b48c50f621879c392c57/?filename=
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://community.download.adacore.com/v1/
+COMMENT=	Adacore XML suite for the ada lang
+LICENSE=	gnu-gpl-v3
+
+XMLADA_VERS=		2020-20200429-19A99-src
+GNU_CONFIGURE=		yes
+USE_LANGUAGES=		c ada
+USE_TOOLS=		gmake makeinfo
+
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ada_xmlada/PLIST b/ada_xmlada/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/ada_xmlada/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_xmlada/distinfo b/ada_xmlada/distinfo
new file mode 100644
index 0000000000..af700b9f7c
--- /dev/null
+++ b/ada_xmlada/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (xmlada-2020-20200429-19A99-src.tar.gz) = c799502295baf074ad17b48c50f621879c392c57
+RMD160 (xmlada-2020-20200429-19A99-src.tar.gz) = 8c378f684d64221c5d07734b774f76e561f03b52
+SHA512 (xmlada-2020-20200429-19A99-src.tar.gz) = e53dd1fba504d2aa91ce29ea381c62adea12c5d8c72cd87396b903143279456cc6547c18035f6e988e95bd93607360075789532378f33cbe23bef9b49c8d984c
+Size (xmlada-2020-20200429-19A99-src.tar.gz) = 1533111 bytes


Home | Main Index | Thread Index | Old Index