mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add cfgstoragemk 1.0
MRTG configuration generator for storage monitoring via SNMP
This commit is contained in:
parent
a1ec7350b1
commit
b732cbd344
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62411
28
net-mgmt/cfgstoragemk/Makefile
Normal file
28
net-mgmt/cfgstoragemk/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: cfgstoragemk
|
||||
# Date created: Jul 4, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cfgstoragemk
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://savannah.gnu.org/download/cfgstoragemk/
|
||||
DISTNAME= cfgstoragemaker-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= cfgstoragemaker.1
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/cfgstoragemaker
|
||||
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g ; \
|
||||
s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/cfgstoragemaker.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/cfgstoragemk/distinfo
Normal file
1
net-mgmt/cfgstoragemk/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cfgstoragemaker-1.0.tar.gz) = fd9ebd7b22595d824335e02bef60fbfc
|
11
net-mgmt/cfgstoragemk/files/patch-Config.mk.in
Normal file
11
net-mgmt/cfgstoragemk/files/patch-Config.mk.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Config.mk.in.orig Thu Jul 4 14:29:59 2002
|
||||
+++ Config.mk.in Thu Jul 4 14:30:10 2002
|
||||
@@ -18,7 +18,7 @@
|
||||
# 02111-1307, USA.
|
||||
|
||||
OWN = root
|
||||
-GRP = root
|
||||
+GRP = wheel
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
mandir = @mandir@/man1
|
17
net-mgmt/cfgstoragemk/files/patch-cfgstoragemaker
Normal file
17
net-mgmt/cfgstoragemk/files/patch-cfgstoragemaker
Normal file
@ -0,0 +1,17 @@
|
||||
--- cfgstoragemaker.orig Thu Jul 4 14:27:37 2002
|
||||
+++ cfgstoragemaker Thu Jul 4 14:28:21 2002
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/perl -w
|
||||
+#!/usr/bin/env perl
|
||||
|
||||
# cfgstoragemaker: MRTG config generator for storage monitoring via SNMP
|
||||
# Copyright (C) 2001, 2002 LibertySurf Telecom, Cyril Bouthors
|
||||
@@ -29,7 +29,7 @@
|
||||
my $snmp_root = 'host.hrStorage.hrStorageTable.hrStorageEntry';
|
||||
my $debug=0; #1 for additional info
|
||||
|
||||
-my $tpl_dir = '/usr/share/cfgstoragemaker';
|
||||
+my $tpl_dir = '%%PREFIX%%/share/cfgstoragemaker';
|
||||
my $tpl_header = 'header.tpl';
|
||||
my $tpl_body = 'body.tpl';
|
||||
|
15
net-mgmt/cfgstoragemk/files/patch-cfgstoragemaker.1
Normal file
15
net-mgmt/cfgstoragemk/files/patch-cfgstoragemaker.1
Normal file
@ -0,0 +1,15 @@
|
||||
--- cfgstoragemaker.1.orig Thu Jul 4 14:32:22 2002
|
||||
+++ cfgstoragemaker.1 Thu Jul 4 14:32:59 2002
|
||||
@@ -24,10 +24,10 @@
|
||||
\fICfgstoragemaker\fR is written in Perl.
|
||||
.SH FILES
|
||||
.TP
|
||||
-.I /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt
|
||||
+.I %%LOCALBASE%%/share/snmp/mibs/HOST-RESOURCES-MIB.txt
|
||||
SNMP MIB file provided by ucd-snmp
|
||||
.TP
|
||||
-.I /usr/share/cfgstoragemaker/templates/header.tpl /usr/share/cfgstoragemaker/templates/body.tpl
|
||||
+.I %%PREFIX%%/share/cfgstoragemaker/templates/header.tpl %%PREFIX%%/share/cfgstoragemaker/templates/body.tpl
|
||||
templates files to build the config file
|
||||
.SH SEE ALSO
|
||||
\fIcfgmaker\fP(1), \fIindexmaker\fP(1), \fImrtg\fP(1), \fIsnmpd\fP(1)
|
1
net-mgmt/cfgstoragemk/pkg-comment
Normal file
1
net-mgmt/cfgstoragemk/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
MRTG configuration generator for storage monitoring via SNMP
|
1
net-mgmt/cfgstoragemk/pkg-descr
Normal file
1
net-mgmt/cfgstoragemk/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
MRTG configuration file generator for storage monitoring via SNMP
|
4
net-mgmt/cfgstoragemk/pkg-plist
Normal file
4
net-mgmt/cfgstoragemk/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/cfgstoragemaker
|
||||
share/cfgstoragemaker/body.tpl
|
||||
share/cfgstoragemaker/header.tpl
|
||||
@dirrm share/cfgstoragemaker
|
@ -38,6 +38,7 @@
|
||||
SUBDIR += cap
|
||||
SUBDIR += cdpd
|
||||
SUBDIR += centericq
|
||||
SUBDIR += cfgstoragemk
|
||||
SUBDIR += cflowd
|
||||
SUBDIR += choparp
|
||||
SUBDIR += cidr
|
||||
|
28
net/cfgstoragemk/Makefile
Normal file
28
net/cfgstoragemk/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: cfgstoragemk
|
||||
# Date created: Jul 4, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cfgstoragemk
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://savannah.gnu.org/download/cfgstoragemk/
|
||||
DISTNAME= cfgstoragemaker-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= cfgstoragemaker.1
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/cfgstoragemaker
|
||||
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g ; \
|
||||
s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/cfgstoragemaker.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/cfgstoragemk/distinfo
Normal file
1
net/cfgstoragemk/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cfgstoragemaker-1.0.tar.gz) = fd9ebd7b22595d824335e02bef60fbfc
|
11
net/cfgstoragemk/files/patch-Config.mk.in
Normal file
11
net/cfgstoragemk/files/patch-Config.mk.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Config.mk.in.orig Thu Jul 4 14:29:59 2002
|
||||
+++ Config.mk.in Thu Jul 4 14:30:10 2002
|
||||
@@ -18,7 +18,7 @@
|
||||
# 02111-1307, USA.
|
||||
|
||||
OWN = root
|
||||
-GRP = root
|
||||
+GRP = wheel
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
mandir = @mandir@/man1
|
17
net/cfgstoragemk/files/patch-cfgstoragemaker
Normal file
17
net/cfgstoragemk/files/patch-cfgstoragemaker
Normal file
@ -0,0 +1,17 @@
|
||||
--- cfgstoragemaker.orig Thu Jul 4 14:27:37 2002
|
||||
+++ cfgstoragemaker Thu Jul 4 14:28:21 2002
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/perl -w
|
||||
+#!/usr/bin/env perl
|
||||
|
||||
# cfgstoragemaker: MRTG config generator for storage monitoring via SNMP
|
||||
# Copyright (C) 2001, 2002 LibertySurf Telecom, Cyril Bouthors
|
||||
@@ -29,7 +29,7 @@
|
||||
my $snmp_root = 'host.hrStorage.hrStorageTable.hrStorageEntry';
|
||||
my $debug=0; #1 for additional info
|
||||
|
||||
-my $tpl_dir = '/usr/share/cfgstoragemaker';
|
||||
+my $tpl_dir = '%%PREFIX%%/share/cfgstoragemaker';
|
||||
my $tpl_header = 'header.tpl';
|
||||
my $tpl_body = 'body.tpl';
|
||||
|
15
net/cfgstoragemk/files/patch-cfgstoragemaker.1
Normal file
15
net/cfgstoragemk/files/patch-cfgstoragemaker.1
Normal file
@ -0,0 +1,15 @@
|
||||
--- cfgstoragemaker.1.orig Thu Jul 4 14:32:22 2002
|
||||
+++ cfgstoragemaker.1 Thu Jul 4 14:32:59 2002
|
||||
@@ -24,10 +24,10 @@
|
||||
\fICfgstoragemaker\fR is written in Perl.
|
||||
.SH FILES
|
||||
.TP
|
||||
-.I /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt
|
||||
+.I %%LOCALBASE%%/share/snmp/mibs/HOST-RESOURCES-MIB.txt
|
||||
SNMP MIB file provided by ucd-snmp
|
||||
.TP
|
||||
-.I /usr/share/cfgstoragemaker/templates/header.tpl /usr/share/cfgstoragemaker/templates/body.tpl
|
||||
+.I %%PREFIX%%/share/cfgstoragemaker/templates/header.tpl %%PREFIX%%/share/cfgstoragemaker/templates/body.tpl
|
||||
templates files to build the config file
|
||||
.SH SEE ALSO
|
||||
\fIcfgmaker\fP(1), \fIindexmaker\fP(1), \fImrtg\fP(1), \fIsnmpd\fP(1)
|
1
net/cfgstoragemk/pkg-comment
Normal file
1
net/cfgstoragemk/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
MRTG configuration generator for storage monitoring via SNMP
|
1
net/cfgstoragemk/pkg-descr
Normal file
1
net/cfgstoragemk/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
MRTG configuration file generator for storage monitoring via SNMP
|
4
net/cfgstoragemk/pkg-plist
Normal file
4
net/cfgstoragemk/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/cfgstoragemaker
|
||||
share/cfgstoragemaker/body.tpl
|
||||
share/cfgstoragemaker/header.tpl
|
||||
@dirrm share/cfgstoragemaker
|
Loading…
Reference in New Issue
Block a user