summaryrefslogtreecommitdiff
path: root/net/Geomyidae/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2022-08-06 22:24:49 +0000
committerleot <leot@pkgsrc.org>2022-08-06 22:24:49 +0000
commit80f45b5e7b618058582960ea4f678925c0d61da6 (patch)
tree342d5ec1ea71f464bcc269b6aa4def0e5e78d54c /net/Geomyidae/Makefile
parentb21ce6c38c720ea2a0515f1417a337f5ecbde4b3 (diff)
downloadpkgsrc-80f45b5e7b618058582960ea4f678925c0d61da6.tar.gz
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 (limited to 'net/Geomyidae/Makefile')
-rw-r--r--net/Geomyidae/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Geomyidae/Makefile b/net/Geomyidae/Makefile
index 02a26893c2d..0cc8c31c0f1 100644
--- a/net/Geomyidae/Makefile
+++ b/net/Geomyidae/Makefile
@@ -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/