Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,6 @@
Google Cloud SDK contains tools and libraries that enable you to
easily create and manage resources on Google Cloud Platform,
including App Engine, Compute Engine, Cloud Storage, BigQuery,
Cloud SQL, and Cloud DNS.
This package contains bq, gcloud and gsutil commands.

View File

@@ -0,0 +1,9 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2016/01/11 04:25:41 ryoon Exp $
Google Cloud SDK tools have been installed in
${PREFIX}/${PYPKGPREFIX}-google-cloud-sdk/bin.
You should add ${PREFIX}/${PYPKGPREFIX}-google-cloud-sdk/bin to
your PATH environmental variable.
===========================================================================

View File

@@ -0,0 +1,40 @@
# $NetBSD: Makefile,v 1.3 2016/04/02 08:26:49 jperkin Exp $
GCLOUDVER= 96.0.0
DISTNAME= google-cloud-sdk-${GCLOUDVER}-linux-x86
PKGNAME= ${PYPKGPREFIX}-google-cloud-sdk-${GCLOUDVER}
CATEGORIES= net
MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://cloud.google.com/sdk/
COMMENT= Google Cloud SDK (for Compute Engine etc.)
LICENSE= apache-2.0
GCSWRKSUBDIR= google-cloud-sdk
WRKSRC= ${WRKDIR}/${GCSWRKSUBDIR}
NO_BUILD= yes
USE_TOOLS+= pax
REPLACE_PYTHON+= bin/*
REPLACE_PYTHON+= bin/bootstrapping/*
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
INSTALLATION_DIRS= ${PKGBASE}
do-install:
cd ${WRKDIR} && \
${FIND} ${GCSWRKSUBDIR} -type d -exec chmod 755 {} \;
cd ${WRKDIR} && \
${FIND} ${GCSWRKSUBDIR} -type f -exec chmod 644 {} \;
cd ${WRKDIR} && \
${FIND} ${GCSWRKSUBDIR}/bin -type f -exec chmod 755 {} \;
cd ${WRKDIR}/${GCSWRKSUBDIR} && \
${FIND} . -type f \! -name '*.orig' -print | \
pax -rw -pmp ${DESTDIR}${PREFIX}/${PKGBASE}
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/02/13 02:35:16 ryoon Exp $
SHA1 (google-cloud-sdk-96.0.0-linux-x86.tar.gz) = 191c992a7da513b3780478b2f9b3b2372d440eab
RMD160 (google-cloud-sdk-96.0.0-linux-x86.tar.gz) = 0ab3332290dcbbe69261dbcee8611b443b5e117f
SHA512 (google-cloud-sdk-96.0.0-linux-x86.tar.gz) = 750fc52e6f369709e4050a758a79c6071f9a7e4af6290d1637504305b5fd7002bf9e52ed2c15aa59857e6917f45ff9bf11c86a5b7611f89d15611d5c2c8ff812
Size (google-cloud-sdk-96.0.0-linux-x86.tar.gz) = 7109144 bytes