aboutsummaryrefslogtreecommitdiff
path: root/ftp/tftp-hpa
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-06 09:23:09 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-06 09:23:09 +0000
commit6634c7247c937e0ae20a7ca7adcdb36c46441761 (patch)
treef9745795feada6d149f8b5eb3bf660e8fb53084c /ftp/tftp-hpa
parent7ce58609f1ccdc57d133072a01f59aeeec7251cc (diff)
downloadports-6634c7247c937e0ae20a7ca7adcdb36c46441761.tar.gz
ports-6634c7247c937e0ae20a7ca7adcdb36c46441761.zip
Add tftp-hpa 0.34, "An advanced tftp server".
PR: 47156 Submitted by: Brooks Davis <brooks@freebsd.org>
Notes
Notes: svn path=/head/; revision=84271
Diffstat (limited to 'ftp/tftp-hpa')
-rw-r--r--ftp/tftp-hpa/Makefile24
-rw-r--r--ftp/tftp-hpa/distinfo1
-rw-r--r--ftp/tftp-hpa/files/patch-MCONFIG.in14
-rw-r--r--ftp/tftp-hpa/files/patch-tftpd::Makefile14
-rw-r--r--ftp/tftp-hpa/pkg-descr5
-rw-r--r--ftp/tftp-hpa/pkg-plist2
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