aboutsummaryrefslogtreecommitdiff
path: root/ftp/bsdftpd-ssl
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251271
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - fix plist with -DNOPORTEXAMPLESIon-Mihai Tetcu2009-04-074-11/+7
| | | | | | | | | | | - while here, modernize the port (USE_RC_SUBR, SUB_FILES) - bump PORTREVISION Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231807
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-054-100/+0
| | | | Notes: svn path=/head/; revision=225293
* - Fix MASTER_SITES (make fetchable)Beech Rintoul2008-12-081-1/+1
| | | | | | | | | PR: ports/129443 Submitted by: Alexander Kirpa <freebsd-bug@kirpa.com> Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer) Notes: svn path=/head/; revision=224008
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200771
* - Add patch - Set LANG=C while doing character translations.Beech Rintoul2007-09-071-0/+15
| | | | | | | | | | PR: ports/115966 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer), sat (mentor) Notes: svn path=/head/; revision=199041
* - Patch to fix build with gcc 4.xSergey Matveychuk2007-08-302-1/+258
| | | | | | | | | | - PORTREVISION bump because some minor functional changes. PR: ports/115841 Submitted by: maintainer Notes: svn path=/head/; revision=198548
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* - Update to 1.1.0Pav Lucistnik2005-07-1813-107/+212
| | | | | | | | PR: ports/83633 Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer) Notes: svn path=/head/; revision=139536
* Fix build with gcc-3.4Kirill Ponomarev2004-08-071-0/+89
| | | | | | | | PR: ports/70131 Submitted by: maintainer Notes: svn path=/head/; revision=115579
* Update to 1.0.2Kirill Ponomarev2004-07-213-3/+9
| | | | | | | | PR: ports/69343 Submitted by: maintainer Notes: svn path=/head/; revision=114344
* - Update to 1.0.1Pav Lucistnik2004-03-026-46/+54
| | | | | | | | PR: ports/63650 Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer) Notes: svn path=/head/; revision=102777
* - Data transfere may be aborted now with the next message,Kirill Ponomarev2004-01-112-0/+41
| | | | | | | | | | | because the EINTR error isn't handled: "426 Data connection: Interrupted system call". PR: 61221 Submitted by: maintainer Notes: svn path=/head/; revision=97955
* - Update to version 1.0.0Kirill Ponomarev2003-12-047-49/+46
| | | | | | | | PR: 59761 Submitted by: maintainer Notes: svn path=/head/; revision=95007
* - Fix build on -currentKirill Ponomarev2003-10-211-0/+12
| | | | | | | | PR: 58200 Submitted by: maintainer Notes: svn path=/head/; revision=91825
* update to 0.6.3Yen-Ming Lee2003-09-062-2/+2
| | | | | | | | PR: 56508 Submitted by: Nick Leuta <skynick@mail.sc.ru> Notes: svn path=/head/; revision=88610
* Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.Tilman Keskinoz2003-04-067-0/+157
PR: 44756 Submitted by: Nick Leuta <skynick@stu.lipetsk.ru> Notes: svn path=/head/; revision=78426