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:           Sat Mar  2 05:00:59 UTC 2024

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

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

ChangeLog:
- Add FILEOBJ_USE_LOWER_CASE_HEX
- Add __FILEOBJ_USE_FSYNC_CONFIG_FILE (default false)
- Optimize mmap(2) based file objects
- Rename --cmp to --blkcmp
- Add --blkdump
- Minor fixes and cleanups


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/editors/fileobj/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/fileobj/PLIST
cvs rdiff -u -r1.20 -r1.21 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.24 pkgsrc/editors/fileobj/Makefile:1.25
--- pkgsrc/editors/fileobj/Makefile:1.24        Fri Feb 16 06:49:14 2024
+++ pkgsrc/editors/fileobj/Makefile     Sat Mar  2 05:00:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/02/16 06:49:14 tkusumi Exp $
+# $NetBSD: Makefile,v 1.25 2024/03/02 05:00:59 tkusumi Exp $
 
-DISTNAME=      fileobj-0.8.4
+DISTNAME=      fileobj-0.8.5
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kusumi/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/editors/fileobj/PLIST
diff -u pkgsrc/editors/fileobj/PLIST:1.9 pkgsrc/editors/fileobj/PLIST:1.10
--- pkgsrc/editors/fileobj/PLIST:1.9    Fri Feb 16 06:49:14 2024
+++ pkgsrc/editors/fileobj/PLIST        Sat Mar  2 05:00:59 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/02/16 06:49:14 tkusumi Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/03/02 05:00:59 tkusumi Exp $
 bin/fileobj-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -17,6 +17,12 @@ ${PYSITELIB}/fileobj/ascii.pyo
 ${PYSITELIB}/fileobj/blk.py
 ${PYSITELIB}/fileobj/blk.pyc
 ${PYSITELIB}/fileobj/blk.pyo
+${PYSITELIB}/fileobj/blkcmp.py
+${PYSITELIB}/fileobj/blkcmp.pyc
+${PYSITELIB}/fileobj/blkcmp.pyo
+${PYSITELIB}/fileobj/blkdump.py
+${PYSITELIB}/fileobj/blkdump.pyc
+${PYSITELIB}/fileobj/blkdump.pyo
 ${PYSITELIB}/fileobj/blkscan.py
 ${PYSITELIB}/fileobj/blkscan.pyc
 ${PYSITELIB}/fileobj/blkscan.pyo
@@ -26,9 +32,6 @@ ${PYSITELIB}/fileobj/candidate.pyo
 ${PYSITELIB}/fileobj/chunk.py
 ${PYSITELIB}/fileobj/chunk.pyc
 ${PYSITELIB}/fileobj/chunk.pyo
-${PYSITELIB}/fileobj/cmp.py
-${PYSITELIB}/fileobj/cmp.pyc
-${PYSITELIB}/fileobj/cmp.pyo
 ${PYSITELIB}/fileobj/console.py
 ${PYSITELIB}/fileobj/console.pyc
 ${PYSITELIB}/fileobj/console.pyo

Index: pkgsrc/editors/fileobj/distinfo
diff -u pkgsrc/editors/fileobj/distinfo:1.20 pkgsrc/editors/fileobj/distinfo:1.21
--- pkgsrc/editors/fileobj/distinfo:1.20        Fri Feb 16 06:49:14 2024
+++ pkgsrc/editors/fileobj/distinfo     Sat Mar  2 05:00:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/02/16 06:49:14 tkusumi Exp $
+$NetBSD: distinfo,v 1.21 2024/03/02 05:00:59 tkusumi Exp $
 
-BLAKE2s (fileobj-0.8.4.tar.gz) = 5a9cca13025fdd8b279a5d9ab4ddc436db40c6e88dddbf4cfb683155deb94e35
-SHA512 (fileobj-0.8.4.tar.gz) = a7080d19ef226af39655b5b1d5ac46a28d1d5b4ab326a858d714f640e0128a21f542da8a28ea3845eda4a756ace31fd173239644f8b364b89a16fe1e92a77a28
-Size (fileobj-0.8.4.tar.gz) = 195084 bytes
+BLAKE2s (fileobj-0.8.5.tar.gz) = 6c259a6ad7d397375e02898de8bf479d07ce02d89d047f8c1412242c69258292
+SHA512 (fileobj-0.8.5.tar.gz) = 25822a57a37d2f753737c15c2d3ec6b57df44d8c916d1a41bc799b555a9109c1458903df11835672d9f10854f45141e1b3625016dc27af2f88dccef16764c397
+Size (fileobj-0.8.5.tar.gz) = 198209 bytes



Home | Main Index | Thread Index | Old Index