aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp1
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ncftp1')
-rw-r--r--ftp/ncftp1/Makefile23
-rw-r--r--ftp/ncftp1/distinfo1
-rw-r--r--ftp/ncftp1/files/patch-aa36
-rw-r--r--ftp/ncftp1/files/patch-ab11
-rw-r--r--ftp/ncftp1/pkg-comment1
-rw-r--r--ftp/ncftp1/pkg-descr5
-rw-r--r--ftp/ncftp1/pkg-plist1
7 files changed, 0 insertions, 78 deletions
diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile
deleted file mode 100644
index d0b72fe96b9b..000000000000
--- a/ftp/ncftp1/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: ncftp
-# Date created: 20 Jun 1996
-# Whom: jkh
-#
-# $FreeBSD$
-#
-
-PORTNAME= ncftp
-PORTVERSION= 1.9.5
-CATEGORIES= ftp
-MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
-
-MAINTAINER= obrien@FreeBSD.org
-
-NO_LATEST_LINK= yes
-MAN1= ncftp.1
-
-do-install:
- cd ${WRKSRC}; ${INSTALL_PROGRAM} ncftp ${PREFIX}/bin
- cd ${WRKSRC}; ${INSTALL_MAN} ncftp.1 ${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/ftp/ncftp1/distinfo b/ftp/ncftp1/distinfo
deleted file mode 100644
index 44eeeaac8f72..000000000000
--- a/ftp/ncftp1/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ncftp-1.9.5.tar.gz) = 302b24206852d727723ef8797ddb5164
diff --git a/ftp/ncftp1/files/patch-aa b/ftp/ncftp1/files/patch-aa
deleted file mode 100644
index e2a827a4d1cc..000000000000
--- a/ftp/ncftp1/files/patch-aa
+++ /dev/null
@@ -1,36 +0,0 @@
-*** Makefile.orig Sun Oct 1 17:50:58 1995
---- Makefile Thu Nov 14 13:10:49 1996
-***************
-*** 13,19 ****
-
- # Program definitions. See the README, part C.
- #--------------------------------------------------------------------------
-! PDEFS =
- #PDEFS = -DGETLINE
- #PDEFS = -DREADLINE -DCURSES
- #PDEFS = -DSOCKS
---- 13,19 ----
-
- # Program definitions. See the README, part C.
- #--------------------------------------------------------------------------
-! PDEFS = -DREADLINE
- #PDEFS = -DGETLINE
- #PDEFS = -DREADLINE -DCURSES
- #PDEFS = -DSOCKS
-***************
-*** 53,59 ****
- # You'll need to know where the Rconnect.o object file is if you want
- # to use Socks.
- #--------------------------------------------------------------------------
-! LIBS =
- #LIBS = -ldbmalloc
- #LIBS = -lgetline
- #LIBS = -lreadline -lcurses
---- 53,59 ----
- # You'll need to know where the Rconnect.o object file is if you want
- # to use Socks.
- #--------------------------------------------------------------------------
-! LIBS = -lreadline
- #LIBS = -ldbmalloc
- #LIBS = -lgetline
- #LIBS = -lreadline -lcurses
diff --git a/ftp/ncftp1/files/patch-ab b/ftp/ncftp1/files/patch-ab
deleted file mode 100644
index 05f6711e416e..000000000000
--- a/ftp/ncftp1/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- main.c.orig Sun Oct 29 19:17:55 1995
-+++ main.c Tue Feb 18 19:11:56 1997
-@@ -200,7 +200,7 @@
- ansi_escapes = 0;
- if ((cp = getenv("TERM")) != NULL) {
- if ((*cp == 'v' && cp[1] == 't') /* vt100, vt102, ... */
-- || (strcmp(cp, "xterm") == 0))
-+ || (strncmp(cp, "xterm", 5) == 0))
- ansi_escapes = 1;
- }
- #endif
diff --git a/ftp/ncftp1/pkg-comment b/ftp/ncftp1/pkg-comment
deleted file mode 100644
index 74f015677bfd..000000000000
--- a/ftp/ncftp1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-FTP replacement with advanced user interface
diff --git a/ftp/ncftp1/pkg-descr b/ftp/ncftp1/pkg-descr
deleted file mode 100644
index f57dd5cbd429..000000000000
--- a/ftp/ncftp1/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
- NcFTP is a user interface to the Internet standard File
- Transfer Protocol. This program allows a user to transfer
- files to and from a remote network site, and offers addi-
- tional features that are not found in the standard inter-
- face, ftp.
diff --git a/ftp/ncftp1/pkg-plist b/ftp/ncftp1/pkg-plist
deleted file mode 100644
index 1803028fe4f5..000000000000
--- a/ftp/ncftp1/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/ncftp