1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ruby 1.0 |
---|
6 | |
---|
7 | ruby.setup celluloid 0.16.0 gem {} rubygems ruby21 |
---|
8 | license MIT |
---|
9 | platforms darwin |
---|
10 | categories-append devel |
---|
11 | maintainers googlemail.com:robertoschwald openmaintainer |
---|
12 | description Build concurrent programs out of concurrent objects |
---|
13 | long_description Celluloid enables people to build concurrent programs out of concurrent objects just as \ |
---|
14 | easily as they build sequential programs out of sequential objects |
---|
15 | |
---|
16 | checksums md5 21035c6a6e8aa3fa10c08c9f4901beb4 \ |
---|
17 | sha1 9a3250de9d3e15ca872c2dc834ed7b4ce065c890 \ |
---|
18 | rmd160 363f32343f503ffc7259292585d184a2d7192a8c |
---|