Now, resolve-lib can take a big list of libraries with full paths,
and it can solve a big list of spec at once.
Basically, we move most of the parsing of spec paths into resolve-lib.
Since print-package-signature does build a full list of libs, let's solve
it all at once, instead of invoking a costly perl script repeatedly.
Add some caching possibilities for out-of-date. Specifically:
- store libraries for each package under the directory _PORT_LIBS_CACHE
- use the dependency cache _DEPENDS_FILE to avoid recreating dependency
chains, add a new file _DEPENDS_CACHE that will accumulate all dependencies,
and extract these with a simple script extract-dependencies.
Use echo to build libraries lists instead of ls, that's a bit simpler...
Some more clean-up will happen: it's probably simpler to parse libspecs
at once, extract the libraries needed and go fetch the corresponding libraries
just once.
This set of modules provides perl class wrappers for the network mapper
(nmap) scanning tool. Using these modules, a developer, network
administrator, or other techie can create perl routines or classes which
can be used to automate and integrate nmap scans elegantly into new and
existing perl scripts.
From Jasper Lievisse Adriaanse <jasper@nedbsd.nl> (MAINTAINER)
This module allows to automate the searching, recovery and local storage
of images from the Web, including those linked by anchor (A),
image (IMG) and image map (AREA) elements.
From Lievisse Adriaanse <jasper@nedbsd.nl>
This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system. Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.
ok sturm@
some dependency fixes by MAINTAINER Matthias Kilian)
Provide some working examples for OpenBSD in kismet.conf and use some
better logdir defaults. (suggested by henning@)
ok robert@