head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2013.02.13.16.25.54;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.06.01.07;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2011.06.26.05.00.16;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2010.11.03.00.32.56;	author wen;	state Exp;
branches;
next	1.5;

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

1.4
date	2010.03.24.21.26.17;	author niels;	state Exp;
branches;
next	1.3;

1.3
date	2009.06.01.16.12.50;	author wxs;	state Exp;
branches;
next	1.2;

1.2
date	2008.08.15.06.41.19;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.10.06.06.13;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312159
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Hideyuki KURASHINA <rushani@@FreeBSD.org>
# $FreeBSD: head/security/linux-pam-docs/Makefile 312159 2013-02-13 14:53:46Z miwi $

PORTNAME=	linux-pam-docs
PORTVERSION=	1.1.4
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_KERNEL_ORG}
MASTER_SITE_SUBDIR=	linux/libs/pam/documentation/
DISTNAME=	Linux-PAM-${PORTVERSION}-docs

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Linux-PAM offline documentation

BROKEN=		distfile mismatch

WRKSRC=		${WRKDIR}/Linux-PAM-${PORTVERSION}
NO_BUILD=	yes

.if defined(NOPORTDOCS)
IGNORE=		can't be installed when NOPORTDOCS is defined
.endif

do-install:
	${MKDIR} ${DOCSDIR}
	(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR})

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for: Linux-PAM offline documentation
# Date created:		19 Jun 2003
# Whom:			Hideyuki KURASHINA <rushani@@FreeBSD.org>
#
# $FreeBSD: head/security/linux-pam-docs/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d14 2
@


1.7
log
@- Update to 1.1.4

PR:		158293
Submitted by:	Jin-Sih Lin <linpct@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 1.1.3

PR:		ports/151897
Submitted by:	"Pawel Pekala" <c0rn@@o2.pl>
@
text
@d9 1
a9 1
PORTVERSION=	1.1.3
@


1.5
log
@- Update to 1.1.2

PR:		ports/150529
Submitted by:	Sofian Brabez <sbrabez _AT_ gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.1.2
@


1.4
log
@Upgrade to 1.1.1 (pointed out by www.portscout.org)

Approved by:	itetcu (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.1
d18 1
a18 1
WRKSRC=		${WRKDIR}/Linux-PAM-${PORTVERSION} 
@


1.3
log
@- Switch to using MASTER_SITE_KERNEL_ORG

PR:		ports/134566
Submitted by:	Eygene Ryabinkin <rea-fbsd@@codelabs.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.76
d12 1
a12 1
MASTER_SITE_SUBDIR=	linux/libs/pam/pre/history
d18 1
a18 1
NO_WRKSUBDIR=	yes
d20 4
a23 1
CPIO=		cpio --quiet -pdum -R
d26 2
a27 3
	@@ ${MKDIR} ${DOCSDIR}
	@@ cd ${WRKSRC} && ${FIND} * \
	  | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
@


1.2
log
@Reset rushani@@FreeBSD.org due to maintainer-timeouts and no commits for
more than one year.

Hat:		portmgr
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.kernel.org/pub/linux/libs/pam/pre/doc/
@


1.1
log
@[New ports] linux-pam-docs

	While pam(8) refers Linux-PAM Guides at ``SEE ALSO'' section,
	it seems no documentation is in ports/ tree.

	I think reading those docs takes good understanding of PAM
	in RELENG_4, and also OpenPAM in HEAD.

PR:		ports/53490
Submitted by:	Hideyuki KURASHINA <rushani@@FreeBSD.org>
@
text
@d14 1
a14 1
MAINTAINER=	rushani@@FreeBSD.org
@

