Port details |
- xskat Play the card game Skat
- 4.0_3 games
=3 4.0_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-02-24 09:03:10
- Commit Hash: a3ea0e8
- People watching this port, also watch:: libxml2, tidy4, libglade2, mkitalic, nasm
- License: unknown
- WWW:
- http://www.xskat.de/xskat.html
- Description:
- XSkat lets you play the card game Skat as defined by the official
Skat Order. Features:
* Single- and multiplayer mode.
* Playing over LAN or IRC.
* Game lists and logs.
* Three types of scoring.
* English or German text.
* German or French suited cards.
* Selectable computer playing strength.
* Pre-definable card distributions.
* Variations: Ramsch, Bock, Kontra & Re, ...
¦ ¦ ¦ ¦ 
- 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/xskat/ && make install clean
- To add the package, run one of these commands:
- pkg install games/xskat
- pkg install xskat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xskat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xskat-4.0.tar.gz) = 8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10
SIZE (xskat-4.0.tar.gz) = 179059
SHA256 (xskat-cards.tar.gz) = 2b074349f2b9629942b28aa1fd3b5cf95f67483bc44f2528cde57475179d4fd6
SIZE (xskat-cards.tar.gz) = 187122
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:
-
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_xskat
- USES:
- xorg
- 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 |
4.0_3 24 Feb 2024 09:03:10
    |
Muhammad Moinur Rahman (bofh)  |
games/xskat: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
4.0_2 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 ) |
4.0_2 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 ) |
4.0_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.0_2 05 Nov 2019 22:16:15
  |
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
4.0_2 01 Feb 2014 16:31:46
  |
riggs  |
- Remove build dependency on imake
- Remove support for original Altenburger card set
(no valid license for these files anymore, author removed the download)
- Stagify
- Add LICENSE
- Overall port Makefile simplification
Approved by: mentor (thierry) |
4.0_2 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
4.0_2 28 Jun 2013 11:51:06
  |
bapt  |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
4.0_2 18 Mar 2013 21:56:30
  |
eadler  |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt) |
4.0_2 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
4.0_2 09 Jun 2009 15:33:28
 |
amdmi3  |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
4.0_1 07 Sep 2008 00:54:46
 |
linimon  |
Reset tg due to lack of commits for several months and no response to email.
Hat: portmgr |
4.0_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
4.0 22 Jan 2006 11:40:30
 |
edwin  |
SHA256ify (manually checked and updated)
Approved by: krion@ |
4.0 15 Jun 2004 11:59:27
 |
tg  |
Allow compilation with a much more beautiful card set. That,
however, is not freely distributable, so it's not the default.
PR: 67959
Submitted by: Jens Rehsack <rehsack@liwing.de> |
4.0 07 Jun 2004 11:48:23
 |
tg  |
Update description and home page.
Submitted by: naddy |
4.0 28 May 2004 07:55:26
 |
vs  |
Update to 4.0
PR: ports/67268
Submitted by: Florent Thoumie
Approved by: Aachen conspiracy (implicit) |
3.4 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
3.4 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
3.4 07 Mar 2003 06:03:01
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
14 Nov 2000 12:08:30
    |
tg  |
Fix manpage installation. I really should upgrade to XFree86-3.3.6. |
08 Nov 2000 13:09:23
    |
tg  |
Upgrade to 3.4. |
08 Oct 2000 03:48:59
    |
asami  |
Convert category games to new layout. |