Port details |
- libtmcg C++ library for creating secure and fair online card games
- 1.3.18 games
=2 1.3.18Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-06-03 05:01:52
- Last Update: 2023-07-17 01:31:55
- Commit Hash: 706cce7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: security
- License: GPLv2
- WWW:
- https://www.nongnu.org/libtmcg/
- Description:
- LibTMCG is a C++ library for creating secure and fair online card games. The
library provides a sort of useful classes, algorithms, and high-level protocols
to support an application programmer in writing such software. The most
remarkable feature is the absence of a trusted third party (TTP), i.e. neither a
central game server nor trusted hardware components are necessary. Thus, with
the present library there is no need for an independent referee, because the
applied protocols provide a basic level of confidentiality and fairness by
itself. Consequently, the library is well-suited for peer-to-peer (P2P)
environments where no TTP is available. Of course, we cannot avoid that
malicious players share information about their private cards, but the protocols
ensure that the shuffle of the deck is performed randomly (presumed that at
least one player is honest) and thus the cards will be distributed uniformly
among the players. Further, no coalition can learn the private cards of a player
against his will (except for trivial conclusions). The corresponding
cryptographic problem, actually called Mental Poker, has been studied since 1979
(Shamir, Rivest, and Adleman) by many authors. LibTMCG provides the first
practical implementation of such protocols.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/libtmcg/ && make install clean
- To add the package, run one of these commands:
- pkg install games/libtmcg
- pkg install libtmcg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libtmcg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1559536683
SHA256 (libTMCG-1.3.18.tar.gz) = dddb3ad01ef4056dfe74697e9df80466458cba99dc3124f58349e33aba2c2b9d
SIZE (libTMCG-1.3.18.tar.gz) = 1175591
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libgcrypt.so : security/libgcrypt
- libgpg-error.so : security/libgpg-error
- libgmp.so : math/gmp
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_libtmcg
- USES:
- gmake libtool localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.18 17 Jul 2023 01:31:55
    |
Yuri Victorovich (yuri)  |
games/libtmcg: Fix build with clang-16 by adding USE_CXXSTD
Reported by: fallout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.18 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.18 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.18 03 Jun 2019 05:01:37
  |
yuri  |
New port: games/libtmcg: C++ library for creating secure and fair online card
games |
Number of commits found: 6
|