Port details |
- capicity Qt client for the Monopd server
- 1.0_3 games
=0 1.0_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- 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: 2013-09-15 01:53:10
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- License: GPLv2+
- WWW:
- http://linux-ecke.de/CapiCity/
- Description:
- Capi City is a client for the online server monopd.
You can play Monopoly like games with it online.
Integrated Capid to be able to start a server for LAN.
WWW: http://linux-ecke.de/CapiCity/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- capicity>0:games/capicity
- No installation instructions:
- This port has been deleted.
- PKGNAME: capicity
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (CapiCity_1.0.tar.gz) = b4efa91aa7476dd9769cea151239bfcd9afa35cb28afd574d9bb7fdfaba1a33b
SIZE (CapiCity_1.0.tar.gz) = 363899
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pthread-stubs.pc : devel/libpthread-stubs
- msgfmt : devel/gettext-tools
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xau.pc : x11/libXau
- xcb.pc : x11/libxcb
- xdmcp.pc : x11/libXdmcp
- xext.pc : x11/libXext
- xrender.pc : x11/libXrender
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- uic : devel/qt4-uic
- Runtime dependencies:
-
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xau.pc : x11/libXau
- xcb.pc : x11/libxcb
- xdmcp.pc : x11/libXdmcp
- xext.pc : x11/libXext
- xrender.pc : x11/libXrender
- libqsvgicon.so : graphics/qt4-iconengines
- libqtiff.so : graphics/qt4-imageformats
- Library dependencies:
-
- libpcre.so : devel/pcre
- libpng.so : graphics/png
- libfreetype.so : print/freetype2
- libexpat.so : textproc/expat2
- libfontconfig.so : x11-fonts/fontconfig
- libiconv.so : converters/libiconv
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libpango-1.0.so : x11-toolkits/pango
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- libQtNetwork.so : net/qt4-network
- libQtScript.so : devel/qt4-script
- libQtXml.so : textproc/qt4-xml
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for capicity-1.0_3:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- iconv qmake qt:4 gettext gnome
- 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.0_3 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
1.0_3 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
1.0_3 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.0_3 29 Mar 2017 06:50:28 |
ashish |
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
from LIB_DEPENDS, as port is now only .pc file
PR: 218015
Submitted by: rezny |
1.0_2 10 Jun 2016 09:03:54 |
amdmi3 |
- Switch to options helpers |
1.0_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0_2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.0_2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.0_1 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
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.0_1 10 Oct 2014 14:00:38 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist |
1.0_1 02 May 2014 15:44:31 |
nemysis |
Moving some games to @games
games/3dpong
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
games/abe
- Transfer maintainership to games@ team
- Cosmetical changes
games/abuse_sdl
(Only the first 15 lines of the commit message are shown above ) |
1.0_1 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.0 11 Jan 2014 13:32:35 |
nemysis |
- Change Desktop entry file
- Support STAGEDIR |
1.0 22 Nov 2013 18:48:31 |
makc |
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval) |
1.0 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.0 15 Sep 2013 01:52:54 |
nemysis |
Capi City is a client for the online server monopd.
You can play Monopoly like games with it online.
Integrated Capid to be able to start a server for LAN.
WWW: http://linux-ecke.de/CapiCity/
CapiCity v1.0 is the stable successor of Capitalism (games/capitalism).
Approved by: wg/pawel (mentors) |