aboutsummaryrefslogtreecommitdiff
path: root/games/xscrabble
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Add LICENSEDmitry Marakasov2014-11-012-1/+3
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=371995
* - drop maintainershipDirk Meyer2014-05-111-1/+1
| | | | Notes: svn path=/head/; revision=353659
* - new USES=Dirk Meyer2014-03-301-2/+1
| | | | Notes: svn path=/head/; revision=349670
* - use STAGEDIRDirk Meyer2013-11-261-9/+7
| | | | Notes: svn path=/head/; revision=334918
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* 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
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* - cleanup headerDirk Meyer2013-01-261-5/+1
| | | | Notes: svn path=/head/; revision=311027
* Ressurrect the game, fetch, build and runs.Dirk Meyer2011-11-204-0/+78
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286123
* 2011-09-01 korean/hlatexfonts-ocf: No more public distfilesBaptiste Daroussin2011-09-074-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-09-01 korean/pgp.language: No more public distfiles 2011-09-01 games/xgammon: No more public distfiles 2011-09-01 korean/hanIM: No more public distfiles 2011-09-01 misc/gplbp: No more public distfiles 2011-09-01 net/vyqchat: No more public distfiles 2011-09-01 news/xmitbin: No more public distfiles 2011-09-01 games/tvp: No more public distfiles 2011-09-01 games/glasteroids: No more public distfiles 2011-09-01 games/xscrabble: No more public distfiles 2011-09-01 games/xbat: No more public distfiles 2011-09-01 korean/hanmiscutils: No more public distfiles 2011-09-01 net-p2p/hagelslag: No more public distfiles 2011-09-01 games/cgoban2: No more public distfiles 2011-09-01 games/krosswordplayer: No more public distfiles 2011-09-01 korean/helvis: No more public distfiles 2011-09-01 print/mgv: No more public distfiles 2011-09-01 japanese/linux-JM: No more public distfiles 2011-09-01 games/xlines: No more public distfiles 2011-09-01 games/xgame: No more public distfiles 2011-09-01 net/ttt: No more public distfiles 2011-09-01 games/merlin: No more public distfiles 2011-09-01 games/xshisen: No more public distfiles 2011-09-01 games/slige: No more public distfiles 2011-09-01 games/wmtimebomb: No more public distfiles 2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles Notes: svn path=/head/; revision=281375
* Deprecate some ports where I can't find distfiles and upstreamBaptiste Daroussin2011-08-021-0/+3
| | | | Notes: svn path=/head/; revision=278804
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276993
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).Florent Thoumie2008-07-221-1/+1
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=217316
* - 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
* games/xscrabble: update to 2.12Edwin Groothuis2007-09-253-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Update to xscrabble 2.12 2. Fix typo in pkg-descr and trim trailing blanks "You might be able to improve upon this" This port does something I don't like: it installs an empty, unwritable scrabble_scores file in a directory whose contents shouldn't be modified. Players then need to override the app-defaults by placing a XScrabble.scorefile: /path/to/scrabble_scores line in $HOME/.Xdefaults (or $HOME/.Xresources, whatever). Wouldn't it make more sense to create a new, empty, writable score file under /var/games (if it doesn't exist) upon package installation; make the app-defaults file reference that; on deinstall, remove /var/games/scrabble_scores if it is empty or print a message indicating this file needs to be deleted manually in order to remove all traces? PR: ports/111839 Submitted by: "Eric P. Scott" <eps+pbug0704@ana.com> Notes: svn path=/head/; revision=200094
* - 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
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - Add SHA256Pav Lucistnik2005-11-241-0/+2
| | | | Notes: svn path=/head/; revision=149325
* SIZEify.Trevor Johnson2004-01-291-0/+2
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 2.10Kirill Ponomarev2003-08-268-83/+34
| | | | | | | | PR: 56005 Submitted by: Ports Fury Notes: svn path=/head/; revision=87746
* fix MASTER_SITESOliver Lehmann2003-07-221-1/+1
| | | | Notes: svn path=/head/; revision=85360
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75954
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-301-1/+2
| | | | | | | | PR: 40012 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62204
* Checksum changed.Thomas Gellekum2001-09-181-1/+1
| | | | Notes: svn path=/head/; revision=47952
* (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
* In accordance with the New World Order, move the distfiles thatMatthew Hunt2000-06-141-1/+2
| | | | | | | I host from people.FreeBSD.org to MASTER_SITE_LOCAL. Notes: svn path=/head/; revision=29588
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* - Add primary site to MASTER_SITESSteve Price2000-01-244-17/+23
| | | | | | | | | | | | - Support CFLAGS properly - /usr/bin/perl -> PERL - Add WWW: line into pkg/DESCR PR: 16279 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=25016
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Host non-screwed-up distfile myself and remove BROKEN.Matthew Hunt1999-07-051-4/+2
| | | | | | | Inspired by: Stan Brown <stanb@awod.com> Notes: svn path=/head/; revision=20083
* Mark as broken: /usr/bin/tar: Unexpected EOF on archive fileMichael Haro1999-04-181-1/+3
| | | | | | | Obtained from: bento.freebsd.org Notes: svn path=/head/; revision=17983
* Ok, so the distfile was bad. Now that I look at the log carefully, it'sSatoshi Asami1999-02-131-1/+1
| | | | | | | | | supposed to be 496807 bytes but only 495412 bytes are arriving. Revert the checksum. Maybe this port is cursed. Notes: svn path=/head/; revision=16711
* Looks like a cut & paste error. I also updated the checksum to something weSatoshi Asami1999-02-131-1/+1
| | | | | | | can get to. Notes: svn path=/head/; revision=16709
* Correct md5 check sumSeiichirou Hiraoka1999-02-121-1/+1
| | | | Notes: svn path=/head/; revision=16667
* Escape the '@' character so that perl in -current doesn't choke.Steve Price1998-09-281-3/+3
| | | | Notes: svn path=/head/; revision=13502
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Import xscrabble port.Thomas Gellekum1997-08-049-0/+118
Notes: svn path=/head/; revision=7470