Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (22901fb545a797d3cc1d02df61fd90e3949202a6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (22901fb545a797d3cc1d02df61fd90e3949202a6)
  • Date: Mon, 7 Aug 2006 15:02:22 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
utils/nut-rition/BUILD | 2 ++
utils/nut-rition/DETAILS | 22 ++++++++++++++++++++++
utils/nut-rition/HISTORY | 2 ++
utils/nut-rition/INSTALL | 4 ++++
5 files changed, 33 insertions(+)

New commits:
commit 22901fb545a797d3cc1d02df61fd90e3949202a6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

utils/nut-rition: nut, the nutrient analyzer #8149

diff --git a/ChangeLog b/ChangeLog
index f87a0ba..ec56bb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * utils/nut-rition: nut, the nutrient analyzer #8149
+
2006-08-07 Treeve Jelbert <treeve AT pi.be>
* doc/libharu2: new spell

diff --git a/utils/nut-rition/BUILD b/utils/nut-rition/BUILD
new file mode 100755
index 0000000..18c2c17
--- /dev/null
+++ b/utils/nut-rition/BUILD
@@ -0,0 +1,2 @@
+sed -i "s,/usr/local/lib/nut,/usr/lib/nut-rition,g" Makefile &&
+make
diff --git a/utils/nut-rition/DETAILS b/utils/nut-rition/DETAILS
new file mode 100755
index 0000000..9fe0614
--- /dev/null
+++ b/utils/nut-rition/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=nut-rition
+ VERSION=11.5
+ SOURCE=nut-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://www.lafn.org/~av832/$SOURCE
+
SOURCE_HASH=sha512:8a331e2a45599c3ade717bed920da009c28b477ed6d100318af4bb2cef3ba982f2254bf0074930f863ad285bf67be239891bc50d6432ce7dcaefb644ac0fac6b
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/nut-${VERSION}
+ WEB_SITE=http://www.lafn.org/~av832/
+ LICENSE[0]=GPL
+ SHORT="Nutrition software to analyze meals with the USDA Nutrient
Database."
+cat << EOF
+nut is nutrition software to record what you eat and analyze your meals
+for nutrient composition. The database included is the USDA Nutrient
+Database for Standard Reference, Release 18, which contains 7,146 foods
+and 136 nutrients. This database contains values for vitamins, minerals,
+fats, calories, protein, carbohydrates, fiber, etc., and includes the
+essential polyunsaturated fats, Omega-3 and Omega-6. Nutrient levels are
+expressed as a percentage of the Daily Value, the familiar standard of food
+labeling in the United States, but also can be fully customized. Foods can
+be added from recipes or food labels, and nutrient intake can be graphed.
+The program is completely menu-driven and there are no commands to learn.
+(The SPELL and FILE names are only DIFFERENT TO AVOID A NAMING CONFLICT)
+EOF
diff --git a/utils/nut-rition/HISTORY b/utils/nut-rition/HISTORY
new file mode 100644
index 0000000..04db2db
--- /dev/null
+++ b/utils/nut-rition/HISTORY
@@ -0,0 +1,2 @@
+2006-08-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL, HISTORY: created spell
diff --git a/utils/nut-rition/INSTALL b/utils/nut-rition/INSTALL
new file mode 100755
index 0000000..a75b5ae
--- /dev/null
+++ b/utils/nut-rition/INSTALL
@@ -0,0 +1,4 @@
+mkdir -p $INSTALL_ROOT/usr/lib/nut-rition &&
+mv raw.data/* $INSTALL_ROOT/usr/lib/nut-rition &&
+mv nut $INSTALL_ROOT/usr/bin/nut-rition &&
+mv nut.1 $INSTALL_ROOT/usr/share/man/man1/nut-rition.1



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (22901fb545a797d3cc1d02df61fd90e3949202a6), Jaka Kranjc, 08/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page