Port details |
- 0verkill Bloody 2D action deathmatch-like game in ASCII art
- 0.16_2 games =8 0.16_2Version 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: 2001-05-06 01:56:08
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: freetype2, expat, libxml2, pcre, m4
- License: GPLv2
- WWW:
- http://artax.karlin.mff.cuni.cz/~brain/0verkill/
- Description:
- Throw away Doom, Quake and Duke Nukem - 0verkill comes. Now you don't even need
graphic mode if you wanna take on your friends in a bloody deathmatch.
Finally you can taste elaborate shoot-em-up action in 16 glorious colors on
your plain old text terminal. You never thought that ASCII letters are capable
of network-game action in such a massive manner.
No one ever connected gushing blood with those innocent ASCII letters that were
so utterly boring until recently, when 0verkill was released.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 0verkill>0:games/0verkill
- To install the port:
- cd /usr/ports/games/0verkill/ && make install clean
- To add the package, run one of these commands:
- pkg install games/0verkill
- pkg install 0verkill
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: 0verkill
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (0verkill-0.16.tgz) = 8091261c3fef3535edb97ab46cb48c067befb329e951bfa3f1b54ae6b7e1dadf
SIZE (0verkill-0.16.tgz) = 276579
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:
-
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- xpm.pc : x11/libXpm
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for 0verkill-0.16_2:
DOCS=on: Build and/or install documentation
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- games_0verkill
- USES:
- cpe 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 |
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.16_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 ) |
0.16_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 ) |
0.16_2 02 May 2022 11:06:43 |
Rene Ladan (rene) |
grimreaper: return mich's ports to the pool after safekeeping his ports bit. |
0.16_2 29 Aug 2021 19:38:46 |
Bernhard Froehlich (decke) |
games/0verkill: Add CPE information
Approved by: portmgr (blanket) |
0.16_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.16_2 27 Aug 2020 16:28:23 |
tcberner |
games/0verkill: fix build on recent current |
0.16_2 27 May 2020 13:43:31 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
0.16_2 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
0.16_2 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
0.16_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.16_2 15 Jan 2015 11:41:54 |
amdmi3 |
- Add LICENSE_FILE
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.16_2 10 Feb 2014 11:14:37 |
mich |
- Portlint reported some issues related to new options framework and direct use
of reserved variables.
PR: ports/185754
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |
0.16_2 23 Dec 2013 16:32:06 |
mich |
1. Merge fixes for long known bugs from hackndev[1] version
3507529 64bit fix ... now works on amd64 as well ;-)
95d2af2 Replaced all those insecure sprintf's with snprintf's (partial)
33a1a8d Fix sigsegv on hero reaching topmost or leftmost border of the game area
436bbfc Push back network stack underflow bugfix
160e4d6 Prevent buffer overflow
ee911ba make the server invulnerable to long names
2. Add patch from gentoo linux[2] to use unmodified game data.
3. Support staging
4. Use options framework
[1] https://github.com/hackndev/0verkill
[2]
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/games-action/0verkill/files/0verkill-0.16-gentoo-paths.patch?revision=1.1&view=markup
PR: ports/184252
Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru> |
0.16_1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.16_1 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
0.16_1 14 Dec 2011 21:29:16 |
crees |
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks] |
0.16_1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.16_1 24 Mar 2008 17:02:27 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.16_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}. |
0.16 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
0.16 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
0.16 18 Mar 2004 09:56:10 |
mich |
- SIZEify.
Submitted by: trevor |
0.16 13 May 2003 15:09:22 |
mich |
Fix seg fault for 0verkill-server.
Approved by: roberto(mentor) |
0.16 07 May 2003 11:37:57 |
mich |
Change maintainer email to my @FreeBSD.org address
Approved by: roberto(mentor) |
0.16 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
0.16 15 Dec 2002 04:15:05 |
pat |
Fix patching and give maintainership to submitter.
PR: ports/46190
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> |
0.16 28 Aug 2002 03:25:29 |
kevlo |
Update to version 0.16
PR: 42035
Submitted by: Ports Fury |
12 Aug 2001 05:07:59 |
kris |
When I committed this port originally I forgot to reset the maintainer of the
NetBSD package to ports@FreeBSD.org |
06 May 2001 05:56:08 |
kris |
0verkill is a side-scrolling "third person shooter" network deathmatch game in
glorious 16-colour ASCII art. |