mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to version 2.08
- Take maintainership - Better COMMENT - Clean up Makefile header - Mute MKDIRs
This commit is contained in:
parent
1f7fbee7d8
commit
e7e7c42c76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192854
@ -1,18 +1,18 @@
|
||||
# New ports collection makefile for: autopsy
|
||||
# Date created: 2003-08-12
|
||||
# Whom: Pieter Danhieux <opr@bsdaemon.be>
|
||||
# New ports collection makefile for: autopsy
|
||||
# Date created: 2003-08-12
|
||||
# Whom: Pieter Danhieux <opr@bsdaemon.be>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= autopsy
|
||||
PORTVERSION= 2.06
|
||||
PORTVERSION= 2.08
|
||||
CATEGORIES= sysutils security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Autopsy Forensic Browser is a GUI for Sleuthkit
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Graphical interface to The Sleuth Kit
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
@ -21,14 +21,20 @@ USE_PERL5= yes
|
||||
IS_INTERACTIVE= yes
|
||||
WEB= pict/*
|
||||
WEBHELP= help/*
|
||||
PERLBITS= lib/*.pm lib/*.pl conf.pl
|
||||
MAN1= autopsy.1
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's,lib/,,' ${WRKSRC}/base/autopsy.base
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${PREFIX}/bin
|
||||
@${MKDIR} ${PREFIX}/lib/autopsy
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PERLBITS} ${PREFIX}/lib/autopsy
|
||||
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
|
||||
${MKDIR} ${PREFIX}/share/autopsy
|
||||
${MKDIR} ${PREFIX}/share/autopsy/pict
|
||||
${MKDIR} ${PREFIX}/share/autopsy/help
|
||||
@${MKDIR} ${PREFIX}/share/autopsy/pict
|
||||
@${MKDIR} ${PREFIX}/share/autopsy/help
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${WEB} ${PREFIX}/share/autopsy/pict
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${WEBHELP} ${PREFIX}/share/autopsy/help
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (autopsy-2.06.tar.gz) = 4acb0b5854939748d9c5f58bd28ac2a5
|
||||
SHA256 (autopsy-2.06.tar.gz) = d378c47550951bd14a11107033e333b2161be9298fc175f1f33adf2dd5ea9cf9
|
||||
SIZE (autopsy-2.06.tar.gz) = 382651
|
||||
MD5 (autopsy-2.08.tar.gz) = 0ac9db9acf66742f8f01f3d8b0cf2f90
|
||||
SHA256 (autopsy-2.08.tar.gz) = e7a31f339ffdc0493d46528701955d622ddf72837a5467aca825b4128b86ff72
|
||||
SIZE (autopsy-2.08.tar.gz) = 385033
|
||||
|
@ -9,6 +9,25 @@
|
||||
|
||||
|
||||
echo ""
|
||||
@@ -115,8 +115,7 @@
|
||||
fi;
|
||||
|
||||
# Get current working directory for lib
|
||||
-echo "use lib '$PWD/';" >> ./config.tmp
|
||||
-echo "use lib '$PWD/lib/';" >> ./config.tmp
|
||||
+echo "use lib '${PREFIX}/lib/autopsy/';" >> ./config.tmp
|
||||
|
||||
# Write autopsy
|
||||
if (test -f ./autopsy) then
|
||||
@@ -206,7 +206,7 @@
|
||||
# INSTALLATION DIRECTORY
|
||||
#############################################################################
|
||||
echo '' >> $conf;
|
||||
-echo \$INSTALLDIR = \'$PWD/\'\; >> $conf;
|
||||
+echo \$INSTALLDIR = \'${PREFIX}/bin/\'\; >> $conf;
|
||||
|
||||
|
||||
# Now add the variables that need user interaction
|
||||
@@ -271,8 +271,9 @@
|
||||
echo ' http://www.sleuthkit.org/sleuthkit/'
|
||||
echo ''
|
||||
|
@ -1,5 +1,26 @@
|
||||
bin/autopsy
|
||||
|
||||
lib/autopsy/Appsort.pm
|
||||
lib/autopsy/Appview.pm
|
||||
lib/autopsy/Args.pm
|
||||
lib/autopsy/Caseman.pm
|
||||
lib/autopsy/Data.pm
|
||||
lib/autopsy/Exec.pm
|
||||
lib/autopsy/File.pm
|
||||
lib/autopsy/Filesystem.pm
|
||||
lib/autopsy/Frame.pm
|
||||
lib/autopsy/Fs.pm
|
||||
lib/autopsy/Hash.pm
|
||||
lib/autopsy/Kwsrch.pm
|
||||
lib/autopsy/Main.pm
|
||||
lib/autopsy/Meta.pm
|
||||
lib/autopsy/Notes.pm
|
||||
lib/autopsy/Print.pm
|
||||
lib/autopsy/Timeline.pm
|
||||
lib/autopsy/Vs.pm
|
||||
lib/autopsy/conf.pl
|
||||
lib/autopsy/define.pl
|
||||
lib/autopsy/search.pl
|
||||
@dirrm lib/autopsy
|
||||
%%DATADIR%%/pict/back_pix.jpg
|
||||
%%DATADIR%%/pict/but_addnote.jpg
|
||||
%%DATADIR%%/pict/but_alloc_list.jpg
|
||||
|
Loading…
Reference in New Issue
Block a user