Port details |
- quadra Tetris like game with multiplayer support
- 1.3.0_7 games =2 1.3.0_6Version of this port present on the latest quarterly branch.
- Maintainer: kbrandt@sdf-eu.org
- Port Added: 2012-02-22 12:57:40
- Last Update: 2024-10-28 12:42:06
- Commit Hash: f7b1e63
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://code.google.com/p/quadra/
- Description:
- A tetris like game with single player and multiplayer capabilities
(Internet or LAN).
- ¦ ¦ ¦ ¦
- 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/quadra/ && make install clean
- To add the package, run one of these commands:
- pkg install games/quadra
- pkg install quadra
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: quadra
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (quadra-1.3.0.tar.bz2) = cae617c09c20105181c3849a09b2805c5535bb96f49f27eb2552315e7652332f
SIZE (quadra-1.3.0.tar.bz2) = 4616419
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.4.1 : devel/gmake
- sdl-config : devel/sdl12
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- x11.pc : x11/libX11
- xau.pc : x11/libXau
- xdmcp.pc : x11/libXdmcp
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xau.pc : x11/libXau
- xdmcp.pc : x11/libXdmcp
- Library dependencies:
-
- libpng.so : graphics/png
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_quadra
- USES:
- autoreconf gmake localbase sdl tar:bzip2 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.3.0_7 28 Oct 2024 12:42:06 |
Robert Clausecker (fuz) |
games/quadra: fix build on 15-CURRENT
Link with -lutil to get ftime() which was moved there with recently.
This is harmless on older FreeBSD.
While we are at it, define LICENSE.
Approved by: portmgr (build fix blanket, infrastructure blanket)
MFH: 2024Q4 |
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.0_6 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.0_6 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.3.0_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0_6 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.3.0_6 07 Jul 2018 17:34:35 |
tobik |
games/quadra: Fix build with Clang 6
source/update.cpp:83:20: error: invalid suffix on literal; C++11 requires a
space between literal and identifier [-Wreserved-user-defined-literal]
buf.append("GET "UPDATE_PATH" HTTP/1.0\r\n");
^
source/update.cpp:84:22: error: invalid suffix on literal; C++11 requires a
space between literal and identifier [-Wreserved-user-defined-literal]
buf.append("Host: "UPDATE_HOST"\r\n");
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473592_s335809/logs/quadra-1.3.0_6.log |
1.3.0_6 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.3.0_6 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.3.0_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.3.0_6 09 Jan 2016 19:07:20 |
pawel |
- Convert to USES=autoreconf localbase
- Remove deprecated PLIST_DIRSTRY
Approved by: portmgr blanket |
1.3.0_6 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.3.0_5 24 Dec 2014 13:59:05 |
antoine |
Properly support png 1.5 |
1.3.0_5 22 Dec 2014 21:38:24 |
bapt |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
1.3.0_5 20 Dec 2014 18:37:12 |
bapt |
Cleanup plist |
1.3.0_5 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.3.0_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.3.0_3 15 Jun 2014 16:06:35 |
vanilla |
Stagify.
Approved by: portmgr@ |
1.3.0_3 29 May 2014 14:35:01 |
miwi |
- Convert gmake, bzip to USES
Approved by: portmgr |
1.3.0_3 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.3.0_2 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.3.0_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3.0_2 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.3.0_1 22 Jan 2013 23:13:41 |
makc |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days) |
1.3.0_1 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.3.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.0 22 Feb 2012 12:57:04 |
makc |
Add new port games/quadra:
A tetris like game with single player and multiplayer capabilities
(Internet or LAN).
WWW: http://code.google.com/p/quadra/
PR: ports/163616
Submitted by: Karsten Brandt <spam_schlucker at web.de> |