aboutsummaryrefslogtreecommitdiff
path: root/games/braincurses
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Fix build on 9.x by requiring c++ standard which is actually usedDmitry Marakasov2016-10-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=424289
* - require compiler:c11Michael Landin2016-09-081-1/+1
| | | | Notes: svn path=/head/; revision=421543
* - Fix build error on 9xMichael Landin2016-09-061-6/+8
| | | | | | | Reported by: pkg-fallout@ Notes: svn path=/head/; revision=421438
* - update to -> 1.1.0Michael Landin2016-09-022-11/+11
| | | | Notes: svn path=/head/; revision=421259
* Github cleanup.Mathieu Arnold2016-06-012-3/+4
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* games/braincurses: document ncurses requirement (USES+=ncurses)John Marino2016-01-311-0/+2
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407600
* - update to 1.0.0Michael Landin2015-06-213-10/+14
| | | | | | | | - project moved to github Notes: svn path=/head/; revision=390242
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380305
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-151-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377091
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Support stagingEmanuel Haupt2014-03-271-7/+5
| | | | Notes: svn path=/head/; revision=349331
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-5/+2
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* o Change MASTER_SITES as the port was unfetchableMichael Landin2005-02-141-1/+1
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=128774
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104421
* o Update to > 0.5aMichael Landin2003-11-193-4/+4
| | | | | | | | - code improvement o Use %%DOCSDIR%% Notes: svn path=/head/; revision=94368
* Change maintainer email to my @FreeBSD.org addressMichael Landin2003-05-072-2/+2
| | | | | | | Approved by: roberto(mentor) Notes: svn path=/head/; revision=80360
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* New port: games/braincursesEdwin Groothuis2003-01-175-0/+45
BrainCurses is a clone of the Mastermind game implemented in ncurses. PR: ports/47097 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> Notes: svn path=/head/; revision=73347