pkgsrc-WIP-changes archive

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

bystand: Update to 1.0.1



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Mar 9 12:20:59 2020 +0100
Changeset:	d157da734788237aec140798ed935931654215b1

Modified Files:
	bystand/Makefile
	bystand/distinfo

Log Message:
bystand: Update to 1.0.1

Changes:
* Add ECHO_IF function (mainly for use in triggers).
* Implement scoring. (Although improvements possibly could be made.)
* Add "select" command as an abbreviation of "sql select".
* Display an indicator if a SQL transaction is active.
* Add SYSTEM function to call a system command and read the output.
* Correct the documentation for the UNUSENET_SERVER_NAME function.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d157da734788237aec140798ed935931654215b1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bystand/Makefile | 2 +-
 bystand/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/bystand/Makefile b/bystand/Makefile
index eb195b62ec..e3d9429796 100644
--- a/bystand/Makefile
+++ b/bystand/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	bystand-0.7.3
+DISTNAME=	bystand-1.0.1
 CATEGORIES=	news
 MASTER_SITES=	http://zzo38computer.org/prog/bystand/
 EXTRACT_SUFX=	.zip
diff --git a/bystand/distinfo b/bystand/distinfo
index 1aa7a7ff66..d0763029f1 100644
--- a/bystand/distinfo
+++ b/bystand/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (bystand-0.7.3.zip) = 5a26945c79dbce696c05f4b8da3b7dacdfb56ae2
-RMD160 (bystand-0.7.3.zip) = 58543fbf92aa67f5c166c83906636e9535cc4607
-SHA512 (bystand-0.7.3.zip) = 8946ad18beb180a77089813eb8ff1ef21b9e9b248be28df4ded6c87b8ae046ac5c9475cd38eaad075b86dc47824663df3cec7b9b4699b89a1532ad5dab946aaa
-Size (bystand-0.7.3.zip) = 31013 bytes
+SHA1 (bystand-1.0.1.zip) = 490072cb6f565118a91cff70aef4d5cd50eb7955
+RMD160 (bystand-1.0.1.zip) = d2bc64a17db2623f4bfdc1d1953871a4e8185739
+SHA512 (bystand-1.0.1.zip) = 42460006b45ca27f6f3c5c556fd6bcca37353467665e5261caf74ada4ba50f9c04f33431a46300a18ac4dd145b9370b270a86583cd5c40a42dbd698db0bdc926
+Size (bystand-1.0.1.zip) = 33071 bytes


Home | Main Index | Thread Index | Old Index