summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ncftp1/Makefile24
-rw-r--r--ftp/ncftp1/distinfo1
-rw-r--r--ftp/ncftp1/files/patch-aa35
-rw-r--r--ftp/ncftp1/files/patch-ab11
-rw-r--r--ftp/ncftp1/files/patch-sys.h10
-rw-r--r--ftp/ncftp1/pkg-descr5
-rw-r--r--ftp/ncftp1/pkg-plist2
-rw-r--r--ftp/proftpd-devel/Makefile157
-rw-r--r--ftp/proftpd-devel/distinfo1
-rw-r--r--ftp/proftpd-devel/files/patch-aa60
-rw-r--r--ftp/proftpd-devel/files/patch-af15
-rw-r--r--ftp/proftpd-devel/files/patch-ah10
-rw-r--r--ftp/proftpd-devel/files/patch-configure11
-rw-r--r--ftp/proftpd-devel/files/patch-contrib::mod_sql_mysql.c11
-rw-r--r--ftp/proftpd-devel/files/patch-doc::Configuration.html18
-rw-r--r--ftp/proftpd-devel/files/patch-module::mod_auth_pam.c11
-rw-r--r--ftp/proftpd-devel/files/proftpd.sh41
-rw-r--r--ftp/proftpd-devel/pkg-descr13
-rw-r--r--ftp/proftpd-devel/pkg-message8
-rw-r--r--ftp/proftpd-devel/pkg-plist12
-rw-r--r--ftp/wget-devel/Makefile61
-rw-r--r--ftp/wget-devel/distinfo2
-rw-r--r--ftp/wget-devel/files/patch-ac11
-rw-r--r--ftp/wget-devel/pkg-descr11
-rw-r--r--ftp/wget-devel/pkg-plist28
25 files changed, 0 insertions, 569 deletions
diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile
deleted file mode 100644
index 1766676e5911..000000000000
--- a/ftp/ncftp1/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: ncftp
-# Date created: 20 Jun 1996
-# Whom: jkh
-#
-# $FreeBSD$
-#
-
-PORTNAME= ncftp1
-PORTVERSION= 1.9.5
-CATEGORIES= ftp
-MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
-DISTNAME= ncftp-${PORTVERSION}
-
-MAINTAINER= obrien@FreeBSD.org
-COMMENT= FTP replacement with advanced user interface
-
-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 7b5e57335254..000000000000
--- a/ftp/ncftp1/files/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Sun Oct 1 17:50:58 1995
-+++ Makefile Sun Oct 19 02:18:45 2003
-@@ -13,7 +13,7 @@
-
- # Program definitions. See the README, part C.
- #--------------------------------------------------------------------------
--PDEFS =
-+PDEFS = -DREADLINE
- #PDEFS = -DGETLINE
- #PDEFS = -DREADLINE -DCURSES
- #PDEFS = -DSOCKS
-@@ -24,11 +24,12 @@
- # Choose your compiler and flags below. Make sure you use an ANSI compiler
- # that handles new style function declarations and prototypes (gcc should).
- #--------------------------------------------------------------------------
--CC = cc
-+CC ?= cc
- #CC = gcc
-
-+CFLAGS ?= -O -pipe
- #CFLAGS = $(TERM_INC) -O
--CFLAGS = $(TERM_INC) -O2
-+CFLAGS += $(TERM_INC)
- #CFLAGS = $(TERM_INC) -g
-
- LFLAGS = -s
-@@ -53,7 +54,7 @@
- # You'll need to know where the Rconnect.o object file is if you want
- # to use Socks.
- #--------------------------------------------------------------------------
--LIBS =
-+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/files/patch-sys.h b/ftp/ncftp1/files/patch-sys.h
deleted file mode 100644
index 8d65c5ddc96c..000000000000
--- a/ftp/ncftp1/files/patch-sys.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- sys.h.orig Tue Jun 4 21:12:36 2002
-+++ sys.h Tue Jun 4 21:12:44 2002
-@@ -423,7 +423,6 @@
- # define HERROR 1
- # define TERMIOS 1
- # define HAS_GETCWD 1
--# define U_WAIT 1
- # define NO_CONST 1 /* avoid prototype conflict */
- #endif
-
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 6a1d82889115..000000000000
--- a/ftp/ncftp1/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $FreeBSD$
-bin/ncftp
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
deleted file mode 100644
index 7a6eab958580..000000000000
--- a/ftp/proftpd-devel/Makefile
+++ /dev/null
@@ -1,157 +0,0 @@
-# New ports collection makefile for: proftpd
-# Date created: 26 January 1998
-# Whom: Stephane Legrand
-#
-# $FreeBSD$
-#
-
-PORTNAME= proftpd
-PORTVERSION= 1.2.9
-CATEGORIES= ftp
-MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \
- ftp://ftp.stikman.com/pub/proftpd/source/ \
- ftp://ftp.dataguard.no/pub/proftpd/distrib/source/ \
- ftp://ftp.club-internet.fr/pub/mirrors/ftp.proftpd.org/distrib/source/
-
-MAINTAINER= mharo@FreeBSD.org
-COMMENT= Highly configurable ftp daemon
-
-MAN1= ftpcount.1 ftpwho.1 ftptop.1
-MAN5= xferlog.5
-MAN8= proftpd.8 ftpshut.8
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-# WANT_AUTOCONF_VER=213
-# USE_AUTOCONF= yes
-
-SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g'
-
-USE_RC_SUBR= yes
-RC_DIR= ${PREFIX}/etc/rc.d
-RC_SUFX= .sh
-SED_SCRIPT+= -e 's|%%RC_SUBR%%|${RC_SUBR}|g' \
- -e 's|%%RC_DIR%%|${RC_DIR}|g' \
- -e 's|%%RC_SUFX%%|${RC_SUFX}|g'
-PLIST_SUB+= RC_DIR=${RC_DIR} \
- RC_SUFX=${RC_SUFX}
-
-CONFIGURE_ARGS= --localstatedir=/var/run \
- --disable-sendfile
-
-.if defined(WITH_SETPASSENT)
-CONFIGURE_ARGS+= --enable-force-setpassent
-.endif
-
-.if defined(WITHOUT_PAM)
-CONFIGURE_ARGS+= --disable-pam
-.endif
-
-#allow user to override
-MODULES?= mod_ratio:mod_readme:mod_wrap
-
-INCLUDEDIRS=
-LIBDIRS=
-
-.if defined(WITH_LDAP)
-USE_OPENLDAP= yes
-MODULES:=${MODULES}:mod_ldap
-INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include
-LIBDIRS:=${LIBDIRS}:${PREFIX}/lib
-.endif
-
-.if defined(WITH_MYSQL)
-USE_MYSQL= yes
-MODULES:=${MODULES}:mod_sql:mod_sql_mysql
-INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include
-LIBDIRS:=${LIBDIRS}:${PREFIX}/lib/mysql
-.endif
-
-.if defined(WITH_POSTGRES)
-POSTGRESQL_PORT?= databases/postgresql7
-LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
-MODULES:=${MODULES}:mod_sql:mod_sql_postgres
-INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include
-LIBDIRS:=${LIBDIRS}:${PREFIX}/lib
-.endif
-
-.if defined(WITH_OPENSSL)
-CFLAGS+= -DHAVE_OPENSSL
-USE_OPENSSL= yes
-PROFTPD_LIBS+= -lssl -lcrypto
-.endif
-
-# Keep this here below, in case similar constructs need to be made
-CONFIGURE_ENV+= "LIBS=${PROFTPD_LIBS}"
-
-.if !empty(MODULES)
-CONFIGURE_ARGS+= --with-modules=${MODULES}
-.endif
-
-.if !empty(INCLUDEDIRS)
-CONFIGURE_ARGS+= --with-includes=${INCLUDEDIRS}
-.endif
-
-.if !empty(LIBDIRS)
-CONFIGURE_ARGS+= --with-libraries=${LIBDIRS}
-.endif
-
-pre-configure:
- @${ECHO_MSG} "==> Configuring with ${MODULES}"
-
-post-configure:
- @${MV} ${WRKSRC}/Make.rules ${WRKSRC}/Make.rules.pre_sed
- @${SED} -e 's: -lnsl::' \
- < ${WRKSRC}/Make.rules.pre_sed > ${WRKSRC}/Make.rules
-
- @${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed
- @${SED} -e 's:/etc:${PREFIX}/etc:' \
- -e 's:/usr/sbin/proftpd:${PREFIX}/libexec/proftpd:' \
- -e 's:/usr/sbin:${PREFIX}/sbin:' \
- -e 's:/usr/bin:${PREFIX}/bin:' \
- < ${WRKSRC}/src/proftpd.8.pre_sed > ${WRKSRC}/src/proftpd.8
-
- @${MV} ${WRKSRC}/utils/ftpshut.8 ${WRKSRC}/utils/ftpshut.8.pre_sed
- @${SED} -e 's:/usr/sbin:${PREFIX}/sbin:' \
- -e 's:/etc:/var/run:' \
- < ${WRKSRC}/utils/ftpshut.8.pre_sed > ${WRKSRC}/utils/ftpshut.8
-
- @${MV} ${WRKSRC}/utils/ftpcount.1 ${WRKSRC}/utils/ftpcount.1.pre_sed
- @${SED} -e 's:/usr/bin:${PREFIX}/bin:' \
- < ${WRKSRC}/utils/ftpcount.1.pre_sed > ${WRKSRC}/utils/ftpcount.1
-
-post-build:
- @${SED} ${SED_SCRIPT} ${FILESDIR}/proftpd.sh > ${WRKSRC}/proftpd.sh
-
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/ftpcount ${PREFIX}/bin/ftpcount
- @${INSTALL_PROGRAM} ${WRKSRC}/ftpwho ${PREFIX}/bin/ftpwho
- @${INSTALL_PROGRAM} ${WRKSRC}/ftptop ${PREFIX}/bin/ftptop
- @${INSTALL_PROGRAM} ${WRKSRC}/proftpd ${PREFIX}/libexec/proftpd
- @${INSTALL_PROGRAM} ${WRKSRC}/ftpshut ${PREFIX}/sbin/ftpshut
- @${INSTALL_MAN} ${WRKSRC}/utils/ftpcount.1 ${PREFIX}/man/man1/ftpcount.1
- @${INSTALL_MAN} ${WRKSRC}/utils/ftpwho.1 ${PREFIX}/man/man1/ftpwho.1
- @${INSTALL_MAN} ${WRKSRC}/utils/ftptop.1 ${PREFIX}/man/man1/ftptop.1
- @${INSTALL_MAN} ${WRKSRC}/src/xferlog.5 ${PREFIX}/man/man5/xferlog.5
- @${INSTALL_MAN} ${WRKSRC}/utils/ftpshut.8 ${PREFIX}/man/man8/ftpshut.8
- @${INSTALL_MAN} ${WRKSRC}/src/proftpd.8 ${PREFIX}/man/man8/proftpd.8
- @${INSTALL_DATA} \
- ${WRKSRC}/sample-configurations/basic.conf ${PREFIX}/etc/proftpd.conf.default
- @if [ ! -f ${PREFIX}/etc/proftpd.conf ]; then \
- ${INSTALL_DATA} \
- ${WRKSRC}/sample-configurations/basic.conf ${PREFIX}/etc/proftpd.conf; \
- fi
- @${INSTALL_SCRIPT} ${WRKSRC}/proftpd.sh ${PREFIX}/etc/rc.d/proftpd${RC_SUFX}
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/proftpd
- @${INSTALL_DATA} ${WRKSRC}/doc/Configuration.html ${PREFIX}/share/doc/proftpd
- @${INSTALL_DATA} ${WRKSRC}/doc/faq.html ${PREFIX}/share/doc/proftpd
-.endif
-
-.if !defined(WITHOUT_PAM)
- @${CAT} ${PKGMESSAGE}
-.endif
-
-.include <bsd.port.mk>
diff --git a/ftp/proftpd-devel/distinfo b/ftp/proftpd-devel/distinfo
deleted file mode 100644
index efb8524dbb97..000000000000
--- a/ftp/proftpd-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (proftpd-1.2.9.tar.bz2) = 7c85503b160a36a96594ef75f3180a07
diff --git a/ftp/proftpd-devel/files/patch-aa b/ftp/proftpd-devel/files/patch-aa
deleted file mode 100644
index 9b91108061d1..000000000000
--- a/ftp/proftpd-devel/files/patch-aa
+++ /dev/null
@@ -1,60 +0,0 @@
---- ./sample-configurations/basic.conf.orig Tue Feb 18 03:16:20 2003
-+++ ./sample-configurations/basic.conf Thu Mar 13 11:54:35 2003
-@@ -1,3 +1,7 @@
-+#
-+# To have more informations about Proftpd configuration
-+# look at : http://www.proftpd.org/
-+#
- # This is a basic ProFTPD configuration file (rename it to
- # 'proftpd.conf' for actual use. It establishes a single server
- # and a single anonymous login. It assumes that you have a user/group
-@@ -37,23 +41,29 @@
-
- # A basic anonymous configuration, no upload directories. If you do not
- # want anonymous users, simply delete this entire <Anonymous> section.
--<Anonymous ~ftp>
-- User ftp
-- Group ftp
--
-- # We want clients to be able to login with "anonymous" as well as "ftp"
-- UserAlias anonymous ftp
--
-- # Limit the maximum number of anonymous logins
-- MaxClients 10
--
-- # We want 'welcome.msg' displayed at login, and '.message' displayed
-- # in each newly chdired directory.
-- DisplayLogin welcome.msg
-- DisplayFirstChdir .message
--
-- # Limit WRITE everywhere in the anonymous chroot
-- <Limit WRITE>
-- DenyAll
-- </Limit>
--</Anonymous>
-+#########################################################################
-+# #
-+# Uncomment lines with only one # to allow basic anonymous access #
-+# #
-+#########################################################################
-+
-+#<Anonymous ~ftp>
-+# User ftp
-+# Group ftp
-+
-+ ### We want clients to be able to login with "anonymous" as well as "ftp"
-+ # UserAlias anonymous ftp
-+
-+ ### Limit the maximum number of anonymous logins
-+ # MaxClients 10
-+
-+ ### We want 'welcome.msg' displayed at login, and '.message' displayed
-+ ### in each newly chdired directory.
-+ # DisplayLogin welcome.msg
-+ # DisplayFirstChdir .message
-+
-+ ### Limit WRITE everywhere in the anonymous chroot
-+ # <Limit WRITE>
-+ # DenyAll
-+ # </Limit>
-+#</Anonymous>
diff --git a/ftp/proftpd-devel/files/patch-af b/ftp/proftpd-devel/files/patch-af
deleted file mode 100644
index 102a7f802220..000000000000
--- a/ftp/proftpd-devel/files/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/proftpd.8.orig Wed Jul 5 23:13:50 2000
-+++ src/proftpd.8 Fri Jul 28 10:54:41 2000
-@@ -22,6 +22,12 @@
- connection to the FTP service is made, or alternatively it can be run as a
- stand-alone daemon.
- .PP
-+.br
-+Each successful and failed ftp(1) session is logged using syslog with a
-+facility of LOG_FTP. Note: LOG_FTP messages are not displayed
-+by syslogd(8) by default, and may have to be enabled in syslogd(8)'s
-+configuration file.
-+.PP
- When
- .B proftpd
- is run in standalone mode and it receives a SIGHUP then it will reread its
diff --git a/ftp/proftpd-devel/files/patch-ah b/ftp/proftpd-devel/files/patch-ah
deleted file mode 100644
index 2b9dc49f0b01..000000000000
--- a/ftp/proftpd-devel/files/patch-ah
+++ /dev/null
@@ -1,10 +0,0 @@
---- modules/mod_auth_unix.c.orig Thu Mar 13 14:00:00 2003
-+++ modules/mod_auth_unix.c Thu Mar 13 14:04:45 2003
-@@ -57,6 +57,7 @@
- #endif /* HAVE_HPSECURITY_H or HPUX10 or HPUX11 */
-
- #if defined(HAVE_PROT_H) || defined(COMSEC)
-+# include <krb.h>
- # include <prot.h>
- #endif
-
diff --git a/ftp/proftpd-devel/files/patch-configure b/ftp/proftpd-devel/files/patch-configure
deleted file mode 100644
index 1f7399541f8d..000000000000
--- a/ftp/proftpd-devel/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.orig Fri Mar 14 18:19:10 2003
-+++ ./configure Fri Mar 14 18:19:25 2003
-@@ -11202,8 +11202,8 @@
- #if HAVE_NETDB_H
- #include <netdb.h>
- #endif
-- #include <sys/socket.h>
- #include <sys/types.h>
-+ #include <sys/socket.h>
-
- int
diff --git a/ftp/proftpd-devel/files/patch-contrib::mod_sql_mysql.c b/ftp/proftpd-devel/files/patch-contrib::mod_sql_mysql.c
deleted file mode 100644
index 9da89767a223..000000000000
--- a/ftp/proftpd-devel/files/patch-contrib::mod_sql_mysql.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/mod_sql_mysql.c.orig Sun Nov 2 00:30:13 2003
-+++ contrib/mod_sql_mysql.c Sun Nov 2 00:30:23 2003
-@@ -134,7 +134,7 @@
-
- #define _MYSQL_PORT "3306"
-
--#include <mysql.h>
-+#include <mysql/mysql.h>
- #include "conf.h"
- #include "../contrib/mod_sql.h"
-
diff --git a/ftp/proftpd-devel/files/patch-doc::Configuration.html b/ftp/proftpd-devel/files/patch-doc::Configuration.html
deleted file mode 100644
index 400699d4f8f1..000000000000
--- a/ftp/proftpd-devel/files/patch-doc::Configuration.html
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./doc/Configuration.html.orig Wed Jan 29 12:27:24 2003
-+++ ./doc/Configuration.html Sat Mar 15 11:34:14 2003
-@@ -4226,7 +4226,7 @@
- ></DT
- ><DD
- ><P
-->ftp</P
-+>ftpd</P
- ></DD
- ><DT
- ><PRE
-@@ -32252,4 +32252,4 @@
- ></DIV
- ></BODY
- ></HTML
-->
-\ No newline at end of file
-+>
diff --git a/ftp/proftpd-devel/files/patch-module::mod_auth_pam.c b/ftp/proftpd-devel/files/patch-module::mod_auth_pam.c
deleted file mode 100644
index 6092c58f6d26..000000000000
--- a/ftp/proftpd-devel/files/patch-module::mod_auth_pam.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./modules/mod_auth_pam.c.orig Thu Jan 2 13:25:20 2003
-+++ ./modules/mod_auth_pam.c Sat Mar 15 11:35:00 2003
-@@ -57,7 +57,7 @@
- #endif /* HAVE_PAM_PAM_APPL_H */
-
- static pam_handle_t * pamh = NULL;
--static char * pamconfig = "ftp";
-+static char * pamconfig = "ftpd";
- static char * pam_user = NULL;
- static char * pam_pass = NULL;
- static size_t pam_user_len = 0;
diff --git a/ftp/proftpd-devel/files/proftpd.sh b/ftp/proftpd-devel/files/proftpd.sh
deleted file mode 100644
index 244e80cb9346..000000000000
--- a/ftp/proftpd-devel/files/proftpd.sh
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: proftpd
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: FreeBSD shutdown
-
-#
-# Add the following lines to /etc/rc.conf to enable proftpd:
-#
-#proftpd_enable="YES"
-#
-# See proftpd(8) for flags
-#
-
-. %%RC_SUBR%%
-
-name=proftpd
-rcvar=`set_rcvar`
-
-command=%%PREFIX%%/libexec/proftpd
-pidfile=/var/run/proftpd.pid
-required_files=%%PREFIX%%/etc/proftpd.conf
-
-stop_postcmd=stop_postcmd
-
-stop_postcmd()
-{
- rm -f $pidfile
-}
-
-# set defaults
-
-proftpd_enable=${proftpd_enable:-"NO"}
-proftpd_flags=${proftpd_flags:-""}
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/ftp/proftpd-devel/pkg-descr b/ftp/proftpd-devel/pkg-descr
deleted file mode 100644
index 4b1860f1cddc..000000000000
--- a/ftp/proftpd-devel/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-ProFTPD is a highly configurable ftp daemon for unix
-and unix-like operating systems. ProFTPD is designed
-to be somewhat of a "drop-in" replacement for wu-ftpd
-with a configuration format like Apache.
-
-Full online documentation is available at
-http://www.proftpd.org/, including a server
-configuration directive reference manual.
-
-- Stephane Legrand
-stephane@lituus.fr
-
-WWW: http://www.proftpd.org/
diff --git a/ftp/proftpd-devel/pkg-message b/ftp/proftpd-devel/pkg-message
deleted file mode 100644
index c9cfcdbe940b..000000000000
--- a/ftp/proftpd-devel/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
-###
-Make sure you have the following lines in your PAM configuration file
-so that ProFTPd's PAM module can authenticate users correctly.
-
-ftpd auth required pam_unix.so try_first_pass
-ftpd account required pam_unix.so try_first_pass
-ftpd session required pam_permit.so
-###
diff --git a/ftp/proftpd-devel/pkg-plist b/ftp/proftpd-devel/pkg-plist
deleted file mode 100644
index 242c00f554f9..000000000000
--- a/ftp/proftpd-devel/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-@unexec if cmp -s %D/etc/proftpd.conf %D/etc/proftpd.conf.default; then rm -f %D/etc/proftpd.conf; fi
-bin/ftpcount
-bin/ftptop
-bin/ftpwho
-etc/proftpd.conf.default
-etc/rc.d/proftpd%%RC_SUFX%%
-@exec if [ ! -f %D/etc/proftpd.conf ] ; then cp -p %D/%F %B/proftpd.conf; fi
-libexec/proftpd
-sbin/ftpshut
-share/doc/proftpd/Configuration.html
-share/doc/proftpd/faq.html
-@dirrm share/doc/proftpd
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
deleted file mode 100644
index d6827de2d8ce..000000000000
--- a/ftp/wget-devel/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Ports collection makefile for: wget
-# Date created: 31 December 1996
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-# NOTE: I would like to skip wget-1.9 and wait for stabilization.
-# Please don't push me to update. Thank you.
-
-PORTNAME= wget
-PORTVERSION= 1.8.2
-PORTREVISION= 5
-CATEGORIES= ftp www ipv6
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= wget
-
-PATCH_SITES= ${MASTER_SITE_DEBIAN_POOL}
-PATCHFILES= wget_${PORTVERSION}-12.diff.gz
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= sf@FreeBSD.org
-COMMENT= Retrieve files from the Net via HTTP and FTP
-
-.if !defined(WITHOUT_NLS)
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
-.endif
-
-USE_REINPLACE= yes
-USE_PERL5_BUILD= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-.if defined(WITHOUT_SSL)
-CONFIGURE_ARGS= --with-ssl=no
-.else
-USE_OPENSSL= yes
-.endif
-CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
- LIBS=-L${LOCALBASE}/lib
-PLIST_SUB= NLS=""
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB= NLS="@comment "
-.endif
-
-MAN1= wget.1
-INFO= wget
-
-post-patch:
- ${RM} -f ${WRKSRC}/doc/wget.info*
-# we don't need to run autoconf.
- ${TOUCH} ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's,/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
- -e 's,@file{},@file{${PREFIX}},' \
- ${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi
-
-post-install:
- install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
-
-.include <bsd.port.mk>
diff --git a/ftp/wget-devel/distinfo b/ftp/wget-devel/distinfo
deleted file mode 100644
index 14080cef09ba..000000000000
--- a/ftp/wget-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (wget-1.8.2.tar.gz) = a2473d7a53ebaf0a1bdb06f17059e8f1
-MD5 (wget_1.8.2-12.diff.gz) = 6017ad7231afb85ac37a2b975203fc40
diff --git a/ftp/wget-devel/files/patch-ac b/ftp/wget-devel/files/patch-ac
deleted file mode 100644
index 5fba79b376b3..000000000000
--- a/ftp/wget-devel/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Sun Dec 31 14:07:09 2000
-+++ doc/Makefile.in Mon Jan 15 04:52:47 2001
-@@ -22,7 +22,7 @@
- SHELL = /bin/sh
-
- # Program to format Texinfo source into Info files.
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- # Program to format Texinfo source into DVI files.
- TEXI2DVI = texi2dvi
- # Program to convert DVI files to PostScript
diff --git a/ftp/wget-devel/pkg-descr b/ftp/wget-devel/pkg-descr
deleted file mode 100644
index 6ed5aa61e463..000000000000
--- a/ftp/wget-devel/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Wget [formerly known as Geturl] is a freely available network utility
-to retrieve files from the World Wide Web using HTTP and FTP, the two
-most widely used Internet protocols. It works non-interactively, thus
-enabling work in the background, after having logged off.
-
-The recursive retrieval of HTML pages, as well as FTP sites is
-supported -- you can use Wget to make mirrors of archives and home
-pages, or traverse the web like a WWW robot (Wget understands
-/robots.txt).
-
-WWW: http://sunsite.auc.dk/wget/
diff --git a/ftp/wget-devel/pkg-plist b/ftp/wget-devel/pkg-plist
deleted file mode 100644
index f727e8112db9..000000000000
--- a/ftp/wget-devel/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-bin/wget
-etc/wgetrc
-%%NLS%%share/locale/bg/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/no/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wget.mo