micro_httpd is a very small HTTP server. It runs from inetd, which means
its performance is poor. But for low-traffic sites, it's quite adequate.
It implements all the basic features of an HTTP server, including:
* Security against ".." filename snooping.
* The common MIME types.
* Trailing-slash redirection.
* index.html.
* Directory listings.
All in 150 lines of code.
Package by Bruce J.A. Nourish from pkgsrc-wip with several changes by me.
while this module does relate to network address manipulation, it's
really a development package with which to build applications, so
devel is more appropriate.
with some cleanup by me.
Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate
on a Net::Netmask object.
There are methods that provide the nearly all bits of information about
a network block that you might want.
There are also functions to put a network block into a table and then
later lookup network blocks by IP address in that table. There are
functions to turn a IP address range into a list of CIDR blocks. There
are functions to turn a list of CIDR blocks into a list of IP addresses.
There is a function for sorting by text IP address.
wich some cleanup by me.
Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate
on a Net::Netmask object.
There are methods that provide the nearly all bits of information about
a network block that you might want.
There are also functions to put a network block into a table and then
later lookup network blocks by IP address in that table. There are
functions to turn a IP address range into a list of CIDR blocks. There
are functions to turn a list of CIDR blocks into a list of IP addresses.
There is a function for sorting by text IP address.
Changes:
2.4.1
===
- Escape profile names when used as gconf directory names.
- Make new tabs/windows open in the current tab's working directory when
they are opened through the context menu.
- Undeprecate --use-factory, which was the default anyways.
- Translation updates.
2.4.0
===
Thanks to Mariano Suarez-Alvarez, Irene Ryan, Pasupath Duraisamy
for contributions to this release. Thanks as always to the
translation team.
- fix skey dingus
- translate default profile title
- documentation improvements
- fix some error messages
- only allow numeric values in spinbutton in profiles dialog
- actually use system font when requested
- improve HIG compliance
2.3.2
===
Thanks to Mariano Suarez-Alvarez, John Fleck, Kjartan Maraas,
Nalin Dahyabhai, Mark Finlay, Jonathan Blandford, Paul Duran for
contributions to this release. Thanks also to the tireless
translators.
- fixups to config key descriptions in .schemas
- update active widget on tab switching, fixes several
bugs
- don't add accelerator for notebook tab 1 if there's
only one tab
- add mimetype so you can OpenWith->Terminal in nautilus
- open new windows and tabs in same directory as
the current tab
- don't show URL-related menu items when no url was
clicked on
- handle underscores in profile names
- fixups to regexp for urls
- HIG fixes
- fix up build system for online help
- fix a memleak
2.3.1
===
Thanks to Christophe Fergeau, Nalin Dahyabhai, Breda McColgan,
Mariano Suarez-Alvarez, Shivram Upadhyayula, Mike Lei, Laszlo
Kovacs, Kjartan Maraas, Pasupathi Duraisamy for help with this
release.
- fix compilation with old compilers
- fix some memory corruption screwups in argument parsing,
and don't mangle post-"-x" options
- make background shading really work
- documentation updates
- translation updates
- clean up handling of dingus click in combination with
modifiers
- dropped libzvt support
- set application name for window group in window list
- add --active command line option to preserve
active tab across sessions
- add --tab/--window options
- background scrolling now works
- tab focus fix
- honor "menus have icons" pref
- clean up some duplicate mnemonics in prefs dialog
adapted to use the bsd.pkg.install.mk framework by me.
Icecast is a streaming media server which currently supports Ogg
Vorbis and MP3 audio streams. It can be used to create an Internet
radio station or a privately running jukebox and many things in
between. It is very versatile in that new formats can be added
relatively easily and supports open standards for commuincation and
interaction.
--
The package has been prepared to be launched in chroot mode by default,
enjoy!
provided in PR 24022 by ISIHARA Takanori. This was taken from the
FreeBSD Packages Collection and ported to NetBSD by ISIHARA Takanori.
Additional fixes to make the package compile on NetBSD by myself,
along with fixes for the build infrastructure (since libevent is part
of NetBSD-current).
"Fragroute intercepts, modifies, and rewrites egress traffic destined
for a specified host, implementing most of the attacks described in the
Secure Networks "Insertion, Evasion, and Denial of Service: Eluding
Network Intrusion Detection" paper of January 1998.
It features a simple ruleset language to delay, duplicate, drop,
fragment, overlap, print, reorder, segment, source-route, or otherwise
monkey with all outbound packets destined for a target host, with
minimal support for randomized or probabilistic behaviour.
This tool was written in good faith to aid in the testing of network
intrusion detection systems, firewalls, and basic TCP/IP stack
behaviour. Please do not abuse this software."
provided in PR 24022 by ISIHARA Takanori. This was taken from the
FreeBSD Packages Collection and ported to NetBSD by ISIHARA Takanori.
Additional fixes to make the package compile on NetBSD by myself,
along with fixes for the build infrastructure (since libevent is part
of NetBSD-current).
"Fragroute intercepts, modifies, and rewrites egress traffic destined
for a specified host, implementing most of the attacks described in the
Secure Networks "Insertion, Evasion, and Denial of Service: Eluding
Network Intrusion Detection" paper of January 1998.
It features a simple ruleset language to delay, duplicate, drop,
fragment, overlap, print, reorder, segment, source-route, or otherwise
monkey with all outbound packets destined for a target host, with
minimal support for randomized or probabilistic behaviour.
This tool was written in good faith to aid in the testing of network
intrusion detection systems, firewalls, and basic TCP/IP stack
behaviour. Please do not abuse this software."
* R: can now be hooked to a real serial port (no runtime config yet)
* various ANTIC and POKEY fixes for perfect software compatibility
* disk and cartridge info saved in the state files
* casette handling greatly improved
* even more cartridges supported (40 now!)
* some rare buffer overflows fixed
Changes:
o One extra story screen.
o New "earthquake" visual effect.
o New "official" characters: Ambrus, Dani
o 5 new third party characters! (Thanks, guys!)
o 6 more arenas
o Projectile attacks
o Game speed can be set from menu
o Gameplay improvements: "Maximum combo" (no infinite combos) and
no more "cornering"
o Several bugfixes
- Add the AUTO_TARGET variable. This specifies the BUILD_TARGET used during
an automated build of packages (i.e., pkg_comp auto), so that one can use
'bin-install'. Suggested by gavan@.
- Fix minor bug so that a libkver package is built during makeroot.
correcting problem with the built-in gd fonts on Unix
Changes 2.0.18:
introduced a conveniently precompiled DLL for Windows programmers
the default separator of alternative truetype font paths is now
a semicolon rather than a space