aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2005-09-22 03:31:43 +0800
committerfenner <fenner@FreeBSD.org>2005-09-22 03:31:43 +0800
commitb0ed182f7d14520369ed0a2b511ef4f834544e94 (patch)
treefa40324d94e5cfb74a2c242f7d9378dd4a034162 /games
parent47922be03516705d7627fe559c77e1b63270509d (diff)
downloadfreebsd-ports-gnome-b0ed182f7d14520369ed0a2b511ef4f834544e94.tar.gz
freebsd-ports-gnome-b0ed182f7d14520369ed0a2b511ef4f834544e94.tar.zst
freebsd-ports-gnome-b0ed182f7d14520369ed0a2b511ef4f834544e94.zip
search.cpan.org redirect reduction canonicalization project, pass 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
Diffstat (limited to 'games')
-rw-r--r--games/p5-Games-AlphaBeta/pkg-descr2
-rw-r--r--games/p5-Games-Sequential/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/p5-Games-AlphaBeta/pkg-descr b/games/p5-Games-AlphaBeta/pkg-descr
index 1a153ab716eb..b7c867dfd9cb 100644
--- a/games/p5-Games-AlphaBeta/pkg-descr
+++ b/games/p5-Games-AlphaBeta/pkg-descr
@@ -11,7 +11,7 @@ copy(), apply(), endpos(), evaluate() and findmoves(). This is explained
more carefully in Games::AlphaBeta::Position which is a base class you can
use to implement your position object.
-WWW: http://search.cpan.org/dist/Games-AlphaBeta
+WWW: http://search.cpan.org/dist/Games-AlphaBeta/
Author: Stig Brautaset <stig@brautaset.org>
- Aaron Dalton
diff --git a/games/p5-Games-Sequential/pkg-descr b/games/p5-Games-Sequential/pkg-descr
index 95a2735e501b..e20fac260bfd 100644
--- a/games/p5-Games-Sequential/pkg-descr
+++ b/games/p5-Games-Sequential/pkg-descr
@@ -10,7 +10,7 @@ which case the copy() method will be provided for you. The apply() method
must take a move and apply it to the current position, producing the next
position in the game.
-WWW: http://search.cpan.org/dist/Games-Sequential
+WWW: http://search.cpan.org/dist/Games-Sequential/
Author: Stig Brautaset <stig@brautaset.org>
- Aaron Dalton