pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/Geomyidae Geomyidae: Update to 0.51



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e26671622eba
branches:  trunk
changeset: 382843:e26671622eba
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Aug 06 22:24:49 2022 +0000

description:
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.

diffstat:

 net/Geomyidae/Makefile |  4 ++--
 net/Geomyidae/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 2a4cd8bd225d -r e26671622eba net/Geomyidae/Makefile
--- a/net/Geomyidae/Makefile    Sat Aug 06 21:08:29 2022 +0000
+++ b/net/Geomyidae/Makefile    Sat Aug 06 22:24:49 2022 +0000
@@ -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/
diff -r 2a4cd8bd225d -r e26671622eba net/Geomyidae/distinfo
--- a/net/Geomyidae/distinfo    Sat Aug 06 21:08:29 2022 +0000
+++ b/net/Geomyidae/distinfo    Sat Aug 06 22:24:49 2022 +0000
@@ -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