[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>
This commit is contained in:
parent
6c7ab090ee
commit
31e8f0bdcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90751
5 changed files with 94 additions and 0 deletions
|
@ -156,6 +156,7 @@
|
|||
SUBDIR += libtasn1
|
||||
SUBDIR += libwhisker
|
||||
SUBDIR += liedentd
|
||||
SUBDIR += linux-pam-docs
|
||||
SUBDIR += logcheck
|
||||
SUBDIR += lsh
|
||||
SUBDIR += lxnb
|
||||
|
|
26
security/linux-pam-docs/Makefile
Normal file
26
security/linux-pam-docs/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: Linux-PAM offline documentation
|
||||
# Date created: 19 Jun 2003
|
||||
# Whom: Hideyuki KURASHINA <rushani@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= linux-pam-docs
|
||||
PORTVERSION= 0.76
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.kernel.org/pub/linux/libs/pam/pre/doc/
|
||||
DISTNAME= Linux-PAM-${PORTVERSION}-docs
|
||||
|
||||
MAINTAINER= rushani@FreeBSD.org
|
||||
COMMENT= Linux-PAM offline documentation
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
CPIO= cpio --quiet -pdum -R
|
||||
|
||||
do-install:
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ cd ${WRKSRC} && ${FIND} * \
|
||||
| ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/linux-pam-docs/distinfo
Normal file
1
security/linux-pam-docs/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Linux-PAM-0.76-docs.tar.gz) = fbabf5fb9ee5da74a641ae07a128f682
|
10
security/linux-pam-docs/pkg-descr
Normal file
10
security/linux-pam-docs/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
This documantation consists of following three guides for
|
||||
|
||||
* System administrators
|
||||
* Module writers
|
||||
* Application developers
|
||||
|
||||
PS/HTML/TXT versions are available.
|
||||
|
||||
Author: <morgan@kernel.org>
|
||||
WWW: http://www.kernel.org/pub/linux/libs/pam/
|
56
security/linux-pam-docs/pkg-plist
Normal file
56
security/linux-pam-docs/pkg-plist
Normal file
|
@ -0,0 +1,56 @@
|
|||
%%DOCSDIR%%/html/index.html
|
||||
%%DOCSDIR%%/html/pam-1.html
|
||||
%%DOCSDIR%%/html/pam-10.html
|
||||
%%DOCSDIR%%/html/pam-11.html
|
||||
%%DOCSDIR%%/html/pam-12.html
|
||||
%%DOCSDIR%%/html/pam-2.html
|
||||
%%DOCSDIR%%/html/pam-3.html
|
||||
%%DOCSDIR%%/html/pam-4.html
|
||||
%%DOCSDIR%%/html/pam-5.html
|
||||
%%DOCSDIR%%/html/pam-6.html
|
||||
%%DOCSDIR%%/html/pam-7.html
|
||||
%%DOCSDIR%%/html/pam-8.html
|
||||
%%DOCSDIR%%/html/pam-9.html
|
||||
%%DOCSDIR%%/html/pam.html
|
||||
%%DOCSDIR%%/html/pam_appl-1.html
|
||||
%%DOCSDIR%%/html/pam_appl-10.html
|
||||
%%DOCSDIR%%/html/pam_appl-11.html
|
||||
%%DOCSDIR%%/html/pam_appl-12.html
|
||||
%%DOCSDIR%%/html/pam_appl-13.html
|
||||
%%DOCSDIR%%/html/pam_appl-14.html
|
||||
%%DOCSDIR%%/html/pam_appl-2.html
|
||||
%%DOCSDIR%%/html/pam_appl-3.html
|
||||
%%DOCSDIR%%/html/pam_appl-4.html
|
||||
%%DOCSDIR%%/html/pam_appl-5.html
|
||||
%%DOCSDIR%%/html/pam_appl-6.html
|
||||
%%DOCSDIR%%/html/pam_appl-7.html
|
||||
%%DOCSDIR%%/html/pam_appl-8.html
|
||||
%%DOCSDIR%%/html/pam_appl-9.html
|
||||
%%DOCSDIR%%/html/pam_appl.html
|
||||
%%DOCSDIR%%/html/pam_modules-1.html
|
||||
%%DOCSDIR%%/html/pam_modules-10.html
|
||||
%%DOCSDIR%%/html/pam_modules-11.html
|
||||
%%DOCSDIR%%/html/pam_modules-12.html
|
||||
%%DOCSDIR%%/html/pam_modules-2.html
|
||||
%%DOCSDIR%%/html/pam_modules-3.html
|
||||
%%DOCSDIR%%/html/pam_modules-4.html
|
||||
%%DOCSDIR%%/html/pam_modules-5.html
|
||||
%%DOCSDIR%%/html/pam_modules-6.html
|
||||
%%DOCSDIR%%/html/pam_modules-7.html
|
||||
%%DOCSDIR%%/html/pam_modules-8.html
|
||||
%%DOCSDIR%%/html/pam_modules-9.html
|
||||
%%DOCSDIR%%/html/pam_modules.html
|
||||
%%DOCSDIR%%/ps/README
|
||||
%%DOCSDIR%%/ps/pam.ps
|
||||
%%DOCSDIR%%/ps/pam_appl.ps
|
||||
%%DOCSDIR%%/ps/pam_modules.ps
|
||||
%%DOCSDIR%%/specs/draft-morgan-pam-current.txt
|
||||
%%DOCSDIR%%/txts/README
|
||||
%%DOCSDIR%%/txts/pam.txt
|
||||
%%DOCSDIR%%/txts/pam_appl.txt
|
||||
%%DOCSDIR%%/txts/pam_modules.txt
|
||||
@dirrm %%DOCSDIR%%/html
|
||||
@dirrm %%DOCSDIR%%/ps
|
||||
@dirrm %%DOCSDIR%%/specs
|
||||
@dirrm %%DOCSDIR%%/txts
|
||||
@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue