mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix WWW: line [1]
- Use new MASTER_SITES [1] - Use DOCSDIR and pet portlint [2] - Add new files in pkg-plist [2] - Bump PORTREVISION PR: 61435 Submitted by: Jason Harris <jharris@widomaker.com> [1], krion [2]
This commit is contained in:
parent
68c65d48be
commit
010a70fadf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98337
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= task
|
||||
PORTVERSION= 1.52
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:UNIX/utilities:}
|
||||
@ -23,8 +24,8 @@ MAN1= blockcalc.1 dcalc.1 dcat.1 dls.1 dstat.1 ffind.1 \
|
||||
|
||||
do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/task
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/task
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/mactime ${PREFIX}/bin
|
||||
cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} dcalc dcat dls dstat ffind \
|
||||
|
@ -1 +1,5 @@
|
||||
MD5 (task-1.52.tar.gz) = 475af26bad7492d61490a69ad7f2472e
|
||||
SHA1 (task-1.52.tar.gz) = e0f10d2913d9fbe5f21b5df8da970da625054f2b
|
||||
RMD160 (task-1.52.tar.gz) = 3ee308f0141ae56d6144611f2c704c0c604e4e3c
|
||||
SHA256 (task-1.52.tar.gz) = 3fb58e90472735fa93a1bbcfbcfb6498aca6192cf21c4f2c9d0ef3098e1ff01c
|
||||
SIZE (task-1.52.tar.gz) = 451820
|
||||
|
@ -1,6 +1,6 @@
|
||||
The @stake Sleuth Kit (TASK) is the only open source forensic toolkit
|
||||
for a complete analysis of Microsoft and UNIX file systems. TASK
|
||||
enables investigators to identify and recover evidence from images
|
||||
acquired during incident response or from live systems.
|
||||
The Sleuth Kit is the only open source forensic toolkit for a complete
|
||||
analysis of Microsoft and UNIX file systems. It enables investigators
|
||||
to identify and recover evidence from images acquired during incident
|
||||
response or from live systems.
|
||||
|
||||
WWW: http://www.atstake.com/research/tools/task/
|
||||
WWW: http://www.sleuthkit.org/
|
||||
|
@ -10,14 +10,15 @@ bin/fsstat
|
||||
bin/ifind
|
||||
bin/ils
|
||||
bin/istat
|
||||
%%PORTDOCS%%share/doc/task/README
|
||||
%%PORTDOCS%%share/doc/task/fat.README
|
||||
%%PORTDOCS%%share/doc/task/filesystem.README
|
||||
%%PORTDOCS%%share/doc/task/ntfs.README
|
||||
%%PORTDOCS%%share/doc/task/timeline.README
|
||||
%%PORTDOCS%%share/doc/task/README.FIRST
|
||||
%%PORTDOCS%%share/doc/task/additional-resources
|
||||
%%PORTDOCS%%share/doc/task/bibliography
|
||||
%%PORTDOCS%%share/doc/task/help-recovering-file
|
||||
%%PORTDOCS%%share/doc/task/help-when-broken-into
|
||||
%%PORTDOCS%%@dirrm share/doc/task
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.FROM.TCT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.FIRST
|
||||
%%PORTDOCS%%%%DOCSDIR%%/additional-resources
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bibliography
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fat.README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/filesystem.README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help-recovering-file
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help-when-broken-into
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ntfs.README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/timeline.README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user