Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 02:55:59 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36290: Update port: devel/styx
Message-ID:  <200203251055.g2PAtxY16256@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         36290
>Category:       ports
>Synopsis:       Update port: devel/styx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 25 03:00:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix remaining places where giconv used instead of iconv
- Support NOPORTDOCS

>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/devel/styx/Makefile devel/styx/Makefile
--- /usr/ports/devel/styx/Makefile	Wed Mar 20 19:45:34 2002
+++ devel/styx/Makefile	Thu Mar 21 05:40:16 2002
@@ -8,7 +8,7 @@
 
 PORTNAME=	styx
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.speculate.de/styx/
 EXTRACT_SUFX=	.tgz
@@ -17,22 +17,25 @@
 
 LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
 
-USE_LIBTOOL=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include ${PTHREAD_FLAGS}" \
-		LIBS="-L${PREFIX}/lib -liconv ${PTHREAD_LIBS}"
-CONFIGURE_ARGS=	--includedir=${PREFIX}/include/styx \
-		--datadir=${PREFIX}/share/doc/styx
-
 USE_GMAKE=	yes
+USE_LIBTOOL=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_FLAGS}" \
+		LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}"
 INSTALLS_SHLIB=	yes
 
+post-extract:
+	@${RM} -f ${WRKSRC}/config.cache
+
 post-patch:
-.for file in config.h.in libbase/styconf0.h libbase/gstream.c
-	@${PERL} -pi -e "s,ICONV_H,GICONV_H,g" ${WRKSRC}/${file}
-.endfor
 	@${PERL} -pi -e "s,-lrt,${PTHREAD_LIBS},g" ${WRKSRC}/configure
 
