Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.2 30 Jan 2021 09:01:08
  |
danfe  |
- Split into client and server ports: upstream now provides separate
distfiles and also this allows to simplify configure and build glue
in the Makefiles considerably
- Update to version 3.2.1, reword both COMMENTs accordingly
- Actualize MASTER_SITES and WWW line in the port description
- Unbreak the build against contemporary versions of OpenSSL
- Define LICENSE (GPLv2+) and install provided documentation files |
3.0.2 25 Jan 2021 07:15:42
  |
antoine  |
Mark BROKEN on FreeBSD 14
Reported by: pkg-fallout
MFH: 2021Q1 |
3.0.2 03 Apr 2019 09:30:06
  |
antoine  |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
3.0.2 10 Sep 2016 18:05:43
  |
marino  |
ftp/bbftp: document SSL build requirement and configure SSL properly
While here, wrap subshell commands and set the make environment |
3.0.2 25 Jun 2014 05:35:32
  |
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
3.0.2 25 Jan 2014 20:32:02
  |
bapt  |
Support stage
USE_GMAKE -> USES=gmake |
3.0.2 20 Sep 2013 17:23:19
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
3.0.2 22 Sep 2012 05:32:27
  |
tabthorpe  |
- Reassign to the heap at the maintainer's request |
3.0.2 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.0.2 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
3.0.2 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
3.0.2 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.0.2 04 Oct 2007 00:50:28
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
3.0.2 06 Aug 2006 16:43:35
 |
pav  |
- Broken on 4.X: does not compile (O_SYNC undeclared)
Reported by: krismail |
3.0.2 07 Jun 2006 18:38:09
 |
pav  |
bbFTP is a file transfer software. It implements its own transfer protocol,
which is optimized for large files (larger than 2GB) and secure as it does not
read the password in a file and encrypts the connection information. bbFTP
main features are:
* Encoded username and password at connection
* SSH and Certificate authentication modules
* Multi-stream transfer
* Big windows as defined in RFC1323
* On-the-fly data compression
* Automatic retry
* Customizable time-outs
* Transfer simulation
* AFS authentication integration
* RFIO interface
bbFTP is open-source software, released under the GNU General Public License.
It was written by Gilles Farrache at IN2P3 Computing Center in Lyon, France.
WWW: http://doc.in2p3.fr/bbftp/index.html
PR: ports/98610
Submitted by: Petr Holub <hopet@ics.muni.cz> |