Summary: | New port: games/sdlCC -- An extensible chinese checkers game using SDL | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Frank W. Josellis <josellis> | ||||
Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Frank W. Josellis
2007-11-21 20:30:02 UTC
There is typo in the description (also in pkg-decr). The correct URL is as follows: WWW: http://jcatki.no-ip.org/CC/ State Changed From-To: open->feedback Can't download, the transfer timeouts. Responsible Changed From-To: freebsd-ports-bugs->pav Track On Wed, 2 Jan 2008, pav@FreeBSD.org wrote: > Can't download, the transfer timeouts. The same here, but I'd think that looks like a temporary problem. Nonetheless, I could find a second URL from which the distfile can be fetched. Patching the port's Makefile as shown below worked for me. Regards, Frank Josellis --- patch begins here --- --- Makefile.orig Thu Jan 3 10:46:06 2008 +++ Makefile Thu Jan 3 10:46:43 2008 @@ -8,7 +8,8 @@ PORTNAME= sdlCC PORTVERSION= 0.0.0 CATEGORIES= games -MASTER_SITES= http://jcatki.no-ip.org/files/ +MASTER_SITES= http://jcatki.no-ip.org/files/ \ + http://chinesecheckers.vegard2.no/ MAINTAINER= frank@dynamical-systems.org COMMENT= An extensible chinese checkers game using SDL --- patch ends here --- State Changed From-To: feedback->open Feedback received State Changed From-To: open->closed New port added, thank you! pav 2008-01-03 10:23:55 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/sdlCC Makefile distinfo pkg-descr pkg-plist games/sdlCC/files patch-libltdl_configure patch-players_players.txt Log: This is a Chinese Checkers game, it has 5 AI players, and can easily support more for any hackers out there. It uses SDL and runs great in plain X11. It has some fun effects to liven things up a bit. Multiplayer is supported on the same computer, although a net player would not be hard to add given the plugin player feature. WWW: http://jcatki.no-ip.org/CC/ PR: ports/118189 Submitted by: Frank W. Josellis <josellis@pollux.senax.net> Revision Changes Path 1.1165 +1 -0 ports/games/Makefile 1.1 +29 -0 ports/games/sdlCC/Makefile (new) 1.1 +3 -0 ports/games/sdlCC/distinfo (new) 1.1 +12 -0 ports/games/sdlCC/files/patch-libltdl_configure (new) 1.1 +8 -0 ports/games/sdlCC/files/patch-players_players.txt (new) 1.1 +8 -0 ports/games/sdlCC/pkg-descr (new) 1.1 +45 -0 ports/games/sdlCC/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |