summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-10 06:06:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-10 06:06:13 +0000
commit31e8f0bdcd0f850708cd6797be3f215691e7b620 (patch)
tree947033b20a8e5dabec02c2ffae777b8adc3c8d37 /security
parentNew port: gnome-ssh-askpass (diff)
[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>
Notes
Notes: svn path=/head/; revision=90751
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/linux-pam-docs/Makefile26
-rw-r--r--security/linux-pam-docs/distinfo1
-rw-r--r--security/linux-pam-docs/pkg-descr10
-rw-r--r--security/linux-pam-docs/pkg-plist56
5 files changed, 94 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index e15f275abefb..4fbdb04bea0a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -156,6 +156,7 @@
SUBDIR += libtasn1
SUBDIR += libwhisker
SUBDIR += liedentd
+ SUBDIR += linux-pam-docs
SUBDIR += logcheck
SUBDIR += lsh
SUBDIR += lxnb
diff --git a/security/linux-pam-docs/Makefile b/security/linux-pam-docs/Makefile
new file mode 100644
index 000000000000..791cfd458957
--- /dev/null
+++ b/security/linux-pam-docs/Makefile
@@ -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>
diff --git a/security/linux-pam-docs/distinfo b/security/linux-pam-docs/distinfo
new file mode 100644
index 000000000000..0053951c80ec
--- /dev/null
+++ b/security/linux-pam-docs/distinfo
@@ -0,0 +1 @@
+MD5 (Linux-PAM-0.76-docs.tar.gz) = fbabf5fb9ee5da74a641ae07a128f682
diff --git a/security/linux-pam-docs/pkg-descr b/security/linux-pam-docs/pkg-descr
new file mode 100644
index 000000000000..1f4e4a7f7341
--- /dev/null
+++ b/security/linux-pam-docs/pkg-descr
@@ -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/
diff --git a/security/linux-pam-docs/pkg-plist b/security/linux-pam-docs/pkg-plist
new file mode 100644
index 000000000000..fdfabac94d6b
--- /dev/null
+++ b/security/linux-pam-docs/pkg-plist
@@ -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%%