pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

packer: Import packer-1.3.5 as wip/packer



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Mar 16 17:39:33 2019 +0900
Changeset:	12287e01394d5fe9a2998aaa71fc43910b27e4be

Modified Files:
	Makefile
Added Files:
	packer/DESCR
	packer/Makefile
	packer/PLIST
	packer/distinfo

Log Message:
packer: Import packer-1.3.5 as wip/packer

Tool for creating identical machine images for multiple platforms.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=12287e01394d5fe9a2998aaa71fc43910b27e4be

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 +
 packer/DESCR    | 13 +++++++++++++
 packer/Makefile | 26 ++++++++++++++++++++++++++
 packer/PLIST    |  2 ++
 packer/distinfo |  6 ++++++
 5 files changed, 48 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 745963b00b..06e2b34ce3 100644
--- a/Makefile
+++ b/Makefile
@@ -2717,6 +2717,7 @@ SUBDIR+=	p6-test-mock
 SUBDIR+=	p6-uri
 SUBDIR+=	p6-xml-writer
 SUBDIR+=	p6-zef
+SUBDIR+=	packer
 SUBDIR+=	packman
 SUBDIR+=	pacman
 SUBDIR+=	pagetools
diff --git a/packer/DESCR b/packer/DESCR
new file mode 100644
index 0000000000..769cdf4ef4
--- /dev/null
+++ b/packer/DESCR
@@ -0,0 +1,13 @@
+Packer is an open source tool for creating identical machine images for
+multiple platforms from a single source configuration. Packer is
+lightweight, runs on every major operating system, and is highly
+performant, creating machine images for multiple platforms in
+parallel. Packer does not replace configuration management like Chef or
+Puppet. In fact, when building images, Packer is able to use tools like
+Chef or Puppet to install software onto the image.
+
+A machine image is a single static unit that contains a pre-configured
+operating system and installed software which is used to quickly create new
+running machines. Machine image formats change for each platform. Some
+examples include AMIs for EC2, VMDK/VMX files for VMware, OVF exports for
+VirtualBox, etc.
diff --git a/packer/Makefile b/packer/Makefile
new file mode 100644
index 0000000000..98f08daf79
--- /dev/null
+++ b/packer/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+PKGNAME=	packer-1.3.5
+DISTNAME=	packer-${GITHUB_TAG}
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
+GITHUB_PROJECT=	packer
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	iku.iwasa%gmail.com@localhost
+HOMEPAGE=	https://www.packer.io/
+COMMENT=	Tool for creating identical machine images for multiple platforms
+LICENSE=	mpl-2.0
+
+EXTRACT_USING=	bsdtar
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/hashicorp/packer/
+
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/packer ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/packer/PLIST b/packer/PLIST
new file mode 100644
index 0000000000..e4d841f4e0
--- /dev/null
+++ b/packer/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/packer
diff --git a/packer/distinfo b/packer/distinfo
new file mode 100644
index 0000000000..af416afbae
--- /dev/null
+++ b/packer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (packer-v1.3.5.tar.gz) = 6ba389a0225fb8292cd415071bb1140935e16702
+RMD160 (packer-v1.3.5.tar.gz) = f3f486e3934e9e685b2d43bd87e92ac2edfcbc59
+SHA512 (packer-v1.3.5.tar.gz) = becd747b43c8a9c0aa93d1d723f2e2383e9f2adc19e82653142ea13080aa393750cd3fdf86fa259af21af6b6417bf023e7e482402dfa56d347720fb740ebe906
+Size (packer-v1.3.5.tar.gz) = 9198704 bytes


Home | Main Index | Thread Index | Old Index