# $FreeBSD$ # SUBDIR += accessibility SUBDIR += arabic SUBDIR += archivers SUBDIR += astro SUBDIR += audio SUBDIR += benchmarks SUBDIR += biology SUBDIR += cad SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases SUBDIR += deskutils SUBDIR += devel SUBDIR += dns SUBDIR += editors SUBDIR += emulators SUBDIR += finance SUBDIR += french SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += hebrew SUBDIR += hungarian SUBDIR += irc SUBDIR += japanese SUBDIR += java SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math SUBDIR += mbone SUBDIR += misc SUBDIR += multimedia SUBDIR += net SUBDIR += net-mgmt SUBDIR += news SUBDIR += palm SUBDIR += picobsd SUBDIR += polish SUBDIR += portuguese SUBDIR += print SUBDIR += russian SUBDIR += science SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc SUBDIR += ukrainian SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 SUBDIR += x11-clocks SUBDIR += x11-fm SUBDIR += x11-fonts SUBDIR += x11-servers SUBDIR += x11-themes SUBDIR += x11-toolkits SUBDIR += x11-wm PORTSTOP= yes .include index: @rm -f ${.CURDIR}/${INDEXFILE} @cd ${.CURDIR} && make ${.CURDIR}/${INDEXFILE} fetchindex: @cd ${.CURDIR} && fetch -am http://www.FreeBSD.org/ports/${INDEXFILE} && chmod a+r ${INDEXFILE} INDEX_JOBS?= 2 .if !defined(INDEX_VERBOSE) INDEX_ECHO_MSG= echo > /dev/null INDEX_ECHO_1ST= echo -n .else INDEX_ECHO_MSG= echo 1>&2 INDEX_ECHO_1ST= echo .endif ${.CURDIR}/${INDEXFILE}: @${INDEX_ECHO_1ST} "Generating ${INDEXFILE} - please wait.."; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ export LOCALBASE=/nonexistentlocal; \ export X11BASE=/nonexistentx; \ fi; \ tmpdir=`/usr/bin/mktemp -d -t index` || exit 1; \ trap "rm -rf $${tmpdir}; exit 1" 1 2 3 5 10 13 15; \ ( cd ${.CURDIR} && make -j${INDEX_JOBS} INDEX_TMPDIR=$${tmpdir} BUILDING_INDEX=1 \ ECHO_MSG="${INDEX_ECHO_MSG}" describe ) || \ (rm -rf $${tmpdir} ; \ if [ "${INDEX_QUIET}" = "" ]; then \ echo; \ echo "********************************************************************"; \ echo "Before reporting this error, verify that you are running a supported"; \ echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \ echo "have a complete and up-to-date ports collection. (INDEX builds are"; \ echo "not supported with partial or out-of-date ports collections -- in"; \ echo "particular, if you are using cvsup, you must cvsup the \"ports-all\""; \ echo "collection, and have no \"refuse\" files.) If that is the case, then"; \ echo "report the failure to ports@FreeBSD.org together with relevant"; \ echo "details of your ports configuration (including FreeBSD version,"; \ echo "your architecture, your environment, and your /etc/make.conf"; \ echo "settings, especially compiler flags and WITH/WITHOUT settings)."; \ echo; \ echo "Note: the latest pre-generated version of INDEX may be fetched"; \ echo "automatically with \"make fetchindex\"."; \ echo "********************************************************************"; \ echo; \ fi; \ exit 1); \ cat $${tmpdir}/${INDEXFILE}.desc.* | perl ${.CURDIR}/Tools/make_index | \ sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e 's./..g' | \ sort -t '|' +1 -2 | \ sed -e 's../.g' > ${.CURDIR}/${INDEXFILE}.tmp; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ sed -e "s,$${LOCALBASE},/usr/local," -e "s,$${X11BASE},/usr/X11R6," \ ${.CURDIR}/${INDEXFILE}.tmp > ${.CURDIR}/${INDEXFILE}; \ else \ mv ${.CURDIR}/${INDEXFILE}.tmp ${.CURDIR}/${INDEXFILE}; \ fi; \ rm -rf $${tmpdir}; \ echo " Done." print-index: ${.CURDIR}/${INDEXFILE} @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${.CURDIR}/${INDEXFILE} CVS?= cvs SUP?= cvsup .if defined(SUPHOST) SUPFLAGS+= -h ${SUPHOST} .endif update: .if defined(SUP_UPDATE) && defined(PORTSSUPFILE) @echo "--------------------------------------------------------------" @echo ">>> Running ${SUP}" @echo "--------------------------------------------------------------" @${SUP} ${SUPFLAGS} ${PORTSSUPFILE} .elif defined(CVS_UPDATE) @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" cd ${.CURDIR}; ${CVS} -R -q update -A -P -d .elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE) @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update." @exit 1 .else @${ECHO_MSG} "Error: Please define either SUP_UPDATE or CVS_UPDATE first." .endif -1.20 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.9.5pav2006-04-013-5/+51
* portlint:mezz2006-04-012-2/+0
* -Fix the fetch, it is redirect from icculus.org to offload1.icculus.org.mezz2006-04-012-581/+580
* - Fix one master site of minedanfe2006-03-312-4/+4
* This port does now not coredump anymore on -CURRENT.ehaupt2006-03-311-7/+1
* upgrade to 1.2.4ijliao2006-03-312-6/+5
* upgrade to 0.0.11ijliao2006-03-315-291/+28
* Update to KDE 3.5.2lofi2006-03-317-15/+13
* The distfile has disappeared from the master site; add it to my space.jylefort2006-03-301-2/+2
* fix the 'save' problemijliao2006-03-282-0/+12
* Update to version 0.4.7.danfe2006-03-272-4/+4
* - Update to 1.0.6pav2006-03-274-65/+34
* - Update to 3.8.2pav2006-03-262-5/+5
* Q2-Relay is multi-view demo recording facility for Quake II.danfe2006-03-244-0/+82
* Reset jedgar as maintainer; has not responded to email about status.linimon2006-03-243-4/+4
* Stop building unneeded file.danfe2006-03-221-1/+0
* - Remove trivial patches, use REINPLACE_CMD insteaddanfe2006-03-225-50/+12
* Further work on my beloved port:danfe2006-03-225-16/+35
* Adjust pkg-message to reflect the fact that devel/linux-js is nojylefort2006-03-221-1/+1
* Adopt the software for the time being until the website is back.edwin2006-03-212-2/+4
* fix mastersiteedwin2006-03-211-1/+1
* Add MASTER_SITE_XCONTRIB as sources for the distfile.tg2006-03-211-1/+3
* - Resort OPTIONS. Alphabetical order isn't really the best choice heredanfe2006-03-211-110/+126
* * Fix dependency to games/darkplacesvd2006-03-211-4/+4
* Add an addidional MASTER_SITEehaupt2006-03-211-1/+2
* Add hex-a-hop 1.0.0, a puzzle game based on hexagonal tiles.ehaupt2006-03-215-0/+60
* Add CleanQ3, yet another cleaned up copy of the original Quake III Arenadanfe2006-03-2011-0/+331
* - Fix the build on 4/i386 and perl-less systems [*]danfe2006-03-201-4/+4
* Set all OPTIONal theme as "on" to fix package creationgarga2006-03-201-18/+18
* Set all OPTIONal languages as "on" to fix package creationgarga2006-03-201-10/+10
* Remove expired leaf ports:vd2006-03-2015-317/+0
* - add USE_GNUSTEP_PREFIXdinoex2006-03-192-6/+2
* - Update to 0.7beta3pav2006-03-198-56/+902
* Reset maintainer at his request, as he only has FreeBSD on servers these days.linimon2006-03-192-2/+2
* REminiscence is a rewrite of the engine used in the game Flashbackpav2006-03-197-0/+111
* kiki the nano bot is a 3-D puzzle game, basically a mixture of thepav2006-03-196-0/+197
* Puyos are fancy smiling bubbles... But they can really be invadingpav2006-03-195-0/+128
* Update to 0.8.19 and make fetchable again.thierry2006-03-194-51/+6
* Update to 1.381arved2006-03-193-3/+8
* - Update to 0.13pav2006-03-183-387/+443
* Add LMPC, a tool to manipulate games demo recordings. Supported gamesdanfe2006-03-176-0/+8033
* - Update to 1.9.0pav2006-03-173-26/+353
* - Update to 1.8.0pav2006-03-176-74/+70
* * Integrate with quake-datavd2006-03-166-56/+202
* Add sudoku 1.0.1, console based sudoku games.ijliao2006-03-164-0/+66
* - Fix MASTER_SITESgarga2006-03-161-1/+1
* - Update to 0.4.2ahze2006-03-152-7/+5
* Add pysycache-themes 2.0, the pysycache themes support.garga2006-03-155-0/+713
* Add pysycache-lang 2.0, the pysycache lang support.garga2006-03-155-0/+1183
* Add pysycache 2.0, educational software made in python.garga2006-03-1512-0/+1185
* Update to 7.3.1.marcus2006-03-154-527/+1105
* Unbreak: perform extraction of sfbicon.ico in post-extracthq2006-03-141-3/+3
* - This is now fetchable again andehaupt2006-03-083-28/+28
* - This is now fetchable againehaupt2006-03-081-2/+1
* - UNBREAK: Make it fetchable againgarga2006-03-081-3/+2
* - UNBREAK: Make it fetchable againgarga2006-03-082-70/+70
* Now builds on amd64kris2006-03-082-8/+0
* Change BROKEN to IGNORE since this is a runtime problem.kris2006-03-081-1/+1
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-0739-24/+39
* BROKEN: Incomplete pkg-plistkris2006-03-071-0/+2
* BROKEN: Tries to use java before it's presentkris2006-03-071-0/+2
* Fix install by installing the port manuallyvd2006-03-062-1/+8
* - update to 1.62dinoex2006-03-054-17/+39
* Fix pkg-plisterwin2006-03-012-0/+2
* Fix extract problemehaupt2006-02-271-1/+1
* Try to clean up www/datakris2006-02-271-0/+1
* Obviously, an i386 binary is only going to run on i386 and amd64.jylefort2006-02-241-0/+1
* Conversion to a single libtool environment.ade2006-02-2375-87/+268
* Update MASTER_SITE and DISTFILES for games/noegnud-* in response to the changeehaupt2006-02-2312-62/+66
* Add sjeng 11.2, a chess engine supporting chess variations.ehaupt2006-02-234-0/+35
* - Do not remove %%DATADIR%% because it is the shared Q1 data directory andehaupt2006-02-231-1/+0
* - Update to 2006 (Gold Edition)tdb2006-02-232-36/+10
* - Add MASTER_SITE_SUBDIR to make fetchabletdb2006-02-221-0/+1
* - Remove deprecated USE_REINPLACEaz2006-02-222-2/+0
* add ggz-kde-clientijliao2006-02-226-0/+302
* add ggz-gtk-games 0.0.12ijliao2006-02-225-0/+173
* Host distfile locally since the previous master site is unresponsive.kris2006-02-221-1/+2
* Add timeseal.jylefort2006-02-215-0/+67
* Update search.cpan.org WWW: entries to have a trailing slash.fenner2006-02-211-1/+1
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-212-2/+2
* PANDA-gGo is a Go board, SGF editor, client for the Internet Go Serverhq2006-02-206-0/+66
* Remove deprecated USE_REINPLACEehaupt2006-02-193-3/+0
* Add missing USE_GETTEXT.clive2006-02-191-0/+1
* Track inplace distfile change [1]ehaupt2006-02-181-3/+3
* Upgrade to Alpha18 and update WWW.thierry2006-02-185-12/+68
* Adding port games/p5-Games-Tournament-RoundRobin, a pairing algorithm for Rou...aaron2006-02-185-0/+49
* Remove expired port games/civ2demovd2006-02-176-657/+0
* Remove expired port games/xshipwars-clientgarga2006-02-167-433/+0
* Remove expired port games/virtvd2006-02-155-101/+0
* Remove expired port games/xgolgogarga2006-02-155-66/+0
* Remove expired port games/hlserver-tscgarga2006-02-156-166/+0
* Star Fleet Battles Online (SFBOL) is developed in cooperation with Amarillohq2006-02-145-0/+82
* FTJava is a graphical play by email (PBEM) client for Ground Zero Games Fullhq2006-02-146-0/+1670
* A free program for creating and solving Su Doku puzzles.sem2006-02-135-0/+46
* Fix packing list.jylefort2006-02-131-1/+1
* Upgrade to 0.7.2b.tg2006-02-135-257/+52
* BROKEN: Touches filesystem before 'make install'kris2006-02-131-0/+2
* Update to 0.9.5.lawrance2006-02-123-18/+4
* Update to 0.4.1.lawrance2006-02-124-9/+27
* Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-121-1/+1
* - Add a desktop entryjylefort2006-02-114-18/+45
* [1]:jylefort2006-02-111-4/+20
* Mark it BROKEN on ${OSVERSION} >= 700000 because of a malloc abuse.ehaupt2006-02-101-2/+2
* Update to 1.07jylefort2006-02-103-5/+17
* Depessimize last commit, port only dumps core onehaupt2006-02-091-2/+2
* Mark it BROKEN on amd64, dumps core during runtime.ehaupt2006-02-091-1/+7
* - Add dependency to sdl_mixerbarner2006-02-091-1/+1
* - Update to 0.5.0pav2006-02-085-57/+42
* - Update to 0.1.11sem2006-02-072-9/+6
* Update to 0.4.5.osa2006-02-073-10/+12
* o Unbreak games/xracer by adding working MASTER_SITESsem2006-02-075-115/+101
* -Update to 2.12.3.mezz2006-02-078-16/+12
* - Update to 0.2barner2006-02-0612-152/+132
* - Update to 0.4barner2006-02-065-28/+75
* - Update to 0.1.1barner2006-02-063-9/+10
* Explain how to use joysticks.jylefort2006-02-052-0/+9
* - Update to 3.8.1garga2006-02-042-5/+5
* . Locally mirror the menucolor patch due to the patch site having gone onglewis2006-02-042-1/+2
* Primate Plunge is an arcade game, you have help poor Monkey navigate his waygarga2006-02-035-0/+213
* - Update to 1.19.1 [1]barner2006-02-022-6/+6
* - Update to 0.97.5barner2006-02-013-30/+4
* Update to KDE 3.5.1.lofi2006-02-016-10/+40
* SHA256ifyedwin2006-02-011-0/+1
* Trim some busted master sites and add one in.lawrance2006-01-311-6/+3
* Chase shlib bump of libexpat.kuriyama2006-01-312-2/+4
* Populate newly create net-p2p category with these ports:pav2006-01-311-1/+1
* SHA256ifyedwin2006-01-301-0/+10
* remove full path in distinfoedwin2006-01-301-1/+1
* remove SHA256 of kadu-0.4.2.tar.bz2edwin2006-01-301-1/+0
* SHA256ifyedwin2006-01-301-0/+4
* - Update to 0.97pav2006-01-294-46/+75
* Update to 8.32jylefort2006-01-292-5/+4
* Update to 1.38.linimon2006-01-294-39/+81
* Add a missing directorykris2006-01-292-0/+2
* - Optionalize gettext supportpav2006-01-292-5/+19
* Update to 2.0.7vsevolod2006-01-282-4/+4
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
* Update dependencies to moved portmnag2006-01-281-3/+3
* Add AEstats 5.39, an advanced HTML statistics generator for various games.danfe2006-01-276-0/+204
* Update to 0.9.49jylefort2006-01-274-5/+31
* Quench @dirrm warningkris2006-01-261-1/+1
* Quench warning at deinstallationkris2006-01-261-1/+1
* Add missing USE_GETTEXTkris2006-01-261-0/+1
* Add missing USE_GETTEXTkris2006-01-262-0/+2
* Add missing USE_GETTEXTkris2006-01-261-0/+1
* Add missing USE_ICONVkris2006-01-261-0/+1
* - Update to 2.0.2garga2006-01-267-130/+250
* Store distfile locally since build cluster sometimes timeouts whiledanfe2006-01-251-1/+2
* - Pass maintainership to submittergarga2006-01-252-2/+2
* - Update to 1.3.8pav2006-01-254-336/+43
* Attempt to fix the build on 4.X.danfe2006-01-241-0/+1
* Clone of the strategy board game 'Blokus'. Four players must placepav2006-01-245-0/+74
* Two player game in a 3D ellipsoid playground. Players are cars with apav2006-01-248-0/+160
* - Add additional MASTER_SITEtdb2006-01-241-1/+3
* Glaxium is an OpenGL-based space-ship "shoot-em-up" styled game.pav2006-01-247-0/+144
* Adding port games/libdungeonmaker, a C++ library that "grows" dungeons using ...aaron2006-01-236-0/+100
* Luola is a 2D arcade game where you fly a small V shaped ship inpav2006-01-235-0/+148
* SHA256ify (manually checked and updated)edwin2006-01-2210-2/+29
* SHA256ifyedwin2006-01-22270-0/+335
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2288-345/+345
* Remove the now superfluous USE_REINPLACE=yes.mux2006-01-222-2/+0
* Implement @dirrmtry for my ports.edwin2006-01-221-3/+3
* - Update to 1.0.4.2pav2006-01-216-21/+37
* Reset maintainer at his request.linimon2006-01-211-1/+1
* - Fix MASTER_SITESgarga2006-01-213-15/+14
* - Update to 3.1.2garga2006-01-213-9/+31
* Add a desktop entry.jylefort2006-01-201-0/+8
* BROKEN on sparc64: Does not compilekris2006-01-201-0/+4
* Save this mindless diversion from the scrapheap by mirroring it on freefall.linimon2006-01-201-4/+1
* BROKEN on 7.0: Does not compilekris2006-01-201-1/+7
* BROKEN on !i386: Does not compilekris2006-01-202-6/+6
* - new option GNUSTEP_PREFIXdinoex2006-01-192-2/+4
* Add pouetchess.jylefort2006-01-185-0/+98
* Update to 0.1.4jylefort2006-01-188-28/+58
* - Update MASTER_SITEStdb2006-01-171-4/+6
* - Update to 3.8pav2006-01-172-5/+5
* Add ONLY_FOR_ARCHS=i386 because of 32-bit/endianness assumptionskris2006-01-162-0/+4
* update to varconf 0.6.4oliver2006-01-161-2/+2
* - Move freeglut from x11-toolkits to graphics, where libglut already ispav2006-01-162-2/+2
* - No latest link, to prevent clash with games/onekopav2006-01-151-0/+2
* StroQ is an addictive puzzle game where you have to flip white andsem2006-01-155-0/+56
* - Remove expired portspav2006-01-155-85/+0
* Ceferino is a fun game similar to super pang developed using the SDL library.pav2006-01-155-0/+129
* BROKEN on !i386: Hard-codes i386-specific compiler flagskris2006-01-141-10/+2
* BROKEN on sparc64: Does not compilekris2006-01-141-0/+4
* Adding port games/libfov, a C library which implements a course-grained lightingaaron2006-01-146-0/+49
* - Update graphics/libglut to 6.4.1.sem2006-01-12