diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-21 19:55:12 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-21 19:55:12 +0000 |
commit | b5857730a518f29047bd0a41c65009cc6f307360 (patch) | |
tree | 237a4ceef0943b958bac552358b23b309b3879ac /misc/Makefile | |
parent | 3b32dcf4ec43e06102ee7512118ac1696c2b4ef2 (diff) |
Add port misc/pantry:
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>
Notes
Notes:
svn path=/head/; revision=196004
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0384f8d09b0b..e346fe8ae57c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -369,6 +369,7 @@ SUBDIR += p5-Text-FIGlet SUBDIR += p5-Tie-DxHash SUBDIR += p5-Zen-Koans + SUBDIR += pantry SUBDIR += patanjali SUBDIR += patchutils SUBDIR += pciids |