From e2a8280ccb72e0e8784731649b006e1db41757df Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 23 Sep 2008 00:54:28 +0000 Subject: tftp-hpa is an enhanced version of the BSD TFTP client and server. It possesses a number of bugfixes and enhancements over the original. It has been made portable and will work on pretty much any modern Unix variant. WWW: http://www.kernel.org/pub/software/network/tftp/ PR: ports/127293 Submitted by: Edwin Groothuis --- net/Makefile | 1 + net/tftp-hpa/Makefile | 28 ++++++++++++++++++++++++++++ net/tftp-hpa/distinfo | 3 +++ net/tftp-hpa/pkg-descr | 6 ++++++ 4 files changed, 38 insertions(+) create mode 100644 net/tftp-hpa/Makefile create mode 100644 net/tftp-hpa/distinfo create mode 100644 net/tftp-hpa/pkg-descr diff --git a/net/Makefile b/net/Makefile index caa372acbb51..e666809e2b87 100644 --- a/net/Makefile +++ b/net/Makefile @@ -930,6 +930,7 @@ SUBDIR += tcpxtract SUBDIR += tdetect SUBDIR += telserv + SUBDIR += tftp-hpa SUBDIR += tftpgrab SUBDIR += thcrut SUBDIR += throttled diff --git a/net/tftp-hpa/Makefile b/net/tftp-hpa/Makefile new file mode 100644 index 000000000000..8a640c700a33 --- /dev/null +++ b/net/tftp-hpa/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: tftp-hpa +# Date created: 11 September 2008 +# Whom: Edwin Groothuis +# +# $FreeBSD$ +# + +PORTNAME= tftp-hpa +PORTVERSION= 0.48 +CATEGORIES= net +MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/ + +MAINTAINER= edwin@mavetju.org +COMMENT= Enhanced version of the BSD TFTP client and server + +HAS_CONFIGURE= yes + +CONFIGURE_ARGS= --prefix=${PREFIX} +USE_BZIP2= yes +USE_GMAKE= yes + +MAN1= tftp.1 +MAN8= in.tftpd.8 tftpd.8 +NOMANCOMPRESS= yes + +PLIST_FILES= bin/tftp sbin/in.tftpd + +.include diff --git a/net/tftp-hpa/distinfo b/net/tftp-hpa/distinfo new file mode 100644 index 000000000000..4e401f00d5bf --- /dev/null +++ b/net/tftp-hpa/distinfo @@ -0,0 +1,3 @@ +MD5 (tftp-hpa-0.48.tar.bz2) = f2e0a1ca0c49ae46ecad26a54df3e887 +SHA256 (tftp-hpa-0.48.tar.bz2) = 12b41855c7317e753955c18e24e7b6f4328ae1540efc8b342c9d561bb2c56d29 +SIZE (tftp-hpa-0.48.tar.bz2) = 83818 diff --git a/net/tftp-hpa/pkg-descr b/net/tftp-hpa/pkg-descr new file mode 100644 index 000000000000..04e3fc1da877 --- /dev/null +++ b/net/tftp-hpa/pkg-descr @@ -0,0 +1,6 @@ +tftp-hpa is an enhanced version of the BSD TFTP client and server. +It possesses a number of bugfixes and enhancements over the original. +It has been made portable and will work on pretty much any modern +Unix variant. + +WWW: http://www.kernel.org/pub/software/network/tftp/ -- cgit