./chat/libmsn, Library for connecting to Microsofts MSN Messenger service

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.2.1nb5, Package name: libmsn-4.2.1nb5, Maintainer: pkgsrc-users

libmsn is a C++ library for Microsoft's MSN Messenger service. It provides
a high-level interface that allows an application to access instant messaging
features with ease.


Required to run:
[security/openssl]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 309.473 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-03 11:15:48 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
libmsn: convert to cmake/build.mk, use cmake args to set c++ standard
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-03-26 14:54:26 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
libmsn: use c++03 to fix build with c++17 default compilers

libmsn uses fetures deprecated in c++11 and gone in c++17.
explicitly use c++03 to make sure that it builds with
compilers that use c++17 by default.
   2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Remove SHA1 hashes for distfiles
   2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836)
Log message:
*: Recursive revision bump for openssl 1.1.1.
   2019-11-02 23:18:26 by Roland Illig | Files touched by this commit (40)
Log message:
chat: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-06-22 13:52:32 by Nia Alarie | Files touched by this commit (9)
Log message:
Use https for sourceforge project links.