summaryrefslogtreecommitdiff
path: root/net/oinkmaster
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-05-02 10:48:16 +0000
committeradrianp <adrianp>2005-05-02 10:48:16 +0000
commit8c62faf9161e778d540508e9094aa32ae560f705 (patch)
tree05f880ecb4b72e5476241936a4d56754db153074 /net/oinkmaster
parent8e509fa8ba53b5931d22bdf9569afaf34956a59b (diff)
downloadpkgsrc-8c62faf9161e778d540508e9094aa32ae560f705.tar.gz
- Update oinkmaster to nb1
- Fix SUBST_* to get it working in the right order - Change location of oinkmaster.conf - Update MESSAGE to show where oinkmaster.conf is now stored - Depend on the snort{-pgsql,-mysql} package - Automagically ${LN} files instead of just telling the user to do it - Whitespace police
Diffstat (limited to 'net/oinkmaster')
-rw-r--r--net/oinkmaster/DESCR12
-rw-r--r--net/oinkmaster/MESSAGE12
-rw-r--r--net/oinkmaster/Makefile35
-rw-r--r--net/oinkmaster/PLIST9
4 files changed, 40 insertions, 28 deletions
diff --git a/net/oinkmaster/DESCR b/net/oinkmaster/DESCR
index 36a95ea135f..8457c6c5362 100644
--- a/net/oinkmaster/DESCR
+++ b/net/oinkmaster/DESCR
@@ -1,7 +1,7 @@
-Oinkmaster is simple Perl script released under the BSD license to help you
-update/manage your Snort 2.0+ rules and comment out the unwanted ones after
-each update (among other things). It will tell you exactly what had changed
+Oinkmaster is simple Perl script released under the BSD license to help you
+update/manage your Snort 2.0+ rules and comment out the unwanted ones after
+each update (among other things). It will tell you exactly what had changed
since the last update, hence giving you good control of your rules.
-Oinkmaster can be used to manage the official rules from www.snort.org, but
-can just as well be used for managing your homemade rules and distribute
-them between sensors.
+Oinkmaster can be used to manage the official rules from www.snort.org, but
+can just as well be used for managing your homemade rules and distribute
+them between sensors.
diff --git a/net/oinkmaster/MESSAGE b/net/oinkmaster/MESSAGE
index 08c20a5394b..a65036c4550 100644
--- a/net/oinkmaster/MESSAGE
+++ b/net/oinkmaster/MESSAGE
@@ -1,14 +1,8 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2005/04/27 19:50:48 adrianp Exp $
+$NetBSD: MESSAGE,v 1.3 2005/05/02 10:48:16 adrianp Exp $
-You will receive two false positives about classification.config and
-reference.config as oinkmaster expects these files to be in
-${PREFIX}/share/snort/rules. To resolve this enter the following
-commands:
+Oinkmaster now stores its configuration file in:
- ${LN} -s ${PKG_SYSCONFDIR}/snort/classification.config \
- ${PREFIX}/share/snort/rules/classification.config
- ${LN} -s ${PKG_SYSCONFDIR}/snort/reference.config \
- ${PREFIX}/share/snort/rules/reference.config
+ ${PKG_SYSCONFDIR}
===========================================================================
diff --git a/net/oinkmaster/Makefile b/net/oinkmaster/Makefile
index f49ce8ae3a9..f5bfd64b4ca 100644
--- a/net/oinkmaster/Makefile
+++ b/net/oinkmaster/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/04/27 19:50:48 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/02 10:48:16 adrianp Exp $
DISTNAME= oinkmaster-1.2
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oinkmaster/}
@@ -9,6 +10,7 @@ HOMEPAGE= http://oinkmaster.sourceforge.net/
COMMENT= Manage snort rule updates
DEPENDS+= wget>=1.00:../../net/wget
+DEPENDS+= snort{,-mysql,-pgsql}-[0-9]*:../../net/snort
USE_PKGINSTALL= yes
USE_PERL5= yes
@@ -17,32 +19,43 @@ NO_BUILD= yes
CONF_FILES= ${PREFIX}/share/examples/oinkmaster/oinkmaster.conf \
${PKG_SYSCONFDIR}/oinkmaster.conf
PERL5_REQD+= 5.6.1
-EGDIR= ${PREFIX}/share/examples/oinkmaster
+EGDIR= ${PREFIX}/share/examples/oinkmaster
DOCDIR= ${PREFIX}/share/doc/oinkmaster
DOCS= INSTALL LICENSE README README.templates UPGRADING FAQ
REPLACE_PERL+= ${WRKSRC}/oinkmaster.pl
-MESSAGE_SUBST+= LN=${LN}
-SUBST_CLASSES= pub
-SUBST_STAGE.pub= post-patch
-SUBST_FILES.pub= oinkmaster.pl oinkmaster.conf oinkmaster.1
-SUBST_SED.pub= -e "s|/usr/local|${PREFIX}|g" \
- -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g"
-SUBST_MESSAGE.pub= "Fixing harcoded paths."
+PKG_SYSCONFSUBDIR= snort
+
+SUBST_CLASSES= pub
+SUBST_STAGE.pub= post-patch
+SUBST_FILES.pub= oinkmaster.pl oinkmaster.conf oinkmaster.1
+SUBST_SED.pub= -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g" \
+ -e "s|/usr/local|${PREFIX}|g"
+SUBST_MESSAGE.pub= "Fixing harcoded paths."
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/oinkmaster
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/oinkmaster
-. for f in ${DOCS}
+. for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/${f}
-. endfor
+. endfor
. undef f
${INSTALL_DATA} ${WRKSRC}/oinkmaster.conf ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/template-examples.conf ${EGDIR}
${INSTALL_MAN} ${WRKSRC}/oinkmaster.1 ${PREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/oinkmaster.pl ${PREFIX}/bin/oinkmaster
+ ${LN} -s ${PKG_SYSCONFDIR}/classification.config \
+ ${PREFIX}/share/snort/rules/classification.config
+ ${LN} -s ${PKG_SYSCONFDIR}/reference.config \
+ ${PREFIX}/share/snort/rules/reference.config
+ ${LN} -s ${PKG_SYSCONFDIR}/gen-msg.map \
+ ${PREFIX}/share/snort/rules/gen-msg.map
+ ${LN} -s ${PKG_SYSCONFDIR}/sid-msg.map \
+ ${PREFIX}/share/snort/rules/sid-msg.map
+ ${LN} -s ${PKG_SYSCONFDIR}/unicode.map \
+ ${PREFIX}/share/snort/rules/unicode.map
.include "../../mk/bsd.pkg.mk"
diff --git a/net/oinkmaster/PLIST b/net/oinkmaster/PLIST
index 52734acd2e8..2979dabfb2d 100644
--- a/net/oinkmaster/PLIST
+++ b/net/oinkmaster/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/29 13:53:31 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/05/02 10:48:16 adrianp Exp $
bin/oinkmaster
+man/man1/oinkmaster.1
share/doc/oinkmaster/FAQ
share/doc/oinkmaster/INSTALL
share/doc/oinkmaster/LICENSE
@@ -8,6 +9,10 @@ share/doc/oinkmaster/README.templates
share/doc/oinkmaster/UPGRADING
share/examples/oinkmaster/oinkmaster.conf
share/examples/oinkmaster/template-examples.conf
-man/man1/oinkmaster.1
+share/snort/rules/classification.config
+share/snort/rules/gen-msg.map
+share/snort/rules/reference.config
+share/snort/rules/sid-msg.map
+share/snort/rules/unicode.map
@dirrm share/examples/oinkmaster
@dirrm share/doc/oinkmaster