Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 17:51:00 -0800 (PST)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47156: new port: ftp/tftp-hpa: Advanced TFTP server
Message-ID:  <200301160151.h0G1p0Xa065331@minya.aero.org>

next in thread | raw e-mail | index | archive | help

>Number:         47156
>Category:       ports
>Synopsis:       new port: ftp/tftp-hpa: Advanced TFTP server
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 16 22:00:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Brooks Davis
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
The Aerospace Corporation
>Environment:
System: FreeBSD minya 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Jan 10 16:52:05 PST 2003 brooks@minya.sea.one-eyed-alien.net:/usr/obj/usr/src/sys/GENERIC i386


>Description:

tftp-hpa is a BSD derived, portable TFTP server with enough advanced
features (tsize) to support pxelinux.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	TFTP-hpa
#	tftp-hpa/Makefile
#	tftp-hpa/pkg-comment
#	tftp-hpa/pkg-descr
#	tftp-hpa/pkg-plist
#	tftp-hpa/distinfo
#	tftp-hpa/files
#	tftp-hpa/files/patch-MCONFIG.in
#	tftp-hpa/files/patch-tftpd::Makefile
#
echo c - tftp-hpa
mkdir -p tftp-hpa > /dev/null 2>&1
echo x - tftp-hpa/Makefile
sed 's/^X//' >tftp-hpa/Makefile << 'END-of-tftp-hpa/Makefile'
X# Ports collection makefile for:	tftp-hpa
X# Date created:				Tue Jan 14, 2003
X# Whom:					Brooks Davis <brooks@freebsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tftp-hpa
XPORTVERSION=	0.32
XCATEGORIES=	ftp
XMASTER_SITES=	ftp://ftp.kernel.org/pub/software/network/tftp/
X
XMAINTAINER=	brooks@FreeBSD.org
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
XMAN1=		tftp.1
XMAN8=		in.tftpd.8
XMLINKS=		in.tftpd.8 tftpd.8
X
X.include <bsd.port.mk>
END-of-tftp-hpa/Makefile
echo x - tftp-hpa/pkg-comment
sed 's/^X//' >tftp-hpa/pkg-comment << 'END-of-tftp-hpa/pkg-comment'
XAn advanced tftp server
END-of-tftp-hpa/pkg-comment
echo x - tftp-hpa/pkg-descr
sed 's/^X//' >tftp-hpa/pkg-descr << 'END-of-tftp-hpa/pkg-descr'
Xtftp-hpa is portable, BSD derived tftp server.  It supports advanced
Xoptions such as blksize, blksize2, tsize, timeout, and utimeout.
XIt also supported rulebased security options.
X
X-- Brooks Davis <brooks@FreeBSD.org>
END-of-tftp-hpa/pkg-descr
echo x - tftp-hpa/pkg-plist
sed 's/^X//' >tftp-hpa/pkg-plist << 'END-of-tftp-hpa/pkg-plist'
Xbin/tftp
Xlibexec/in.tftpd
END-of-tftp-hpa/pkg-plist
echo x - tftp-hpa/distinfo
sed 's/^X//' >tftp-hpa/distinfo << 'END-of-tftp-hpa/distinfo'
XMD5 (tftp-hpa-0.32.tar.bz2) = 696d48661f38474ff1cd575b4dd56c46
END-of-tftp-hpa/distinfo
echo c - tftp-hpa/files
mkdir -p tftp-hpa/files > /dev/null 2>&1
echo x - tftp-hpa/files/patch-MCONFIG.in
sed 's/^X//' >tftp-hpa/files/patch-MCONFIG.in << 'END-of-tftp-hpa/files/patch-MCONFIG.in'
X
X$FreeBSD$
X
X--- MCONFIG.in.orig	Tue Nov 27 02:18:11 2001
X+++ MCONFIG.in	Tue Jan 14 20:29:27 2003
X@@ -26,7 +26,7 @@
X MANDIR  = @mandir@
X 
X # System binaries
X-SBINDIR = @sbindir@
X+LIBEXECDIR = @libexecdir@
X 
X # Binary suffixes
X O = @OBJEXT@
END-of-tftp-hpa/files/patch-MCONFIG.in
echo x - tftp-hpa/files/patch-tftpd::Makefile
sed 's/^X//' >tftp-hpa/files/patch-tftpd::Makefile << 'END-of-tftp-hpa/files/patch-tftpd::Makefile'
X
X$FreeBSD$
X
X--- tftpd/Makefile.orig	Tue Jan 14 20:21:19 2003
X+++ tftpd/Makefile	Tue Jan 14 20:24:28 2003
X@@ -24,7 +24,7 @@
X 
X install: all
X 	mkdir -p $(INSTALLROOT)$(SBINDIR) $(INSTALLROOT)$(MANDIR)/man8
X-	$(INSTALL_PROGRAM) tftpd$(X) $(INSTALLROOT)$(SBINDIR)/in.tftpd
X+	$(INSTALL_PROGRAM) tftpd$(X) $(INSTALLROOT)$(LIBEXECDIR)/in.tftpd
X 	$(INSTALL_DATA)    tftpd.8 $(INSTALLROOT)$(MANDIR)/man8/in.tftpd.8
X 	cd $(INSTALLROOT)$(MANDIR)/man8 && $(LN_S) -f in.tftpd.8 tftpd.8
X 
END-of-tftp-hpa/files/patch-tftpd::Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301160151.h0G1p0Xa065331>