pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/bystand news/bystand: Update to 1.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7de069244ad
branches: trunk
changeset: 441698:d7de069244ad
user: micha <micha%pkgsrc.org@localhost>
date: Mon Nov 09 13:14:23 2020 +0000
description:
news/bystand: Update to 1.2.0
- MIME support: Implement decoding quoted-printable
- View command to view multiple messages at once
- Remember received articles if interrupted or timed out
- Post to multiple servers status still Open with 5 other changes
- Check for errors properly after reading a dot at the beginning of a line
from the NNTP server; also add a "G" progress indicator
diffstat:
news/bystand/DESCR | 2 +-
news/bystand/Makefile | 7 +++----
news/bystand/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (45 lines):
diff -r d1d37c4cd43f -r d7de069244ad news/bystand/DESCR
--- a/news/bystand/DESCR Mon Nov 09 13:13:26 2020 +0000
+++ b/news/bystand/DESCR Mon Nov 09 13:14:23 2020 +0000
@@ -1,4 +1,4 @@
The bystand program is a NNTP client program (a newsreader).
It is built on top of a SQLite database.
-There is no MIME support yet.
+There is partial MIME support (currently only QP decoding).
diff -r d1d37c4cd43f -r d7de069244ad news/bystand/Makefile
--- a/news/bystand/Makefile Mon Nov 09 13:13:26 2020 +0000
+++ b/news/bystand/Makefile Mon Nov 09 13:14:23 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/11/05 09:08:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2020/11/09 13:14:23 micha Exp $
-DISTNAME= bystand-1.1.0
-PKGREVISION= 2
+DISTNAME= bystand-1.2.0
CATEGORIES= news
MASTER_SITES= http://zzo38computer.org/prog/bystand/
EXTRACT_SUFX= .zip
@@ -48,6 +47,6 @@
# Builtin version of NetBSD 7 is not sufficient
# Minimum required API version is undocumented (use tested one)
-BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.29.0
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.33.0
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d1d37c4cd43f -r d7de069244ad news/bystand/distinfo
--- a/news/bystand/distinfo Mon Nov 09 13:13:26 2020 +0000
+++ b/news/bystand/distinfo Mon Nov 09 13:14:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/04/20 14:08:47 micha Exp $
+$NetBSD: distinfo,v 1.3 2020/11/09 13:14:23 micha Exp $
-SHA1 (bystand-1.1.0.zip) = 3c6591080b19268a81e5c63f2faaeb5588c5956f
-RMD160 (bystand-1.1.0.zip) = a2cf672541ea1a46df55fc3dc6a94fbe44c691e0
-SHA512 (bystand-1.1.0.zip) = f693d8251ae0eeb84d1cc401d0869d791c7742ddd727ce360609e0e03cd5bec5bfed055fde8f775b039a4be148aa6666cab58eeade8066d1b9d2704d6906a2f8
-Size (bystand-1.1.0.zip) = 33253 bytes
+SHA1 (bystand-1.2.0.zip) = 622e6b7d9dcf8ecbb824dd5af2fca934051b8565
+RMD160 (bystand-1.2.0.zip) = d5dbda3c60ce280598d5f70258a7f4eee3c2cd98
+SHA512 (bystand-1.2.0.zip) = 9ee2d9b5b6550f3229fe95eea8b6ade8aeea0fec640149f87f5da72e98e19f572ba392df28eba64aa996fc51d56e593392bdb737024710be85d424ed16b6adb5
+Size (bystand-1.2.0.zip) = 33704 bytes
Home |
Main Index |
Thread Index |
Old Index