mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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)
This commit is contained in:
parent
98edc829d2
commit
5ed1c5b5e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183618
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user