summaryrefslogtreecommitdiff
path: root/ftp/spegla (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix \0 termination at %s substitution for configfile.Jun Kuriyama2001-02-012-1/+19
| | | | | | | | | Be sure vsnprintf() may return value which is larger than buffer length. Approved by: maintainer Notes: svn path=/head/; revision=37868
* Fix at minfree checking when filesystem has free space over 4GB.Jun Kuriyama2001-01-192-0/+12
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=37351
* Fix the skip directive.Jordan K. Hubbard2000-07-052-0/+17
| | | | | | | Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> Notes: svn path=/head/; revision=30252
* Update to version 1.1p4Jordan K. Hubbard2000-06-282-60/+12
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29948
* Update to version 1.1p4Jordan K. Hubbard2000-06-281-1/+1
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29947
* Upgrade to version 1.1p4Jordan K. Hubbard2000-06-281-1/+1
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29946
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27456
* Update to spegla-1.04p1, which fixes core dumps that can happen whenJohn Polstra1999-10-092-3/+3
| | | | | | | | | re-logging in after a lost connection. OK'd by the maintainer of the port. Notes: svn path=/head/; revision=22290
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
| | | | Notes: svn path=/head/; revision=20493
* Remove man page from PLISTBill Fumerola1999-05-061-1/+0
| | | | | | | Pointy Hat: jkh Notes: svn path=/head/; revision=18571
* Update to version 1.04Jordan K. Hubbard1999-04-293-3/+4
| | | | Notes: svn path=/head/; revision=18181
* Update to version 1.03Jordan K. Hubbard1998-12-193-10/+13
| | | | | | | Prompted by: Jens A Nilsson <jnilsson@ludd.luth.se> Notes: svn path=/head/; revision=15426
* "mkdir -p" -> "${MKDIR}"Satoshi Asami1998-04-201-3/+3
| | | | | | | "${INSTALL} -c -m 444" -> "${INSTALL_DATA}" Notes: svn path=/head/; revision=10613
* This has been on my TODO list for awhile. Spegla is an FTP mirroringJordan K. Hubbard1998-04-206-0/+88
program that uses neither perl nor masses of memory when mirroring large collections (like at ftp.freebsd.org). I did the port but the author is Jens A Nilsson <jnilsson@ludd.luth.se> Notes: svn path=/head/; revision=10598