No upstream, just a mirror left, no update since import in 1998, noone
else packages it.
We have net/nbtscan as a more recent alternative that is packaged by all
the major OSes as well; it has a dead homepage and lacks behind in
updates, but still seems in better shape.
OK sthen
OK kn@
Comment:
utilities for commandline-based programs
Description:
This distribution contains a collection of utilities extracted from
various commandline-based programs Paul Evans has written, in the hope of
trying to find a standard base to build these from in future.
Upstream last released in 2014, we never updated since import in 2010.
Use a linux live CD if you want to crack your Windows <= 7 passwords.
OK sdk ian
OK kn@
Comment:
write a heap dump file for later analysis
Description:
This module provides the memory-dumping function that creates a heap
dump file which can later be read by Devel::MAT::Dumpfile. It provides
a single function which is not exported, which writes a file to the
given path.
If a port should not attempt to run a configure script, simply don't
set CONFIGURE_STYLE at all.
The perl and pyton modules use CONFIGURE_STYLE=none for their own
purposes. Also, some ports use it to disable a default provided
by Makefile.inc. Apart from that, CONFIGURE_STYLE=none has no meaning.
ok semarie@ ajacoutot@ kn@ sthen@
No update since import in 2013, upstream github moved to gitlab were
the last commit is ten years old, we're the only ones packaging it,
plain doesn't work unless you manually install two missing RDEPs.
Use the actively maintained security/sslscan instead.
OK sdk
The Open Crypto Development Kit is stuck in 2007, no major linux distro
packages it, out port's homepage points at the gnutls homepage which does
not seem to have any reference to this code, no port uses this.
OK jca
OK benoit@
Comment:
format terminal output using String::Tagged
Description:
This subclass of String::Tagged provides a method, build_terminal, for
outputting the formatting tags embedded in the string as terminal
escape sequences, to render the the output in the appropriate style.
The current version 2.7.2 is from 2014 and was imported as a dependency
for "jtreg" which does not exist in our tree.
It has no consumers and ports using this ship their own bundled copy.
OK sthen
This port has no consumers anymore.
Apache no longer maintains Xalan-C, it is dead and won't receive security
updates.
Prodded by Roger Leigh (upstream maintainer), thanks.
OK benoit@
Comment:
string buffers with value tags on extents
Description:
This module implements an object class, instances of which store a
(mutable) string buffer that supports tags. A tag is a name/value pair
that applies to some extent of the underlying string.
OK benoit@
Comment:
assert the referential identity of a reference
Description:
This module provides a single testing function, "identical". It asserts
that a given reference is as expected; that is, it either refers to the
same object or is "undef". It is similar to "Test::More::is" except that
it uses "refaddr", ensuring that it behaves correctly even if the
references under test are objects that overload stringification or
numification.