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 python27 1.0 |
---|
6 | |
---|
7 | name py27-euca2ools |
---|
8 | distname euca2ools |
---|
9 | epoch 1 |
---|
10 | version 3.0.2 |
---|
11 | categories-append net |
---|
12 | platforms darwin |
---|
13 | maintainers nomaintainer |
---|
14 | license MIT |
---|
15 | supported_archs noarch |
---|
16 | |
---|
17 | description Command line tools for EC2 and S3 API's. |
---|
18 | long_description Euca2ools are command-line tools for interacting with Web \ |
---|
19 | services that export a REST/Query-based API compatible with \ |
---|
20 | Amazon EC2 and S3 services.The tools can be used with both \ |
---|
21 | Amazon's services and with installations of the Eucalyptus \ |
---|
22 | open-source cloud-computing infrastructure. The tools were \ |
---|
23 | inspired by command-line tools distributed by Amazon \ |
---|
24 | (api-tools and ami-tools) and largely accept the same \ |
---|
25 | options and environment variables. |
---|
26 | homepage https://github.com/eucalyptus/euca2ools |
---|
27 | fetch.type git |
---|
28 | git.url https://github.com/eucalyptus/euca2ools.git |
---|
29 | git.branch tags/3.0.2 |
---|
30 | |
---|
31 | depends_lib port:py27-boto \ |
---|
32 | port:py27-m2crypto |
---|
33 | |
---|