diff options
author | archie <archie@FreeBSD.org> | 2002-03-30 13:31:10 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2002-03-30 13:31:10 +0800 |
commit | d241fb9a27a5deeffa3b554da45e83cfa73af3d9 (patch) | |
tree | 62a5e2d79836c72e7d574a191dcf01bd02eda1b7 /net/mpd | |
parent | 4967c52bc10558e2b6c02bce74c7598cb3e4d5fa (diff) | |
download | freebsd-ports-gnome-d241fb9a27a5deeffa3b554da45e83cfa73af3d9.tar.gz freebsd-ports-gnome-d241fb9a27a5deeffa3b554da45e83cfa73af3d9.tar.zst freebsd-ports-gnome-d241fb9a27a5deeffa3b554da45e83cfa73af3d9.zip |
The original "net/mpd" port is obsolete. Update it to make it equivalent
to the "net/mpd-netgraph" port, and then get rid of "net/mpd-netgraph".
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/Makefile | 6 | ||||
-rw-r--r-- | net/mpd/distinfo | 2 | ||||
-rw-r--r-- | net/mpd/pkg-comment | 2 | ||||
-rw-r--r-- | net/mpd/pkg-descr | 13 | ||||
-rw-r--r-- | net/mpd/pkg-plist | 2 |
5 files changed, 11 insertions, 14 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index a35623ee3a36..0262b19459eb 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -6,17 +6,15 @@ # PORTNAME= mpd -PORTVERSION= 2.0.b2 +PORTVERSION= 3.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= archie -DISTNAME= mpd-2.0b2 MAINTAINER= archie@freebsd.org MTREE_FILE= ${FILESDIR}/mpd.mtree MAN8= mpd.8 -MANCOMPRESSED= yes -NO_LATEST_LINK= +MANCOMPRESSED= maybe .include <bsd.port.mk> diff --git a/net/mpd/distinfo b/net/mpd/distinfo index 08be7dc3d0ce..fa257e24d7bc 100644 --- a/net/mpd/distinfo +++ b/net/mpd/distinfo @@ -1 +1 @@ -MD5 (mpd-2.0b2.tar.gz) = bbe5ad9ac726f5b9113316cf7526c223 +MD5 (mpd-3.7.tar.gz) = 97cb3ebaeae594d9168300dbfd528876 diff --git a/net/mpd/pkg-comment b/net/mpd/pkg-comment index 3dcbdc345c36..34af82d1d1c2 100644 --- a/net/mpd/pkg-comment +++ b/net/mpd/pkg-comment @@ -1 +1 @@ -Multi-link PPP daemon +Multi-link PPP daemon based on netgraph(4) diff --git a/net/mpd/pkg-descr b/net/mpd/pkg-descr index 787a3e428623..11ab7ffc6ab8 100644 --- a/net/mpd/pkg-descr +++ b/net/mpd/pkg-descr @@ -1,10 +1,13 @@ -Mpd is a user-mode implementation of the PPP protocol for FreeBSD. -It supports several of the numerous PPP sub-protocols and extensions, -such as: +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 - DES encryption + PPP compression and encryption + Point-to-Point Tunnelling Protocol (PPTP) Mpd also includes many additional features: @@ -14,7 +17,5 @@ Mpd also includes many additional features: Powerful chat scripting language for asynchronous serial ports Pre-tested chat scripts for automatic configuration of several common modems and ISDN terminal adapters - Support for the Netgraph kernel networking system - Support for tunnelling PPP over TCP, and UDP Clean device-type independent design Comprehensive logging diff --git a/net/mpd/pkg-plist b/net/mpd/pkg-plist index f10f602767f5..027b575080f7 100644 --- a/net/mpd/pkg-plist +++ b/net/mpd/pkg-plist @@ -4,8 +4,6 @@ etc/mpd/mpd.secret.sample etc/mpd/mpd.script.sample sbin/mpd share/doc/mpd/README -share/doc/mpd/mpd.ascii -share/doc/mpd/mpd.ps share/doc/mpd/mpd.html share/doc/mpd/mpd1.html share/doc/mpd/mpd10.html |