Received: by mail.netbsd.org (Postfix, from userid 605) id D7DC084FDC; Sat, 30 Apr 2022 21:12:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E5C084F18 for ; Sat, 30 Apr 2022 21:12:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jWLwcezMGUQU for ; Sat, 30 Apr 2022 21:12:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 715BC84CFF for ; Sat, 30 Apr 2022 21:12:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69EE6FB1A; Sat, 30 Apr 2022 21:12:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165135316649190" MIME-Version: 1.0 Date: Sat, 30 Apr 2022 21:12:46 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/devel/deforaos-asm To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20220430211246.69EE6FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165135316649190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sat Apr 30 21:12:46 UTC 2022 Modified Files: pkgsrc/devel/deforaos-asm: DESCR Makefile PLIST distinfo Removed Files: pkgsrc/devel/deforaos-asm/patches: patch-doc_gtkdoc_Asm-docs.xml patch-project.conf Log Message: deforaos-asm: update to 0.2.6 The releases since the last one packaged: - add support for instruction prefixes (eg "rep" on x86) - add initial support for Ethereum instructions - add some tests - improve the generation of the documentation - fix the build on macOS To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/deforaos-asm/DESCR cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/deforaos-asm/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/deforaos-asm/PLIST \ pkgsrc/devel/deforaos-asm/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/deforaos-asm/patches/patch-doc_gtkdoc_Asm-docs.xml \ pkgsrc/devel/deforaos-asm/patches/patch-project.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165135316649190 Content-Disposition: inline Content-Length: 2982 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/deforaos-asm/DESCR diff -u pkgsrc/devel/deforaos-asm/DESCR:1.1 pkgsrc/devel/deforaos-asm/DESCR:1.2 --- pkgsrc/devel/deforaos-asm/DESCR:1.1 Sat Feb 20 03:14:46 2016 +++ pkgsrc/devel/deforaos-asm/DESCR Sat Apr 30 21:12:46 2022 @@ -3,6 +3,7 @@ following architectures: * amd64 * arm (little and big endian) * dalvik (Android bytecode) + * eth (Ethereum) * i386 and compatible * java (bytecode) * mips (little and big endian) Index: pkgsrc/devel/deforaos-asm/Makefile diff -u pkgsrc/devel/deforaos-asm/Makefile:1.9 pkgsrc/devel/deforaos-asm/Makefile:1.10 --- pkgsrc/devel/deforaos-asm/Makefile:1.9 Tue Apr 12 23:50:43 2022 +++ pkgsrc/devel/deforaos-asm/Makefile Sat Apr 30 21:12:46 2022 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2022/04/12 23:50:43 khorben Exp $ +# $NetBSD: Makefile,v 1.10 2022/04/30 21:12:46 khorben Exp $ -DISTNAME= Asm-0.2.3 -PKGNAME= deforaos-asm-0.2.3 -PKGREVISION= 7 +DISTNAME= Asm-0.2.6 +PKGNAME= deforaos-asm-0.2.6 CATEGORIES= devel -MASTER_SITES= https://www.defora.org/os/download/download/4423/ +MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Devel/src/Asm/ MAINTAINER= khorben@defora.org HOMEPAGE= https://www.defora.org/ Index: pkgsrc/devel/deforaos-asm/PLIST diff -u pkgsrc/devel/deforaos-asm/PLIST:1.5 pkgsrc/devel/deforaos-asm/PLIST:1.6 --- pkgsrc/devel/deforaos-asm/PLIST:1.5 Sat Apr 11 04:00:18 2020 +++ pkgsrc/devel/deforaos-asm/PLIST Sat Apr 30 21:12:46 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2020/04/11 04:00:18 khorben Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/04/30 21:12:46 khorben Exp $ bin/asm bin/deasm include/Devel/Asm.h @@ -12,6 +12,7 @@ lib/Asm/arch/arm.so lib/Asm/arch/armeb.so lib/Asm/arch/armel.so lib/Asm/arch/dalvik.so +lib/Asm/arch/eth.so lib/Asm/arch/i386.so lib/Asm/arch/i386_real.so lib/Asm/arch/i486.so Index: pkgsrc/devel/deforaos-asm/distinfo diff -u pkgsrc/devel/deforaos-asm/distinfo:1.5 pkgsrc/devel/deforaos-asm/distinfo:1.6 --- pkgsrc/devel/deforaos-asm/distinfo:1.5 Tue Apr 12 23:50:43 2022 +++ pkgsrc/devel/deforaos-asm/distinfo Sat Apr 30 21:12:46 2022 @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/04/12 23:50:43 khorben Exp $ +$NetBSD: distinfo,v 1.6 2022/04/30 21:12:46 khorben Exp $ -BLAKE2s (Asm-0.2.3.tar.gz) = c33ce3377ede601cc424dbc88087afc5f33af6b2fb481b2d5918d355ead1e62b -SHA512 (Asm-0.2.3.tar.gz) = 01a78be3e5850d68e683c66b4a357e054b5cd137f1a34e7d1e695a0755eeee90dc1efb5e4c487354d4e375e01f73443d91f5875403354cfc37055a6f8bd6b25a -Size (Asm-0.2.3.tar.gz) = 111944 bytes -SHA1 (patch-doc_gtkdoc_Asm-docs.xml) = cbe2857fa158a819ece776709985ba9797426e13 -SHA1 (patch-project.conf) = ac96265fb350404c5e567d8b69b8400b66950aa8 +BLAKE2s (Asm-0.2.6.tar.gz) = a7786b12b99078ed6fbd163dc00bf9447bcd953c10dbca3eec713b3c5fe4d445 +SHA512 (Asm-0.2.6.tar.gz) = e27bab778c07d20fc784e51cb3789714479069c98b7d14140590ad6f2e370fe4480009297e78321c0fb1cb3ff8512263467277f844e859939acc481e090348ac +Size (Asm-0.2.6.tar.gz) = 136592 bytes --_----------=_165135316649190--