pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/fileobj



Module Name:    pkgsrc
Committed By:   tkusumi
Date:           Sun Sep  5 16:39:35 UTC 2021

Modified Files:
        pkgsrc/editors/fileobj: Makefile PLIST distinfo

Log Message:
editors/fileobj: Update to v0.7.105

ChangeLog:
- Minor fixes and cleanups
- Change d from delete alias to disas
- Add :disas_x86
- Support visual range in :strings
- Add FILEOBJ_DISAS_ARCH
- Add FILEOBJ_DISAS_PRIVATE


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/fileobj/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/fileobj/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/fileobj/distinfo

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

Modified files:

Index: pkgsrc/editors/fileobj/Makefile
diff -u pkgsrc/editors/fileobj/Makefile:1.10 pkgsrc/editors/fileobj/Makefile:1.11
--- pkgsrc/editors/fileobj/Makefile:1.10        Tue Jul 20 18:57:18 2021
+++ pkgsrc/editors/fileobj/Makefile     Sun Sep  5 16:39:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/07/20 18:57:18 tkusumi Exp $
+# $NetBSD: Makefile,v 1.11 2021/09/05 16:39:35 tkusumi Exp $
 
-DISTNAME=      fileobj-0.7.104
+DISTNAME=      fileobj-0.7.105
 PKGREVISION=   1
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kusumi/}

Index: pkgsrc/editors/fileobj/PLIST
diff -u pkgsrc/editors/fileobj/PLIST:1.3 pkgsrc/editors/fileobj/PLIST:1.4
--- pkgsrc/editors/fileobj/PLIST:1.3    Sun Apr  4 13:10:20 2021
+++ pkgsrc/editors/fileobj/PLIST        Sun Sep  5 16:39:35 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/04/04 13:10:20 tkusumi Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/09/05 16:39:35 tkusumi Exp $
 bin/fileobj-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/fileobj/__init__.py
@@ -35,6 +35,9 @@ ${PYSITELIB}/fileobj/cygwin.pyo
 ${PYSITELIB}/fileobj/darwin.py
 ${PYSITELIB}/fileobj/darwin.pyc
 ${PYSITELIB}/fileobj/darwin.pyo
+${PYSITELIB}/fileobj/disas_x86.py
+${PYSITELIB}/fileobj/disas_x86.pyc
+${PYSITELIB}/fileobj/disas_x86.pyo
 ${PYSITELIB}/fileobj/dragonflybsd.py
 ${PYSITELIB}/fileobj/dragonflybsd.pyc
 ${PYSITELIB}/fileobj/dragonflybsd.pyo
@@ -68,6 +71,9 @@ ${PYSITELIB}/fileobj/ext/cstruct.pyo
 ${PYSITELIB}/fileobj/ext/current.py
 ${PYSITELIB}/fileobj/ext/current.pyc
 ${PYSITELIB}/fileobj/ext/current.pyo
+${PYSITELIB}/fileobj/ext/disas_x86.py
+${PYSITELIB}/fileobj/ext/disas_x86.pyc
+${PYSITELIB}/fileobj/ext/disas_x86.pyo
 ${PYSITELIB}/fileobj/ext/env.py
 ${PYSITELIB}/fileobj/ext/env.pyc
 ${PYSITELIB}/fileobj/ext/env.pyo

Index: pkgsrc/editors/fileobj/distinfo
diff -u pkgsrc/editors/fileobj/distinfo:1.9 pkgsrc/editors/fileobj/distinfo:1.10
--- pkgsrc/editors/fileobj/distinfo:1.9 Tue Jul 20 18:57:18 2021
+++ pkgsrc/editors/fileobj/distinfo     Sun Sep  5 16:39:35 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/07/20 18:57:18 tkusumi Exp $
+$NetBSD: distinfo,v 1.10 2021/09/05 16:39:35 tkusumi Exp $
 
-SHA1 (fileobj-0.7.104.tar.gz) = 4de7c363eb09ba3670486c507ba3d97b0882925f
-RMD160 (fileobj-0.7.104.tar.gz) = e8922bb68b1abd2ce835176db0dd867116b1acf4
-SHA512 (fileobj-0.7.104.tar.gz) = 0de494e7bcb431029bffdc043968144b360296c971c80ebf030666773c2d90c8a3984b6d7832b5c9b3c1c83b4ca6cb5cc26d14627834005f1956190381f72e31
-Size (fileobj-0.7.104.tar.gz) = 177919 bytes
+SHA1 (fileobj-0.7.105.tar.gz) = 6add953134b5f8651895b166a00b5be67d263289
+RMD160 (fileobj-0.7.105.tar.gz) = 93ab93572cefab0c3688f1cae539d74b6dfbec85
+SHA512 (fileobj-0.7.105.tar.gz) = a2b099725f5cf5fd2427bcfd65f2d53ffa50c6dee7b2c0e430406ca979963faf2ca757ad9dac3d6e73cbbbffb8c61e6db115d77f7211fec8e22af93b5b9cbcab
+Size (fileobj-0.7.105.tar.gz) = 182245 bytes



Home | Main Index | Thread Index | Old Index