pkgsrc-WIP-changes archive

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

xmlada: remove broken package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Mar 12 18:54:51 2024 +0100
Changeset:	0d3621a77561c49c4c8acc2464f2cb29738a1de9

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

Log Message:
xmlada: remove broken package

This will need re-packaging anyway, but it's possible now with
devel/gprbuild.

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

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

diffstat:
 Makefile             |  1 -
 xmlada/DESCR         | 10 ----------
 xmlada/Makefile      | 21 ---------------------
 xmlada/PLIST         |  4 ----
 xmlada/TODO          |  5 -----
 xmlada/buildlink3.mk | 13 -------------
 xmlada/distinfo      |  5 -----
 7 files changed, 59 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 3ccb0fa9b5..ce64c3243f 100644
--- a/Makefile
+++ b/Makefile
@@ -5777,7 +5777,6 @@ SUBDIR+=	xmim
 SUBDIR+=	xml-light
 SUBDIR+=	xml2tsv
 SUBDIR+=	xml2tsv-git
-SUBDIR+=	xmlada
 SUBDIR+=	xmlformat-docs
 SUBDIR+=	xmlformat-perl
 SUBDIR+=	xmlformat-ruby
diff --git a/xmlada/DESCR b/xmlada/DESCR
deleted file mode 100644
index 625cd7d0a2..0000000000
--- a/xmlada/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-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
deleted file mode 100644
index 42d3f75033..0000000000
--- a/xmlada/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $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
deleted file mode 100644
index 92ba51a2d7..0000000000
--- a/xmlada/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@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
deleted file mode 100644
index 44be7dc4bf..0000000000
--- a/xmlada/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-gprbuild -j0 -m  -p -XLIBRARY_TYPE=static -XXMLADA_BUILD_MODE=Production -XPROCESSORS=0 xmlada.gpr
-gmake: gprbuild: No such file or directory
-
-How-to-bootstrap is explained in
-https://github.com/AdaCore/gprbuild/blob/master/README.md
diff --git a/xmlada/buildlink3.mk b/xmlada/buildlink3.mk
deleted file mode 100644
index 0dfce7e9ac..0000000000
--- a/xmlada/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $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
deleted file mode 100644
index 45d36f5c92..0000000000
--- a/xmlada/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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