head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2009.08.22.00.34.57;	author amdmi3;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.06.14.00.58;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2007.09.08.01.03.51;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2006.02.18.21.57.47;	author mnag;	state Exp;
branches;
next	1.11;

1.11
date	2005.11.12.17.48.59;	author sem;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.18.17.08.39;	author leeym;	state Exp;
branches;
next	1.9;

1.9
date	2004.11.06.03.35.20;	author kevlo;	state Exp;
branches;
next	1.8;

1.8
date	2004.08.29.03.43.57;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2004.07.02.07.54.15;	author vs;	state Exp;
branches;
next	1.6;

1.6
date	2004.06.26.18.47.37;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.26.18.32.07;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.04.05.08.49;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.28.03.51.57;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.20.18.59.07;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.28.16.41.30;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	oinkmaster
# Date created:			Jan 28, 2003
# Whom:				ijliao
#
# $FreeBSD: head/security/oinkmaster/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	oinkmaster
PORTVERSION=	2.0
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	question+fbsdports@@closedsrc.org
COMMENT=	Help you update your snort rules after each update

RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget

NO_BUILD=	yes
USE_PERL5_RUN=	yes

PLIST_FILES=	bin/oinkmaster etc/oinkmaster.conf.sample

.if !defined(NOPORTDOCS)
PORTDOCS=	README
.endif

MAN1=		oinkmaster.1
MANCOMPRESSED=	no

post-patch:
	@@${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g' \
		-e 's,"tPf","tf",' \
		${WRKSRC}/oinkmaster.pl

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/oinkmaster.pl ${PREFIX}/bin/oinkmaster
	${INSTALL_DATA} ${WRKSRC}/oinkmaster.conf ${PREFIX}/etc/oinkmaster.conf.sample
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


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


1.14
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.13
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
@


1.12
log
@- Update to 2.0

PR:		93535
Submitted by:	maintainer
@
text
@a28 6
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		needs at least perl 5.6.1
.endif

d46 1
a46 1
.include <bsd.port.post.mk>
@


1.11
log
@- Install man page
- Add SHA256 checksum

PR:		ports/88874
Submitted by:	maintainer
@
text
@d10 1
a10 2
PORTVERSION=	1.2
PORTREVISION=	1
a19 1
USE_REINPLACE=	yes
d23 1
a23 1
PLIST_FILES=	bin/oinkmaster etc/oinkmaster.conf
d45 1
a45 1
	${INSTALL_DATA} ${WRKSRC}/oinkmaster.conf ${PREFIX}/etc
@


1.10
log
@- Update port to 1.2
- changed WWW location in pkg-descr
- assign maintainership
- utilize PLIST_FILES and PORTDOCS

PR:		80075
Submitted by:	Linh Pham <question+fbsdports@@closedsrc.org>
@
text
@d11 1
d37 3
d48 1
d51 1
a51 1
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@


1.9
log
@Update to 1.1

PR: ports/72899
Submitted by: Linh Pham <question+freebsdpr@@closedsrc.org>
@
text
@d10 1
a10 1
PORTVERSION=	1.1
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d24 6
@


1.8
log
@Remove -P option from tar.  This patch has already been incorporated
into the upstream sources.

PR:		ports/70806
Submitted by:	SANETO Takanori <sanewo at ba2 dot so-net dot ne dot jp>
@
text
@d10 1
a10 1
PORTVERSION=	1.0
@


1.7
log
@Oinkmaster now lives at SouceForge.net, fix MASTER_SITES correspondingly

PR:		ports/68588
Submitted by:	Toni Viemero
@
text
@d32 1
@


1.6
log
@- Update to 1.0

PR:		ports/68326
Submitted by:	Toni Viemero <toni.viemero@@iki.fi>
@
text
@d12 2
a13 1
MASTER_SITES=	ftp://ftp.it.su.se/pub/users/andreas/oinkmaster/
@


1.5
log
@- Reset bouncing maintainer's address:

... while talking to bonobo.corebsd.or.id.:
>>> DATA
<<< 554 <jim@@corebsd.or.id>: Relay access denied
554 5.0.0 Service unavailable
<<< 554 Error: no valid recipients
@
text
@d10 1
a10 2
PORTVERSION=	0.7
PORTREVISION=	1
d23 6
d30 1
a30 2
	@@${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g;\
		s,\./oinkmaster.conf,${PREFIX}/etc/oinkmaster.conf,g' \
d41 1
a41 1
.include <bsd.port.mk>
@


1.4
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d15 1
a15 1
MAINTAINER=	jim@@corebsd.or.id
@


1.3
log
@Update to version 0.7

PR: 50327
Submitted by: Jim Geovedi <jim@@corebsd.or.id>
@
text
@d11 1
@


1.2
log
@De-pkg-comment.
@
text
@d10 1
a10 1
PORTVERSION=	0.6
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d24 3
a26 1
	@@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/oinkmaster.pl
@


1.1
log
@add oinkmaster 0.6
Help you update your snort rules after each update
@
text
@d15 1
@

