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

(-)Makefile (-4 / +4 lines)
Lines 3-19 Link Here
3
3
4
PORTNAME=	ypsilon
4
PORTNAME=	ypsilon
5
PORTVERSION=	0.9.6.3
5
PORTVERSION=	0.9.6.3
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	lang scheme
7
CATEGORIES=	lang scheme
8
MASTER_SITES=	GOOGLE_CODE
9
DISTNAME=	${PORTNAME}-0.9.6.update3
10
8
11
MAINTAINER=	vmagerya@gmail.com
9
MAINTAINER=	vmagerya@gmail.com
12
COMMENT=	Scheme implementation for real-time applications
10
COMMENT=	Scheme implementation for real-time applications
13
11
14
BROKEN=		Unfetchable (google code has gone away)
12
USE_GITHUB=	yes
13
GH_TUPLE=	fujita-y:ypsilon:0.9.6-update3
15
14
16
USES=		gmake
15
USES=		gmake
16
USE_GCC=	yes
17
17
18
MAKE_ARGS=	DATADIR="${DATADIR}"
18
MAKE_ARGS=	DATADIR="${DATADIR}"
19
19
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ypsilon-0.9.6.update3.tar.gz) = 2ca3c901dc3f6bca857a94a9d991d14ecc12727d2833694f0e4f5aa1a8a4064d
1
TIMESTAMP = 1473879222
2
SIZE (ypsilon-0.9.6.update3.tar.gz) = 4555843
2
SHA256 (fujita-y-ypsilon-0.9.6.3-0.9.6-update3_GH0.tar.gz) = b4d8536f76b750c873529fa1dc2511ecf335e68bdc892e3f06fa57b4f0e89886
3
SIZE (fujita-y-ypsilon-0.9.6.3-0.9.6-update3_GH0.tar.gz) = 3258648
(-)pkg-descr (-1 / +2 lines)
Lines 3-6 Link Here
3
Ypsilon features mostly concurrent garbage collector optimized for systems
3
Ypsilon features mostly concurrent garbage collector optimized for systems
4
with multiple CPUs, and an easy to use FFI.
4
with multiple CPUs, and an easy to use FFI.
5
5
6
WWW: http://code.google.com/p/ypsilon/
6
WWW: http://www.littlewingpinball.net/mediawiki/index.php/Ypsilon
7
WWW: https://github.com/fujita-y/ypsilon

Return to bug 212694