Port details |
- divide-and-succeed Divide polygons into the rigth number of equal parts
- 0.9.4_1 games
=2 0.9.4_1Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2017-02-22 16:50:52
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- http://projects.haxx.es/p/divide-and-succeed/
- Description:
- Divide and succeed is a slicing cake game :-D
You have to cut a Polygon in a specific number of equal parts using
a specific number of lines.
Levels consists of a list of Polygons, a number of parts and a
number of slices. Maximum width allowed for a level is 600, Maximum
height is 400. There is no level editor at the moment, so it's
text-editor style.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- divide-and-succeed>0:games/divide-and-succeed
- To install the port:
- cd /usr/ports/games/divide-and-succeed/ && make install clean
- To add the package, run one of these commands:
- pkg install games/divide-and-succeed
- pkg install divide-and-succeed
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: divide-and-succeed
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1487771171
SHA256 (divide-and-succeed-0.9.4.tar.gz) = 07fdf6bf5552b6a87f600674ae57e9d6b5af5fb8ab0b4db0da46ba0c35ec7327
SIZE (divide-and-succeed-0.9.4.tar.gz) = 75261
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- sdl-config : devel/sdl12
- Library dependencies:
-
- libSDL.so : devel/sdl12
- libSDL_ttf.so : graphics/sdl_ttf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_divide-and-succeed
- USES:
- cmake:insource compiler:c++11-lang gnome sdl
- 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.9.4_1 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.9.4_1 10 Oct 2021 19:44:42
    |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.9.4_1 07 Apr 2021 23:19:01
    |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
0.9.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.4_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.9.4 30 Apr 2019 16:25:11
  |
amdmi3  |
- Add USES=compiler:c++11-lang to fix build on GCC architectures
- Add USES=gnome,sdl
PR: 237382
Submitted by: pkubaj@FreeBSD.org |
0.9.4 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.9.4 22 May 2017 13:17:39
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
0.9.4 22 Feb 2017 16:50:42
  |
amdmi3  |
Divide and succeed is a slicing cake game :-D
You have to cut a Polygon in a specific number of equal parts using
a specific number of lines.
Levels consists of a list of Polygons, a number of parts and a
number of slices. Maximum width allowed for a level is 600, Maximum
height is 400. There is no level editor at the moment, so it's
text-editor style.
WWW: http://projects.haxx.es/p/divide-and-succeed/ |