head	1.3;
access;
symbols
	old_RELEASE_4_6_0:1.2
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.1.1.1
	old_RELEASE_4_3_0:1.1.1.1
	old_RELEASE_4_2_0:1.1.1.1
	old_RELEASE_4_1_1:1.1.1.1
	old_RELEASE_4_1_0:1.1.1.1
	old_RELEASE_3_5_0:1.1.1.1
	old_RELEASE_4_0_0:1.1.1.1
	old_RELEASE_3_4_0:1.1.1.1
	old_RELEASE_3_3_0:1.1.1.1
	old_RELEASE_3_2_0:1.1.1.1
	old_RELEASE_3_1_0:1.1.1.1
	old_RELEASE_2_2_8:1.1.1.1
	old_RELEASE_3_0_0:1.1.1.1
	old_RELEASE_2_2_7:1.1.1.1
	old_RELEASE_2_2_6:1.1.1.1
	old_RELEASE_2_2_5:1.1.1.1
	old_RELEASE_2_2_1:1.1.1.1
	old_RELEASE_2_2_2:1.1.1.1
	old_scsh_0_4_4:1.1.1.1
	old_CRACAUER:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2002.05.27.13.21.11;	author alex;	state dead;
branches;
next	1.2;

1.2
date	2002.01.14.06.53.27;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	97.01.03.00.37.20;	author max;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.01.03.00.37.20;	author max;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update port to version 0.6.2
@
text
@*** Makefile.in.orig	Wed Jan  9 21:27:46 2002
--- Makefile.in	Fri Jan 11 15:05:48 2002
***************
*** 31,37 ****
  mandir = @@mandir@@/man$(manext)
  ### End of `configure' section###
  
! htmldir = $(prefix)/html
  
  # HP 9000 series, if you don't have gcc
  #   CC = cc
--- 31,37 ----
  mandir = @@mandir@@/man$(manext)
  ### End of `configure' section###
  
! htmldir = $(libdir)/scsh/doc/html
  
  # HP 9000 series, if you don't have gcc
  #   CC = cc
***************
*** 367,375 ****
  	done &&									\
  	for f in $(srcdir)/doc/scsh-manual/html/*.html 				\
  		$(srcdir)/doc/scsh-manual/html/*.gif 				\
! 		$(srcdir)/doc/scsh-manual/html/*.css				\
! 		$(srcdir)/doc/src/manual/*.html					\
! 		$(srcdir)/doc/html/*.html;					\
  		do $(INSTALL_DATA) $$f $(htmldir)/;		\
  	done
  
--- 367,373 ----
  	done &&									\
  	for f in $(srcdir)/doc/scsh-manual/html/*.html 				\
  		$(srcdir)/doc/scsh-manual/html/*.gif 				\
! 		$(srcdir)/doc/scsh-manual/html/*.css;			\
  		do $(INSTALL_DATA) $$f $(htmldir)/;		\
  	done
  
***************
*** 399,405 ****
  	}								\
  	done &&								\
  	for dir in								\
! 		rts env big opt misc link scsh doc/scsh-manual doc/s48-manual cig;	\
  		do								\
  		{ mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || {		\
  			echo "$(LIB)/$$dir not a writable directory" >&2; 	\
--- 397,403 ----
  	}								\
  	done &&								\
  	for dir in								\
! 		rts env big opt misc link scsh doc/scsh-manual doc/s48-manual;	\
  		do								\
  		{ mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || {		\
  			echo "$(LIB)/$$dir not a writable directory" >&2; 	\
@


1.2
log
@Upgrade to v0.6.0.

- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
  "pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added

Approved by:  alex [MAINTAINER]
@
text
@@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** Makefile.in.original	Tue Nov 26 14:44:19 1996
--- Makefile.in	Thu Nov 28 15:29:24 1996
d4 3
a6 1
*** 137,143 ****
d8 1
a8 11
  # The following is the first rule and therefore the "make" command's
  # default target.
! enough: $(VM) $(IMAGE) script $(LIBCIG) scsh $(LIBSCSH) $(MANPAGE) .notify
  
  # The developers are curious to know.  Don't be concerned if this fails.
  # You may comment these lines out if you wish to be discourteous.
--- 137,143 ----
  
  # The following is the first rule and therefore the "make" command's
  # default target.
! enough: $(VM) $(IMAGE) script $(LIBCIG) scsh $(LIBSCSH) $(MANPAGE)
d10 10
a19 2
  # The developers are curious to know.  Don't be concerned if this fails.
  # You may comment these lines out if you wish to be discourteous.
d21 18
a38 9
*** 250,255 ****
--- 250,256 ----
  	$(RM) -r $(LIB).old
  	if [ -d $(LIB) ] ; then mv $(LIB) $(LIB).old ; fi
  	mkdir $(LIB)
+ 	mkdir $(LIB)/emacs
  	mkdir $(LIB)/big
  	mkdir $(LIB)/cig
  	mkdir $(LIB)/doc
d40 16
a55 9
*** 286,291 ****
--- 287,293 ----
  	      $(LIB)/misc $(LIB)/link $(LIB)/vm $(LIB)/doc
  	for f in $(srcdir)/rts/*num.scm; \
  	    do $(INSTALL_DATA) $$f $(LIB)/rts/; done
+ 	for f in $(srcdir)/emacs/*; do $(INSTALL_DATA) $$f $(LIB)/emacs/; done
  	for f in $(srcdir)/env/*.scm; do $(INSTALL_DATA) $$f $(LIB)/env/; done
  	for f in $(srcdir)/big/*.scm; do $(INSTALL_DATA) $$f $(LIB)/big/; done
  	for f in $(srcdir)/opt/*.scm; do $(INSTALL_DATA) $$f $(LIB)/opt/; done
@


1.1.1.1
log
@New port, scsh:
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by:	max
Submitted by:	cracauer@@cons.org "Martin Cracauer"
@
text
@@
