head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	povchem_1_0:1.1.1.1
	FRANKCH:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2003.07.14.06.50.15;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2000.10.10.00.37.00;	author jeh;	state Exp;
branches;
next	1.1;

1.1
date	98.03.16.06.57.13;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.03.16.06.57.13;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Add semi-colons(;) after declare statements that go in the povray scene file
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>
@
text
@--- povchem.cfg.orig	Tue Aug  8 03:13:31 2000
+++ povchem.cfg	Tue Aug  8 03:16:16 2000
@@@@ -294,7 +294,7 @@@@
 # or leave blank the "POVRay" line, and the next five options will be ignored.
 #
 #POVRay =        d:\graphics\povray\povray.exe
-POVRay =        /usr/local/bin/povray
+POVRay =        %%LOCALBASE%%/bin/povray
 POVWidth =      640
 POVOptions =    +V -D +Q9 +A +FT +B32
 RunPOVRay =     No
@@@@ -331,7 +331,7 @@@@
 # the type of image POV-Ray generates - usually TGA (also called TARGA).
 #
 #Viewer = c:\util\dvpeg.exe
-Viewer = /usr/local/bin/xv
+Viewer = %%LOCALBASE%%/bin/display
 
 # If ColorSplit is Proportional, 'Power' determines the power of the vdW radii
 # to which the point of color change is proportional. See the manual for
@


1.2
log
@- Fix MASTER_SITES
- 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
@
text
@d17 1
a17 1
+Viewer = %%X11BASE%%/bin/xv
@


1.1
log
@Initial revision
@
text
@d1 11
a11 2
--- povchem.cfg.orig	Sun Mar 15 14:14:16 1998
+++ povchem.cfg	Sun Mar 15 14:15:13 1998
d17 1
a17 1
+Viewer = /usr/X11R6/bin/xv
@


1.1.1.1
log
@Povchem is a tool to generate POV file from a PDB(Protein
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>
@
text
@@
