head	1.4;
access;
symbols
	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.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2008.03.07.02.38.09;	author maho;	state dead;
branches;
next	1.3;

1.3
date	2006.07.01.05.06.21;	author maho;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.17.10.47.29;	author maho;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.03.03.45.31;	author maho;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.0r2.
@
text
@--- setup/pymol.com.linux-rh7x	Sun Nov 20 02:46:39 2005
+++ setup/pymol.com.linux-rh7x	Sat Jul  1 13:28:49 2006
@@@@ -5,7 +5,7 @@@@
 # ==============================================================
 # Set PYMOL_PATH to point at the correct location on your system
 #
-PYMOL_PATH=/usr/local/pymol
+PYMOL_PATH=@@LOCALBASE@@/share/pymol
 export PYMOL_PATH
 #
 # ==============================================================
@@@@ -13,13 +13,13 @@@@
 #
 # python modules
 #
-if [ "$PYTHONPATH" == "" ]; then
+if [ "$PYTHONPATH" = "" ]; then
 PYTHONPATH=${PYMOL_PATH}/modules
 else
 PYTHONPATH=${PYMOL_PATH}/modules:${PYTHONPATH}
 fi
 export PYTHONPATH
 #
-/usr/bin/python $PYMOL_PATH/modules/pymol/__init__.py "$@@"
+@@LOCALBASE@@/bin/python $PYMOL_PATH/modules/pymol/__init__.py "$@@"
 
 
@


1.3
log
@o Update to 0.99rc1
o add data dir to have working port[1]

PR:		95121[1]
Submitted by:	Sangwoo Shim <sangwoos at gmail.com>[1]

This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
@
text
@@


1.2
log
@1) update to 0.9.3
2) honor PREFIX & LOCALBASE
3) SIZEify
4) possible fix for amd64 and ia64
@
text
@d1 2
a2 2
--- setup/pymol.com.linux-rh7x.orig	Thu Jul 11 08:33:42 2002
+++ setup/pymol.com.linux-rh7x	Thu Jul 11 08:34:37 2002
d7 3
a9 2
-setenv PYMOL_PATH /usr/local/pymol
+setenv PYMOL_PATH @@PREFIX@@/share/pymol
d12 1
a12 2
 # (no changes usually required below here)
@@@@ -21,5 +21,5 @@@@
d14 13
a26 4
 #dbx /usr/bin/python 
 #gdb /usr/bin/python 
-/usr/bin/python $PYMOL_PATH/modules/launch_pymol.py $*
+@@LOCALBASE@@/bin/python $PYMOL_PATH/modules/launch_pymol.py $*
@


1.1
log
@Updated to 0.8.6.

Submitted by: M. L. Dodson <bdodson@@scms.utmb.EDU>
Pkg-plist by: maho
@
text
@d17 1
a17 1
+@@PREFIX@@/bin/python $PYMOL_PATH/modules/launch_pymol.py $*
@

