head	1.2;
access;
symbols
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.12.21.14.48.05;	author krion;	state dead;
branches;
next	1.1;

1.1
date	2003.01.20.05.06.33;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.6b

PR:		60387
Submitted by:	maintainer
@
text
@--- manuals/Makefile.orig	Mon Jul 15 23:25:17 2002
+++ manuals/Makefile	Mon Jul 15 23:44:05 2002
@@@@ -296,19 +296,6 @@@@
 	         echo "chmod $(BMASK) $(INFODIR)/bigloo.info*"; \
               fi \
             fi; \
-	    if [ "$(INSTALLINFO) " = " " ]; then \
-             if [ ! -f $(INFODIR)/dir ]; then \
-              echo "$(INFODIR)/dir file does not exist, can't install Bigloo info files"; \
-             else \
-              if [ "`grep "bigloo.info" $(INFODIR)/dir` " = " " ]; then \
-               echo "* bigloo: (bigloo.info). The Bigloo documentation." >> \
-                $(INFODIR)/dir; \
-              fi; \
-             fi; \
-            else \
-             $(INSTALLINFO) bigloo.info $(INFODIR)/dir; \
-             echo "$(INSTALLINFO) bigloo.info $(INFODIR)/dir"; \
-            fi \
           fi \
         fi
 
@


1.1
log
@New port: lang/bigloo - A Scheme interpreter and native code compiler

	This is a port of Bigloo, a Scheme system which includes a
	compiler generating C code and Java classes and an interpreter.
	Bigloo is the tool of choice for the construction of small
	autonomous applications in Scheme. Bigloo is mostly conformant
	to the Revised5 Report on the Algorithmic Language Scheme
	with many extensions.

PR:		ports/40644
Submitted by:	Stanislav Grozev <tacho@@factline.com>
@
text
@@

