Bug 118189 - New port: games/sdlCC -- An extensible chinese checkers game using SDL
Summary: New port: games/sdlCC -- An extensible chinese checkers game using SDL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 20:30 UTC by Frank W. Josellis
Modified: 2008-01-03 10:30 UTC (History)
0 users

See Also:


Attachments
sdlCC.shar (4.72 KB, text/plain)
2007-11-21 20:30 UTC, Frank W. Josellis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank W. Josellis 2007-11-21 20:30:02 UTC
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://catki.no-ip.org/CC/
Comment 1 Frank W. Josellis 2007-11-21 21:01:11 UTC
There is typo in the description (also in pkg-decr). The correct URL is 
as follows:

WWW: http://jcatki.no-ip.org/CC/
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-01-02 15:22:55 UTC
State Changed
From-To: open->feedback

Can't download, the transfer timeouts. 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2008-01-02 15:22:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 Frank W. Josellis 2008-01-03 10:13:38 UTC
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 ---
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2008-01-03 10:16:34 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2008-01-03 10:22:54 UTC
State Changed
From-To: open->closed

New port added, thank you!
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-01-03 10:24:01 UTC
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"