project.yml
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 25 Dec 2008 08:35:46 +0000
branchmahlon-misc
changeset 11 e908d309e7ec
parent 10 b1426511fb64
permissions -rw-r--r--
* It compiles! * Removed additional leftover link parser stuff. * Removed unused memory allocate/free stuff until I discuss with my cohort. It may be back... it may be left over from linkparser too. ;) * list() works, but cores. Not sure why yet. Really, list() should be renamed to something sensible, and return instantiated BSD::Jail objects to attach() to or get additional info on. * Ruby C bindings are way, way fun. Reminds me how little C I can remember with one project a year :)

--- 
rubyforge_project: jparallel
project_requirements: 
  FreeBSD: ">= 5.0"
project_description: |-
  This is shell that can be used to interact with multiple FreeBSD jail instances
  simultaneously. It includes a Ruby binding to the FreeBSD jail(2) functions.
rubyforge_group: deveiate
author_name: Michael Granger and Mahlon Smith
project_homepage: http://deveiate.org/projects/jParallel/
project_dependencies: {}

project_summary: A "parallel jail shell" written in Ruby
project_name: jparallel
version_file: "jparallel.rb"
additional_pkgfiles: 
- examples/*.{c,rb}
dev_dependencies: {}

author_email: ged@FaerieMUD.org, mahlon@martini.nu