head	1.15;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.15
date	2012.12.31.14.53.07;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2011.03.11.06.24.22;	author bapt;	state Exp;
branches;
next	1.12;

1.12
date	2011.01.18.07.45.35;	author bapt;	state Exp;
branches;
next	1.11;

1.11
date	2010.11.24.09.45.28;	author bapt;	state Exp;
branches;
next	1.10;

1.10
date	2010.10.11.06.48.39;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2010.09.29.06.19.06;	author bapt;	state Exp;
branches;
next	1.8;

1.8
date	2010.08.13.09.58.51;	author bapt;	state Exp;
branches;
next	1.7;

1.7
date	2010.08.11.15.15.02;	author bapt;	state Exp;
branches;
next	1.6;

1.6
date	2010.07.28.17.31.01;	author bapt;	state Exp;
branches;
next	1.5;

1.5
date	2010.07.21.08.18.32;	author jadawin;	state Exp;
branches;
next	1.4;

1.4
date	2009.09.02.15.01.50;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.12.13.27.26;	author jadawin;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.07.21.33.52;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.06.23.36.11;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309733
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309733 | bapt | 2012-12-31 12:47:32 +0000 (Mon, 31 Dec 2012) | 3 lines
## SVN ##
## SVN ## Convert to optionsng
## SVN ## Trim headers
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Philippe Audeoud <jadawin@@tuxaco.net>
# $FreeBSD: head/security/snoopy/Makefile 309733 2012-12-31 12:47:32Z bapt $

PORTNAME=	snoopy
PORTVERSION=	1.8.0
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}logger/

MAINTAINER=	bapt@@FreeBSD.org
COMMENT=	An execve() wrapper and logger

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

PLIST_FILES=	lib/snoopy.so bin/detect
PORTDOCS=	README

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|g' ${WRKSRC}/README
	@@${REINPLACE_CMD} '/^LIBS.*/d' ${WRKSRC}/Makefile.in

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/snoopy.so ${PREFIX}/lib
	${INSTALL_PROGRAM} ${WRKSRC}/detect ${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.14
log
@Switch exporter over
@
text
@d1 2
a2 4
# New ports collection makefile for:   snoopy
# Date created:                3 February 2007
# Whom:                        Philippe Audeoud <jadawin@@tuxaco.net>
# $FreeBSD: head/security/snoopy/Makefile 300897 2012-07-14 14:29:18Z beat $
d21 2
d30 1
a30 1
.if !defined(NOPORTDOCS)
@


1.13
log
@Upgrade to 1.8.0
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.12
log
@upgrade to 1.7.10

Feature safe:	yes
@
text
@d7 1
a7 1
PORTVERSION=	1.7.10
d21 1
@


1.11
log
@- update to 1.7.9
@
text
@d7 1
a7 1
PORTVERSION=	1.7.9
@


1.10
log
@- Update to 1.7.6
@
text
@d7 1
a7 1
PORTVERSION=	1.7.6
@


1.9
log
@- Update to 1.7.2
@
text
@d7 1
a7 1
PORTVERSION=	1.7.2
@


1.8
log
@- Remove useless patch-README replaced by a ${REINPLACE_CMD} macro

Submitted by:		sahil@@ (by email)
Approved by:		rene@@ (mentor vacation)
@
text
@d7 1
a7 1
PORTVERSION=	1.7.1
@


1.7
log
@Update to 1.7.1

PR:		ports/149367
Submitted by:	Frederic Culot <frederic _at_ culot.org>
Approved by:	tabthorpe@@ (co-mentor)
@
text
@d23 1
a23 1
	@@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/README
@


1.6
log
@Change maintainer address to my new @@FreeBSD.org

Approved by:	jadawin@@ (co-mentor)
@
text
@d7 1
a7 1
PORTVERSION=	1.6.1
d9 1
a9 1
MASTER_SITES=	SF/${PORTNAME}logger/${PORTNAME}logger/
@


1.5
log
@- Update to 1.6.1
- Add license
- Submitter is now maintainer

PR:		ports/148793
Submitted by:	Bapt <baptiste.daroussin _AT_ gmail.com>
Approved by:	maintainer (myself)
@
text
@d11 1
a11 1
MAINTAINER=	baptiste.daroussin@@gmail.com
@


1.4
log
@- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
@
text
@d7 1
a7 1
PORTVERSION=	1.3
d9 1
a9 1
MASTER_SITES=	SF/${PORTNAME}logger/${PORTNAME}logger/${PORTVERSION}
d11 1
a11 1
MAINTAINER=	jadawin@@FreeBSD.org
d14 3
d20 1
a20 1
.include <bsd.port.pre.mk>
a21 3
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+=	-fPIC
.endif
d23 2
a24 1
	@@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/README
d34 1
a34 1
.include <bsd.port.post.mk>
@


1.3
log
@- Update maintainer address

Approved by:	thierry (mentor)
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	snoopylogger
@


1.2
log
@- Fix build on amd64 and i64

Submitted by:   pointyhat via kris
@
text
@d12 1
a12 1
MAINTAINER=	jadawin@@tuxaco.net
@


1.1
log
@snoopy is merely a shared library that is used as a wrapper
to the execve() function provided by libc as to log every call
to syslog (authpriv).  system administrators may find snoopy
useful in tasks such as light/heavy system monitoring, tracking other
administrator's actions as well as getting a good 'feel' of
what's going on in the system (for example apache running cgi
scripts).

WWW: http://sourceforge.net/projects/snoopylogger/

PR:		ports/108691
Submitted by:	Philippe Audeoud <jadawin at tuxaco.net>
@
text
@d18 5
d34 1
a34 1
.include <bsd.port.mk>
@

