From owner-svn-ports-head@FreeBSD.ORG Thu May 28 20:50:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0A92D63; Thu, 28 May 2015 20:50:14 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93F35EEB; Thu, 28 May 2015 20:50:14 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4SKoE5q051334; Thu, 28 May 2015 20:50:14 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4SKoDOJ051328; Thu, 28 May 2015 20:50:13 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201505282050.t4SKoDOJ051328@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 28 May 2015 20:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387775 - in head/devel: . github-backup-utils github-backup-utils/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 20:50:14 -0000 Author: zi Date: Thu May 28 20:50:12 2015 New Revision: 387775 URL: https://svnweb.freebsd.org/changeset/ports/387775 Log: New port: devel/github-backup-utils: GitHub Enterprise Backup Utilities Includes backup and recovery utilities for GitHub Enterprise. WWW: https://github.com/github/backup-utils/ Added: head/devel/github-backup-utils/ head/devel/github-backup-utils/Makefile (contents, props changed) head/devel/github-backup-utils/distinfo (contents, props changed) head/devel/github-backup-utils/files/ head/devel/github-backup-utils/files/pkg-message.in (contents, props changed) head/devel/github-backup-utils/pkg-descr (contents, props changed) head/devel/github-backup-utils/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 28 20:41:22 2015 (r387774) +++ head/devel/Makefile Thu May 28 20:50:12 2015 (r387775) @@ -570,6 +570,7 @@ SUBDIR += git-review SUBDIR += git-subversion SUBDIR += gitflow + SUBDIR += github-backup-utils SUBDIR += gitg SUBDIR += gitg0 SUBDIR += gitinspector Added: head/devel/github-backup-utils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/github-backup-utils/Makefile Thu May 28 20:50:12 2015 (r387775) @@ -0,0 +1,32 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= github-backup-utils +PORTVERSION= 2.2.0 +CATEGORIES= devel + +MAINTAINER= zi@FreeBSD.org +COMMENT= GitHub Enterprise Backup Utilities + +RUN_DEPENDS= git>0:${PORTSDIR}/devel/git \ + rsync>0:${PORTSDIR}/net/rsync + +USE_GITHUB= yes +GH_ACCOUNT= github +GH_PROJECT= backup-utils +GH_TAGNAME= v${PORTVERSION} +SUB_FILES= pkg-message +NO_BUILD= yes + +post-patch: + ${REINPLACE_CMD} -e \ + 's|/etc/github-backup-utils/backup.config|${PREFIX}/etc/github.backup.config|g' \ + ${WRKSRC}/share/${PORTNAME}/ghe-backup-config + +do-install: + (cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/share/${PORTNAME} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}) + ${INSTALL_DATA} ${WRKSRC}/backup.config-example \ + ${STAGEDIR}${PREFIX}/etc/github.backup.config.sample + +.include Added: head/devel/github-backup-utils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/github-backup-utils/distinfo Thu May 28 20:50:12 2015 (r387775) @@ -0,0 +1,2 @@ +SHA256 (github-backup-utils-2.2.0-v2.2.0_GH0.tar.gz) = de547e9a680e467e7aa7ed6957a8f5c9ec236c36de6954c05e6d510b494d1155 +SIZE (github-backup-utils-2.2.0-v2.2.0_GH0.tar.gz) = 34348 Added: head/devel/github-backup-utils/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/github-backup-utils/files/pkg-message.in Thu May 28 20:50:12 2015 (r387775) @@ -0,0 +1,3 @@ +===================================================================== +Review and update %%PREFIX%%/etc/github.backup.config for your needs. +===================================================================== Added: head/devel/github-backup-utils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/github-backup-utils/pkg-descr Thu May 28 20:50:12 2015 (r387775) @@ -0,0 +1,5 @@ +GitHub Enterprise Backup Utilities + +Includes backup and recovery utilities for GitHub Enterprise. + +WWW: https://github.com/github/backup-utils/ Added: head/devel/github-backup-utils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/github-backup-utils/pkg-plist Thu May 28 20:50:12 2015 (r387775) @@ -0,0 +1,32 @@ +bin/ghe-backup +bin/ghe-host-check +bin/ghe-restore +@sample etc/github.backup.config.sample +%%DATADIR%%/ghe-backup-config +%%DATADIR%%/ghe-backup-es-rsync +%%DATADIR%%/ghe-backup-es-tarball +%%DATADIR%%/ghe-backup-pages-rsync +%%DATADIR%%/ghe-backup-pages-tarball +%%DATADIR%%/ghe-backup-redis +%%DATADIR%%/ghe-backup-repositories-rsync +%%DATADIR%%/ghe-backup-repositories-tarball +%%DATADIR%%/ghe-backup-settings +%%DATADIR%%/ghe-backup-userdata +%%DATADIR%%/ghe-maintenance-mode-disable +%%DATADIR%%/ghe-maintenance-mode-enable +%%DATADIR%%/ghe-maintenance-mode-status +%%DATADIR%%/ghe-prune-snapshots +%%DATADIR%%/ghe-restore-es-rsync +%%DATADIR%%/ghe-restore-es-tarball +%%DATADIR%%/ghe-restore-pages-rsync +%%DATADIR%%/ghe-restore-pages-tarball +%%DATADIR%%/ghe-restore-repositories-rsync +%%DATADIR%%/ghe-restore-repositories-tarball +%%DATADIR%%/ghe-restore-settings +%%DATADIR%%/ghe-restore-snapshot-path +%%DATADIR%%/ghe-restore-userdata +%%DATADIR%%/ghe-rsync +%%DATADIR%%/ghe-s3-backup +%%DATADIR%%/ghe-s3-restore +%%DATADIR%%/ghe-ssh +%%DATADIR%%/version