Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/fileobj editors/fileobj: Update to v0.7.98



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe11506d43e0
branches:  trunk
changeset: 433082:fe11506d43e0
user:      tkusumi <tkusumi%pkgsrc.org@localhost>
date:      Sat May 30 16:48:58 2020 +0000

description:
editors/fileobj: Update to v0.7.98

ChangeLog:
- Minor fixes and cleanups
- Support ncurses color specification in "r:g:b" format (if supported by terminal)
- Add --test_color option
- Add *, #, cw, cW command
- Add :colors command
- (Other minor changes that don't affect pkgsrc contents)

diffstat:

 editors/fileobj/Makefile |   4 ++--
 editors/fileobj/PLIST    |   5 ++++-
 editors/fileobj/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 2081a6fcbcd2 -r fe11506d43e0 editors/fileobj/Makefile
--- a/editors/fileobj/Makefile  Sat May 30 16:40:46 2020 +0000
+++ b/editors/fileobj/Makefile  Sat May 30 16:48:58 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/04/28 15:25:57 tkusumi Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/30 16:48:58 tkusumi Exp $
 
-DISTNAME=      fileobj-0.7.97
+DISTNAME=      fileobj-0.7.98
 CATEGORIES=    editors python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kusumi/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 2081a6fcbcd2 -r fe11506d43e0 editors/fileobj/PLIST
--- a/editors/fileobj/PLIST     Sat May 30 16:40:46 2020 +0000
+++ b/editors/fileobj/PLIST     Sat May 30 16:48:58 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/15 16:06:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/05/30 16:48:58 tkusumi Exp $
 bin/fileobj-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/fileobj/__init__.py
@@ -59,6 +59,9 @@
 ${PYSITELIB}/fileobj/ext/classes.py
 ${PYSITELIB}/fileobj/ext/classes.pyc
 ${PYSITELIB}/fileobj/ext/classes.pyo
+${PYSITELIB}/fileobj/ext/colors.py
+${PYSITELIB}/fileobj/ext/colors.pyc
+${PYSITELIB}/fileobj/ext/colors.pyo
 ${PYSITELIB}/fileobj/ext/cstruct.py
 ${PYSITELIB}/fileobj/ext/cstruct.pyc
 ${PYSITELIB}/fileobj/ext/cstruct.pyo
diff -r 2081a6fcbcd2 -r fe11506d43e0 editors/fileobj/distinfo
--- a/editors/fileobj/distinfo  Sat May 30 16:40:46 2020 +0000
+++ b/editors/fileobj/distinfo  Sat May 30 16:48:58 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/04/28 15:25:57 tkusumi Exp $
+$NetBSD: distinfo,v 1.3 2020/05/30 16:48:58 tkusumi Exp $
 
-SHA1 (fileobj-0.7.97.tar.gz) = 432e76d1a8440be5a66842dcc02ae70212ab6059
-RMD160 (fileobj-0.7.97.tar.gz) = df2750085f2ae27b5f3facad62613d9fab91d18a
-SHA512 (fileobj-0.7.97.tar.gz) = 680cfc220e85a2c40d2d4833bf4739206c7e87f7d9445c68a515624ceebe43a64192d0ef2330f3a7ccdaf71452dc25427759c6444d481fcc25b20be1238781e6
-Size (fileobj-0.7.97.tar.gz) = 167787 bytes
+SHA1 (fileobj-0.7.98.tar.gz) = 886e8f3816cbf17bad938638ffb455841c4ae93f
+RMD160 (fileobj-0.7.98.tar.gz) = 86f38793340ede8b39203225dd9b9dbfd9a85ea3
+SHA512 (fileobj-0.7.98.tar.gz) = e1a237c220a536cc806940d40daf1267be8e38624bf7a2f355a7e7dc34e5e4b1ab9db6025e8d7d1b1fce9c3ba379863c1567082a8b1300d333e4f7b75a98322d
+Size (fileobj-0.7.98.tar.gz) = 170982 bytes



Home | Main Index | Thread Index | Old Index