diff options
author | sem <sem@FreeBSD.org> | 2007-01-29 20:33:08 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-01-29 20:33:08 +0800 |
commit | 2126263af882a7ef6584dc9fdff443720f035a7f (patch) | |
tree | da39ef966333f6ca984a3c07fba31928ebd86b42 /net/mpd5 | |
parent | 3b817c959a0def78f3ec0f7272094b6478d5679e (diff) | |
download | freebsd-ports-gnome-2126263af882a7ef6584dc9fdff443720f035a7f.tar.gz freebsd-ports-gnome-2126263af882a7ef6584dc9fdff443720f035a7f.tar.zst freebsd-ports-gnome-2126263af882a7ef6584dc9fdff443720f035a7f.zip |
- Update to RC1
- Add new features in pkg-descr
- Pass maintainership to submitter
Submitted by: Alexander Motin <mav at alkar.net>
Approved by: glebius (former maintainer)
Diffstat (limited to 'net/mpd5')
-rw-r--r-- | net/mpd5/Makefile | 6 | ||||
-rw-r--r-- | net/mpd5/distinfo | 6 | ||||
-rw-r--r-- | net/mpd5/pkg-descr | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile index 4bee08ad472e..178090e38317 100644 --- a/net/mpd5/Makefile +++ b/net/mpd5/Makefile @@ -6,13 +6,13 @@ # PORTNAME= mpd4 -PORTVERSION= 4.0b5 +PORTVERSION= 4.0rc1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= glebius DIST_SUBDIR= mpd4 -MAINTAINER= glebius@freebsd.org +MAINTAINER= mav@alkar.net COMMENT= Multi-link PPP daemon based on netgraph(4) [development version] LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel @@ -21,7 +21,7 @@ MTREE_FILE= ${FILESDIR}/mpd4.mtree MAN8= mpd4.8 MANCOMPRESSED= maybe USE_RC_SUBR= mpd4.sh -HTMLNUM!= jot 60 1 +HTMLNUM!= jot 62 1 CONFSUF= conf links secret script PORTDOCS= ${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README \ mpd_toc.html diff --git a/net/mpd5/distinfo b/net/mpd5/distinfo index b7e97bcc2be7..72596e736df8 100644 --- a/net/mpd5/distinfo +++ b/net/mpd5/distinfo @@ -1,3 +1,3 @@ -SIZE (mpd4/mpd4-4.0b5.tar.gz) = 349380 -MD5 (mpd4/mpd4-4.0b5.tar.gz) = 0490e23853a34d8d032aae07487690e8 -SHA256 (mpd4/mpd4-4.0b5.tar.gz) = 9ef32902c99a05b926df21e4edd1b3db213959ae88e640a7b283b0f38e77a34c +SIZE (mpd4/mpd4-4.0rc1.tar.gz) = 405920 +MD5 (mpd4/mpd4-4.0rc1.tar.gz) = c0c2503faa7bb51ab02305b0c629d5f8 +SHA256 (mpd4/mpd4-4.0rc1.tar.gz) = 7d820e7dbd8601b9a7ef3d8b198b2a8fb7feefe3d592c281b035fb886f4339e6 diff --git a/net/mpd5/pkg-descr b/net/mpd5/pkg-descr index 0a57ce2467ea..1660303c845d 100644 --- a/net/mpd5/pkg-descr +++ b/net/mpd5/pkg-descr @@ -13,6 +13,7 @@ Mpd have support for many link types: Serial port modem Point-to-Point Tunnelling Protocol (PPTP) + Layer Two Tunnelling Protocol (L2TP) PPP over Ethernet (PPPoE) PPP over TCP PPP over UDP @@ -23,12 +24,14 @@ Mpd also includes many additional features: IPv4 and IPv6 support RADIUS authentication and accounting NetFlow traffic accounting + Network address translation (NAT) 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 + Comprehensive logging + Telnet and HTTP control interfaces. WWW: http://www.sourceforge.net/projects/mpd |