pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/Geomyidae



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Aug  6 22:24:49 UTC 2022

Modified Files:
        pkgsrc/net/Geomyidae: Makefile distinfo

Log Message:
Geomyidae: Update to 0.51

Changes:
0.51
====
Geomyidae v0.51 brcon2022 release.

I am happy to announce the geomyidae v0.51 brcon2022 release.

Thanks to everyone having contributed! It was much fun at the geomyidae
hackathon! I wish to repeat it.

Changes:

* Splice(1) speedup has been implemented on Linux for sending files.
        * CPU usage is reduced by 80% and throughput increased by 20%.
        * Was done at the geomyidae hackathon.

* New escaping in gph has been implemented. See below for description.
        * Was done at the geomyidae hackathon.

* New external project for geomyidae CGI REST handling.
        * git://bitreich.org/libgcgi
        * Was done at the geomyidae hackathon.

* Add gph major-mode file for emacs.
* FreeBSD rc.d is now added.
* NetBSD compile options added to the Makefile.
* OpenBSD rc.d script has been fixed for 7.1 release.

## New Escaping

THIS IS IMPORTANT FOR EVERYONE!

The gph format has been changed, to simplify things in the future.

In the past, the escape for some line to not be interpreted was

        ttext is here

becomes

        text is here

This has changed. All lines beginning with t are now not escaped anymore.

The new escape way is:

        [|text is here

becomes

        text is here

In every gph script you already had to check for any line beginning with
'['. Now the already illegal case of an empty item type is reused for
escaping in gph.

This will make life easier for newcomers and oldcomers.

So be sure to change all escaping after the upgrade.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/Geomyidae/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/Geomyidae/distinfo

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

Modified files:

Index: pkgsrc/net/Geomyidae/Makefile
diff -u pkgsrc/net/Geomyidae/Makefile:1.14 pkgsrc/net/Geomyidae/Makefile:1.15
--- pkgsrc/net/Geomyidae/Makefile:1.14  Sat May 28 19:03:15 2022
+++ pkgsrc/net/Geomyidae/Makefile       Sat Aug  6 22:24:49 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/05/28 19:03:15 leot Exp $
+# $NetBSD: Makefile,v 1.15 2022/08/06 22:24:49 leot Exp $
 
-DISTNAME=      geomyidae-v0.50.1
+DISTNAME=      geomyidae-v0.51
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    net
 MASTER_SITES=  ftp://bitreich.org/releases/geomyidae/

Index: pkgsrc/net/Geomyidae/distinfo
diff -u pkgsrc/net/Geomyidae/distinfo:1.11 pkgsrc/net/Geomyidae/distinfo:1.12
--- pkgsrc/net/Geomyidae/distinfo:1.11  Sat May 28 19:03:15 2022
+++ pkgsrc/net/Geomyidae/distinfo       Sat Aug  6 22:24:49 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/05/28 19:03:15 leot Exp $
+$NetBSD: distinfo,v 1.12 2022/08/06 22:24:49 leot Exp $
 
-BLAKE2s (geomyidae-v0.50.1.tar.gz) = e5e65463e90b60ea09ac901454d7731b78e645f683138233ed457dd9a55cc622
-SHA512 (geomyidae-v0.50.1.tar.gz) = 2a71b12f51c2ef8d6e791089f9eea49eb90a36be45b874d4234eba1e673186be945711be1f92508190f5c0a6f502f132c4b7cb82caf805a39a3f31903032ac47
-Size (geomyidae-v0.50.1.tar.gz) = 31832 bytes
+BLAKE2s (geomyidae-v0.51.tar.gz) = 0b0102b4799e1c4a4141826ad7bc64cf9a33b43794b5528fe78e313a03e7f9b1
+SHA512 (geomyidae-v0.51.tar.gz) = de51806bb042aeca4605c42a8ddb81908002a5fdeefc291e482067689debaf3dce222767e28e1d37064d7bbbbcb30689c4dd9d84348a29e553dd19c541469776
+Size (geomyidae-v0.51.tar.gz) = 33384 bytes



Home | Main Index | Thread Index | Old Index