svn commit: r373185 - in head/net: . bsdec2-image-upload
Colin Percival
cperciva at FreeBSD.org
Sun Nov 23 22:34:45 UTC 2014
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 at 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.
More information about the svn-ports-all
mailing list