The FreeBSD Ports Archive
FreeBSD ftp : yale-tftpd4>
Enhanced tftpd(8) from Yale University and cisco Systems
yale-tftpd is an improved (but slightly incompatible until you configure it)
tftpd server. It has a powerful and configurable security setup and is well
suited for people who want to boot network devices using their system as a
TFTP server.
ftp://ftp.cert.dfn.de/pub/tools/net/yale-tftpd/
|
yale-tftpd history
v. 1.19
date: 2005/04/22 09:24:02; author: vs; state: Exp; lines: +2 -0
Use MAKE_ARGS
v. 1.18
date: 2004/02/05 20:37:10; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.17
date: 2003/02/20 17:24:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/10 16:46:00; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:44:56; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2000/04/12 05:31:29; author: mharo; state: Exp; lines: +3 -3
PORTNAME/PORTVERSION stuff
v. 1.13
date: 1999/08/25 05:55:28; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.12
date: 1999/08/02 10:44:03; author: asami; state: Exp; lines: +2 -2
Change "net" -> "ftp".
v. 1.11
date: 1998/10/15 01:42:53; author: jseger; state: Exp; lines: +6 -3
Unbreak for ELF.
Submitted by: steve
v. 1.10
date: 1998/10/14 03:30:00; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN ELF
cc -O -pipe -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -o tftpd tftpd.o tftpsubs.o tftpyale.o config.o classes/libclasses.a
cc: classes/libclasses.a: No such file or directory
*** Error code 1
v. 1.9
date: 1997/07/21 00:21:45; author: fenner; state: Exp; lines: +2 -2
File disappeared from MASTER_SITE. Replace with a site found by
ftpsearch.
Found by: distfile checker
v. 1.8
date: 1997/07/10 15:50:53; author: pst; state: Exp; lines: +2 -2
Set maintainer to ports@freebsd.org
v. 1.7
date: 1996/12/01 01:23:24; author: obrien; state: Exp; lines: +3 -1
General Makefile cleanup
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
v. 1.6
date: 1996/11/18 11:37:11; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5
date: 1995/11/27 04:05:56; author: asami; state: Exp; lines: +2 -2
Change "networking" to "net".
v. 1.4
date: 1995/04/15 05:42:10; author: asami; state: Exp; lines: +5 -1
Update of net Makefiles! Am I done? :)
v. 1.3
date: 1995/04/01 12:48:59; author: jkh; state: Exp; lines: +1 -0
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.2
date: 1995/03/20 20:54:44; author: pst; state: Exp; lines: +2 -2
Update to yale-tftpd 3.0
v. 1.1
date: 1994/10/07 00:45:11; author: pst; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/07 00:45:12; author: pst; state: Exp; lines: +0 -0
Enhanced TFTPD by Alan Watt of Yale
=============================================================================
v. 1.19
date: 2005/04/22 09:24:02; author: vs; state: Exp; lines: +2 -0
Use MAKE_ARGS
v. 1.18
date: 2004/02/05 20:37:10; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.17
date: 2003/02/20 17:24:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/10 16:46:00; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:44:56; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2000/04/12 05:31:29; author: mharo; state: Exp; lines: +3 -3
PORTNAME/PORTVERSION stuff
v. 1.13
date: 1999/08/25 05:55:28; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.12
date: 1999/08/02 10:44:03; author: asami; state: Exp; lines: +2 -2
Change "net" -> "ftp".
v. 1.11
date: 1998/10/15 01:42:53; author: jseger; state: Exp; lines: +6 -3
Unbreak for ELF.
Submitted by: steve
v. 1.10
date: 1998/10/14 03:30:00; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN ELF
cc -O -pipe -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -o tftpd tftpd.o tftpsubs.o tftpyale.o config.o classes/libclasses.a
cc: classes/libclasses.a: No such file or directory
*** Error code 1
v. 1.9
date: 1997/07/21 00:21:45; author: fenner; state: Exp; lines: +2 -2
File disappeared from MASTER_SITE. Replace with a site found by
ftpsearch.
Found by: distfile checker
v. 1.8
date: 1997/07/10 15:50:53; author: pst; state: Exp; lines: +2 -2
Set maintainer to ports@freebsd.org
v. 1.7
date: 1996/12/01 01:23:24; author: obrien; state: Exp; lines: +3 -1
General Makefile cleanup
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
v. 1.6
date: 1996/11/18 11:37:11; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5
date: 1995/11/27 04:05:56; author: asami; state: Exp; lines: +2 -2
Change "networking" to "net".
v. 1.4
date: 1995/04/15 05:42:10; author: asami; state: Exp; lines: +5 -1
Update of net Makefiles! Am I done? :)
v. 1.3
date: 1995/04/01 12:48:59; author: jkh; state: Exp; lines: +1 -0
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.2
date: 1995/03/20 20:54:44; author: pst; state: Exp; lines: +2 -2
Update to yale-tftpd 3.0
v. 1.1
date: 1994/10/07 00:45:11; author: pst; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/07 00:45:12; author: pst; state: Exp; lines: +0 -0
Enhanced TFTPD by Alan Watt of Yale
=============================================================================
v. 1.19
date: 2005/04/22 09:24:02; author: vs; state: Exp; lines: +2 -0
Use MAKE_ARGS
v. 1.18
date: 2004/02/05 20:37:10; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.17
date: 2003/02/20 17:24:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/10 16:46:00; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:44:56; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2000/04/12 05:31:29; author: mharo; state: Exp; lines: +3 -3
PORTNAME/PORTVERSION stuff
v. 1.13
date: 1999/08/25 05:55:28; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.12
date: 1999/08/02 10:44:03; author: asami; state: Exp; lines: +2 -2
Change "net" -> "ftp".
v. 1.11
date: 1998/10/15 01:42:53; author: jseger; state: Exp; lines: +6 -3
Unbreak for ELF.
Submitted by: steve
v. 1.10
date: 1998/10/14 03:30:00; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN ELF
cc -O -pipe -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -o tftpd tftpd.o tftpsubs.o tftpyale.o config.o classes/libclasses.a
cc: classes/libclasses.a: No such file or directory
*** Error code 1
v. 1.9
date: 1997/07/21 00:21:45; author: fenner; state: Exp; lines: +2 -2
File disappeared from MASTER_SITE. Replace with a site found by
ftpsearch.
Found by: distfile checker
v. 1.8
date: 1997/07/10 15:50:53; author: pst; state: Exp; lines: +2 -2
Set maintainer to ports@freebsd.org
v. 1.7
date: 1996/12/01 01:23:24; author: obrien; state: Exp; lines: +3 -1
General Makefile cleanup
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
v. 1.6
date: 1996/11/18 11:37:11; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.5
date: 1995/11/27 04:05:56; author: asami; state: Exp; lines: +2 -2
Change "networking" to "net".
v. 1.4
date: 1995/04/15 05:42:10; author: asami; state: Exp; lines: +5 -1
Update of net Makefiles! Am I done? :)
v. 1.3
date: 1995/04/01 12:48:59; author: jkh; state: Exp; lines: +1 -0
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.2
date: 1995/03/20 20:54:44; author: pst; state: Exp; lines: +2 -2
Update to yale-tftpd 3.0
v. 1.1
date: 1994/10/07 00:45:11; author: pst; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/10/07 00:45:12; author: pst; state: Exp; lines: +0 -0
Enhanced TFTPD by Alan Watt of Yale
=============================================================================
|
| |

|