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 May 30 16:48:58 UTC 2020
Modified Files:
pkgsrc/editors/fileobj: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/fileobj/Makefile \
pkgsrc/editors/fileobj/distinfo
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/editors/fileobj/Makefile:1.3
--- pkgsrc/editors/fileobj/Makefile:1.2 Tue Apr 28 15:25:57 2020
+++ pkgsrc/editors/fileobj/Makefile Sat May 30 16:48:58 2020
@@ -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}
Index: pkgsrc/editors/fileobj/distinfo
diff -u pkgsrc/editors/fileobj/distinfo:1.2 pkgsrc/editors/fileobj/distinfo:1.3
--- pkgsrc/editors/fileobj/distinfo:1.2 Tue Apr 28 15:25:57 2020
+++ pkgsrc/editors/fileobj/distinfo Sat May 30 16:48:58 2020
@@ -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
Index: pkgsrc/editors/fileobj/PLIST
diff -u pkgsrc/editors/fileobj/PLIST:1.1 pkgsrc/editors/fileobj/PLIST:1.2
--- pkgsrc/editors/fileobj/PLIST:1.1 Wed Apr 15 16:06:07 2020
+++ pkgsrc/editors/fileobj/PLIST Sat May 30 16:48:58 2020
@@ -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/cal.pyo
${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
Home |
Main Index |
Thread Index |
Old Index