diff options
Diffstat (limited to 'devel/styx')
-rw-r--r-- | devel/styx/Makefile | 27 | ||||
-rw-r--r-- | devel/styx/distinfo | 2 | ||||
-rw-r--r-- | devel/styx/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | devel/styx/files/patch-configure.in | 19 | ||||
-rw-r--r-- | devel/styx/files/patch-inc__sysbase1.h | 11 | ||||
-rw-r--r-- | devel/styx/files/patch-libbase__gstream.c | 11 | ||||
-rw-r--r-- | devel/styx/files/patch-libbase__sysbase1.c | 29 | ||||
-rw-r--r-- | devel/styx/files/patch-pgm_ctoh.c | 83 | ||||
-rw-r--r-- | devel/styx/pkg-descr | 13 | ||||
-rw-r--r-- | devel/styx/pkg-plist | 311 |
10 files changed, 0 insertions, 517 deletions
diff --git a/devel/styx/Makefile b/devel/styx/Makefile deleted file mode 100644 index dd2fdb3dc0d4..000000000000 --- a/devel/styx/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= styx -PORTVERSION= 1.6.1 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= http://www.speculate.de/styx/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Scanner/parser generator - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= autoreconf gmake iconv libtool -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= EXAMPLES DOCS - -.include <bsd.port.mk> diff --git a/devel/styx/distinfo b/devel/styx/distinfo deleted file mode 100644 index e51c90e72572..000000000000 --- a/devel/styx/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (styx-1.6.1.tar.gz) = bd3077d0d3238d70ea9f66ede14f8edecb49941c5f101c19e92cef089d58aabb -SIZE (styx-1.6.1.tar.gz) = 1027499 diff --git a/devel/styx/files/patch-Makefile.in b/devel/styx/files/patch-Makefile.in deleted file mode 100644 index d81f2808fcce..000000000000 --- a/devel/styx/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Dec 9 23:38:07 2003 -+++ Makefile.in Mon Feb 23 09:03:36 2004 -@@ -115,7 +115,7 @@ - noinst_LTLIBRARIES = libfoolam.la - libfoolam_la_SOURCES = foolam.c - --SUBDIRS = gen libbase libstyx libutil modext modstd pgm inc doc examples spe pat libxml incxml pgmxml genxml spexml -+SUBDIRS = gen libbase libstyx libutil modext modstd pgm inc libxml incxml pgmxml genxml spexml - - EXTRA_DIST = LICENSE bootstrap util windows libc++ - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/devel/styx/files/patch-configure.in b/devel/styx/files/patch-configure.in deleted file mode 100644 index 540570ed9706..000000000000 --- a/devel/styx/files/patch-configure.in +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.in.orig 2003-12-09 15:36:00 UTC -+++ configure.in -@@ -61,13 +61,13 @@ AC_CHECK_FUNCS(dlerror) - dnl AC_PREFIX_DEFAULT(/usr/local/styx) - - AC_CACHE_CHECK( [where to install HTML documents], -- [ac_cv_htmldir],[ac_cv_htmldir='$(datadir)/doc']) -+ [ac_cv_htmldir],[ac_cv_htmldir='$(datadir)/doc/styx']) - htmldir=$ac_cv_htmldir - AC_CACHE_CHECK( [where to install SGML documents], -- [ac_cv_sgmldir],[ac_cv_sgmldir='$(datadir)/doc']) -+ [ac_cv_sgmldir],[ac_cv_sgmldir='$(datadir)/doc/styx']) - sgmldir=$ac_cv_sgmldir - AC_CACHE_CHECK( [where to install examples], -- [ac_cv_sampledir],[ac_cv_sampledir='$(datadir)/examples']) -+ [ac_cv_sampledir],[ac_cv_sampledir='$(datadir)/examples/styx']) - sampledir=$ac_cv_sampledir - - AC_SUBST(htmldir) diff --git a/devel/styx/files/patch-inc__sysbase1.h b/devel/styx/files/patch-inc__sysbase1.h deleted file mode 100644 index 5516eaf799a7..000000000000 --- a/devel/styx/files/patch-inc__sysbase1.h +++ /dev/null @@ -1,11 +0,0 @@ ---- inc/sysbase1.h.orig 2003-12-09 15:36:56 UTC -+++ inc/sysbase1.h -@@ -193,7 +193,7 @@ AbstractType( DL_Hdl ); /* Abstract hand - - #define DL_LOAD_LAZY 0 - --#if !defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) || (defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H))) -+#if defined(__FreeBSD__) || (!defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) || (defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H)))) - #define DL_LAZY RTLD_LAZY - #define DL_NOW RTLD_NOW - #define DL_BINDING_MASK RTLD_BINDING_MASK diff --git a/devel/styx/files/patch-libbase__gstream.c b/devel/styx/files/patch-libbase__gstream.c deleted file mode 100644 index d4a31d973458..000000000000 --- a/devel/styx/files/patch-libbase__gstream.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libbase/gstream.c.orig 2003-12-09 15:37:07 UTC -+++ libbase/gstream.c -@@ -497,7 +497,7 @@ void GS_fprint_ucs4(FILE* fp, wc_string - - - #else --#if !defined(MSDOS) && ( !defined(HAVE_CONFIG_H) || defined(HAVE_ICONV_H) ) -+#if defined(__FreeBSD__) || (!defined(MSDOS) && ( !defined(HAVE_CONFIG_H) || defined(HAVE_ICONV_H) ) ) - - ConcreteType(CDIConv_T) // ICONV conversion description type - { diff --git a/devel/styx/files/patch-libbase__sysbase1.c b/devel/styx/files/patch-libbase__sysbase1.c deleted file mode 100644 index a793c8327401..000000000000 --- a/devel/styx/files/patch-libbase__sysbase1.c +++ /dev/null @@ -1,29 +0,0 @@ ---- libbase/sysbase1.c.orig 2003-12-09 15:37:07 UTC -+++ libbase/sysbase1.c -@@ -521,7 +521,7 @@ StdCPtr apply_fun(PCFUN f, int cnt, StdC - } - - #else --#if !defined( MSDOS ) && defined ( __GNUC__ ) && #cpu (i386) -+#if !defined( MSDOS ) && defined ( __GNUC__ ) && defined(__i386__) - #define PUSH_FUN_ARG(arg) __asm__ volatile ( "pushl %0" : : "r" (arg) ) - #define CALL_FUN(f) __asm__ volatile ( "call *%0" : : "r" (f) ) - -@@ -550,7 +550,7 @@ AbstractType( DL_Hdl ); /* Abstract hand - #define DL_LOAD_LAZY 0 - - /*DOC_INTERFACE*/ --#if !defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) || (defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H))) -+#if defined(__FreeBSD__) || (!defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) || (defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H)))) - #define DL_LAZY RTLD_LAZY - #define DL_NOW RTLD_NOW - #define DL_BINDING_MASK RTLD_BINDING_MASK -@@ -594,7 +594,7 @@ AbstractType( DL_Hdl ); /* Abstract hand - } - - #else --#if !defined(MSDOS) && ( !defined(HAVE_CONFIG_H) || ( defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H) ) ) -+#if defined(__FreeBSD__) || (!defined(MSDOS) && ( !defined(HAVE_CONFIG_H) || ( defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H) ) ) ) - - DL_Hdl DL_open(string dlname, int flag) - /* loads dll 'dlname' in mode 'flag' ( ERROR: NULL ) diff --git a/devel/styx/files/patch-pgm_ctoh.c b/devel/styx/files/patch-pgm_ctoh.c deleted file mode 100644 index b6799af70e43..000000000000 --- a/devel/styx/files/patch-pgm_ctoh.c +++ /dev/null @@ -1,83 +0,0 @@ ---- pgm/ctoh.c.orig 2002-12-02 12:45:37 UTC -+++ pgm/ctoh.c -@@ -135,7 +135,7 @@ void patchhead(void) - } - } - --bool getline(void) -+bool get_line(void) - { - if( scan_line != NULL ) FreeMem(scan_line); - if ((scan_line = Line_get(SysIn)) == NULL) -@@ -630,7 +630,7 @@ void copyBlock(bool skipFirst, bool DocB - { - t = convBlock(temp); FreeMem(temp); temp = t; - } -- if( getline() && CTypConv ) -+ if( get_line() && CTypConv ) - { - t = convBlock(line); FreeMem(line); scan_line = line = t; - } -@@ -657,7 +657,7 @@ void copyBlock(bool skipFirst, bool DocB - line[rgh+1] = 0; - pushFuncLine(temp,StrCopy(line+lft)); - } -- while( line[0] != 0 && line[0] != '{') getline(); -+ while( line[0] != 0 && line[0] != '{') get_line(); - return; - Ordinary: - if( GenExp && line[0] != 0 ) -@@ -703,7 +703,7 @@ Ordinary: - ext = Sink_open(); - Sink_printf(ext,"%s\n",line); - } -- while(getline() && line[0] != 0 && line[0] != '{' ) -+ while(get_line() && line[0] != 0 && line[0] != '{' ) - { - if( extflg &= - ( !beginswith("/*") && !beginswith("//") && !beginswith("#") )) -@@ -765,7 +765,7 @@ Ordinary: - - void skipDoc(void) - { -- while(getline() && strcmp(line,"#endif") != 0) /* skip */; -+ while(get_line() && strcmp(line,"#endif") != 0) /* skip */; - } - - void copyDoc -@@ -808,7 +808,7 @@ void copyDoc - } - if( t2 == (string)NULL) - { -- while(getline() ) -+ while(get_line() ) - { - fprintf(SysOut,"%s\n",line); - if( (t2=strstr(line,szEndTag)) != (string)NULL) -@@ -850,7 +850,7 @@ void copyToI(string szEndTag, bool force - if( CTypConv ) pSnk = Sink_open(); - if( forcedDocBlock ) - fprintf(SysDoc,"<br><pre>\n"); -- while(getline() && strcmp(line,szEndTag) != 0) -+ while(get_line() && strcmp(line,szEndTag) != 0) - { - if( CTypConv ) Sink_printf(pSnk,"%s\n",line); - else -@@ -900,7 +900,7 @@ void convertText(void) - Shift = False; - OnOff = True; /* INTERFACE_ON ! */ - mainSeen = False; -- if (getline()) copyBlock(False,False,False); -+ if (get_line()) copyBlock(False,False,False); - if (!Patched) fprintf(STDERR,"Warning: %s missing header comment.\n",cfid); - Patched = True; - fprintf(SysOut,"/* File generated by 'ctoh'. Don't change manually. */\n"); -@@ -924,7 +924,7 @@ void convertText(void) - fprintf(SysOut,"#endif\n"); - fprintf(SysOut,"\n"); - } -- while (getline()) -+ while (get_line()) - { - if( CLinkageFlag == False && IncludeSeen == True ) - { diff --git a/devel/styx/pkg-descr b/devel/styx/pkg-descr deleted file mode 100644 index 9ec924e8a309..000000000000 --- a/devel/styx/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Styx is a scanner/parser generator designed to address some -shortcomings of the traditional lex/yacc combination. - -It has unique features like automatic derivation of depth grammar, -production of the derivation tree including it's C interface, -preservation of full source information and pretty printing to -facilitate source-source translation, persistence to aid rapid -interpreter writing. - -For application in contemporary computing environments, it supports -unicode, reentrancy and offers thread-safeness. - -WWW: http://www.speculate.de/styx/ diff --git a/devel/styx/pkg-plist b/devel/styx/pkg-plist deleted file mode 100644 index cbce7877c472..000000000000 --- a/devel/styx/pkg-plist +++ /dev/null @@ -1,311 +0,0 @@ -bin/ctoh -bin/lim_test -bin/pim_test -bin/ptm_img -bin/stydoc -bin/stypp -bin/styx -bin/xml_test -include/styx/binimg.h -include/styx/binset.h -include/styx/ccnv_lim.h -include/styx/cfg_abs.h -include/styx/cfg_dfn.h -include/styx/charlib.h -include/styx/cmd_int.h -include/styx/cmd_lim.h -include/styx/cmd_pim.h -include/styx/com_get.h -include/styx/ctoh_cim.h -include/styx/ctx.h -include/styx/ctx_app.h -include/styx/ctx_dfn.h -include/styx/ctx_imp.h -include/styx/dict.h -include/styx/dicts.h -include/styx/dtd_int.h -include/styx/dtd_lim.h -include/styx/dtd_pim.h -include/styx/glo_tab.h -include/styx/gls.h -include/styx/gstream.h -include/styx/hmap.h -include/styx/hpat.h -include/styx/hpat_int.h -include/styx/hpat_lim.h -include/styx/hpat_pim.h -include/styx/hset.h -include/styx/lim__cim.h -include/styx/line_scn.h -include/styx/list.h -include/styx/literal.h -include/styx/mem_base.h -include/styx/memosx.h -include/styx/olist.h -include/styx/otab.h -include/styx/pathes.h -include/styx/pgm_base.h -include/styx/pgm_popt.h -include/styx/pgm_sopt.h -include/styx/pim__cim.h -include/styx/prim.h -include/styx/prs.h -include/styx/prs_abs.h -include/styx/prs_dfn.h -include/styx/prs_gen.h -include/styx/prs_imp.h -include/styx/prs_io.h -include/styx/ptm.h -include/styx/ptm__cim.h -include/styx/ptm_gen.h -include/styx/ptm_pp.h -include/styx/reg_exp.h -include/styx/rexp_lim.h -include/styx/scn_abs.h -include/styx/scn_base.h -include/styx/scn_gen.h -include/styx/scn_imp.h -include/styx/scn_io.h -include/styx/scn_pre.h -include/styx/sink.h -include/styx/standard.h -include/styx/stdosx.h -include/styx/styconf0.h -include/styx/styd_cim.h -include/styx/styp_cim.h -include/styx/styx_cim.h -include/styx/styx_gen.h -include/styx/styx_int.h -include/styx/styx_lim.h -include/styx/styx_pim.h -include/styx/symbols.h -include/styx/sysbase0.h -include/styx/sysbase1.h -include/styx/syscbhdl.h -include/styx/xml_base.h -include/styx/xml_dfn.h -include/styx/xml_int.h -include/styx/xml_lim.h -include/styx/xml_pim.h -include/styx/xml_test_cim.h -include/styx/xmllit_lim.h -lib/libdstyx.a -lib/libdstyx.so -lib/libdstyx.so.2 -lib/libdstyx.so.2.0.0 -lib/libdxml.a -lib/libdxml.so -lib/libdxml.so.1 -lib/libdxml.so.1.0.0 -lib/libxstyx.a -lib/libxstyx.so -lib/libxstyx.so.2 -lib/libxstyx.so.2.0.0 -%%PORTDOCS%%%%DOCSDIR%%/bin__cim.htm -%%PORTDOCS%%%%DOCSDIR%%/binimg.htm -%%PORTDOCS%%%%DOCSDIR%%/binset.htm -%%PORTDOCS%%%%DOCSDIR%%/bnf.htm -%%PORTDOCS%%%%DOCSDIR%%/ccnv_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/cdps_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/cfg_abs.htm -%%PORTDOCS%%%%DOCSDIR%%/cfg_dfn.htm -%%PORTDOCS%%%%DOCSDIR%%/charlib.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd__cim.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_ant.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_ctoh.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_int.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_lim_test.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_pim.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_pim_test.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_ptm_img.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_stydoc.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_stypp.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_styx.htm -%%PORTDOCS%%%%DOCSDIR%%/cmd_xml_test.htm -%%PORTDOCS%%%%DOCSDIR%%/cmda_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/cmdd_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/cmdlib.htm -%%PORTDOCS%%%%DOCSDIR%%/com_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/com_get.htm -%%PORTDOCS%%%%DOCSDIR%%/cprj_ant.htm -%%PORTDOCS%%%%DOCSDIR%%/cprj_int.htm -%%PORTDOCS%%%%DOCSDIR%%/cprj_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/cprj_pim.htm -%%PORTDOCS%%%%DOCSDIR%%/ctoh_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/ctx.htm -%%PORTDOCS%%%%DOCSDIR%%/ctx_app.htm -%%PORTDOCS%%%%DOCSDIR%%/ctx_dfn.htm -%%PORTDOCS%%%%DOCSDIR%%/ctx_imp.htm -%%PORTDOCS%%%%DOCSDIR%%/date.htm -%%PORTDOCS%%%%DOCSDIR%%/dict.htm -%%PORTDOCS%%%%DOCSDIR%%/dicts.htm -%%PORTDOCS%%%%DOCSDIR%%/dps_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/dtd_cfg.htm -%%PORTDOCS%%%%DOCSDIR%%/dtd_int.htm -%%PORTDOCS%%%%DOCSDIR%%/dtd_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/dtd_pim.htm -%%PORTDOCS%%%%DOCSDIR%%/esty_ant.htm -%%PORTDOCS%%%%DOCSDIR%%/esty_int.htm -%%PORTDOCS%%%%DOCSDIR%%/esty_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/esty_pim.htm -%%PORTDOCS%%%%DOCSDIR%%/estyx_ant.htm -%%PORTDOCS%%%%DOCSDIR%%/estyx_int.htm -%%PORTDOCS%%%%DOCSDIR%%/genm_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/glo_tab.htm -%%PORTDOCS%%%%DOCSDIR%%/gls.htm -%%PORTDOCS%%%%DOCSDIR%%/gls_abs.htm -%%PORTDOCS%%%%DOCSDIR%%/gstream.htm -%%PORTDOCS%%%%DOCSDIR%%/hmap.htm -%%PORTDOCS%%%%DOCSDIR%%/hpat.htm -%%PORTDOCS%%%%DOCSDIR%%/hpat_ant.htm -%%PORTDOCS%%%%DOCSDIR%%/hpat_int.htm -%%PORTDOCS%%%%DOCSDIR%%/hpat_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/hpat_pim.htm -%%PORTDOCS%%%%DOCSDIR%%/hset.htm -%%PORTDOCS%%%%DOCSDIR%%/integer.htm -%%PORTDOCS%%%%DOCSDIR%%/lim__cim.htm -%%PORTDOCS%%%%DOCSDIR%%/line_scn.htm -%%PORTDOCS%%%%DOCSDIR%%/list.htm -%%PORTDOCS%%%%DOCSDIR%%/literal.htm -%%PORTDOCS%%%%DOCSDIR%%/mem_base.htm -%%PORTDOCS%%%%DOCSDIR%%/meta_ant.htm -%%PORTDOCS%%%%DOCSDIR%%/meta_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/meta_exp.htm -%%PORTDOCS%%%%DOCSDIR%%/meta_int.htm -%%PORTDOCS%%%%DOCSDIR%%/meta_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/meta_pim.htm -%%PORTDOCS%%%%DOCSDIR%%/meta_prs.htm -%%PORTDOCS%%%%DOCSDIR%%/nmk_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/olist.htm -%%PORTDOCS%%%%DOCSDIR%%/otab.htm -%%PORTDOCS%%%%DOCSDIR%%/pathes.htm -%%PORTDOCS%%%%DOCSDIR%%/pgm_base.htm -%%PORTDOCS%%%%DOCSDIR%%/pim__cim.htm -%%PORTDOCS%%%%DOCSDIR%%/pl0.abs.sgml -%%PORTDOCS%%%%DOCSDIR%%/pl0.c.sgml -%%PORTDOCS%%%%DOCSDIR%%/pl0.sty.sgml -%%PORTDOCS%%%%DOCSDIR%%/prdp_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/pre.htm -%%PORTDOCS%%%%DOCSDIR%%/prim.htm -%%PORTDOCS%%%%DOCSDIR%%/prjfun.htm -%%PORTDOCS%%%%DOCSDIR%%/prs.htm -%%PORTDOCS%%%%DOCSDIR%%/prs_abs.htm -%%PORTDOCS%%%%DOCSDIR%%/prs_dfn.htm -%%PORTDOCS%%%%DOCSDIR%%/prs_gen.htm -%%PORTDOCS%%%%DOCSDIR%%/prs_imp.htm -%%PORTDOCS%%%%DOCSDIR%%/prs_io.htm -%%PORTDOCS%%%%DOCSDIR%%/ptm.htm -%%PORTDOCS%%%%DOCSDIR%%/ptm__cim.htm -%%PORTDOCS%%%%DOCSDIR%%/ptm_gen.htm -%%PORTDOCS%%%%DOCSDIR%%/ptm_pp.htm -%%PORTDOCS%%%%DOCSDIR%%/rational.htm -%%PORTDOCS%%%%DOCSDIR%%/refo_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/reg_exp.htm -%%PORTDOCS%%%%DOCSDIR%%/rexp_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/scn_abs.htm -%%PORTDOCS%%%%DOCSDIR%%/scn_base.htm -%%PORTDOCS%%%%DOCSDIR%%/scn_gen.htm -%%PORTDOCS%%%%DOCSDIR%%/scn_imp.htm -%%PORTDOCS%%%%DOCSDIR%%/scn_io.htm -%%PORTDOCS%%%%DOCSDIR%%/scn_pre.htm -%%PORTDOCS%%%%DOCSDIR%%/shmain.htm -%%PORTDOCS%%%%DOCSDIR%%/sink.htm -%%PORTDOCS%%%%DOCSDIR%%/standard.htm -%%PORTDOCS%%%%DOCSDIR%%/stdosx.htm -%%PORTDOCS%%%%DOCSDIR%%/styconf0.htm -%%PORTDOCS%%%%DOCSDIR%%/styd_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/styp_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/styx-1.html -%%PORTDOCS%%%%DOCSDIR%%/styx-10.html -%%PORTDOCS%%%%DOCSDIR%%/styx-11.html -%%PORTDOCS%%%%DOCSDIR%%/styx-12.html -%%PORTDOCS%%%%DOCSDIR%%/styx-2.html -%%PORTDOCS%%%%DOCSDIR%%/styx-3.html -%%PORTDOCS%%%%DOCSDIR%%/styx-4.html -%%PORTDOCS%%%%DOCSDIR%%/styx-5.html -%%PORTDOCS%%%%DOCSDIR%%/styx-6.html -%%PORTDOCS%%%%DOCSDIR%%/styx-7.html -%%PORTDOCS%%%%DOCSDIR%%/styx-8.html -%%PORTDOCS%%%%DOCSDIR%%/styx-9.html -%%PORTDOCS%%%%DOCSDIR%%/styx.html -%%PORTDOCS%%%%DOCSDIR%%/styx.sgml -%%PORTDOCS%%%%DOCSDIR%%/styx_ant.htm -%%PORTDOCS%%%%DOCSDIR%%/styx_cfg.htm -%%PORTDOCS%%%%DOCSDIR%%/styx_cim.htm -%%PORTDOCS%%%%DOCSDIR%%/styx_gen.htm -%%PORTDOCS%%%%DOCSDIR%%/styx_hdl.htm -%%PORTDOCS%%%%DOCSDIR%%/styx_int.htm -%%PORTDOCS%%%%DOCSDIR%%/styx_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/styx_pim.htm -%%PORTDOCS%%%%DOCSDIR%%/symbols.htm -%%PORTDOCS%%%%DOCSDIR%%/sysbase0.htm -%%PORTDOCS%%%%DOCSDIR%%/sysbase1.htm -%%PORTDOCS%%%%DOCSDIR%%/syscbhdl.htm -%%PORTDOCS%%%%DOCSDIR%%/term.htm -%%PORTDOCS%%%%DOCSDIR%%/testpl0.pl.sgml -%%PORTDOCS%%%%DOCSDIR%%/xmem_imp.htm -%%PORTDOCS%%%%DOCSDIR%%/xml_base.htm -%%PORTDOCS%%%%DOCSDIR%%/xml_cfg.htm -%%PORTDOCS%%%%DOCSDIR%%/xml_dfn.htm -%%PORTDOCS%%%%DOCSDIR%%/xml_int.htm -%%PORTDOCS%%%%DOCSDIR%%/xml_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/xml_pim.htm -%%PORTDOCS%%%%DOCSDIR%%/xmllit_lim.htm -%%PORTDOCS%%%%DOCSDIR%%/xstdosx.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01/calc.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01/calctut.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01/explist.calc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01/mx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01/readme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02/mx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02/pl0.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02/pl0.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02/readme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02/t -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02/testpl0.pl0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02/todo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03/mx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03/pl0.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03/pl0c.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03/pl0r.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03/readme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03/t -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03/testpl0.pl0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03/todo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04/calc.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04/calc.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04/mx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04/pattern_file.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04/readme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04/t -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example05/ide.config.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example05/mcfg.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example05/mx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example05/readme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example06/ipl.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example06/mx -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example06/readme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example06/test.ipl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pat/lstydoc_us.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pat/pcmdbook.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pat/pcmddoc_us.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pat/rstydoc_us.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pat/tstydoc_us.htm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readme -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/ccnv.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/cdps.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/cmd.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/cprj.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/dtd.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/estyx.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/hpat.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/meta.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/rexp.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/styx.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/xml.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/xml1.lex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/xml2.lex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/xmllit.sty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/xsty -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spe/xxml |