aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/spegla/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Fix reply code handling for USER command and bump PORTREVISION.Hiroki Sato2006-03-231-8/+8
| | | | | | | | | According to STD 9 (RFC 959), 230 reply code can be returned just after that command. While the upstream has been informed it is unlikely to roll out the next release including this fix in the near future. - Make portlint(1) happy. - Take maintainership.
* Use MAKE_ARGSVolker Stolz2005-04-221-0/+2
|
* Reset inactive maintainer. Thanks for your work in the past!Kris Kennaway2005-04-041-1/+1
|
* Add a patch to fix a serious bug which can break a ftpHiroki Sato2004-07-251-1/+1
| | | | | | | connection under some circumstances. Approved by: maintainer timeout (2 months) Approved by: linimon (mentor)
* Unbreak this port by fixing master sites and checksum information.Jordan K. Hubbard2004-02-271-4/+2
| | | | | PR: ports/63423 Submitted by: Jason Harris <jharris@widomaker.com>
* BROKEN: Checksum mismatchKris Kennaway2004-02-221-0/+2
|
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* 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-141-2/+5
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Fix this port to properly create /usr/local/share/examples/spegla *before*Jordan K. Hubbard2002-03-311-1/+3
| | | | trying to use it. Also update PLIST to match current reality.
* Fix at minfree checking when filesystem has free space over 4GB.Jun Kuriyama2001-01-201-0/+1
| | | | Approved by: maintainer
* Fix the skip directive.Jordan K. Hubbard2000-07-061-0/+5
| | | | Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* Upgrade to version 1.1p4Jordan K. Hubbard2000-06-291-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-101-2/+2
| | | | | | 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
|
* Update to version 1.04Jordan K. Hubbard1999-04-291-2/+2
|
* Update to version 1.03Jordan K. Hubbard1998-12-191-5/+7
| | | | Prompted by: Jens A Nilsson <jnilsson@ludd.luth.se>
* "mkdir -p" -> "${MKDIR}"Satoshi Asami1998-04-211-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-201-0/+22
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>