From owner-freebsd-ports Fri Jan 22 18:40:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27197 for freebsd-ports-outgoing; Fri, 22 Jan 1999 18:40:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27138 for ; Fri, 22 Jan 1999 18:39:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA29444; Fri, 22 Jan 1999 18:40:00 -0800 (PST) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27033 for ; Fri, 22 Jan 1999 18:37:17 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.77 (dialup-7.rebel.net.au [203.20.69.77]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id NAA05141 for ; Sat, 23 Jan 1999 13:06:40 +1030 Received: (qmail 23532 invoked by uid 0); 23 Jan 1999 02:35:36 -0000 Message-Id: <19990123023535.23531.qmail@morden.rebel.net.au> Date: 23 Jan 1999 02:35:35 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9624: Upgrade editors/xcoral to 3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9624 >Category: ports >Synopsis: Upgrade editors/xcoral to 3.2 >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: Fri Jan 22 18:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-4.0 >Organization: FreeBSD >Environment: >Description: The attached patches upgrade the xcoral port to 3.2. The maintainer has not been responding to my repeated emails (on other matters) for some time, so I haven't run it past him. I've also cleaned up the directories in which various files are installed (share/doc/ instead of lib/ for docs, etc.) Both of the previous patches no longer seem to be required in this version. >How-To-Repeat: >Fix: diff -ruN xcoral/Makefile xcoral~/Makefile --- xcoral/Makefile Wed Aug 13 23:19:29 1997 +++ xcoral~/Makefile Sat Jan 23 13:00:01 1999 @@ -1,22 +1,42 @@ # New ports collection makefile for: xcoral -# Version required: 2.5 +# Version required: 3.2 # Date created: # Whom: erich@rrnet.com # # $Id: Makefile,v 1.5 1997/08/11 15:04:26 erich Exp $ # -DISTNAME= xcoral-3.1 +DISTNAME= xcoral-3.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors MAINTAINER= erich@FreeBSD.ORG -USE_IMAKE= yes +USE_X_PREFIX= yes -#post-extract: -# @mv ${WRKSRC}/config.h ${WRKSRC}/config.h.in -# @sed 's,@PREFIX@,${PREFIX},' ${WRKSRC}/config.h.in >${WRKSRC}/config.h +GNU_CONFIGURE= yes + +LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \ + complete-word.sc describe.sc edir.sc edt.sc example.sc \ + french.sc hack-filename.sc hanoi.sc head.sc html.sc \ + java.sc keydef-ext.sc latex-macros.sc latex.sc \ + man.dtex misc-commands.sc mode-ext.sc mode.sc mouse.sc \ + rcs.sc save.sc sun-keydef.sc title.sc top-ten.sc \ + utilities.sc version.sc window-utilities.sc xcoralrc.lf + +do-install: + @${MKDIR} ${PREFIX}/lib/xcoral/ + +.for i in ${LIBFILES} + ${INSTALL_DATA} ${WRKSRC}/SmacLib/${i} ${PREFIX}/lib/xcoral/ +.endfor + + ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin/ + +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/xcoral/HTML/icons + ${CP} -r ${WRKSRC}/Doc/ ${PREFIX}/share/doc/xcoral/ +.endif .include diff -ruN xcoral/files/md5 xcoral~/files/md5 --- xcoral/files/md5 Wed Aug 13 23:19:29 1997 +++ xcoral~/files/md5 Sat Jan 23 00:42:33 1999 @@ -1 +1 @@ -MD5 (xcoral-3.1.tar.gz) = 084247efed3bae4c0e13b3979d379ab7 +MD5 (xcoral-3.2.tar.gz) = 668fe3d0ef52f3677cd6cc8b52feaa2e diff -ruN xcoral/patches/patch-aa xcoral~/patches/patch-aa --- xcoral/patches/patch-aa Wed Aug 13 23:19:29 1997 +++ xcoral~/patches/patch-aa Thu Jan 1 09:30:00 1970 @@ -1,20 +0,0 @@ ---- Imakefile.orig Wed May 21 02:28:09 1997 -+++ Imakefile Mon Aug 11 09:25:51 1997 -@@ -1,5 +1,5 @@ - --XC_LIBDIR = /usr/local/lib/xcoral -+XC_LIBDIR = ${PREFIX}/lib/X11/xcoral - XCORALLIBDIR = \"$(XC_LIBDIR)\" - CC = gcc - -@@ -93,6 +93,10 @@ - InstallMultiple($(MISCFILES),$(XC_LIBDIR)) - - COMPRESS = gzip -+ -+install:: -+ @mkdir -p ${XC_LIBDIR} -+ tar -cf - Doc |(cd ${XC_LIBDIR}; tar -xf -) - - tar: - $(MAKE) $(MFLAGS) clean diff -ruN xcoral/patches/patch-ab xcoral~/patches/patch-ab --- xcoral/patches/patch-ab Wed Aug 13 23:19:31 1997 +++ xcoral~/patches/patch-ab Thu Jan 1 09:30:00 1970 @@ -1,22 +0,0 @@ ---- ./input_str.c.org Thu May 4 04:50:25 1995 -+++ ./input_str.c Wed Apr 23 21:36:30 1997 -@@ -43,6 +43,7 @@ - #include - #include - #else -+#include - #include - #include - #endif ---- get_file.c~ Mon Aug 11 09:31:30 1997 -+++ get_file.c Mon Aug 11 09:31:35 1997 -@@ -1013,7 +1013,9 @@ - char c = '\007'; /* ^G */ - char *buf, *name; - char tmp_name [MAXPATHLEN]; -+#ifndef __FreeBSD__ - extern char *sys_errlist[]; -+#endif - - buf = (char *) malloc ( (unsigned) strlen ( text -> filename ) + 64 ); - diff -ruN xcoral/pkg/PLIST xcoral~/pkg/PLIST --- xcoral/pkg/PLIST Wed Aug 13 23:19:39 1997 +++ xcoral~/pkg/PLIST Sat Jan 23 12:57:13 1999 @@ -1,320 +1,483 @@ bin/xcoral -lib/X11/xcoral/DEPEND -lib/X11/xcoral/README -lib/X11/xcoral/cmd.sc -lib/X11/xcoral/color.sc -lib/X11/xcoral/comments.sc -lib/X11/xcoral/compare-win.sc -lib/X11/xcoral/complete-word.sc -lib/X11/xcoral/describe.sc -lib/X11/xcoral/edir.sc -lib/X11/xcoral/edt.sc -lib/X11/xcoral/example.sc -lib/X11/xcoral/french.sc -lib/X11/xcoral/hack-filename.sc -lib/X11/xcoral/head.sc -lib/X11/xcoral/html.sc -lib/X11/xcoral/java.sc -lib/X11/xcoral/keydef-ext.sc -lib/X11/xcoral/latex-macros.sc -lib/X11/xcoral/latex.sc -lib/X11/xcoral/man.dtex -lib/X11/xcoral/misc-commands.sc -lib/X11/xcoral/mode-ext.sc -lib/X11/xcoral/mode.sc -lib/X11/xcoral/mouse.sc -lib/X11/xcoral/rcs.sc -lib/X11/xcoral/save.sc -lib/X11/xcoral/sun-keydef.sc -lib/X11/xcoral/title.sc -lib/X11/xcoral/top-ten.sc -lib/X11/xcoral/utilities.sc -lib/X11/xcoral/version.sc -lib/X11/xcoral/window-utilities.sc -lib/X11/xcoral/xcoralrc.lf -lib/X11/xcoral/Doc/README -lib/X11/xcoral/Doc/xcoral-session.gif -lib/X11/xcoral/Doc/xcoral-card.ps -lib/X11/xcoral/Doc/HTML/session.gif -lib/X11/xcoral/Doc/HTML/cplus.gif -lib/X11/xcoral/Doc/HTML/java.gif -lib/X11/xcoral/Doc/HTML/man.gif -lib/X11/xcoral/Doc/HTML/icons/blueball.gif -lib/X11/xcoral/Doc/HTML/icons/greenball.gif -lib/X11/xcoral/Doc/HTML/icons/orangeball.gif -lib/X11/xcoral/Doc/HTML/icons/pinkball.gif -lib/X11/xcoral/Doc/HTML/icons/purpleball.gif -lib/X11/xcoral/Doc/HTML/icons/redball.gif -lib/X11/xcoral/Doc/HTML/icons/whiteball.gif -lib/X11/xcoral/Doc/HTML/icons/yellowball.gif -lib/X11/xcoral/Doc/HTML/icons/contents_motif.gif -lib/X11/xcoral/Doc/HTML/icons/cross_ref_motif.gif -lib/X11/xcoral/Doc/HTML/icons/foot_motif.gif -lib/X11/xcoral/Doc/HTML/icons/index_motif.gif -lib/X11/xcoral/Doc/HTML/icons/next_motif.gif -lib/X11/xcoral/Doc/HTML/icons/next_motif_gr.gif -lib/X11/xcoral/Doc/HTML/icons/previous_motif.gif -lib/X11/xcoral/Doc/HTML/icons/previous_motif_gr.gif -lib/X11/xcoral/Doc/HTML/icons/up_motif.gif -lib/X11/xcoral/Doc/HTML/icons/up_motif_gr.gif -lib/X11/xcoral/Doc/HTML/footnode.html -lib/X11/xcoral/Doc/HTML/index.html -lib/X11/xcoral/Doc/HTML/node100.html -lib/X11/xcoral/Doc/HTML/xcoral.html -lib/X11/xcoral/Doc/HTML/node1.html -lib/X11/xcoral/Doc/HTML/node2.html -lib/X11/xcoral/Doc/HTML/.ID_MAP.pag -lib/X11/xcoral/Doc/HTML/.ID_MAP.dir -lib/X11/xcoral/Doc/HTML/.IMG_PARAMS.pag -lib/X11/xcoral/Doc/HTML/.IMG_PARAMS.dir -lib/X11/xcoral/Doc/HTML/.ORIG_MAP.pag -lib/X11/xcoral/Doc/HTML/.ORIG_MAP.dir -lib/X11/xcoral/Doc/HTML/node3.html -lib/X11/xcoral/Doc/HTML/node4.html -lib/X11/xcoral/Doc/HTML/node5.html -lib/X11/xcoral/Doc/HTML/node6.html -lib/X11/xcoral/Doc/HTML/node7.html -lib/X11/xcoral/Doc/HTML/node8.html -lib/X11/xcoral/Doc/HTML/node9.html -lib/X11/xcoral/Doc/HTML/node10.html -lib/X11/xcoral/Doc/HTML/node11.html -lib/X11/xcoral/Doc/HTML/node12.html -lib/X11/xcoral/Doc/HTML/node13.html -lib/X11/xcoral/Doc/HTML/node14.html -lib/X11/xcoral/Doc/HTML/node15.html -lib/X11/xcoral/Doc/HTML/node16.html -lib/X11/xcoral/Doc/HTML/node17.html -lib/X11/xcoral/Doc/HTML/node18.html -lib/X11/xcoral/Doc/HTML/node19.html -lib/X11/xcoral/Doc/HTML/node20.html -lib/X11/xcoral/Doc/HTML/node21.html -lib/X11/xcoral/Doc/HTML/node22.html -lib/X11/xcoral/Doc/HTML/node23.html -lib/X11/xcoral/Doc/HTML/node24.html -lib/X11/xcoral/Doc/HTML/node25.html -lib/X11/xcoral/Doc/HTML/node26.html -lib/X11/xcoral/Doc/HTML/node27.html -lib/X11/xcoral/Doc/HTML/node28.html -lib/X11/xcoral/Doc/HTML/node29.html -lib/X11/xcoral/Doc/HTML/node30.html -lib/X11/xcoral/Doc/HTML/node31.html -lib/X11/xcoral/Doc/HTML/node32.html -lib/X11/xcoral/Doc/HTML/node33.html -lib/X11/xcoral/Doc/HTML/node34.html -lib/X11/xcoral/Doc/HTML/node35.html -lib/X11/xcoral/Doc/HTML/node36.html -lib/X11/xcoral/Doc/HTML/node37.html -lib/X11/xcoral/Doc/HTML/node38.html -lib/X11/xcoral/Doc/HTML/node39.html -lib/X11/xcoral/Doc/HTML/node40.html -lib/X11/xcoral/Doc/HTML/node41.html -lib/X11/xcoral/Doc/HTML/node42.html -lib/X11/xcoral/Doc/HTML/node43.html -lib/X11/xcoral/Doc/HTML/node44.html -lib/X11/xcoral/Doc/HTML/node45.html -lib/X11/xcoral/Doc/HTML/node46.html -lib/X11/xcoral/Doc/HTML/node47.html -lib/X11/xcoral/Doc/HTML/node48.html -lib/X11/xcoral/Doc/HTML/node49.html -lib/X11/xcoral/Doc/HTML/node50.html -lib/X11/xcoral/Doc/HTML/node51.html -lib/X11/xcoral/Doc/HTML/node52.html -lib/X11/xcoral/Doc/HTML/node53.html -lib/X11/xcoral/Doc/HTML/node54.html -lib/X11/xcoral/Doc/HTML/node55.html -lib/X11/xcoral/Doc/HTML/node56.html -lib/X11/xcoral/Doc/HTML/node57.html -lib/X11/xcoral/Doc/HTML/node58.html -lib/X11/xcoral/Doc/HTML/node59.html -lib/X11/xcoral/Doc/HTML/node60.html -lib/X11/xcoral/Doc/HTML/node61.html -lib/X11/xcoral/Doc/HTML/node62.html -lib/X11/xcoral/Doc/HTML/node63.html -lib/X11/xcoral/Doc/HTML/node64.html -lib/X11/xcoral/Doc/HTML/node65.html -lib/X11/xcoral/Doc/HTML/node66.html -lib/X11/xcoral/Doc/HTML/node67.html -lib/X11/xcoral/Doc/HTML/node68.html -lib/X11/xcoral/Doc/HTML/node69.html -lib/X11/xcoral/Doc/HTML/node70.html -lib/X11/xcoral/Doc/HTML/node71.html -lib/X11/xcoral/Doc/HTML/node72.html -lib/X11/xcoral/Doc/HTML/node73.html -lib/X11/xcoral/Doc/HTML/node74.html -lib/X11/xcoral/Doc/HTML/node75.html -lib/X11/xcoral/Doc/HTML/node76.html -lib/X11/xcoral/Doc/HTML/node77.html -lib/X11/xcoral/Doc/HTML/node78.html -lib/X11/xcoral/Doc/HTML/node79.html -lib/X11/xcoral/Doc/HTML/node80.html -lib/X11/xcoral/Doc/HTML/node81.html -lib/X11/xcoral/Doc/HTML/node82.html -lib/X11/xcoral/Doc/HTML/node83.html -lib/X11/xcoral/Doc/HTML/node84.html -lib/X11/xcoral/Doc/HTML/node85.html -lib/X11/xcoral/Doc/HTML/node86.html -lib/X11/xcoral/Doc/HTML/node87.html -lib/X11/xcoral/Doc/HTML/node88.html -lib/X11/xcoral/Doc/HTML/node89.html -lib/X11/xcoral/Doc/HTML/node90.html -lib/X11/xcoral/Doc/HTML/node91.html -lib/X11/xcoral/Doc/HTML/node92.html -lib/X11/xcoral/Doc/HTML/node93.html -lib/X11/xcoral/Doc/HTML/node94.html -lib/X11/xcoral/Doc/HTML/node95.html -lib/X11/xcoral/Doc/HTML/node96.html -lib/X11/xcoral/Doc/HTML/node97.html -lib/X11/xcoral/Doc/HTML/node98.html -lib/X11/xcoral/Doc/HTML/node99.html -lib/X11/xcoral/Doc/HTML/node101.html -lib/X11/xcoral/Doc/HTML/node102.html -lib/X11/xcoral/Doc/HTML/node103.html -lib/X11/xcoral/Doc/HTML/node104.html -lib/X11/xcoral/Doc/HTML/node105.html -lib/X11/xcoral/Doc/HTML/node106.html -lib/X11/xcoral/Doc/HTML/node107.html -lib/X11/xcoral/Doc/HTML/node108.html -lib/X11/xcoral/Doc/HTML/node109.html -lib/X11/xcoral/Doc/HTML/node110.html -lib/X11/xcoral/Doc/HTML/node111.html -lib/X11/xcoral/Doc/HTML/node112.html -lib/X11/xcoral/Doc/HTML/node113.html -lib/X11/xcoral/Doc/HTML/node114.html -lib/X11/xcoral/Doc/HTML/node115.html -lib/X11/xcoral/Doc/HTML/node116.html -lib/X11/xcoral/Doc/HTML/node117.html -lib/X11/xcoral/Doc/HTML/node118.html -lib/X11/xcoral/Doc/HTML/node119.html -lib/X11/xcoral/Doc/HTML/node120.html -lib/X11/xcoral/Doc/HTML/node121.html -lib/X11/xcoral/Doc/HTML/node122.html -lib/X11/xcoral/Doc/HTML/node123.html -lib/X11/xcoral/Doc/HTML/node124.html -lib/X11/xcoral/Doc/HTML/node125.html -lib/X11/xcoral/Doc/HTML/node126.html -lib/X11/xcoral/Doc/HTML/node127.html -lib/X11/xcoral/Doc/HTML/node128.html -lib/X11/xcoral/Doc/HTML/node129.html -lib/X11/xcoral/Doc/HTML/node130.html -lib/X11/xcoral/Doc/HTML/node131.html -lib/X11/xcoral/Doc/HTML/node132.html -lib/X11/xcoral/Doc/HTML/node133.html -lib/X11/xcoral/Doc/HTML/node134.html -lib/X11/xcoral/Doc/HTML/node135.html -lib/X11/xcoral/Doc/HTML/node136.html -lib/X11/xcoral/Doc/HTML/node137.html -lib/X11/xcoral/Doc/HTML/xcoral.css -lib/X11/xcoral/Doc/HTML/img78.gif -lib/X11/xcoral/Doc/HTML/img91.gif -lib/X11/xcoral/Doc/HTML/img25.gif -lib/X11/xcoral/Doc/HTML/img20.gif -lib/X11/xcoral/Doc/HTML/img14.gif -lib/X11/xcoral/Doc/HTML/img8.gif -lib/X11/xcoral/Doc/HTML/img63.gif -lib/X11/xcoral/Doc/HTML/img92.gif -lib/X11/xcoral/Doc/HTML/img31.gif -lib/X11/xcoral/Doc/HTML/img21.gif -lib/X11/xcoral/Doc/HTML/img41.gif -lib/X11/xcoral/Doc/HTML/img32.gif -lib/X11/xcoral/Doc/HTML/img43.gif -lib/X11/xcoral/Doc/HTML/img104.gif -lib/X11/xcoral/Doc/HTML/img6.gif -lib/X11/xcoral/Doc/HTML/img98.gif -lib/X11/xcoral/Doc/HTML/img74.gif -lib/X11/xcoral/Doc/HTML/img68.gif -lib/X11/xcoral/Doc/HTML/img113.gif -lib/X11/xcoral/Doc/HTML/img94.gif -lib/X11/xcoral/Doc/HTML/img111.gif -lib/X11/xcoral/Doc/HTML/img106.gif -lib/X11/xcoral/Doc/HTML/img64.gif -lib/X11/xcoral/Doc/HTML/img76.gif -lib/X11/xcoral/Doc/HTML/img70.gif -lib/X11/xcoral/Doc/HTML/img54.gif -lib/X11/xcoral/Doc/HTML/img79.gif -lib/X11/xcoral/Doc/HTML/img75.gif -lib/X11/xcoral/Doc/HTML/img107.gif -lib/X11/xcoral/Doc/HTML/img82.gif -lib/X11/xcoral/Doc/HTML/img9.gif -lib/X11/xcoral/Doc/HTML/img89.gif -lib/X11/xcoral/Doc/HTML/img15.gif -lib/X11/xcoral/Doc/HTML/img26.gif -lib/X11/xcoral/Doc/HTML/img27.gif -lib/X11/xcoral/Doc/HTML/img33.gif -lib/X11/xcoral/Doc/HTML/img49.gif -lib/X11/xcoral/Doc/HTML/img44.gif -lib/X11/xcoral/Doc/HTML/img46.gif -lib/X11/xcoral/Doc/HTML/img48.gif -lib/X11/xcoral/Doc/HTML/img37.gif -lib/X11/xcoral/Doc/HTML/img95.gif -lib/X11/xcoral/Doc/HTML/img50.gif -lib/X11/xcoral/Doc/HTML/img99.gif -lib/X11/xcoral/Doc/HTML/img65.gif -lib/X11/xcoral/Doc/HTML/img45.gif -lib/X11/xcoral/Doc/HTML/img112.gif -lib/X11/xcoral/Doc/HTML/img102.gif -lib/X11/xcoral/Doc/HTML/img57.gif -lib/X11/xcoral/Doc/HTML/img86.gif -lib/X11/xcoral/Doc/HTML/img88.gif -lib/X11/xcoral/Doc/HTML/img100.gif -lib/X11/xcoral/Doc/HTML/img60.gif -lib/X11/xcoral/Doc/HTML/img10.gif -lib/X11/xcoral/Doc/HTML/img83.gif -lib/X11/xcoral/Doc/HTML/img58.gif -lib/X11/xcoral/Doc/HTML/img77.gif -lib/X11/xcoral/Doc/HTML/img87.gif -lib/X11/xcoral/Doc/HTML/img23.gif -lib/X11/xcoral/Doc/HTML/img18.gif -lib/X11/xcoral/Doc/HTML/img1.gif -lib/X11/xcoral/Doc/HTML/img11.gif -lib/X11/xcoral/Doc/HTML/img2.gif -lib/X11/xcoral/Doc/HTML/img3.gif -lib/X11/xcoral/Doc/HTML/img38.gif -lib/X11/xcoral/Doc/HTML/img19.gif -lib/X11/xcoral/Doc/HTML/img28.gif -lib/X11/xcoral/Doc/HTML/img34.gif -lib/X11/xcoral/Doc/HTML/img22.gif -lib/X11/xcoral/Doc/HTML/img40.gif -lib/X11/xcoral/Doc/HTML/img35.gif -lib/X11/xcoral/Doc/HTML/img51.gif -lib/X11/xcoral/Doc/HTML/img71.gif -lib/X11/xcoral/Doc/HTML/img47.gif -lib/X11/xcoral/Doc/HTML/img96.gif -lib/X11/xcoral/Doc/HTML/img66.gif -lib/X11/xcoral/Doc/HTML/img85.gif -lib/X11/xcoral/Doc/HTML/img4.gif -lib/X11/xcoral/Doc/HTML/img80.gif -lib/X11/xcoral/Doc/HTML/img97.gif -lib/X11/xcoral/Doc/HTML/img108.gif -lib/X11/xcoral/Doc/HTML/img52.gif -lib/X11/xcoral/Doc/HTML/img55.gif -lib/X11/xcoral/Doc/HTML/img59.gif -lib/X11/xcoral/Doc/HTML/img84.gif -lib/X11/xcoral/Doc/HTML/img12.gif -lib/X11/xcoral/Doc/HTML/img90.gif -lib/X11/xcoral/Doc/HTML/img29.gif -lib/X11/xcoral/Doc/HTML/img24.gif -lib/X11/xcoral/Doc/HTML/img13.gif -lib/X11/xcoral/Doc/HTML/img39.gif -lib/X11/xcoral/Doc/HTML/img30.gif -lib/X11/xcoral/Doc/HTML/img67.gif -lib/X11/xcoral/Doc/HTML/img103.gif -lib/X11/xcoral/Doc/HTML/img109.gif -lib/X11/xcoral/Doc/HTML/img72.gif -lib/X11/xcoral/Doc/HTML/img42.gif -lib/X11/xcoral/Doc/HTML/img93.gif -lib/X11/xcoral/Doc/HTML/img5.gif -lib/X11/xcoral/Doc/HTML/img105.gif -lib/X11/xcoral/Doc/HTML/img56.gif -lib/X11/xcoral/Doc/HTML/img110.gif -lib/X11/xcoral/Doc/HTML/img73.gif -lib/X11/xcoral/Doc/HTML/img69.gif -lib/X11/xcoral/Doc/HTML/img81.gif -lib/X11/xcoral/Doc/HTML/img53.gif -lib/X11/xcoral/Doc/HTML/img62.gif -lib/X11/xcoral/Doc/HTML/img101.gif -lib/X11/xcoral/Doc/HTML/img61.gif -lib/X11/xcoral/Doc/xcoral-3.1.ps -@dirrm lib/X11/xcoral/Doc/HTML/icons -@dirrm lib/X11/xcoral/Doc/HTML -@dirrm lib/X11/xcoral/Doc -@dirrm lib/X11/xcoral +lib/xcoral/DEPEND +lib/xcoral/README +lib/xcoral/cmd.sc +lib/xcoral/color.sc +lib/xcoral/comments.sc +lib/xcoral/compare-win.sc +lib/xcoral/complete-word.sc +lib/xcoral/describe.sc +lib/xcoral/edir.sc +lib/xcoral/edt.sc +lib/xcoral/example.sc +lib/xcoral/french.sc +lib/xcoral/hack-filename.sc +lib/xcoral/hanoi.sc +lib/xcoral/head.sc +lib/xcoral/html.sc +lib/xcoral/java.sc +lib/xcoral/keydef-ext.sc +lib/xcoral/latex-macros.sc +lib/xcoral/latex.sc +lib/xcoral/man.dtex +lib/xcoral/misc-commands.sc +lib/xcoral/mode-ext.sc +lib/xcoral/mode.sc +lib/xcoral/mouse.sc +lib/xcoral/rcs.sc +lib/xcoral/save.sc +lib/xcoral/sun-keydef.sc +lib/xcoral/title.sc +lib/xcoral/top-ten.sc +lib/xcoral/utilities.sc +lib/xcoral/version.sc +lib/xcoral/window-utilities.sc +lib/xcoral/xcoralrc.lf +share/doc/xcoral/HTML/footnode.html +share/doc/xcoral/HTML/img1.gif +share/doc/xcoral/HTML/img10.gif +share/doc/xcoral/HTML/img100.gif +share/doc/xcoral/HTML/img101.gif +share/doc/xcoral/HTML/img102.gif +share/doc/xcoral/HTML/img103.gif +share/doc/xcoral/HTML/img104.gif +share/doc/xcoral/HTML/img105.gif +share/doc/xcoral/HTML/img106.gif +share/doc/xcoral/HTML/img107.gif +share/doc/xcoral/HTML/img108.gif +share/doc/xcoral/HTML/img109.gif +share/doc/xcoral/HTML/img11.gif +share/doc/xcoral/HTML/img110.gif +share/doc/xcoral/HTML/img12.gif +share/doc/xcoral/HTML/img13.gif +share/doc/xcoral/HTML/img14.gif +share/doc/xcoral/HTML/img15.gif +share/doc/xcoral/HTML/img16.gif +share/doc/xcoral/HTML/img17.gif +share/doc/xcoral/HTML/img18.gif +share/doc/xcoral/HTML/img19.gif +share/doc/xcoral/HTML/img2.gif +share/doc/xcoral/HTML/img20.gif +share/doc/xcoral/HTML/img21.gif +share/doc/xcoral/HTML/img22.gif +share/doc/xcoral/HTML/img23.gif +share/doc/xcoral/HTML/img24.gif +share/doc/xcoral/HTML/img25.gif +share/doc/xcoral/HTML/img26.gif +share/doc/xcoral/HTML/img27.gif +share/doc/xcoral/HTML/img28.gif +share/doc/xcoral/HTML/img29.gif +share/doc/xcoral/HTML/img3.gif +share/doc/xcoral/HTML/img30.gif +share/doc/xcoral/HTML/img31.gif +share/doc/xcoral/HTML/img32.gif +share/doc/xcoral/HTML/img33.gif +share/doc/xcoral/HTML/img34.gif +share/doc/xcoral/HTML/img35.gif +share/doc/xcoral/HTML/img36.gif +share/doc/xcoral/HTML/img37.gif +share/doc/xcoral/HTML/img38.gif +share/doc/xcoral/HTML/img39.gif +share/doc/xcoral/HTML/img4.gif +share/doc/xcoral/HTML/img40.gif +share/doc/xcoral/HTML/img41.gif +share/doc/xcoral/HTML/img42.gif +share/doc/xcoral/HTML/img43.gif +share/doc/xcoral/HTML/img44.gif +share/doc/xcoral/HTML/img45.gif +share/doc/xcoral/HTML/img46.gif +share/doc/xcoral/HTML/img47.gif +share/doc/xcoral/HTML/img48.gif +share/doc/xcoral/HTML/img49.gif +share/doc/xcoral/HTML/img5.gif +share/doc/xcoral/HTML/img50.gif +share/doc/xcoral/HTML/img51.gif +share/doc/xcoral/HTML/img52.gif +share/doc/xcoral/HTML/img53.gif +share/doc/xcoral/HTML/img54.gif +share/doc/xcoral/HTML/img55.gif +share/doc/xcoral/HTML/img56.gif +share/doc/xcoral/HTML/img57.gif +share/doc/xcoral/HTML/img58.gif +share/doc/xcoral/HTML/img59.gif +share/doc/xcoral/HTML/img6.gif +share/doc/xcoral/HTML/img60.gif +share/doc/xcoral/HTML/img61.gif +share/doc/xcoral/HTML/img62.gif +share/doc/xcoral/HTML/img63.gif +share/doc/xcoral/HTML/img64.gif +share/doc/xcoral/HTML/img65.gif +share/doc/xcoral/HTML/img66.gif +share/doc/xcoral/HTML/img67.gif +share/doc/xcoral/HTML/img68.gif +share/doc/xcoral/HTML/img69.gif +share/doc/xcoral/HTML/img7.gif +share/doc/xcoral/HTML/img70.gif +share/doc/xcoral/HTML/img71.gif +share/doc/xcoral/HTML/img72.gif +share/doc/xcoral/HTML/img73.gif +share/doc/xcoral/HTML/img74.gif +share/doc/xcoral/HTML/img75.gif +share/doc/xcoral/HTML/img76.gif +share/doc/xcoral/HTML/img77.gif +share/doc/xcoral/HTML/img78.gif +share/doc/xcoral/HTML/img79.gif +share/doc/xcoral/HTML/img8.gif +share/doc/xcoral/HTML/img80.gif +share/doc/xcoral/HTML/img81.gif +share/doc/xcoral/HTML/img82.gif +share/doc/xcoral/HTML/img83.gif +share/doc/xcoral/HTML/img84.gif +share/doc/xcoral/HTML/img85.gif +share/doc/xcoral/HTML/img86.gif +share/doc/xcoral/HTML/img87.gif +share/doc/xcoral/HTML/img88.gif +share/doc/xcoral/HTML/img89.gif +share/doc/xcoral/HTML/img9.gif +share/doc/xcoral/HTML/img90.gif +share/doc/xcoral/HTML/img91.gif +share/doc/xcoral/HTML/img92.gif +share/doc/xcoral/HTML/img93.gif +share/doc/xcoral/HTML/img94.gif +share/doc/xcoral/HTML/img95.gif +share/doc/xcoral/HTML/img96.gif +share/doc/xcoral/HTML/img97.gif +share/doc/xcoral/HTML/img98.gif +share/doc/xcoral/HTML/img99.gif +share/doc/xcoral/HTML/index.html +share/doc/xcoral/HTML/node1.html +share/doc/xcoral/HTML/node10.html +share/doc/xcoral/HTML/node100.html +share/doc/xcoral/HTML/node101.html +share/doc/xcoral/HTML/node102.html +share/doc/xcoral/HTML/node103.html +share/doc/xcoral/HTML/node104.html +share/doc/xcoral/HTML/node105.html +share/doc/xcoral/HTML/node106.html +share/doc/xcoral/HTML/node107.html +share/doc/xcoral/HTML/node11.html +share/doc/xcoral/HTML/node108.html +share/doc/xcoral/HTML/node109.html +share/doc/xcoral/HTML/node110.html +share/doc/xcoral/HTML/node111.html +share/doc/xcoral/HTML/node112.html +share/doc/xcoral/HTML/node113.html +share/doc/xcoral/HTML/node114.html +share/doc/xcoral/HTML/node115.html +share/doc/xcoral/HTML/node116.html +share/doc/xcoral/HTML/node117.html +share/doc/xcoral/HTML/node118.html +share/doc/xcoral/HTML/node119.html +share/doc/xcoral/HTML/node12.html +share/doc/xcoral/HTML/node120.html +share/doc/xcoral/HTML/node121.html +share/doc/xcoral/HTML/node122.html +share/doc/xcoral/HTML/node123.html +share/doc/xcoral/HTML/node124.html +share/doc/xcoral/HTML/node125.html +share/doc/xcoral/HTML/node126.html +share/doc/xcoral/HTML/node127.html +share/doc/xcoral/HTML/node128.html +share/doc/xcoral/HTML/node129.html +share/doc/xcoral/HTML/node13.html +share/doc/xcoral/HTML/node130.html +share/doc/xcoral/HTML/node131.html +share/doc/xcoral/HTML/node132.html +share/doc/xcoral/HTML/node133.html +share/doc/xcoral/HTML/node134.html +share/doc/xcoral/HTML/node135.html +share/doc/xcoral/HTML/node136.html +share/doc/xcoral/HTML/node137.html +share/doc/xcoral/HTML/node138.html +share/doc/xcoral/HTML/node139.html +share/doc/xcoral/HTML/node14.html +share/doc/xcoral/HTML/node140.html +share/doc/xcoral/HTML/node141.html +share/doc/xcoral/HTML/node142.html +share/doc/xcoral/HTML/node143.html +share/doc/xcoral/HTML/node144.html +share/doc/xcoral/HTML/node145.html +share/doc/xcoral/HTML/node146.html +share/doc/xcoral/HTML/icons/blueball.gif +share/doc/xcoral/HTML/icons/greenball.gif +share/doc/xcoral/HTML/icons/orangeball.gif +share/doc/xcoral/HTML/icons/pinkball.gif +share/doc/xcoral/HTML/icons/purpleball.gif +share/doc/xcoral/HTML/icons/redball.gif +share/doc/xcoral/HTML/icons/whiteball.gif +share/doc/xcoral/HTML/icons/yellowball.gif +share/doc/xcoral/HTML/icons/contents_motif.gif +share/doc/xcoral/HTML/icons/cross_ref_motif.gif +share/doc/xcoral/HTML/icons/foot_motif.gif +share/doc/xcoral/HTML/icons/index_motif.gif +share/doc/xcoral/HTML/icons/next_motif.gif +share/doc/xcoral/HTML/icons/next_motif_gr.gif +share/doc/xcoral/HTML/icons/previous_motif.gif +share/doc/xcoral/HTML/icons/previous_motif_gr.gif +share/doc/xcoral/HTML/icons/up_motif.gif +share/doc/xcoral/HTML/icons/up_motif_gr.gif +share/doc/xcoral/HTML/icons/mybg.jpg +share/doc/xcoral/HTML/node147.html +share/doc/xcoral/HTML/node148.html +share/doc/xcoral/HTML/node149.html +share/doc/xcoral/HTML/node15.html +share/doc/xcoral/HTML/node150.html +share/doc/xcoral/HTML/node151.html +share/doc/xcoral/HTML/node152.html +share/doc/xcoral/HTML/node153.html +share/doc/xcoral/HTML/node154.html +share/doc/xcoral/HTML/node155.html +share/doc/xcoral/HTML/node156.html +share/doc/xcoral/HTML/node157.html +share/doc/xcoral/HTML/node158.html +share/doc/xcoral/HTML/node159.html +share/doc/xcoral/HTML/node16.html +share/doc/xcoral/HTML/node160.html +share/doc/xcoral/HTML/node161.html +share/doc/xcoral/HTML/node162.html +share/doc/xcoral/HTML/node163.html +share/doc/xcoral/HTML/node164.html +share/doc/xcoral/HTML/node165.html +share/doc/xcoral/HTML/node166.html +share/doc/xcoral/HTML/node167.html +share/doc/xcoral/HTML/node168.html +share/doc/xcoral/HTML/node169.html +share/doc/xcoral/HTML/node17.html +share/doc/xcoral/HTML/node170.html +share/doc/xcoral/HTML/node171.html +share/doc/xcoral/HTML/node172.html +share/doc/xcoral/HTML/node173.html +share/doc/xcoral/HTML/node174.html +share/doc/xcoral/HTML/node175.html +share/doc/xcoral/HTML/node176.html +share/doc/xcoral/HTML/node177.html +share/doc/xcoral/HTML/node178.html +share/doc/xcoral/HTML/node179.html +share/doc/xcoral/HTML/node18.html +share/doc/xcoral/HTML/node180.html +share/doc/xcoral/HTML/node181.html +share/doc/xcoral/HTML/node182.html +share/doc/xcoral/HTML/node183.html +share/doc/xcoral/HTML/node184.html +share/doc/xcoral/HTML/node185.html +share/doc/xcoral/HTML/node186.html +share/doc/xcoral/HTML/node187.html +share/doc/xcoral/HTML/node188.html +share/doc/xcoral/HTML/node189.html +share/doc/xcoral/HTML/node19.html +share/doc/xcoral/HTML/node190.html +share/doc/xcoral/HTML/node191.html +share/doc/xcoral/HTML/node192.html +share/doc/xcoral/HTML/node193.html +share/doc/xcoral/HTML/node194.html +share/doc/xcoral/HTML/node195.html +share/doc/xcoral/HTML/node196.html +share/doc/xcoral/HTML/node197.html +share/doc/xcoral/HTML/node198.html +share/doc/xcoral/HTML/node199.html +share/doc/xcoral/HTML/node2.html +share/doc/xcoral/HTML/node20.html +share/doc/xcoral/HTML/node200.html +share/doc/xcoral/HTML/node201.html +share/doc/xcoral/HTML/node202.html +share/doc/xcoral/HTML/node21.html +share/doc/xcoral/HTML/node203.html +share/doc/xcoral/HTML/node204.html +share/doc/xcoral/HTML/node205.html +share/doc/xcoral/HTML/node206.html +share/doc/xcoral/HTML/node207.html +share/doc/xcoral/HTML/node208.html +share/doc/xcoral/HTML/node209.html +share/doc/xcoral/HTML/node210.html +share/doc/xcoral/HTML/node211.html +share/doc/xcoral/HTML/node212.html +share/doc/xcoral/HTML/node213.html +share/doc/xcoral/HTML/node214.html +share/doc/xcoral/HTML/node215.html +share/doc/xcoral/HTML/node216.html +share/doc/xcoral/HTML/node217.html +share/doc/xcoral/HTML/node218.html +share/doc/xcoral/HTML/node219.html +share/doc/xcoral/HTML/node22.html +share/doc/xcoral/HTML/node220.html +share/doc/xcoral/HTML/node221.html +share/doc/xcoral/HTML/node222.html +share/doc/xcoral/HTML/node223.html +share/doc/xcoral/HTML/node224.html +share/doc/xcoral/HTML/node225.html +share/doc/xcoral/HTML/node226.html +share/doc/xcoral/HTML/node227.html +share/doc/xcoral/HTML/node228.html +share/doc/xcoral/HTML/node229.html +share/doc/xcoral/HTML/node23.html +share/doc/xcoral/HTML/node230.html +share/doc/xcoral/HTML/node231.html +share/doc/xcoral/HTML/node232.html +share/doc/xcoral/HTML/node233.html +share/doc/xcoral/HTML/node234.html +share/doc/xcoral/HTML/node235.html +share/doc/xcoral/HTML/node236.html +share/doc/xcoral/HTML/node237.html +share/doc/xcoral/HTML/node238.html +share/doc/xcoral/HTML/node239.html +share/doc/xcoral/HTML/node24.html +share/doc/xcoral/HTML/node240.html +share/doc/xcoral/HTML/node241.html +share/doc/xcoral/HTML/node242.html +share/doc/xcoral/HTML/node243.html +share/doc/xcoral/HTML/node244.html +share/doc/xcoral/HTML/node245.html +share/doc/xcoral/HTML/node246.html +share/doc/xcoral/HTML/node247.html +share/doc/xcoral/HTML/node248.html +share/doc/xcoral/HTML/node249.html +share/doc/xcoral/HTML/node25.html +share/doc/xcoral/HTML/node250.html +share/doc/xcoral/HTML/node251.html +share/doc/xcoral/HTML/node252.html +share/doc/xcoral/HTML/node253.html +share/doc/xcoral/HTML/node254.html +share/doc/xcoral/HTML/node255.html +share/doc/xcoral/HTML/node256.html +share/doc/xcoral/HTML/node257.html +share/doc/xcoral/HTML/node258.html +share/doc/xcoral/HTML/node259.html +share/doc/xcoral/HTML/node26.html +share/doc/xcoral/HTML/node260.html +share/doc/xcoral/HTML/node261.html +share/doc/xcoral/HTML/node262.html +share/doc/xcoral/HTML/node263.html +share/doc/xcoral/HTML/node264.html +share/doc/xcoral/HTML/node265.html +share/doc/xcoral/HTML/node266.html +share/doc/xcoral/HTML/node267.html +share/doc/xcoral/HTML/node268.html +share/doc/xcoral/HTML/node269.html +share/doc/xcoral/HTML/node27.html +share/doc/xcoral/HTML/node270.html +share/doc/xcoral/HTML/node271.html +share/doc/xcoral/HTML/node272.html +share/doc/xcoral/HTML/node273.html +share/doc/xcoral/HTML/node274.html +share/doc/xcoral/HTML/node275.html +share/doc/xcoral/HTML/node276.html +share/doc/xcoral/HTML/node277.html +share/doc/xcoral/HTML/node278.html +share/doc/xcoral/HTML/node279.html +share/doc/xcoral/HTML/node28.html +share/doc/xcoral/HTML/node280.html +share/doc/xcoral/HTML/node281.html +share/doc/xcoral/HTML/node282.html +share/doc/xcoral/HTML/node283.html +share/doc/xcoral/HTML/node284.html +share/doc/xcoral/HTML/node285.html +share/doc/xcoral/HTML/node286.html +share/doc/xcoral/HTML/node287.html +share/doc/xcoral/HTML/node288.html +share/doc/xcoral/HTML/node289.html +share/doc/xcoral/HTML/node29.html +share/doc/xcoral/HTML/node290.html +share/doc/xcoral/HTML/node291.html +share/doc/xcoral/HTML/node292.html +share/doc/xcoral/HTML/node293.html +share/doc/xcoral/HTML/node294.html +share/doc/xcoral/HTML/node295.html +share/doc/xcoral/HTML/node296.html +share/doc/xcoral/HTML/node297.html +share/doc/xcoral/HTML/node298.html +share/doc/xcoral/HTML/node299.html +share/doc/xcoral/HTML/node3.html +share/doc/xcoral/HTML/node30.html +share/doc/xcoral/HTML/node300.html +share/doc/xcoral/HTML/node301.html +share/doc/xcoral/HTML/node302.html +share/doc/xcoral/HTML/node303.html +share/doc/xcoral/HTML/node304.html +share/doc/xcoral/HTML/node305.html +share/doc/xcoral/HTML/node306.html +share/doc/xcoral/HTML/node307.html +share/doc/xcoral/HTML/node31.html +share/doc/xcoral/HTML/node32.html +share/doc/xcoral/HTML/node33.html +share/doc/xcoral/HTML/node34.html +share/doc/xcoral/HTML/node35.html +share/doc/xcoral/HTML/node36.html +share/doc/xcoral/HTML/node37.html +share/doc/xcoral/HTML/node38.html +share/doc/xcoral/HTML/node39.html +share/doc/xcoral/HTML/node4.html +share/doc/xcoral/HTML/node40.html +share/doc/xcoral/HTML/node41.html +share/doc/xcoral/HTML/node42.html +share/doc/xcoral/HTML/node43.html +share/doc/xcoral/HTML/node44.html +share/doc/xcoral/HTML/node45.html +share/doc/xcoral/HTML/node46.html +share/doc/xcoral/HTML/node47.html +share/doc/xcoral/HTML/node48.html +share/doc/xcoral/HTML/node49.html +share/doc/xcoral/HTML/node5.html +share/doc/xcoral/HTML/node50.html +share/doc/xcoral/HTML/node51.html +share/doc/xcoral/HTML/node52.html +share/doc/xcoral/HTML/node53.html +share/doc/xcoral/HTML/node54.html +share/doc/xcoral/HTML/node55.html +share/doc/xcoral/HTML/node56.html +share/doc/xcoral/HTML/node57.html +share/doc/xcoral/HTML/node58.html +share/doc/xcoral/HTML/node59.html +share/doc/xcoral/HTML/node6.html +share/doc/xcoral/HTML/node60.html +share/doc/xcoral/HTML/node61.html +share/doc/xcoral/HTML/node62.html +share/doc/xcoral/HTML/node63.html +share/doc/xcoral/HTML/node64.html +share/doc/xcoral/HTML/node65.html +share/doc/xcoral/HTML/node66.html +share/doc/xcoral/HTML/node67.html +share/doc/xcoral/HTML/node68.html +share/doc/xcoral/HTML/node69.html +share/doc/xcoral/HTML/node7.html +share/doc/xcoral/HTML/node70.html +share/doc/xcoral/HTML/node71.html +share/doc/xcoral/HTML/node72.html +share/doc/xcoral/HTML/node73.html +share/doc/xcoral/HTML/node74.html +share/doc/xcoral/HTML/node75.html +share/doc/xcoral/HTML/node76.html +share/doc/xcoral/HTML/node77.html +share/doc/xcoral/HTML/node78.html +share/doc/xcoral/HTML/node79.html +share/doc/xcoral/HTML/node8.html +share/doc/xcoral/HTML/node80.html +share/doc/xcoral/HTML/node81.html +share/doc/xcoral/HTML/node82.html +share/doc/xcoral/HTML/node83.html +share/doc/xcoral/HTML/node84.html +share/doc/xcoral/HTML/node85.html +share/doc/xcoral/HTML/node86.html +share/doc/xcoral/HTML/node87.html +share/doc/xcoral/HTML/node88.html +share/doc/xcoral/HTML/node89.html +share/doc/xcoral/HTML/node9.html +share/doc/xcoral/HTML/node90.html +share/doc/xcoral/HTML/node91.html +share/doc/xcoral/HTML/node92.html +share/doc/xcoral/HTML/node93.html +share/doc/xcoral/HTML/node94.html +share/doc/xcoral/HTML/node95.html +share/doc/xcoral/HTML/node96.html +share/doc/xcoral/HTML/node97.html +share/doc/xcoral/HTML/node98.html +share/doc/xcoral/HTML/node99.html +share/doc/xcoral/HTML/xcoral.css +share/doc/xcoral/HTML/xcoral.html +share/doc/xcoral/xcoral-card.ps +share/doc/xcoral/xcoral-session.gif +share/doc/xcoral/README +share/doc/xcoral/xcoral-3.2.ps +@dirrm share/doc/xcoral/HTML/icons +@dirrm share/doc/xcoral/HTML +@dirrm share/doc/xcoral +@dirrm lib/xcoral diff -ruN xcoral/pkg/PLIST~ xcoral~/pkg/PLIST~ --- xcoral/pkg/PLIST~ Thu Jan 1 09:30:00 1970 +++ xcoral~/pkg/PLIST~ Sat Jan 23 01:30:05 1999 @@ -0,0 +1,450 @@ +bin/xcoral +share/doc/xcoral/HTML/footnode.html +share/doc/xcoral/HTML/img1.gif +share/doc/xcoral/HTML/img10.gif +share/doc/xcoral/HTML/img100.gif +share/doc/xcoral/HTML/img101.gif +share/doc/xcoral/HTML/img102.gif +share/doc/xcoral/HTML/img103.gif +share/doc/xcoral/HTML/img104.gif +share/doc/xcoral/HTML/img105.gif +share/doc/xcoral/HTML/img106.gif +share/doc/xcoral/HTML/img107.gif +share/doc/xcoral/HTML/img108.gif +share/doc/xcoral/HTML/img109.gif +share/doc/xcoral/HTML/img11.gif +share/doc/xcoral/HTML/img110.gif +share/doc/xcoral/HTML/img12.gif +share/doc/xcoral/HTML/img13.gif +share/doc/xcoral/HTML/img14.gif +share/doc/xcoral/HTML/img15.gif +share/doc/xcoral/HTML/img16.gif +share/doc/xcoral/HTML/img17.gif +share/doc/xcoral/HTML/img18.gif +share/doc/xcoral/HTML/img19.gif +share/doc/xcoral/HTML/img2.gif +share/doc/xcoral/HTML/img20.gif +share/doc/xcoral/HTML/img21.gif +share/doc/xcoral/HTML/img22.gif +share/doc/xcoral/HTML/img23.gif +share/doc/xcoral/HTML/img24.gif +share/doc/xcoral/HTML/img25.gif +share/doc/xcoral/HTML/img26.gif +share/doc/xcoral/HTML/img27.gif +share/doc/xcoral/HTML/img28.gif +share/doc/xcoral/HTML/img29.gif +share/doc/xcoral/HTML/img3.gif +share/doc/xcoral/HTML/img30.gif +share/doc/xcoral/HTML/img31.gif +share/doc/xcoral/HTML/img32.gif +share/doc/xcoral/HTML/img33.gif +share/doc/xcoral/HTML/img34.gif +share/doc/xcoral/HTML/img35.gif +share/doc/xcoral/HTML/img36.gif +share/doc/xcoral/HTML/img37.gif +share/doc/xcoral/HTML/img38.gif +share/doc/xcoral/HTML/img39.gif +share/doc/xcoral/HTML/img4.gif +share/doc/xcoral/HTML/img40.gif +share/doc/xcoral/HTML/img41.gif +share/doc/xcoral/HTML/img42.gif +share/doc/xcoral/HTML/img43.gif +share/doc/xcoral/HTML/img44.gif +share/doc/xcoral/HTML/img45.gif +share/doc/xcoral/HTML/img46.gif +share/doc/xcoral/HTML/img47.gif +share/doc/xcoral/HTML/img48.gif +share/doc/xcoral/HTML/img49.gif +share/doc/xcoral/HTML/img5.gif +share/doc/xcoral/HTML/img50.gif +share/doc/xcoral/HTML/img51.gif +share/doc/xcoral/HTML/img52.gif +share/doc/xcoral/HTML/img53.gif +share/doc/xcoral/HTML/img54.gif +share/doc/xcoral/HTML/img55.gif +share/doc/xcoral/HTML/img56.gif +share/doc/xcoral/HTML/img57.gif +share/doc/xcoral/HTML/img58.gif +share/doc/xcoral/HTML/img59.gif +share/doc/xcoral/HTML/img6.gif +share/doc/xcoral/HTML/img60.gif +share/doc/xcoral/HTML/img61.gif +share/doc/xcoral/HTML/img62.gif +share/doc/xcoral/HTML/img63.gif +share/doc/xcoral/HTML/img64.gif +share/doc/xcoral/HTML/img65.gif +share/doc/xcoral/HTML/img66.gif +share/doc/xcoral/HTML/img67.gif +share/doc/xcoral/HTML/img68.gif +share/doc/xcoral/HTML/img69.gif +share/doc/xcoral/HTML/img7.gif +share/doc/xcoral/HTML/img70.gif +share/doc/xcoral/HTML/img71.gif +share/doc/xcoral/HTML/img72.gif +share/doc/xcoral/HTML/img73.gif +share/doc/xcoral/HTML/img74.gif +share/doc/xcoral/HTML/img75.gif +share/doc/xcoral/HTML/img76.gif +share/doc/xcoral/HTML/img77.gif +share/doc/xcoral/HTML/img78.gif +share/doc/xcoral/HTML/img79.gif +share/doc/xcoral/HTML/img8.gif +share/doc/xcoral/HTML/img80.gif +share/doc/xcoral/HTML/img81.gif +share/doc/xcoral/HTML/img82.gif +share/doc/xcoral/HTML/img83.gif +share/doc/xcoral/HTML/img84.gif +share/doc/xcoral/HTML/img85.gif +share/doc/xcoral/HTML/img86.gif +share/doc/xcoral/HTML/img87.gif +share/doc/xcoral/HTML/img88.gif +share/doc/xcoral/HTML/img89.gif +share/doc/xcoral/HTML/img9.gif +share/doc/xcoral/HTML/img90.gif +share/doc/xcoral/HTML/img91.gif +share/doc/xcoral/HTML/img92.gif +share/doc/xcoral/HTML/img93.gif +share/doc/xcoral/HTML/img94.gif +share/doc/xcoral/HTML/img95.gif +share/doc/xcoral/HTML/img96.gif +share/doc/xcoral/HTML/img97.gif +share/doc/xcoral/HTML/img98.gif +share/doc/xcoral/HTML/img99.gif +share/doc/xcoral/HTML/index.html +share/doc/xcoral/HTML/node1.html +share/doc/xcoral/HTML/node10.html +share/doc/xcoral/HTML/node100.html +share/doc/xcoral/HTML/node101.html +share/doc/xcoral/HTML/node102.html +share/doc/xcoral/HTML/node103.html +share/doc/xcoral/HTML/node104.html +share/doc/xcoral/HTML/node105.html +share/doc/xcoral/HTML/node106.html +share/doc/xcoral/HTML/node107.html +share/doc/xcoral/HTML/node11.html +share/doc/xcoral/HTML/node108.html +share/doc/xcoral/HTML/node109.html +share/doc/xcoral/HTML/node110.html +share/doc/xcoral/HTML/node111.html +share/doc/xcoral/HTML/node112.html +share/doc/xcoral/HTML/node113.html +share/doc/xcoral/HTML/node114.html +share/doc/xcoral/HTML/node115.html +share/doc/xcoral/HTML/node116.html +share/doc/xcoral/HTML/node117.html +share/doc/xcoral/HTML/node118.html +share/doc/xcoral/HTML/node119.html +share/doc/xcoral/HTML/node12.html +share/doc/xcoral/HTML/node120.html +share/doc/xcoral/HTML/node121.html +share/doc/xcoral/HTML/node122.html +share/doc/xcoral/HTML/node123.html +share/doc/xcoral/HTML/node124.html +share/doc/xcoral/HTML/node125.html +share/doc/xcoral/HTML/node126.html +share/doc/xcoral/HTML/node127.html +share/doc/xcoral/HTML/node128.html +share/doc/xcoral/HTML/node129.html +share/doc/xcoral/HTML/node13.html +share/doc/xcoral/HTML/node130.html +share/doc/xcoral/HTML/node131.html +share/doc/xcoral/HTML/node132.html +share/doc/xcoral/HTML/node133.html +share/doc/xcoral/HTML/node134.html +share/doc/xcoral/HTML/node135.html +share/doc/xcoral/HTML/node136.html +share/doc/xcoral/HTML/node137.html +share/doc/xcoral/HTML/node138.html +share/doc/xcoral/HTML/node139.html +share/doc/xcoral/HTML/node14.html +share/doc/xcoral/HTML/node140.html +share/doc/xcoral/HTML/node141.html +share/doc/xcoral/HTML/node142.html +share/doc/xcoral/HTML/node143.html +share/doc/xcoral/HTML/node144.html +share/doc/xcoral/HTML/node145.html +share/doc/xcoral/HTML/node146.html +share/doc/xcoral/HTML/icons/blueball.gif +share/doc/xcoral/HTML/icons/greenball.gif +share/doc/xcoral/HTML/icons/orangeball.gif +share/doc/xcoral/HTML/icons/pinkball.gif +share/doc/xcoral/HTML/icons/purpleball.gif +share/doc/xcoral/HTML/icons/redball.gif +share/doc/xcoral/HTML/icons/whiteball.gif +share/doc/xcoral/HTML/icons/yellowball.gif +share/doc/xcoral/HTML/icons/contents_motif.gif +share/doc/xcoral/HTML/icons/cross_ref_motif.gif +share/doc/xcoral/HTML/icons/foot_motif.gif +share/doc/xcoral/HTML/icons/index_motif.gif +share/doc/xcoral/HTML/icons/next_motif.gif +share/doc/xcoral/HTML/icons/next_motif_gr.gif +share/doc/xcoral/HTML/icons/previous_motif.gif +share/doc/xcoral/HTML/icons/previous_motif_gr.gif +share/doc/xcoral/HTML/icons/up_motif.gif +share/doc/xcoral/HTML/icons/up_motif_gr.gif +share/doc/xcoral/HTML/icons/mybg.jpg +share/doc/xcoral/HTML/node147.html +share/doc/xcoral/HTML/node148.html +share/doc/xcoral/HTML/node149.html +share/doc/xcoral/HTML/node15.html +share/doc/xcoral/HTML/node150.html +share/doc/xcoral/HTML/node151.html +share/doc/xcoral/HTML/node152.html +share/doc/xcoral/HTML/node153.html +share/doc/xcoral/HTML/node154.html +share/doc/xcoral/HTML/node155.html +share/doc/xcoral/HTML/node156.html +share/doc/xcoral/HTML/node157.html +share/doc/xcoral/HTML/node158.html +share/doc/xcoral/HTML/node159.html +share/doc/xcoral/HTML/node16.html +share/doc/xcoral/HTML/node160.html +share/doc/xcoral/HTML/node161.html +share/doc/xcoral/HTML/node162.html +share/doc/xcoral/HTML/node163.html +share/doc/xcoral/HTML/node164.html +share/doc/xcoral/HTML/node165.html +share/doc/xcoral/HTML/node166.html +share/doc/xcoral/HTML/node167.html +share/doc/xcoral/HTML/node168.html +share/doc/xcoral/HTML/node169.html +share/doc/xcoral/HTML/node17.html +share/doc/xcoral/HTML/node170.html +share/doc/xcoral/HTML/node171.html +share/doc/xcoral/HTML/node172.html +share/doc/xcoral/HTML/node173.html +share/doc/xcoral/HTML/node174.html +share/doc/xcoral/HTML/node175.html +share/doc/xcoral/HTML/node176.html +share/doc/xcoral/HTML/node177.html +share/doc/xcoral/HTML/node178.html +share/doc/xcoral/HTML/node179.html +share/doc/xcoral/HTML/node18.html +share/doc/xcoral/HTML/node180.html +share/doc/xcoral/HTML/node181.html +share/doc/xcoral/HTML/node182.html +share/doc/xcoral/HTML/node183.html +share/doc/xcoral/HTML/node184.html +share/doc/xcoral/HTML/node185.html +share/doc/xcoral/HTML/node186.html +share/doc/xcoral/HTML/node187.html +share/doc/xcoral/HTML/node188.html +share/doc/xcoral/HTML/node189.html +share/doc/xcoral/HTML/node19.html +share/doc/xcoral/HTML/node190.html +share/doc/xcoral/HTML/node191.html +share/doc/xcoral/HTML/node192.html +share/doc/xcoral/HTML/node193.html +share/doc/xcoral/HTML/node194.html +share/doc/xcoral/HTML/node195.html +share/doc/xcoral/HTML/node196.html +share/doc/xcoral/HTML/node197.html +share/doc/xcoral/HTML/node198.html +share/doc/xcoral/HTML/node199.html +share/doc/xcoral/HTML/node2.html +share/doc/xcoral/HTML/node20.html +share/doc/xcoral/HTML/node200.html +share/doc/xcoral/HTML/node201.html +share/doc/xcoral/HTML/node202.html +share/doc/xcoral/HTML/node21.html +share/doc/xcoral/HTML/node203.html +share/doc/xcoral/HTML/node204.html +share/doc/xcoral/HTML/node205.html +share/doc/xcoral/HTML/node206.html +share/doc/xcoral/HTML/node207.html +share/doc/xcoral/HTML/node208.html +share/doc/xcoral/HTML/node209.html +share/doc/xcoral/HTML/node210.html +share/doc/xcoral/HTML/node211.html +share/doc/xcoral/HTML/node212.html +share/doc/xcoral/HTML/node213.html +share/doc/xcoral/HTML/node214.html +share/doc/xcoral/HTML/node215.html +share/doc/xcoral/HTML/node216.html +share/doc/xcoral/HTML/node217.html +share/doc/xcoral/HTML/node218.html +share/doc/xcoral/HTML/node219.html +share/doc/xcoral/HTML/node22.html +share/doc/xcoral/HTML/node220.html +share/doc/xcoral/HTML/node221.html +share/doc/xcoral/HTML/node222.html +share/doc/xcoral/HTML/node223.html +share/doc/xcoral/HTML/node224.html +share/doc/xcoral/HTML/node225.html +share/doc/xcoral/HTML/node226.html +share/doc/xcoral/HTML/node227.html +share/doc/xcoral/HTML/node228.html +share/doc/xcoral/HTML/node229.html +share/doc/xcoral/HTML/node23.html +share/doc/xcoral/HTML/node230.html +share/doc/xcoral/HTML/node231.html +share/doc/xcoral/HTML/node232.html +share/doc/xcoral/HTML/node233.html +share/doc/xcoral/HTML/node234.html +share/doc/xcoral/HTML/node235.html +share/doc/xcoral/HTML/node236.html +share/doc/xcoral/HTML/node237.html +share/doc/xcoral/HTML/node238.html +share/doc/xcoral/HTML/node239.html +share/doc/xcoral/HTML/node24.html +share/doc/xcoral/HTML/node240.html +share/doc/xcoral/HTML/node241.html +share/doc/xcoral/HTML/node242.html +share/doc/xcoral/HTML/node243.html +share/doc/xcoral/HTML/node244.html +share/doc/xcoral/HTML/node245.html +share/doc/xcoral/HTML/node246.html +share/doc/xcoral/HTML/node247.html +share/doc/xcoral/HTML/node248.html +share/doc/xcoral/HTML/node249.html +share/doc/xcoral/HTML/node25.html +share/doc/xcoral/HTML/node250.html +share/doc/xcoral/HTML/node251.html +share/doc/xcoral/HTML/node252.html +share/doc/xcoral/HTML/node253.html +share/doc/xcoral/HTML/node254.html +share/doc/xcoral/HTML/node255.html +share/doc/xcoral/HTML/node256.html +share/doc/xcoral/HTML/node257.html +share/doc/xcoral/HTML/node258.html +share/doc/xcoral/HTML/node259.html +share/doc/xcoral/HTML/node26.html +share/doc/xcoral/HTML/node260.html +share/doc/xcoral/HTML/node261.html +share/doc/xcoral/HTML/node262.html +share/doc/xcoral/HTML/node263.html +share/doc/xcoral/HTML/node264.html +share/doc/xcoral/HTML/node265.html +share/doc/xcoral/HTML/node266.html +share/doc/xcoral/HTML/node267.html +share/doc/xcoral/HTML/node268.html +share/doc/xcoral/HTML/node269.html +share/doc/xcoral/HTML/node27.html +share/doc/xcoral/HTML/node270.html +share/doc/xcoral/HTML/node271.html +share/doc/xcoral/HTML/node272.html +share/doc/xcoral/HTML/node273.html +share/doc/xcoral/HTML/node274.html +share/doc/xcoral/HTML/node275.html +share/doc/xcoral/HTML/node276.html +share/doc/xcoral/HTML/node277.html +share/doc/xcoral/HTML/node278.html +share/doc/xcoral/HTML/node279.html +share/doc/xcoral/HTML/node28.html +share/doc/xcoral/HTML/node280.html +share/doc/xcoral/HTML/node281.html +share/doc/xcoral/HTML/node282.html +share/doc/xcoral/HTML/node283.html +share/doc/xcoral/HTML/node284.html +share/doc/xcoral/HTML/node285.html +share/doc/xcoral/HTML/node286.html +share/doc/xcoral/HTML/node287.html +share/doc/xcoral/HTML/node288.html +share/doc/xcoral/HTML/node289.html +share/doc/xcoral/HTML/node29.html +share/doc/xcoral/HTML/node290.html +share/doc/xcoral/HTML/node291.html +share/doc/xcoral/HTML/node292.html +share/doc/xcoral/HTML/node293.html +share/doc/xcoral/HTML/node294.html +share/doc/xcoral/HTML/node295.html +share/doc/xcoral/HTML/node296.html +share/doc/xcoral/HTML/node297.html +share/doc/xcoral/HTML/node298.html +share/doc/xcoral/HTML/node299.html +share/doc/xcoral/HTML/node3.html +share/doc/xcoral/HTML/node30.html +share/doc/xcoral/HTML/node300.html +share/doc/xcoral/HTML/node301.html +share/doc/xcoral/HTML/node302.html +share/doc/xcoral/HTML/node303.html +share/doc/xcoral/HTML/node304.html +share/doc/xcoral/HTML/node305.html +share/doc/xcoral/HTML/node306.html +share/doc/xcoral/HTML/node307.html +share/doc/xcoral/HTML/node31.html +share/doc/xcoral/HTML/node32.html +share/doc/xcoral/HTML/node33.html +share/doc/xcoral/HTML/node34.html +share/doc/xcoral/HTML/node35.html +share/doc/xcoral/HTML/node36.html +share/doc/xcoral/HTML/node37.html +share/doc/xcoral/HTML/node38.html +share/doc/xcoral/HTML/node39.html +share/doc/xcoral/HTML/node4.html +share/doc/xcoral/HTML/node40.html +share/doc/xcoral/HTML/node41.html +share/doc/xcoral/HTML/node42.html +share/doc/xcoral/HTML/node43.html +share/doc/xcoral/HTML/node44.html +share/doc/xcoral/HTML/node45.html +share/doc/xcoral/HTML/node46.html +share/doc/xcoral/HTML/node47.html +share/doc/xcoral/HTML/node48.html +share/doc/xcoral/HTML/node49.html +share/doc/xcoral/HTML/node5.html +share/doc/xcoral/HTML/node50.html +share/doc/xcoral/HTML/node51.html +share/doc/xcoral/HTML/node52.html +share/doc/xcoral/HTML/node53.html +share/doc/xcoral/HTML/node54.html +share/doc/xcoral/HTML/node55.html +share/doc/xcoral/HTML/node56.html +share/doc/xcoral/HTML/node57.html +share/doc/xcoral/HTML/node58.html +share/doc/xcoral/HTML/node59.html +share/doc/xcoral/HTML/node6.html +share/doc/xcoral/HTML/node60.html +share/doc/xcoral/HTML/node61.html +share/doc/xcoral/HTML/node62.html +share/doc/xcoral/HTML/node63.html +share/doc/xcoral/HTML/node64.html +share/doc/xcoral/HTML/node65.html +share/doc/xcoral/HTML/node66.html +share/doc/xcoral/HTML/node67.html +share/doc/xcoral/HTML/node68.html +share/doc/xcoral/HTML/node69.html +share/doc/xcoral/HTML/node7.html +share/doc/xcoral/HTML/node70.html +share/doc/xcoral/HTML/node71.html +share/doc/xcoral/HTML/node72.html +share/doc/xcoral/HTML/node73.html +share/doc/xcoral/HTML/node74.html +share/doc/xcoral/HTML/node75.html +share/doc/xcoral/HTML/node76.html +share/doc/xcoral/HTML/node77.html +share/doc/xcoral/HTML/node78.html +share/doc/xcoral/HTML/node79.html +share/doc/xcoral/HTML/node8.html +share/doc/xcoral/HTML/node80.html +share/doc/xcoral/HTML/node81.html +share/doc/xcoral/HTML/node82.html +share/doc/xcoral/HTML/node83.html +share/doc/xcoral/HTML/node84.html +share/doc/xcoral/HTML/node85.html +share/doc/xcoral/HTML/node86.html +share/doc/xcoral/HTML/node87.html +share/doc/xcoral/HTML/node88.html +share/doc/xcoral/HTML/node89.html +share/doc/xcoral/HTML/node9.html +share/doc/xcoral/HTML/node90.html +share/doc/xcoral/HTML/node91.html +share/doc/xcoral/HTML/node92.html +share/doc/xcoral/HTML/node93.html +share/doc/xcoral/HTML/node94.html +share/doc/xcoral/HTML/node95.html +share/doc/xcoral/HTML/node96.html +share/doc/xcoral/HTML/node97.html +share/doc/xcoral/HTML/node98.html +share/doc/xcoral/HTML/node99.html +share/doc/xcoral/HTML/xcoral.css +share/doc/xcoral/HTML/xcoral.html +share/doc/xcoral/xcoral-card.ps +share/doc/xcoral/xcoral-session.gif +share/doc/xcoral/README +share/doc/xcoral/xcoral-3.2.ps +lib/xcoral/xcoralrc.lf +@dirrm share/doc/xcoral/HTML/icons +@dirrm share/doc/xcoral/HTML +@dirrm share/doc/xcoral +@dirrm lib/xcoral >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message