Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/john john: install documentation



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a2744449a42
branches:  trunk
changeset: 436704:9a2744449a42
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Aug 08 12:42:22 2020 +0000

description:
john: install documentation

PKGREVISION++

diffstat:

 security/john/Makefile |  11 +++++++++--
 security/john/PLIST    |   9 ++++++++-
 2 files changed, 17 insertions(+), 3 deletions(-)

diffs (62 lines):

diff -r 0838ee0fdf49 -r 9a2744449a42 security/john/Makefile
--- a/security/john/Makefile    Sat Aug 08 02:09:17 2020 +0000
+++ b/security/john/Makefile    Sat Aug 08 12:42:22 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2020/08/08 02:09:01 leot Exp $
+# $NetBSD: Makefile,v 1.30 2020/08/08 12:42:22 leot Exp $
 #
 
 DISTNAME=      john-1.9.0
+PKGREVISION=   1
 CATEGORIES=    security textproc
 MASTER_SITES=  http://www.openwall.com/john/k/
 EXTRACT_SUFX=  .tar.xz
@@ -14,6 +15,8 @@
 BUILD_DIRS=    src
 TEST_TARGET=   check
 
+USE_TOOLS+=    gmake
+
 .include "../../mk/compiler.mk"
 .include "../../mk/bsd.prefs.mk"
 
@@ -71,7 +74,7 @@
 MAKE_FLAGS+=   OPT_NORMAL=
 MAKE_FLAGS+=   OPT_INLINE=
 
-INSTALLATION_DIRS=     bin share/john
+INSTALLATION_DIRS=     bin share/john share/doc/john
 
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
@@ -94,5 +97,9 @@
     lowernum.chr lowerspace.chr upper.chr uppernum.chr password.lst
        ${INSTALL_DATA} ${WRKSRC}/run/${i} ${DESTDIR}${PREFIX}/share/john
 .endfor
+       # documentation
+.for i in CONFIG EXAMPLES FAQ MODES OPTIONS README RULES
+       ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DESTDIR}${PREFIX}/share/doc/john
+.endfor
 
 .include "../../mk/bsd.pkg.mk"
diff -r 0838ee0fdf49 -r 9a2744449a42 security/john/PLIST
--- a/security/john/PLIST       Sat Aug 08 02:09:17 2020 +0000
+++ b/security/john/PLIST       Sat Aug 08 12:42:22 2020 +0000
@@ -1,9 +1,16 @@
-@comment $NetBSD: PLIST,v 1.5 2020/08/08 02:09:01 leot Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/08/08 12:42:22 leot Exp $
 bin/john
 bin/mailer
 bin/unafs
 bin/unique
 bin/unshadow
+share/doc/john/CONFIG
+share/doc/john/EXAMPLES
+share/doc/john/FAQ
+share/doc/john/MODES
+share/doc/john/OPTIONS
+share/doc/john/README
+share/doc/john/RULES
 share/john/alnum.chr
 share/john/alpha.chr
 share/john/ascii.chr



Home | Main Index | Thread Index | Old Index