Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2002 15:27:02 -0800 (PST)
From:      Philippe Le Berre <philippe@le-berre.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/34186: Update to the fix the ftp/ftpproxy port
Message-ID:  <200201222327.g0MNR2628649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34186
>Category:       ports
>Synopsis:       Update to the fix the ftp/ftpproxy port
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 15:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Philippe Le Berre
>Release:        4.5-RC
>Organization:
>Environment:
>Description:
# 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
#
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'
Xsbin/ftp.proxy
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://ftp.daemons.de/
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.1.3.tgz) = 6c92e023dcf410e3e96ecbc733a8c852
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:					Philippe Le Berre <philippe@le-berre.com>
X#
X# $FreeBSD: ports/ftp/ftpproxy/Makefile,v 1.2 2001/06/05 12:42:24 kevlo Exp $
X#
X
XPORTNAME=	ftpproxy
XPORTVERSION=	1.1.3
XCATEGORIES=	ftp
XMASTER_SITES=	ftp://ftp.daemons.de/
XDISTNAME=	ftpproxy-${PORTVERSION}
XEXTRACT_SUFX= .tgz
X
XMAINTAINER=	philippe@le-berre.com
X
XMAN1=		ftp.proxy.1
XMANCOMPRESSED=	no
X
Xpre-build:
X	${PERL} -pi -e "s@gcc@${CC}@g; s@-O2 -Wall -ggdb@-Wall ${CFLAGS}@g; \
X			s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
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
exit

      
>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201222327.g0MNR2628649>