Hello ports@, my first attempt at porting should be attached.

% cat pkg/DESCR 
Ypsilon is the implementation of Scheme Programming Language, which
conforms to the latest standard R6RS. It achieves a remarkably short GC
pause time and the best performance in parallel execution as it
implements "mostly concurrent garbage collection", which is optimized
for the multi-core CPU system.

Ypsilon is easy to use as well as good for applications of any kind that
require quick, reliable, and interactive data processing.

(DESCR (and COMMENT) stolen from https://code.google.com/p/ypsilon/ )

 I patched a couple of random(3)'s to arc4random(3), but let the
srandom()'s stay since they are not hurting anybody. All tests in make
test passes.

 Added a post-install with chown to prevent ownership warnings and
errors in make package, not sure if this is the right thing to do.

Works fine on amd64, tests on any other architectures are very welcome.

Comments?

Attachment: ypsilon.tar.gz
Description: application/tar-gz

Reply via email to