mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Add new port:
utftpd is a TFTP server with fine-grained access control, support for blksize (RFC 2348), timeout options and support for revision control. You can assign three different kinds of rights to every client: - read: the right to read a file. - write: the right to write to an already existing file. - create: the right to create a file. Clients may be specified by a single ip address or a range of addresses or by ip address and mask. Revision control is optional and will never be turned on automatically for any file (you have to do the initial checkin into by hand). WWW: http://www.ohse.de/uwe/software/utftpd.html
This commit is contained in:
parent
b5d2525ca3
commit
1d6acd20d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53200
6 changed files with 48 additions and 0 deletions
|
@ -472,6 +472,7 @@
|
|||
SUBDIR += udptunnel
|
||||
SUBDIR += unison
|
||||
SUBDIR += urlendec
|
||||
SUBDIR += utftpd
|
||||
SUBDIR += vchat
|
||||
SUBDIR += vicq
|
||||
SUBDIR += vnc
|
||||
|
|
22
net/utftpd/Makefile
Normal file
22
net/utftpd/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: utftpd
|
||||
# Date created: 15 January 2002
|
||||
# Whom: andreas@freebsd.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= utftpd
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.ohse.de/uwe/releases/
|
||||
|
||||
MAINTAINER= andreas@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
|
||||
MAN1= utftp.1
|
||||
MAN5= utftpd.conf.5
|
||||
MAN8= utftpd.8 utftpd_make.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/utftpd/distinfo
Normal file
1
net/utftpd/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (utftpd-0.2.4.tar.gz) = 3adf5d86c7b6d83d8ec4099e54e8dede
|
1
net/utftpd/pkg-comment
Normal file
1
net/utftpd/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
secure tftpd server with fine grained access and revision control
|
15
net/utftpd/pkg-descr
Normal file
15
net/utftpd/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
utftpd is a TFTP server with fine-grained access control, support for
|
||||
blksize (RFC 2348), timeout options and support for revision control.
|
||||
|
||||
You can assign three different kinds of rights to every client:
|
||||
- read: the right to read a file.
|
||||
- write: the right to write to an already existing file.
|
||||
- create: the right to create a file.
|
||||
|
||||
Clients may be specified by a single ip address or a range of
|
||||
addresses or by ip address and mask.
|
||||
|
||||
Revision control is optional and will never be turned on automatically
|
||||
for any file (you have to do the initial checkin into by hand).
|
||||
|
||||
WWW: http://www.ohse.de/uwe/software/utftpd.html
|
8
net/utftpd/pkg-plist
Normal file
8
net/utftpd/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/utftp
|
||||
man/man1/utftp.1.gz
|
||||
man/man5/utftpd.conf.5.gz
|
||||
man/man8/utftpd.8.gz
|
||||
man/man8/utftpd_make.8.gz
|
||||
sbin/utftpd
|
||||
sbin/utftpd_dump
|
||||
sbin/utftpd_make
|
Loading…
Add table
Reference in a new issue