- 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
This commit is contained in:
parent
cb8dc6637f
commit
eae381f33a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302907
4 changed files with 43 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
SUBDIR += battmond
|
||||
SUBDIR += battray
|
||||
SUBDIR += bbapm
|
||||
SUBDIR += bbcp
|
||||
SUBDIR += bchunk
|
||||
SUBDIR += be_agent
|
||||
SUBDIR += beadm
|
||||
|
|
35
sysutils/bbcp/Makefile
Normal file
35
sysutils/bbcp/Makefile
Normal file
|
@ -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>
|
4
sysutils/bbcp/distinfo
Normal file
4
sysutils/bbcp/distinfo
Normal file
|
@ -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
|
3
sysutils/bbcp/pkg-descr
Normal file
3
sysutils/bbcp/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Securely and quickly copy data from source to target.
|
||||
|
||||
WWW: http://www.slac.stanford.edu/~abh/bbcp/
|
Loading…
Reference in a new issue