diff options
author | wiz <wiz> | 2009-08-09 23:15:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-09 23:15:43 +0000 |
commit | f217a28df6c8e4f56c8f55bca1d548e2333bab84 (patch) | |
tree | 42c36e44d5c0de5cb9630ae1c71df24a714a0d91 /biology | |
parent | 75065be61eed4418eaaeea083b7abfbc0fd99741 (diff) | |
download | pkgsrc-f217a28df6c8e4f56c8f55bca1d548e2333bab84.tar.gz |
Update to 14.4:
Changes: This release adds a feature that can automatically choose
food quantities when a meal is to have a particular amount of fat,
protein, or carbohydrate. Currently, you can modify a food quantity
from the meal list by typing the food number and a new quantity.
For example, "2 100g" means change food #2 to 100 grams. This
feature allows the user to type "protein", "carb", or "fat" instead
of an explicit new quantity. For example, "2 carb" indicates that
you want the second food's quantity changed so that the meal's
Daily Value for non-fiber carb is satisfied.
* 14.3
Changes: This release modifies the default polyunsaturated fat
reference values.
* 14.2
Changes: This release revises the default fatty acid reference
values.
* 14.1
Changes: This release updates the Omega-3 defaults.
* 14.0
Changes: This release introduces the new USDA Nutrient Database
SR21, and allows current nut installations to have their existing
meal records reinterpreted with the new database.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/nut/Makefile | 5 | ||||
-rw-r--r-- | biology/nut/PLIST | 4 | ||||
-rw-r--r-- | biology/nut/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/biology/nut/Makefile b/biology/nut/Makefile index 98d974f52b3..4d3c37d30df 100644 --- a/biology/nut/Makefile +++ b/biology/nut/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.25 2008/01/30 05:43:55 obache Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/09 23:15:43 wiz Exp $ -DISTNAME= nut-13.2 +DISTNAME= nut-14.4 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nut/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://nut.sourceforge.net/ COMMENT= Record what you eat and analyze your meals +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/biology/nut/PLIST b/biology/nut/PLIST index 5312b21c4a7..efcc0ae5b86 100644 --- a/biology/nut/PLIST +++ b/biology/nut/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:34:34 joerg Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/08/09 23:15:43 wiz Exp $ bin/nut man/man1/nut.1 share/nut/FOOD_DES.txt share/nut/NUT_DATA.txt share/nut/WEIGHT.lib share/nut/WEIGHT.txt -share/nut/sr20.nut +share/nut/sr21.nut diff --git a/biology/nut/distinfo b/biology/nut/distinfo index f888f8e44a5..7f011bc17d4 100644 --- a/biology/nut/distinfo +++ b/biology/nut/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2008/01/30 05:43:55 obache Exp $ +$NetBSD: distinfo,v 1.16 2009/08/09 23:15:43 wiz Exp $ -SHA1 (nut-13.2.tar.gz) = cdefbe18338ae7e0c62d8d91bf2296bdb9235876 -RMD160 (nut-13.2.tar.gz) = a6aab1fd776c7763f0529b71fdcd7f1d736f5ab1 -Size (nut-13.2.tar.gz) = 1183222 bytes +SHA1 (nut-14.4.tar.gz) = 148e20ddfc60d7fc8805041d68f2e53297e7b4dc +RMD160 (nut-14.4.tar.gz) = 60c2ed8a2fc7b1e3ec8a8d8018a9435a8f90f219 +Size (nut-14.4.tar.gz) = 1161076 bytes SHA1 (patch-ab) = 023e7cbe6f06507ee303b56e85f48354855661a3 |