diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-29 12:33:08 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-29 12:33:08 +0000 |
commit | 5ed1c5b5e4e412b6ea711c487a2f28cf3352f631 (patch) | |
tree | 22fbee6ade1a8ec63d67542f12a4cfa716640e4b /net/mpd4 | |
parent | 98edc829d203a88be4163644314081caeee9d3a2 (diff) | |
download | ports-5ed1c5b5e4e412b6ea711c487a2f28cf3352f631.tar.gz ports-5ed1c5b5e4e412b6ea711c487a2f28cf3352f631.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)
Notes
Notes:
svn path=/head/; revision=183618
Diffstat (limited to 'net/mpd4')
-rw-r--r-- | net/mpd4/Makefile | 6 | ||||
-rw-r--r-- | net/mpd4/distinfo | 6 | ||||
-rw-r--r-- | net/mpd4/pkg-descr | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/mpd4/Makefile b/net/mpd4/Makefile index 4bee08ad472e..178090e38317 100644 --- a/net/mpd4/Makefile +++ b/net/mpd4/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/mpd4/distinfo b/net/mpd4/distinfo index b7e97bcc2be7..72596e736df8 100644 --- a/net/mpd4/distinfo +++ b/net/mpd4/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/mpd4/pkg-descr b/net/mpd4/pkg-descr index 0a57ce2467ea..1660303c845d 100644 --- a/net/mpd4/pkg-descr +++ b/net/mpd4/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 |