head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	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.1;
locks; strict;
comment	@# @;


1.6
date	2013.02.20.16.45.27;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.43;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2009.05.28.20.44.15;	author avl;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.05.05.24.18;	author beech;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.22.09.52.51;	author rafan;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312628
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	netstiff
# Date created:				23 March 2007
# Whom:					Alexander Logvinov <ports@@logvinov.com>
#
# $FreeBSD: head/www/netstiff/Makefile 312628 2013-02-20 16:08:58Z fluffy $
#

PORTNAME=	netstiff
PORTVERSION=	20080331
CATEGORIES=	www
MASTER_SITES=	http://pkqs.net/~sbeyer/tools/netstiff/
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A powerful web page update checker

NO_BUILD=	yes
USE_RUBY=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
PORTDOCS=	ChangeLog LICENSE THANKSTO
PLIST_FILES=	bin/${PORTNAME}
MAN1=		${PORTNAME}.1

post-patch:
	@@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} -p ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/netstiff/Makefile 300897 2012-07-14 14:29:18Z beat $
d14 1
a14 1
MAINTAINER=	avl@@FreeBSD.org
@


1.4
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	tabthorpe (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 20080331

PR:		ports/122324
Submitted by:	Alexander Logvinov <ports@@logvinov.com> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	ports@@logvinov.com
@


1.2
log
@- Update to 20070621

PR:		ports/113923
Submitted by:	Alexander Logvinov <ports at logvinov.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20070621
a18 1
RUBY_NO_BUILD_DEPENDS=	yes
d21 1
d31 6
@


1.1
log
@netstiff (formerly known as webdiff) is a powerful Web page update checker.
It supports a variety of different methods (diff, html, size, date, MD5 sum,
regexp) and only prints the URIs of the Web pages that changed so that its
output can easily be used by other scripts (such as wget or mail).

WWW: http://pkqs.net/~sbeyer/#netstiff

PR:		ports/110686
Submitted by:	Alexander Logvinov <ports at logvinov.com>
@
text
@d9 1
a9 1
PORTVERSION=	20070322
@

