Port details |
- xkoules Fast action arcade-style game for X Window
- 1.4_5 games
=3 1.4_5Version 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-12-27 10:37:19
- Commit Hash: 6a6566e
- People watching this port, also watch:: madbomber, autoconf, libexif, fluxbox
- License: GPLv2
- WWW:
- https://www.ucw.cz/~hubicka/koules/English/koules.html
- Description:
- Koules is a fast action arcade-style game for X. This version
works in fine (up to 900x620) resolution with cool 256 color
graphics, multiplayer mode up to 5 players, full sound and, of
course, network support. Koules is an original idea. First
version of Koules was developed from scratch by Jan Hubicka in
July 1995.
¦ ¦ ¦ ¦ 
- 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/xkoules/ && make install clean
- To add the package, run one of these commands:
- pkg install games/xkoules
- pkg install xkoules
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xkoules
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (koules1.4-src.tar.gz) = c36f93feafeebd59983bf44100240e67a84a8bacabd7ee528c93046defe4a21b
SIZE (koules1.4-src.tar.gz) = 315386
SHA256 (koules.png) = 35c61af80b724f6c0c5e67808813faae6396cce8af74055518c9aa649b967947
SIZE (koules.png) = 626
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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xkoules-1.4_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_xkoules
- USES:
- imake 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 |
1.4_5 27 Dec 2024 10:37:19
    |
Muhammad Moinur Rahman (bofh)  |
games/xkoules: Refactor
- Remove GENTOO MASTER_SITES as it no longer provides flat layout
- Pet portclippy
- Use OPTIONSNG for post-install target |
1.4_5 04 Feb 2024 19:13:55
    |
Gleb Popov (arrowd)  |
*: Move manpages to share/man for imake ports.
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) |
1.4_4 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.4_4 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 ) |
1.4_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4_4 01 Feb 2021 17:44:57
  |
fernape  |
games/xkoules: Unbreak build with -fno-common
PR: 253128
Submitted by: m.ne@gmx.net |
1.4_4 27 Jan 2021 15:43:11
  |
antoine  |
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: controls
>>> defined at koules.c
>>> koules.o:(controls)
>>> defined at server.c
>>> server.o:(.bss+0xC1BB0)
Reported by: pkg-fallout
MFH: 2021Q1 |
1.4_4 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. |
1.4_4 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
31 Oct 2014 16:11:34

|
amdmi3  |
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino |
1.4_4 10 Oct 2014 14:00:27
  |
amdmi3  |
- Add LICENSE_FILE
- Drop @dirrm* from plist |
1.4_4 01 Apr 2014 21:53:14
  |
nemysis  |
- Transfer maintainership to newly established games@ team |
1.4_4 30 Mar 2014 01:16:49
  |
nemysis  |
- Bump PORTREVISION
- Change master sites, add icon
- Remove DEPRECATED, EXPIRATION_DATE
- Add license (GPLv2)
- Support STAGEDIR
- Add Desktop entry file
- Change DOCS, remove BUGS, Card and TODO
- Recreate patches with make makepatch, add patch, fix bad C code
- Change pkg-descr, add WWW
- Change pkg-plist, remove DOCS |
1.4_3 08 Mar 2014 22:26:22
  |
antoine  |
Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained
since more than 12 years) |
1.4_3 21 Feb 2014 13:36:57
  |
ehaupt  |
Remove trailing whitespaces from category games |
1.4_3 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.4_3 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.4_3 28 Jun 2013 21:48:59
  |
bapt  |
Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng |
1.4_3 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
1.4_3 22 Nov 2009 19:49:43
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.4_3 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) |
1.4_2 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}. |
1.4_1 24 Nov 2005 19:28:01
 |
pav  |
- Add SHA256 |
1.4_1 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.4_1 25 Oct 2003 15:13:35
 |
krion  |
- Fix build on -current
- Use DOCSDIR
PR: 58521
Submitted by: Ports Fury |
1.4 25 Oct 2003 09:36:11
 |
linimon  |
Mark as broken on 5.x due to the gcc3.3 upgrade. |
1.4 20 Feb 2003 17:32:26
 |
knu  |
De-pkg-comment. |
1.4 08 Sep 2002 08:59:58
 |
kris  |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h) |
1.4 16 Mar 2002 06:46:39
 |
pat  |
Fix MASTER_SITES and remove WWW: line
PR: 35959
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
24 Dec 2001 02:17:17
    |
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
21 Oct 2000 14:01:44
    |
kevlo  |
Fix Imakefile breakage under XFree86 3.x |
14 Oct 2000 20:48:02
    |
ade  |
Fix Imakefile breakage under XFree86 4.x Merge plists |
08 Oct 2000 03:48:59
    |
asami  |
Convert category games to new layout. |
08 Oct 2000 02:59:49
    |
asami  |
Rename PLIST.alpha to pkg-plist.alpha. |
22 Jun 2000 11:05:54
    |
sobomax  |
- Fix new compiler error - Exclude GPL doc from package |