head	1.20;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.16
	RELEASE_5_5_0:1.16
	RELEASE_6_0_0:1.16
	RELEASE_5_4_0:1.16
	RELEASE_4_11_0:1.16
	RELEASE_5_3_0:1.16
	RELEASE_4_10_0:1.16
	RELEASE_5_2_1:1.15
	RELEASE_5_2_0:1.15
	RELEASE_4_9_0:1.14
	RELEASE_5_1_0:1.13
	RELEASE_4_8_0:1.13
	RELEASE_5_0_0:1.12
	RELEASE_4_7_0:1.9
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.9
	RELEASE_4_5_0:1.9
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.8
	RELEASE_4_1_1:1.8
	RELEASE_4_1_0:1.8
	RELEASE_3_5_0:1.8
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.4
	nsayer:1.1.1.1
	NSAYER:1.1.1;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.01.05;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.10.20.05.10.27;	author jhale;	state Exp;
branches;
next	1.18;

1.18
date	2012.09.21.10.07.33;	author bapt;	state Exp;
branches;
next	1.17;

1.17
date	2008.11.06.13.13.48;	author jadawin;	state Exp;
branches;
next	1.16;

1.16
date	2003.12.21.00.22.25;	author sergei;	state Exp;
branches;
next	1.15;

1.15
date	2003.11.02.00.56.36;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2003.06.09.15.50.08;	author osa;	state Exp;
branches;
next	1.13;

1.13
date	2003.02.20.18.59.05;	author knu;	state Exp;
branches;
next	1.12;

1.12
date	2002.11.10.16.47.51;	author lioux;	state Exp;
branches;
next	1.11;

1.11
date	2002.11.06.22.46.49;	author adamw;	state Exp;
branches;
next	1.10;

1.10
date	2002.10.21.02.31.08;	author nsayer;	state Exp;
branches;
next	1.9;

1.9
date	2000.12.09.00.02.55;	author nsayer;	state Exp;
branches;
next	1.8;

1.8
date	2000.06.02.03.18.39;	author will;	state Exp;
branches;
next	1.7;

1.7
date	2000.04.09.18.29.44;	author cpiazza;	state Exp;
branches;
next	1.6;

1.6
date	2000.03.20.22.16.48;	author mharo;	state Exp;
branches;
next	1.5;

1.5
date	99.08.31.01.51.07;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	99.05.05.20.06.51;	author billf;	state Exp;
branches;
next	1.3;

1.3
date	99.04.11.22.42.07;	author jseger;	state Exp;
branches;
next	1.2;

1.2
date	99.04.02.19.19.55;	author nsayer;	state Exp;
branches;
next	1.1;

1.1
date	99.04.02.19.07.30;	author nsayer;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.02.19.07.30;	author nsayer;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# Created by: nsayer@@quack.kfu.com
# $FreeBSD: head/security/identify/Makefile 306159 2012-10-20 05:10:27Z jhale $

PORTNAME=	identify
PORTVERSION=	0.7
CATEGORIES=	security
MASTER_SITES=	http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/ \
		http://www.scn.rain.com/pub/security/authent/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Client side ident protocol daemon wrapper

BUILD_DEPENDS=	${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident

PORTDOCS=	README
PLIST_FILES=	libexec/identify

.include <bsd.port.options.mk>

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.19
log
@SVN rev 306159 on 2012-10-20 05:10:27Z by jhale

- Update MASTER_SITES
- Remove DEPRECATED/EXPIRATION_DATE since port fetches now
- Convert to new options framework
- Trim Makefile header

PR:		ports/172055
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.18
log
@SVN rev 304618 on 2012-09-21 10:07:33Z by bapt

Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
@
text
@d1 1
a1 4
# New ports collection makefile for:	identify
# Date created:		13 March 1999
# Whom:			nsayer@@quack.kfu.com
#
a2 1
#
d7 2
a8 1
MASTER_SITES=	http://www.scn.rain.com/pub/security/authent/
a12 3
DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-10-20

d18 2
d22 2
a23 2
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
@


1.17
log
@- Respect NOPORTDOCS
- Remove useless pkg-plist

Noticed by:	QAT
@
text
@d16 3
@


1.16
log
@- Use canonical form (ports@@FreeBSD.org) in MAINTAINER line
@
text
@d18 3
d24 2
a25 2
	${MKDIR} ${PREFIX}/share/doc/identify
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/identify
@


1.15
log
@Per distfile survey, remove mastersite that disappeared in April 2002.
@
text
@d13 1
a13 1
MAINTAINER=	ports@@freebsd.org
@


1.14
log
@Fix MASTER_SITES: add another location of distro
instead of replace old location.

PR:		53089
Apporved by:	fjoe (mentor)
@
text
@d11 1
a11 2
MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/ident/tools/ \
		http://www.scn.rain.com/pub/security/authent/
@


1.13
log
@De-pkg-comment.
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/ident/tools/
@


1.12
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d14 1
@


1.11
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a14 2
PORTCOMMENT=	Client side ident protocol daemon wrapper

@


1.10
log
@Release all my ports.

kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project.
@
text
@d15 2
@


1.9
log
@Update e-mail address.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/identify/Makefile,v 1.8 2000/06/02 03:18:39 will Exp $
d13 1
a13 1
MAINTAINER=	nsayer@@freebsd.org
@


1.8
log
@Remove redundant/inappropriate CATEGORIES.  People need to start reading
the Porter's Handbook.  :-)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/identify/Makefile,v 1.7 2000/04/09 18:29:44 cpiazza Exp $
d13 1
a13 1
MAINTAINER=	nsayer@@quack.kfu.com
@


1.7
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/identify/Makefile,v 1.6 2000/03/20 22:16:48 mharo Exp $
d10 1
a10 1
CATEGORIES=	security net
@


1.6
log
@remove whitespace and PREFIX->LOCALBASE (portlint)
@
text
@a1 1
# Version required:	0.7
d5 1
a5 1
# $FreeBSD: ports/security/identify/Makefile,v 1.5 1999/08/31 01:51:07 peter Exp $
d8 2
a9 1
DISTNAME=	identify-0.7
@


1.5
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
d15 1
a15 1
BUILD_DEPENDS=	${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident
d17 1
a17 1
do-install: 
@


1.4
log
@Re-order CATEGORIES into the correct order (primary [virtuals...])

PR:		ports/11508
Submitted by:	Dima Sivachenko <dima@@Chg.RU>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1999/04/11 22:42:07 jseger Exp $
@


1.3
log
@1)BUILD_DEPENDS was missing an S and wasn't in the proper form.

2)Was installing into a directory but not removing it with the rest of
the package.

3)Now supports NOPORTDOCS (which isn't documented in Mk/bsd.port.mk)
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1999/04/02 19:19:55 nsayer Exp $
d10 1
a10 1
CATEGORIES=	net security
@


1.2
log
@Oops.
Remove devel from list of categories.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/04/02 19:07:30 nsayer Exp $
d15 8
a22 1
BUILD_DEPEND=	${PORTSDIR}/security/libident
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id:$
d10 1
a10 1
CATEGORIES=	devel net security
@


1.1.1.1
log
@Add "identify" daemon wrapper. Allows one to add ident lookup and logging
to arbitrary daemons (like telnetd or fingerd).
@
text
@@
