diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/wordperfect/Makefile | 70 | ||||
-rw-r--r-- | editors/wordperfect/distinfo | 1 | ||||
-rw-r--r-- | editors/wordperfect/files/patch-aa | 91 | ||||
-rw-r--r-- | editors/wordperfect/files/patch-ab | 67 | ||||
-rw-r--r-- | editors/wordperfect/files/xwp | 8 | ||||
-rw-r--r-- | editors/wordperfect/pkg-descr | 24 | ||||
-rw-r--r-- | editors/wordperfect/pkg-plist | 520 |
9 files changed, 1 insertions, 782 deletions
@@ -615,3 +615,4 @@ japanese/tcsh-nls-rishu||2003-09-28|Port was broken and out of date japanese/tcsh-nls-roomi||2003-09-28|Port was broken and out of date japanese/tcsh-nls-ruri2||2003-09-28|Port was broken and out of date mail/exim-ldap||2003-09-29|Depends on ancient OpenLDAP, which should be retired +editors/wordperfect||2003-09-29|obsolete, sources pulled from the internet diff --git a/editors/Makefile b/editors/Makefile index b2d0428ad5b6..6d2a9a806f47 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -171,7 +171,6 @@ SUBDIR += vim5 SUBDIR += vim6+ruby SUBDIR += wily - SUBDIR += wordperfect SUBDIR += xcoral SUBDIR += xed SUBDIR += xemacs diff --git a/editors/wordperfect/Makefile b/editors/wordperfect/Makefile deleted file mode 100644 index 59017160a03f..000000000000 --- a/editors/wordperfect/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# ports collection makefile for: wordperfect -# Date created: 1998-Dec-10 -# Whom: dugsong@OpenBSD.ORG -# msmith@freebsd.org -# Relevant URLs: http://www.corel.com/ -# -# $FreeBSD$ - -PORTNAME= wordperfect -PORTVERSION= 8.0 -CATEGORIES= editors linux -MASTER_SITES= # must fetch manually -DISTNAME= GUILG00 -EXTRACT_SUFX= .GZ - -MAINTAINER= msmith@freebsd.org -COMMENT= Graphical word processor ported from Windows - -ONLY_FOR_ARCHS= i386 -NO_CDROM= "LIC: redistribution not allowed" - -IS_INTERACTIVE= "requires user interaction for installation" - -USE_LINUX= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually after reading and following the links at http://linux.corel.com/products/wp8/download.htm Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.' -.endif - -post-extract: - @(cd ${WRKDIR} ; for file in b* g* ; do ${TAR} -xf $$file ; done) - -post-patch: - @${CP} ${WRKDIR}/shared/wpdata ${WRKDIR}/shared/wpdata.old - @${SED} 's#idir=#idir=${PREFIX}/lib/corel#' \ - < ${WRKDIR}/shared/wpdata.old \ - > ${WRKDIR}/shared/wpdata - @${CP} ${WRKDIR}/shared/install.wp ${WRKDIR}/shared/install.wp.old - @${SED} 's#REPLACE_ME_WITH_DESTINATION#${PREFIX}/lib/corel#' \ - < ${WRKDIR}/shared/install.wp.old \ - > ${WRKDIR}/shared/install.wp - -pre-install: - @${ECHO} "" ; \ - ${ECHO} " This installation of WordPerfect will expire in 90 days," ; \ - ${ECHO} " unless you retrieve a free registration key from" ; \ - ${ECHO} "" ; \ - ${ECHO} " http://venus.corel.com/nasapps/wp8linuxreg/register.html" ; \ - ${ECHO} "" ; \ - ${ECHO} " to register your copy TODAY. Do this now!" ; \ - ${ECHO} "" ; \ - ${ECHO} " The installation default directory ${PREFIX}/lib/corel must be" ; \ - ${ECHO} " accepted for installation to proceed correctly. If the installation" ; \ - ${ECHO} " needs to be relocated, set PREFIX and restart the installation." ; \ - -do-install: - @${MKDIR} ${WRKDIR}/tmp - @(cd ${WRKDIR} ; ${SCRIPTS_ENV} TMPDIR=${WRKDIR}/tmp ${SH} Runme) - @${SED} 's#REPLACE_ME_WITH_DESTINATION#${PREFIX}/lib/corel#' \ - < ${FILESDIR}/xwp \ - > ${WRKDIR}/xwp - @if test -f ${PREFIX}/bin/xwp ; then \ - ${MV} ${PREFIX}/bin/xwp ${PREFIX}/bin/xwp.old ; fi - @${INSTALL_SCRIPT} ${WRKDIR}/xwp ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/editors/wordperfect/distinfo b/editors/wordperfect/distinfo deleted file mode 100644 index 1e89947b40dd..000000000000 --- a/editors/wordperfect/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (GUILG00.GZ) = 386d2c4c1422992e8f8242bd74f3f705 diff --git a/editors/wordperfect/files/patch-aa b/editors/wordperfect/files/patch-aa deleted file mode 100644 index d9945f12eaa1..000000000000 --- a/editors/wordperfect/files/patch-aa +++ /dev/null @@ -1,91 +0,0 @@ -*** ../orig/Runme Wed Dec 9 10:38:19 1998 ---- Runme Sat Dec 19 20:06:28 1998 -*************** -*** 2,15 **** - # Script to un-tar and install WordPerfect - if [ "`echo -n`" = "" ]; then N="-n"; else C="\c"; fi; Work=0; - echo -- echo $N " Did you unzip and untar the files you downloaded? (y/n) $C"; -- read resp; -- if [ "$resp" != "y" -a "$resp" != "Y" ]; then sleep 1; -- echo; -- echo " Please refer to the Readme file if you have questions."; -- echo; -- exit; -- fi; - - # See if the file need to be renamed - if [ -f Moves ]; then ---- 2,7 ---- -*************** -*** 19,31 **** - rm -f Moves Name; - fi; - -! do_bk() { for File in `ls -1 *_* | sed '/\.bk/d'`; do -! if [ -f $File ]; then mv $File $File.bk; fi; done; } - - do_cln() { -! for FD in manual netscape readme sdk $Platform \ -! remove.wp install.wp shared; do -! rm -rf $FD; done; } - - do_menu() { - while [ "$Work" -lt 1 -o "$Work" -gt 9 ]; do echo; echo; echo; ---- 11,23 ---- - rm -f Moves Name; - fi; - -! do_bk() { -! # Do nothing. -! } - - do_cln() { -! # Do nothing. -! } - - do_menu() { - while [ "$Work" -lt 1 -o "$Work" -gt 9 ]; do echo; echo; echo; -*************** -*** 100,107 **** - if [ "$TarFiles" = "" ]; then - echo; echo "Error: Nothing new to install."; echo; exit; fi; - -! echo; echo " Extracting Files..."; SWD=`pwd`; -! for File in $TarFiles; do tar xf $File; done; - - Platform=`ls -1d */ins 2>/dev/null \ - | sed -n '1p' | sed 's|\./||' | sed 's|/.*$||'`; ---- 92,98 ---- - if [ "$TarFiles" = "" ]; then - echo; echo "Error: Nothing new to install."; echo; exit; fi; - -! SWD=`pwd`; - - Platform=`ls -1d */ins 2>/dev/null \ - | sed -n '1p' | sed 's|\./||' | sed 's|/.*$||'`; -*************** -*** 171,184 **** - - if [ "$Ret" = 1 ]; then do_cln; exit 1; fi; - -! if [ -f .wpdata ]; then # Get the installation directory -! Idir=`grep '^'idir= .wpdata | sed 's/idir=//'`; fi; -! while [ "$Idir" = "" ]; do # Prompt for it if missing -! echo $N "Enter your installation directory: $C"; read Idir; -! if [ -d $Idir/shlib10 ]; then break; -! else echo; echo "Error: Invalid Install area"; echo; fi; -! done -! - # See if any files need to be manually moved to the install area. - if [ -f g_gra00 -a ! -f b_ins00 ]; then - $Platform/ins/wpdecom $Platform/dat/graph.tar $Platform/dat/graphics; ---- 162,169 ---- - - if [ "$Ret" = 1 ]; then do_cln; exit 1; fi; - -! Idir=${PREFIX}/lib/corel; -! - # See if any files need to be manually moved to the install area. - if [ -f g_gra00 -a ! -f b_ins00 ]; then - $Platform/ins/wpdecom $Platform/dat/graph.tar $Platform/dat/graphics; diff --git a/editors/wordperfect/files/patch-ab b/editors/wordperfect/files/patch-ab deleted file mode 100644 index 18c7bd3c9c2b..000000000000 --- a/editors/wordperfect/files/patch-ab +++ /dev/null @@ -1,67 +0,0 @@ -*** ../orig/shared/install.wp Wed Nov 25 08:45:15 1998 ---- shared/install.wp Sat Dec 19 20:20:52 1998 -*************** -*** 40,47 **** - cd $FromDir; - - echo; echo $N " Please Wait $C"; -- id | egrep "root" >/dev/null 2>/dev/null; # being root adds some menues -- if [ "$?" = 0 ]; then User=root; edrc=edrc; mgic=mgic; fi; - - Version=1; - while [ -d $TMPDIR/WpTmP$Version ]; do ---- 40,45 ---- -*************** -*** 99,110 **** - UNAME_R=`uname -r`; - Maj=`echo $UNAME_R | sed 's/[^\.]*$//' | sed 's/\.$//'` - Min=`echo $UNAME_R | sed 's/.*\.//'` -- -- if [ "$Maj" != 2.0 -o "$Min" -lt 18 ]; then echo; -- echo $N " Linux $Maj.$Min not certified. Continue? (y/n) $C"; -- read Cont; -- if [ "$Cont" != y ]; then echo; do_exit; else echo $N " $C"; fi; -- fi; - fi; - } - ---- 97,102 ---- -*************** -*** 263,274 **** - echo >> shared/license; - done;; - idir) rm -f shared/m_idir; -! if [ "$FullPart" = Full ]; then warn_work="warn_inst"; -! else warn_work="warn_miss"; fi; -! sed -n -e '/#ifdef.*'$Platform'$/,/#endif.*'$Platform'$/p' \ -! -e '/#ifdef ALL/,/#endif ALL/p' shared/l_idir \ -! | sed -e '/^#/d' -e '/^$/d' | sed 's/warn_inst/'$warn_work'/' \ -! > shared/m_idir;; - size) rm -f shared/m_size; - if [ "$Prod" = "3 " ]; then Values=1; fi; - sed -n '/#ifdef ALL/,/#endif ALL/p' shared/l_size \ ---- 255,261 ---- - echo >> shared/license; - done;; - idir) rm -f shared/m_idir; -! ;; - size) rm -f shared/m_size; - if [ "$Prod" = "3 " ]; then Values=1; fi; - sed -n '/#ifdef ALL/,/#endif ALL/p' shared/l_size \ -*************** -*** 406,412 **** - Platform=`sed -n $Plat'p' $LinkDir/.plts`;; - tape) Tape=`cat .wptemp`;; - rm02) Rm02=`cat .wptemp`;; -! idir) Idir=`cat .wptemp`; - if [ -d "$Idir" ]; then # Remove it since it could change - rmdir $Idir 2>/dev/null; fi; - if [ -f $Idir/.install_log ]; then ---- 393,399 ---- - Platform=`sed -n $Plat'p' $LinkDir/.plts`;; - tape) Tape=`cat .wptemp`;; - rm02) Rm02=`cat .wptemp`;; -! idir) Idir="REPLACE_ME_WITH_DESTINATION"; - if [ -d "$Idir" ]; then # Remove it since it could change - rmdir $Idir 2>/dev/null; fi; - if [ -f $Idir/.install_log ]; then diff --git a/editors/wordperfect/files/xwp b/editors/wordperfect/files/xwp deleted file mode 100644 index c85bc40bc8ea..000000000000 --- a/editors/wordperfect/files/xwp +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Wrapper for Corel WordPerfect. -# -# dugsong@OpenBSD.org - -exec REPLACE_ME_WITH_DESTINATION/wpbin/xwp $* - diff --git a/editors/wordperfect/pkg-descr b/editors/wordperfect/pkg-descr deleted file mode 100644 index 51b08a50039f..000000000000 --- a/editors/wordperfect/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ - Corel(R) WordPerfect(R) 8 for Linux(R) - Personal Edition is an - ideal office solution that delivers the same exceptional - word-processing capabilities as the Windows (R) version, plus many - features available only for Linux. Share information easily with - enhanced compatibility features. Maximize your hardware with - support for over 1,000 printers. Corel WordPerfect 8 for Linux - - Personal Edition is word-processing power for home, school and - office. - - Corel(R) WordPerfect(R) 8 for Linux(R) (Downloadable Version) - - * Fully functional word processor - * Unlimited usage for personal, non-commercial use provided end user - registers as user of the product within 90-day period - * Multi-language support - * Import/Export Filters includes support for Office 97 document - formats - * Online help system - * Over 90 built-in spreadsheet functions - * E-mail directly from Corel WordPerfect - * Instantly become a Webmaster with "Publish to Internet" HTML - exporting features - -WWW: http://linux.corel.com/linux8/ diff --git a/editors/wordperfect/pkg-plist b/editors/wordperfect/pkg-plist deleted file mode 100644 index acacc82312b7..000000000000 --- a/editors/wordperfect/pkg-plist +++ /dev/null @@ -1,520 +0,0 @@ -bin/xwp -lib/corel/shbin10/lmgrd -lib/corel/shbin10/lmutil -lib/corel/shbin10/wplmd8 -lib/corel/shbin10/hyperhelp -lib/corel/shbin10/cvt -lib/corel/shbin10/cjpeg -lib/corel/shbin10/djpeg -lib/corel/shbin10/cv_mscom -lib/corel/shbin10/tenkey -lib/corel/shbin10/fxwpf -lib/corel/shbin10/inax4 -lib/corel/shbin10/infr -lib/corel/shbin10/infr5 -lib/corel/shbin10/inil4 -lib/corel/shbin10/inil5 -lib/corel/shbin10/iniw -lib/corel/shbin10/inwp5 -lib/corel/shbin10/inwp6 -lib/corel/shbin10/inww -lib/corel/shbin10/inww6 -lib/corel/shbin10/inww8 -lib/corel/shbin10/outax4 -lib/corel/shbin10/outfr -lib/corel/shbin10/outfr5 -lib/corel/shbin10/outil -lib/corel/shbin10/outil5 -lib/corel/shbin10/outwmf -lib/corel/shbin10/outwp5 -lib/corel/shbin10/outwp6 -lib/corel/shbin10/outww -lib/corel/shbin10/outww6 -lib/corel/shbin10/outwwmf -lib/corel/shbin10/wplicense -lib/corel/shbin10/lm_isadmin -lib/corel/shbin10/servers_up -lib/corel/shbin10/install.wp -lib/corel/shbin10/wpexc -lib/corel/shbin10/xwpgmk5 -lib/corel/shbin10/wpp -lib/corel/shbin10/wppx -lib/corel/shbin10/wpped -lib/corel/shbin10/xwpdest -lib/corel/shbin10/wppq -lib/corel/shbin10/xwppmgr -lib/corel/shbin10/xwpspell -lib/corel/shbin10/xwpthes -lib/corel/shlib10/fonts/.wpc8x.set -lib/corel/shlib10/fonts/dofonts -lib/corel/shlib10/fonts/wc00bn14.bdf -lib/corel/shlib10/fonts/wc00nn10.bdf -lib/corel/shlib10/fonts/wc00nn14.bdf -lib/corel/shlib10/fonts/wc00nn18.bdf -lib/corel/shlib10/fonts/wc00nn25.bdf -lib/corel/shlib10/fonts/wc00nn34.bdf -lib/corel/shlib10/fonts/wc01nn10.bdf -lib/corel/shlib10/fonts/wc01nn14.bdf -lib/corel/shlib10/fonts/wc01nn18.bdf -lib/corel/shlib10/fonts/wc01nn25.bdf -lib/corel/shlib10/fonts/wc01nn34.bdf -lib/corel/shlib10/fonts/wc03nn14.bdf -lib/corel/shlib10/fonts/wh00bn10.bdf -lib/corel/shlib10/fonts/wh00bn14.bdf -lib/corel/shlib10/fonts/wh00bn18.bdf -lib/corel/shlib10/fonts/wh00ni10.bdf -lib/corel/shlib10/fonts/wh00ni14.bdf -lib/corel/shlib10/fonts/wh00ni18.bdf -lib/corel/shlib10/fonts/wh00nn10.bdf -lib/corel/shlib10/fonts/wh00nn14.bdf -lib/corel/shlib10/fonts/wh00nn18.bdf -lib/corel/shlib10/fonts/wh00nn22.bdf -lib/corel/shlib10/fonts/wh00nn25.bdf -lib/corel/shlib10/fonts/wh00nn34.bdf -lib/corel/shlib10/fonts/wh01bn10.bdf -lib/corel/shlib10/fonts/wh01bn14.bdf -lib/corel/shlib10/fonts/wh01bn18.bdf -lib/corel/shlib10/fonts/wh01ni10.bdf -lib/corel/shlib10/fonts/wh01ni14.bdf -lib/corel/shlib10/fonts/wh01ni18.bdf -lib/corel/shlib10/fonts/wh01nn10.bdf -lib/corel/shlib10/fonts/wh01nn14.bdf -lib/corel/shlib10/fonts/wh01nn18.bdf -lib/corel/shlib10/fonts/wh01nn22.bdf -lib/corel/shlib10/fonts/wh01nn25.bdf -lib/corel/shlib10/fonts/wh01nn34.bdf -lib/corel/shlib10/fonts/wh02bn18.bdf -lib/corel/shlib10/fonts/wh02nn10.bdf -lib/corel/shlib10/fonts/wh02nn14.bdf -lib/corel/shlib10/fonts/wh02nn18.bdf -lib/corel/shlib10/fonts/wh03nn10.bdf -lib/corel/shlib10/fonts/wh03nn14.bdf -lib/corel/shlib10/fonts/wh03nn18.bdf -lib/corel/shlib10/fonts/wh04nn10.bdf -lib/corel/shlib10/fonts/wh04nn14.bdf -lib/corel/shlib10/fonts/wh04nn18.bdf -lib/corel/shlib10/fonts/wh05nn10.bdf -lib/corel/shlib10/fonts/wh05nn14.bdf -lib/corel/shlib10/fonts/wh05nn18.bdf -lib/corel/shlib10/fonts/wh06nn10.bdf -lib/corel/shlib10/fonts/wh06nn14.bdf -lib/corel/shlib10/fonts/wh06nn18.bdf -lib/corel/shlib10/fonts/wh07nn10.bdf -lib/corel/shlib10/fonts/wh07nn14.bdf -lib/corel/shlib10/fonts/wh07nn18.bdf -lib/corel/shlib10/fonts/wh08nn09.bdf -lib/corel/shlib10/fonts/wh08nn10.bdf -lib/corel/shlib10/fonts/wh08nn14.bdf -lib/corel/shlib10/fonts/wh08nn18.bdf -lib/corel/shlib10/fonts/wh09nn10.bdf -lib/corel/shlib10/fonts/wh09nn14.bdf -lib/corel/shlib10/fonts/wh09nn18.bdf -lib/corel/shlib10/fonts/wh10nn10.bdf -lib/corel/shlib10/fonts/wh10nn14.bdf -lib/corel/shlib10/fonts/wh10nn18.bdf -lib/corel/shlib10/fonts/wh11nn10.bdf -lib/corel/shlib10/fonts/wh11nn14.bdf -lib/corel/shlib10/fonts/wh11nn18.bdf -lib/corel/shlib10/fonts/wh13nn10.bdf -lib/corel/shlib10/fonts/wh13nn14.bdf -lib/corel/shlib10/fonts/wh13nn18.bdf -lib/corel/shlib10/fonts/wh14nn10.bdf -lib/corel/shlib10/fonts/wh14nn14.bdf -lib/corel/shlib10/fonts/wh14nn18.bdf -lib/corel/shlib10/fonts/wl00bi10.bdf -lib/corel/shlib10/fonts/wl00bi14.bdf -lib/corel/shlib10/fonts/wl00bn10.bdf -lib/corel/shlib10/fonts/wl00bn14.bdf -lib/corel/shlib10/fonts/wl00ni10.bdf -lib/corel/shlib10/fonts/wl00ni14.bdf -lib/corel/shlib10/fonts/wl00nn10.bdf -lib/corel/shlib10/fonts/wl00nn14.bdf -lib/corel/shlib10/fonts/wl01bi10.bdf -lib/corel/shlib10/fonts/wl01bi14.bdf -lib/corel/shlib10/fonts/wl01bn10.bdf -lib/corel/shlib10/fonts/wl01bn14.bdf -lib/corel/shlib10/fonts/wl01ni10.bdf -lib/corel/shlib10/fonts/wl01ni14.bdf -lib/corel/shlib10/fonts/wl01nn10.bdf -lib/corel/shlib10/fonts/wl01nn14.bdf -lib/corel/shlib10/fonts/wpruler.bdf -lib/corel/shlib10/fonts/wt00bn17.bdf -lib/corel/shlib10/fonts/wt00nn10.bdf -lib/corel/shlib10/fonts/wt00nn14.bdf -lib/corel/shlib10/fonts/wt00nn17.bdf -lib/corel/shlib10/fonts/wt00nn18.bdf -lib/corel/shlib10/fonts/wt00nn25.bdf -lib/corel/shlib10/fonts/wt00nn34.bdf -lib/corel/shlib10/fonts/wt01nn10.bdf -lib/corel/shlib10/fonts/wt01nn14.bdf -lib/corel/shlib10/fonts/wt01nn17.bdf -lib/corel/shlib10/fonts/wt01nn18.bdf -lib/corel/shlib10/fonts/wt01nn25.bdf -lib/corel/shlib10/fonts/wt01nn34.bdf -lib/corel/shlib10/fonts/fonts.dir -lib/corel/shlib10/fonts/wc00bn14.pcf -lib/corel/shlib10/fonts/wc00nn10.pcf -lib/corel/shlib10/fonts/wc00nn14.pcf -lib/corel/shlib10/fonts/wc00nn18.pcf -lib/corel/shlib10/fonts/wc00nn25.pcf -lib/corel/shlib10/fonts/wc00nn34.pcf -lib/corel/shlib10/fonts/wc01nn10.pcf -lib/corel/shlib10/fonts/wc01nn14.pcf -lib/corel/shlib10/fonts/wc01nn18.pcf -lib/corel/shlib10/fonts/wc01nn25.pcf -lib/corel/shlib10/fonts/wc01nn34.pcf -lib/corel/shlib10/fonts/wc03nn14.pcf -lib/corel/shlib10/fonts/wh00bn10.pcf -lib/corel/shlib10/fonts/wh00bn14.pcf -lib/corel/shlib10/fonts/wh00bn18.pcf -lib/corel/shlib10/fonts/wh00ni10.pcf -lib/corel/shlib10/fonts/wh00ni14.pcf -lib/corel/shlib10/fonts/wh00ni18.pcf -lib/corel/shlib10/fonts/wh00nn10.pcf -lib/corel/shlib10/fonts/wh00nn14.pcf -lib/corel/shlib10/fonts/wh00nn18.pcf -lib/corel/shlib10/fonts/wh00nn22.pcf -lib/corel/shlib10/fonts/wh00nn25.pcf -lib/corel/shlib10/fonts/wh00nn34.pcf -lib/corel/shlib10/fonts/wh01bn10.pcf -lib/corel/shlib10/fonts/wh01bn14.pcf -lib/corel/shlib10/fonts/wh01bn18.pcf -lib/corel/shlib10/fonts/wh01ni10.pcf -lib/corel/shlib10/fonts/wh01ni14.pcf -lib/corel/shlib10/fonts/wh01ni18.pcf -lib/corel/shlib10/fonts/wh01nn10.pcf -lib/corel/shlib10/fonts/wh01nn14.pcf -lib/corel/shlib10/fonts/wh01nn18.pcf -lib/corel/shlib10/fonts/wh01nn22.pcf -lib/corel/shlib10/fonts/wh01nn25.pcf -lib/corel/shlib10/fonts/wh01nn34.pcf -lib/corel/shlib10/fonts/wh02bn18.pcf -lib/corel/shlib10/fonts/wh02nn10.pcf -lib/corel/shlib10/fonts/wh02nn14.pcf -lib/corel/shlib10/fonts/wh02nn18.pcf -lib/corel/shlib10/fonts/wh03nn10.pcf -lib/corel/shlib10/fonts/wh03nn14.pcf -lib/corel/shlib10/fonts/wh03nn18.pcf -lib/corel/shlib10/fonts/wh04nn10.pcf -lib/corel/shlib10/fonts/wh04nn14.pcf -lib/corel/shlib10/fonts/wh04nn18.pcf -lib/corel/shlib10/fonts/wh05nn10.pcf -lib/corel/shlib10/fonts/wh05nn14.pcf -lib/corel/shlib10/fonts/wh05nn18.pcf -lib/corel/shlib10/fonts/wh06nn10.pcf -lib/corel/shlib10/fonts/wh06nn14.pcf -lib/corel/shlib10/fonts/wh06nn18.pcf -lib/corel/shlib10/fonts/wh07nn10.pcf -lib/corel/shlib10/fonts/wh07nn14.pcf -lib/corel/shlib10/fonts/wh07nn18.pcf -lib/corel/shlib10/fonts/wh08nn09.pcf -lib/corel/shlib10/fonts/wh08nn10.pcf -lib/corel/shlib10/fonts/wh08nn14.pcf -lib/corel/shlib10/fonts/wh08nn18.pcf -lib/corel/shlib10/fonts/wh09nn10.pcf -lib/corel/shlib10/fonts/wh09nn14.pcf -lib/corel/shlib10/fonts/wh09nn18.pcf -lib/corel/shlib10/fonts/wh10nn10.pcf -lib/corel/shlib10/fonts/wh10nn14.pcf -lib/corel/shlib10/fonts/wh10nn18.pcf -lib/corel/shlib10/fonts/wh11nn10.pcf -lib/corel/shlib10/fonts/wh11nn14.pcf -lib/corel/shlib10/fonts/wh11nn18.pcf -lib/corel/shlib10/fonts/wh13nn10.pcf -lib/corel/shlib10/fonts/wh13nn14.pcf -lib/corel/shlib10/fonts/wh13nn18.pcf -lib/corel/shlib10/fonts/wh14nn10.pcf -lib/corel/shlib10/fonts/wh14nn14.pcf -lib/corel/shlib10/fonts/wh14nn18.pcf -lib/corel/shlib10/fonts/wl00bi10.pcf -lib/corel/shlib10/fonts/wl00bi14.pcf -lib/corel/shlib10/fonts/wl00bn10.pcf -lib/corel/shlib10/fonts/wl00bn14.pcf -lib/corel/shlib10/fonts/wl00ni10.pcf -lib/corel/shlib10/fonts/wl00ni14.pcf -lib/corel/shlib10/fonts/wl00nn10.pcf -lib/corel/shlib10/fonts/wl00nn14.pcf -lib/corel/shlib10/fonts/wl01bi10.pcf -lib/corel/shlib10/fonts/wl01bi14.pcf -lib/corel/shlib10/fonts/wl01bn10.pcf -lib/corel/shlib10/fonts/wl01bn14.pcf -lib/corel/shlib10/fonts/wl01ni10.pcf -lib/corel/shlib10/fonts/wl01ni14.pcf -lib/corel/shlib10/fonts/wl01nn10.pcf -lib/corel/shlib10/fonts/wl01nn14.pcf -lib/corel/shlib10/fonts/wpruler.pcf -lib/corel/shlib10/fonts/wt00bn17.pcf -lib/corel/shlib10/fonts/wt00nn10.pcf -lib/corel/shlib10/fonts/wt00nn14.pcf -lib/corel/shlib10/fonts/wt00nn17.pcf -lib/corel/shlib10/fonts/wt00nn18.pcf -lib/corel/shlib10/fonts/wt00nn25.pcf -lib/corel/shlib10/fonts/wt00nn34.pcf -lib/corel/shlib10/fonts/wt01nn10.pcf -lib/corel/shlib10/fonts/wt01nn14.pcf -lib/corel/shlib10/fonts/wt01nn17.pcf -lib/corel/shlib10/fonts/wt01nn18.pcf -lib/corel/shlib10/fonts/wt01nn25.pcf -lib/corel/shlib10/fonts/wt01nn34.pcf -lib/corel/shlib10/bristxt.us -lib/corel/shlib10/hohus.hlp -lib/corel/shlib10/wpgmus.hlp -lib/corel/shlib10/wpptus.hlp -lib/corel/shlib10/wpshus.hlp -lib/corel/shlib10/default.prs -lib/corel/shlib10/header.wp -lib/corel/shlib10/pcl4map.fil -lib/corel/shlib10/pssave.prs -lib/corel/shlib10/trailer.wp -lib/corel/shlib10/wp.drs -lib/corel/shlib10/wp.lrs -lib/corel/shlib10/wp_wp_us.lab -lib/corel/shlib10/wpqrs.us -lib/corel/shlib10/XKeysymDB -lib/corel/shlib10/wpus.lex -lib/corel/shlib10/wpus.ths -lib/corel/shlib10/license.opt -lib/corel/shlib10/wpdm.dat -lib/corel/shlib10/wpmagic -lib/corel/shlib10/install.lk -lib/corel/shlib10/readme.ftp -lib/corel/shlib10/admintxt.us -lib/corel/shlib10/libcvt.us -lib/corel/shlib10/errtxt.us -lib/corel/shlib10/libfmtxt.us -lib/corel/shlib10/guitxt.us -lib/corel/shlib10/libpfx.us -lib/corel/shlib10/prnttxt.us -lib/corel/shlib10/prs5028.us -lib/corel/shlib10/prs5128.us -lib/corel/shlib10/sf5028.us -lib/corel/shlib10/sf5128.us -lib/corel/shlib10/qftxt.us -lib/corel/shlib10/vwengtxt.us -lib/corel/shlib10/vwrtxt.us -lib/corel/shlib10/libwptxt.us -lib/corel/shlib10/wtapi.us -lib/corel/shlib10/wtutxt.us -lib/corel/shlib10/prlist.us -lib/corel/shlib10/wp60dm03.us.all -lib/corel/shlib10/wp60hp01.us.all -lib/corel/shlib10/wp60ms01.us.all -lib/corel/shlib10/wp60ps01.us.all -lib/corel/shlib10/wp60ps02.us.all -lib/corel/shlib10/wpco03n_.pfb -lib/corel/shlib10/wpce08n_.afm -lib/corel/shlib10/wphv11n_.pfb -lib/corel/shlib10/wpco03nd.afm -lib/corel/shlib10/wpco08n_.afm -lib/corel/shlib10/wpco____.afm -lib/corel/shlib10/wpcob___.afm -lib/corel/shlib10/wpcobi__.afm -lib/corel/shlib10/wpcoi___.afm -lib/corel/shlib10/wpdv09n_.afm -lib/corel/shlib10/wphv02n_.afm -lib/corel/shlib10/wphv04n_.afm -lib/corel/shlib10/wphv05n_.afm -lib/corel/shlib10/wphv06n_.afm -lib/corel/shlib10/wphv07n_.afm -lib/corel/shlib10/wphv11n_.afm -lib/corel/shlib10/wphv____.afm -lib/corel/shlib10/wphvb___.afm -lib/corel/shlib10/wphvbi__.afm -lib/corel/shlib10/wphvi___.afm -lib/corel/shlib10/wpro01n_.afm -lib/corel/shlib10/wpro10n_.afm -lib/corel/shlib10/wpro____.afm -lib/corel/shlib10/wprob___.afm -lib/corel/shlib10/wprobi__.afm -lib/corel/shlib10/wproi___.afm -lib/corel/shlib10/wpsi13n_.afm -lib/corel/shlib10/wpsi14n_.afm -lib/corel/shlib10/zurchb.afm -lib/corel/shlib10/zurchbi.afm -lib/corel/shlib10/zurchi.afm -lib/corel/shlib10/zurchn.afm -lib/corel/shlib10/C -lib/corel/shlib10/wpce08n_.pfb -lib/corel/shlib10/wpco03nd.pfb -lib/corel/shlib10/wpco08n_.pfb -lib/corel/shlib10/wpco____.pfb -lib/corel/shlib10/wpcob___.pfb -lib/corel/shlib10/wpcobi__.pfb -lib/corel/shlib10/wpcoi___.pfb -lib/corel/shlib10/wpdv09n_.pfb -lib/corel/shlib10/wphv02n_.pfb -lib/corel/shlib10/wphv04n_.pfb -lib/corel/shlib10/wphv05n_.pfb -lib/corel/shlib10/wphv06n_.pfb -lib/corel/shlib10/wphv07n_.pfb -lib/corel/shlib10/wphv____.pfb -lib/corel/shlib10/wphvb___.pfb -lib/corel/shlib10/wphvbi__.pfb -lib/corel/shlib10/wphvi___.pfb -lib/corel/shlib10/wpro01n_.pfb -lib/corel/shlib10/wpro10n_.pfb -lib/corel/shlib10/wpro____.pfb -lib/corel/shlib10/wprob___.pfb -lib/corel/shlib10/wprobi__.pfb -lib/corel/shlib10/wproi___.pfb -lib/corel/shlib10/wpsi13n_.pfb -lib/corel/shlib10/wpsi14n_.pfb -lib/corel/shlib10/zurchb.pfb -lib/corel/shlib10/zurchbi.pfb -lib/corel/shlib10/zurchi.pfb -lib/corel/shlib10/zurchn.pfb -lib/corel/shlib10/wpcerr.us -lib/corel/shlib10/nls.alias -lib/corel/shlib10/nls.dir -lib/corel/shlib10/wpcurs.us -lib/corel/shlib10/exctxt.us -lib/corel/shlib10/wpfierr.us -lib/corel/shlib10/wpfitxt.us -lib/corel/shlib10/gmk5txt.us -lib/corel/shlib10/gw51en.mor -lib/corel/shlib10/gw51uk.rul -lib/corel/shlib10/gw51us.rul -lib/corel/shlib10/porterr.us -lib/corel/shlib10/porttxt.us -lib/corel/shlib10/wpqerr.us -lib/corel/shlib10/wpqtxt.us -lib/corel/shlib10/spelltxt.us -lib/corel/shlib10/thestxt.us -lib/corel/shlib10/wt_icons.us -lib/corel/shlib10/.def.lang -lib/corel/shlib10/.wpc.admin -lib/corel/shlib10/.wp8d.main -lib/corel/wpbin/README.wpsahelp -lib/corel/wpbin/README.address -lib/corel/wpbin/README.copy -lib/corel/wpbin/README.demo -lib/corel/wpbin/README.errata -lib/corel/wpbin/README.icon -lib/corel/wpbin/README.install -lib/corel/wpbin/README.wpmagic -lib/corel/wpbin/README.support -lib/corel/wpbin/README -lib/corel/wpbin/wpmerge -lib/corel/wpbin/xwpsahlp -lib/corel/wpbin/xwp -lib/corel/wpbin/README.lic -lib/corel/wpexpdocs/.junk -lib/corel/wpgraphics/.junk -lib/corel/wplearn/report.asc -lib/corel/wplib/.wpbuildc -lib/corel/wplib/.wpbuildx -lib/corel/wplib/dt/appconfig/appmanager/C/WordPerfect_8/wpx -lib/corel/wplib/dt/appconfig/help/ -lib/corel/wplib/dt/appconfig/icons/C/wp8App.m.pm -lib/corel/wplib/dt/appconfig/icons/C/wp8Run.m.pm -lib/corel/wplib/dt/appconfig/types/C/wp8.dt -lib/corel/wplib/wpmcus.hlp -lib/corel/wplib/wpsaus.hlp -lib/corel/wplib/wpwpus.hlp -lib/corel/wplib/cmmrs.us -lib/corel/wplib/cyrillic.map -lib/corel/wplib/greek.map -lib/corel/wplib/.wp8styles.us -lib/corel/wplib/wpml31us.exc -lib/corel/wplib/wpmrs.us -lib/corel/wplib/wpof40us.exc -lib/corel/wplib/wpus.icr -lib/corel/wplib/wp8us.qcr -lib/corel/wplib/macerr.us -lib/corel/wplib/pr_icons.us -lib/corel/wplib/guiwptxt.us -lib/corel/wplib/wperr.us -lib/corel/wplib/wpicons.us -lib/corel/wplib/wpuxmlus.exc -lib/corel/wplib/.def.lang -lib/corel/wplib/.wp8styles -lib/corel/wplib/log -lib/corel/wpmacros/us/Resume.brs -lib/corel/wpmacros/us/abbrev.data -lib/corel/wpmacros/us/abbrev.wcm -lib/corel/wpmacros/us/calfill.wcm -lib/corel/wpmacros/us/capital.wcm -lib/corel/wpmacros/us/checkbox.wcm -lib/corel/wpmacros/us/closeall.wcm -lib/corel/wpmacros/us/ctrlm.wcm -lib/corel/wpmacros/us/ctrlsftf.wcm -lib/corel/wpmacros/us/edocbeg.wcm -lib/corel/wpmacros/us/endfoot.wcm -lib/corel/wpmacros/us/exec.wcm -lib/corel/wpmacros/us/filestmp.wcm -lib/corel/wpmacros/us/fontdn.wcm -lib/corel/wpmacros/us/fontup.wcm -lib/corel/wpmacros/us/footend.wcm -lib/corel/wpmacros/us/graph.wcm -lib/corel/wpmacros/us/lawfax.wcm -lib/corel/wpmacros/us/linenum.wcm -lib/corel/wpmacros/us/macrocnv.wcm -lib/corel/wpmacros/us/pagexofy.wcm -lib/corel/wpmacros/us/parabrk.wcm -lib/corel/wpmacros/us/pgborder.wcm -lib/corel/wpmacros/us/pleading.wcm -lib/corel/wpmacros/us/resume.wcm -lib/corel/wpmacros/us/reverse.wcm -lib/corel/wpmacros/us/saveall.wcm -lib/corel/wpmacros/us/softfonts.wcm -lib/corel/wpmacros/us/transpos.wcm -lib/corel/wpmacros/us/watermrk.wcm -lib/corel/wpmacros/.junk -lib/corel/wpmacros/_EquationEditor_.wgk -lib/corel/wpmacros/_WP60DOS_.wgk -lib/corel/wpmacros/_WPWin8_.wgk -lib/corel/wpmacros/_XWP51_.wgk -lib/corel/wpmacros/_XWP60_.wgk -lib/corel/wpmacros/_XWP70_.wgk -lib/corel/wpmacros/_XWP8_.wgk -lib/corel/wpmacros/Resume.brs -lib/corel/wpmacros/abbrev.data -lib/corel/wpmacros/abbrev.wcm -lib/corel/wpmacros/calfill.wcm -lib/corel/wpmacros/capital.wcm -lib/corel/wpmacros/checkbox.wcm -lib/corel/wpmacros/closeall.wcm -lib/corel/wpmacros/ctrlm.wcm -lib/corel/wpmacros/ctrlsftf.wcm -lib/corel/wpmacros/edocbeg.wcm -lib/corel/wpmacros/endfoot.wcm -lib/corel/wpmacros/exec.wcm -lib/corel/wpmacros/filestmp.wcm -lib/corel/wpmacros/fontdn.wcm -lib/corel/wpmacros/fontup.wcm -lib/corel/wpmacros/footend.wcm -lib/corel/wpmacros/graph.wcm -lib/corel/wpmacros/lawfax.wcm -lib/corel/wpmacros/linenum.wcm -lib/corel/wpmacros/macrocnv.wcm -lib/corel/wpmacros/pagexofy.wcm -lib/corel/wpmacros/parabrk.wcm -lib/corel/wpmacros/pgborder.wcm -lib/corel/wpmacros/pleading.wcm -lib/corel/wpmacros/resume.wcm -lib/corel/wpmacros/reverse.wcm -lib/corel/wpmacros/saveall.wcm -lib/corel/wpmacros/softfonts.wcm -lib/corel/wpmacros/transpos.wcm -lib/corel/wpmacros/watermrk.wcm -@dirrm lib/corel/shbin10 -@dirrm lib/corel/shlib10/fonts -@dirrm lib/corel/shlib10 -@dirrm lib/corel/wpbin -@dirrm lib/corel/wpexpdocs -@dirrm lib/corel/wpgraphics -@dirrm lib/corel/wplearn -@dirrm lib/corel/wplib/dt/appconfig/appmanager/C/WordPerfect_8 -@dirrm lib/corel/wplib/dt/appconfig/appmanager/C -@dirrm lib/corel/wplib/dt/appconfig/appmanager -@dirrm lib/corel/wplib/dt/appconfig/help -@dirrm lib/corel/wplib/dt/appconfig/icons/C -@dirrm lib/corel/wplib/dt/appconfig/icons -@dirrm lib/corel/wplib/dt/appconfig/types/C -@dirrm lib/corel/wplib/dt/appconfig/types -@dirrm lib/corel/wplib/dt/appconfig -@dirrm lib/corel/wplib/dt -@dirrm lib/corel/wplib -@dirrm lib/corel/wpmacros/us -@dirrm lib/corel/wpmacros -@dirrm lib/corel |