Age | Commit message (Collapse) | Author | Files | Lines |
|
Packages Collection.
The nfdump tools collect and process netflow data on the command line.
Nfdump tools:
nfcapd - netflow collector daemon
nfdump - netflow dump
nfprofile - netflow profiler
nfreplay - netflow replay
nfclean.pl - cleanup old data - installed as example
ft2nfdump - read flow-tools format - optional tool
sfcapd - sflow collector daemon - optional tool
|
|
|
|
|
|
The nfdump tools collect and process netflow data on the command line.
Nfdump tools:
nfcapd - netflow collector daemon
nfdump - netflow dump
nfprofile - netflow profiler
nfreplay - netflow replay
nfclean.pl - cleanup old data - installed as example
ft2nfdump - read flow-tools format - optional tool
sfcapd - sflow collector daemon - optional tool
|
|
|
|
local path. E.g. running make as ./make now works.
|
|
instead of environment. This allows mk/flavor/pkg/resolve-dependencies
to execute '${PKG_ADMIN}': you can encounter this problem
on platforms in need of pkgtools/pkg_install because their native
pkg_* tools are older than PKGTOOLS_REQD, id est NetBSD 2.x and earlier.
Ok'ed joerg@.
|
|
|
|
|
|
- massive performance improvements, up to 40% for bsdtar compared to 1.x
- support for external (de)compressors, ar-chives and many other goodies.
|
|
after the automatic options and makes it simpler to rebuild the bootstrap
automatically from pbulk.
|
|
|
|
|
|
|
|
|
|
versions. This is still in discussion with upstream, but working m4
is critical, so apply this stop-gap solution. It works on the other
BSD derived stdio implementations as well, if you want to switch.
|
|
|
|
OK'ed joerg@
|
|
jlam's include of bsd.own.mk in June 2002.
|
|
Added graphics/p5-Template-GD version 2.66
Added mail/p5-Email-Reply version 1.202
Added mail/p5-Email-MIME-Modifier version 1.42
Added mail/p5-Email-Send version 2.05
Added mail/p5-Email-Address version 1.80
Added mail/p5-Email-MIME-Creator version 1.41
Added mail/p5-Email-MessageID version 1.31
Added devel/p5-Return-Value version 1.302
Added mail/p5-Email-Date version 1.03
Added mail/p5-Email-Simple-Creator version 1.4
|
|
|
|
|
|
p5-Email-Address
p5-Email-Date
p5-Email-MessageID
p5-Email-MIME-Attachment-Stripper
p5-Email-MIME-Creator
p5-Email-MIME-Modifier
p5-Email-Reply
p5-Email-Send
p5-Email-Simple-Creator
|
|
plugin modules to interface with Lincoln Stein's GD modules. These in
turn provide an interface to Thomas Boutell's GD graphics library.
These plugins were distributed as part of the Template Toolkit until
version 2.15 released in February 2006. At this time they were extracted
into this separate distribution.
For general information on the Template Toolkit see the documentation
for the Template module or <http://template-toolkit.org>. For
information on using plugins, see Template::Plugins and "USE" in
Template::Manual::Directives.
|
|
These are then available separately.
|
|
|
|
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
messages from scratch.
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
|
|
messages from scratch.
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
part of an email message. The syntax for date headers is clearly laid out.
Stil, even a perfectly planned world has storms. The truth is, many programs
get it wrong. Very wrong. Or, they don't include a "Date:" header at all.
This often forces you to look elsewhere for the date, and hoping to find
something.
For this reason, the tedious process of looking for a valid date has been
encapsulated in this software. Further, the process of creating RFC compliant
date strings is also found in this software.
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
multiple Email mailers. The goal if this software is to be small and simple,
easy to use, and easy to extend.
Mailers
Mailers are simple to use. You can pre-load mailers when using "Email::Send".
use Email::Send qw[SMTP NNTP];
If you don't preload a mailer before you use it in the "send" function, it
will by dynamically loaded. Mailers are named either relative to the
"Email::Send" namespace, or fully qualified. For example, when using the "IO"
mailer, "Email::Send" first tries to load "Email::Send::IO". If that fails, an
attempt is made to load "IO". If that final attempt fails, "Email::Send" will
throw an exception.
WWW: http://search.cpan.org/dist/Email-Send/
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
something worked or not. Other times, we'd like to know what the error text
was. Still others, we may want to know what the error code was, and what the
error properties were. We don't want to handle objects or data structures for
every single return value, but we do want to check error conditions in our
code because that's what good programmers do.
When functions are successful they may return true, or perhaps some useful
data. In the quest to provide consistent return values, this gets confusing
between complex, informational errors and successful return values.
This module provides these features with a simple API that should get you what
you're looking for in each contex a return value is used in.
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
WWW: http://search.cpan.org/dist/Email-MIME-Modifier
mported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
identify a message uniquely. This software generates a unique
message-id.
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
addresses in strings and returns a list of Email::Address objects
found. The goal of this software is to be correct, fast, and API
compatible with the MailTools version.
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
|
|
document the emul-* helper targets.
|
|
|
|
|
|
with COMPAT_LINUX32.
|
|
|
|
|
|
Packaged and provided by Mark Blackman via PR 36348.
Spreadlogd is a general purpose daemon for receiving Spread toolkit
broadcast/multicast messages and logging them either to a file or for further
processing by a Perl module as an interpreter is embedded.
|
|
Need for net/spreadload (PR 36348).
|
|
binary-only packages that require binary "emulation" on the native
operating system. Please see pkgsrc/mk/emulator/README for more
details.
* Teach the plist framework to automatically use any existing
PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.
* Convert all of the binary-only packages in pkgsrc to use the
emulator framework. Most of them have been tested to install and
deinstall correctly. This involves the following cleanup actions:
* Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
more consistently.
* Simplify packages by using default INSTALL and DEINSTALL scripts
instead of custom INSTALL/DEINSTALL code.
* Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
Packages only need to state exactly which emulations they support,
and the framework handles any i386-on-x86_64 or sparc-on-sparc64
uses.
* Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will
automatically detect when the package is installing on Linux.
Specific changes to packages include:
* Bump the PKGREVISIONs for all of the suse100* and suse91* packages
due to changes in the +INSTALL/+DEINSTALL scripts used in all
of the packages.
* Remove pkgsrc/emulators/suse_linux, which is unused by any
packages.
* cad/lc -- remove custom code to create the distinfo file for
all supported platforms; just use "emul-fetch" and "emul-distinfo"
instead.
* lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
instead of ${PREFIX}/lib so that compiled programs will find
the shared libraries.
* mail/thunderbird-bin-nightly -- update to latest binary
distributions for supported platforms.
* multimedia/ns-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
* security/uvscan -- set LD_LIBRARY_PATH explicitly so that
it's not necessary to install library symlinks into
${EMULDIR}/usr/local/lib.
* www/firefox-bin-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
|
|
|
|
.tar.gz files are assumed to be immutable once they have been released.
|
|
|
|
|
|
Change the way the ssl opotion is handled so it actually works
Remove logic for options that are not present
Bump PKGREVISION
|