summaryrefslogtreecommitdiff
path: root/net-mgmt/portmon
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/portmon
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/portmon')
-rw-r--r--net-mgmt/portmon/Makefile47
-rw-r--r--net-mgmt/portmon/distinfo1
-rw-r--r--net-mgmt/portmon/files/patch-extras::portmon.810
-rw-r--r--net-mgmt/portmon/pkg-descr7
-rw-r--r--net-mgmt/portmon/pkg-plist4
5 files changed, 0 insertions, 69 deletions
diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile
deleted file mode 100644
index bd122495eaaf..000000000000
--- a/net-mgmt/portmon/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: portmon
-# Date created: 18.06.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= portmon
-PORTVERSION= 2.0
-CATEGORIES= net
-MASTER_SITES= http://www.aboleo.net/software/portmon/downloads/
-
-MAINTAINER= krion@FreeBSD.org
-COMMENT= Daemon that monitor network services
-
-GNU_CONFIGURE= yes
-USE_GETOPT_LONG= yes
-USE_REINPLACE= yes
-
-MAN8= portmon.8
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|/etc|${PREFIX}/etc|g' \
- ${WRKSRC}/extras/${PORTNAME}.8
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
- ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/extras/portmon.8 \
- ${PREFIX}/man/man8
- ${INSTALL_DATA} ${WRKSRC}/extras/portmon.hosts.sample \
- ${PREFIX}/etc
- @${ECHO} "------------------------------------------------------------"
- @${ECHO} "Sample of configuration file placed at"
- @${ECHO} "${PREFIX}/etc/portmon.hosts.sample"
- @${ECHO} "------------------------------------------------------------
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/portmon/distinfo b/net-mgmt/portmon/distinfo
deleted file mode 100644
index 78af09da6db2..000000000000
--- a/net-mgmt/portmon/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (portmon-2.0.tar.gz) = dc9a0f9da5aa8544257c3546b65cfb93
diff --git a/net-mgmt/portmon/files/patch-extras::portmon.8 b/net-mgmt/portmon/files/patch-extras::portmon.8
deleted file mode 100644
index 08e061425b9c..000000000000
--- a/net-mgmt/portmon/files/patch-extras::portmon.8
+++ /dev/null
@@ -1,10 +0,0 @@
---- extras/portmon.8.orig Sun Aug 24 10:08:43 2003
-+++ extras/portmon.8 Sun Aug 24 10:09:06 2003
-@@ -1,6 +1,6 @@
- .\" manpage for portmon
- .\" by Nik Reiman, <nik@aboleo.net>
--.TH PORTMON 1 "21 August 2003"
-+.TH PORTMON 8 "21 August 2003"
- .SH NAME
- portmon \- Network service monitoring daemon
- .SH SYNOPSIS
diff --git a/net-mgmt/portmon/pkg-descr b/net-mgmt/portmon/pkg-descr
deleted file mode 100644
index 49b08d0e0738..000000000000
--- a/net-mgmt/portmon/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Portmon is a network service monitoring daemon. Portmon
-basically uses a list of hosts and port numbers, and tries to
-connect to each host on the list at a regular time interval. It
-is a lightweight program, and requires no software to be
-installed on the machines one wishes to monitor.
-
-WWW: http://www.aboleo.net/software/portmon
diff --git a/net-mgmt/portmon/pkg-plist b/net-mgmt/portmon/pkg-plist
deleted file mode 100644
index 38ad7eee5858..000000000000
--- a/net-mgmt/portmon/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/portmon
-etc/portmon.hosts.sample
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%