ports/60164: New Port: quftp-1.0.7

Clement LAFORET sheepkiller at cultdeadsheep.org
Thu Dec 11 22:41:09 UTC 2003


>Number:         60164
>Category:       ports
>Synopsis:       New Port: quftp-1.0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 11 14:40:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16 14:19:39 EDT 2003 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	New port for quftp, a scriptable ftp client. (please commit my readline port prior to this)
>How-To-Repeat:
	
>Fix:

	

--- quftp.shar begins here ---
# 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:
#
#	quftp
#	quftp/files
#	quftp/files/patch-aa
#	quftp/files/patch-ab
#	quftp/files/patch-ac
#	quftp/files/patch-ad
#	quftp/pkg-descr
#	quftp/distinfo
#	quftp/Makefile
#	quftp/pkg-plist
#
echo c - quftp
mkdir -p quftp > /dev/null 2>&1
echo c - quftp/files
mkdir -p quftp/files > /dev/null 2>&1
echo x - quftp/files/patch-aa
sed 's/^X//' >quftp/files/patch-aa << 'END-of-quftp/files/patch-aa'
X--- ftp.c.orig	Mon Mar 10 19:28:11 2003
X+++ ftp.c	Wed Dec 10 20:33:55 2003
X@@ -7,12 +7,10 @@
X #define _XOPEN_SOURCE 500
X 
X #include <stdlib.h>
X-#include <features.h>
X #include <stdio.h>
X #include <errno.h>
X #include <fcntl.h>
X #include <ctype.h>
X-#include <malloc.h>
X #include <unistd.h>
X #include <sys/types.h>
X #include <sys/stat.h>
END-of-quftp/files/patch-aa
echo x - quftp/files/patch-ab
sed 's/^X//' >quftp/files/patch-ab << 'END-of-quftp/files/patch-ab'
X--- quftp.c.orig	Wed Dec 10 20:37:19 2003
X+++ quftp.c	Wed Dec 10 20:37:27 2003
X@@ -8,7 +8,6 @@
X  */
X 
X #include <stdio.h>
X-#include <malloc.h>
X #include <string.h>
X #include <errno.h>
X #include <unistd.h>
END-of-quftp/files/patch-ab
echo x - quftp/files/patch-ac
sed 's/^X//' >quftp/files/patch-ac << 'END-of-quftp/files/patch-ac'
X--- text.c.orig	Wed Dec 10 20:36:09 2003
X+++ text.c	Wed Dec 10 20:36:57 2003
X@@ -3,7 +3,6 @@
X    $Date: 2002/06/24 04:04:32 $
X */
X 
X-#include <malloc.h>
X #include <stdlib.h>
X #include <unistd.h>
X #include <string.h>
END-of-quftp/files/patch-ac
echo x - quftp/files/patch-ad
sed 's/^X//' >quftp/files/patch-ad << 'END-of-quftp/files/patch-ad'
X--- rc.c.orig	Wed Dec 10 20:36:15 2003
X+++ rc.c	Wed Dec 10 20:36:32 2003
X@@ -5,7 +5,6 @@
X  * $Date: 2002/06/13 07:00:33 $
X  */
X 
X-#include <malloc.h>
X #include <stdlib.h>
X #include <string.h>
X #include <stdio.h>
END-of-quftp/files/patch-ad
echo x - quftp/pkg-descr
sed 's/^X//' >quftp/pkg-descr << 'END-of-quftp/pkg-descr'
XA scriptable FTP client that allows multiple simultaneous connections 
Xand file queueing, as well as transger directly between servers. 
X
XWWW: http://quftp.sourceforge.net/
END-of-quftp/pkg-descr
echo x - quftp/distinfo
sed 's/^X//' >quftp/distinfo << 'END-of-quftp/distinfo'
XMD5 (quftp-1.0.7.tar.gz) = cc0c9b30b25eb1ea8b61911395a55e5a
END-of-quftp/distinfo
echo x - quftp/Makefile
sed 's/^X//' >quftp/Makefile << 'END-of-quftp/Makefile'
X# New ports collection makefile for:	quftp
X# Date created:				10 December 2003
X# Whom:					Frank Laszlo <laszlof at vonostingroup.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	quftp
XPORTVERSION=	1.0.7
XCATEGORIES=	ftp
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	quftp
XMAINTAINER=	laszlof at vonostingroup.com
XCOMMENT=	A scriptable FTP client
X
XLIB_DEPENDS=	readline.4:${PORTSDIR}/devel/readline
XGNU_CONFIGURE=	yes
X
XCFLAGS+=	-L${PREFIX}/lib ${PTHREAD_LIBS}
XCONFIGURE_TARGET=       --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
XMAN1=	quftp.1
X
X.include <bsd.port.mk>
END-of-quftp/Makefile
echo x - quftp/pkg-plist
sed 's/^X//' >quftp/pkg-plist << 'END-of-quftp/pkg-plist'
Xbin/quftp
END-of-quftp/pkg-plist
exit
--- quftp.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list