pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/news/bystand
Module Name: pkgsrc
Committed By: micha
Date: Mon Nov 9 13:14:24 UTC 2020
Modified Files:
pkgsrc/news/bystand: DESCR Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/news/bystand/DESCR
cvs rdiff -u -r1.7 -r1.8 pkgsrc/news/bystand/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/news/bystand/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/news/bystand/DESCR
diff -u pkgsrc/news/bystand/DESCR:1.1 pkgsrc/news/bystand/DESCR:1.2
--- pkgsrc/news/bystand/DESCR:1.1 Wed Mar 18 13:47:13 2020
+++ pkgsrc/news/bystand/DESCR Mon Nov 9 13:14:23 2020
@@ -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).
Index: pkgsrc/news/bystand/Makefile
diff -u pkgsrc/news/bystand/Makefile:1.7 pkgsrc/news/bystand/Makefile:1.8
--- pkgsrc/news/bystand/Makefile:1.7 Thu Nov 5 09:08:58 2020
+++ pkgsrc/news/bystand/Makefile Mon Nov 9 13:14:23 2020
@@ -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 @@ do-install:
# 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"
Index: pkgsrc/news/bystand/distinfo
diff -u pkgsrc/news/bystand/distinfo:1.2 pkgsrc/news/bystand/distinfo:1.3
--- pkgsrc/news/bystand/distinfo:1.2 Mon Apr 20 14:08:47 2020
+++ pkgsrc/news/bystand/distinfo Mon Nov 9 13:14:23 2020
@@ -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