head	1.6;
access;
symbols
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.5
	RELEASE_3_0_0:1.5
	RELEASE_2_2_7:1.5
	RELEASE_2_2_6:1.5
	RELEASE_2_2_5:1.4
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.3
	chimera:1.1.1.1;
locks; strict;
comment	@# @;


1.6
date	2003.10.18.22.09.25;	author kris;	state dead;
branches;
next	1.5;

1.5
date	97.11.26.07.53.34;	author tg;	state Exp;
branches;
next	1.4;

1.4
date	97.06.11.19.45.31;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	95.04.04.15.46.29;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	94.12.27.10.44.01;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	94.10.20.01.55.53;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.10.20.01.55.54;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove the chimera2 port, which has not been in active development for many
years, never made it out of alpha status and just doesn't appear to work
with the modern WWW (crashed on the first page I tried it on).

Submitted by:	maintainer
@
text
@*** Imakefile.orig	Sun Aug 17 23:18:18 1997
--- Imakefile	Mon Nov 24 10:34:00 1997
***************
*** 4,10 ****
  
  #if HasGcc
  #ifdef CDebugging
! #define PassCDebugFlags "CDEBUGFLAGS=-g -Wall"
  #else
  #define PassCDebugFlags "CDEBUGFLAGS=-O -Wall"
  #endif
--- 4,10 ----
  
  #if HasGcc
  #ifdef CDebugging
! #define PassCDebugFlags "CDEBUGFLAGS=-g -Wall ${CFLAGS}"
  #else
  #define PassCDebugFlags "CDEBUGFLAGS=-O -Wall"
  #endif
***************
*** 19,32 ****
  SUBDIRS = port common image html plain proto mxw chimera
  
  MakeSubdirs($(SUBDIRS))
! InstallSubdirs($(SUBDIRS))
  DependSubdirs($(SUBDIRS))
  CleanSubdirs($(SUBDIRS))
  MakefileSubdirs($(SUBDIRS))
! InstallManSubdirs($(SUBDIRS))
  
  myclean: clean
  	$(RM) Common.tmpl Makefile Makefile.bak make.err make.out .depend
! 	for i in $(SUBDIRS); do \
  		$(RM) $$i/Makefile $$i/Makefile.bak $$i/.depend; \
  	done
--- 19,32 ----
  SUBDIRS = port common image html plain proto mxw chimera
  
  MakeSubdirs($(SUBDIRS))
! InstallSubdirs(main)
  DependSubdirs($(SUBDIRS))
  CleanSubdirs($(SUBDIRS))
  MakefileSubdirs($(SUBDIRS))
! InstallManSubdirs(main)
  
  myclean: clean
  	$(RM) Common.tmpl Makefile Makefile.bak make.err make.out .depend
! 	for i in $(SUBDIRS) $(SOSUBDIRS); do \
  		$(RM) $$i/Makefile $$i/Makefile.bak $$i/.depend; \
  	done
@


1.5
log
@Bring in changes for chimera-2.0a11. A repository copy from
ports/www/chimera was done before.

PR:		4248
Submitted by:	Bruce Gingery <bgingery@@gtcs.com>
@
text
@@


1.4
log
@MFJ: Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy.
@
text
@d1 50
a50 22
--- ./Common.tmpl.dist.org	Sat Apr  1 19:20:24 1995
+++ ./Common.tmpl.dist	Tue Apr  4 07:51:01 1995
@@@@ -80,7 +80,7 @@@@
 #define NEED_STRCASECMP 0
 
 CEXTRA_DEFINES = -DHAVE_MKTIME -DHAVE_STDLIB_H -DHAVE_STRING_H \
-                 -DHAVE_UNISTD_H -DHAVE_MALLOC_H
+                 -DHAVE_UNISTD_H
 
 /*
  * OSF1 needs -D_BSD
--- ./compat/Imakefile.org	Mon Mar 13 19:48:00 1995
+++ ./compat/Imakefile	Wed Jun 11 12:42:13 1997
@@@@ -31,7 +31,7 @@@@
 
 DependTarget()
 #else
-all:
+all::
 
 depend::
 #endif
@


1.3
log
@Upgrade, 1.63 -> 1.65.
@
text
@d12 11
@


1.2
log
@Version up to 1.63.  This one actually works!
@
text
@d1 4
a4 5
--- ./Common.tmpl.dist.org	Fri Dec 16 20:10:16 1994
+++ ./Common.tmpl.dist	Mon Dec 19 02:52:52 1994
@@@@ -103,7 +103,7 @@@@
 NEEDFUNCS = -DNEED_STRSTR -DNEED_GETCWD
 */
d6 3
a8 2
-EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H -DHAVE_MALLOC_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS)
+EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS)
d11 1
a11 1
  * Extra libraries
@


1.1
log
@Initial revision
@
text
@d1 11
a11 14
*** libhtmlw/HTML-PSformat.c~	Wed Sep 14 19:53:22 1994
--- libhtmlw/HTML-PSformat.c	Tue Oct 18 14:41:47 1994
***************
*** 47,53 ****
--- 47,55 ----
  #include <stdio.h>
  #include <ctype.h>
  #include <math.h>
+ #ifndef __FreeBSD__
  #include <malloc.h>
+ #endif
  #include "HTMLP.h"
  
  /* Fix thanks to robm. */
@


1.1.1.1
log
@Chimera client from Jean-Marc Zucconi
Submitted by:	jmz
@
text
@@
