diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-06 17:23:09 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-06 17:23:09 +0800 |
commit | b5df9e122364d20ead672d953edf285c38d34b2e (patch) | |
tree | f9d4fcecb06468525918478672906b7ec56a4e59 /ftp/tftp-hpa | |
parent | e8dde859afa3e0aeb9717122aca55c89532292fb (diff) | |
download | freebsd-ports-gnome-b5df9e122364d20ead672d953edf285c38d34b2e.tar.gz freebsd-ports-gnome-b5df9e122364d20ead672d953edf285c38d34b2e.tar.zst freebsd-ports-gnome-b5df9e122364d20ead672d953edf285c38d34b2e.zip |
Add tftp-hpa 0.34, "An advanced tftp server".
PR: 47156
Submitted by: Brooks Davis <brooks@freebsd.org>
Diffstat (limited to 'ftp/tftp-hpa')
-rw-r--r-- | ftp/tftp-hpa/Makefile | 24 | ||||
-rw-r--r-- | ftp/tftp-hpa/distinfo | 1 | ||||
-rw-r--r-- | ftp/tftp-hpa/files/patch-MCONFIG.in | 14 | ||||
-rw-r--r-- | ftp/tftp-hpa/files/patch-tftpd::Makefile | 14 | ||||
-rw-r--r-- | ftp/tftp-hpa/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/tftp-hpa/pkg-plist | 2 |
6 files changed, 60 insertions, 0 deletions
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 <brooks@freebsd.org> +# +# $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 <bsd.port.mk> 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 <brooks@FreeBSD.org> 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 |