Commit graph

24 commits

Author SHA1 Message Date
wiz
685774b08c Handle NetBSD-3.x the same as NetBSD-2.x. Fix pkglint warning.
Remove BROKEN_IN.
2006-03-01 22:48:05 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
kristerw
627ac5f5c9 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-19 01:03:04 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
ben
4c8d18d16a Make tct build and run on NetBSD 2.0 and bump PKGREVISION.
This does not add support for ffsv2 filesystems nor superblocks.
This addresses PR#28357.
2005-01-22 15:59:58 +00:00
snj
0e761f7225 Convert to buildlink3. 2004-05-09 06:48:40 +00:00
reed
f15e3f4f9a Make PLIST work if different perl version is used (version was hard-coded
in PLIST.)
Use:
${PERL5_SITEARCH}
Instead of:
lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}
2004-01-06 17:28:16 +00:00
martti
c1b54b4f61 COMMENT should start with a capital letter. 2003-07-21 17:20:17 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
seb
76e473a890 Trivially use buildlink2. 2002-11-24 22:23:12 +00:00
jlam
aca0f11a1d Whitespace fixes for 80-char wide displays. 2002-11-15 01:18:39 +00:00
agc
e5ec8ef1e5 Update maintainer information 2002-02-18 09:57:57 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
agc
c92e35f1bc Add a dependency on p5-Date-Manip - without it, mactime won't work.
Pointed out by frazee.23@osu.edu in PR 15184
2002-01-09 11:15:32 +00:00
agc
b789d9e1e3 Rework this package so that it installs its executables into its own tct
hierarchy. Whilst this is not desirable, it's the only way to get this
package to execute properly, since it makes assumptions about absolute
and relative paths, and expects its own versions of certain commands (md5,
file), so it's best to keep these off to one side.
2002-01-05 16:20:54 +00:00
agc
9ad4c23c15 Make sure ${PERL5_SITEARCH} directory exists before attempting to copy
files there.  Patch in private mail from someone who prefers to remain
anonymous.
2002-01-04 16:38:48 +00:00
agc
eb0a3c2684 Also install the perl5 support files for this package in the
appropriate place.  Pointed out in private mail by someone who wishes
to remain anonymous.

XXX The PLIST's location for these files needs to be fixed by someone
more knowledgable than me in these black arts.
2002-01-04 13:17:17 +00:00
agc
28df2573ac Use the correct category for this package. 2002-01-03 12:45:06 +00:00
agc
6630f9fa23 Initial import of tct-1.0.9 into the NetBSD Packages Collection.
TCT is a collection of programs by Dan Farmer and Wietse Venema for a
post-mortem analysis of a UNIX system after break-in.

Notable TCT components are the grave-robber tool that captures
information, the ils and mactime tools that display access patterns of
files dead or alive, the unrm and lazarus tools that recover deleted
files, and the findkey tool that recovers cryptographic keys from a
running process or from files.

WARNING

This software is not for the faint of heart.  It is relatively
unpolished compared to the software that Dan and Wietse usually
release.  TCT can spend a lot of time collecting data.  And although
TCT collects lots of data, many analysis tools still need to be
written.

Based on patches provided in PR 15081 by frazee.23@osu.edu.
2002-01-03 10:58:57 +00:00