Pantry is a command-line oriented nutrient analysis program. It is a
true command-line program: there are no menus, there are no prompts.
Instead, you simply type commands from your shell prompt, and Pantry
does what you ask it to do, displaying results if you have asked it to
do that.
In addition to using Pantry from your shell prompt, you also interact
with it through XML files. Using XML, you can edit Pantry's
configuration file. You can also add nutrient information for custom
foods (though Pantry includes nutrient information for over 7,000 foods
to get you started) and recipes using XML.
WWW: http://pantry.sourceforge.net/
Author: Omari Norman <massysett at users.sourceforge.net>
- fix KERNCONF detection
- bump PORTREVISION
(There sill is that unresolved issue of the KSE/SMP CFLAGS not being
passed down to the build for one guy tho, even tho they do appear in
make -V CFLAGS...)
humanzip is a compression program that operates on text files. Unlike
most compression algorithms, its output is human readable. Indeed, it
is explictly meant to be read by humans and might even be easier to read
than the original.
humanzip compresses files by looking for common strings of words and
replacing them with single symbols. The idea is to reduce the screen and
print size of documents. Humanzip does not explictly try to reduce the
size of the file as measured in bytes, although this usually happens
incidentally.
WWW: http://savannah.nongnu.org/projects/humanzip/
Author: Matthew Strait
Application changes:
- PAM, since present, is used by default.
- Environment variable handling has changed significantly.
- Sudo checks the user's supplemental group vector so nsswitch order is
no longer important for group based rules.
(See UPGRADE and CHANGING under share/doc/sudo/ for more.)
Port changes:
- PAM file is no longer clobered on reinstall.
- OPIE option has been removed due to PAM being used by default.
- Selected documentation is now installed.
the current one is fine, but it is reported that portupgrade(1)
has troubles with the current way. No PORTREVISION bump, as it just blocked
the upgrade, but we don't want to require people to rebuild again.
Reported by: Aurelien Croc <aurelien@ap2c.org>