View | Details | Raw Unified | Return to bug 77968
Collapse All | Expand All

(-)games/kbilliards/Makefile (-2 / +2 lines)
Lines 5-13 Link Here
5
# $FreeBSD: ports/games/kbilliards/Makefile,v 1.8 2005/01/21 19:43:34 krion Exp $
5
# $FreeBSD: ports/games/kbilliards/Makefile,v 1.8 2005/01/21 19:43:34 krion Exp $
6
6
7
PORTNAME=	kbilliards
7
PORTNAME=	kbilliards
8
PORTVERSION=	0.6.1
8
PORTVERSION=	0.7.1
9
CATEGORIES=	games kde
9
CATEGORIES=	games kde
10
MASTER_SITES=	http://xoomer.virgilio.it/samuele_c/kbilliards/
10
MASTER_SITES=	http://www.hostnotfound.it/kbilliards/
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
13
COMMENT=	Funny billiards simulator game for KDE
13
COMMENT=	Funny billiards simulator game for KDE
(-)games/kbilliards/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (kbilliards-0.6.1.tar.bz2) = cb0d68b91678bf7cdb79b238eb38f5fe
1
MD5 (kbilliards-0.7.1.tar.bz2) = e0b80a2f6576e979edb37dbb9a971659
2
SIZE (kbilliards-0.6.1.tar.bz2) = 2070937
2
SIZE (kbilliards-0.7.1.tar.bz2) = 2064496
(-)games/kbilliards/files/patch-src::kbilliards.cpp (-12 / +12 lines)
Lines 1-20 Link Here
1
--- src/kbilliards.cpp.orig	Wed Jan 19 10:43:51 2005
1
--- src/kbilliards.cpp.orig	Thu Feb 17 23:58:08 2005
2
+++ src/kbilliards.cpp	Thu Jan 20 19:40:29 2005
2
+++ src/kbilliards.cpp	Fri Feb 18 13:20:19 2005
3
@@ -84,7 +84,7 @@
3
@@ -105,7 +105,7 @@
4
     // and load musicconfiguration
4
     // load game optios like players name , multiplayer, game type ..
5
     loadSettings();
5
     loadGameOptions();
6
     
6
 
7
-    MaxThrowPower=round((actualconfig.check_speed)*0.36) ;
7
-    MaxThrowPower=round((actualconfig.check_speed)*0.36) ;
8
+    MaxThrowPower=rint((actualconfig.check_speed)*0.36) ;
8
+    MaxThrowPower=rint((actualconfig.check_speed)*0.36) ;
9
     
9
 
10
     KStandardDirs sd;
10
     KStandardDirs sd;
11
     path_data=(QString)(sd.findResourceDir("data","kbilliards/top_left_corner.png") + (QString)"kbilliards/");
11
     path_data=(QString)(sd.findResourceDir("data","kbilliards/top_left_corner.png") + (QString)"kbilliards/");
12
@@ -806,7 +806,7 @@
12
@@ -901,7 +901,7 @@
13
 
14
       canvas->setAdvancePeriod(actualconfig.check_speed); // set current animation speed
15
 
13
 
16
-      MaxThrowPower=round((actualconfig.check_speed)*0.36) ; // set proportional max power
14
            canvas->setAdvancePeriod(actualconfig.check_speed); // set current animation speed
17
+      MaxThrowPower=rint((actualconfig.check_speed)*0.36) ; // set proportional max power
18
 
15
 
16
-           MaxThrowPower=round((actualconfig.check_speed)*0.36) ; // set proportional max power
17
+           MaxThrowPower=rint((actualconfig.check_speed)*0.36) ; // set proportional max power
19
       }
18
       }
20
 
19
 
20
       if (isvisible) {
(-)games/kbilliards/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
A funny billiards simulator game for KDE
1
A funny billiards simulator game for KDE
2
2
3
WWW: http://xoomer.virgilio.it/samuele_c/kbilliards/
3
WWW: http://www.hostnotfound.it/kbilliards.php

Return to bug 77968