Bug#946627: ITP: js8call -- Amateur Radio Digital Mode providing weak signal keyboard to keyboard messaging

2019-12-12 Thread Christoph Berg
Package: wnpp
Severity: wishlist
Owner: Christoph Berg 

* Package name: js8call
  Version : 2.0.1
* URL : http://js8call.com/
* License : GPL, LGPL, BSD, MIT/X, etc.)
  Programming Lang: C++, Fortran
  Description : Amateur Radio Digital Mode providing weak signal keyboard 
to keyboard messaging

JS8Call is software using the JS8 Digital Mode providing weak signal
keyboard to keyboard messaging to Amateur Radio Operators.

JS8Call is an experiment to test the feasibility of a digital mode
with the robustness of FT8, combined with a messaging and network
protocol layer for weak signal communication on HF, using a keyboard
messaging style interface. It is not designed for any specific purpose
other than connecting amateur radio operators who are operating under
weak signal conditions. JS8Call is heavily inspired by WSJT-X, Fldigi,
and FSQCall and would not exist without the hard work and dedication
of the many developers in the amateur radio community.

JS8Call stands on the shoulder of giants…the takeoff angle is better
up there.

Christoph



Bug#946635: RFP: libmonocypher -- a small, fast cryptography library

2019-12-12 Thread Maximilian Lorlacks
Package: wnpp
Severity: wishlist

URL: https://monocypher.org/
License: Dual licensed CC-0 and 2-clause BSD

Monocypher is a small (1800 lines of C), easy to use cryptography library.  
It's in the family of NaCl-ish libraries like NaCl itself and libsodium.

Unlike libsodium, it's much smaller and uses no assembly, and unlike NaCl, it's 
also possible to compile it as a dynamic library.

The project has over 275 stars on GitHub.



Bug#946638: ITP: hopscotch-map -- C++ fast hash map and hash set using hopscotch hashing

2019-12-12 Thread Michael R. Crusoe
Package: wnpp
Severity: wishlist

Subject: ITP: hopscotch-map -- C++ fast hash map and hash set using hopscotch 
hashing
Package: wnpp
Owner: Michael R. Crusoe 
Severity: wishlist

* Package name: hopscotch-map
  Version : 2.2.1
  Upstream Author : Tessil
* URL : https://github.com/Tessil/hopscotch-map/
* License : MIT
  Programming Lang: C
  Description : C++ fast hash map and hash set using hopscotch hashing
 The hopscotch-map library is a C++ implementation of a fast hash map and hash
 set using open-addressing and hopscotch hashing to resolve collisions. It is a
 cache-friendly data structure offering better performances than
 `std::unordered_map` in most cases and is closely similar to
 `google::dense_hash_map` while using less memory and providing more
 functionalities.
 .
 The library provides the following main classes: `tsl::hopscotch_map`,
 `tsl::hopscotch_set`, `tsl::hopscotch_pg_map` and `tsl::hopscotch_pg_set`. The
 first two are faster and use a power of two growth policy, the last two use a
 prime growth policy instead and are able to cope better with a poor hash
 function. Use the prime version if there is a chance of repeating patterns in
 the lower bits of your hash (e.g. you are storing pointers with an identity
 hash function).
 .
 In addition to these classes the library also provides `tsl::bhopscotch_map`,
 `tsl::bhopscotch_set`, `tsl::bhopscotch_pg_map` and `tsl::bhopscotch_pg_set`.
 These classes have an additional requirement for the key, it must be
 `LessThanComparable`, but they provide a better asymptotic upper bound.
 Nonetheless if you don't have specific requirements (risk of hash DoS attacks),
 `tsl::hopscotch_map` and `tsl::hopscotch_set` should be sufficient in most
 cases and should be your default pick as they perform better in general.

Remark: This package is maintained by Debian Med Packaging Team at
   https://salsa.debian.org/med-team/hopscotch-map



Bug#921426: marked as done (ITP: opencl-clang -- thin wrapper for clang)

2019-12-12 Thread Debian Bug Tracking System
Your message dated Thu, 12 Dec 2019 15:00:11 +
with message-id 
and subject line Bug#921426: fixed in intel-opencl-clang 0+git20190204-1
has caused the Debian Bug report #921426,
regarding ITP: opencl-clang -- thin wrapper for clang
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
921426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Timo Aaltonen 

