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

(-)./Makefile 2013-10-15 15:48:22.000000000 +0200 (-4 / +4 lines)
Lines 1-19 Link Here
1
# Created by: Tim Cas <ports@stdrand.com>
1
# Created by: Tim Cas <ports@stdrand.com>
2
# $FreeBSD: devel/ChipmunkPhysics/Makefile 327726 2013-09-20 17:17:44Z bapt $
2
# $FreeBSD: head/devel/ChipmunkPhysics/Makefile 327726 2013-09-20 17:17:44Z bapt $
3
PORTNAME=    ChipmunkPhysics
3
PORTNAME=    ChipmunkPhysics
4
PORTVERSION=    6.1.5
4
PORTVERSION=    6.2.0
5
CATEGORIES=    devel
5
CATEGORIES=    devel
6
MASTER_SITES=    http://chipmunk-physics.net/release/Chipmunk-6.x/ \
6
MASTER_SITES=    http://chipmunk-physics.net/release/Chipmunk-6.x/ \
7
        http://files.slembcke.net/chipmunk/release/Chipmunk-6.x/ \
7
        http://files.libsiege.org/chipmunk/
8
        http://files.libsiege.org/chipmunk/
8
DISTNAME=    Chipmunk-${PORTVERSION}
9
DISTNAME=    Chipmunk-${DISTVERSION}
9
EXTRACT_SUFX=    .tgz
10
EXTRACT_SUFX=    .tgz
10
MAINTAINER=    ports@stdrand.com
11
MAINTAINER=    ports@stdrand.com
11
COMMENT=    2D physics engine written in C
12
COMMENT=    2D physics engine written in C
12
LICENSE=    MIT
13
LICENSE=    MIT
13
LICENSE_FILE=    ${WRKSRC}/LICENSE.txt
14
USES=        cmake
14
USES=        cmake
15
CMAKE_ARGS=    -DBUILD_DEMOS=OFF
15
CMAKE_ARGS=    -DBUILD_DEMOS=OFF
(-)./distinfo 2013-10-15 15:48:22.000000000 +0200 (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Chipmunk-6.1.5.tgz) = c7c36bf096c6a49b8b3034268d20a28b693a763c2edf7fa350729929067d1a66
1
SHA256 (Chipmunk-6.2.0.tgz) = 75fd4098b98dd23e5c1f78a1c9e3080768fb6256143e261638a624163cde5af8
2
SIZE (Chipmunk-6.1.5.tgz) = 332496
2
SIZE (Chipmunk-6.2.0.tgz) = 1071081
(-)./pkg-descr 2013-10-15 15:48:22.000000000 +0200 (-1 / +1 lines)
Lines 1-5 Link Here
1
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics
1
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics
2
library written in C. It's licensed under the unrestrictive, OSI approved MIT
2
library written in C. It is licensed under the unrestrictive, OSI approved MIT
3
license.
3
license.
4
WWW: http://chipmunk-physics.net/
4
WWW: http://chipmunk-physics.net/
(-)./pkg-plist 2013-10-15 15:48:22.000000000 +0200 (-1 / +1 lines)
Lines 1-4 Link Here
1
lib/libchipmunk.so.6.1.5
1
lib/libchipmunk.so.6.2.0
2
lib/libchipmunk.so
2
lib/libchipmunk.so
3
lib/libchipmunk.a
3
lib/libchipmunk.a
4
include/chipmunk/cpVect.h
4
include/chipmunk/cpVect.h

Return to bug 183009