head	1.4;
access;
symbols
	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.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	v2_2:1.1.1.1
	MIYAMOTO:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2006.01.14.21.15.45;	author pav;	state dead;
branches;
next	1.3;

1.3
date	2000.10.10.00.43.26;	author jeh;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.07.17.10.12;	author will;	state Exp;
branches;
next	1.1;

1.1
date	99.05.19.13.37.07;	author taoka;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.05.19.13.37.07;	author taoka;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Remove expired ports
@
text
@--- ../examples/DeFT.orig	Thu Aug 27 16:35:41 1998
+++ ../examples/DeFT	Wed May 31 18:40:28 2000
@@@@ -1,10 +1,14 @@@@
+#!/bin/csh -f
 #
-# here is the shell for running DeFT
+# running DeFT
 #
 
-setenv my_directory $HOME/DeFT_2.2/examples
-setenv DeFT_directory $HOME/DeFT_2.2
-setenv temp_directory /scratch/tmp$$
+setenv my_directory $2
+if (null$my_directory == null) then
+    setenv my_directory `echo $PWD`
+endif
+setenv DeFT_directory %%PREFIX%%/share/DeFT
+setenv temp_directory /usr/tmp/tmp$$
 
 mkdir $temp_directory
 cd $temp_directory
@@@@ -19,9 +23,7 @@@@
 
 chmod u+w $temp_directory/*
 
-cp $DeFT_directory/source/DeFT             DeFT
-
-time DeFT < input >& $my_directory/$1.out
+time DeFT.exec < input >& $my_directory/$1.out
 
 cp new_restart $my_directory/$1.rst
 cp espf        $my_directory/$1.espf
@


1.3
log
@Support PREFIX properly

PR:		21607
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
Approved by:	rmiya@@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO) MAINTAINER
@
text
@@


1.2
log
@Fix build for 4.0 and later.  Make DESCR shorter.

PR:		19092
Submitted by:	MAINTAINER
@
text
@d17 1
a17 1
+setenv DeFT_directory /usr/local/share/DeFT
@


1.1
log
@Initial revision
@
text
@d1 32
a32 45
*** ../examples/DeFT	Fri Aug 28 06:35:41 1998
--- ../examples/DeFT.new	Sun May  9 23:41:43 1999
***************
*** 1,10 ****
  #
! # here is the shell for running DeFT
  #
  
! setenv my_directory $HOME/DeFT_2.2/examples
! setenv DeFT_directory $HOME/DeFT_2.2
! setenv temp_directory /scratch/tmp$$
  
  mkdir $temp_directory
  cd $temp_directory
--- 1,11 ----
+ #!/bin/csh -f
  #
! # running DeFT
  #
  
! setenv my_directory $2
! setenv DeFT_directory /usr/local/share/doc/DeFT
! setenv temp_directory /usr/tmp/tmp$$
  
  mkdir $temp_directory
  cd $temp_directory
***************
*** 19,27 ****
  
  chmod u+w $temp_directory/*
  
! cp $DeFT_directory/source/DeFT             DeFT
! 
! time DeFT < input >& $my_directory/$1.out
  
  cp new_restart $my_directory/$1.rst
  cp espf        $my_directory/$1.espf
--- 20,26 ----
  
  chmod u+w $temp_directory/*
  
! time DeFT.exec < input >& $my_directory/$1.out
  
  cp new_restart $my_directory/$1.rst
  cp espf        $my_directory/$1.espf
@


1.1.1.1
log
@Density functional molecular orbital calculation.

PR:		11647
Submitted by:	Ryo MIYAMOTO <rmiya@@cc.hirosaki-u.ac.jp>
@
text
@@
