svn commit: r324642 - in head/net: . py-ec2-cli-tools
Steve Wills
swills at FreeBSD.org
Tue Aug 13 00:59:26 UTC 2013
Author: swills
Date: Tue Aug 13 00:59:25 2013
New Revision: 324642
URL: http://svnweb.freebsd.org/changeset/ports/324642
Log:
Helpful CLI utilities for querying and connecting to EC2 instances
WWW: https://github.com/FlipPath/ec2-cli-tools
Added:
head/net/py-ec2-cli-tools/
head/net/py-ec2-cli-tools/Makefile (contents, props changed)
head/net/py-ec2-cli-tools/distinfo (contents, props changed)
head/net/py-ec2-cli-tools/pkg-descr (contents, props changed)
head/net/py-ec2-cli-tools/pkg-plist (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Tue Aug 13 00:19:17 2013 (r324641)
+++ head/net/Makefile Tue Aug 13 00:59:25 2013 (r324642)
@@ -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
Added: head/net/py-ec2-cli-tools/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/py-ec2-cli-tools/Makefile Tue Aug 13 00:59:25 2013 (r324642)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ec2-cli-tools
+PORTVERSION= 1.4
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= swills at FreeBSD.org
+COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>
Added: head/net/py-ec2-cli-tools/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/py-ec2-cli-tools/distinfo Tue Aug 13 00:59:25 2013 (r324642)
@@ -0,0 +1,2 @@
+SHA256 (ec2-cli-tools-1.4.tar.gz) = 67f5ee75945ba1fd5a7ed9f7b19d6e92198177b1ef979a9c956adb05bdfca6f2
+SIZE (ec2-cli-tools-1.4.tar.gz) = 5840
Added: head/net/py-ec2-cli-tools/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/py-ec2-cli-tools/pkg-descr Tue Aug 13 00:59:25 2013 (r324642)
@@ -0,0 +1,3 @@
+Helpful CLI utilities for querying and connecting to EC2 instances
+
+WWW: https://github.com/FlipPath/ec2-cli-tools
Added: head/net/py-ec2-cli-tools/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/py-ec2-cli-tools/pkg-plist Tue Aug 13 00:59:25 2013 (r324642)
@@ -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
+ at dirrm %%PYTHON_LIBDIR%%/site-packages
+ at dirrm %%PYTHON_LIBDIR%%
More information about the svn-ports-all
mailing list