summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-12-28 10:42:48 +0000
committeredwin <edwin@FreeBSD.org>2003-12-28 10:42:48 +0000
commit27ea163166be13eb9ca6f3a0c0faf9b8debf7035 (patch)
tree2b1ba441b8a7dcf7da7ec7d4ad797e9fa3e0ef9d /ftp
parent3010b2fe07a744687767acb3ff7252b246cc615c (diff)
downloadFreeBSD-ports-27ea163166be13eb9ca6f3a0c0faf9b8debf7035.zip
FreeBSD-ports-27ea163166be13eb9ca6f3a0c0faf9b8debf7035.tar.gz
New Port: quftp-1.0.7
New port for quftp, a scriptable ftp client. PR: ports/60164 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/quftp/Makefile26
-rw-r--r--ftp/quftp/distinfo1
-rw-r--r--ftp/quftp/files/patch-aa15
-rw-r--r--ftp/quftp/files/patch-ab10
-rw-r--r--ftp/quftp/pkg-descr4
-rw-r--r--ftp/quftp/pkg-plist1
7 files changed, 58 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index fa5f842..8972023 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -66,6 +66,7 @@
SUBDIR += puf
SUBDIR += pure-ftpd
SUBDIR += py-curl
+ SUBDIR += quftp
SUBDIR += rexx-curl
SUBDIR += ruby-curl
SUBDIR += sftp
diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile
new file mode 100644
index 0000000..bfdda35
--- /dev/null
+++ b/ftp/quftp/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: quftp
+# Date created: 10 December 2003
+# Whom: Frank Laszlo <laszlof@vonostingroup.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= quftp
+PORTVERSION= 1.0.7
+CATEGORIES= ftp
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= quftp
+
+MAINTAINER= laszlof@vonostingroup.com
+COMMENT= A scriptable FTP client
+
+LIB_DEPENDS= readline.4:${PORTSDIR}/devel/readline
+
+GNU_CONFIGURE= yes
+
+CFLAGS+= -L${PREFIX}/lib ${PTHREAD_LIBS}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+MAN1= quftp.1
+
+.include <bsd.port.mk>
diff --git a/ftp/quftp/distinfo b/ftp/quftp/distinfo
new file mode 100644
index 0000000..3ed6963
--- /dev/null
+++ b/ftp/quftp/distinfo
@@ -0,0 +1 @@
+MD5 (quftp-1.0.7.tar.gz) = cc0c9b30b25eb1ea8b61911395a55e5a
diff --git a/ftp/quftp/files/patch-aa b/ftp/quftp/files/patch-aa
new file mode 100644
index 0000000..cbffb8b
--- /dev/null
+++ b/ftp/quftp/files/patch-aa
@@ -0,0 +1,15 @@
+--- ftp.c.orig Mon Mar 10 19:28:11 2003
++++ ftp.c Wed Dec 10 20:33:55 2003
+@@ -7,12 +7,10 @@
+ #define _XOPEN_SOURCE 500
+
+ #include <stdlib.h>
+-#include <features.h>
+ #include <stdio.h>
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <ctype.h>
+-#include <malloc.h>
+ #include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
diff --git a/ftp/quftp/files/patch-ab b/ftp/quftp/files/patch-ab
new file mode 100644
index 0000000..ce73c573
--- /dev/null
+++ b/ftp/quftp/files/patch-ab
@@ -0,0 +1,10 @@
+--- quftp.c.orig Wed Dec 10 20:37:19 2003
++++ quftp.c Wed Dec 10 20:37:27 2003
+@@ -8,7 +8,6 @@
+ */
+
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <errno.h>
+ #include <unistd.h>
diff --git a/ftp/quftp/pkg-descr b/ftp/quftp/pkg-descr
new file mode 100644
index 0000000..fe8a7a1
--- /dev/null
+++ b/ftp/quftp/pkg-descr
@@ -0,0 +1,4 @@
+A scriptable FTP client that allows multiple simultaneous connections
+and file queueing, as well as transger directly between servers.
+
+WWW: http://quftp.sourceforge.net/
diff --git a/ftp/quftp/pkg-plist b/ftp/quftp/pkg-plist
new file mode 100644
index 0000000..aa6118f
--- /dev/null
+++ b/ftp/quftp/pkg-plist
@@ -0,0 +1 @@
+bin/quftp
OpenPOWER on IntegriCloud