head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.22.00.34.52;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2006.04.25.01.55.02;	author jmelo;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:    fswatch
# Date created:         18 April 2006
# Whom:                 dominik karczmarski <dominik@@karczmarski.com>
#
# $FreeBSD: head/security/fswatch/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=		fswatch
DISTVERSION=		0.02beta5
CATEGORIES=		security sysutils
MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.02beta5

MAINTAINER=		dominik@@karczmarski.com
COMMENT=		File system checksum checker

HAS_CONFIGURE=		yes
SUB_FILES=		pkg-message

WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.b/beta/}/

CONFIGURE_ARGS+=	--prefix=${PREFIX} \
			--enable-regex \
			--enable-stflags

PLIST_FILES=	bin/fswbuild bin/fswcmp bin/fswshow \
		bin/fswconf etc/fswatch.conf.sample

MAN1=	fswbuild.1 fswcmp.1 fswshow.1 fswconf.1
MAN5=	fswatch.conf.5
MAN7=	fswatch.7

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.2
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- New port:
fswatch is a utility to guard changes in a file system. fswatch is composed
of three simple programs: fswbuild, fswcmp, fswshow. fswbuild builds file
system information database. fswcmp compairs two database files and returns
what changes a in file system have been introduced. fswshow shows contents of
database file. a file information database is platform independend.

fswatch can collect the following information about files (and directories):
inode, links, uid, gid, mode, size, flags, ctime, checksum (sha1) ; and can
show which files were added, deleted or changed.

PR:		ports/95973
Submitted by:	dominik karczmarski <dominik@@karczmarski.com> (maintainer)
Reworked by:	jmelo
Approved by:	mnag (mentor)
@
text
@d11 1
a11 2
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	fswatch
@

