aboutsummaryrefslogtreecommitdiffstats
path: root/biology/povchem
Commit message (Collapse)AuthorAgeFilesLines
* After patching, remove the carriage-return characters from povchem.ctrevor2004-04-071-0/+2
| | | | | | because they because they choke GCC 2.95.4. noticed by: kris
* Insert "-l" into PATCH_ARGS, to cause the "patch" command to ignoretrevor2004-03-091-0/+1
| | | | | carriage-return characters in povchem.c which otherwise cause patch-ab to fail to apply.
* Add MD5 of 2004-01-06 version of povchem.c. Its contents aretrevor2004-03-091-1/+1
| | | | | identical to the 1999-08-22 version, except that the new file has a carriage return character added at the end of each line, DOS-style.
* Add SIZE.trevor2004-01-281-0/+3
|
* Add semi-colons(;) after declare statements that go in the povray scene fileleeym2003-07-143-7/+168
| | | | | | | | | | | | | so that povchem works with povray-3.5. Maintainer prefer not to depend on ImageMagick since users can use their favorite picture viewer. display isn't the only one choice. Drop maintainership. PR: 54397 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Reviewed by: Chen-hsiung Chan <frankch@waru.life.nthu.edu.tw>
* De-pkg-comment.knu2003-02-212-1/+1
|
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | Noticed on: bento
* Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-081-2/+2
|
* The last commit changes the ports and therefore need a PORTREVISION bumpjeh2000-10-101-0/+1
|
* - Fix MASTER_SITESjeh2000-10-104-18/+36
| | | | | | | | | | | | | - Support CC/LOCALBASE/X11BASE/PREFIX properly Remove file: patches/patch-aa Approval from MAINTAINER after sending EMail PR: 21609 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw> MAINTAINER
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* update URLsmharo2000-02-241-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Fill in a couple of missing WWW references...scrappy1999-06-051-0/+2
|
* Add DIST_SUBDIR, the name "periodic.tab" is kinda generic. Speaking of which,asami1998-03-172-7/+8
| | | | its checksum was different so fix it too.
* Povchem is a tool to generate POV file from a PDB(Proteinvanilla1998-03-167-0/+78
DataBank) entry. One can adjust many parameters for a high quality molecular graphic. PR: ports/6008 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>