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

(-)Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/devel/rubygem-fastthread/Makefile,v 1.1 2007/03/05 07:46:38 clsung Exp $
5
# $FreeBSD: ports/devel/rubygem-fastthread/Makefile,v 1.1 2007/03/05 07:46:38 clsung Exp $
6
6
7
PORTNAME=	fastthread
7
PORTNAME=	fastthread
8
PORTVERSION=	0.6.4.1
8
PORTVERSION=	1.0
9
CATEGORIES=	devel rubygems
9
CATEGORIES=	devel rubygems
10
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
10
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
11
MASTER_SITE_SUBDIR=	mongrel
11
MASTER_SITE_SUBDIR=	mongrel
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (rubygem/fastthread-0.6.4.1.gem) = 948c94b7792b0c3512bbbe41d4593106
1
MD5 (rubygem/fastthread-1.0.gem) = ced512fe09be9cc9184976d50882efb1
2
SHA256 (rubygem/fastthread-0.6.4.1.gem) = 18017a257fba29d1dc346e4a44bab5dbee8ab491036e26724d2e81c7e0776265
2
SHA256 (rubygem/fastthread-1.0.gem) = 1bdc2b86cd2fd5020290d7c389aa38fd34bdaf5bc7f73ec6a2aa271fd9c9dae4
3
SIZE (rubygem/fastthread-0.6.4.1.gem) = 19968
3
SIZE (rubygem/fastthread-1.0.gem) = 20992
(-)pkg-plist (-1 / +1 lines)
Lines 2-10 Link Here
2
%%GEM_SPEC%%
2
%%GEM_SPEC%%
3
%%GEM_LIB_DIR%%/Rakefile
3
%%GEM_LIB_DIR%%/Rakefile
4
%%GEM_LIB_DIR%%/setup.rb
4
%%GEM_LIB_DIR%%/setup.rb
5
%%GEM_LIB_DIR%%/test/test_all.rb
5
%%GEM_LIB_DIR%%/test/test_condvar.rb
6
%%GEM_LIB_DIR%%/test/test_condvar.rb
6
%%GEM_LIB_DIR%%/test/test_mutex.rb
7
%%GEM_LIB_DIR%%/test/test_mutex.rb
7
%%GEM_LIB_DIR%%/test/test_all.rb
8
%%GEM_LIB_DIR%%/test/test_queue.rb
8
%%GEM_LIB_DIR%%/test/test_queue.rb
9
%%GEM_LIB_DIR%%/ext/fastthread/fastthread.c
9
%%GEM_LIB_DIR%%/ext/fastthread/fastthread.c
10
%%GEM_LIB_DIR%%/ext/fastthread/extconf.rb
10
%%GEM_LIB_DIR%%/ext/fastthread/extconf.rb

Return to bug 110567