summaryrefslogtreecommitdiff
path: root/net/mpd5
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpd5')
-rw-r--r--net/mpd5/Makefile35
-rw-r--r--net/mpd5/distinfo3
-rw-r--r--net/mpd5/files/mpd4.mtree28
-rw-r--r--net/mpd5/files/mpd4.sh37
-rw-r--r--net/mpd5/pkg-descr25
-rw-r--r--net/mpd5/pkg-plist72
6 files changed, 0 insertions, 200 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
deleted file mode 100644
index 1d03e2c17766..000000000000
--- a/net/mpd5/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: mpd
-# Date created: 20 Sep 2005
-# Whom: Archie Cobbs
-#
-# $FreeBSD$
-#
-
-PORTNAME= mpd4
-PORTVERSION= 4.0b4
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= glebius
-DIST_SUBDIR= mpd4
-
-MAINTAINER= glebius@freebsd.org
-COMMENT= Multi-link PPP daemon based on netgraph(4) [development version]
-
-LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
-
-MTREE_FILE= ${FILESDIR}/mpd4.mtree
-MAN8= mpd4.8
-MANCOMPRESSED= maybe
-
-USE_OPENSSL= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= does not compile on FreeBSD 4.x; use net/mpd instead
-.endif
-
-post-install:
- @${INSTALL_SCRIPT} -m 751 ${FILESDIR}/mpd4.sh ${PREFIX}/etc/rc.d/mpd4.sh.sample
-
-.include <bsd.port.post.mk>
diff --git a/net/mpd5/distinfo b/net/mpd5/distinfo
deleted file mode 100644
index b75129016fef..000000000000
--- a/net/mpd5/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-SIZE (mpd4/mpd4-4.0b4.tar.gz) = 338472
-MD5 (mpd4/mpd4-4.0b4.tar.gz) = 033c0a1620eab8ba8706a9f08e902dec
-SHA256 (mpd4/mpd4-4.0b4.tar.gz) = 19303efa25f0f5a069ac734433ae355c97fec776a5209deeff0a5cdb3c45d87f
diff --git a/net/mpd5/files/mpd4.mtree b/net/mpd5/files/mpd4.mtree
deleted file mode 100644
index 530d666792dd..000000000000
--- a/net/mpd5/files/mpd4.mtree
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-/set type=dir uname=root gname=wheel mode=0755
-.
- etc
- rc.d
- ..
- ..
- sbin
- ..
- etc
- mpd4
- ..
- ..
- man
- cat8 uname=man
- ..
- man8
- ..
- ..
- share
- doc
- mpd4
- ..
- ..
- ..
-..
-
diff --git a/net/mpd5/files/mpd4.sh b/net/mpd5/files/mpd4.sh
deleted file mode 100644
index b267a10d13c5..000000000000
--- a/net/mpd5/files/mpd4.sh
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-DAEMON=/usr/local/sbin/mpd4
-PIDFILE=/var/run/mpd4.pid
-
-case "$1" in
-start)
- if [ -f "${DAEMON}" -a -x "${DAEMON}" ]; then
- if [ -f "${PIDFILE}" ]; then
- echo ' mpd4 PID file found - not starting'
- else
- "${DAEMON}" -b -p "${PIDFILE}"
- echo -n ' mpd4'
- fi
- else
- echo ' "${DAEMON}" executable not found - mpd4 not starting'
- fi
- ;;
-stop)
- if [ -f "${PIDFILE}" ]; then
- read -r pid junk < "${PIDFILE}"
- kill ${pid}
- else
- echo ' mpd4 PID file not found - not killing'
- fi
- ;;
-restart)
- $0 stop
- sleep 2
- $0 start
- ;;
-*)
- echo "usage: ${0##*/} {start|stop|restart}" >&2
- ;;
-esac
-
diff --git a/net/mpd5/pkg-descr b/net/mpd5/pkg-descr
deleted file mode 100644
index 655837db7ad1..000000000000
--- a/net/mpd5/pkg-descr
+++ /dev/null
@@ -1,25 +0,0 @@
-Mpd is a netgraph(4) based implementation of the multi-link PPP
-protocol for FreeBSD. It is designed to be both fast and flexible.
-It handles configuration and negotiation in user land, while routing
-all data packets strictly in the kernel. It supports several of
-the numerous PPP sub-protocols and extensions, such as:
-
- Multi-link PPP capability
- PAP, CHAP, and MS-CHAP authentication
- EAP authentication
- PPP compression and encryption
- Point-to-Point Tunnelling Protocol (PPTP)
- PPP over Ethernet (PPPoE)
- RADIUS (authentication and accounting)
-
-Mpd also includes many additional features:
-
- Dial-on-demand with idle timeout
- Multiple active connections running simultaneously
- Dynamic demand based link management (also known as ``rubber bandwidth'')
- Powerful chat scripting language for asynchronous serial ports
- Pre-tested chat scripts for several common modems and ISDN TAs
- Clean device-type independent design
- Comprehensive logging
-
-WWW: http://www.sourceforge.net/projects/mpd
diff --git a/net/mpd5/pkg-plist b/net/mpd5/pkg-plist
deleted file mode 100644
index 168d5695535f..000000000000
--- a/net/mpd5/pkg-plist
+++ /dev/null
@@ -1,72 +0,0 @@
-etc/mpd4/mpd.conf.sample
-etc/mpd4/mpd.links.sample
-etc/mpd4/mpd.secret.sample
-etc/mpd4/mpd.script.sample
-etc/rc.d/mpd4.sh.sample
-sbin/mpd4
-share/doc/mpd4/README
-share/doc/mpd4/mpd.ps
-share/doc/mpd4/mpd.html
-share/doc/mpd4/mpd1.html
-share/doc/mpd4/mpd10.html
-share/doc/mpd4/mpd11.html
-share/doc/mpd4/mpd12.html
-share/doc/mpd4/mpd13.html
-share/doc/mpd4/mpd14.html
-share/doc/mpd4/mpd15.html
-share/doc/mpd4/mpd16.html
-share/doc/mpd4/mpd17.html
-share/doc/mpd4/mpd18.html
-share/doc/mpd4/mpd19.html
-share/doc/mpd4/mpd2.html
-share/doc/mpd4/mpd20.html
-share/doc/mpd4/mpd21.html
-share/doc/mpd4/mpd22.html
-share/doc/mpd4/mpd23.html
-share/doc/mpd4/mpd24.html
-share/doc/mpd4/mpd25.html
-share/doc/mpd4/mpd26.html
-share/doc/mpd4/mpd27.html
-share/doc/mpd4/mpd28.html
-share/doc/mpd4/mpd29.html
-share/doc/mpd4/mpd3.html
-share/doc/mpd4/mpd30.html
-share/doc/mpd4/mpd31.html
-share/doc/mpd4/mpd32.html
-share/doc/mpd4/mpd33.html
-share/doc/mpd4/mpd34.html
-share/doc/mpd4/mpd35.html
-share/doc/mpd4/mpd36.html
-share/doc/mpd4/mpd37.html
-share/doc/mpd4/mpd38.html
-share/doc/mpd4/mpd39.html
-share/doc/mpd4/mpd4.html
-share/doc/mpd4/mpd40.html
-share/doc/mpd4/mpd41.html
-share/doc/mpd4/mpd42.html
-share/doc/mpd4/mpd43.html
-share/doc/mpd4/mpd44.html
-share/doc/mpd4/mpd45.html
-share/doc/mpd4/mpd46.html
-share/doc/mpd4/mpd47.html
-share/doc/mpd4/mpd48.html
-share/doc/mpd4/mpd49.html
-share/doc/mpd4/mpd5.html
-share/doc/mpd4/mpd50.html
-share/doc/mpd4/mpd51.html
-share/doc/mpd4/mpd52.html
-share/doc/mpd4/mpd53.html
-share/doc/mpd4/mpd54.html
-share/doc/mpd4/mpd55.html
-share/doc/mpd4/mpd56.html
-share/doc/mpd4/mpd57.html
-share/doc/mpd4/mpd58.html
-share/doc/mpd4/mpd59.html
-share/doc/mpd4/mpd6.html
-share/doc/mpd4/mpd60.html
-share/doc/mpd4/mpd7.html
-share/doc/mpd4/mpd8.html
-share/doc/mpd4/mpd9.html
-share/doc/mpd4/mpd_toc.html
-@dirrm etc/mpd4
-@dirrm share/doc/mpd4