summaryrefslogtreecommitdiff
path: root/misc/ec2-ami-tools
AgeCommit message (Collapse)AuthorFilesLines
2014-03-13Refelect change of RUBY_SRCDIR.taca1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-03-22Bump PKGREVISION reflecting the default Ruby's version change.taca1-2/+2
2011-09-16Bump PKGREVISION from RUBY_VERSION_DEFAULT changes.obache1-1/+2
2011-01-31Remove TODO. It does not apply to this pkg anymore.jym1-2/+0
2011-01-31Import misc/ec2-ami-tools.jym17-0/+813
The Amazon EC2 AMI Tools are command-line utilities to help bundle an Amazon Machine Image (AMI), create an AMI from an existing machine or installed volume, and upload a bundled AMI to Amazon S3. You can use these to create and upload a NetBSD AMI to EC2. Bundling and using NetBSD AMIs will be part of a wiki article, as there are some limitations that I need to fix before making it official. It has nothing to do with this pkg though, so in case someone wants to play with AWS, there is no reason to hold it back. Ruby modules are written so that they can be used on any platform supported by Amazon (some Linuces and Solaris), I just re-used the framework to make it work with NetBSD.