-pre-configure:
-	@${RM} -f ${WRKSRC}/config.cache
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${TAR} -C ${WRKSRC} -cf - doc tutorial | \
+		${TAR} -C ${DOCSDIR} --unlink -xf -
+	@${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
+	@${FIND} ${DOCSDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
+.endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/devel/styx/files/patch-Makefile.in devel/styx/files/patch-Makefile.in
--- /usr/ports/devel/styx/files/patch-Makefile.in	Tue Apr 17 04:40:59 2001
+++ devel/styx/files/patch-Makefile.in	Thu Mar 21 04:58:22 2002
@@ -1,19 +1,17 @@
---- Makefile.in.orig	Mon Mar  5 03:45:44 2001
-+++ Makefile.in	Tue Apr 17 03:21:27 2001
-@@ -528,12 +528,12 @@
+--- Makefile.in.orig	Tue Mar 12 03:22:11 2002
++++ Makefile.in	Thu Mar 21 04:56:47 2002
+@@ -555,12 +555,10 @@
  
  
  install-data-local:
 -	install -d $(prefix)/include
 -	for i in $(iHEADERS); do install -m 444 $$i $(prefix)/include; done
-+	install -d $(includedir)
-+	for i in $(iHEADERS); do install -m 444 $$i $(includedir); done
++	install -d $(pkgincludedir)
++	for i in $(iHEADERS); do install -m 444 $$i $(pkgincludedir); done
  	if [ -d man ] ; then install -d $(prefix)/man; fi
  	if [ -d man ] ; then for i in man/* ; do if [ $$i != "man/*" ]; then install $$i $(prefix)/man; fi; done; fi
 -	if [ -d tutorial ] ; then cp -r tutorial $(prefix); fi;
 -	if [ -d doc ] ; then cp -r doc $(prefix); fi;
-+	if [ -d tutorial ] ; then cp -r tutorial $(datadir); fi;
-+	if [ -d doc ] ; then cp -r doc $(datadir); fi;
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
diff -ruN /usr/ports/devel/styx/pkg-plist devel/styx/pkg-plist
--- /usr/ports/devel/styx/pkg-plist	Wed Mar 13 20:32:46 2002
+++ devel/styx/pkg-plist	Thu Mar 21 05:45:15 2002
@@ -76,265 +76,266 @@
 include/styx/sysbase0.h
 include/styx/sysbase1.h
 include/styx/syscbhdl.h
-@dirrm include/styx
 lib/libxstyx.a
 lib/libxstyx.so
 lib/libxstyx.so.1
-share/doc/styx/doc/STYX_ANT.HTM
-share/doc/styx/doc/STYX_CFG.HTM
-share/doc/styx/doc/STYX_CIM.HTM
-share/doc/styx/doc/bin__cim.htm
-share/doc/styx/doc/binimg.htm
-share/doc/styx/doc/binset.htm
-share/doc/styx/doc/bnf.htm
-share/doc/styx/doc/c
-share/doc/styx/doc/c2sgml
-share/doc/styx/doc/ccnv_lim.htm
-share/doc/styx/doc/cdps_lim.htm
-share/doc/styx/doc/cfg_abs.htm
-share/doc/styx/doc/cfg_dfn.htm
-share/doc/styx/doc/charlib.htm
-share/doc/styx/doc/cmd__cim.htm
-share/doc/styx/doc/cmd_ant.htm
-share/doc/styx/doc/cmd_ctoh.htm
-share/doc/styx/doc/cmd_int.htm
-share/doc/styx/doc/cmd_lim.htm
-share/doc/styx/doc/cmd_lim_test.htm
-share/doc/styx/doc/cmd_pim.htm
-share/doc/styx/doc/cmd_pim_test.htm
-share/doc/styx/doc/cmd_stydoc.htm
-share/doc/styx/doc/cmd_stypp.htm
-share/doc/styx/doc/cmd_styx.htm
-share/doc/styx/doc/cmda_cim.htm
-share/doc/styx/doc/cmdd_cim.htm
-share/doc/styx/doc/cmdlib.htm
-share/doc/styx/doc/com_cim.htm
-share/doc/styx/doc/com_get.htm
-share/doc/styx/doc/cprj_ant.htm
-share/doc/styx/doc/cprj_int.htm
-share/doc/styx/doc/cprj_lim.htm
-share/doc/styx/doc/cprj_pim.htm
-share/doc/styx/doc/ctoh_cim.htm
-share/doc/styx/doc/ctx.htm
-share/doc/styx/doc/ctx_app.htm
-share/doc/styx/doc/ctx_dfn.htm
-share/doc/styx/doc/ctx_imp.htm
-share/doc/styx/doc/date.htm
-share/doc/styx/doc/dict.htm
-share/doc/styx/doc/dicts.htm
-share/doc/styx/doc/dps_cim.htm
-share/doc/styx/doc/esty_ant.htm
-share/doc/styx/doc/esty_int.htm
-share/doc/styx/doc/esty_lim.htm
-share/doc/styx/doc/esty_pim.htm
-share/doc/styx/doc/estyx_ant.htm
-share/doc/styx/doc/estyx_int.htm
-share/doc/styx/doc/genm_cim.htm
-share/doc/styx/doc/glo_tab.htm
-share/doc/styx/doc/gls.htm
-share/doc/styx/doc/gls_abs.htm
-share/doc/styx/doc/gstream.htm
-share/doc/styx/doc/hmap.htm
-share/doc/styx/doc/hpat.htm
-share/doc/styx/doc/hpat_ant.htm
-share/doc/styx/doc/hpat_int.htm
-share/doc/styx/doc/hpat_lim.htm
-share/doc/styx/doc/hpat_pim.htm
-share/doc/styx/doc/hset.htm
-share/doc/styx/doc/integer.htm
-share/doc/styx/doc/lim__cim.htm
-share/doc/styx/doc/line_scn.htm
-share/doc/styx/doc/list.htm
-share/doc/styx/doc/literal.htm
-share/doc/styx/doc/m
-share/doc/styx/doc/mem_base.htm
-share/doc/styx/doc/meta_ant.htm
-share/doc/styx/doc/meta_cim.htm
-share/doc/styx/doc/meta_exp.htm
-share/doc/styx/doc/meta_int.htm
-share/doc/styx/doc/meta_lim.htm
-share/doc/styx/doc/meta_pim.htm
-share/doc/styx/doc/meta_prs.htm
-share/doc/styx/doc/nmk_cim.htm
-share/doc/styx/doc/olist.htm
-share/doc/styx/doc/otab.htm
-share/doc/styx/doc/pathes.htm
-share/doc/styx/doc/pgm_base.htm
-share/doc/styx/doc/pim__cim.htm
-share/doc/styx/doc/pl0.abs.sgml
-share/doc/styx/doc/pl0.c.sgml
-share/doc/styx/doc/pl0.sty.sgml
-share/doc/styx/doc/prdp_cim.htm
-share/doc/styx/doc/pre.htm
-share/doc/styx/doc/prim.htm
-share/doc/styx/doc/prjfun.htm
-share/doc/styx/doc/prs.htm
-share/doc/styx/doc/prs_abs.htm
-share/doc/styx/doc/prs_dfn.htm
-share/doc/styx/doc/prs_gen.htm
-share/doc/styx/doc/prs_imp.htm
-share/doc/styx/doc/prs_io.htm
-share/doc/styx/doc/ptm.htm
-share/doc/styx/doc/ptm__cim.htm
-share/doc/styx/doc/ptm_gen.htm
-share/doc/styx/doc/ptm_pp.htm
-share/doc/styx/doc/rational.htm
-share/doc/styx/doc/refo_cim.htm
-share/doc/styx/doc/reg_exp.htm
-share/doc/styx/doc/rexp_lim.htm
-share/doc/styx/doc/scn_abs.htm
-share/doc/styx/doc/scn_base.htm
-share/doc/styx/doc/scn_gen.htm
-share/doc/styx/doc/scn_imp.htm
-share/doc/styx/doc/scn_io.htm
-share/doc/styx/doc/scn_pre.htm
-share/doc/styx/doc/shmain.htm
-share/doc/styx/doc/sink.htm
-share/doc/styx/doc/standard.htm
-share/doc/styx/doc/stdosx.htm
-share/doc/styx/doc/styconf0.htm
-share/doc/styx/doc/styd_cim.htm
-share/doc/styx/doc/styp_cim.htm
-share/doc/styx/doc/styx-1.html
-share/doc/styx/doc/styx-10.html
-share/doc/styx/doc/styx-11.html
-share/doc/styx/doc/styx-12.html
-share/doc/styx/doc/styx-2.html
-share/doc/styx/doc/styx-3.html
-share/doc/styx/doc/styx-4.html
-share/doc/styx/doc/styx-5.html
-share/doc/styx/doc/styx-6.html
-share/doc/styx/doc/styx-7.html
-share/doc/styx/doc/styx-8.html
-share/doc/styx/doc/styx-9.html
-share/doc/styx/doc/styx-todo
-share/doc/styx/doc/styx.html
-share/doc/styx/doc/styx.sgml
-share/doc/styx/doc/styx_gen.htm
-share/doc/styx/doc/styx_hdl.htm
-share/doc/styx/doc/styx_int.htm
-share/doc/styx/doc/styx_lim.htm
-share/doc/styx/doc/styx_pim.htm
-share/doc/styx/doc/symbols.htm
-share/doc/styx/doc/sysbase0.htm
-share/doc/styx/doc/sysbase1.htm
-share/doc/styx/doc/syscbhdl.htm
-share/doc/styx/doc/term.htm
-share/doc/styx/doc/testpl0.pl.sgml
-share/doc/styx/doc/xc-doc-new/c
-share/doc/styx/doc/xc-doc-new/inc/xm_new.h
-share/doc/styx/doc/xc-doc-new/m
-share/doc/styx/doc/xc-doc-new/memory-1.html
-share/doc/styx/doc/xc-doc-new/memory-2.html
-share/doc/styx/doc/xc-doc-new/memory-3.html
-share/doc/styx/doc/xc-doc-new/memory-4.html
-share/doc/styx/doc/xc-doc-new/memory-5.html
-share/doc/styx/doc/xc-doc-new/memory.html
-share/doc/styx/doc/xc-doc-new/memory.sgml
-share/doc/styx/doc/xc-doc-new/mmg
-share/doc/styx/doc/xc-doc-new/prj/ctoh.cth
-share/doc/styx/doc/xc-doc-new/prj/project.dps
-share/doc/styx/doc/xc-doc-new/prj/project.lst
-share/doc/styx/doc/xc-doc-new/prj/project.nmk
-share/doc/styx/doc/xc-doc-new/xm_new.c
-share/doc/styx/doc/xc-doc-new/xm_new.s
-share/doc/styx/doc/xmem_imp.htm
-share/doc/styx/doc/xstdosx.htm
-share/doc/styx/readme
-share/doc/styx/tutorial01/calc.sty
-share/doc/styx/tutorial01/calctut.c
-share/doc/styx/tutorial01/explist.calc
-share/doc/styx/tutorial01/gen/calc.abs
-share/doc/styx/tutorial01/gen/calc_ant.c
-share/doc/styx/tutorial01/gen/calc_int.c
-share/doc/styx/tutorial01/gen/calc_lim.c
-share/doc/styx/tutorial01/gen/calc_pim.c
-share/doc/styx/tutorial01/inc/calc_ant.h
-share/doc/styx/tutorial01/inc/calc_int.h
-share/doc/styx/tutorial01/inc/calc_lim.h
-share/doc/styx/tutorial01/inc/calc_pim.h
-share/doc/styx/tutorial01/mx
-share/doc/styx/tutorial01/readme
-share/doc/styx/tutorial02/gen/pl0.abs
-share/doc/styx/tutorial02/gen/pl0.cim
-share/doc/styx/tutorial02/gen/pl0.lim
-share/doc/styx/tutorial02/gen/pl0.pim
-share/doc/styx/tutorial02/gen/pl0_ant.c
-share/doc/styx/tutorial02/gen/pl0_cim.c
-share/doc/styx/tutorial02/gen/pl0_int.c
-share/doc/styx/tutorial02/gen/pl0_lim.c
-share/doc/styx/tutorial02/gen/pl0_pim.c
-share/doc/styx/tutorial02/inc/pl0_ant.h
-share/doc/styx/tutorial02/inc/pl0_cim.h
-share/doc/styx/tutorial02/inc/pl0_int.h
-share/doc/styx/tutorial02/inc/pl0_lim.h
-share/doc/styx/tutorial02/inc/pl0_pim.h
-share/doc/styx/tutorial02/mx
-share/doc/styx/tutorial02/pl0.c
-share/doc/styx/tutorial02/pl0.sty
-share/doc/styx/tutorial02/readme
-share/doc/styx/tutorial02/t
-share/doc/styx/tutorial02/testpl0.pl0
-share/doc/styx/tutorial02/todo
-share/doc/styx/tutorial03/gen/pl0.abs
-share/doc/styx/tutorial03/gen/pl0.cim
-share/doc/styx/tutorial03/gen/pl0.lim
-share/doc/styx/tutorial03/gen/pl0.pim
-share/doc/styx/tutorial03/gen/pl0_ant.c
-share/doc/styx/tutorial03/gen/pl0_cim.c
-share/doc/styx/tutorial03/gen/pl0_int.c
-share/doc/styx/tutorial03/gen/pl0_lim.c
-share/doc/styx/tutorial03/gen/pl0_pim.c
-share/doc/styx/tutorial03/inc/pl0_ant.h
-share/doc/styx/tutorial03/inc/pl0_cim.h
-share/doc/styx/tutorial03/inc/pl0_int.h
-share/doc/styx/tutorial03/inc/pl0_lim.h
-share/doc/styx/tutorial03/inc/pl0_pim.h
-share/doc/styx/tutorial03/mx
-share/doc/styx/tutorial03/pl0.sty
-share/doc/styx/tutorial03/pl0c.c
-share/doc/styx/tutorial03/pl0r.c
-share/doc/styx/tutorial03/readme
-share/doc/styx/tutorial03/t
-share/doc/styx/tutorial03/testpl0
-share/doc/styx/tutorial03/testpl0.pl0
-share/doc/styx/tutorial03/todo
-share/doc/styx/tutorial04/calc
-share/doc/styx/tutorial04/calc.cpp
-share/doc/styx/tutorial04/calc.sty
-share/doc/styx/tutorial04/gen/calc.abs
-share/doc/styx/tutorial04/gen/calc.lim
-share/doc/styx/tutorial04/gen/calc.pim
-share/doc/styx/tutorial04/gen/calc_ant.c
-share/doc/styx/tutorial04/gen/calc_int.c
-share/doc/styx/tutorial04/gen/calc_lim.c
-share/doc/styx/tutorial04/gen/calc_pim.c
-share/doc/styx/tutorial04/inc/calc_ant.h
-share/doc/styx/tutorial04/inc/calc_int.h
-share/doc/styx/tutorial04/inc/calc_lim.h
-share/doc/styx/tutorial04/inc/calc_pim.h
-share/doc/styx/tutorial04/mx
-share/doc/styx/tutorial04/pattern_file.txt
-share/doc/styx/tutorial04/readme
-share/doc/styx/tutorial04/t
-@dirrm share/doc/styx/doc/xc-doc-new/inc
-@dirrm share/doc/styx/doc/xc-doc-new/prj
-@dirrm share/doc/styx/doc/xc-doc-new
-@dirrm share/doc/styx/doc
-@dirrm share/doc/styx/tutorial01/gen
-@dirrm share/doc/styx/tutorial01/inc
-@dirrm share/doc/styx/tutorial01/prj
-@dirrm share/doc/styx/tutorial01
-@dirrm share/doc/styx/tutorial02/gen
-@dirrm share/doc/styx/tutorial02/inc
-@dirrm share/doc/styx/tutorial02/prj
-@dirrm share/doc/styx/tutorial02
-@dirrm share/doc/styx/tutorial03/gen
-@dirrm share/doc/styx/tutorial03/inc
-@dirrm share/doc/styx/tutorial03/prj
-@dirrm share/doc/styx/tutorial03
-@dirrm share/doc/styx/tutorial04/gen
-@dirrm share/doc/styx/tutorial04/inc
-@dirrm share/doc/styx/tutorial04/prj
-@dirrm share/doc/styx/tutorial04
-@dirrm share/doc/styx
+%%PORTDOCS%%share/doc/styx/doc/STYX_ANT.HTM
+%%PORTDOCS%%share/doc/styx/doc/STYX_CFG.HTM
+%%PORTDOCS%%share/doc/styx/doc/STYX_CIM.HTM
+%%PORTDOCS%%share/doc/styx/doc/bin__cim.htm
+%%PORTDOCS%%share/doc/styx/doc/binimg.htm
+%%PORTDOCS%%share/doc/styx/doc/binset.htm
+%%PORTDOCS%%share/doc/styx/doc/bnf.htm
+%%PORTDOCS%%share/doc/styx/doc/c
+%%PORTDOCS%%share/doc/styx/doc/c2sgml
+%%PORTDOCS%%share/doc/styx/doc/ccnv_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/cdps_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/cfg_abs.htm
+%%PORTDOCS%%share/doc/styx/doc/cfg_dfn.htm
+%%PORTDOCS%%share/doc/styx/doc/charlib.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd__cim.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_ant.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_ctoh.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_int.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_lim_test.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_pim.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_pim_test.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_stydoc.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_stypp.htm
+%%PORTDOCS%%share/doc/styx/doc/cmd_styx.htm
+%%PORTDOCS%%share/doc/styx/doc/cmda_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/cmdd_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/cmdlib.htm
+%%PORTDOCS%%share/doc/styx/doc/com_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/com_get.htm
+%%PORTDOCS%%share/doc/styx/doc/cprj_ant.htm
+%%PORTDOCS%%share/doc/styx/doc/cprj_int.htm
+%%PORTDOCS%%share/doc/styx/doc/cprj_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/cprj_pim.htm
+%%PORTDOCS%%share/doc/styx/doc/ctoh_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/ctx.htm
+%%PORTDOCS%%share/doc/styx/doc/ctx_app.htm
+%%PORTDOCS%%share/doc/styx/doc/ctx_dfn.htm
+%%PORTDOCS%%share/doc/styx/doc/ctx_imp.htm
+%%PORTDOCS%%share/doc/styx/doc/date.htm
+%%PORTDOCS%%share/doc/styx/doc/dict.htm
+%%PORTDOCS%%share/doc/styx/doc/dicts.htm
+%%PORTDOCS%%share/doc/styx/doc/dps_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/esty_ant.htm
+%%PORTDOCS%%share/doc/styx/doc/esty_int.htm
+%%PORTDOCS%%share/doc/styx/doc/esty_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/esty_pim.htm
+%%PORTDOCS%%share/doc/styx/doc/estyx_ant.htm
+%%PORTDOCS%%share/doc/styx/doc/estyx_int.htm
+%%PORTDOCS%%share/doc/styx/doc/genm_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/glo_tab.htm
+%%PORTDOCS%%share/doc/styx/doc/gls.htm
+%%PORTDOCS%%share/doc/styx/doc/gls_abs.htm
+%%PORTDOCS%%share/doc/styx/doc/gstream.htm
+%%PORTDOCS%%share/doc/styx/doc/hmap.htm
+%%PORTDOCS%%share/doc/styx/doc/hpat.htm
+%%PORTDOCS%%share/doc/styx/doc/hpat_ant.htm
+%%PORTDOCS%%share/doc/styx/doc/hpat_int.htm
+%%PORTDOCS%%share/doc/styx/doc/hpat_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/hpat_pim.htm
+%%PORTDOCS%%share/doc/styx/doc/hset.htm
+%%PORTDOCS%%share/doc/styx/doc/integer.htm
+%%PORTDOCS%%share/doc/styx/doc/lim__cim.htm
+%%PORTDOCS%%share/doc/styx/doc/line_scn.htm
+%%PORTDOCS%%share/doc/styx/doc/list.htm
+%%PORTDOCS%%share/doc/styx/doc/literal.htm
+%%PORTDOCS%%share/doc/styx/doc/m
+%%PORTDOCS%%share/doc/styx/doc/mem_base.htm
+%%PORTDOCS%%share/doc/styx/doc/meta_ant.htm
+%%PORTDOCS%%share/doc/styx/doc/meta_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/meta_exp.htm
+%%PORTDOCS%%share/doc/styx/doc/meta_int.htm
+%%PORTDOCS%%share/doc/styx/doc/meta_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/meta_pim.htm
+%%PORTDOCS%%share/doc/styx/doc/meta_prs.htm
+%%PORTDOCS%%share/doc/styx/doc/nmk_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/olist.htm
+%%PORTDOCS%%share/doc/styx/doc/otab.htm
+%%PORTDOCS%%share/doc/styx/doc/pathes.htm
+%%PORTDOCS%%share/doc/styx/doc/pgm_base.htm
+%%PORTDOCS%%share/doc/styx/doc/pim__cim.htm
+%%PORTDOCS%%share/doc/styx/doc/pl0.abs.sgml
+%%PORTDOCS%%share/doc/styx/doc/pl0.c.sgml
+%%PORTDOCS%%share/doc/styx/doc/pl0.sty.sgml
+%%PORTDOCS%%share/doc/styx/doc/prdp_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/pre.htm
+%%PORTDOCS%%share/doc/styx/doc/prim.htm
+%%PORTDOCS%%share/doc/styx/doc/prjfun.htm
+%%PORTDOCS%%share/doc/styx/doc/prs.htm
+%%PORTDOCS%%share/doc/styx/doc/prs_abs.htm
+%%PORTDOCS%%share/doc/styx/doc/prs_dfn.htm
+%%PORTDOCS%%share/doc/styx/doc/prs_gen.htm
+%%PORTDOCS%%share/doc/styx/doc/prs_imp.htm
+%%PORTDOCS%%share/doc/styx/doc/prs_io.htm
+%%PORTDOCS%%share/doc/styx/doc/ptm.htm
+%%PORTDOCS%%share/doc/styx/doc/ptm__cim.htm
+%%PORTDOCS%%share/doc/styx/doc/ptm_gen.htm
+%%PORTDOCS%%share/doc/styx/doc/ptm_pp.htm
+%%PORTDOCS%%share/doc/styx/doc/rational.htm
+%%PORTDOCS%%share/doc/styx/doc/refo_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/reg_exp.htm
+%%PORTDOCS%%share/doc/styx/doc/rexp_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/scn_abs.htm
+%%PORTDOCS%%share/doc/styx/doc/scn_base.htm
+%%PORTDOCS%%share/doc/styx/doc/scn_gen.htm
+%%PORTDOCS%%share/doc/styx/doc/scn_imp.htm
+%%PORTDOCS%%share/doc/styx/doc/scn_io.htm
+%%PORTDOCS%%share/doc/styx/doc/scn_pre.htm
+%%PORTDOCS%%share/doc/styx/doc/shmain.htm
+%%PORTDOCS%%share/doc/styx/doc/sink.htm
+%%PORTDOCS%%share/doc/styx/doc/standard.htm
+%%PORTDOCS%%share/doc/styx/doc/stdosx.htm
+%%PORTDOCS%%share/doc/styx/doc/styconf0.htm
+%%PORTDOCS%%share/doc/styx/doc/styd_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/styp_cim.htm
+%%PORTDOCS%%share/doc/styx/doc/styx-1.html
+%%PORTDOCS%%share/doc/styx/doc/styx-10.html
+%%PORTDOCS%%share/doc/styx/doc/styx-11.html
+%%PORTDOCS%%share/doc/styx/doc/styx-12.html
+%%PORTDOCS%%share/doc/styx/doc/styx-2.html
+%%PORTDOCS%%share/doc/styx/doc/styx-3.html
+%%PORTDOCS%%share/doc/styx/doc/styx-4.html
+%%PORTDOCS%%share/doc/styx/doc/styx-5.html
+%%PORTDOCS%%share/doc/styx/doc/styx-6.html
+%%PORTDOCS%%share/doc/styx/doc/styx-7.html
+%%PORTDOCS%%share/doc/styx/doc/styx-8.html
+%%PORTDOCS%%share/doc/styx/doc/styx-9.html
+%%PORTDOCS%%share/doc/styx/doc/styx-todo
+%%PORTDOCS%%share/doc/styx/doc/styx.html
+%%PORTDOCS%%share/doc/styx/doc/styx.sgml
+%%PORTDOCS%%share/doc/styx/doc/styx_gen.htm
+%%PORTDOCS%%share/doc/styx/doc/styx_hdl.htm
+%%PORTDOCS%%share/doc/styx/doc/styx_int.htm
+%%PORTDOCS%%share/doc/styx/doc/styx_lim.htm
+%%PORTDOCS%%share/doc/styx/doc/styx_pim.htm
+%%PORTDOCS%%share/doc/styx/doc/symbols.htm
+%%PORTDOCS%%share/doc/styx/doc/sysbase0.htm
+%%PORTDOCS%%share/doc/styx/doc/sysbase1.htm
+%%PORTDOCS%%share/doc/styx/doc/syscbhdl.htm
+%%PORTDOCS%%share/doc/styx/doc/term.htm
+%%PORTDOCS%%share/doc/styx/doc/testpl0.pl.sgml
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/c
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/inc/xm_new.h
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/m
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/memory-1.html
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/memory-2.html
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/memory-3.html
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/memory-4.html
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/memory-5.html
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/memory.html
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/memory.sgml
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/mmg
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/prj/ctoh.cth
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/prj/project.dps
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/prj/project.lst
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/prj/project.nmk
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/xm_new.c
+%%PORTDOCS%%share/doc/styx/doc/xc-doc-new/xm_new.s
+%%PORTDOCS%%share/doc/styx/doc/xmem_imp.htm
+%%PORTDOCS%%share/doc/styx/doc/xstdosx.htm
+%%PORTDOCS%%share/doc/styx/tutorial/readme
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/calc.sty
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/calctut.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/explist.calc
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/gen/calc.abs
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/gen/calc_ant.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/gen/calc_int.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/gen/calc_lim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/gen/calc_pim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/inc/calc_ant.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/inc/calc_int.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/inc/calc_lim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/inc/calc_pim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/mx
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial01/readme
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0.abs
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0.cim
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0.lim
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0.pim
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0_ant.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0_cim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0_int.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0_lim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/gen/pl0_pim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/inc/pl0_ant.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/inc/pl0_cim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/inc/pl0_int.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/inc/pl0_lim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/inc/pl0_pim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/mx
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/pl0.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/pl0.sty
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/readme
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/t
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/testpl0.pl0
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial02/todo
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0.abs
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0.cim
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0.lim
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0.pim
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0_ant.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0_cim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0_int.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0_lim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/gen/pl0_pim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/inc/pl0_ant.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/inc/pl0_cim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/inc/pl0_int.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/inc/pl0_lim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/inc/pl0_pim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/mx
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/pl0.sty
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/pl0c.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/pl0r.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/readme
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/t
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/testpl0
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/testpl0.pl0
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial03/todo
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/calc
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/calc.cpp
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/calc.sty
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/gen/calc.abs
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/gen/calc.lim
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/gen/calc.pim
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/gen/calc_ant.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/gen/calc_int.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/gen/calc_lim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/gen/calc_pim.c
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/inc/calc_ant.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/inc/calc_int.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/inc/calc_lim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/inc/calc_pim.h
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/mx
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/pattern_file.txt
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/readme
+%%PORTDOCS%%share/doc/styx/tutorial/tutorial04/t
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial04/prj
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial04/inc
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial04/gen
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial04
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial03/prj
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial03/inc
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial03/gen
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial03
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial02/prj
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial02/inc
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial02/gen
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial02
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial01/prj
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial01/inc
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial01/gen
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial/tutorial01
+%%PORTDOCS%%@dirrm share/doc/styx/tutorial
+%%PORTDOCS%%@dirrm share/doc/styx/doc/xc-doc-new/prj
+%%PORTDOCS%%@dirrm share/doc/styx/doc/xc-doc-new/inc
+%%PORTDOCS%%@dirrm share/doc/styx/doc/xc-doc-new
+%%PORTDOCS%%@dirrm share/doc/styx/doc
+%%PORTDOCS%%@dirrm share/doc/styx
+@dirrm include/styx

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203251055.g2PAtxY16256>