--- !ruby/object:Gem::Specification name: autoproj version: !ruby/object:Gem::Version hash: 23 prerelease: segments: - 1 - 7 - 14 version: 1.7.14 platform: ruby authors: - Sylvain Joyeux autorequire: bindir: bin cert_chain: [] date: 2011-11-03 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: autobuild prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 65 segments: - 1 - 5 - 33 version: 1.5.33 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rmail prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 0 - 0 version: 1.0.0 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: utilrb prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 29 segments: - 1 - 3 - 3 version: 1.3.3 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 29 segments: - 1 - 3 - 3 version: 1.3.3 type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: highline prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 1 - 5 - 0 version: 1.5.0 type: :runtime version_requirements: *id005 - !ruby/object:Gem::Dependency name: webgen prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 25 segments: - 0 - 5 - 9 version: 0.5.9 type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: rdoc prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 31 segments: - 2 - 4 - 0 version: 2.4.0 type: :development version_requirements: *id007 - !ruby/object:Gem::Dependency name: hoe prerelease: false requirement: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 27 segments: - 2 - 12 version: "2.12" type: :development version_requirements: *id008 description: |- What is Autoproj ---------------- Autoproj allows to easily install and maintain software that is under source code form (usually from a version control system). It has been designed to support a package-oriented development process, where each package can have its own version control repository (think "distributed version control"). It also provides an easy integration of the local operating system (Debian, Ubuntu, Fedora, maybe MacOSX at some point). This tool has been over the years. It is now maintained in the frame of the Rock robotics project (http://rock-robotics.org), to install robotics-related software -- that is often bleeding edge. Unlike [the ROS build system](http://ros.org), it is not bound to one build system, one VCS and one integration framework. The philosophy behind autoproj is: * supports both CMake and autotools, and can be adapted to other tools * supports different VCS: cvs, svn, git, plain tarballs. * software packages are plain packages, meaning that they can be built and installed /outside/ an autoproj tree, and are not tied *at all* to the autoproj build system. * leverage the actual OS package management system. Right now, only Debian-like systems (like Ubuntu) are supported, simply because it is the only one I have access to. * handle code generation properly email: - sylvain.joyeux@dfki.de executables: - amake - aup - autolocate - autoproj - autoproj-locate - autoproj-query - autoproj_bootstrap - autoproj_stress_test extensions: [] extra_rdoc_files: - History.txt - Manifest.txt - README.txt - samples/autoproj/README.txt files: - History.txt - Manifest.txt - README.txt - Rakefile - bin/amake - bin/aup - bin/autolocate - bin/autoproj - bin/autoproj-locate - bin/autoproj-query - bin/autoproj_bootstrap - bin/autoproj_stress_test - lib/autoproj.rb - lib/autoproj/autobuild.rb - lib/autoproj/base.rb - lib/autoproj/cmdline.rb - lib/autoproj/default.osdeps - lib/autoproj/gitorious.rb - lib/autoproj/manifest.rb - lib/autoproj/options.rb - lib/autoproj/osdeps.rb - lib/autoproj/query.rb - lib/autoproj/system.rb - lib/autoproj/version.rb - samples/autoproj/README.txt - samples/autoproj/init.rb - samples/autoproj/manifest - samples/autoproj/overrides.rb - samples/autoproj/overrides.yml - samples/manifest.xml - samples/osdeps.yml - shell/autoproj_bash - shell/autoproj_zsh - test/data/test_manifest/autoproj/local/local.autobuild - test/data/test_manifest/autoproj/manifest - test/test_debian.rb - test/test_manifest.rb - .gemtest homepage: http://rock-robotics.org/autoproj licenses: [] post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: autobuild rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Easy installation and management of software packages test_files: - test/test_manifest.rb - test/test_debian.rb