mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Helpful CLI utilities for querying and connecting to EC2 instances
WWW: https://github.com/FlipPath/ec2-cli-tools
This commit is contained in:
parent
4919c5822c
commit
a464253baf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324642
5 changed files with 35 additions and 0 deletions
|
@ -906,6 +906,7 @@
|
||||||
SUBDIR += py-beanstalkc
|
SUBDIR += py-beanstalkc
|
||||||
SUBDIR += py-cloudfiles
|
SUBDIR += py-cloudfiles
|
||||||
SUBDIR += py-dpkt
|
SUBDIR += py-dpkt
|
||||||
|
SUBDIR += py-ec2-cli-tools
|
||||||
SUBDIR += py-eventlet
|
SUBDIR += py-eventlet
|
||||||
SUBDIR += py-gntp
|
SUBDIR += py-gntp
|
||||||
SUBDIR += py-google
|
SUBDIR += py-google
|
||||||
|
|
16
net/py-ec2-cli-tools/Makefile
Normal file
16
net/py-ec2-cli-tools/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= ec2-cli-tools
|
||||||
|
PORTVERSION= 1.4
|
||||||
|
CATEGORIES= net python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= swills@FreeBSD.org
|
||||||
|
COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances
|
||||||
|
|
||||||
|
USE_PYTHON= yes
|
||||||
|
USE_PYDISTUTILS= easy_install
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
net/py-ec2-cli-tools/distinfo
Normal file
2
net/py-ec2-cli-tools/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (ec2-cli-tools-1.4.tar.gz) = 67f5ee75945ba1fd5a7ed9f7b19d6e92198177b1ef979a9c956adb05bdfca6f2
|
||||||
|
SIZE (ec2-cli-tools-1.4.tar.gz) = 5840
|
3
net/py-ec2-cli-tools/pkg-descr
Normal file
3
net/py-ec2-cli-tools/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Helpful CLI utilities for querying and connecting to EC2 instances
|
||||||
|
|
||||||
|
WWW: https://github.com/FlipPath/ec2-cli-tools
|
13
net/py-ec2-cli-tools/pkg-plist
Normal file
13
net/py-ec2-cli-tools/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%
|
||||||
|
%%PYTHON_LIBDIR%%/site-packages/easy-install.pth
|
||||||
|
%%PYTHON_LIBDIR%%/site-packages/site.py
|
||||||
|
%%PYTHON_LIBDIR%%/site-packages/site.pyc
|
||||||
|
%%PYTHON_LIBDIR%%/site-packages/site.pyo
|
||||||
|
bin/ec2getsnaps
|
||||||
|
bin/ec2host
|
||||||
|
bin/ec2hostcache
|
||||||
|
bin/ec2ssh
|
||||||
|
bin/ec2sshproxy
|
||||||
|
bin/ec2who
|
||||||
|
@dirrm %%PYTHON_LIBDIR%%/site-packages
|
||||||
|
@dirrm %%PYTHON_LIBDIR%%
|
Loading…
Add table
Reference in a new issue