diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-16 22:26:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-16 22:26:15 +0000 |
commit | a08308fc3228620fa73b3779cba18c40f7afe0c8 (patch) | |
tree | 27428f4508602432815c6554f540e309333b9662 /net-mgmt | |
parent | eb67377ed309ffb04e2ebd3d22aceff02106c787 (diff) | |
download | ports-a08308fc3228620fa73b3779cba18c40f7afe0c8.tar.gz ports-a08308fc3228620fa73b3779cba18c40f7afe0c8.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/rcpd/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/rcpd/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/rcpd/pkg-descr | 11 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 9233b0ded3fb..0a545fcd8636 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -180,6 +180,7 @@ SUBDIR += py-yapsnmp SUBDIR += rancid SUBDIR += rate + SUBDIR += rcpd SUBDIR += remarp SUBDIR += rotorouter SUBDIR += routers2 diff --git a/net-mgmt/rcpd/Makefile b/net-mgmt/rcpd/Makefile new file mode 100644 index 000000000000..ae37e73f42a0 --- /dev/null +++ b/net-mgmt/rcpd/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: rcpd +# Date created: 2006-12-16 +# Whom: Babak Farrokhi <farrokhi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= rcpd +PORTVERSION= 1.2 +CATEGORIES= net-mgmt net +MASTER_SITES= ftp://ftp.shrubbery.net/pub/rcpd/ + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= RCP server for routers and network devices + +GNU_CONFIGURE= yes +MAN1= rcpd.1 +PLIST_FILES= sbin/rcpd + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/net-mgmt/rcpd/distinfo b/net-mgmt/rcpd/distinfo new file mode 100644 index 000000000000..8c0c7e87bc20 --- /dev/null +++ b/net-mgmt/rcpd/distinfo @@ -0,0 +1,3 @@ +MD5 (rcpd-1.2.tar.gz) = d20f23f86e8028d059b0475588e966dd +SHA256 (rcpd-1.2.tar.gz) = 64e2f52e9b785882cdeb5b678b5f632a00a1c8c559119b663f86f6eb337c1e91 +SIZE (rcpd-1.2.tar.gz) = 97691 diff --git a/net-mgmt/rcpd/pkg-descr b/net-mgmt/rcpd/pkg-descr new file mode 100644 index 000000000000..b57e5927008b --- /dev/null +++ b/net-mgmt/rcpd/pkg-descr @@ -0,0 +1,11 @@ +rcpd is a RCP server intended specifically for router +or network device clients. It is used to transfer +configurations, boot images, and kernels images +(eg: IOS) to the devices. + +These files are often tranfered with TFTP, but TFTP +has reliability and speed issues and file size +limitations due to it's protocol specification and +underlying transport; while RCP is not affected. + +WWW: http://www.shrubbery.net/rcpd/ |