diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/tct/Makefile | 94 | ||||
-rw-r--r-- | sysutils/tct/distinfo | 3 | ||||
-rw-r--r-- | sysutils/tct/files/patch-extras_entropy_makedefs | 16 | ||||
-rw-r--r-- | sysutils/tct/files/patch-extras_findkey_makedefs | 16 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_aux_makedefs | 16 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_file_makedefs | 16 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_fstools_fs__tools.h | 14 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_fstools_makedefs | 16 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_lastcomm_makedefs | 16 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_lastcomm_sys__defs.h | 14 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_major__minor_makedefs | 16 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_misc_makedefs | 16 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_pcat_makedefs | 18 | ||||
-rw-r--r-- | sysutils/tct/files/patch-src_pcat_pcat.c | 14 | ||||
-rw-r--r-- | sysutils/tct/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/tct/pkg-plist | 85 |
17 files changed, 0 insertions, 380 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b8179303ee55..09a697a16b63 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -593,7 +593,6 @@ SUBDIR += system-tools-backends SUBDIR += sysupdate SUBDIR += tcplist - SUBDIR += tct SUBDIR += tdir SUBDIR += tenshi SUBDIR += tentakel diff --git a/sysutils/tct/Makefile b/sysutils/tct/Makefile deleted file mode 100644 index a049fcdbad20..000000000000 --- a/sysutils/tct/Makefile +++ /dev/null @@ -1,94 +0,0 @@ -# New ports collection makefile for: tct -# Date created: 21 September 2003 -# Whom: Francisco Gomez <francisco@gomezmarin.com> -# -# $FreeBSD$ -# - -PORTNAME= tct -PORTVERSION= 1.16 -CATEGORIES= sysutils -MASTER_SITES= http://www.porcupine.org/forensics/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Analyzer for forensic data - -USE_PERL5= yes -MAKE_ENV= OPT="${CFLAGS}" - -CONFLICTS= file-[0-9]* - -# This port is constructed very weirdly. It installs common -# utils, like file, md5 and lastcomm, thus it conflicts with a -# a lot of ports, and makes weird issues. If somebody want to -# save it, the port should be reworked to use those tools from -# the base system or from the Ports Collection. Furthermore, it -# has been unmaintained for a long time, and the development -# seems to be stalled, you can use sysutils/sleuthkit instead, -# which has more features. -DEPRECATED= this port is obsolete, please use sysutils/sleuthkit instead -EXPIRATION_DATE= 2007-04-06 - -MAN1= file-tct.1 grave-robber.1 icat.1 ils.1 lastcomm.1 lazarus.1 \ - mactime.1 major_minor.1 md5-tct.1 pcat.1 timeout.1 unrm.1 -MAN5= magic.5 tm-format.5 - -.include <bsd.port.pre.mk> - -.if defined(WITH_LSOF) -RUN_DEPENDS+= ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|^CC|#CC|g ; \ - s|^DEBUG|#DEBUG|g ; \ - s|^OPT|#OPT|g' - @${REINPLACE_CMD} -e '/TCT_HOME/s|$$cwd|${DATADIR}|g' ${WRKSRC}/reconfig - @${REINPLACE_CMD} -e 's|/usr/local/bin|${LOCALBASE}/bin|g ; \ - s|/usr/X11R6/bin|${X11BASE}/bin|g' ${WRKSRC}/conf/paths.pl - @${RM} ${WRKSRC}/conf/paths.pl.bak - -do-install: -.for f in icat ils lastcomm major_minor pcat unrm timeout - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin/${f} -.endfor -.for f in file grave-robber mactime strip_tct_home - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${PREFIX}/bin/${f} -.endfor -.for f in file md5 - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin/${f}-tct -.endfor - ${INSTALL_SCRIPT} ${WRKSRC}/lazarus/lazarus ${PREFIX}/bin - @${MKDIR} ${DATADIR}/bin - ${LN} -s ${PREFIX}/bin/file-tct ${DATADIR}/bin/file - @${MKDIR} ${PREFIX}/${SITE_PERL_REL} - ${INSTALL_SCRIPT} ${WRKSRC}/lib/savecore.pl ${PREFIX}/${SITE_PERL_REL} - ${INSTALL_SCRIPT} ${WRKSRC}/conf/paths.pl ${PREFIX}/${SITE_PERL_REL} - @${MKDIR} ${DATADIR}/conf - ${INSTALL_DATA} ${WRKSRC}/conf/* ${DATADIR}/conf - @${MKDIR} ${DATADIR}/etc - ${INSTALL_DATA} ${WRKSRC}/etc/magic ${DATADIR}/etc - @${MKDIR} ${DATADIR}/lazarus - ${LN} -s ${PREFIX}/bin/lazarus ${DATADIR}/lazarus/lazarus - @${MKDIR} ${DATADIR}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/* ${DATADIR}/lib - ${INSTALL_MAN} ${WRKSRC}/man/man1/file.1 ${MANPREFIX}/man/man1/file-tct.1 - ${INSTALL_MAN} ${WRKSRC}/man/man1/md5.1 ${MANPREFIX}/man/man1/md5-tct.1 -.for f in ${MAN1:S/file-tct.1//:S/md5-tct.1//} - ${INSTALL_MAN} ${WRKSRC}/man/man1/${f} ${MANPREFIX}/man/man1 -.endfor -.for f in ${MAN5} - ${INSTALL_MAN} ${WRKSRC}/man/man5/${f} ${MAN5PREFIX}/man/man5 -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.for f in README design-notes grave-robber.README lazarus.README mac.README - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/tct/distinfo b/sysutils/tct/distinfo deleted file mode 100644 index a0ad00d97581..000000000000 --- a/sysutils/tct/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tct-1.16.tar.gz) = 3bd8b7a5a5b9de02117c17a9cad118f6 -SHA256 (tct-1.16.tar.gz) = f86828cd5c80203feba1325a1c55d0a6ac576437b11f79988fafdd0b7772354f -SIZE (tct-1.16.tar.gz) = 317210 diff --git a/sysutils/tct/files/patch-extras_entropy_makedefs b/sysutils/tct/files/patch-extras_entropy_makedefs deleted file mode 100644 index 2ea25dbe889a..000000000000 --- a/sysutils/tct/files/patch-extras_entropy_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- extras/entropy/makedefs.orig -+++ extras/entropy/makedefs -@@ -9,6 +9,10 @@ - FreeBSD.4*) DEFS="-DFREEBSD4" - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" - ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - ;; diff --git a/sysutils/tct/files/patch-extras_findkey_makedefs b/sysutils/tct/files/patch-extras_findkey_makedefs deleted file mode 100644 index c10bd8fddc54..000000000000 --- a/sysutils/tct/files/patch-extras_findkey_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- extras/findkey/makedefs.orig -+++ extras/findkey/makedefs -@@ -9,6 +9,10 @@ - FreeBSD.4*) DEFS="-DFREEBSD4" - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" - ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - ;; diff --git a/sysutils/tct/files/patch-src_aux_makedefs b/sysutils/tct/files/patch-src_aux_makedefs deleted file mode 100644 index a3f698baa27d..000000000000 --- a/sysutils/tct/files/patch-src_aux_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/aux/makedefs.orig -+++ src/aux/makedefs -@@ -10,6 +10,10 @@ - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" - ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" -+ ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - ;; - OpenBSD.3*) DEFS="-DOPENBSD3" diff --git a/sysutils/tct/files/patch-src_file_makedefs b/sysutils/tct/files/patch-src_file_makedefs deleted file mode 100644 index e8cab084c7c1..000000000000 --- a/sysutils/tct/files/patch-src_file_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/file/makedefs.orig -+++ src/file/makedefs -@@ -9,6 +9,10 @@ - FreeBSD.4*) DEFS="-DFREEBSD4" - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" - ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - ;; diff --git a/sysutils/tct/files/patch-src_fstools_fs__tools.h b/sysutils/tct/files/patch-src_fstools_fs__tools.h deleted file mode 100644 index dd26df8f4cdf..000000000000 --- a/sysutils/tct/files/patch-src_fstools_fs__tools.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/fstools/fs_tools.h.orig -+++ src/fstools/fs_tools.h -@@ -115,7 +115,7 @@ - #define INO_TO_CG ino_to_cg - #endif - --#if defined(FREEBSD5) -+#if defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) - #define SUPPORTED - #include <sys/vnode.h> - #include <ufs/ufs/quota.h> diff --git a/sysutils/tct/files/patch-src_fstools_makedefs b/sysutils/tct/files/patch-src_fstools_makedefs deleted file mode 100644 index 7440e9adfad7..000000000000 --- a/sysutils/tct/files/patch-src_fstools_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/fstools/makedefs.orig -+++ src/fstools/makedefs -@@ -9,6 +9,10 @@ - FreeBSD.4*) DEFS="-DFREEBSD4" - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" - ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - ;; diff --git a/sysutils/tct/files/patch-src_lastcomm_makedefs b/sysutils/tct/files/patch-src_lastcomm_makedefs deleted file mode 100644 index 9d924a413095..000000000000 --- a/sysutils/tct/files/patch-src_lastcomm_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/lastcomm/makedefs.orig -+++ src/lastcomm/makedefs -@@ -9,6 +9,10 @@ - FreeBSD.4*) DEFS="-DFREEBSD4" - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" - ;; - OpenBSD.3*) DEFS="-DOPENBSD3" - ;; diff --git a/sysutils/tct/files/patch-src_lastcomm_sys__defs.h b/sysutils/tct/files/patch-src_lastcomm_sys__defs.h deleted file mode 100644 index bb495f40b720..000000000000 --- a/sysutils/tct/files/patch-src_lastcomm_sys__defs.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/lastcomm/sys_defs.h.orig -+++ src/lastcomm/sys_defs.h -@@ -6,7 +6,7 @@ - * This software is distributed under the IBM Public License. - */ - #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ -- || defined(FREEBSD5) \ -+ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ - || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ - || defined(OPENBSD2) || defined(OPENBSD3) - #define SUPPORTED diff --git a/sysutils/tct/files/patch-src_major__minor_makedefs b/sysutils/tct/files/patch-src_major__minor_makedefs deleted file mode 100644 index ec4e14aefacd..000000000000 --- a/sysutils/tct/files/patch-src_major__minor_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/major_minor/makedefs.orig -+++ src/major_minor/makedefs -@@ -9,6 +9,10 @@ - FreeBSD.4*) DEFS="-DFREEBSD4" - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" - ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - ;; diff --git a/sysutils/tct/files/patch-src_misc_makedefs b/sysutils/tct/files/patch-src_misc_makedefs deleted file mode 100644 index 64bbf07b1f40..000000000000 --- a/sysutils/tct/files/patch-src_misc_makedefs +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/misc/makedefs.orig -+++ src/misc/makedefs -@@ -9,6 +9,10 @@ - FreeBSD.4*) DEFS="-DFREEBSD4" - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" - ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - ;; diff --git a/sysutils/tct/files/patch-src_pcat_makedefs b/sysutils/tct/files/patch-src_pcat_makedefs deleted file mode 100644 index 9d7245035613..000000000000 --- a/sysutils/tct/files/patch-src_pcat_makedefs +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- src/pcat/makedefs.orig -+++ src/pcat/makedefs -@@ -13,6 +13,12 @@ - ;; - FreeBSD.5*) DEFS="-DFREEBSD5" - SYSLIBS="-lkvm" -+ ;; -+ FreeBSD.6*) DEFS="-DFREEBSD6" -+ SYSLIBS="-lkvm" -+ ;; -+ FreeBSD.7*) DEFS="-DFREEBSD7" -+ SYSLIBS="-lkvm" - ;; - OpenBSD.2*) DEFS="-DOPENBSD2" - SYSLIBS="-lkvm" diff --git a/sysutils/tct/files/patch-src_pcat_pcat.c b/sysutils/tct/files/patch-src_pcat_pcat.c deleted file mode 100644 index c62cc755a0fc..000000000000 --- a/sysutils/tct/files/patch-src_pcat_pcat.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/pcat/pcat.c.orig -+++ src/pcat/pcat.c -@@ -114,7 +114,7 @@ - * grope kernel memory instead. - */ - #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ -- || defined(FREEBSD5) -+ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) - #define SUPPORTED - #include <sys/param.h> - #include <sys/user.h> diff --git a/sysutils/tct/pkg-descr b/sysutils/tct/pkg-descr deleted file mode 100644 index dc48bd3bb60d..000000000000 --- a/sysutils/tct/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The Coroner's Toolkit (TCT) is a collection of tools designed to -assist in a forensic examination of a computer. It is primarily -designed for Unix systems, but it can some small amount of data -collection & analysis from non-Unix disks/media. - -WWW: http://www.porcupine.org/forensics/tct.html - -- Francisco Gomez - -francisco@gomezmarin.com diff --git a/sysutils/tct/pkg-plist b/sysutils/tct/pkg-plist deleted file mode 100644 index 49b4d0c8166c..000000000000 --- a/sysutils/tct/pkg-plist +++ /dev/null @@ -1,85 +0,0 @@ -bin/file -bin/file-tct -bin/grave-robber -bin/icat -bin/ils -bin/lastcomm -bin/lazarus -bin/mactime -bin/major_minor -bin/md5-tct -bin/pcat -bin/strip_tct_home -bin/timeout -bin/unrm -%%DATADIR%%/bin/file -%%DATADIR%%/conf/coroner.cf -%%DATADIR%%/conf/grave-robber.cf -%%DATADIR%%/conf/lazarus.cf -%%DATADIR%%/conf/look@first -%%DATADIR%%/conf/mac_file.headers -%%DATADIR%%/conf/mac_file.lst -%%DATADIR%%/conf/paths.pl -%%DATADIR%%/conf/paths.pl.old -%%DATADIR%%/conf/save_these_files -%%DATADIR%%/etc/magic -%%DATADIR%%/lazarus/lazarus -%%DATADIR%%/lib/body_init.pl -%%DATADIR%%/lib/bsd.pl -%%DATADIR%%/lib/chk_binaries.pl -%%DATADIR%%/lib/command.pl -%%DATADIR%%/lib/crunch.pl -%%DATADIR%%/lib/date.pl -%%DATADIR%%/lib/datez.pl -%%DATADIR%%/lib/dig-sig.pl -%%DATADIR%%/lib/file_mode.pl -%%DATADIR%%/lib/getopts.pl -%%DATADIR%%/lib/hostname.pl -%%DATADIR%%/lib/is_able.pl -%%DATADIR%%/lib/linux.pl -%%DATADIR%%/lib/logger.pl -%%DATADIR%%/lib/maj_min_walk.pl -%%DATADIR%%/lib/major_minor.pl -%%DATADIR%%/lib/misc.pl -%%DATADIR%%/lib/ostype.pl -%%DATADIR%%/lib/pass.cache.pl -%%DATADIR%%/lib/print_table.pl -%%DATADIR%%/lib/proc.pl -%%DATADIR%%/lib/process_dirs.pl -%%DATADIR%%/lib/ps_spy.pl -%%DATADIR%%/lib/rawdev.pl -%%DATADIR%%/lib/realpath.pl -%%DATADIR%%/lib/save_the_files.pl -%%DATADIR%%/lib/savecore.pl -%%DATADIR%%/lib/solaris.pl -%%DATADIR%%/lib/stat.pl -%%DATADIR%%/lib/suck_free_inodes.pl -%%DATADIR%%/lib/suck_table.pl -%%DATADIR%%/lib/sunos.pl -%%DATADIR%%/lib/system_stubs.pl -%%DATADIR%%/lib/tm_misc.pl -%%DATADIR%%/lib/tree.pl -%%DATADIR%%/lib/trust.pl -%%DATADIR%%/lib/vault_cp.pl -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/MANIFEST -%%PORTDOCS%%%%DOCSDIR%%/OS-NOTES -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.FIRST -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/design-notes -%%PORTDOCS%%%%DOCSDIR%%/grave-robber.README -%%PORTDOCS%%%%DOCSDIR%%/lazarus.README -%%PORTDOCS%%%%DOCSDIR%%/mac.README -%%SITE_PERL%%/paths.pl -%%SITE_PERL%%/savecore.pl -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/bin -@dirrm %%DATADIR%%/conf -@dirrm %%DATADIR%%/etc -@dirrm %%DATADIR%%/lazarus -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%% |