Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
net/ftpproxy/DESCR Normal file
View File

@@ -0,0 +1,5 @@
ftp.proxy is a proxy server for a subset of the file transfer protocol
described in RFC 959. It forwards traffic between a client and a
server without looking too much if both hosts do real FTP. The FTP
server can be either given on the command line or supplied by the
client.

10
net/ftpproxy/MESSAGE Normal file
View File

@@ -0,0 +1,10 @@
===========================================================================
$NetBSD: MESSAGE,v 1.2 2003/03/28 09:05:44 wiz Exp $
Please install an inetd.conf(5) entry like below.
ftp stream tcp nowait nobody ${LOCALBASE}/libexec/ftp.proxy ftp.proxy -e -l -m
You may consider to select your own port other than standard ftp.
===========================================================================

31
net/ftpproxy/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.16 2012/10/23 17:18:22 asau Exp $
#
DISTNAME= ftpproxy-${VERSION}
CATEGORIES= net
MASTER_SITES= http://www.ftpproxy.org/download/ \
http://www.ftpproxy.org/download/older_releases/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ftpproxy.org/
COMMENT= Application level gateway for FTP
BUILD_DIRS= src
VERSION= 1.2.3
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LIBS+= -lsocket -lnsl
OSFLAG= -DSOLARIS
.endif
MAKE_ENV+= OSFLAG=${OSFLAG:Q} OSLIB=${LIBS:M*:Q} VERSION=${VERSION:Q}
INSTALLATION_DIRS= libexec ${PKGMANDIR}/man8
do-install:
${INSTALL_PROGRAM} ${WRKSRC:Q}/src/ftp.proxy ${DESTDIR}${PREFIX}/libexec/
${INSTALL_MAN} ${WRKSRC:Q}/doc/ftp.proxy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/ftp.proxy.8
.include "../../mk/bsd.pkg.mk"

3
net/ftpproxy/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2005/03/14 19:55:39 tv Exp $
libexec/ftp.proxy
man/man8/ftp.proxy.8

6
net/ftpproxy/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.6 2005/04/11 15:32:48 taca Exp $
SHA1 (ftpproxy-1.2.3.tgz) = cf3279b17ed5faa9d1f796305111a6a53559cfdc
RMD160 (ftpproxy-1.2.3.tgz) = bf9ccceab0259363fa35c76620b163cde414132b
Size (ftpproxy-1.2.3.tgz) = 81625 bytes
SHA1 (patch-aa) = 6240a5d4c73a36edcaeb182ee2aa5b69cc9a1d8e

View File

@@ -0,0 +1,31 @@
$NetBSD: patch-aa,v 1.3 2005/04/11 15:32:48 taca Exp $
--- doc/ftp.proxy.1.orig 2004-07-30 21:50:28.000000000 +0900
+++ doc/ftp.proxy.1
@@ -13,7 +13,7 @@
.in -0.5i
.sp
..
-.TH FTP.PROXY 1 "23 JANUARY 2003"
+.TH FTP.PROXY 8 "23 JANUARY 2003"
.SH NAME
ftp.proxy \- FTP proxy server
.SH SYNOPSIS
@@ -29,7 +29,7 @@ client.
.PP
.I ftp.proxy
can be started from a TCP superserver like
-.IR inetd (1)
+.IR inetd (8)
or
.IR tcpproxy (1).
but can also bind to a TCP/IP port on it's own and run in standalone (or
@@ -419,7 +419,7 @@ Daemon log facility on other.
.SH "AUTHOR"
Andreas Schoenberg <asg@ftpproxy.org>
.SH "SEE ALSO"
-.IR inetd (1),
+.IR inetd (8),
.IR tcpproxy (1),
.IR syslogd (8),
.IR syslog.conf (5).