pkgsrc-WIP-changes archive

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

Import minio-RELEASE.2018-09-12T18-49-56Z.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Mon Sep 24 22:18:12 2018 -0700
Changeset:	efcd6f94bae12abed4c1b423b0ba7b7d98abbcd6

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

Log Message:
Import minio-RELEASE.2018-09-12T18-49-56Z.

It's the minio server. Probably not very useful without the minio client
"mc".

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

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

diffstat:
 Makefile       |  1 +
 minio/DESCR    |  8 ++++++++
 minio/Makefile | 28 ++++++++++++++++++++++++++++
 minio/PLIST    |  2 ++
 minio/distinfo |  6 ++++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ccc7e19fe6..a52409b178 100644
--- a/Makefile
+++ b/Makefile
@@ -2105,6 +2105,7 @@ SUBDIR+=	mingw-w64-headers
 SUBDIR+=	mingw-w64-libgcc
 SUBDIR+=	mini18n
 SUBDIR+=	miniircd
+SUBDIR+=	minio
 SUBDIR+=	minuit2
 SUBDIR+=	mipscope
 SUBDIR+=	miracl
diff --git a/minio/DESCR b/minio/DESCR
new file mode 100644
index 0000000000..93ebc6d726
--- /dev/null
+++ b/minio/DESCR
@@ -0,0 +1,8 @@
+Minio is an object storage server released under Apache License v2.0. It is
+compatible with Amazon S3 cloud storage service. It is best suited for
+storing unstructured data such as photos, videos, log files, backups and
+container / VM images. Size of an object can range from a few KBs to a
+maximum of 5TB.
+
+Minio server is light enough to be bundled with the application stack,
+similar to NodeJS, Redis and MySQL.
diff --git a/minio/Makefile b/minio/Makefile
new file mode 100644
index 0000000000..fed1c7759e
--- /dev/null
+++ b/minio/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	minio-${GITHUB_TAG}
+PKGNAME=	minio-20180912184956
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=minio/}
+GITHUB_PROJECT=	minio
+GITHUB_TAG=	RELEASE.2018-09-12T18-49-56Z
+
+MAINTAINER=	cfkoch%edegbsd.org@localhost
+HOMEPAGE=	https://minio.io
+COMMENT=	High performance distributed object storage server
+LICENSE=	apache-2.0
+
+EXTRACT_USING=	gtar
+
+GO_DIST_BASE=	${DISTNAME}
+GO_SRCPATH=	github.com/minio/minio
+
+# XXX Only because I personally don't see the point installing all, like,
+# 3000+ files of this package's source... all of the vendor/'d stuff, you
+# know what I mean?
+do-install:
+	${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/minio ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/minio/PLIST b/minio/PLIST
new file mode 100644
index 0000000000..64162da92d
--- /dev/null
+++ b/minio/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/minio
diff --git a/minio/distinfo b/minio/distinfo
new file mode 100644
index 0000000000..f75450d653
--- /dev/null
+++ b/minio/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (minio-RELEASE.2018-09-12T18-49-56Z.tar.gz) = b054a3495ededa39edbd15e36608ac2e599d79e3
+RMD160 (minio-RELEASE.2018-09-12T18-49-56Z.tar.gz) = 6b8f1de64baf1cb68f7bdb964d9d831f98e207a6
+SHA512 (minio-RELEASE.2018-09-12T18-49-56Z.tar.gz) = 2f33e406f8be22ccb74c7d90a76d6a48699c7e1c95c3adc10f26e6945b56b8648626ce0cfcd255ecb56985f9e849c81a0dcc4c79f772d33804774a5fe65ae4b3
+Size (minio-RELEASE.2018-09-12T18-49-56Z.tar.gz) = 8743369 bytes


Home | Main Index | Thread Index | Old Index