pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/biology/nut Update to 9.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2ae0c172d48
branches:  trunk
changeset: 459891:f2ae0c172d48
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 11 07:26:00 2003 +0000

description:
Update to 9.0.
Changes: This release introduces the new USDA Nutrient Database,
SR16, which has 6,661 foods and 125 nutrients, and includes an
automatic conversion feature so that NUT 8.x installations can
preserve existing meal records and have them interpreted with the
latest USDA database.

diffstat:

 biology/nut/Makefile         |  4 ++--
 biology/nut/PLIST            |  4 ++--
 biology/nut/distinfo         |  8 ++++----
 biology/nut/patches/patch-ab |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (63 lines):

diff -r 2a9a68a4ba63 -r f2ae0c172d48 biology/nut/Makefile
--- a/biology/nut/Makefile      Mon Aug 11 07:01:36 2003 +0000
+++ b/biology/nut/Makefile      Mon Aug 11 07:26:00 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:31:22 martti Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/11 07:26:00 wiz Exp $
 
-DISTNAME=      nut-8.10
+DISTNAME=      nut-9.0
 CATEGORIES=    biology
 MASTER_SITES=  http://www.lafn.org/~av832/
 
diff -r 2a9a68a4ba63 -r f2ae0c172d48 biology/nut/PLIST
--- a/biology/nut/PLIST Mon Aug 11 07:01:36 2003 +0000
+++ b/biology/nut/PLIST Mon Aug 11 07:26:00 2003 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2003/07/12 12:23:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/08/11 07:26:00 wiz Exp $
 bin/nut
 man/man1/nut.1
 share/nut/FOOD_DES.txt
 share/nut/NUT_DATA.txt
 share/nut/WEIGHT.txt
-share/nut/sr15.nut
+share/nut/sr16.nut
 @dirrm share/nut
diff -r 2a9a68a4ba63 -r f2ae0c172d48 biology/nut/distinfo
--- a/biology/nut/distinfo      Mon Aug 11 07:01:36 2003 +0000
+++ b/biology/nut/distinfo      Mon Aug 11 07:26:00 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/07/12 12:23:13 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/08/11 07:26:00 wiz Exp $
 
-SHA1 (nut-8.10.tar.gz) = 5d69a814ace32f6a50d678af4460d1d3ebce2eaa
-Size (nut-8.10.tar.gz) = 844871 bytes
-SHA1 (patch-ab) = 717e1a502295b1bf57fa9db6e55e00c2b64b5761
+SHA1 (nut-9.0.tar.gz) = dd40b5bf958ad9ea660c6ab60db0a8cfc57ec1ac
+Size (nut-9.0.tar.gz) = 900128 bytes
+SHA1 (patch-ab) = db5aa9edf54a610c890f97b172fd82fd843cfdf7
 SHA1 (patch-ac) = 525d65d517f637ed908d1df95672d34713dcf2bd
diff -r 2a9a68a4ba63 -r f2ae0c172d48 biology/nut/patches/patch-ab
--- a/biology/nut/patches/patch-ab      Mon Aug 11 07:01:36 2003 +0000
+++ b/biology/nut/patches/patch-ab      Mon Aug 11 07:26:00 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.2 2003/07/12 12:23:13 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2003/08/11 07:26:01 wiz Exp $
 
---- db.c.orig  Sun Jun  1 01:59:22 2003
+--- db.c.orig  Sun Aug 10 22:12:44 2003
 +++ db.c
 @@ -23,6 +23,7 @@
  #include "meal.h"
@@ -10,8 +10,8 @@
  #include <stdio.h>
  #include <stdlib.h>
  #include <string.h>
-@@ -729,7 +730,13 @@ void make_filenames(void)
-  sprintf(optionsfile,"%s/%s","NUTDB",optionsfile1);
+@@ -683,7 +684,13 @@ void make_filenames(void)
+  sprintf(versionfile,"%s/%s","NUTDB",versionfile1);
  #else
  sprintf(nutdir,"%s/%s",getenv("HOME"),nutdir1);
 -mkdir (nutdir, 0700 );



Home | Main Index | Thread Index | Old Index