summaryrefslogtreecommitdiff
path: root/net-mgmt/cdpd
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /net-mgmt/cdpd
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'net-mgmt/cdpd')
-rw-r--r--net-mgmt/cdpd/Makefile21
-rw-r--r--net-mgmt/cdpd/distinfo1
-rw-r--r--net-mgmt/cdpd/files/cdpd.patch11
-rw-r--r--net-mgmt/cdpd/pkg-descr2
-rw-r--r--net-mgmt/cdpd/pkg-plist2
5 files changed, 0 insertions, 37 deletions
diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile
deleted file mode 100644
index 1d370cbe51a4..000000000000
--- a/net-mgmt/cdpd/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: cdpd
-# Date created: 26 Sep 2001
-# Whom: Alexandre Snarskii <snar@paranoia.ru>
-#
-# $FreeBSD$
-
-PORTNAME= cdpd
-PORTVERSION= 1.0.2
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
-
-MAINTAINER= snar@paranoia.ru
-COMMENT= CDPdaemon - sends Cisco Discovery Protocol announces over ethernet
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
-
-GNU_CONFIGURE= yes
-
-MAN8= cdpd.8
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/cdpd/distinfo b/net-mgmt/cdpd/distinfo
deleted file mode 100644
index 2d63efed7769..000000000000
--- a/net-mgmt/cdpd/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (cdpd-1.0.2.tar.gz) = 14aacbaceb12413391b1d8ad226ce0bd
diff --git a/net-mgmt/cdpd/files/cdpd.patch b/net-mgmt/cdpd/files/cdpd.patch
deleted file mode 100644
index 497ff9f311fc..000000000000
--- a/net-mgmt/cdpd/files/cdpd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cdpd.sh.in.orig Fri Jul 25 07:28:15 2003
-+++ cdpd.sh.in Fri Jul 25 07:28:23 2003
-@@ -3,7 +3,7 @@
- case $1 in
- start)
- [ -x @prefix@@libexecdir@/cdpd ] && @prefix@@libexecdir@/cdpd -a;
-- echo ' cdpd';
-+ echo -n ' cdpd';
- ;;
- stop)
- killall cdpd
diff --git a/net-mgmt/cdpd/pkg-descr b/net-mgmt/cdpd/pkg-descr
deleted file mode 100644
index 21959e6eef6e..000000000000
--- a/net-mgmt/cdpd/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A simple program designed to send 'Cisco Discovery Protocol' packets
-on network.
diff --git a/net-mgmt/cdpd/pkg-plist b/net-mgmt/cdpd/pkg-plist
deleted file mode 100644
index 80c13c6fd10b..000000000000
--- a/net-mgmt/cdpd/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-libexec/cdpd
-etc/rc.d/cdpd.sh