summaryrefslogtreecommitdiff
path: root/ftp/spegla (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak this port by fixing master sites and checksum information.Jordan K. Hubbard2004-02-272-4/+10
| | | | | PR: ports/63423 Submitted by: Jason Harris <jharris@widomaker.com>
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
|
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Be a bit more precise creating the list command. This allowsJohn W. De Boskey2002-10-121-0/+11
| | | | | | | spegla to interoperate with lukemftpd. A patch to lukemftpd will allow prior versions of spegla to work correctly. Found by: The update of releng4
* Complete incomplete fix in the previous delta.Maxim Sobolev2002-05-281-1/+1
| | | | Submitted by: bento
* Fix on bento.Maxim Sobolev2002-05-241-0/+2
| | | | Submitted by: bento
* Add IPv6 support.Jordan K. Hubbard2002-04-132-2/+6
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Fix this port to properly create /usr/local/share/examples/spegla *before*Jordan K. Hubbard2002-03-302-1/+5
| | | | trying to use it. Also update PLIST to match current reality.
* 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
* Fix at minfree checking when filesystem has free space over 4GB.Jun Kuriyama2001-01-192-0/+12
| | | | Approved by: maintainer
* Fix the skip directive.Jordan K. Hubbard2000-07-052-0/+17
| | | | Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* Update to version 1.1p4Jordan K. Hubbard2000-06-282-60/+12
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Update to version 1.1p4Jordan K. Hubbard2000-06-281-1/+1
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Upgrade to version 1.1p4Jordan K. Hubbard2000-06-281-1/+1
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-121-2/+2
|
* 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.
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
|
* Remove man page from PLISTBill Fumerola1999-05-061-1/+0
| | | | Pointy Hat: jkh
* Update to version 1.04Jordan K. Hubbard1999-04-293-3/+4
|
* Update to version 1.03Jordan K. Hubbard1998-12-193-10/+13
| | | | Prompted by: Jens A Nilsson <jnilsson@ludd.luth.se>
* "mkdir -p" -> "${MKDIR}"Satoshi Asami1998-04-201-3/+3
| | | | "${INSTALL} -c -m 444" -> "${INSTALL_DATA}"
* 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>