summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-07-12 14:26:26 +0000
committersalo <salo@pkgsrc.org>2003-07-12 14:26:26 +0000
commitcf8a8aa542bc7f4416f3496e71a8f8d44ee37c21 (patch)
treea4dd25ba1ca91aff3a325b85f1bcfe66ba65fe90 /net
parent67b59b1f25a7f2a316eef0b6b704846444f7e46f (diff)
downloadpkgsrc-cf8a8aa542bc7f4416f3496e71a8f8d44ee37c21.tar.gz
Remove pureftpd (now as net/pure-ftpd).
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/pureftpd/DESCR5
-rw-r--r--net/pureftpd/MESSAGE17
-rw-r--r--net/pureftpd/Makefile36
-rw-r--r--net/pureftpd/PLIST20
-rw-r--r--net/pureftpd/distinfo4
-rw-r--r--net/pureftpd/files/pure_ftpd.sh18
7 files changed, 1 insertions, 102 deletions
diff --git a/net/Makefile b/net/Makefile
index 30134b82c85..b6d66fdbe1c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.390 2003/07/12 14:21:45 salo Exp $
+# $NetBSD: Makefile,v 1.391 2003/07/12 14:26:26 salo Exp $
#
COMMENT= Networking tools
@@ -216,7 +216,6 @@ SUBDIR+= proxycheck
SUBDIR+= publicfile
SUBDIR+= puf
SUBDIR+= pure-ftpd
-SUBDIR+= pureftpd
SUBDIR+= pxe
SUBDIR+= py-IP
SUBDIR+= py-METAR
diff --git a/net/pureftpd/DESCR b/net/pureftpd/DESCR
deleted file mode 100644
index 8339500896c..00000000000
--- a/net/pureftpd/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Pure-FTPd is a free (GPL), secure, production-quality and
-standard-conformant FTP server based upon Troll-FTPd. It doesn't
-provide useless bells and whistles, but focuses on efficiency and
-ease of use. It provides simple answers to common needs, plus unique
-useful features for personal users as well as hosting providers.
diff --git a/net/pureftpd/MESSAGE b/net/pureftpd/MESSAGE
deleted file mode 100644
index 0e2310f8700..00000000000
--- a/net/pureftpd/MESSAGE
+++ /dev/null
@@ -1,17 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2003/03/07 18:21:47 salo Exp $
-
-To use pureftpd, you will need to perform the following steps:
-
-1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy
- ${PREFIX}/etc/rc.d/pure_ftpd to /etc/rc.d/pure_ftpd and add
-
- pure_ftpd=YES
-
- to /etc/rc.conf. Other FTP servers should be disabled.
-
-2. Stop any other running FTP server. Now start pureftpd by issuing the
- command
-
- /etc/rc.d/pure_ftpd start
-===========================================================================
diff --git a/net/pureftpd/Makefile b/net/pureftpd/Makefile
deleted file mode 100644
index 4129a0af9f4..00000000000
--- a/net/pureftpd/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2003/03/14 19:37:53 jlam Exp $
-#
-
-DISTNAME= pure-ftpd-1.0.14
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pureftpd/}
-
-MAINTAINER= dawszy@arhea.net
-HOMEPAGE= http://www.pureftpd.org/
-COMMENT= FTP daemon with optional SQL support
-
-USE_PKGINSTALL= YES
-GNU_CONFIGURE= YES
-
-CONFIGURE_ARGS+= --with-sysquotas \
- --with-ftpwho \
- --with-virtualvhosts \
- --with-virtualchroot \
- --with-diraliases \
- --with-ratios \
- --with-throttling \
- --with-altlog \
- --with-puredb
-
-.if defined(PURE_FTPD_USE_MYSQL) && ${PURE_FTPD_USE_MYSQL} == "YES"
-DEPENDS+= mysql-client>=3.23:../../databases/mysql-client
-CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} \
- --with-quotas
-CCPFLAGS+= -I${LOCALBASE}/include/mysql
-LDFLAGS+= -L${LOCALBASE}/lib/mysql -Wl,${RPATH_FLAG}${LOCALBASE}/lib/mysql
-BUILD_DEFS+= PURE_FTPD_USE_MYSQL
-.endif
-
-RCD_SCRIPTS= pure_ftpd
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/pureftpd/PLIST b/net/pureftpd/PLIST
deleted file mode 100644
index 7fa27b50379..00000000000
--- a/net/pureftpd/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/05/08 00:35:14 hubertf Exp $
-bin/pure-pw
-bin/pure-pwconvert
-bin/pure-statsdecode
-etc/rc.d/pure_ftpd
-man/man8/pure-authd.8
-man/man8/pure-ftpd.8
-man/man8/pure-ftpwho.8
-man/man8/pure-mrtginfo.8
-man/man8/pure-pw.8
-man/man8/pure-pwconvert.8
-man/man8/pure-quotacheck.8
-man/man8/pure-statsdecode.8
-man/man8/pure-uploadscript.8
-sbin/pure-authd
-sbin/pure-ftpd
-sbin/pure-ftpwho
-sbin/pure-mrtginfo
-sbin/pure-quotacheck
-sbin/pure-uploadscript
diff --git a/net/pureftpd/distinfo b/net/pureftpd/distinfo
deleted file mode 100644
index a0862950866..00000000000
--- a/net/pureftpd/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.5 2003/03/07 18:21:48 salo Exp $
-
-SHA1 (pure-ftpd-1.0.14.tar.gz) = baacfd8d4d8d454c71365b550a8a51ca63d15706
-Size (pure-ftpd-1.0.14.tar.gz) = 501681 bytes
diff --git a/net/pureftpd/files/pure_ftpd.sh b/net/pureftpd/files/pure_ftpd.sh
deleted file mode 100644
index 1a72a303e71..00000000000
--- a/net/pureftpd/files/pure_ftpd.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: pure_ftpd.sh,v 1.1 2003/01/16 09:14:55 grant Exp $
-#
-# PROVIDE: pure-ftpd
-# REQUIRE: DAEMON
-
-. /etc/rc.subr
-
-name="pure_ftpd"
-help_name="pure-ftpd"
-rcvar=$name
-command="@PREFIX@/sbin/${help_name}"
-command_args="-B"
-pidfile="/var/run/${help_name}.pid"
-
-load_rc_config $name
-run_rc_command "$1"