notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
bbcp Secure, fast, and IPv6 capable Copy utility
20150116 sysutils Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20150116Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to build
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2019-05-08
Ignore IGNORE: is marked as broken: fails to build
Maintainer: portmaster@BSDforge.com search for ports maintained by this maintainer
Port Added: 2012-08-21 22:14:56
Last Update: 2019-08-03 11:45:42
SVN Revision: 507966
People watching this port, also watch:: tcpdump, sysinfo, monit, mkvtoolnix
Also Listed In: net
License: LGPL20
WWW:
http://www.slac.stanford.edu/~abh/bbcp/
Description:
Securely, and quickly copy data from Source to Target over IPv4 and IPv6 networks. WWW: http://www.slac.stanford.edu/~abh/bbcp/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/bbcp
  2. /usr/local/share/licenses/bbcp-20150116/catalog.mk
  3. /usr/local/share/licenses/bbcp-20150116/LICENSE
  4. /usr/local/share/licenses/bbcp-20150116/LGPL20
Collapse this list.
Dependency lines:
  • bbcp>0:sysutils/bbcp
No installation instructions:
This port has been deleted.
PKGNAME: bbcp
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (bbcp-20150116.tar.xz) = 3411cbbb3f611c9568be5c83199bd630191f69628c9aa9fc28d47d573e765ba7 SIZE (bbcp-20150116.tar.xz) = 991864

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for bbcp-20150116: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://BSDforge.com/projects/source/sysutils/bbcp/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20150116
03 Aug 2019 11:45:42
Revision:507966Original commit files touched by this commit
rodrigo search for other commits by this committer
Remove expired sysutils/bbcp

The port was reported broken one year ago,
and no acceptable fix was provide in the meantime.
An expiration date was set 4 months ago, and
now it's time to proceed and remove it.

PR:		229115
20150116
07 Apr 2019 07:43:38
Revision:498264Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
20150116
04 Nov 2018 12:57:58
Revision:484017Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to build

bbcp_Protocol.C:928:51: error: non-constant-expression cannot be narrowed from
type 'int' to 'size_t' (aka 'unsigned long') in initializer list
[-Wc++11-narrowing]
                        {(char *)" ", 1}, {csVal, csVsz},
                                                  ^~~~~

Reported by:	pkg-fallout
20150116
20 Jul 2016 15:33:20
Revision:418840Original commit files touched by this commit
mat search for other commits by this committer
Cleanup $() variables in ports Makefiles.

Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
20150116
24 Feb 2015 11:27:05
Revision:379783Original commit files touched by this commit
robak search for other commits by this committer
sysutils/bbcp: update 20150113 -> 20150116

- Add LICENSE_FILE
- Change pkg-descr

PR:		196814
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
20150113
15 Jan 2015 08:53:05
Revision:377063Original commit files touched by this commit
pi search for other commits by this committer
sysutils/bbcp: 20120520 -> 20150113

Change maintainer

Other Changes: See section "New Features" and "Backward Compatibility" at
http://www.slac.stanford.edu/~abh/bbcp/#_Toc392015164

- The new -ptime option forces bbcp to preserve only source file's
  access and modification time at the destination; leaving the group
  and mode unchanged.
- The new -gross option forces bbcp to copy empty directory structures
  in recursive mode.
- The new -mkdir option creates the destination directory for a
  recursive copy should it not exist.
- The new -symlinks option specifies how symbolic links are to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20120520
12 Apr 2014 11:21:12
Revision:351085Original commit files touched by this commit
bapt search for other commits by this committer
Fix build with clang
20120520
11 Apr 2014 22:17:12
Revision:351055Original commit files touched by this commit
ehaupt search for other commits by this committer
- Support staging
- Respect CC
- Respect CXX
- Requires gcc
20120520
21 Feb 2014 13:39:38
Revision:345435Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category sysutils
20120520
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
20120520
03 Jan 2014 01:13:00
Revision:338513Original commit files touched by this commit
bapt search for other commits by this committer
Part 2 at removing now useless FETCH_ARGS redifition
20120520
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
20120520
21 Aug 2012 22:14:31
Original commit files touched by this commit
jgh search for other commits by this committer
- 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

Number of commits found: 13