From 5b6c4650faeff8418150e1c543cccf7ae0e43917 Mon Sep 17 00:00:00 2001 From: "B. Wilson" Date: Mon, 19 Aug 2019 10:44:33 +0900 Subject: [PATCH 1/3] New package: metamath-0.180 --- .../patches/remove-missing-file-refs.patch | 17 +++++++++++++ srcpkgs/metamath/template | 25 +++++++++++++++++++ srcpkgs/metamath/update | 2 ++ 3 files changed, 44 insertions(+) create mode 100644 srcpkgs/metamath/patches/remove-missing-file-refs.patch create mode 100644 srcpkgs/metamath/template create mode 100644 srcpkgs/metamath/update diff --git a/srcpkgs/metamath/patches/remove-missing-file-refs.patch b/srcpkgs/metamath/patches/remove-missing-file-refs.patch new file mode 100644 index 00000000000..6f99100cfba --- /dev/null +++ b/srcpkgs/metamath/patches/remove-missing-file-refs.patch @@ -0,0 +1,17 @@ +--- Makefile.am 2020-01-27 20:43:55.650195602 +0900 ++++ Makefile.am 2020-01-27 20:44:18.876578014 +0900 +@@ -36,14 +36,6 @@ + mmwtex.c \ + $(noinst_HEADERS) + +-dist_pkgdata_DATA = \ +- big-unifier.mm \ +- demo0.mm \ +- miu.mm \ +- peano.mm \ +- ql.mm \ +- set.mm +- + + EXTRA_DIST = \ + LICENSE.TXT \ diff --git a/srcpkgs/metamath/template b/srcpkgs/metamath/template new file mode 100644 index 00000000000..d32ee243bb6 --- /dev/null +++ b/srcpkgs/metamath/template @@ -0,0 +1,25 @@ +# Template file for 'metamath' +pkgname=metamath +version=0.180 +revision=1 +archs="~arm*" +wrksrc="${pkgname}" +build_style=gnu-configure +hostmakedepends="autoconf automake unzip" +short_desc="Proof verifier based on a minimalist metalogic" +maintainer="B. Wilson " +license="GPL-2.0-or-later" +homepage="http://us.metamath.org/" +distfiles="http://us.metamath.org/downloads/metamath-program.zip + http://us.metamath.org/downloads/metamath.pdf" +checksum="6c5665a364a054017730d7865c8f8a7da0fb3b1a4d334b98d6a0fe5133dbedf5 + 245ebab16d148a9772f6c3751ba8f34ee15bed6bbb61a464f4c2a2f9c56f8059" +skip_extraction="metamath.pdf" + +pre_configure() { + autoreconf -i +} + +post_install() { + vdoc "${XBPS_SRCDISTDIR}/${pkgname}-${version}/metamath.pdf" +} diff --git a/srcpkgs/metamath/update b/srcpkgs/metamath/update new file mode 100644 index 00000000000..d968c96b084 --- /dev/null +++ b/srcpkgs/metamath/update @@ -0,0 +1,2 @@ +site=http://us.metamath.org/index.html +pattern="metamath program \(version \K[\d.]+" From f8fd333be3b93a55febc67f4f51563a0d1f43775 Mon Sep 17 00:00:00 2001 From: "B. Wilson" Date: Thu, 13 Feb 2020 15:39:07 +0900 Subject: [PATCH 2/3] metamath: update to 0.181. --- srcpkgs/metamath/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/metamath/template b/srcpkgs/metamath/template index d32ee243bb6..462396d1c73 100644 --- a/srcpkgs/metamath/template +++ b/srcpkgs/metamath/template @@ -1,6 +1,6 @@ # Template file for 'metamath' pkgname=metamath -version=0.180 +version=0.181 revision=1 archs="~arm*" wrksrc="${pkgname}" @@ -10,9 +10,9 @@ short_desc="Proof verifier based on a minimalist metalogic" maintainer="B. Wilson " license="GPL-2.0-or-later" homepage="http://us.metamath.org/" -distfiles="http://us.metamath.org/downloads/metamath-program.zip - http://us.metamath.org/downloads/metamath.pdf" -checksum="6c5665a364a054017730d7865c8f8a7da0fb3b1a4d334b98d6a0fe5133dbedf5 +distfiles="http://us2.metamath.org/downloads/metamath-program.zip + http://us2.metamath.org/downloads/metamath.pdf" +checksum="37ca8740dc58d89cb2c6512e68ae6df95d548587febf5afd6e25a7b7693944c7 245ebab16d148a9772f6c3751ba8f34ee15bed6bbb61a464f4c2a2f9c56f8059" skip_extraction="metamath.pdf" From af60e5e999c751c73b62e3e01ced0c8814c41ea5 Mon Sep 17 00:00:00 2001 From: "B. Wilson" Date: Thu, 23 Apr 2020 16:16:07 +0900 Subject: [PATCH 3/3] metamath: update to 0.182. --- srcpkgs/metamath/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/metamath/template b/srcpkgs/metamath/template index 462396d1c73..8e42ed2f263 100644 --- a/srcpkgs/metamath/template +++ b/srcpkgs/metamath/template @@ -1,6 +1,6 @@ # Template file for 'metamath' pkgname=metamath -version=0.181 +version=0.182 revision=1 archs="~arm*" wrksrc="${pkgname}" @@ -12,7 +12,7 @@ license="GPL-2.0-or-later" homepage="http://us.metamath.org/" distfiles="http://us2.metamath.org/downloads/metamath-program.zip http://us2.metamath.org/downloads/metamath.pdf" -checksum="37ca8740dc58d89cb2c6512e68ae6df95d548587febf5afd6e25a7b7693944c7 +checksum="e1b89de6d88bb3c4f76510750b4e3fc9dcc3dae0ddca79cd6a6fd2b742732e4c 245ebab16d148a9772f6c3751ba8f34ee15bed6bbb61a464f4c2a2f9c56f8059" skip_extraction="metamath.pdf"