Index: head/security/ftimes/Makefile =================================================================== --- head/security/ftimes/Makefile (revision 365268) +++ head/security/ftimes/Makefile (revision 365269) @@ -1,128 +1,140 @@ # Created by: Klayton Monroe # $FreeBSD$ PORTNAME= ftimes -PORTVERSION= 3.10.0 -PORTREVISION= 1 +PORTVERSION= 3.11.0 CATEGORIES= security sysutils MASTER_SITES= SF MAINTAINER= klm@uidzero.org COMMENT= System baselining and evidence collection tool LICENSE= BSD3CLAUSE APACHE20 MIT LICENSE_COMB= multi GNU_CONFIGURE= yes USES= perl5 shebangfix tar:tgz -USE_PERL5= run build fixpacklist +USE_PERL5= run build SHEBANG_FILES= \ ${WRKSRC}/tools/dig/ftimes-crv2dbi.pl \ ${WRKSRC}/tools/dig/ftimes-crv2raw.pl \ ${WRKSRC}/tools/dig/ftimes-dig2ctx.pl \ ${WRKSRC}/tools/dig/ftimes-dig2dbi.pl \ ${WRKSRC}/tools/dig/hipdig.pl \ + ${WRKSRC}/tools/ftimes-bimvl/ftimes-bimvl \ ${WRKSRC}/tools/ftimes-cmp2diff/ftimes-cmp2diff \ ${WRKSRC}/tools/ftimes-dbm-bash/ftimes-dbm-bash \ ${WRKSRC}/tools/ftimes-dbm-dump/ftimes-dbm-dump \ ${WRKSRC}/tools/ftimes-dbm-find/ftimes-dbm-find \ ${WRKSRC}/tools/ftimes-dbm-make/ftimes-dbm-make \ ${WRKSRC}/tools/ftimes-dbm-reap/ftimes-dbm-reap \ ${WRKSRC}/tools/ftimes-dbm-weed/ftimes-dbm-weed \ ${WRKSRC}/tools/ftimes-encoder/ftimes-encoder \ ${WRKSRC}/tools/ftimes-grabber/ftimes-grabber \ ${WRKSRC}/tools/ftimes-proximo/ftimes-proximo \ ${WRKSRC}/tools/ftimes-sizimus/ftimes-sizimus \ ${WRKSRC}/tools/ftimes-sortini/ftimes-sortini \ ${WRKSRC}/tools/ftimes-xformer/ftimes-xformer \ ${WRKSRC}/tools/hashdig/hashdig-bash.pl \ ${WRKSRC}/tools/hashdig/hashdig-bind.pl \ ${WRKSRC}/tools/hashdig/hashdig-dump.pl \ ${WRKSRC}/tools/hashdig/hashdig-filter.pl \ ${WRKSRC}/tools/hashdig/hashdig-find.pl \ ${WRKSRC}/tools/hashdig/hashdig-harvest-sunsolve.pl \ ${WRKSRC}/tools/hashdig/hashdig-harvest.pl \ ${WRKSRC}/tools/hashdig/hashdig-make.pl \ ${WRKSRC}/tools/hashdig/hashdig-resolve-sunsolve.pl \ ${WRKSRC}/tools/hashdig/hashdig-stat.pl \ ${WRKSRC}/tools/hashdig/hashdig-weed.pl \ ${WRKSRC}/tools/map/ftimes-cmp2dbi.pl \ ${WRKSRC}/tools/map/ftimes-map2dbi.pl \ ${WRKSRC}/tools/map/ftimes-map2mac.pl \ ${WRKSRC}/tools/zipmap/zipmap OPTIONS_DEFINE= DBM_TOOLS DIG_TOOLS FILE_HOOKS HASHDIG_TOOLS MAP_TOOLS SSL XMAGIC OPTIONS_DEFAULT= DBM_TOOLS DIG_TOOLS FILE_HOOKS HASHDIG_TOOLS MAP_TOOLS SSL XMAGIC DBM_TOOLS_DESC= Install DBM tools DIG_TOOLS_DESC= Install dig tools FILE_HOOKS_DESC= Include file hooks support HASHDIG_TOOLS_DESC= Install hashdig tools MAP_TOOLS_DESC= Install map tools XMAGIC_DESC= XMagic support .include LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} STRIP_FILES= ${STAGEDIR}${PREFIX}/bin/ftimes +INSTALL_PERL5_LIBS= + .if ${PORT_OPTIONS:MDBM_TOOLS} PLIST_SUB+= DBM_TOOLS="" CONFIGURE_ARGS+= --with-dbm-tools .else PLIST_SUB+= DBM_TOOLS="@comment " .endif .if ${PORT_OPTIONS:MDIG_TOOLS} PLIST_SUB+= DIG_TOOLS="" CONFIGURE_ARGS+= --with-dig-tools RUN_DEPENDS+= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 +INSTALL_PERL5_LIBS= yes .else PLIST_SUB+= DIG_TOOLS="@comment " .endif .if ${PORT_OPTIONS:MFILE_HOOKS} LIB_DEPENDS+= libklel.so:${PORTSDIR}/devel/libklel CONFIGURE_ARGS+= --enable-file-hooks --with-klel=${LOCALBASE} --with-perl=${LOCALBASE}/bin/perl .else PLIST_SUB+= WITH_FILE_HOOKS="@comment " .endif .if ${PORT_OPTIONS:MHASHDIG_TOOLS} PLIST_SUB+= HASHDIG_TOOLS="" CONFIGURE_ARGS+= --with-hashdig-tools .else PLIST_SUB+= HASHDIG_TOOLS="@comment " .endif .if ${PORT_OPTIONS:MMAP_TOOLS} PLIST_SUB+= MAP_TOOLS="" CONFIGURE_ARGS+= --with-map-tools STRIP_FILES+= ${STAGEDIR}${PREFIX}/bin/ftimes-cat ${STAGEDIR}${PREFIX}/bin/ftimes-xpa ${STAGEDIR}${PREFIX}/bin/hashcp ${STAGEDIR}${PREFIX}/bin/tarmap +INSTALL_PERL5_LIBS= yes .else PLIST_SUB+= MAP_TOOLS="@comment " .endif .if ${PORT_OPTIONS:MSSL} # we can't use USE_OPENSSL=yes after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .else CONFIGURE_ARGS+= --without-ssl .endif .if ${PORT_OPTIONS:MXMAGIC} PLIST_SUB+= XMAGIC="" CONFIGURE_ARGS+= --enable-xmagic .else PLIST_SUB+= XMAGIC="@comment " +CONFIGURE_ARGS+= --disable-xmagic .endif +.if ${INSTALL_PERL5_LIBS} +PLIST_SUB+= FTIMES_PERL5_LIBS="" +USE_PERL5+= fixpacklist +.else +PLIST_SUB+= FTIMES_PERL5_LIBS="@comment " +.endif + post-configure: - ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' ${WRKSRC}/lib/perl/Makefile + if [ "${INSTALL_PERL5_LIBS}" = "yes" ] ; then ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' ${WRKSRC}/lib/perl/Makefile ; fi post-install: ${STRIP_CMD} ${STRIP_FILES} .include Index: head/security/ftimes/distinfo =================================================================== --- head/security/ftimes/distinfo (revision 365268) +++ head/security/ftimes/distinfo (revision 365269) @@ -1,2 +1,2 @@ -SHA256 (ftimes-3.10.0.tgz) = 3bd4a66c685e365d0dc4f74edaf220808530d75e78fa0246c7727d5597e95af2 -SIZE (ftimes-3.10.0.tgz) = 643517 +SHA256 (ftimes-3.11.0.tgz) = 70178e80c4ea7a8ce65404dd85a4bf5958a78f6a60c48f1fd06f78741c200f64 +SIZE (ftimes-3.11.0.tgz) = 653540 Index: head/security/ftimes/files/patch-etc__xmagic__xmagic.base =================================================================== --- head/security/ftimes/files/patch-etc__xmagic__xmagic.base (revision 365268) +++ head/security/ftimes/files/patch-etc__xmagic__xmagic.base (nonexistent) @@ -1,90 +0,0 @@ ---- etc/xmagic/xmagic.base.orig 2013-04-09 13:34:18.000000000 -0400 -+++ etc/xmagic/xmagic.base 2013-04-09 13:38:03.000000000 -0400 -@@ -648,66 +648,66 @@ - 0 string = \x23\x20PaCkAgE\x20DaTaStReAm package/svr4 - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- ae script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/ae) script/ae: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/ae) script/ae: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- ash script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/ash) script/ash: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/ash) script/ash: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- awk script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/awk) script/awk: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/awk) script/awk: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- bash script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/bash) script/bash: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/bash) script/bash: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- csh script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/csh) script/csh: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/csh) script/csh: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- env script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/env) script/env: path="%s"; -->&0 regexp =~ ^#![\x20\t]*(?:/(?:opt|usr)(?:/local)?)?/bin/env[\x20\t]+(ae|(?:[ackz]|ba|tcl?|wi)?sh|[gn]?awk|lua|perl|php|python|rc|ruby) interpreter="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/env) script/env: path="%s"; -+>&0 regexp =~ ^\x23![\x20\t]*(?:/(?:opt|usr)(?:/local)?)?/bin/env[\x20\t]+(ae|(?:[ackz]|ba|tcl?|wi)?sh|[gn]?awk|lua|perl|php|python|rc|ruby) interpreter="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- gawk script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/gawk) script/gawk: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/gawk) script/gawk: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- ksh script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/ksh) script/ksh: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/ksh) script/ksh: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- lua script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/lua) script/lua: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/lua) script/lua: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- nawk script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/nawk) script/nawk: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/nawk) script/nawk: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- perl script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/perl) script/perl: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/perl) script/perl: path="%s"; - 0 regexp =~ (?:eval[\x20\t]+["'][(]exit[\x20\t]+[$][?][)][\x20\t]+&&[\x20\t]+)?eval[\x20\t]+["']exec[\x20\t]+((?:(?:/(?:opt|usr)(?:/local)?)?/bin/)?perl)[\x20\t]+ script/perl: path="%s"; eval="yes"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- php script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/php) script/php: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/php) script/php: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- python script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/python) script/python: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/python) script/python: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- rc script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/rc) script/rc: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/rc) script/rc: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- ruby script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/ruby) script/ruby: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/ruby) script/ruby: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- sh script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/sh) script/sh: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/sh) script/sh: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- tclsh script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/tclsh) script/tclsh: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/tclsh) script/tclsh: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- tcsh script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/tcsh) script/tcsh: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/tcsh) script/tcsh: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- wish script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/wish) script/wish: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/wish) script/wish: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- zsh script --0 regexp =~ ^#![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/zsh) script/zsh: path="%s"; -+0 regexp =~ ^\x23![\x20\t]*((?:/(?:opt|usr)(?:/local)?)?/bin/zsh) script/zsh: path="%s"; - #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# - # XMagic -- btsnoop - 0 string = btsnoop\0 sniffer/btsnoop: Property changes on: head/security/ftimes/files/patch-etc__xmagic__xmagic.base ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/ftimes/files/patch-configure =================================================================== --- head/security/ftimes/files/patch-configure (nonexistent) +++ head/security/ftimes/files/patch-configure (revision 365269) @@ -0,0 +1,10 @@ +--- configure.orig 2014-08-17 13:35:11.932131244 -0400 ++++ configure 2014-08-17 13:35:37.032505938 -0400 +@@ -5760,6 +5760,7 @@ + tests/hipdig/common/dig/Makefile + tests/hipdig/common/dig/test_1/Makefile + " ++ install_lib_perl="1" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } Property changes on: head/security/ftimes/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/ftimes/pkg-plist =================================================================== --- head/security/ftimes/pkg-plist (revision 365268) +++ head/security/ftimes/pkg-plist (revision 365269) @@ -1,87 +1,89 @@ %%DBM_TOOLS%%bin/ftimes-dbm-bash %%DBM_TOOLS%%bin/ftimes-dbm-dump %%DBM_TOOLS%%bin/ftimes-dbm-find %%DBM_TOOLS%%bin/ftimes-dbm-make %%DBM_TOOLS%%bin/ftimes-dbm-reap %%DBM_TOOLS%%bin/ftimes-dbm-weed %%DIG_TOOLS%%bin/ftimes-crv2dbi.pl %%DIG_TOOLS%%bin/ftimes-crv2raw.pl %%DIG_TOOLS%%bin/ftimes-dig2ctx.pl %%DIG_TOOLS%%bin/ftimes-dig2dbi.pl %%DIG_TOOLS%%bin/hipdig.pl %%HASHDIG_TOOLS%%bin/hashdig-bash.pl %%HASHDIG_TOOLS%%bin/hashdig-bind.pl %%HASHDIG_TOOLS%%bin/hashdig-dump.pl %%HASHDIG_TOOLS%%bin/hashdig-filter.pl %%HASHDIG_TOOLS%%bin/hashdig-find.pl %%HASHDIG_TOOLS%%bin/hashdig-harvest.pl %%HASHDIG_TOOLS%%bin/hashdig-harvest-sunsolve.pl %%HASHDIG_TOOLS%%bin/hashdig-make.pl %%HASHDIG_TOOLS%%bin/hashdig-resolve-sunsolve.pl %%HASHDIG_TOOLS%%bin/hashdig-stat.pl %%HASHDIG_TOOLS%%bin/hashdig-weed.pl +%%MAP_TOOLS%%bin/ftimes-bimvl %%MAP_TOOLS%%bin/ftimes-cat %%MAP_TOOLS%%bin/ftimes-cmp2dbi.pl %%MAP_TOOLS%%bin/ftimes-cmp2diff %%MAP_TOOLS%%bin/ftimes-encoder %%MAP_TOOLS%%bin/ftimes-grabber %%MAP_TOOLS%%bin/ftimes-map2dbi.pl %%MAP_TOOLS%%bin/ftimes-map2mac.pl %%MAP_TOOLS%%bin/ftimes-proximo %%MAP_TOOLS%%bin/ftimes-sizimus %%MAP_TOOLS%%bin/ftimes-sortini %%MAP_TOOLS%%bin/ftimes-xformer %%MAP_TOOLS%%bin/ftimes-xpa %%MAP_TOOLS%%bin/hashcp %%MAP_TOOLS%%bin/tarmap %%MAP_TOOLS%%bin/zipmap %%XMAGIC%%etc/xmagic bin/ftimes etc/ftimes-dig.cfg.sample etc/ftimes-get.cfg.sample etc/ftimes-map.cfg.sample -%%SITE_PERL%%/%%PERL_ARCH%%/auto/FTimes/.packlist -%%SITE_PERL%%/FTimes/EadRoutines.pm -%%SITE_PERL%%/FTimes/Properties.pm +%%FTIMES_PERL5_LIBS%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/FTimes/.packlist +%%FTIMES_PERL5_LIBS%%%%SITE_PERL%%/FTimes/EadRoutines.pm +%%FTIMES_PERL5_LIBS%%%%SITE_PERL%%/FTimes/Properties.pm man/man1/ftimes.1.gz %%DBM_TOOLS%%man/man1/ftimes-dbm-bash.1.gz %%DBM_TOOLS%%man/man1/ftimes-dbm-dump.1.gz %%DBM_TOOLS%%man/man1/ftimes-dbm-find.1.gz %%DBM_TOOLS%%man/man1/ftimes-dbm-make.1.gz %%DBM_TOOLS%%man/man1/ftimes-dbm-reap.1.gz %%DBM_TOOLS%%man/man1/ftimes-dbm-weed.1.gz %%DIG_TOOLS%%man/man1/ftimes-crv2dbi.1.gz %%DIG_TOOLS%%man/man1/ftimes-crv2raw.1.gz %%DIG_TOOLS%%man/man1/ftimes-dig2ctx.1.gz %%DIG_TOOLS%%man/man1/ftimes-dig2dbi.1.gz %%DIG_TOOLS%%man/man1/hipdig.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-bash.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-bind.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-dump.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-filter.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-find.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-harvest.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-harvest-sunsolve.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-make.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-resolve-sunsolve.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-stat.1.gz %%HASHDIG_TOOLS%%man/man1/hashdig-weed.1.gz +%%MAP_TOOLS%%man/man1/ftimes-bimvl.1.gz %%MAP_TOOLS%%man/man1/ftimes-cat.1.gz %%MAP_TOOLS%%man/man1/ftimes-cmp2dbi.1.gz %%MAP_TOOLS%%man/man1/ftimes-cmp2diff.1.gz %%MAP_TOOLS%%man/man1/ftimes-encoder.1.gz %%MAP_TOOLS%%man/man1/ftimes-grabber.1.gz %%MAP_TOOLS%%man/man1/ftimes-map2dbi.1.gz %%MAP_TOOLS%%man/man1/ftimes-map2mac.1.gz %%MAP_TOOLS%%man/man1/ftimes-proximo.1.gz %%MAP_TOOLS%%man/man1/ftimes-sizimus.1.gz %%MAP_TOOLS%%man/man1/ftimes-sortini.1.gz %%MAP_TOOLS%%man/man1/ftimes-xformer.1.gz %%MAP_TOOLS%%man/man1/ftimes-xpa.1.gz %%MAP_TOOLS%%man/man1/hashcp.1.gz %%MAP_TOOLS%%man/man1/tarmap.1.gz %%MAP_TOOLS%%man/man1/zipmap.1.gz -man/man3/FTimes::EadRoutines.3.gz -man/man3/FTimes::Properties.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FTimes -@dirrm %%SITE_PERL%%/FTimes +%%FTIMES_PERL5_LIBS%%man/man3/FTimes::EadRoutines.3.gz +%%FTIMES_PERL5_LIBS%%man/man3/FTimes::Properties.3.gz +%%FTIMES_PERL5_LIBS%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FTimes +%%FTIMES_PERL5_LIBS%%@dirrm %%SITE_PERL%%/FTimes