aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pmd
ModeNameSize
-rw-r--r--Makefile1596logstatsplainblame
-rw-r--r--distinfo126logstatsplainblame
d---------files173logstatsplain
-rw-r--r--pkg-descr470logstatsplainblame
-rw-r--r--pkg-plist256logstatsplainblame
| | | | | | | | bomns * Banish the Autotools to the land of wind and ghosts. CMake for the win. * Beginnings of netplay, thanks to Charles. See the "netplay" branch. * No longer compiles unused/broken AI code bomnsedit * None bomnslauncher * GTK1 launcher is archived and no longer built (it sucks, don't worry) * bomnslauncher2 renamed bomnslauncher - Transfer maintainership to games@ team - Add license (GPLv2) - Switch to USES=cmake and change to fetch from GITHUB - Remove not existent Option and OPTIONS_SUB - Remove pkgconfig, USE_BZIP2 and obsolete patches, changed by upstream - Add CMAKE_ARGS+= -Wno-dev and USE_CSTD=gnu89 - Add DOCS and Option - Symlink the icon - Change WWW * - Support stagingjhale2014-06-254-24/+17 | | | | | | | - Tab -> space in pkg-descr - Add DOCS option Approved by: portmgr (blanket approval) * Fix build on system built WITHOUT_INFObapt2014-06-251-1/+1 | | | | With hat: portmgr * Convert GMAKE to MAKE_CMDbapt2014-06-2523-29/+29 | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr * - Support stagingjhale2014-06-247-12/+18 | | | | | | | - Add LICENSE - Rename generic patches Approved by: portmgr (blanket approval) * - Stagifymadpilot2014-06-245-46/+48 | | | | | | | - Add modern rc script - Install in DATADIR Approved by: gmarco@gufi.org (maintainer) * - BROKEN statement in r358925 is misleading: it seem that Boost is the onedanfe2014-06-233-26/+34 | | | | | | | | | | | | | | | | | | | | | | | | | to blame: in v1.53 they had the following change in their headers: - explicit shared_array(T * p = 0): px(p), pn(p, deleter()) + shared_array() BOOST_NOEXCEPT : px( 0 ), pn() { } + template<class Y> + explicit shared_array( Y * p ): px( p ), pn( p, checked_array_deleter<Y>() ) + { + boost::detail::sp_assert_convertible< Y[], T[] >(); + } The solution is pretty simple: use default constructor instead of NULL when initializing a shared_array; it was the default anyway [1] - Add missing `pkgconfig' to USES, otherwise it won't find GTK+2 - Cleanup Makefile, sort the knobs, trim USE_GL (glut implies gl and glu) - Transfer maintainership to games@ team - Reword COMMENT and port description; add LICENSE (GPLv2) while here [1] http://www.luxrender.net/mantis/view.php?id=1368 * - Switch devel/google-perftools to USES=libtool, drop .la filesamdmi32014-06-231-0/+1 | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket * - Convert USE_BZIP2 to USESamdmi32014-06-232-45/+3 | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket * Mark as broken with any modern compilerbapt2014-06-231-26/+12 | | | | | Cleanup staging while here Convert to USES=dos2unix * Mark as broken: no distinfobapt2014-06-231-1/+2 | * Mark as broken: no distinfo provided for some of the distfilesbapt2014-06-231-2/+1 | * Stageify.arved2014-06-223-39/+5 | | | | Remove esound option which simplifies the port and nobody uses esound anyway. * . Remove $FreeBSD$, since it no longer gets expanded (or so I understand).glewis2014-06-229-18/+1 | | | | . Fix a path. * . Rename patch files to use a less antique naming convention.glewis2014-06-226-0/+0 | * - Support staging.rakuco2014-06-222-8/+28 | | | | | | | | - Apply local patch to avoid a complaint from the compiler: "Function <glutStrokeWidth> called without first calling 'glutInit'." PR: 190833 Submitted by: olevole@olevole.ru (maintainer) * Finish stage supportantoine2014-06-211-1/+2 | * - Update from 1.14.4 to 1.14.5danilo2014-06-213-10/+10 | * - Drop :oldver from USES=libtool, no dependent ports require .la filesamdmi32014-06-203-6/+6 | | | | | | - Bump dependent port (games/freeciv) as .so version has changed Approved by: portmgr blanket * - Convert USE_BZIP2 to USESamdmi32014-06-202-4/+4 | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket * - Switch print/libpaper to USES=libtool, drop .la filesamdmi32014-06-202-2/+2 | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket * games/minecraft-client: Use OpenJDK8 to fix spawning problemmarino2014-06-205-48/+136 | | | | | | PR: 189028 Submitted by: Sean Bruno Fix by: Kris Moore * - Update to 1.9.2.1, announce message is here:nemysis2014-06-192-3/+3 | | | | http://sourceforge.net/projects/robocode/files/robocode/1.9.2.1/ * - Support stagingjhale2014-06-192-90/+90 | | | | | | - Add LICENSE (GPLv2) Approved by: portmgr (blanket approval) * - Support staging (it was easier to define a new do-install targetjhale2014-06-193-10/+18 | | | | | | | | | than further patching the source Makefile) - Add LICENSE (GPLv2) - Rename patch to reflect the file it applies to - Whitespace cleanup Approved by: portmgr (blanket approval) * Update my ports to use my shurd@FreeBSD.org accountshurd2014-06-194-8/+8 | | | | Approved by: db, skreuzer (mentors) * - Update to 0.4.3, announce message:nemysis2014-06-183-8/+17 | | | | | | | | | | | | | * Translations: ** cs (Marek Cercky) ** el (Dimitris Spingos, Tom Tryfonidis) ** es (Daniel Mustieles) ** gl (Fran Dieguez) ** id (Andika Triwidada) ** pl (Piotr Drag) ** pt_BR (Rafael Ferreira, Enrico Nicoletto) ** sl (Matej Urbancic) ** sr (Miroslav Nikolic) * Stagifymadpilot2014-06-182-13/+16 | | | | Approved by: gmarco@gufi.org (maintainer) * - Switch devel/guichan to libtool, drop .la filesamdmi32014-06-172-2/+2 | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket * games/py-mnemosyne: update to 2.3wg2014-06-174-57/+13 | | | | | | | | - Update to 2.3 - Pass maintainership to submitter PR: 188930 Submitted by: hhh sdf org * - Fix alut dependencyamdmi32014-06-161-3/+2 | * Remove expired ports:rene2014-06-168-478/+0 | | | | | | | 2014-06-12 databases/py-cmemcache: Deprecated upstream 2014-06-13 games/mangos: Broken for more than 6 months 2014-06-14 lang/clojure-contrib: monolithic contrib library is obsolete 2014-06-14 devel/bzapi: Bugzilla has a native REST API, see https://wiki.mozilla.org/BMO/REST * Stagify.vanilla2014-06-163-1/+17 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-163-3/+36 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-161-5/+3 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-162-4/+1 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-161-2/+1 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-161-3/+2 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-151-12/+4 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-152-9/+7 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-151-18/+7 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-151-5/+4 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-152-10/+8 | * 1: Stagify.vanilla2014-06-152-7/+8 | | | | | | 2: move post-install messages to pkg-message. Approved by: portmgr@ * 1: Stagify.vanilla2014-06-153-3/+25 | | | | | | 2: add depends to perl5. Approved by: portmgr@ * 1: Stagify.vanilla2014-06-152-8/+5 | | | | | | 2: switch to tar:bzip2 Approved by: portmgr@ * 1: Stagify.vanilla2014-06-152-4/+14 | | | | | | 2: fix build with clang. Approved by: portmgr@ * Stagify.vanilla2014-06-151-5/+4 | | | | Approved by: portmgr@ * - Update to 0.1.r765nemysis2014-06-153-5/+3 | * - Update to 20140614miwi2014-06-152-3/+3 | | | | PR: 191031 * games/arkanoidsbnemysis2014-06-148-13/+10 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Transfer maintainership to games@ team - Use tar:bzip2 instead of USE_BZIP2=yes games/magicmaze - Mastersite disappeared, mirror on my SF site - Transfer maintainership to games@ team - Change WWW to WayBack games/sdl_jewels - Transfer maintainership to games@ team games/sdl_lopan - Transfer maintainership to games@ team games/secrettower - Transfer maintainership to games@ team games/super_mario_bros_python - Transfer maintainership to games@ team games/xvier - Transfer maintainership to games@ team * fix build by defining TOLUAXX_CMD on my ownoliver2014-06-141-1/+2 | * - Update MAINTAINER emaildanilo2014-06-143-31/+25 | | | | | | | | | | - Add LICENSE - Add stage support - Add a desktop entry - Improve WWW PR: ports/191000 Submitted by: Benjamin Lutz <mail@maxlor.com> * games/japanese: quit: Stage support and change maintainersmarino2014-06-142-13/+13 | | | | | | | | Pass maintainership to submitter, the listed maintainer hasn't been active since 2005. The slave port wasn't maintained. PR: 190874 Submitted by: Koichiro IWAO * - Update MASTER_SITESdanilo2014-06-132-19/+13 | | | | | | | | | | - Remove BROKEN - Pass maintainership to submitter - Add stage support - Improve WWW PR: ports/190986 Submitted by: craig001@lerwick.hopto.org * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-1392-96/+96 | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) * STAGEifyoliver2014-06-121-7/+6 | * - Update OpenTTD to version 1.4.1 which fixes a regression with the orderdanfe2014-06-124-32/+89 | | | | | | | of how some packets are sent to the admin port - Add another mirror (per http://devs.openttd.org/~truebrain/mirror.txt) - Remove trivial files/liblzma.pc and handle liblzma the same way as zlib and lzo2; this also allows to simplify `post-patch' target * STAGEifyoliver2014-06-121-3/+2 | * Unbreak.thierry2014-06-12