From owner-svn-ports-head@FreeBSD.ORG Tue Aug 21 22:14:31 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6A71065674; Tue, 21 Aug 2012 22:14:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 408F18FC15; Tue, 21 Aug 2012 22:14:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7LMEVDI015634; Tue, 21 Aug 2012 22:14:31 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7LMEVnU015628; Tue, 21 Aug 2012 22:14:31 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201208212214.q7LMEVnU015628@svn.freebsd.org> From: Jason Helfman Date: Tue, 21 Aug 2012 22:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302907 - in head/sysutils: . bbcp X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 21 Aug 2012 22:14:31 -0000 Author: jgh Date: Tue Aug 21 22:14:30 2012 New Revision: 302907 URL: http://svn.freebsd.org/changeset/ports/302907 Log: - add new port: sysutils/bbcp Securely and quickly copy data from source to target. WWW: http://www.slac.stanford.edu/~abh/bbcp/ PR: 170576 Submitted by: jhein@symmetricom.com Added: head/sysutils/bbcp/ head/sysutils/bbcp/Makefile (contents, props changed) head/sysutils/bbcp/distinfo (contents, props changed) head/sysutils/bbcp/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Aug 21 21:29:22 2012 (r302906) +++ head/sysutils/Makefile Tue Aug 21 22:14:30 2012 (r302907) @@ -65,6 +65,7 @@ SUBDIR += battmond SUBDIR += battray SUBDIR += bbapm + SUBDIR += bbcp SUBDIR += bchunk SUBDIR += be_agent SUBDIR += beadm Added: head/sysutils/bbcp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bbcp/Makefile Tue Aug 21 22:14:30 2012 (r302907) @@ -0,0 +1,35 @@ +# New ports collection makefile for: bbcp +# Date created: 10 August 2012 +# Whom: John Hein +# +# $FreeBSD$ +# + +PORTNAME= bbcp +PORTVERSION= 20120520 +CATEGORIES= sysutils net +MASTER_SITES= https://bitbucket.org/jhein/bbcp/downloads/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-20100818.pdf +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= jhein@symmetricom.com +COMMENT= Secure and fast copy utility + +LICENSE= BSD + +BUILD_WRKSRC= ${WRKSRC}/src +FETCH_ARGS= -Fpr +PLIST_FILES= bin/bbcp +PORTDOCS= ${PORTNAME}.pdf +USE_XZ= yes + +.include + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD/bbcp ${PREFIX}/bin +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-20100818.pdf ${DOCSDIR}/${PORTNAME}.pdf +.endif + +.include Added: head/sysutils/bbcp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bbcp/distinfo Tue Aug 21 22:14:30 2012 (r302907) @@ -0,0 +1,4 @@ +SHA256 (bbcp-20120520.tar.xz) = 9d4c59ca08b6a40b96b4240ee836c09ccae4407149c21eb259d6ecd0ddf599e2 +SIZE (bbcp-20120520.tar.xz) = 109104 +SHA256 (bbcp-20100818.pdf) = c5910d9a75eefea639f6d88282709d8882d68927137babd5ec851e1c17dcbeae +SIZE (bbcp-20100818.pdf) = 889566 Added: head/sysutils/bbcp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bbcp/pkg-descr Tue Aug 21 22:14:30 2012 (r302907) @@ -0,0 +1,3 @@ +Securely and quickly copy data from source to target. + +WWW: http://www.slac.stanford.edu/~abh/bbcp/