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.
This commit is contained in:
parent
caf5030692
commit
ed859ed10c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373185
4 changed files with 29 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
||||||
SUBDIR += boinc-client
|
SUBDIR += boinc-client
|
||||||
SUBDIR += boinc_curses
|
SUBDIR += boinc_curses
|
||||||
SUBDIR += bounce
|
SUBDIR += bounce
|
||||||
|
SUBDIR += bsdec2-image-upload
|
||||||
SUBDIR += bsdproxy
|
SUBDIR += bsdproxy
|
||||||
SUBDIR += bwi-firmware-kmod
|
SUBDIR += bwi-firmware-kmod
|
||||||
SUBDIR += bwn-firmware-kmod
|
SUBDIR += bwn-firmware-kmod
|
||||||
|
|
24
net/bsdec2-image-upload/Makefile
Normal file
24
net/bsdec2-image-upload/Makefile
Normal file
|
@ -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>
|
2
net/bsdec2-image-upload/distinfo
Normal file
2
net/bsdec2-image-upload/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (bsdec2-image-upload-1.0.0.tgz) = 686eb3f9298760d9f28e7bea30d4160b3e3cd829069700b36239c23c013baf1b
|
||||||
|
SIZE (bsdec2-image-upload-1.0.0.tgz) = 21402
|
2
net/bsdec2-image-upload/pkg-descr
Normal file
2
net/bsdec2-image-upload/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Tool for uploading disk images into Amazon EC2 and creating Amazon Machine
|
||||||
|
Images from them.
|
Loading…
Reference in a new issue