aboutsummaryrefslogtreecommitdiffstats
path: root/net/passlogd
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-06-11 13:06:55 +0800
committermarkp <markp@FreeBSD.org>2001-06-11 13:06:55 +0800
commit5531a73258084f46f6dd5a5321ff4ebe84f86a00 (patch)
tree3ebab3bc5846483fc4133cf064e19221a61469a7 /net/passlogd
parentce6c55a11c1fb878a669c042e75887df2a060492 (diff)
downloadfreebsd-ports-gnome-5531a73258084f46f6dd5a5321ff4ebe84f86a00.tar.gz
freebsd-ports-gnome-5531a73258084f46f6dd5a5321ff4ebe84f86a00.tar.zst
freebsd-ports-gnome-5531a73258084f46f6dd5a5321ff4ebe84f86a00.zip
Add passlogd 0.1d, intercept and dump syslog remote log packets.
PR: 28019 Submitted by: Pete Fritchman <petef@databits.net> Reviewed by: will
Diffstat (limited to 'net/passlogd')
-rw-r--r--net/passlogd/Makefile21
-rw-r--r--net/passlogd/distinfo1
-rw-r--r--net/passlogd/pkg-comment1
-rw-r--r--net/passlogd/pkg-descr8
-rw-r--r--net/passlogd/pkg-plist1
5 files changed, 32 insertions, 0 deletions
diff --git a/net/passlogd/Makefile b/net/passlogd/Makefile
new file mode 100644
index 000000000000..458e0cc7d903
--- /dev/null
+++ b/net/passlogd/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: passlogd
+# Date Created: 10 June 2001
+# Whom: Pete Fritchman <petef@databits.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= passlogd
+PORTVERSION= 0.1d
+CATEGORIES= net
+MASTER_SITES= http://www.morphine.com/src/
+
+MAINTAINER= petef@databits.net
+
+post-patch:
+ ${PERL} -pi -e "s/.\(CXX\)/${CC} ${CFLAGS}/g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${PREFIX}/sbin
+
+.include <bsd.port.mk>
diff --git a/net/passlogd/distinfo b/net/passlogd/distinfo
new file mode 100644
index 000000000000..c5f24bfc6ad8
--- /dev/null
+++ b/net/passlogd/distinfo
@@ -0,0 +1 @@
+MD5 (passlogd-0.1d.tar.gz) = 859385e7cbfa3b9e193fc298e2f7a0f5
diff --git a/net/passlogd/pkg-comment b/net/passlogd/pkg-comment
new file mode 100644
index 000000000000..c49a0bc1a1e2
--- /dev/null
+++ b/net/passlogd/pkg-comment
@@ -0,0 +1 @@
+Intercept and dump syslog remote log packets
diff --git a/net/passlogd/pkg-descr b/net/passlogd/pkg-descr
new file mode 100644
index 000000000000..3e2619c2e9ce
--- /dev/null
+++ b/net/passlogd/pkg-descr
@@ -0,0 +1,8 @@
+passlogd is a purpose-built sniffer for capturing syslog messages
+in transit. This allows for backup logging to be performed on a
+machine with no open ports.
+
+WWW: http://www.morphine.com/src/passlogd.html
+
+- Pete
+petef@databits.net
diff --git a/net/passlogd/pkg-plist b/net/passlogd/pkg-plist
new file mode 100644
index 000000000000..b41e0970bb6f
--- /dev/null
+++ b/net/passlogd/pkg-plist
@@ -0,0 +1 @@
+sbin/passlogd