aboutsummaryrefslogtreecommitdiff
path: root/net/passlogd
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-06-11 05:06:55 +0000
committerMark Pulford <markp@FreeBSD.org>2001-06-11 05:06:55 +0000
commit226529974dd0d8065b12c036fcbd0921e775ec5c (patch)
tree9160d320a9c4b9004314e8d4a9d69c141d9b4d70 /net/passlogd
parent9e902c51785db3a7715d34be77d3077555bbf71b (diff)
downloadports-226529974dd0d8065b12c036fcbd0921e775ec5c.tar.gz
ports-226529974dd0d8065b12c036fcbd0921e775ec5c.zip
Notes
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