/textproc/p5-Plucene/

>
aboutsummaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.79decke2010-09-292-5/+4
| | | | | | PR: ports/151039 Submitted by: Girish <girish dot rao dot dev at gmail dot com> (maintainer) Approved by: beat (co-mentor, implicit)
* - Update to 7.6.6decke2010-09-292-4/+4
| | | | | | PR: ports/151029 Submitted by: gjb (maintainer) Approved by: beat (co-mentor, implicit)
* Update client to v1.69 which is the final release from BioWare.scf2010-09-286-46/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove ARCH requirement for i386; let the install of the Linux base determine if the port is allowed or not. Detect if the original or Diamond game files were installed in games/nwndata to install the appropriate client. Add an option to install the NWMovies/BinkPlayer patch to play in-game movies for the Diamond client. This includes a rewritten script (from Perl to shell) to remove the need for Linux Perl to run it. The script includes a method to skip movies, especially the intro movies, as noted in pkg-message. Default to off. In the nwn script, remove dead links in and rebuild ${HOME}/.nwn. This allows moving between the original and Diamond editions without confusing (resulting in segmentation faults) the client. Set SDL_AUDIODRIVER to dsp by default to remove warnings from SDL concerning audio setup. Disallow core files as these are commonly seen when the game exits. Fortunately, the segmentation fault does not affect play nor the configuration files. Approved by: wxs
* Install from the data files directly from the Diamond DVD, if provided viascf2010-09-282-25/+193
| | | | | | | | | | | | | | CDROM_MOUNT variable. A Diamond install includes the Shadows of Undrentide, Hordes of the Underdark and Kingmaker expansions. The port version is 1.61 when using the Diamond DVD. Remove ARCH requirement, which had been for only i386; let the install of the Linux base determine if the port is allowed or not. Besides, there is nothing runnable in this port. Take maintainership. Approved by: wxs
* Update MAINTAINER address for my portsmartymac2010-09-2716-16/+16
| | | | Approved by: ehaupt (mentor)
* Update to 1.8.5.philip2010-09-274-17/+36
| | | | | | | | | o Update o Sync with -devel port o Remove expr(1) patch, applied upstream PR: ports/150967 Submitted by: Anonymous <swell.k -at- gmail.com>
* Mark BROKEN on HEAD: does not build.erwin2010-09-271-1/+7
|
* Daimonin is a free open source Massively Multiplayer On-line Role-playing Gamepav2010-09-273-0/+114
| | | | | | | | | | | | (MMORPG) under the GPL license. Daimonin was created in the year 2002 by using the Crossfire project source as a base. The original idea was to create a isometric branch of Crossfire but soon Daimonin appeared as its own project. In the years Daimonin has become a very unique game and one of the very few open source MMORPGs which are fully playable and still growing. WWW: http://www.daimonin.org/ Submitted by: J. R. Olroyd <jr@opal.com>
* - Update daimonin to 0.10.5pav2010-09-2723-1188/+1603
| | | | | | | - Split music download to separate port - Give maintainership to submitter Submitted by: J. R. Olroyd <jr@opal.com>
* Update MASTER_SITESehaupt2010-09-271-1/+0
|
* Fix buildmakc2010-09-261-15/+3
| | | | Reported by: pointyhat
* Reset PORTREVISIONmakc2010-09-261-1/+2
|
* Update to 1.0.1makc2010-09-264-6/+93
| | | | | PR: ports/150788 Submitted by: Denis Shaposhnikov <dsh at bamus.cz>
* Update to 1.1.0makc2010-09-252-4/+4
| | | | | PR: ports/150869 Submitted by: Jesse Smith (maintainer)
* Drop maintainershipaz2010-09-243-3/+3
|
* - Update to 0.16.1decke2010-09-242-5/+5
| | | | | | | | - Add missing USE_GETTEXT PR: ports/150880 Submitted by: UMENO Takashi <umeno at rr dot iij4u dot or dot jp> (maintainer) Approved by: beat (co-mentor, implicit)
* Migrate from devel/automake15 to devel/automake19ade2010-09-242-2/+2
|
* - Update to 1.0.15miwi2010-09-243-6/+6
| | | | | | | - Pass maintainership to submitter PR: 150893 Submitted by: Davide Italiano <davide.italiano@gmail.com>
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - Try to fix build on 6.x (untested)pav2010-09-231-1/+7
| | | | Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
* - Add missing dripgollucci2010-09-231-2/+4
| | | | | | PR: ports/149873 Submitted by: David Demelier <demelier.David@gmail.com> Approved by: maintainer timeout (benlutz@datacomm.ch ; 25 days)
* - Update to 0.3.1amdmi32010-09-233-5/+10
|
* - Update to 0.101amdmi32010-09-233-9/+17
|
* - Update to 0.82.5.1amdmi32010-09-2310-34/+147
| | | | - Add patch to remove unit pieces that don't render correctly
* - Update maintainer email address flo@kasimir.com -> flo@smeets.impgollucci2010-09-234-4/+4
| | | | | PR: ports/150855 Submitted by: maintainer
* - Update to version 1.0.3danfe2010-09-222-9/+10
| | | | | | | | | - Prevent ld(1) from picking up wrong -lstdc++ when using non-default compiler (e.g. GCC from ports) and thus unbreak the build [1] - Mute chmod(1) command - Adjust Makefile header and touch couple of comments while here PR: ports/150442 [1]
* Fix build - remove duplicate patches. No idea how they got there.philip2010-09-222-30/+0
| | | | Pointy hat to: philip
* - Disallow from pointyhat: needs interactive license confirmationpav2010-09-221-0/+1
|
* Update to 1.9.1philip2010-09-194-9/+67
| | | | | | | | | | - update - use AM_SILENT_RULES from automake111, makes it easier to notice warnings - installing into WRKDIR breaks `clean' since it's running without SU_CMD - remove superfluous WANT_GNOME PR: ports/150650 Submitted by: Anonymous <swell.k -at- gmail.com>
* Update to 2.4.0.0makc2010-09-183-61/+73
| | | | | PR: ports/150675 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 1.3.5makc2010-09-182-10/+9
| | | | | PR: ports/150674 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 1.2.2makc2010-09-184-10/+10
| | | | | PR: ports/150670 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 0.4.3makc2010-09-184-44/+12
| | | | | PR: ports/150661 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update FreeCiv to 2.2.3johans2010-09-182-5/+4
|
* - Update to 0.6.2pav2010-09-1812-1050/+1291
| | | | | PR: ports/150319 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-1623-72/+75
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Update 1.7.2.1jacula2010-09-153-11/+18
| | | | | | | | - Add license PR: ports/149398 Submitted by: Glen Barber <glen.j.barber@gmail.com> (maintainer) Approved by: pgj (mentor)
* Connect openprefmakc2010-09-151-0/+1
|
* Add new port games/openpref:makc2010-09-154-0/+47
| | | | | | | | | | | | OpenPref is an open source implementation of European trick-taking game Preferans (also known as Preference). It is written using cross-platform Qt4 framework and is portable between many operating systems including Windows and major Unix flavours. WWW: http://openpref.sourceforge.net PR: based on ports/150509 Submitted by: Konstantin Tokarev <annulen at yandex.ru>
* - Readd caph and steelstormamdmi32010-09-131-0/+2
|
* - Update to 0.3bavl2010-09-132-6/+6
|
* - port caph doesn't existpgollucci2010-09-131-1/+0
|
* - port stelstorm doesn't existpgollucci2010-09-131-1/+0
|
* It is a sandbox game, based on physics. The game aim is to makeamdmi32010-09-135-0/+102
| | | | | | | | contact red object with green object. You can use various objects, solid, wire (rope), and bendable objects. Gravitation will help you. WWW: http://caphgame.sourceforge.net/
* - Update to 1591amdmi32010-09-132-5/+5
| | | | - Disable distfile and package mirroring, to comply with the license (not sure that's really needed, but just to be on a safe side)
* - Fix packing list with non-default PREFIXsahil2010-09-121-0/+1
| | | | | | PR: ports/139587 Submitted by: myself (sahil@) Approved by: maintainer timeout
* - Add mirroramdmi32010-09-111-1/+2
|
* Steel Storm is an old school top down arcade shooter with scoreamdmi32010-09-115-0/+115
| | | | | | | | | | | | | | oriented competitive gameplay, and is designed for people who like fast paced action and have limited amounts of time to play computer games. The events take place in an alternative universe where you control an advanced hovertank, packed with the most advanced and sophisticated weapons. Your task is simple, but, nevertheless, is not trivial. In the fight with presumed extraterrestrial invaders, you must prevail! WWW: http://www.steel-storm.com
* - Make it usable on 64-bit archjacula2010-09-112-10/+65
| | | | | | PR: ports/149394 Submitted by: Gennady Proskurin <gpr@mail.ru> Approved by: Jeremy <karlj000@unbc.ca> (maintainer), pgj (mentor)
* - Update to version 2.3.0danfe2010-09-093-8/+10
| | | | - Add LICENSE
* correct my previous commit where i accidently bumped PORTVERSIONoliver2010-09-091-1/+2
| | | | | | | instead of PORTREVISION. I hope it is OK having PORTVERSION moving backwards and not bumping PORTEPOCH because the port was never buildable with this higher PORTVERSION
* - Forgot to cvs add files/amdmi32010-09-081-0/+20
|
* - Update to 1.0.1amdmi32010-09-083-19/+124
|
* games/abridge||2010-09-07|Broken, abandoned upstreampgollucci2010-09-074-49/+0
| | | | | PR: ports/150347 Submitted by: Janos Mohacsi <mohacsi@csoki.ki.iif.hu> (maintainer)
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>pgollucci2010-09-0716-22/+22
| | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer
* update devel/mercator to 0.2.8oliver2010-09-071-2/+2
| | | | | update net/skstream to 0.3.7 bump PORTREVISION on affected ports
* - Update MAINTAINER to submitters new mail addressdecke2010-09-044-4/+4
| | | | | | PR: ports/150274 Submitted by: Glen Barber <glen dot j dot barber at gmail dot com> (maintainer) Approved by: beat (co-mentor, implicit)
* - Update to 7.6.5decke2010-09-042-4/+4
| | | | | | PR: ports/150271 Submitted by: Glen Barber <glen dot j dot barber at gmail dot com> (maintainer) Approved by: beat (co-mentor, implicit)
* Reset to ports@. Thanks Frank for your work on these ports.wxs2010-09-033-3/+3
| | | | Discussed on: ports@
* KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-033-28/+92
| | | | | New ports added: misc/kde4-l10n-ia - Interlingua localization for KDE
* Unofficial port from icculus.org ofrene2010-09-037-0/+136
| | | | | | | | | | | "Aliens versus predator" game, demo from Alien. WWW: http://www.icculus.org/avp/ PR: ports/138806 Submitted by: Stas Timokhin [devel stasyan.com] (the email address in the PR is defunct) Fixes from: Anonymous [swell.k gmail.com], myself
* - Update distinfo, zip file rerolled with identical contentpav2010-09-021-3/+3
| | | | | PR: ports/150053 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
* Update to 1.1.0ehaupt2010-09-0211-82/+118
| | | | | | PR: 150074 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Jamie Landeg Jones <jamie@bishopston.net> (maintainer)
* - Update to 20100709amdmi32010-09-023-4/+5
|
* - Update to 1.1.1amdmi32010-09-023-10/+16
| | | | - Add .desktop file
* Add desktop entrymakc2010-09-012-2/+20
| | | | | | | | Install man page and documentation Pacify portlint PR: ports/149813 Aprroved by: maintainer timeout (two weeks)
* - Remove games/jfduke3d: development ceased,makc2010-08-295-104/+0
| | | | | | | the games/eduke32 port provides a much better alternative. PR: ports/149959 Submitted by: maintainer
* Fix duplicate patch for gettext.philip2010-08-262-40/+0
| | | | | Submitted by: Anonymous <swell.k@gmail.com> Pointy hat to: philip
* Reduce diff with ports/149899.philip2010-08-262-0/+21
| | | | | PR: ports/149485 Submitted by: Anonymous <swell.k@gmail.com>
* Update to 1.8.4philip2010-08-266-25/+53
| | | | | | | | | | | | - drop desktopfileutils dependency[1] but update database when it's installed - specific directory for desktopfileutils - allow overriding PKG_CONFIG from environ or make.conf - sort pixmaps in plist (cosmetic) [1] it's not mandatory PR: ports/149485 Submitted by: Anonymous <swell.k@gmail.com>
* Remove NLS option, plug gettext no-op for WITHOUT_NLS.philip2010-08-263-5/+40
| | | | | PR: ports/148880 Submitted by: Anonymous <swell.k@gmail.com>