Bug 34186 - Update to the fix the ftp/ftpproxy port
Summary: Update to the fix the ftp/ftpproxy port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Patrick Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-22 23:30 UTC by philippe
Modified: 2002-01-26 00:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description philippe 2002-01-22 23:30:01 UTC
# 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
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-01-24 04:55:44 UTC
Responsible Changed
From-To: freebsd-ports->pat

I'll take care of this one with the maintainer
Comment 2 Patrick Li freebsd_committer freebsd_triage 2002-01-26 00:08:14 UTC
State Changed
From-To: open->closed

Port updated w/ change. Thanks.