aboutsummaryrefslogtreecommitdiff
path: root/misc/pantry
Commit message (Collapse)AuthorAgeFilesLines
* misc/pantry: add <unistd.h> for modern compilersJohn Marino2013-10-011-0/+10
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328982
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 32, rework the portDmitry Marakasov2009-07-313-177/+37
| | | | | | | | | | - Pass maintainership to submitter PR: 137287 Submitted by: Earl Gay <earl@eeg3.net> Notes: svn path=/head/; revision=238712
* - Update to 31Philip M. Gollucci2009-07-222-4/+4
| | | | Notes: svn path=/head/; revision=238223
* - Drop maintainershipMartin Wilke2008-10-121-1/+1
| | | | Notes: svn path=/head/; revision=221480
* - Take maintainershipMartin Wilke2008-09-071-1/+1
| | | | Notes: svn path=/head/; revision=220094
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 0.23Andrew Pantyukhin2007-12-142-4/+4
| | | | Notes: svn path=/head/; revision=203649
* - Update to 0.22Andrew Pantyukhin2007-10-153-5/+8
| | | | Notes: svn path=/head/; revision=201495
* - Update to 0.21Andrew Pantyukhin2007-10-063-5/+7
| | | | Notes: svn path=/head/; revision=201014
* - Update to 20Andrew Pantyukhin2007-08-252-4/+7
| | | | Notes: svn path=/head/; revision=198296
* - Update to 18Andrew Pantyukhin2007-08-203-5/+4
| | | | Notes: svn path=/head/; revision=197957
* - Update to 17Andrew Pantyukhin2007-08-173-10/+7
| | | | Notes: svn path=/head/; revision=197848
* - Update to 0.15Andrew Pantyukhin2007-08-073-63/+67
| | | | Notes: svn path=/head/; revision=197314
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Add port misc/pantry:Andrew Pantyukhin2007-07-214-0/+198
Pantry is a command-line oriented nutrient analysis program. It is a true command-line program: there are no menus, there are no prompts. Instead, you simply type commands from your shell prompt, and Pantry does what you ask it to do, displaying results if you have asked it to do that. In addition to using Pantry from your shell prompt, you also interact with it through XML files. Using XML, you can edit Pantry's configuration file. You can also add nutrient information for custom foods (though Pantry includes nutrient information for over 7,000 foods to get you started) and recipes using XML. WWW: http://pantry.sourceforge.net/ Author: Omari Norman <massysett at users.sourceforge.net> Notes: svn path=/head/; revision=196004