aboutsummaryrefslogtreecommitdiff
path: root/security/ipfw2dshield
diff options
context:
space:
mode:
Diffstat (limited to 'security/ipfw2dshield')
-rw-r--r--security/ipfw2dshield/Makefile32
-rw-r--r--security/ipfw2dshield/distinfo2
-rw-r--r--security/ipfw2dshield/files/patch-Makefile29
-rw-r--r--security/ipfw2dshield/files/patch-README.html27
-rw-r--r--security/ipfw2dshield/files/patch-README.txt21
-rw-r--r--security/ipfw2dshield/files/patch-ipfw2dshield12
-rw-r--r--security/ipfw2dshield/pkg-descr4
-rw-r--r--security/ipfw2dshield/pkg-plist4
8 files changed, 0 insertions, 131 deletions
diff --git a/security/ipfw2dshield/Makefile b/security/ipfw2dshield/Makefile
deleted file mode 100644
index 786668f66a19..000000000000
--- a/security/ipfw2dshield/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Frank W. Josellis <frank@dynamical-systems.org>
-
-PORTNAME= ipfw2dshield
-PORTVERSION= 0.5
-CATEGORIES= security
-MASTER_SITES= http://www.dynamical-systems.org/ipfw/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= DShield client for ipfw logs
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Abandonware, no word of it on upstream web site
-EXPIRATION_DATE=2022-03-31
-
-PORTDOCS= CHANGES README.html README.txt
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ipfw2dshield
- @${REINPLACE_CMD} -E -e '/^(CC|CFLAGS|prefix)/ s|=|?=|' \
- -e 's|bindir)|DESTDIR)$$(&|' \
- ${WRKSRC}/ipaddr/Makefile \
- ${WRKSRC}/strpdate/Makefile
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/security/ipfw2dshield/distinfo b/security/ipfw2dshield/distinfo
deleted file mode 100644
index c95ddebf237b..000000000000
--- a/security/ipfw2dshield/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ipfw2dshield-0.5.tar.gz) = 823ec295d6a18b258a3e71d2423c869307e6bb45711e43eaf63599f716c77486
-SIZE (ipfw2dshield-0.5.tar.gz) = 17225
diff --git a/security/ipfw2dshield/files/patch-Makefile b/security/ipfw2dshield/files/patch-Makefile
deleted file mode 100644
index 03af926e3fe1..000000000000
--- a/security/ipfw2dshield/files/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.orig 2004-05-29 14:27:21 UTC
-+++ Makefile
-@@ -4,7 +4,8 @@
- RMCMD = rm -f
- INSTALL = install
-
--prefix = /usr/local
-+prefix = ${PREFIX}
-+etcdir = $(prefix)/etc
- sbindir = $(prefix)/sbin
-
- SUBDIRS = ipaddr strpdate
-@@ -28,13 +29,13 @@ $(RC):
- install: $(RC)
- @for subdir in $(SUBDIRS); do (cd $$subdir && make install) ; done
- @[ -d $(sbindir) ] || mkdir -vp $(sbindir)
-- $(INSTALL) -c -m 700 -o root $(PROGRAM) $(sbindir)
-- $(INSTALL) -c -m 600 -o root $(RC) $(HOME)/.$(RC).sample
-+ $(INSTALL) -c -m 700 $(PROGRAM) $(DESTDIR)$(sbindir)
-+ $(INSTALL) -c -m 600 $(RC) $(DESTDIR)$(etcdir)/$(RC).sample
-
- uninstall:
- @for subdir in $(SUBDIRS); do (cd $$subdir && make uninstall) ; done
- -$(RMCMD) $(sbindir)/$(PROGRAM)
-- -$(RMCMD) $(HOME)/.$(RC).sample
-+ -$(RMCMD) $(etcdir)/$(RC).sample
-
- clean:
- -$(RMCMD) *~ *.bak
diff --git a/security/ipfw2dshield/files/patch-README.html b/security/ipfw2dshield/files/patch-README.html
deleted file mode 100644
index c2124e646d7d..000000000000
--- a/security/ipfw2dshield/files/patch-README.html
+++ /dev/null
@@ -1,27 +0,0 @@
---- README.html.orig 2004-06-01 21:52:15 UTC
-+++ README.html
-@@ -38,11 +38,24 @@ This will install the following files:
- /usr/local/bin/ipaddr<br>
- ~/.ipfw2dshield.rc.sample
- </dd></dl>
-+<b>Note:</b> For the FreeBSD ports version the sample configuration file is
-+instead
-+<dl><dt><dt>
-+<dd>
-+/usr/local/etc/ipfw2dshield.rc.sample
-+</dd></dl>
- Copy or rename the sample configuration file to <em>~/.ipfw2dshield.rc</em>
- and edit this latter file to fit your local demands. Please read section 2
- below for an explanation of the configuration entries.
- <p>
-
-+<b>Note:</b> The FreeBSD ports version does also accept
-+<nobr><em>/usr/local/etc/ipfw2dshield.rc</em></nobr>
-+as its configuration file. However, the preference is for
-+<nobr><em>~/.ipfw2dshield.rc</em></nobr>
-+in case that both these files exist.
-+<p>
-+
- The script creates a stampfile in <em>/var/tmp</em> where it stores date
- and time information which will be accessed on a subsequent run to prevent
- multiple submission of log records.
diff --git a/security/ipfw2dshield/files/patch-README.txt b/security/ipfw2dshield/files/patch-README.txt
deleted file mode 100644
index 0df4b6e3995f..000000000000
--- a/security/ipfw2dshield/files/patch-README.txt
+++ /dev/null
@@ -1,21 +0,0 @@
---- README.txt.orig 2004-06-01 21:52:15 UTC
-+++ README.txt
-@@ -21,10 +21,18 @@ This will install the following files:
- /usr/local/bin/ipaddr
- ~/.ipfw2dshield.rc.sample
-
-+NNoottee:: For the FreeBSD ports version the sample configuration file is instead
-+
-+ /usr/local/etc/ipfw2dshield.rc.sample
-+
- Copy or rename the sample configuration file to ~~//..iippffww22ddsshhiieelldd..rrcc and edit
- this latter file to fit your local demands. Please read section 2 below for an
- explanation of the configuration entries.
-
-+NNoottee:: The FreeBSD ports version does also accept //uussrr//llooccaall//eettcc//iippffww22ddsshhiieelldd..rrcc
-+as its configuration file. However, the preference is for ~~//..iippffww22ddsshhiieelldd..rrcc in
-+case that both these files exist.
-+
- The script creates a stampfile in //vvaarr//ttmmpp where it stores date and time
- information which will be accessed on a subsequent run to prevent multiple
- submission of log records. Hence this file should remain untouched for correct
diff --git a/security/ipfw2dshield/files/patch-ipfw2dshield b/security/ipfw2dshield/files/patch-ipfw2dshield
deleted file mode 100644
index 46060f66f9a6..000000000000
--- a/security/ipfw2dshield/files/patch-ipfw2dshield
+++ /dev/null
@@ -1,12 +0,0 @@
---- ipfw2dshield.orig 2004-10-09 08:54:10 UTC
-+++ ipfw2dshield
-@@ -279,7 +279,8 @@ else
- fi
-
- # Suck in the config file.
--rc=~/.$prog.rc
-+rc=%%PREFIX%%/etc/$prog.rc
-+[ -e ~/.$prog.rc ] && rc=~/.$prog.rc
- [ -r $rc ] || bye "Permission denied: $rc"
- . $rc
- _logdir=$logdir
diff --git a/security/ipfw2dshield/pkg-descr b/security/ipfw2dshield/pkg-descr
deleted file mode 100644
index ee8398945c34..000000000000
--- a/security/ipfw2dshield/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-ipfw2shield is a DShield client for ipfw logs, i.e., it inspects
-the firewall logs and can mail security reports to dshield.org
-
-WWW: http://www.dynamical-systems.org/ipfw/
diff --git a/security/ipfw2dshield/pkg-plist b/security/ipfw2dshield/pkg-plist
deleted file mode 100644
index 448b46f5435b..000000000000
--- a/security/ipfw2dshield/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/ipaddr
-bin/strpdate
-etc/ipfw2dshield.rc.sample
-sbin/ipfw2dshield