[Midnightbsd-cvs] mports [20923] trunk/devel: add awscli port, an amazon web services universal cli

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Feb 1 10:05:33 EST 2016


Revision: 20923
          http://svnweb.midnightbsd.org/mports/?rev=20923
Author:   laffer1
Date:     2016-02-01 10:02:33 -0500 (Mon, 01 Feb 2016)
Log Message:
-----------
add awscli port, an amazon web services universal cli

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/awscli/
    trunk/devel/awscli/Makefile
    trunk/devel/awscli/distinfo
    trunk/devel/awscli/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-02-01 14:47:17 UTC (rev 20922)
+++ trunk/devel/Makefile	2016-02-01 15:02:33 UTC (rev 20923)
@@ -21,6 +21,7 @@
 SUBDIR += automake14
 SUBDIR += automoc4
 SUBDIR += autotools
+SUBDIR += awscli
 SUBDIR += binutils
 SUBDIR += bison
 SUBDIR += boehm-gc

Added: trunk/devel/awscli/Makefile
===================================================================
--- trunk/devel/awscli/Makefile	                        (rev 0)
+++ trunk/devel/awscli/Makefile	2016-02-01 15:02:33 UTC (rev 20923)
@@ -0,0 +1,28 @@
+# $MidnightBSD$
+
+PORTNAME=	awscli
+PORTVERSION=	1.7.11
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Universal Command Line Interface for Amazon Web Services
+
+LICENSE=	apache2
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bcdoc>=0.12.0:${PORTSDIR}/devel/py-bcdoc \
+		${PYTHON_PKGNAMEPREFIX}botocore>=0.84.0:${PORTSDIR}/devel/py-botocore \
+		${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \
+		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
+		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa
+
+USES=		python:2.6+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 2700
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse
+.endif
+
+.include <bsd.port.post.mk>


Property changes on: trunk/devel/awscli/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/awscli/distinfo
===================================================================
--- trunk/devel/awscli/distinfo	                        (rev 0)
+++ trunk/devel/awscli/distinfo	2016-02-01 15:02:33 UTC (rev 20923)
@@ -0,0 +1,2 @@
+SHA256 (awscli-1.7.11.tar.gz) = dd22ba9b1637219b93a34f8066cb432c7d5a9d7a44436e926d8dc76808da985b
+SIZE (awscli-1.7.11.tar.gz) = 295495


Property changes on: trunk/devel/awscli/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/awscli/pkg-descr
===================================================================
--- trunk/devel/awscli/pkg-descr	                        (rev 0)
+++ trunk/devel/awscli/pkg-descr	2016-02-01 15:02:33 UTC (rev 20923)
@@ -0,0 +1,17 @@
+This package provides a unified command line interface to many Amazon Web
+Services.
+
+The currently supported services include:
+
+* Amazon Elastic Compute Cloud (Amazon EC2)
+* Elastic Load Balancing
+* Auto Scaling
+* AWS CloudFormation
+* AWS Elastic Beanstalk
+* Amazon Simple Notification Service (Amazon SNS)
+* Amazon Simple Queue Service (Amazon SQS)
+* Amazon Relational Database Service (Amazon RDS)
+
+... and more.
+
+WWW: http://aws.amazon.com/cli/


Property changes on: trunk/devel/awscli/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list