pkgsrc/biology/nut/Makefile

23 lines
583 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2004/08/18 11:22:36 wiz Exp $
DISTNAME= nut-10.2
CATEGORIES= biology
MASTER_SITES= http://www.lafn.org/~av832/
Update to 10.1: 10.1: This release adds a fix for zero values that display as no data. 10.0: This release updates the USDA Nutrient Database to version SR17, and allows current NUT installations to have their existing meal records reinterpreted with the new database. 9.20: This release optimizes the new code of the last release, the focus of which was distinguishing no data from zero in the USDA database. 9.19: The program now distinguishes between zero values and no data in the USDA database, and uses this information to produce a new screen that lists foods high in some nutrient while minimizing some other nutrient. 9.18: This release contains revisions to the polyunsaturated fatty acid reference values and how they scale up as fats increase and carbs decrease. 9.17: This release provides what may be more reasonable or optimal default settings for fat percentages when the user sets the program for low carb. 9.16: This release contains bugfixes for a segmentation fault which occurred when entering a control-D and a monounsaturated fat reference value that was too high. 9.15: This release makes serving sizes more consistent among food groups. It adds functions to change the default serving size, and to sort foods by nutrients per serving. 9.14: This release adds support for an optional database subdirectory, allowing the user to easily maintain multiple databases, for multiple family members, for instance. It also adds display of non-fiber carbohydrate grams ("net carbs") on the main analysis screen. 9.13: The program now allows commercial foods that have a nutrition label and an ordered ingredients statement to be added to the food database. An approximation to a food's recipe is found that best fits the criteria and the recipe is analyzed to provide information about the additional nutrients not stated on the nutrition label. 9.12: [unknown]
2004-08-15 14:06:34 +02:00
EXTRACT_SUFX= .tar.bz2
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.lafn.org/~av832/
COMMENT= Record what you eat and analyze your meals
ALL_TARGET= nut
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nut ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/nut
${INSTALL_DATA} ${WRKSRC}/raw.data/* ${PREFIX}/share/nut
${INSTALL_MAN} ${WRKSRC}/nut.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"