diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 12:21:04 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 12:21:04 +0800 |
commit | 1b85813142e8506d6b80e09c09baff4f86badc5b (patch) | |
tree | 554cd35351e7d725ddd53efd19d888faafe3a7fd /security/l0pht-watch | |
parent | 26bbde1ce5ce089abf21fa584399ca106a6d6b50 (diff) | |
download | freebsd-ports-gnome-1b85813142e8506d6b80e09c09baff4f86badc5b.tar.gz freebsd-ports-gnome-1b85813142e8506d6b80e09c09baff4f86badc5b.tar.zst freebsd-ports-gnome-1b85813142e8506d6b80e09c09baff4f86badc5b.zip |
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/Makefile | 23 | ||||
-rw-r--r-- | security/l0pht-watch/distinfo | 1 | ||||
-rw-r--r-- | security/l0pht-watch/files/patch-aa | 10 | ||||
-rw-r--r-- | security/l0pht-watch/pkg-comment | 1 | ||||
-rw-r--r-- | security/l0pht-watch/pkg-descr | 4 | ||||
-rw-r--r-- | security/l0pht-watch/pkg-plist | 1 |
6 files changed, 40 insertions, 0 deletions
diff --git a/security/l0pht-watch/Makefile b/security/l0pht-watch/Makefile new file mode 100644 index 000000000000..407414d712f5 --- /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 000000000000..cdfb280725ff --- /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 000000000000..a468934e8a98 --- /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 000000000000..8e1e9dad6dc2 --- /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 000000000000..de4cbfc307f1 --- /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 000000000000..a21decde5ed8 --- /dev/null +++ b/security/l0pht-watch/pkg-plist @@ -0,0 +1 @@ +bin/temp-watch |