summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
committeradamw <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
commit5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a (patch)
treeeea5ecd9ebb32eb75307481e787e956b5e31f3bb /net-mgmt
parent9d3fbd7b82b343108df5412a1b27406024e611e8 (diff)
downloadFreeBSD-ports-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.zip
FreeBSD-ports-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.gz
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cfgstoragemk/Makefile2
-rw-r--r--net-mgmt/cfgstoragemk/pkg-comment1
-rw-r--r--net-mgmt/choparp/Makefile2
-rw-r--r--net-mgmt/choparp/pkg-comment1
-rw-r--r--net-mgmt/gps/Makefile2
-rw-r--r--net-mgmt/gps/pkg-comment1
-rw-r--r--net-mgmt/netsaint-plugins/Makefile2
-rw-r--r--net-mgmt/netsaint-plugins/pkg-comment1
-rw-r--r--net-mgmt/netsaint/Makefile2
-rw-r--r--net-mgmt/netsaint/pkg-comment1
-rw-r--r--net-mgmt/netspoc/Makefile2
-rw-r--r--net-mgmt/netspoc/pkg-comment1
-rw-r--r--net-mgmt/oproute/Makefile2
-rw-r--r--net-mgmt/oproute/pkg-comment1
-rw-r--r--net-mgmt/p5-Cflow/Makefile2
-rw-r--r--net-mgmt/p5-Cflow/pkg-comment1
-rw-r--r--net-mgmt/p5-SNMP/Makefile2
-rw-r--r--net-mgmt/p5-SNMP/pkg-comment1
-rw-r--r--net-mgmt/scotty3/Makefile2
-rw-r--r--net-mgmt/scotty3/pkg-comment1
-rw-r--r--net-mgmt/trafd/Makefile2
-rw-r--r--net-mgmt/trafd/pkg-comment1
-rw-r--r--net-mgmt/whatmask/Makefile2
-rw-r--r--net-mgmt/whatmask/pkg-comment1
-rw-r--r--net-mgmt/wide-dhcp/Makefile2
-rw-r--r--net-mgmt/wide-dhcp/pkg-comment1
26 files changed, 26 insertions, 13 deletions
diff --git a/net-mgmt/cfgstoragemk/Makefile b/net-mgmt/cfgstoragemk/Makefile
index 8a4f7b6..cee82f6 100644
--- a/net-mgmt/cfgstoragemk/Makefile
+++ b/net-mgmt/cfgstoragemk/Makefile
@@ -14,6 +14,8 @@ DISTNAME= cfgstoragemaker-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= MRTG configuration generator for storage monitoring via SNMP
+
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/net-mgmt/cfgstoragemk/pkg-comment b/net-mgmt/cfgstoragemk/pkg-comment
deleted file mode 100644
index 58bd2d8..0000000
--- a/net-mgmt/cfgstoragemk/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-MRTG configuration generator for storage monitoring via SNMP
diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile
index 5cb2e94..2968713 100644
--- a/net-mgmt/choparp/Makefile
+++ b/net-mgmt/choparp/Makefile
@@ -12,6 +12,8 @@ MASTER_SITES= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/choparp/
MAINTAINER= ports@freebsd.org
+PORTCOMMENT= Simple proxy arp daemon
+
MAN8= choparp.8
MANCOMPRESSED= maybe
diff --git a/net-mgmt/choparp/pkg-comment b/net-mgmt/choparp/pkg-comment
deleted file mode 100644
index 59c1140..0000000
--- a/net-mgmt/choparp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Simple proxy arp daemon
diff --git a/net-mgmt/gps/Makefile b/net-mgmt/gps/Makefile
index 0a08910..37d6a4c 100644
--- a/net-mgmt/gps/Makefile
+++ b/net-mgmt/gps/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://gps.sourceforge.net/release/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Ghost Port Scan
+
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
USE_REINPLACE= yes
diff --git a/net-mgmt/gps/pkg-comment b/net-mgmt/gps/pkg-comment
deleted file mode 100644
index 901008d..0000000
--- a/net-mgmt/gps/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ghost Port Scan
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile
index 9e6fb30..b9925f2 100644
--- a/net-mgmt/netsaint-plugins/Makefile
+++ b/net-mgmt/netsaint-plugins/Makefile
@@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-1.2.9-4
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Plugins for netsaint
+
USE_SUBMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sbindir=${PREFIX}/share/netsaint/sbin \
diff --git a/net-mgmt/netsaint-plugins/pkg-comment b/net-mgmt/netsaint-plugins/pkg-comment
deleted file mode 100644
index e5f0846..0000000
--- a/net-mgmt/netsaint-plugins/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Plugins for netsaint
diff --git a/net-mgmt/netsaint/Makefile b/net-mgmt/netsaint/Makefile
index 4629d21..e99dfe2 100644
--- a/net-mgmt/netsaint/Makefile
+++ b/net-mgmt/netsaint/Makefile
@@ -17,6 +17,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Extremely powerful network monitoring system
+
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
RUN_DEPENDS= ${LOCALBASE}/libexec/netsaint/check_netsaint:${PORTSDIR}/net/netsaint-plugins
diff --git a/net-mgmt/netsaint/pkg-comment b/net-mgmt/netsaint/pkg-comment
deleted file mode 100644
index 5641db1..0000000
--- a/net-mgmt/netsaint/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Extremely powerful network monitoring system
diff --git a/net-mgmt/netspoc/Makefile b/net-mgmt/netspoc/Makefile
index a634d9e..a09fcee 100644
--- a/net-mgmt/netspoc/Makefile
+++ b/net-mgmt/netspoc/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://download.berlios.de/netspoc/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A Network Security Policy Compiler
+
USE_PERL5= yes
NO_BUILD= yes
diff --git a/net-mgmt/netspoc/pkg-comment b/net-mgmt/netspoc/pkg-comment
deleted file mode 100644
index 6e304ec..0000000
--- a/net-mgmt/netspoc/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Network Security Policy Compiler
diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile
index fb7444b..6da9ade 100644
--- a/net-mgmt/oproute/Makefile
+++ b/net-mgmt/oproute/Makefile
@@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A tool for measuring general performance of the Internet
+
USE_REINPLACE= yes
post-patch:
diff --git a/net-mgmt/oproute/pkg-comment b/net-mgmt/oproute/pkg-comment
deleted file mode 100644
index 2a9eb38..0000000
--- a/net-mgmt/oproute/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A tool for measuring general performance of the Internet
diff --git a/net-mgmt/p5-Cflow/Makefile b/net-mgmt/p5-Cflow/Makefile
index f902edf..8ff0f35 100644
--- a/net-mgmt/p5-Cflow/Makefile
+++ b/net-mgmt/p5-Cflow/Makefile
@@ -13,6 +13,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data)
+
PERL_CONFIGURE= YES
MAN1= flowdumper.1
diff --git a/net-mgmt/p5-Cflow/pkg-comment b/net-mgmt/p5-Cflow/pkg-comment
deleted file mode 100644
index ee1d8af..0000000
--- a/net-mgmt/p5-Cflow/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Analyze raw flow files written by cflowd (Cisco NetFlow data)
diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile
index d955bc0..f024389 100644
--- a/net-mgmt/p5-SNMP/Makefile
+++ b/net-mgmt/p5-SNMP/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A perl5 module for interfacing with the CMU SNMP library
+
LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4
PERL_CONFIGURE= yes
diff --git a/net-mgmt/p5-SNMP/pkg-comment b/net-mgmt/p5-SNMP/pkg-comment
deleted file mode 100644
index 85245b5..0000000
--- a/net-mgmt/p5-SNMP/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A perl5 module for interfacing with the CMU SNMP library
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile
index be81286..e17f061 100644
--- a/net-mgmt/scotty3/Makefile
+++ b/net-mgmt/scotty3/Makefile
@@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}-00-02-21
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Network management extensions to tcl
+
.ifdef (WITHOUT_X11)
PKGNAMESUFFIX= -nox11
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83
diff --git a/net-mgmt/scotty3/pkg-comment b/net-mgmt/scotty3/pkg-comment
deleted file mode 100644
index 8c63ccd1..0000000
--- a/net-mgmt/scotty3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Network management extensions to tcl
diff --git a/net-mgmt/trafd/Makefile b/net-mgmt/trafd/Makefile
index c2f800d..46fd2c6 100644
--- a/net-mgmt/trafd/Makefile
+++ b/net-mgmt/trafd/Makefile
@@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= The BPF Traffic Collector
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/trafd/trafd ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstart ${PREFIX}/bin
diff --git a/net-mgmt/trafd/pkg-comment b/net-mgmt/trafd/pkg-comment
deleted file mode 100644
index f2898ca7..0000000
--- a/net-mgmt/trafd/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The BPF Traffic Collector
diff --git a/net-mgmt/whatmask/Makefile b/net-mgmt/whatmask/Makefile
index 70c43d9..bfc218d 100644
--- a/net-mgmt/whatmask/Makefile
+++ b/net-mgmt/whatmask/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Easily convert between three common subnet mask notations
+
GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/whatmask/pkg-comment b/net-mgmt/whatmask/pkg-comment
deleted file mode 100644
index 963ecff..0000000
--- a/net-mgmt/whatmask/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Easily convert between three common subnet mask notations
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index 8c8fe78..618995d 100644
--- a/net-mgmt/wide-dhcp/Makefile
+++ b/net-mgmt/wide-dhcp/Makefile
@@ -17,6 +17,8 @@ DISTNAME= dhcp-1.4.0p6
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Dynamic Host Configuration Protocol, WIDE-Implimentation
+
MAKE_ENV= OSTYPE=${OPSYS}
MAN5= dhcpdb.server.5 dhcpdb.pool.5 dhcpdb.relay.5
diff --git a/net-mgmt/wide-dhcp/pkg-comment b/net-mgmt/wide-dhcp/pkg-comment
deleted file mode 100644
index 3108e30..0000000
--- a/net-mgmt/wide-dhcp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Dynamic Host Configuration Protocol, WIDE-Implimentation
OpenPOWER on IntegriCloud