aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rcpd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-16 22:26:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-16 22:26:15 +0000
commita08308fc3228620fa73b3779cba18c40f7afe0c8 (patch)
tree27428f4508602432815c6554f540e309333b9662 /net-mgmt/rcpd
parenteb67377ed309ffb04e2ebd3d22aceff02106c787 (diff)
downloadports-a08308fc3228620fa73b3779cba18c40f7afe0c8.tar.gz
ports-a08308fc3228620fa73b3779cba18c40f7afe0c8.zip
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/ Submitted by: Babak Farrokhi <farrokhi at FreeBSD.org>
Notes
Notes: svn path=/head/; revision=179986
Diffstat (limited to 'net-mgmt/rcpd')
-rw-r--r--net-mgmt/rcpd/Makefile21
-rw-r--r--net-mgmt/rcpd/distinfo3
-rw-r--r--net-mgmt/rcpd/pkg-descr11
3 files changed, 35 insertions, 0 deletions
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/