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:           Tue May  3 15:23:59 UTC 2022

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

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

ChangeLog:
- Minor fixes and cleanups
- Fix assert failure bug in visual mode (since v0.7.85)
- Add :blake2b
- Add :blake2s
- Add :open_blake2b
- Add :open_blake2s
- Add :pls
- Add line scroll mode
- Add FILEOBJ_USE_LINE_SCROLL
- Rename __FILEOBJ_USE_PERMISSIVE_INSTALL to __FILEOBJ_USE_ALLOW_PYTHON2


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/fileobj/Makefile \
    pkgsrc/editors/fileobj/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/fileobj/PLIST

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.14 pkgsrc/editors/fileobj/Makefile:1.15
--- pkgsrc/editors/fileobj/Makefile:1.14        Tue May  3 15:12:33 2022
+++ pkgsrc/editors/fileobj/Makefile     Tue May  3 15:23:59 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/05/03 15:12:33 tkusumi Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/03 15:23:59 tkusumi Exp $
 
-DISTNAME=      fileobj-0.7.107
+DISTNAME=      fileobj-0.7.108
 PKGREVISION=   2
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kusumi/}
Index: pkgsrc/editors/fileobj/distinfo
diff -u pkgsrc/editors/fileobj/distinfo:1.14 pkgsrc/editors/fileobj/distinfo:1.15
--- pkgsrc/editors/fileobj/distinfo:1.14        Tue May  3 15:12:34 2022
+++ pkgsrc/editors/fileobj/distinfo     Tue May  3 15:23:59 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/05/03 15:12:34 tkusumi Exp $
+$NetBSD: distinfo,v 1.15 2022/05/03 15:23:59 tkusumi Exp $
 
-BLAKE2s (fileobj-0.7.107.tar.gz) = 6d7fbeebdd2381ec7de770920e3185eaafae5509c28ed0719435cb877665152c
-SHA512 (fileobj-0.7.107.tar.gz) = dc823ce7302c253e2456e7d70452dbe22c9bc5d0c4fe31d73a9561f0dacfb9fa8e3a12419ddd66304c2f276858839edb7ff409d2cb0fa649105c0b0b5ae7b4fb
-Size (fileobj-0.7.107.tar.gz) = 188033 bytes
+BLAKE2s (fileobj-0.7.108.tar.gz) = 48afce53b054b3f12225713c6b8f60edd831ca08d5131dca3edd848ede794276
+SHA512 (fileobj-0.7.108.tar.gz) = 17e1142111ee826d4e0fcb4fc4f69db5c97bee0b594087bc1799c560f550b0ba2650dc8193c7b0efa7ba612fcf11f84e4c736af1a0d755b3ef84faf295f27fb4
+Size (fileobj-0.7.108.tar.gz) = 193970 bytes

Index: pkgsrc/editors/fileobj/PLIST
diff -u pkgsrc/editors/fileobj/PLIST:1.6 pkgsrc/editors/fileobj/PLIST:1.7
--- pkgsrc/editors/fileobj/PLIST:1.6    Tue May  3 15:12:33 2022
+++ pkgsrc/editors/fileobj/PLIST        Tue May  3 15:23:59 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/05/03 15:12:33 tkusumi Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/05/03 15:23:59 tkusumi Exp $
 bin/fileobj-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -122,6 +122,9 @@ ${PYSITELIB}/fileobj/ext/modules.pyo
 ${PYSITELIB}/fileobj/ext/pcidev.py
 ${PYSITELIB}/fileobj/ext/pcidev.pyc
 ${PYSITELIB}/fileobj/ext/pcidev.pyo
+${PYSITELIB}/fileobj/ext/pls.py
+${PYSITELIB}/fileobj/ext/pls.pyc
+${PYSITELIB}/fileobj/ext/pls.pyo
 ${PYSITELIB}/fileobj/ext/py.py
 ${PYSITELIB}/fileobj/ext/py.pyc
 ${PYSITELIB}/fileobj/ext/py.pyo



Home | Main Index | Thread Index | Old Index