From nobody@FreeBSD.org  Wed May 16 10:38:49 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2A24837B423
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 May 2001 10:38:49 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f4GHcnN53622;
	Wed, 16 May 2001 10:38:49 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200105161738.f4GHcnN53622@freefall.freebsd.org>
Date: Wed, 16 May 2001 10:38:49 -0700 (PDT)
From: philippe@le-berre.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: New ports : ftpproxy an ftp protocol level proxy
X-Send-Pr-Version: www-1.0

>Number:         27390
>Category:       ports
>Synopsis:       New ports : ftpproxy an ftp protocol level proxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 16 10:40:00 PDT 2001
>Closed-Date:    Sat May 19 20:15:34 PDT 2001
>Last-Modified:  Sat May 19 20:15:45 PDT 2001
>Originator:     Philippe Le Berre
>Release:        4.3-STABLE
>Organization:
>Environment:
>Description:
New port, ftpproxy an ftp proxy.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ftpproxy
#	ftpproxy/pkg-plist
#	ftpproxy/pkg-list
#	ftpproxy/pkg-descr
#	ftpproxy/pkg-comment
#	ftpproxy/distinfo
#	ftpproxy/Makefile
#	ftpproxy/files
#	ftpproxy/files/patch-aa
#	ftpproxy/files/patch-ab
#
echo c - ftpproxy
mkdir -p ftpproxy > /dev/null 2>&1
echo x - ftpproxy/pkg-plist
sed 's/^X//' >ftpproxy/pkg-plist << 'END-of-ftpproxy/pkg-plist'
END-of-ftpproxy/pkg-plist
echo x - ftpproxy/pkg-list
sed 's/^X//' >ftpproxy/pkg-list << 'END-of-ftpproxy/pkg-list'
Xsbin/ftp.proxy
END-of-ftpproxy/pkg-list
echo x - ftpproxy/pkg-descr
sed 's/^X//' >ftpproxy/pkg-descr << 'END-of-ftpproxy/pkg-descr'
Xftp.proxy is an application level gateway for FTP.
XIt sits between a client and a server forwarding command and data streams
Xsupporting a subset of the file transfer protocol as described in RFC 959. 
X
XBeside this basic function which makes the program useful on firewall
Xor masqueraders it offers fixing the FTP server (e.g. for connections
Xinto a protected LAN) and proxy authentication. 
X
XWWW: http://www.quietsche-entchen.de/software/ftp.proxy.html
X
X-Philippe
Xphilippe@le-berre.com
END-of-ftpproxy/pkg-descr
echo x - ftpproxy/pkg-comment
sed 's/^X//' >ftpproxy/pkg-comment << 'END-of-ftpproxy/pkg-comment'
XA ftp proxy
END-of-ftpproxy/pkg-comment
echo x - ftpproxy/distinfo
sed 's/^X//' >ftpproxy/distinfo << 'END-of-ftpproxy/distinfo'
XMD5 (ftpproxy-1.0.1.tar.gz) = d9f1ce0a3e028c060a9c5d0d8ae7d6ac
END-of-ftpproxy/distinfo
echo x - ftpproxy/Makefile
sed 's/^X//' >ftpproxy/Makefile << 'END-of-ftpproxy/Makefile'
X# New ports collection makefile for: ftpproxy
X# Date created:	15 May 2001
X# Whom:		pleberre
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ftpproxy
XPORTVERSION=	1.0.1
XCATEGORIES=	ftp
XMASTER_SITES=	http://www.quietsche-entchen.de/download/
XDISTNAME=	ftpproxy-${PORTVERSION}
X
XMAINTAINER=	philippe@le-berre.com
X
XMAN1=		ftp.proxy.1
XMANCOMPRESSED=	no
X
Xpost-patch:
X	${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-ftpproxy/Makefile
echo c - ftpproxy/files
mkdir -p ftpproxy/files > /dev/null 2>&1
echo x - ftpproxy/files/patch-aa
sed 's/^X//' >ftpproxy/files/patch-aa << 'END-of-ftpproxy/files/patch-aa'
X*** main.orig	Wed May 16 09:50:37 2001
X--- main.c	Wed May 16 09:50:57 2001
X***************
X*** 29,35 ****
X  #include <stdarg.h>
X  
X  #include <signal.h>
X! #include <wait.h>
X  
X  #include <sys/types.h>
X  #include <sys/stat.h>
X--- 29,35 ----
X  #include <stdarg.h>
X  
X  #include <signal.h>
X! #include <sys/wait.h>
X  
X  #include <sys/types.h>
X  #include <sys/stat.h>
END-of-ftpproxy/files/patch-aa
echo x - ftpproxy/files/patch-ab
sed 's/^X//' >ftpproxy/files/patch-ab << 'END-of-ftpproxy/files/patch-ab'
X*** ftp.orig	Wed May 16 09:53:13 2001
X--- ftp.c	Wed May 16 09:54:08 2001
X***************
X*** 30,36 ****
X  
X  #include <time.h>
X  #include <signal.h>
X! #include <wait.h>
X  
X  #include <sys/types.h>
X  #include <sys/stat.h>
X--- 30,36 ----
X  
X  #include <time.h>
X  #include <signal.h>
X! #include <sys/wait.h>
X  
X  #include <sys/types.h>
X  #include <sys/stat.h>
END-of-ftpproxy/files/patch-ab
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Sat May 19 20:15:34 PDT 2001 
State-Changed-Why:  
Committed with a lot of fixes, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27390 
>Unformatted:
