From 6634c7247c937e0ae20a7ca7adcdb36c46441761 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sun, 6 Jul 2003 09:23:09 +0000 Subject: Add tftp-hpa 0.34, "An advanced tftp server". PR: 47156 Submitted by: Brooks Davis --- ftp/Makefile | 1 + ftp/tftp-hpa/Makefile | 24 ++++++++++++++++++++++++ ftp/tftp-hpa/distinfo | 1 + ftp/tftp-hpa/files/patch-MCONFIG.in | 14 ++++++++++++++ ftp/tftp-hpa/files/patch-tftpd::Makefile | 14 ++++++++++++++ ftp/tftp-hpa/pkg-descr | 5 +++++ ftp/tftp-hpa/pkg-plist | 2 ++ 7 files changed, 61 insertions(+) create mode 100644 ftp/tftp-hpa/Makefile create mode 100644 ftp/tftp-hpa/distinfo create mode 100644 ftp/tftp-hpa/files/patch-MCONFIG.in create mode 100644 ftp/tftp-hpa/files/patch-tftpd::Makefile create mode 100644 ftp/tftp-hpa/pkg-descr create mode 100644 ftp/tftp-hpa/pkg-plist (limited to 'ftp') diff --git a/ftp/Makefile b/ftp/Makefile index 0e8736858d65..32fe78f14f14 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -68,6 +68,7 @@ SUBDIR += ruby-curl SUBDIR += sftp SUBDIR += spegla + SUBDIR += tftp-hpa SUBDIR += twoftpd SUBDIR += vcheck SUBDIR += vsftpd diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile new file mode 100644 index 000000000000..37393fa35d90 --- /dev/null +++ b/ftp/tftp-hpa/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: tftp-hpa +# Date created: Tue Jan 14, 2003 +# Whom: Brooks Davis +# +# $FreeBSD$ +# + +PORTNAME= tftp-hpa +PORTVERSION= 0.34 +CATEGORIES= ftp +MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/ + +MAINTAINER= brooks@FreeBSD.org +COMMENT= "An advanced tftp server" + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= tftp.1 +MAN8= in.tftpd.8 +MLINKS= in.tftpd.8 tftpd.8 + +.include diff --git a/ftp/tftp-hpa/distinfo b/ftp/tftp-hpa/distinfo new file mode 100644 index 000000000000..5742add527d6 --- /dev/null +++ b/ftp/tftp-hpa/distinfo @@ -0,0 +1 @@ +MD5 (tftp-hpa-0.34.tar.bz2) = 8da23f9cbf36b820a13e35eff14f50c5 diff --git a/ftp/tftp-hpa/files/patch-MCONFIG.in b/ftp/tftp-hpa/files/patch-MCONFIG.in new file mode 100644 index 000000000000..a0dbd21b7d2d --- /dev/null +++ b/ftp/tftp-hpa/files/patch-MCONFIG.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- MCONFIG.in.orig Tue Nov 27 02:18:11 2001 ++++ MCONFIG.in Tue Jan 14 20:29:27 2003 +@@ -26,7 +26,7 @@ + MANDIR = @mandir@ + + # System binaries +-SBINDIR = @sbindir@ ++LIBEXECDIR = @libexecdir@ + + # Binary suffixes + O = @OBJEXT@ diff --git a/ftp/tftp-hpa/files/patch-tftpd::Makefile b/ftp/tftp-hpa/files/patch-tftpd::Makefile new file mode 100644 index 000000000000..2c4cb17b471d --- /dev/null +++ b/ftp/tftp-hpa/files/patch-tftpd::Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- tftpd/Makefile.orig Tue Jan 14 20:21:19 2003 ++++ tftpd/Makefile Tue Jan 14 20:24:28 2003 +@@ -24,7 +24,7 @@ + + install: all + mkdir -p $(INSTALLROOT)$(SBINDIR) $(INSTALLROOT)$(MANDIR)/man8 +- $(INSTALL_PROGRAM) tftpd$(X) $(INSTALLROOT)$(SBINDIR)/in.tftpd ++ $(INSTALL_PROGRAM) tftpd$(X) $(INSTALLROOT)$(LIBEXECDIR)/in.tftpd + $(INSTALL_DATA) tftpd.8 $(INSTALLROOT)$(MANDIR)/man8/in.tftpd.8 + cd $(INSTALLROOT)$(MANDIR)/man8 && $(LN_S) -f in.tftpd.8 tftpd.8 + diff --git a/ftp/tftp-hpa/pkg-descr b/ftp/tftp-hpa/pkg-descr new file mode 100644 index 000000000000..e3fe8d031903 --- /dev/null +++ b/ftp/tftp-hpa/pkg-descr @@ -0,0 +1,5 @@ +tftp-hpa is portable, BSD derived tftp server. It supports advanced +options such as blksize, blksize2, tsize, timeout, and utimeout. +It also supported rulebased security options. + +-- Brooks Davis diff --git a/ftp/tftp-hpa/pkg-plist b/ftp/tftp-hpa/pkg-plist new file mode 100644 index 000000000000..d56b832ad24d --- /dev/null +++ b/ftp/tftp-hpa/pkg-plist @@ -0,0 +1,2 @@ +bin/tftp +libexec/in.tftpd -- cgit v1.2.3