1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Doug Barton
2b1dacc826 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.
2011-10-24 04:17:37 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Edwin Groothuis
3e2fd4b788 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:50:28 +00:00
Pav Lucistnik
46e2778a5d - Broken on 4.X: does not compile (O_SYNC undeclared)
Reported by:	krismail
2006-08-06 16:43:35 +00:00
Pav Lucistnik
0a95856432 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>
2006-06-07 18:38:09 +00:00