aboutsummaryrefslogtreecommitdiffstats
path: root/games/p5-Games-AlphaBeta
Commit message (Collapse)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".mat2018-02-041-1/+1
| | | | Sponsored by: Absolight
* Bump PORTREVISION for ports affected by the fix the last commit.mat2017-02-011-1/+1
| | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-9/+9
| | | | Approved by: portmgr blanket
* Make it so that the default Perl is always called perl5.mat2015-09-141-1/+1
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
| | | | Approved by: bapt
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Add LICENSEsunpoet2014-05-091-1/+4
| | | | | | | - Pass maintainership to submitter PR: ports/189346 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Support STAGEDIR.vanilla2013-11-042-8/+8
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | - Trim Makefile header
* Remove whitespace after b.p.m to help reduce false postives when searching ↵eadler2012-02-081-1/+0
| | | | | | | | for other junk after b.p.m Trivial non-functional change so maintainer not contacted Submitted by: Alex Kozlov
* - Update to 0.4.7sunpoet2011-06-152-9/+4
| | | | Changes: http://search.cpan.org/dist/Games-AlphaBeta/Changes
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-4/+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.
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Fix dependencymat2006-08-221-1/+1
| | | | Pointy Hat To: mat
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Updated from 0.4.5 to 0.4.6aaron2005-11-053-11/+23
| | | | | | - Updated maintainer email address Approved by: tobez
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* Add p5-Games-AlphaBeta 0.4.5, game-tree search with object orientedgarga2005-08-314-0/+54
interface. PR: ports/84165 Submitted by: Aaron Dalton <aaron@daltons.ca>