Port details |
- blackjackclient Simple Blackjack game in Java
- 0.1_1 games =2 0.1_1Version of this port present on the latest quarterly branch.
- Maintainer: jgh@FreeBSD.org
- Port Added: 2013-03-29 16:25:01
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/t-blackjack/
- Description:
- Simple Blackjack game in Java
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- BlackjackClient>0:games/blackjackclient
- To install the port:
- cd /usr/ports/games/blackjackclient/ && make install clean
- To add the package, run one of these commands:
- pkg install games/blackjackclient
- pkg install BlackjackClient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: BlackjackClient
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (t-blackjack-beta.zip) = e842e4e3b5f0076271b14ea3993c93b37d73a37cc9b371d774f6f668f4f9bd66
SIZE (t-blackjack-beta.zip) = 125893
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:
-
- java : java/openjdk8
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_blackjackclient
- USES:
- zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.1_1 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 ) |
0.1_1 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1_1 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
0.1 23 Oct 2019 15:30:48 |
jgh |
- pet portlint
- add license |
0.1 08 Aug 2019 15:28:14 |
jgh |
- reclaim |
0.1 05 Aug 2019 20:07:07 |
rene |
Return jgh's ports to the various pools after his commit bit was safekept.
Hat: portmgr-secretary |
0.1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.1 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.1 06 Jun 2014 00:41:26 |
jkim |
Fix build with JDK7 and later.
Reported by: exp-run (PR190511) |
0.1 08 Mar 2014 08:31:31 |
jgh |
- convert to USES framework for zip |
0.1 23 Oct 2013 03:07:48 |
jgh |
- support staging |
0.1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.1 29 Mar 2013 17:10:53 |
jgh |
- (force commit to note) add new port: games/chessx
Simple Blackjack game in Java
WWW: http://sourceforge.net/projects/t-blackjack/ |
0.1 29 Mar 2013 16:24:46 |
jgh |
- shift origins for consistentcy with other Python ports
Submitted by: jgh@
Approved by: maintainer, christer.edwards@gmail.com |