summaryrefslogtreecommitdiffstats
path: root/security/l0pht-watch
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-01-18 04:21:04 +0000
committersteve <steve@FreeBSD.org>1999-01-18 04:21:04 +0000
commit1b85813142e8506d6b80e09c09baff4f86badc5b (patch)
tree554cd35351e7d725ddd53efd19d888faafe3a7fd /security/l0pht-watch
parent26bbde1ce5ce089abf21fa584399ca106a6d6b50 (diff)
downloadFreeBSD-ports-1b85813142e8506d6b80e09c09baff4f86badc5b.zip
FreeBSD-ports-1b85813142e8506d6b80e09c09baff4f86badc5b.tar.gz
Initial import of l0pht-watch version 1.0.
A program to report what goes on in /tmp. PR: 9434 Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Diffstat (limited to 'security/l0pht-watch')
-rw-r--r--security/l0pht-watch/Makefile23
-rw-r--r--security/l0pht-watch/distinfo1
-rw-r--r--security/l0pht-watch/files/patch-aa10
-rw-r--r--security/l0pht-watch/pkg-comment1
-rw-r--r--security/l0pht-watch/pkg-descr4
-rw-r--r--security/l0pht-watch/pkg-plist1
6 files changed, 40 insertions, 0 deletions
diff --git a/security/l0pht-watch/Makefile b/security/l0pht-watch/Makefile
new file mode 100644
index 0000000..407414d
--- /dev/null
+++ b/security/l0pht-watch/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: l0pht-query
+# Version required: 1.0
+# Date created: 11 Jan 1999
+# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
+#
+# $Id$
+#
+
+DISTNAME= l0pht-watch
+PKGNAME= l0pht-watch-1.0
+CATEGORIES= security
+MASTER_SITES= http://www.l0pht.com/advisories/
+
+MAINTAINER= dom@myrddin.demon.co.uk
+
+NO_WRKSUBDIR= yes
+
+ALL_TARGET= OpenBSD
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/security/l0pht-watch/distinfo b/security/l0pht-watch/distinfo
new file mode 100644
index 0000000..cdfb280
--- /dev/null
+++ b/security/l0pht-watch/distinfo
@@ -0,0 +1 @@
+MD5 (l0pht-watch.tar.gz) = a32205006a9153ef2db04f4d557ac2ac
diff --git a/security/l0pht-watch/files/patch-aa b/security/l0pht-watch/files/patch-aa
new file mode 100644
index 0000000..a468934
--- /dev/null
+++ b/security/l0pht-watch/files/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.orig Mon Jan 11 09:15:47 1999
++++ Makefile Mon Jan 11 09:16:07 1999
+@@ -8,7 +8,6 @@
+ # pick gcc if you'd rather , and/or do -g instead of -O if debugging
+ # debugging
+ # DFLAGS = -DTEST -DDEBUG
+-CFLAGS =-O -Wall
+ XFLAGS = # xtra cflags, set by systype targets
+ XLIBS = # xtra libs if necessary?
+ # -Bstatic for sunos, -static for gcc, etc. You want this, trust me.
diff --git a/security/l0pht-watch/pkg-comment b/security/l0pht-watch/pkg-comment
new file mode 100644
index 0000000..8e1e9da
--- /dev/null
+++ b/security/l0pht-watch/pkg-comment
@@ -0,0 +1 @@
+A program to report on what goes on in /tmp.
diff --git a/security/l0pht-watch/pkg-descr b/security/l0pht-watch/pkg-descr
new file mode 100644
index 0000000..de4cbfc
--- /dev/null
+++ b/security/l0pht-watch/pkg-descr
@@ -0,0 +1,4 @@
+This program watches over file creations and deletions in /tmp. Use it
+to see how secure and predictable your favourite OS/applications are.
+
+http://www.l0pht.com/advisories.html
diff --git a/security/l0pht-watch/pkg-plist b/security/l0pht-watch/pkg-plist
new file mode 100644
index 0000000..a21decd
--- /dev/null
+++ b/security/l0pht-watch/pkg-plist
@@ -0,0 +1 @@
+bin/temp-watch
OpenPOWER on IntegriCloud