head	1.13;
access;
symbols
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2011.05.01.20.14.18;	author bapt;	state dead;
branches;
next	1.12;

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

1.11
date	2009.12.29.10.25.53;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2007.03.04.02.12.35;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.13.04.15.14;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.29.08.16.58;	author vs;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.25.06.02.45;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.06.13.12.19;	author trevor;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.29.11.34.20;	author dd;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.07.06.10.47;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.04.02.15.26;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.03.14.15.32;	author dd;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.30.13.55.37;	author dd;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Remove unmaintained expired ports from security

2011-05-01 security/aafid2: Upstream disapear and distfile is no more available
2011-05-01 security/bjorb: Upstream disapear and distfile is no more available
2011-05-01 security/borzoi: Upstream disapear and distfile is no more available
2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more available
2011-05-01 security/cops: Upstream disapear and distfile is no more available
2011-05-01 security/find_ddos: Upstream disapear and distfile is no more available
2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available
2011-05-01 security/hafiye: Upstream disapear and distfile is no more available
2011-05-01 security/ident2: Upstream disapear and distfile is no more available
2011-05-01 security/liedentd: Upstream disapear and distfile is no more available
2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more available
2011-05-01 security/poc: Upstream disapear and distfile is no more available
2011-05-01 security/portscanner: Upstream disapear and distfile is no more available
2011-05-01 security/ppgen: Upstream disapear and distfile is no more available
2011-05-01 security/qident: Upstream disapear and distfile is no more available
2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more available
2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available
2011-05-01 security/rid: Upstream disapear and distfile is no more available
2011-05-01 security/ssh: Upstream disapear and distfile is no more available
2011-05-01 security/tea-total: Upstream disapear and distfile is no more available
2011-05-01 security/uberkey: Upstream disapear and distfile is no more available
@
text
@# New ports collection makefile for:	qident
# Date created:			30 August 2001
# Whom:				dd
#
# $FreeBSD: ports/security/qident/Makefile,v 1.12 2011/03/13 21:30:58 bapt Exp $
#

PORTNAME=	qident
PORTVERSION=	1.2
CATEGORIES=	security
MASTER_SITES=	http://www.hairylemon.org/~ad/software/qident/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Query a remote IDENT (RFC 1413) server

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

LIB_DEPENDS=	ident.0:${PORTSDIR}/security/libident

MANSECTS=	1
MAN1=		qident.1
MANCOMPRESSED=	maybe

# MAN page COMPression SUFFIX
.if !defined(NO_MANCOMPRESS)
MANCOMPSUFFIX=	.gz
.else
MANCOMPSUFFIX=
.endif

PLIST_FILES=	bin/qident

post-patch:
	@@${REINPLACE_CMD} -e 's/getopt[.]h/unistd.h/g' ${WRKSRC}/*

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/qident ${PREFIX}/bin/qident
.for __s in ${MANSECTS}
.for __m in ${MAN${__s}:S/$/${MANCOMPSUFFIX}/}
	@@${INSTALL_MAN} ${WRKSRC}/${__m} ${PREFIX}/man/man${__s}/${__m}
.endfor
.endfor

.include <bsd.port.mk>
@


1.12
log
@Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:	ports/136065 ports/127469
Submitted by:	N.J. Mann <njm@@njm.me.uk> and Aldis Berjoza <killasmurf86@@gmail.com>

- Early identify port CONFLICTS

PR:	137855
Submitted by:		Piotr Smyrak <smyru@@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:	Tijl Coosemans <tijl@@coosemans.org> Xin LI (delphij@@)

- Fix some whitespaces

Tested with:	exp-run
@
text
@d16 3
@


1.10
log
@dd@@ has had his port bit taken for safekeeping.  Therefore, return these
to the pool.

Hat:		portmgr
@
text
@d23 1
a23 1
.if !defined(NOMANCOMPRESS)
@


1.9
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d13 1
a13 1
MAINTAINER=	dd@@FreeBSD.org
@


1.8
log
@Use LIB_DEPENDS instead of bogus BUILD_DEPENDS

Approved by: dd (maintainer)
@
text
@a17 2
USE_REINPLACE=	yes

@


1.7
log
@Chase URLs per distfile survey.
@
text
@d16 1
a16 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
@


1.6
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.interlude.eu.org/~ad/software/qident/
@


1.5
log
@Upgrade to 1.2
@
text
@d31 2
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d11 1
a11 1
MASTER_SITES=	http://www.netbsd.org/~ad/qident/
@


1.3
log
@PERL -> REINPLACE
Noticed on: bento
@
text
@d14 1
@


1.2
log
@Regexps should generally be done in post-patch:, not pre-build:.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/qident/Makefile,v 1.1 2001/08/30 13:55:37 dd Exp $
d17 2
d31 1
a31 1
	@@${PERL} -pi -e 's/getopt[.]h/unistd.h/g' ${WRKSRC}/*
@


1.1
log
@Add qident, a small program to query a remote IDENT (RFC 1413) server.
@
text
@d5 1
a5 1
# $FreeBSD$
d28 1
a28 1
pre-build:
@

