diff options
author | suz <suz@FreeBSD.org> | 2005-11-22 06:33:50 +0800 |
---|---|---|
committer | suz <suz@FreeBSD.org> | 2005-11-22 06:33:50 +0800 |
commit | 5d9ccd63bbf7294b01f62a73e09e4381a22d3406 (patch) | |
tree | 1d9a57918705e3445a59731e61ae21f975234d04 /net/mcast-tools | |
parent | e7aaa0b3515c433f5a3dcc915b59475d9ddc9754 (diff) | |
download | freebsd-ports-graphics-5d9ccd63bbf7294b01f62a73e09e4381a22d3406.tar.gz freebsd-ports-graphics-5d9ccd63bbf7294b01f62a73e09e4381a22d3406.tar.zst freebsd-ports-graphics-5d9ccd63bbf7294b01f62a73e09e4381a22d3406.zip |
pim6dd and pim6sd are succeeded by mcast-tools
Diffstat (limited to 'net/mcast-tools')
-rw-r--r-- | net/mcast-tools/Makefile | 31 | ||||
-rw-r--r-- | net/mcast-tools/distinfo | 2 | ||||
-rw-r--r-- | net/mcast-tools/files/patch-configure | 19 | ||||
-rw-r--r-- | net/mcast-tools/files/pim6dd.conf.sample | 3 | ||||
-rw-r--r-- | net/mcast-tools/pkg-descr | 21 | ||||
-rw-r--r-- | net/mcast-tools/pkg-plist | 8 |
6 files changed, 84 insertions, 0 deletions
diff --git a/net/mcast-tools/Makefile b/net/mcast-tools/Makefile new file mode 100644 index 00000000000..243496e075b --- /dev/null +++ b/net/mcast-tools/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: mcast-tools +# Date created: 15 Sep 2005 +# Whom: suz +# +# $FreeBSD$ +# + +PORTNAME= mcast-tools +PORTVERSION= 20050926 +PORTREVISION= 0 +CATEGORIES= net ipv6 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= mcast-tools + +MAINTAINER= suz@FreeBSD.org +COMMENT= IPv6 multicast routing daemons and tools + +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= +CONFIGURE_ENV= + +MAN1= mcastread.1 mcastsend.1 +MAN5= pim6dd.conf.5 pim6sd.conf.5 +MAN8= mfc.8 mtrace6.8 pim6dd.8 pim6sd.8 + +post-install: + ${INSTALL_DATA} ${WRKSRC}/pim6sd/pim6sd.conf.sample ${PREFIX}/etc + ${INSTALL_DATA} ${FILESDIR}/pim6dd.conf.sample ${PREFIX}/etc + +.include <bsd.port.mk> diff --git a/net/mcast-tools/distinfo b/net/mcast-tools/distinfo new file mode 100644 index 00000000000..d06d778caf2 --- /dev/null +++ b/net/mcast-tools/distinfo @@ -0,0 +1,2 @@ +MD5 (mcast-tools-20050926.tar.gz) = b02dc7f0842cf38df771d2aefd54ecc6 +SIZE (mcast-tools-20050926.tar.gz) = 457037 diff --git a/net/mcast-tools/files/patch-configure b/net/mcast-tools/files/patch-configure new file mode 100644 index 00000000000..68b747aa01f --- /dev/null +++ b/net/mcast-tools/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Tue Nov 22 00:31:28 2005 ++++ configure Tue Nov 22 00:31:40 2005 +@@ -7357,7 +7357,7 @@ + fi + + +- ac_config_files="$ac_config_files Makefile mcastread/Makefile mcastsend/Makefile mfc/Makefile mtrace6/Makefile pim6dd/Makefile pim6sd/Makefile pmsft/Makefile" ++ ac_config_files="$ac_config_files Makefile mcastread/Makefile mcastsend/Makefile mfc/Makefile mtrace6/Makefile pim6dd/Makefile pim6sd/Makefile" + + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure +@@ -7915,7 +7915,6 @@ + "mtrace6/Makefile" ) CONFIG_FILES="$CONFIG_FILES mtrace6/Makefile" ;; + "pim6dd/Makefile" ) CONFIG_FILES="$CONFIG_FILES pim6dd/Makefile" ;; + "pim6sd/Makefile" ) CONFIG_FILES="$CONFIG_FILES pim6sd/Makefile" ;; +- "pmsft/Makefile" ) CONFIG_FILES="$CONFIG_FILES pmsft/Makefile" ;; + "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;; + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 diff --git a/net/mcast-tools/files/pim6dd.conf.sample b/net/mcast-tools/files/pim6dd.conf.sample new file mode 100644 index 00000000000..48bb588e51a --- /dev/null +++ b/net/mcast-tools/files/pim6dd.conf.sample @@ -0,0 +1,3 @@ +# $FreeBSD: /tmp/pcvs/ports/net/mcast-tools/files/pim6dd.conf.sample,v 1.1 2005-11-21 22:33:50 suz Exp $ +# +phyint stf0 disable diff --git a/net/mcast-tools/pkg-descr b/net/mcast-tools/pkg-descr new file mode 100644 index 00000000000..4caa185eb82 --- /dev/null +++ b/net/mcast-tools/pkg-descr @@ -0,0 +1,21 @@ +mcast-tools is a package containing IPv6-multicast routing daemons and tools, +comprising the following programs. + + - mcastread + an IPv6 multicast receiver + + - mcastsend + an IPv6 multicast sender + + - mfc + an IPv6 multicast routing daemon, which only supports static + multicast routing. + + - pim6sd + an IPv6 multicast routing daemon, which supports PIM-SM + (Protocol Independent Multicast Sparse-Mode Version 2), and + PIM-SSM (Source-Specific Multicast using PIM-SM) + + - pim6dd + an IPv6 multicast routing daemon, which supports PIM-DM + (Protocol Independent Multicast Dense-Mode Version 2) diff --git a/net/mcast-tools/pkg-plist b/net/mcast-tools/pkg-plist new file mode 100644 index 00000000000..6c788337cc3 --- /dev/null +++ b/net/mcast-tools/pkg-plist @@ -0,0 +1,8 @@ +etc/pim6sd.conf.sample +etc/pim6dd.conf.sample +bin/mtrace6 +bin/mcastread +bin/mcastsend +sbin/pim6dd +sbin/pim6sd +sbin/pim6stat |