Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
net/sysmon/DESCR Normal file
View File

@@ -0,0 +1,3 @@
Sysmon is a network monitoring tool designed to provide high performance
and accurate network monitoring. Currently supported protocols include
SMTP, IMAP, HTTP, TCP, UDP, NNTP, and PING tests.

48
net/sysmon/Makefile Normal file
View File

@@ -0,0 +1,48 @@
# $NetBSD: Makefile,v 1.3 2013/02/06 23:23:24 jperkin Exp $
#
DISTNAME= sysmon-0.92.2
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://puck.nether.net/pub/jared/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://www.sysmon.org/
COMMENT= Small and fast network monitoring tool
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
BUILD_DEFS+= IPV6_READY
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/sysmon
SMDOC= ${PREFIX}/share/doc/sysmon
CONF_FILES= ${EGDIR}/sysmon.conf.dist \
${PKG_SYSCONFDIR}/sysmon.conf
SUBST_CLASSES+= paths
SUBST_FILES.paths= ${WRKSRC}/autoconf/Makefile.in
SUBST_STAGE.paths= post-patch
SUBST_SED.paths= -e 's,@destdir@,${DESTDIR},g'
INSTALLATION_DIRS= share/examples/sysmon
INSTALLATION_DIRS+= share/doc/sysmon bin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
post-install:
${INSTALL_DATA} ${WRKSRC}/examples/sysmon.conf.dist ${DESTDIR}${EGDIR}/sysmon.conf.dist
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${SMDOC}
${INSTALL_DATA} ${WRKSRC}/docs/README ${DESTDIR}${SMDOC}
${INSTALL_DATA} ${WRKSRC}/docs/CHANGES ${DESTDIR}${SMDOC}
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DESTDIR}${SMDOC}
${INSTALL_DATA} ${WRKSRC}/docs/*.jpg ${DESTDIR}${SMDOC}
${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DESTDIR}${SMDOC}
${INSTALL_DATA} ${WRKSRC}/docs/sysmon.conf.man \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/sysmon.conf.5
${INSTALL_DATA} ${WRKSRC}/docs/sysmon.man \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/sysmon.8
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

19
net/sysmon/PLIST Normal file
View File

@@ -0,0 +1,19 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/10 23:37:48 pettai Exp $
bin/sysmon
bin/sysmond
man/man5/sysmon.conf.5
man/man8/sysmon.8
share/doc/sysmon/CHANGES
share/doc/sysmon/Changes.html
share/doc/sysmon/LICENSE
share/doc/sysmon/README
share/doc/sysmon/binaries.html
share/doc/sysmon/config.html
share/doc/sysmon/docs.html
share/doc/sysmon/index.html
share/doc/sysmon/jclient.jpg
share/doc/sysmon/reporting.xml-spec.txt
share/doc/sysmon/sysmon.conf.man.html
share/doc/sysmon/sysmon.jpg
share/doc/sysmon/sysmon.man.html
share/examples/sysmon/sysmon.conf.dist

6
net/sysmon/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/03/10 23:37:48 pettai Exp $
SHA1 (sysmon-0.92.2.tar.gz) = 6853adcc359e5132893fc347723e58829ae7132a
RMD160 (sysmon-0.92.2.tar.gz) = 7408bfa9a20482e2f0e86dee2566b175b8ecad59
Size (sysmon-0.92.2.tar.gz) = 495714 bytes
SHA1 (patch-aa) = ec5ac4a213cdcd1a79f87c7a89b6c687a3b19b56

View File

@@ -0,0 +1,33 @@
$NetBSD: patch-aa,v 1.1.1.1 2010/03/10 23:37:48 pettai Exp $
--- autoconf/Makefile.in.orig 2009-12-13 14:50:15.000000000 +0100
+++ autoconf/Makefile.in 2009-12-13 14:52:57.000000000 +0100
@@ -19,6 +19,7 @@
LDFLAGS = @LDFLAGS@
RM = /bin/rm -f
+destdir = @destdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -54,13 +55,13 @@
grep SYSM_VERS config.h | mail -s"Sysmon Registration" jared@puck.nether.net
install: all
- @echo "installing into @bindir@"
- -mkdir -p @bindir@
- -mv @bindir@/sysmond @bindir@/sysmond.old
- -mv @bindir@/sysmon @bindir@/sysmon.old
- cp sysmon sysmond @bindir@
- @echo "creating directory @sysconfdir@"
- -mkdir -p @sysconfdir@
+ @echo "installing into @destdir@/@bindir@"
+ -mkdir -p @destdir@/@bindir@
+ -mv @destdir@/@bindir@/sysmond @destdir@/@bindir@/sysmond.old
+ -mv @destdir@/@bindir@/sysmon @destdir@/@bindir@/sysmon.old
+ cp sysmon sysmond @destdir@/@bindir@
+ @echo "creating directory @destdir@/@sysconfdir@"
+ -mkdir -p @destdir@/@sysconfdir@
strip:
-strip @PROGS@