diff --git a/net/Makefile b/net/Makefile index 37f65c5ed53b..83baea88f357 100644 --- a/net/Makefile +++ b/net/Makefile @@ -906,6 +906,7 @@ SUBDIR += py-beanstalkc SUBDIR += py-cloudfiles SUBDIR += py-dpkt + SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet SUBDIR += py-gntp SUBDIR += py-google diff --git a/net/py-ec2-cli-tools/Makefile b/net/py-ec2-cli-tools/Makefile new file mode 100644 index 000000000000..e32d73daeed1 --- /dev/null +++ b/net/py-ec2-cli-tools/Makefile @@ -0,0 +1,16 @@ +# Created by: Steve Wills +# $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 diff --git a/net/py-ec2-cli-tools/distinfo b/net/py-ec2-cli-tools/distinfo new file mode 100644 index 000000000000..36f3336c21a9 --- /dev/null +++ b/net/py-ec2-cli-tools/distinfo @@ -0,0 +1,2 @@ +SHA256 (ec2-cli-tools-1.4.tar.gz) = 67f5ee75945ba1fd5a7ed9f7b19d6e92198177b1ef979a9c956adb05bdfca6f2 +SIZE (ec2-cli-tools-1.4.tar.gz) = 5840 diff --git a/net/py-ec2-cli-tools/pkg-descr b/net/py-ec2-cli-tools/pkg-descr new file mode 100644 index 000000000000..f4fbf87ba8b1 --- /dev/null +++ b/net/py-ec2-cli-tools/pkg-descr @@ -0,0 +1,3 @@ +Helpful CLI utilities for querying and connecting to EC2 instances + +WWW: https://github.com/FlipPath/ec2-cli-tools diff --git a/net/py-ec2-cli-tools/pkg-plist b/net/py-ec2-cli-tools/pkg-plist new file mode 100644 index 000000000000..00fa8eb23772 --- /dev/null +++ b/net/py-ec2-cli-tools/pkg-plist @@ -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%%