aboutsummaryrefslogtreecommitdiff
path: root/net/p5-VM-EC2
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-11-151-0/+1
| | | | Notes: svn path=/head/; revision=401647
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-172-1/+2
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=397147
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* - Add p5-VM-EC2 1.28Sunpoet Po-Chuan Hsieh2015-04-144-0/+398
This is an interface to Amazon AWS API. It was written provide access to the new tag and metadata interface that is not currently supported by Net::Amazon::EC2, as well as to provide developers with an extension mechanism for the API. This library will also support the Open Stack open source cloud. The main interface is the VM::EC2 object, which provides methods for interrogating the Amazon EC2, launching instances, and managing instance lifecycle. These methods return major object classes which act as specialized interfaces to AWS. WWW: http://search.cpan.org/dist/VM-EC2/ Notes: svn path=/head/; revision=384015