aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/atftp
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-3/+3
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Use 'REQUIRE: NETWORKING' in the rc.d script to be consistentKevin Lo2015-01-141-3/+2
| | | | with ftp/tftp-hpa.
* - Support stageKevin Lo2013-10-305-16/+32
| | | | - Silent warnings
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | ftp)
* Fix build with clang.Kevin Lo2012-11-213-9/+22
| | | | Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
|
* Fix my last commitKevin Lo2011-02-091-3/+3
|
* Since atftpd uses signals, check for EINTR and continueKevin Lo2011-01-302-13/+26
| | | | | Approved by: miwi Feature safe: yes
* Missed multicast fix patches in previous commitKevin Lo2010-10-1112-118/+624
|
* Import atftp-0.7Kevin Lo2010-10-0518-0/+840
Atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the client presents a friendly interface using libreadline. The current server implementation lacks IPv6 support.