Date: Tue, 10 Mar 2009 01:09:15 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132488: [New Port]biology/nut:Open-source Free Nutrition Software Message-ID: <200903100109.n2A19FXt015586@www.freebsd.org> Resent-Message-ID: <200903100110.n2A1A1U0055161@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132488 >Category: ports >Synopsis: [New Port]biology/nut:Open-source Free Nutrition Software >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 10 01:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Wed Mar 4 22:41:03 HKT 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: NUT is a open-source free nutrition software, which records what you eat and analyzes your meals for nutrient levels in terms of the "Daily Value" or DV which is the standard for food labeling in the US. The program uses the free food composition database from the USDA. This free nutritional analysis software was written for Unix systems (I use Linux). By experimenting, you can find the optimal level of the various nutrients and how to implement this with foods available to you. NUT can help reconstruct the lost instruction manual to your care and feeding because, when the authorities and crackpots disagree on the proper human diet, you can design an experiment using the food composition tables to discover the truth. WWW: http://nut.sf.net/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nut # nut/pkg-plist # nut/pkg-descr # nut/distinfo # nut/Makefile # echo c - nut mkdir -p nut > /dev/null 2>&1 echo x - nut/pkg-plist sed 's/^X//' >nut/pkg-plist << '58400dde4b2c4a5fe4fe7c2684b4e77e' Xbin/nut X%%DATADIR%%/FOOD_DES.txt X%%DATADIR%%/NUT_DATA.txt X%%DATADIR%%/WEIGHT.lib X%%DATADIR%%/WEIGHT.txt X%%DATADIR%%/sr21.nut X@dirrm %%DATADIR%% 58400dde4b2c4a5fe4fe7c2684b4e77e echo x - nut/pkg-descr sed 's/^X//' >nut/pkg-descr << '6632fce871eb9e7f68ebfbbe5e09df2e' XNUT is a open-source free nutrition software, which records what you eat and Xanalyzes your meals for nutrient levels in terms of the "Daily Value" or DV Xwhich is the standard for food labeling in the US. The program uses the free Xfood composition database from the USDA. This free nutritional analysis software Xwas written for Unix systems (I use Linux). By experimenting, you can find the Xoptimal level of the various nutrients and how to implement this with foods Xavailable to you. NUT can help reconstruct the lost instruction manual to your Xcare and feeding because, when the authorities and crackpots disagree on the Xproper human diet, you can design an experiment using the food composition Xtables to discover the truth. X XWWW: http://nut.sf.net/ 6632fce871eb9e7f68ebfbbe5e09df2e echo x - nut/distinfo sed 's/^X//' >nut/distinfo << '29dd0c79ca61a064235d8c580dea2294' XMD5 (nut-14.3.tar.gz) = 80d43a7f99882a6c89830f58ef65bd05 XSHA256 (nut-14.3.tar.gz) = 7c489debe1403556088e95d519a32c1af51c10a340993dc95d5e45c495eaf895 XSIZE (nut-14.3.tar.gz) = 1160625 29dd0c79ca61a064235d8c580dea2294 echo x - nut/Makefile sed 's/^X//' >nut/Makefile << '3368916e3ca3735eac15109142c90a3d' X# New ports collection makefile for: nut X# Date created: 10 March 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= nut XPORTVERSION= 14.3 XCATEGORIES= biology XMASTER_SITES= SF X XMAINTAINER= wenheping@gmail.com XCOMMENT= Open-source Free Nutrition Software X XUSE_GMAKE= yes XALL_TARGET= nut XINSTALL_TARGET= X XMAN1= nut.1 X Xpost-extract: X @${REINPLACE_CMD} -e 's#/usr/local/lib/nut#${DATADIR}#g' \ X ${WRKSRC}/Makefile X Xpost-install: X ${INSTALL_PROGRAM} ${WRKSRC}/nut ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/nut.1 ${PREFIX}/man/man1/ X ${MKDIR} ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/raw.data/* ${DATADIR} X X.include <bsd.port.mk> 3368916e3ca3735eac15109142c90a3d exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903100109.n2A19FXt015586>