summaryrefslogtreecommitdiff
path: root/ftp/ncftp2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /ftp/ncftp2
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r--ftp/ncftp2/Makefile22
-rw-r--r--ftp/ncftp2/distinfo1
-rw-r--r--ftp/ncftp2/files/patch-aa19
-rw-r--r--ftp/ncftp2/pkg-comment1
-rw-r--r--ftp/ncftp2/pkg-descr5
-rw-r--r--ftp/ncftp2/pkg-plist3
6 files changed, 0 insertions, 51 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
deleted file mode 100644
index 67a8f86bdb4d..000000000000
--- a/ftp/ncftp2/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: ncftp2
-# Version required: 2.0.5
-# Date created: 4 Nov 1994
-# Whom: ache
-#
-# $Id: Makefile,v 1.22 1995/04/27 23:36:02 ache Exp $
-#
-
-DISTNAME= ncftp-2.0.5
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ache@FreeBSD.ORG
-
-GNU_CONFIGURE= yes
-
-do-install:
- cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
- cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
-
-.include <bsd.port.mk>
diff --git a/ftp/ncftp2/distinfo b/ftp/ncftp2/distinfo
deleted file mode 100644
index 73f7ceef07b6..000000000000
--- a/ftp/ncftp2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ncftp-2.0.5.tgz) = da10010a1b0616ce6127a851e912254a
diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa
deleted file mode 100644
index eeae13116176..000000000000
--- a/ftp/ncftp2/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.in.orig Mon Jan 23 00:06:14 1995
---- Makefile.in Mon Jan 23 20:47:43 1995
-***************
-*** 34,40 ****
- VPATH=@srcdir@
- CPPFLAGS=@CPPFLAGS@ -I.
-
-! LIBS=@LIBS@
- LDFLAGS=@LDFLAGS@
-
- # Any -D definitions:
---- 34,40 ----
- VPATH=@srcdir@
- CPPFLAGS=@CPPFLAGS@ -I.
-
-! LIBS= -lreadline -lncurses -lmytinfo
- LDFLAGS=@LDFLAGS@
-
- # Any -D definitions:
diff --git a/ftp/ncftp2/pkg-comment b/ftp/ncftp2/pkg-comment
deleted file mode 100644
index 01f7215a3523..000000000000
--- a/ftp/ncftp2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-NcFTP 2.0.5 -- FTP replacement with advanced user interface
diff --git a/ftp/ncftp2/pkg-descr b/ftp/ncftp2/pkg-descr
deleted file mode 100644
index f57dd5cbd429..000000000000
--- a/ftp/ncftp2/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/ncftp2/pkg-plist b/ftp/ncftp2/pkg-plist
deleted file mode 100644
index 15517854e4e6..000000000000
--- a/ftp/ncftp2/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-@cwd /usr/local
-bin/ncftp2
-man/man1/ncftp2.1