pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/deforaos-asm deforaos-asm: update to 0.2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50570e763598
branches:  trunk
changeset: 378234:50570e763598
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sat Apr 30 21:12:46 2022 +0000

description:
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

diffstat:

 devel/deforaos-asm/DESCR                                 |   1 +
 devel/deforaos-asm/Makefile                              |   9 ++++-----
 devel/deforaos-asm/PLIST                                 |   3 ++-
 devel/deforaos-asm/distinfo                              |  10 ++++------
 devel/deforaos-asm/patches/patch-doc_gtkdoc_Asm-docs.xml |  12 ------------
 devel/deforaos-asm/patches/patch-project.conf            |  13 -------------
 6 files changed, 11 insertions(+), 37 deletions(-)

diffs (94 lines):

diff -r 3f37cc76b11d -r 50570e763598 devel/deforaos-asm/DESCR
--- a/devel/deforaos-asm/DESCR  Sat Apr 30 21:12:17 2022 +0000
+++ b/devel/deforaos-asm/DESCR  Sat Apr 30 21:12:46 2022 +0000
@@ -3,6 +3,7 @@
  * amd64
  * arm (little and big endian)
  * dalvik (Android bytecode)
+ * eth (Ethereum)
  * i386 and compatible
  * java (bytecode)
  * mips (little and big endian)
diff -r 3f37cc76b11d -r 50570e763598 devel/deforaos-asm/Makefile
--- a/devel/deforaos-asm/Makefile       Sat Apr 30 21:12:17 2022 +0000
+++ b/devel/deforaos-asm/Makefile       Sat Apr 30 21:12:46 2022 +0000
@@ -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@localhost
 HOMEPAGE=      https://www.defora.org/
diff -r 3f37cc76b11d -r 50570e763598 devel/deforaos-asm/PLIST
--- a/devel/deforaos-asm/PLIST  Sat Apr 30 21:12:17 2022 +0000
+++ b/devel/deforaos-asm/PLIST  Sat Apr 30 21:12:46 2022 +0000
@@ -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/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
diff -r 3f37cc76b11d -r 50570e763598 devel/deforaos-asm/distinfo
--- a/devel/deforaos-asm/distinfo       Sat Apr 30 21:12:17 2022 +0000
+++ b/devel/deforaos-asm/distinfo       Sat Apr 30 21:12:46 2022 +0000
@@ -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
diff -r 3f37cc76b11d -r 50570e763598 devel/deforaos-asm/patches/patch-doc_gtkdoc_Asm-docs.xml
--- a/devel/deforaos-asm/patches/patch-doc_gtkdoc_Asm-docs.xml  Sat Apr 30 21:12:17 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-doc_gtkdoc_Asm-docs.xml,v 1.1 2019/12/21 23:35:05 joerg Exp $
-
---- doc/gtkdoc/Asm-docs.xml.orig       2019-12-20 00:43:15.928965058 +0000
-+++ doc/gtkdoc/Asm-docs.xml
-@@ -20,7 +20,6 @@
-   <chapter>
-     <title>&title;</title>
-     <xi:include href="xml/arch.xml"/>
--    <xi:include href="xml/asm.xml"/>
-     <xi:include href="xml/code.xml"/>
-     <xi:include href="xml/common.xml"/>
-     <xi:include href="xml/format.xml"/>
diff -r 3f37cc76b11d -r 50570e763598 devel/deforaos-asm/patches/patch-project.conf
--- a/devel/deforaos-asm/patches/patch-project.conf     Sat Apr 30 21:12:17 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-project.conf,v 1.1 2022/04/12 23:50:43 khorben Exp $
-
-Do not run the tests
-
---- project.conf.orig  2016-02-20 03:08:24.000000000 +0000
-+++ project.conf
-@@ -2,5 +2,5 @@ package=Asm
- version=0.2.3
- config=h,sh
- 
--subdirs=data,doc,include,src,tools,tests
-+subdirs=data,doc,include,src,tools
- dist=Makefile,COPYING,config.h,config.sh



Home | Main Index | Thread Index | Old Index