aboutsummaryrefslogtreecommitdiff
path: root/ftp/spegla
Commit message (Collapse)AuthorAgeFilesLines
* - Fix NOPORTEXAMPLES=yes case.Hiroki Sato2008-10-054-30/+49
| | | | | | | - Add WITH_IPV6 option. Notes: svn path=/head/; revision=221234
* - Remove distinfo hashes, which are not used officiallyGabor Kovesdan2007-07-191-4/+0
| | | | | | | | No objection from: ports@, maintainers Approved by: portmgr (pav) Notes: svn path=/head/; revision=195915
* - Fix reply code handling for USER command and bump PORTREVISION.Hiroki Sato2006-03-233-15/+45
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=158000
* Use MAKE_ARGSVolker Stolz2005-04-222-11/+2
| | | | Notes: svn path=/head/; revision=133920
* Reset inactive maintainer. Thanks for your work in the past!Kris Kennaway2005-04-031-1/+1
| | | | Notes: svn path=/head/; revision=132381
* Add a patch to fix a serious bug which can break a ftpHiroki Sato2004-07-253-12/+62
| | | | | | | | | | connection under some circumstances. Approved by: maintainer timeout (2 months) Approved by: linimon (mentor) Notes: svn path=/head/; revision=114676
* 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> Notes: svn path=/head/; revision=102277
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101590
* 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. Notes: svn path=/head/; revision=77045
* 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 Notes: svn path=/head/; revision=67842
* Complete incomplete fix in the previous delta.Maxim Sobolev2002-05-281-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=60188
* Fix on bento.Maxim Sobolev2002-05-241-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=59906
* Add IPv6 support.Jordan K. Hubbard2002-04-132-2/+6
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=57668
* 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. Notes: svn path=/head/; revision=56991
* 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