Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 22:34:44 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373185 - in head/net: . bsdec2-image-upload
Message-ID:  <201411232234.sANMYiaI026641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Sun Nov 23 22:34:43 2014
New Revision: 373185
URL: https://svnweb.freebsd.org/changeset/ports/373185
QAT: https://qat.redports.org/buildarchive/r373185/

Log:
  Add bsdec2-image-upload port:
    Tool for uploading disk images into Amazon EC2 and creating Amazon
    Machine Images from them.
  
  This will be used to build FreeBSD/EC2 images in the future.

Added:
  head/net/bsdec2-image-upload/
  head/net/bsdec2-image-upload/Makefile   (contents, props changed)
  head/net/bsdec2-image-upload/distinfo   (contents, props changed)
  head/net/bsdec2-image-upload/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Nov 23 22:31:38 2014	(r373184)
+++ head/net/Makefile	Sun Nov 23 22:34:43 2014	(r373185)
@@ -52,6 +52,7 @@
     SUBDIR += boinc-client
     SUBDIR += boinc_curses
     SUBDIR += bounce
+    SUBDIR += bsdec2-image-upload
     SUBDIR += bsdproxy
     SUBDIR += bwi-firmware-kmod
     SUBDIR += bwn-firmware-kmod

Added: head/net/bsdec2-image-upload/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bsdec2-image-upload/Makefile	Sun Nov 23 22:34:43 2014	(r373185)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	bsdec2-image-upload
+PORTVERSION=	1.0.0
+CATEGORIES=	net
+MASTER_SITES=	http://freebsd-ec2-dist.s3.amazonaws.com/
+
+MAINTAINER=	cperciva@FreeBSD.org
+COMMENT=	Tool for creating Amazon EC2 AMIs
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+
+RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+
+USES=		tar:tgz
+
+# Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so
+# all we need to give is the ${PREFIX}/bin part.
+MAKE_ARGS+=	BINDIR=${PREFIX}/bin
+
+PLIST_FILES=	bin/bsdec2-image-upload
+
+.include <bsd.port.mk>

Added: head/net/bsdec2-image-upload/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bsdec2-image-upload/distinfo	Sun Nov 23 22:34:43 2014	(r373185)
@@ -0,0 +1,2 @@
+SHA256 (bsdec2-image-upload-1.0.0.tgz) = 686eb3f9298760d9f28e7bea30d4160b3e3cd829069700b36239c23c013baf1b
+SIZE (bsdec2-image-upload-1.0.0.tgz) = 21402

Added: head/net/bsdec2-image-upload/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bsdec2-image-upload/pkg-descr	Sun Nov 23 22:34:43 2014	(r373185)
@@ -0,0 +1,2 @@
+Tool for uploading disk images into Amazon EC2 and creating Amazon Machine
+Images from them.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411232234.sANMYiaI026641>