* Package name: opencl-clang
  Version : git
  Upstream Author : Intel
* URL : https://github.com/intel/opencl-clang
* License : public-domain
  Programming Lang: C++
  Description : thin wrapper for clang

 Common clang is a thin wrapper library around clang. Common clang
 has OpenCL-oriented API and is capable of compiling OpenCL C kernels
 to SPIR-V modules.

This package is needed by Intel Compute Runtime.
--- End Message ---
--- Begin Message ---
Source: intel-opencl-clang
Source-Version: 0+git20190204-1

We believe that the bug you reported is fixed in the latest version of
intel-opencl-clang, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 921...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated intel-opencl-clang 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 07 Feb 2019 11:23:01 +0200
Source: intel-opencl-clang
Binary: libopencl-clang-dev libopencl-clang8
Architecture: source all amd64
Version: 0+git20190204-1
Distribution: experimental
Urgency: medium
Maintainer: Debian OpenCL team 
Changed-By: Timo Aaltonen 
Description:
 libopencl-clang-dev - thin wrapper for clang -- development files
 libopencl-clang8 - thin wrapper for clang
Closes: 921426
Changes:
 intel-opencl-clang (0+git20190204-1) experimental; urgency=medium
 .
   * Initial release (Closes: #921426)
Checksums-Sha1:
 3a016f938c304998afe411eb790c7d5a533159da 2157 
intel-opencl-clang_0+git20190204-1.dsc
 c50199563127c4c41a476ba20bb87156f68151e4 20752 
intel-opencl-clang_0+git20190204.orig.tar.xz
 9433117a3ffa8f25685ce3b3f732764d6457b653 2196 
intel-opencl-clang_0+git20190204-1.debian.tar.xz
 1a4948aaa4f84c79345ff09e3c90c5607e3111ad 7904 
intel-opencl-clang_0+git20190204-1_amd64.buildinfo
 be4a267cd9861d99138de570b82058dbca4039d1 3980 
libopencl-clang-dev_0+git20190204-1_all.deb
 29a7c21bc00467383e9bde6e320da87063650980 6253048 
libopencl-clang8_0+git20190204-1_amd64.deb
Checksums-Sha256:
 4bb79e378475576a2029f706395979c7e156c5d1523234e77cde019e5856bd6c 2157 
intel-opencl-clang_0+git20190204-1.dsc
 78b014d7db9c238c02b22d7a6d23a68c1a2aa9e8f00ed8260aba55c889702b08 20752 
intel-opencl-clang_0+git20190204.orig.tar.xz
 ee0d7aad1bebe8189492029cf696f21da44ab43251bf0d01b006b93d8da16669 2196 
intel-opencl-clang_0+git20190204-1.debian.tar.xz
 58281628505ba6ceea50b4637dc2cdb965bfe5ce319ba360109ba84d6fe1c9b0 7904 
intel-opencl-clang_0+git20190204-1_amd64.buildinfo
 f237820c1ffbcaca490206b4e29b160220b34c64a46490122d30738ec9e628e0 3980 
libopencl-clang-dev_0+git20190204-1_all.deb
 7ae3ce87b6d9188e32e4c28fb942d04c671e8d5d812932ab724ef2990dae15aa 6253048 
libopencl-clang8_0+git20190204-1_amd64.deb
Files:
 35a6d4159bfef952921815325c7c0df7 2157 libs optional 
intel-opencl-clang_0+git20190204-1.dsc
 316ce5a0601e97dbade20e20db5113b5 20752 libs optional 
intel-opencl-clang_0+git20190204.orig.tar.xz
 8b10ffa2d84a7d99da0ad72c687a42b2 2196 libs optional 
intel-opencl-clang_0+git20190204-1.debian.tar.xz
 e34cebc12e901e66b8f07e5d76b278e0 7904 libs optional 
intel-opencl-clang_0+git20190204-1_amd64.buildinfo
 5184b02e2ca7d155572a4fe5530849af 3980 libs optional 
libopencl-clang-dev_0+git20190204-1_all.deb
 f30dc2a6fe6e6726d01c7e864e32b8b8 6253048 libs optional 
libopencl-clang8_0+git20190204-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAlxb+s0ACgkQy3AxZaiJ
hNxTVA//WljH2L+8faTpv92Lp2OeSORhOoEORF0z2b1BTCOaXRll7/ufqUpyj1UO
geE2s61eLtAcgfpSnny+9C3YDJhehNL7mLlx+KtZDix1PKQlMkH7PYkwvIobpZ4M
l2GYgNNpSz3HB2BiWNuNlLfGqyovs08mPPw3sAHzmkEwtmg7cWRFYUYIY1CVOwpi
WAOWP6lVjPde7IBdwB9mgQdV2RklGCEiP5xaBR6ex7S

Processed: ITP: hopscotch-map -- C++ fast hash map and hash set using hopscotch hashing

2019-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 946638 "Michael R. Crusoe" 
Bug #946638 [wnpp] ITP: hopscotch-map -- C++ fast hash map and hash set using 
hopscotch hashing
Owner recorded as "Michael R. Crusoe" .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
946638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946638
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#946660: ITP: ruby-jekyll-compose -- Jekyll plugin to create content from the command line

2019-12-12 Thread Daniel Leidert
Package: wnpp
Severity: wishlist
Owner: Daniel Leidert 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: ruby-jekyll-compose
  Version : 0.11.0
  Upstream Author : Parker Moore
* URL : https://github.com/jekyll/jekyll-compose
* License : MIT/X
  Programming Lang: Ruby
  Description : Jekyll plugin to create content from the command line

This is a Jekyll plugin which adds new commands to create, (un)publish,
or rename posts, drafts, pages and general content. You can also specify
default frontmatter to be added and your default editor to open the
newly created files.


-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAl3ywwQACgkQS80FZ8KW
0F2rhRAAg0RwifoQtsKS4j6wyfJhTZrzfD2P0Km6tnecC7gErGZr7l8CjW5c6Y3A
F8v1yu5NCUbnXS4yYLEEMKsT3YWDFBwZ3S9mxtjrz5SC1alzeYo59FrPdKFRFZav
u/Xaf0H7fq/5TH5/cyT//NHanHKL1QwXlhT+zHO90/7/tAPoc3+jCTyTngoe9vrr
STSSXJ7zljgzIn8ZbYqBM0EPsMyoqL4gOf8//bWr5XwMZmkWZ4qMgEXxyBnpvQdd
pLPSa4ndZvS4Hetkm8dCzEbhYg7p/xl4noGj+2m6OW0KMh4wDDxvU+k3n8dlvNNK
uHwr7zkrdBffiV14/KcHCfx2aujC9mvUAKJLe3eRPk+sx5SHE6cZuqkDcmNgYkHp
pgvHuyuZ3a9qH+r65h2Jc/mXC9ZlMCvHHDalPbU4jUokFW1efhUXTJCYgsmAaxKg
4Gm5tXEIwQo7PAIbkpgHzXixqZ1rOhwP+nUApNIPh7p+HzBIM9L2A66xHIuB9UO7
zOpgjiNNFMXAy2HKPesB3yB9yTeCq4EEZN0y7OX0fLR8q3H3b73Rj25DLobW8gN5
K4PfdHFE+4PEeteEXo9n1Ewbn142A8YKyNHU+wc7ahyKbsUqFhGV7AQw0y4GW7VT
kiB1dFJteuiKp34u+ZTNNh68F4OUe8aLxdJXhhxHhbHlfUqp28s=
=fo58
-END PGP SIGNATURE-



Bug#834410: marked as done (ITA: giflib -- library for GIF images)

2019-12-12 Thread Debian Bug Tracking System
Your message dated Fri, 13 Dec 2019 03:04:14 +
with message-id 
and subject line Bug#834410: fixed in giflib 5.1.9-1
has caused the Debian Bug report #834410,
regarding ITA: giflib -- library for GIF images
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
834410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

The current maintainer of giflib, Thibaut Gridel ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: giflib
Binary: giflib-dbg, giflib-tools, libgif7, libgif-dev
Version: 5.1.4-0.3
Maintainer: Thibaut Gridel 
Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, xmlto
Architecture: any
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 fffcecf607c9aca92d8b405b1358f066 2054 giflib_5.1.4-0.3.dsc
 2c171ced93c0e83bb09e6ccad8e3ba2b 639703 giflib_5.1.4.orig.tar.bz2
 2f08e512da8619ae022af318874fe61e 12988 giflib_5.1.4-0.3.debian.tar.xz
Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=collab-maint/giflib.git;a=shortlog;h=refs/heads/debian
Vcs-Git: git://anonscm.debian.org/collab-maint/giflib.git -b debian
Checksums-Sha256:
 48d7d9e09f573b63bf63e3de8c6c0286154409b43c2742368f26beaa45ecea0e 2054 
giflib_5.1.4-0.3.dsc
 df27ec3ff24671f80b29e6ab1c4971059c14ac3db95406884fc26574631ba8d5 639703 
giflib_5.1.4.orig.tar.bz2
 c53cd17d023a37efcbc96ec65beff41586e3cb14601a181e32ef5fa774554de0 12988 
giflib_5.1.4-0.3.debian.tar.xz
Homepage: http://giflib.sourceforge.net/
Package-List: 
 giflib-dbg deb debug extra arch=any
 giflib-tools deb utils optional arch=any
 libgif-dev deb libdevel optional arch=any
 libgif7 deb libs optional arch=any
Directory: pool/main/g/giflib
Priority: source
Section: libs

Package: giflib-dbg
Source: giflib
Version: 5.1.4-0.3
Installed-Size: 251
Maintainer: Thibaut Gridel 
Architecture: amd64
Depends: giflib-tools (= 5.1.4-0.3), libgif7 (= 5.1.4-0.3), libgif-dev (= 
5.1.4-0.3)
Description: library for GIF images (debug)
Description-md5: 7f99d5bf219b9cacea03ecc7f02fb695
Homepage: http://giflib.sourceforge.net/
Build-Ids: 04ceb0da151057fd1e68c0c1d6718de387bea8de 
2b13da09eb5481aa18e715dbc52278b7e8da7524 
4c106182beae69ee24bf3b2e1464e6d1cfa1e2dd 
a5d057f988bd0d2ec1979951e06ee2d154727984 
ac49a3dc7157b5017960d82c1a83afe930c469fc 
b0be21a0ca4697fe7cab537839f7aaf28ad4cb36 
f5077a18decb8026d44426389b35d53844e74b6a 
f7fcd51c9b825b5adc2e2482cd5d21804298c489
Tag: role::debug-symbols
Section: debug
Priority: extra
Filename: pool/main/g/giflib/giflib-dbg_5.1.4-0.3_amd64.deb
Size: 167438
MD5sum: fb30cbad33ce673e0c8da94dafa396f6
SHA256: 51cfc1c0acd8b8b9c36d23382263722d8b4d11bc09732f394fbe5be646755454

Package: giflib-tools
Source: giflib
Version: 5.1.4-0.3
Installed-Size: 354
Maintainer: Thibaut Gridel 
Architecture: amd64
Provides: libungif-bin
Depends: libc6 (>= 2.14), libgif7 (>= 5.1), libperl4-corelibs-perl | perl (<< 
5.12.3-7)
Description: library for GIF images (utilities)
Description-md5: a19e8498a460f459fbf8306ec5aabc61
Homepage: http://giflib.sourceforge.net/
Tag: implemented-in::c, interface::commandline, role::program,
 scope::utility, use::converting, works-with-format::gif,
 works-with::image, works-with::image:raster
Section: utils
Priority: optional
Filename: pool/main/g/giflib/giflib-tools_5.1.4-0.3_amd64.deb
Size: 121582
MD5sum: 4fa49e428d7714b938c705cc93390fcd
SHA256: 921861d05499cd6582f84d63fc86f9024fe73945a21fc4d15d6117555822dabe

Package: libgif7
Source: giflib
Version: 5.1.4-0.3
Installed-Size: 82
Maintainer: Thibaut Gridel 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description: library for GIF images (library)
Description-md5: 6e1b50f7983687352e4b68758c6a50d6
Multi-Arch: same
Homepage: http://giflib.sourceforge.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/g/giflib/libgif7_5.1.4-0.3_amd64.deb
Size: 42820
MD5sum: 2946d9c5bfd0b59d7bafebf34d5cd162
SHA256: e6ccc43be1e2bcd1e7239be7bcaf128286123e14ea61311c83081b59369d5271

Package: libgif-dev
Source: giflib
Version: 5.1.4-0.3
Installed-Size: 102
Maintainer: Thibaut Gridel 
Architecture: amd64
Depends: libgif7 (= 5.1.4-0.3)
Description: library for GIF images (development)
Description-md5: 0bfe767ea8e86d9cab3f10708a06203