Update to nutdb-10.11;
based on diff from MAINTAINER Jon Trembley <jon at brain-box dot net>
This commit is contained in:
parent
3189053689
commit
cbe08f8a8a
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/11/21 18:03:29 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/12/05 11:52:17 xsa Exp $
|
||||
|
||||
COMMENT= "record what you eat and analyze your meals for nutrient composition"
|
||||
|
||||
PKGNAME= nutdb-10.8
|
||||
DISTNAME= nut-10.8
|
||||
PKGNAME= nutdb-10.11
|
||||
DISTNAME= nut-10.11
|
||||
CATEGORIES= biology
|
||||
HOMEPAGE= http://www.lafn.org/~av832/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nut-10.8.tar.gz) = f3af093a304a546aa2cc7e6eb08a7b14
|
||||
RMD160 (nut-10.8.tar.gz) = 6e01d025f33f69cfb369fe6a359a1144e3a75ee6
|
||||
SHA1 (nut-10.8.tar.gz) = 85bd4d0d5c3a8d4dc62cbd57d497e0a32922291f
|
||||
MD5 (nut-10.11.tar.gz) = cca4cac7c1d85723c09911c1afce77f3
|
||||
RMD160 (nut-10.11.tar.gz) = cb06781f5160b471b08ec30f358bc63991f4d695
|
||||
SHA1 (nut-10.11.tar.gz) = 4d4e16f4a00114f9ed57a830dce36a7bfcf039ab
|
||||
|
@ -1,14 +1,15 @@
|
||||
--- nut.1.orig Sun Oct 31 09:53:32 2004
|
||||
+++ nut.1 Sun Oct 31 09:56:40 2004
|
||||
--- nut.1.orig Fri Nov 26 07:32:10 2004
|
||||
+++ nut.1 Sun Dec 5 12:42:21 2004
|
||||
@@ -4,13 +4,13 @@
|
||||
.\" LP paragraph
|
||||
.\" IP indented paragraph
|
||||
.\" TP hanging label
|
||||
-.TH NUT 1 "NUT - 2004.10.30"
|
||||
+.TH NUTDB 1 "NUTDB - 2004.10.30"
|
||||
-.TH NUT 1 "NUT - 2004.11.25"
|
||||
+.TH NUTDB 1 "NUTDB - 2004.11.25"
|
||||
.SH NAME
|
||||
.SH SYNOPSIS
|
||||
.B nut [dbname]
|
||||
-.B nut [dbname]
|
||||
+.B nutdb [dbname]
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
-.B NUT
|
||||
@ -16,7 +17,7 @@
|
||||
allows you to record what you eat and analyze your meals for nutrient
|
||||
composition. The database included is the
|
||||
USDA Nutrient Database for Standard Reference, Release 17, which contains
|
||||
@@ -39,7 +39,7 @@
|
||||
@@ -39,7 +39,7 @@ You may add your own recipes to the data
|
||||
by creating them from the foods in the database.
|
||||
You can also add foods from the information on commercial food labels. The program is completely menu-driven and there are no commands to learn.
|
||||
|
||||
@ -25,7 +26,7 @@
|
||||
can be called with an optional argument to specify a database subdirectory.
|
||||
For example, if a user tracks meals for other family members, each person
|
||||
can have his own database, and each database is entirely separate.
|
||||
@@ -124,8 +124,8 @@
|
||||
@@ -124,8 +124,8 @@ for water gained or lost in preparation.
|
||||
|
||||
To add a labeled food
|
||||
with an ordered list of ingredients and a nutrition statement,
|
||||
@ -36,7 +37,7 @@
|
||||
The new food will have additional nutrients that
|
||||
were not on the nutrition statement, but that the database says are in the food.
|
||||
First, the labeled food is named.
|
||||
@@ -141,18 +141,18 @@
|
||||
@@ -141,18 +141,18 @@ copied into the program. Whenever you qu
|
||||
select a different set of nutrients. The "DV" percentages for this part of
|
||||
the program are the USA standard 2000-calorie Daily Values, and not any
|
||||
customized options--but users can always set the label's nutrient information in grams.
|
||||
@ -58,7 +59,7 @@
|
||||
in the same manner as a recipe.
|
||||
|
||||
To modify the serving size of an existing food, the food is selected
|
||||
@@ -225,7 +225,7 @@
|
||||
@@ -225,7 +225,7 @@ linolenic acid, e = EPA, and d = DHA.
|
||||
|
||||
.B Record 'The Usual'--Customary Meals:
|
||||
When
|
||||
@ -67,7 +68,7 @@
|
||||
asks what you are having, you can answer "the usual." Specifically,
|
||||
this function allows you to record a customary meal,
|
||||
and give it a name. Later, when
|
||||
@@ -256,7 +256,7 @@
|
||||
@@ -256,7 +256,7 @@ food.db Food database
|
||||
meal.db Meal database
|
||||
theusual.db Customary Meals database
|
||||
OPTIONS.txt Personal Options records
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/10/21 01:41:22 pvalchev Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/12/05 11:52:17 xsa Exp $
|
||||
bin/nutdb
|
||||
@man man/man1/nutdb.1
|
||||
lib/nutdb/
|
||||
lib/nutdb/FOOD_DES.txt
|
||||
lib/nutdb/NUT_DATA.txt
|
||||
lib/nutdb/WEIGHT.lib
|
||||
lib/nutdb/WEIGHT.txt
|
||||
lib/nutdb/sr17.nut
|
||||
@man man/man1/nutdb.1
|
||||
|
Loading…
Reference in New Issue
Block a user