head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1.1.1
	RELEASE_8_2_0:1.1.1.1
	RELEASE_6_EOL:1.1.1.1
	RELEASE_8_1_0:1.1.1.1
	RELEASE_7_3_0:1.1.1.1
	RELEASE_8_0_0:1.1.1.1
	RELEASE_7_2_0:1.1.1.1
	RELEASE_7_1_0:1.1.1.1
	RELEASE_6_4_0:1.1.1.1
	RELEASE_5_EOL:1.1.1.1
	RELEASE_7_0_0:1.1.1.1
	RELEASE_6_3_0:1.1.1.1
	PRE_XORG_7:1.1.1.1
	RELEASE_4_EOL:1.1.1.1
	RELEASE_6_2_0:1.1.1.1
	RELEASE_6_1_0:1.1.1.1
	RELEASE_5_5_0:1.1.1.1
	RELEASE_6_0_0:1.1.1.1
	RELEASE_5_4_0:1.1.1.1
	RELEASE_4_11_0:1.1.1.1
	RELEASE_5_3_0:1.1.1.1
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	gbscript_1_11:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2011.09.01.06.47.44;	author bapt;	state dead;
branches;
next	1.1;

1.1
date	97.02.08.00.29.27;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.02.08.00.29.27;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@2011-09-01 astro/gkrellmoon: Abandonware
2011-09-01 astro/spacechart: Abandonware
2011-09-01 audio/adpcm: No more public distfiles
2011-09-01 audio/aube: Abandonware
2011-09-01 audio/festvox-aec: BROKEN for more than 6 month
2011-09-01 audio/gtkgep: Abandonware
2011-09-01 audio/gtkhirad: No more public distfiles
2011-09-01 audio/opmixer: No more upstream
2011-09-01 audio/swami: Abandonware
2011-09-01 audio/x11amp: Abandonware
2011-09-01 audio/xmms-sndstretch: No Master Site
2011-09-01 cad/linux-gid: No more public distfiles
2011-09-01 chinese/gbscript: No more public distfiles
2011-09-01 chinese/mplayer-fonts: No more public distfiles
2011-09-01 chinese/oxford: No more public distfiles
2011-09-01 chinese/vflib: No more public distfiles
2011-09-01 databases/mysql++: No more public distfiles
2011-09-01 databases/mysql_last_value: No Master Site
2011-09-01 databases/p5-DBIx-Table: No more public distfiles
@
text
@--- gbscript.c.orig	Mon May 10 19:56:59 1993
+++ gbscript.c	Tue Feb  4 23:10:58 1997
@@@@ -47,10 +47,19 @@@@
 #  endif
 #endif
 
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__)
+#include <sys/param.h>
+#define stricmp strcasecmp
+#endif
+
 #ifndef SEEK_SET
 #  define SEEK_SET 0
 #endif
 
+#ifndef PROLOGUE_PATH
+#define PROLOGUE_PATH "."
+#endif
+
 #define  FALSE          0
 #define  TRUE           (!FALSE)
 #define  GBBEGIN        0x00A1
@@@@ -150,7 +159,7 @@@@
 			      12.0,
 			      0.5, 0.0, 0.0};
 
-char                homedir[256] = ".";
+char                homedir[256] = PROLOGUE_PATH;
 char                pfilename[64]= "gbscript.pro";
 char                tfilename[64];
 char                ifilename[256] = "";
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@gbcript converts GB simplified Chinese text to PostScript.
@
text
@@
