diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-18 04:21:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-18 04:21:04 +0000 |
commit | 5a91c9fa2a5dd27b1a5ffe26fb68b8bfe9b10dbd (patch) | |
tree | 9fcba4fd5f6e1afca0fb45e18d1f39248f5e46be /security/l0pht-watch | |
parent | 18a7701419afb79f1b8e3dc343bd0547dcaae029 (diff) | |
download | ports-5a91c9fa2a5dd27b1a5ffe26fb68b8bfe9b10dbd.tar.gz ports-5a91c9fa2a5dd27b1a5ffe26fb68b8bfe9b10dbd.zip |
Notes
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 |