Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2012 22:14:31 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302907 - in head/sysutils: . bbcp
Message-ID:  <201208212214.q7LMEVnU015628@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jhein@symmetricom.com>
+#
+# $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 <bsd.port.options.mk>
+
+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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208212214.q7LMEVnU015628>