Re: [new egg] mosquitto - Bindings to mosquitto MQTT client library

2024-01-03 Thread Mario Domenech Goulart
Hi Dmitry,

On Wed, 3 Jan 2024 21:00:52 +0700 Dmitry  wrote:

> Hello.
>
> New egg "mosquitto" - Bindings to mosquitto MQTT client library.
>
> Code: https://github.com/Junker/chicken-mosquitto
> Docs: http://wiki.call-cc.org/eggref/5/mosquitto
> release-info URL: 
> https://raw.githubusercontent.com/Junker/chicken-mosquitto/master/mosquitto.release-info
>
>
> $ test-new-egg mosquitto 
> https://raw.githubusercontent.com/Junker/chicken-mosquitto/master/mosquitto.release-info
> Writing egg-locations for mosquitto to /tmp/temp379f.3151627/egg-locations...
> Running /usr/bin/henrietta-cache...
> Caching egg 'mosquitto'
>   Downloading egg version 0.1.0 from 
> https://github.com/Junker/chicken-mosquitto/tarball/0.1.0 (CHICKEN release 5)
> Finding out the latest version for mosquitto...
> Running /usr/bin/salmonella on mosquitto version 0.1.0...
> salmonella 3.1.1 -- a tool for testing CHICKEN eggs 
> (http://wiki.call-cc.org/egg/salmonella)
>
> Started on Wed Jan  3 19:38:16 2024
> Command line: /usr/bin/salmonella
>
> Options:
>   chicken-install: /usr/bin/chicken-install
>   repo-dir: /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo
>   chicken-install-args: (-v -test)
>
> C compiler: gcc
> gcc (GCC) 13.2.1 20230801
> Copyright (C) 2023 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>
>
> C++ compiler: g++
> g++ (GCC) 13.2.1 20230801
> Copyright (C) 2023 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>
>
> C compiler flags: -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H 
> -DC_ENABLE_PTABLES -Os -fomit-frame-pointer -I/usr/include/chicken 
> -I'/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/include/chicken'
>  
>
> Linker: gcc
> Linker flags: -L/usr/lib -Wl,-rpath=/usr/lib 
>
> Libraries: -lchicken -lm -ldl 
>
> CHICKEN banner:
> CHICKEN
> (c) 2008-2021, The CHICKEN Team
> (c) 2000-2007, Felix L. Winkelmann
> Version 5.3.0 (rev e31bbee5)
> linux-unix-gnu-x86-64 [ 64bit dload ptables ]
>
> Environment variables:
>   SALMONELLA_RUNNING: 1
>   CHICKEN_INSTALL_PREFIX: 
> /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo
>   CHICKEN_PREFIX: (not set)
>   CHICKEN_INSTALL_REPOSITORY: 
> /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/lib/chicken/11
>   CHICKEN_REPOSITORY_PATH: 
> /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/lib/chicken/11
>   CHICKEN_EGG_CACHE: 
> /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/cache
>   CHICKEN_INCLUDE_PATH: 
> /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/share/chicken
>   CHICKEN_C_INCLUDE_PATH: 
> /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/include/chicken
>   CHICKEN_HOME: (not set)
>   CSC_OPTIONS: (not set)
>   PATH: 
> /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/bin:/home/junker/.local/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
>
>  mosquitto (1 of 1) 
>   Fetching[ ok ] 0s
>   Reading .egg[ ok ] 0s
>   Checking dependencies...[ ok ] 0s
>   Checking category...[ ok ] 0s
>   Checking license[ ok ] 0s
>   Checking author.[ ok ] 0s
>   Installing..[ ok ] 18s
>   Checking version[ -- ] 
>   Testing.[ ok ] 11s
>   Checking documentation..[ ok ] 0s
> Removing /tmp/temp379f.3151627
> Egg looks ok!

Many thanks!  Your egg has been added to the coop.

All the best.
Mario
-- 
http://parenteses.org/mario



[new egg] mosquitto - Bindings to mosquitto MQTT client library

2024-01-03 Thread Dmitry
Hello.

New egg "mosquitto" - Bindings to mosquitto MQTT client library.

Code: https://github.com/Junker/chicken-mosquitto
Docs: http://wiki.call-cc.org/eggref/5/mosquitto
release-info URL: 
https://raw.githubusercontent.com/Junker/chicken-mosquitto/master/mosquitto.release-info


$ test-new-egg mosquitto 
https://raw.githubusercontent.com/Junker/chicken-mosquitto/master/mosquitto.release-info
Writing egg-locations for mosquitto to /tmp/temp379f.3151627/egg-locations...
Running /usr/bin/henrietta-cache...
Caching egg 'mosquitto'
Downloading egg version 0.1.0 from 
https://github.com/Junker/chicken-mosquitto/tarball/0.1.0 (CHICKEN release 5)
Finding out the latest version for mosquitto...
Running /usr/bin/salmonella on mosquitto version 0.1.0...
salmonella 3.1.1 -- a tool for testing CHICKEN eggs 
(http://wiki.call-cc.org/egg/salmonella)

Started on Wed Jan  3 19:38:16 2024
Command line: /usr/bin/salmonella

Options:
  chicken-install: /usr/bin/chicken-install
  repo-dir: /tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo
  chicken-install-args: (-v -test)

C compiler: gcc
gcc (GCC) 13.2.1 20230801
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



C++ compiler: g++
g++ (GCC) 13.2.1 20230801
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



C compiler flags: -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H 
-DC_ENABLE_PTABLES -Os -fomit-frame-pointer -I/usr/include/chicken 
-I'/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/include/chicken'
 

Linker: gcc
Linker flags: -L/usr/lib -Wl,-rpath=/usr/lib 

Libraries: -lchicken -lm -ldl 

CHICKEN banner:
CHICKEN
(c) 2008-2021, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.3.0 (rev e31bbee5)
linux-unix-gnu-x86-64 [ 64bit dload ptables ]

Environment variables:
  SALMONELLA_RUNNING: 1
  CHICKEN_INSTALL_PREFIX: 
/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo
  CHICKEN_PREFIX: (not set)
  CHICKEN_INSTALL_REPOSITORY: 
/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/lib/chicken/11
  CHICKEN_REPOSITORY_PATH: 
/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/lib/chicken/11
  CHICKEN_EGG_CACHE: 
/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/cache
  CHICKEN_INCLUDE_PATH: 
/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/share/chicken
  CHICKEN_C_INCLUDE_PATH: 
/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/include/chicken
  CHICKEN_HOME: (not set)
  CSC_OPTIONS: (not set)
  PATH: 
/tmp/temp379f.3151627/mosquitto/0.1.0/salmonella-tmp-cbe98/repo/bin:/home/junker/.local/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

 mosquitto (1 of 1) 
  Fetching[ ok ] 0s
  Reading .egg[ ok ] 0s
  Checking dependencies...[ ok ] 0s
  Checking category...[ ok ] 0s
  Checking license[ ok ] 0s
  Checking author.[ ok ] 0s
  Installing..[ ok ] 18s
  Checking version[ -- ] 
  Testing.[ ok ] 11s
  Checking documentation..[ ok ] 0s
Removing /tmp/temp379f.3151627
Egg looks ok!


--
Dmitrii Kosenkov
https://github.com/Junker