pkgsrc-WIP-changes archive

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

(textproc/xmlada) 21.0.0 Canddidate to upgrade, but Circular dependency



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sun Aug 8 15:03:47 2021 +0900
Changeset:	c19e618ddddf483352ea363fe52237187e5597fb

Added Files:
	xmlada/DESCR
	xmlada/Makefile
	xmlada/PLIST
	xmlada/TODO
	xmlada/buildlink3.mk
	xmlada/distinfo

Log Message:
(textproc/xmlada) 21.0.0 Canddidate to upgrade, but Circular dependency

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

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

diffstat:
 xmlada/DESCR         | 10 ++++++++++
 xmlada/Makefile      | 21 +++++++++++++++++++++
 xmlada/PLIST         |  4 ++++
 xmlada/TODO          |  3 +++
 xmlada/buildlink3.mk | 13 +++++++++++++
 xmlada/distinfo      |  6 ++++++
 6 files changed, 57 insertions(+)

diffs:
diff --git a/xmlada/DESCR b/xmlada/DESCR
new file mode 100644
index 0000000000..625cd7d0a2
--- /dev/null
+++ b/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/xmlada/Makefile b/xmlada/Makefile
new file mode 100644
index 0000000000..42d3f75033
--- /dev/null
+++ b/xmlada/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+VERSION=	21.0.0
+DISTNAME=	xmlada-${VERSION}
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=AdaCore/}
+GITHUB_TAG=	v${VERSION}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/AdaCore/xmlada/
+COMMENT=	Adacore XML suite for the Ada language
+LICENSE=	gnu-gpl-v3
+
+# this will give circular dependency
+DEPENDS+=	gprbuild-aux-[0-9]*:../../devel/gprbuild-aux
+BROKEN=		"Circular dependency, xmlada -> gprbuild-aux -> xmlada"
+
+USE_TOOLS+=	gmake
+GNU_CONFIGURE=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/xmlada/PLIST b/xmlada/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/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/xmlada/TODO b/xmlada/TODO
new file mode 100644
index 0000000000..8b1ee462b6
--- /dev/null
+++ b/xmlada/TODO
@@ -0,0 +1,3 @@
+gprbuild -j0 -m  -p -XLIBRARY_TYPE=static -XXMLADA_BUILD_MODE=Production -XPROCESSORS=0 xmlada.gpr
+gmake: gprbuild: No such file or directory
+
diff --git a/xmlada/buildlink3.mk b/xmlada/buildlink3.mk
new file mode 100644
index 0000000000..0dfce7e9ac
--- /dev/null
+++ b/xmlada/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:35 rillig Exp $
+
+BUILDLINK_TREE+=	xmlada
+
+.if !defined(XMLADA_BUILDLINK3_MK)
+XMLADA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.xmlada+=	xmlada>21.0.0
+BUILDLINK_PKGSRCDIR.xmlada?=	../../wip/xmlada
+
+.endif	# XMLADA_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-xmlada
diff --git a/xmlada/distinfo b/xmlada/distinfo
new file mode 100644
index 0000000000..7e5f05c1e0
--- /dev/null
+++ b/xmlada/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (xmlada-21.0.0.tar.gz) = 9c45acaf950deb743952adbc1fa54c779c4a559c
+RMD160 (xmlada-21.0.0.tar.gz) = a0f2091daa301949c6cb48b7728503db1d3dad0a
+SHA512 (xmlada-21.0.0.tar.gz) = 1d34ffd1da3c453cfdc7cc3709373bfb36257cb4b3b36a7a09f566c329a8fb7a8bbadbf2c5752ffeed20d23f9ea585e9083ba343d373985141b7e3c533529dd7
+Size (xmlada-21.0.0.tar.gz) = 1022764 bytes


Home | Main Index | Thread Index | Old Index