aboutsummaryrefslogtreecommitdiff
path: root/games/mindfocus
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-1/+6
| | | | | | | | | Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=516845
* - Simplify installationDmitry Marakasov2014-10-312-21/+3
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=371921
* Rename all 10,000 games/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-285-56/+52
| | | | Notes: svn path=/head/; revision=363239
* Stagify.Vanilla I. Shu2014-06-071-10/+10
| | | | Notes: svn path=/head/; revision=356917
* Multiple ports: reset maintainersEitan Adler2014-05-261-1/+1
| | | | | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355274
* Remove trailing whitespaces from category gamesEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345410
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Convert to USES=imakeBaptiste Daroussin2013-06-281-7/+5
| | | | | | | | | | | While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng Notes: svn path=/head/; revision=321991
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* - use DOCSDIR and EXAMPLESDIRIon-Mihai Tetcu2008-11-172-65/+67
| | | | | | | | | | | - fix plist for -DNOPORTDOCS - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run Notes: svn path=/head/; revision=222979
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Update MASTER_SITES/WWW:.Pete Fritchman2001-09-082-2/+2
| | | | | | | | PR: 30426 Submitted by: matinainer Notes: svn path=/head/; revision=47512
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.FUJISHIMA Satsuki2000-12-302-1/+11
| | | | | | | | | PR: 23693 Submitted by: myself Non-responce from: maintainer Notes: svn path=/head/; revision=36475
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Upgrade to v0.88.SADA Kenji2000-06-204-7/+6
| | | | | | | | PR: 19399 Submitted by: Maintainer Notes: svn path=/head/; revision=29728
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* PR: ports/10431Seiichirou Hiraoka1999-03-077-0/+147
Submitted by: ixtl@utmc.or.jp Lovely characters stay on top of active window. Notes: svn path=/head/; revision=17026