summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-12-12 16:01:22 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-12-12 16:01:22 +0000
commit80e22c35992804cf43c113070c03f2b2be3df753 (patch)
treed12d3e1f4e44be372a885d22f565a8bc79c3d8fd /german
parent- Update port to 6.0.908 (diff)
New port: de-citrix_ica, the German version of the Citrix(R) ICA(R) Client
PR: 23498 Submitted by: Martin Blapp <mb@imp.ch>
Notes
Notes: svn path=/head/; revision=35928
Diffstat (limited to 'german')
-rw-r--r--german/Makefile1
-rw-r--r--german/citrix_ica/Makefile46
-rw-r--r--german/citrix_ica/distinfo1
-rw-r--r--german/citrix_ica/files/response7
-rw-r--r--german/citrix_ica/files/wfcmgr3
-rw-r--r--german/citrix_ica/files/wfica3
-rw-r--r--german/citrix_ica/pkg-comment1
-rw-r--r--german/citrix_ica/pkg-descr15
-rw-r--r--german/citrix_ica/pkg-plist226
-rw-r--r--german/citrix_xenapp/Makefile46
-rw-r--r--german/citrix_xenapp/distinfo1
-rw-r--r--german/citrix_xenapp/files/response7
-rw-r--r--german/citrix_xenapp/files/wfcmgr3
-rw-r--r--german/citrix_xenapp/files/wfica3
-rw-r--r--german/citrix_xenapp/pkg-comment1
-rw-r--r--german/citrix_xenapp/pkg-descr15
-rw-r--r--german/citrix_xenapp/pkg-plist226
17 files changed, 605 insertions, 0 deletions
diff --git a/german/Makefile b/german/Makefile
index 505f9fc0fb4e..c3848b059757 100644
--- a/german/Makefile
+++ b/german/Makefile
@@ -3,6 +3,7 @@
SUBDIR += BBBike
SUBDIR += cheapcall
+ SUBDIR += citrix_ica
SUBDIR += dict
SUBDIR += ispell
SUBDIR += ispell-alt
diff --git a/german/citrix_ica/Makefile b/german/citrix_ica/Makefile
new file mode 100644
index 000000000000..74f4ecaea5e3
--- /dev/null
+++ b/german/citrix_ica/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: Citrix(R) ICA(R) Client
+# Date created: 12 Dez 2000
+# Whom: mblapp
+#
+# $FreeBSD$
+#
+
+PORTNAME= citrix_ica
+PORTVERSION= 6.0.92
+CATEGORIES= german net comms linux
+MASTER_SITES=
+DISTNAME= linuxx86
+
+MAINTAINER= mb@imp.ch
+
+RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
+
+ONLY_FOR_ARCHS= i386
+RESTRICTED= "License prohibits redistribution"
+IS_INTERACTIVE= "Noisy license agreement ignores stdin"
+
+DIST_SUBDIR= citrix_ica
+NO_WRKSUBDIR= Yes
+NO_BUILD= Yes
+
+CDIR= ${PREFIX}/ICAClient
+BINDIR= ${PREFIX}/bin
+
+.include <bsd.port.pre.mk>
+
+.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://www.citrix.com/download/bin/license.asp?client=linux Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}/${DIST_SUBDIR} and then restart this build.'
+.endif
+
+do-install:
+ ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/response \
+ > ${WRKSRC}/response
+ ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfcmgr \
+ > ${WRKSRC}/wfcmgr.x
+ ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfica \
+ > ${WRKSRC}/wfica.x
+ cd ${WRKSRC} && ${LINUXBASE}/bin/sh -c './setupwfc < response'
+ ${INSTALL_SCRIPT} ${WRKSRC}/wfcmgr.x ${PREFIX}/bin/wfcmgr
+ ${INSTALL_SCRIPT} ${WRKSRC}/wfica.x ${PREFIX}/bin/wfica
+
+.include <bsd.port.post.mk>
diff --git a/german/citrix_ica/distinfo b/german/citrix_ica/distinfo
new file mode 100644
index 000000000000..865c4c44efc8
--- /dev/null
+++ b/german/citrix_ica/distinfo
@@ -0,0 +1 @@
+MD5 (citrix_ica/linuxx86.tar.gz) = 64fd35600ba3a1f3b32954fddfb7d90b
diff --git a/german/citrix_ica/files/response b/german/citrix_ica/files/response
new file mode 100644
index 000000000000..8034caf76fab
--- /dev/null
+++ b/german/citrix_ica/files/response
@@ -0,0 +1,7 @@
+1
+DESTINATION
+j
+j
+j
+j
+3
diff --git a/german/citrix_ica/files/wfcmgr b/german/citrix_ica/files/wfcmgr
new file mode 100644
index 000000000000..70248171d687
--- /dev/null
+++ b/german/citrix_ica/files/wfcmgr
@@ -0,0 +1,3 @@
+#!/bin/sh
+export ICAROOT=DESTINATION
+exec $ICAROOT/wfcmgr
diff --git a/german/citrix_ica/files/wfica b/german/citrix_ica/files/wfica
new file mode 100644
index 000000000000..35be9df3a8b2
--- /dev/null
+++ b/german/citrix_ica/files/wfica
@@ -0,0 +1,3 @@
+#!/bin/sh
+export ICAROOT=DESTINATION
+exec $ICAROOT/wfica
diff --git a/german/citrix_ica/pkg-comment b/german/citrix_ica/pkg-comment
new file mode 100644
index 000000000000..70d23f88a95f
--- /dev/null
+++ b/german/citrix_ica/pkg-comment
@@ -0,0 +1 @@
+Citrix(R) client for the Microsoft Windows Terminal Server
diff --git a/german/citrix_ica/pkg-descr b/german/citrix_ica/pkg-descr
new file mode 100644
index 000000000000..35b3b42ba57d
--- /dev/null
+++ b/german/citrix_ica/pkg-descr
@@ -0,0 +1,15 @@
+Citrix(R) MetaFrame(TM) is thin-client/server system software for
+Microsoft's Windows NT Server 4.0, Terminal Server Edition.
+MetaFrame(TM) delivers a comprehensive thin-client/server solution to
+the enterprise by extending Windows Terminal Server with additional
+client and server functionality - including support for heterogeneous
+computing environments, enterprise-scale management and seamless
+desktop integration. MetaFrame(TM) transforms the way organizations
+deploy, manage and access business applications by providing improved
+application manageability, access, performance and security. Citrix(R)
+MetaFrame(TM) system software, which incorporates Citrix's Independent
+Computing Architecture (ICA)(R), provides a complete
+thin-client/server computing solution for multi-user NT 4.0
+environments.
+
+WWW: http://www.citrix.com/products/metaframe.asp
diff --git a/german/citrix_ica/pkg-plist b/german/citrix_ica/pkg-plist
new file mode 100644
index 000000000000..491f55e1f5b0
--- /dev/null
+++ b/german/citrix_ica/pkg-plist
@@ -0,0 +1,226 @@
+bin/wfcmgr
+bin/wfica
+ICAClient/wfica
+ICAClient/wfcmgr
+ICAClient/npica.so
+ICAClient/Wfica.ad
+ICAClient/Wfcmgr.ad
+ICAClient/Npica.ad
+ICAClient/readme.txt
+ICAClient/eula.txt
+ICAClient/install.txt
+ICAClient/util/hinst
+ICAClient/util/echo_cmd
+ICAClient/util/icalicense.sh
+ICAClient/util/xcapture
+ICAClient/util/XCapture.ad
+ICAClient/setupwfc
+ICAClient/config/appsrv.ini
+ICAClient/config/module.ini
+ICAClient/config/wfclient.ini
+ICAClient/config/.server
+ICAClient/.config/appsrv.ini
+ICAClient/.config/module.ini
+ICAClient/.config/wfclient.ini
+ICAClient/.config/keyboard.ini
+ICAClient/keyboard/age2.kbd
+ICAClient/keyboard/agex2.kbd
+ICAClient/keyboard/dcint401.kbd
+ICAClient/keyboard/dcintpcx.kbd
+ICAClient/keyboard/dcus401.kbd
+ICAClient/keyboard/dcuspcx.kbd
+ICAClient/keyboard/dec401.kbd
+ICAClient/keyboard/dec401uk.kbd
+ICAClient/keyboard/decpcx.kbd
+ICAClient/keyboard/decpcxuk.kbd
+ICAClient/keyboard/dgfr.kbd
+ICAClient/keyboard/dggr.kbd
+ICAClient/keyboard/dguk.kbd
+ICAClient/keyboard/dgus.kbd
+ICAClient/keyboard/dg.kbd
+ICAClient/keyboard/hpfritf.kbd
+ICAClient/keyboard/hpgritf.kbd
+ICAClient/keyboard/hpint101.kbd
+ICAClient/keyboard/hpintps2.kbd
+ICAClient/keyboard/hpukitf.kbd
+ICAClient/keyboard/hpus101.kbd
+ICAClient/keyboard/hpusitf.kbd
+ICAClient/keyboard/hpusps2.kbd
+ICAClient/keyboard/hp101.kbd
+ICAClient/keyboard/hpitf.kbd
+ICAClient/keyboard/hpps2.kbd
+ICAClient/keyboard/hpuk101.kbd
+ICAClient/keyboard/hpukps2.kbd
+ICAClient/keyboard/ibm.kbd
+ICAClient/keyboard/keyboard.ini
+ICAClient/keyboard/linux.kbd
+ICAClient/keyboard/netbsd.kbd
+ICAClient/keyboard/mac101.kbd
+ICAClient/keyboard/ncdn-101.kbd
+ICAClient/keyboard/ncdn-102.kbd
+ICAClient/keyboard/scoos5.kbd
+ICAClient/keyboard/scouw2.kbd
+ICAClient/keyboard/sg.kbd
+ICAClient/keyboard/sgindyfr.kbd
+ICAClient/keyboard/sgindygr.kbd
+ICAClient/keyboard/sgindyuk.kbd
+ICAClient/keyboard/sgindyus.kbd
+ICAClient/keyboard/sgindy.kbd
+ICAClient/keyboard/sngr.kbd
+ICAClient/keyboard/sparcfr4.kbd
+ICAClient/keyboard/sparcfr5.kbd
+ICAClient/keyboard/sparcgr4.kbd
+ICAClient/keyboard/sparcgr5.kbd
+ICAClient/keyboard/sparcuk4.kbd
+ICAClient/keyboard/sparcuk5.kbd
+ICAClient/keyboard/sparcus3.kbd
+ICAClient/keyboard/sparcus4.kbd
+ICAClient/keyboard/sparcus5.kbd
+ICAClient/keyboard/sparc3.kbd
+ICAClient/keyboard/sparc4.kbd
+ICAClient/keyboard/sparc5.kbd
+ICAClient/keyboard/trimodal.kbd
+ICAClient/keyboard/automatic.kbd
+ICAClient/help/contents.htm
+ICAClient/help/ctx00013.htm
+ICAClient/help/ctx00014.htm
+ICAClient/help/ctx00015.htm
+ICAClient/help/ctx00016.htm
+ICAClient/help/ctx00017.htm
+ICAClient/help/ctx00018.htm
+ICAClient/help/ctx00019.htm
+ICAClient/help/ctx00020.htm
+ICAClient/help/ctx00021.htm
+ICAClient/help/ctx00022.htm
+ICAClient/help/ctx00023.htm
+ICAClient/help/ctx00025.htm
+ICAClient/help/ctx00026.htm
+ICAClient/help/ctx00027.htm
+ICAClient/help/ctx00028.htm
+ICAClient/help/ctx00029.htm
+ICAClient/help/ctx00030.htm
+ICAClient/help/ctx00031.htm
+ICAClient/help/ctx00032.htm
+ICAClient/help/ctx00033.htm
+ICAClient/help/ctx00034.htm
+ICAClient/help/ctx00035.htm
+ICAClient/help/ctx00195.htm
+ICAClient/help/ctx00196.htm
+ICAClient/help/ctx00197.htm
+ICAClient/help/ctx00198.htm
+ICAClient/help/ctx00199.htm
+ICAClient/help/ctx00200.htm
+ICAClient/help/ctx00201.htm
+ICAClient/help/ctx00202.htm
+ICAClient/help/ctx00203.htm
+ICAClient/help/ctx00204.htm
+ICAClient/help/ctx00205.htm
+ICAClient/help/ctx00206.htm
+ICAClient/help/ctx00207.htm
+ICAClient/help/ctx00208.htm
+ICAClient/help/ctx00209.htm
+ICAClient/help/ctx00210.htm
+ICAClient/help/ctx00211.htm
+ICAClient/help/index.htm
+ICAClient/help/1a.gif
+ICAClient/help/3a.gif
+ICAClient/help/3b.gif
+ICAClient/help/3c.gif
+ICAClient/help/3d.gif
+ICAClient/help/3f.gif
+ICAClient/help/3g.gif
+ICAClient/help/3h.gif
+ICAClient/help/3i.gif
+ICAClient/help/3l.gif
+ICAClient/help/3m.gif
+ICAClient/help/3n.gif
+ICAClient/help/3o.gif
+ICAClient/help/3p.gif
+ICAClient/help/3q.gif
+ICAClient/help/3r.gif
+ICAClient/help/3s.gif
+ICAClient/help/3t.gif
+ICAClient/help/3u.gif
+ICAClient/help/3v.gif
+ICAClient/help/3w.gif
+ICAClient/help/3x.gif
+ICAClient/help/3y.gif
+ICAClient/help/4a.gif
+ICAClient/help/4b.gif
+ICAClient/help/4c.gif
+ICAClient/help/4d.gif
+ICAClient/help/4e.gif
+ICAClient/help/4f.gif
+ICAClient/help/4g.gif
+ICAClient/help/4h.gif
+ICAClient/help/4i.gif
+ICAClient/help/4k.gif
+ICAClient/help/DIGITAL.gif
+ICAClient/help/HP.gif
+ICAClient/help/IBM.gif
+ICAClient/help/SG.gif
+ICAClient/help/SCO.gif
+ICAClient/help/SPARC.gif
+ICAClient/help/LINUX.gif
+ICAClient/help/contents.gif
+ICAClient/help/index.gif
+ICAClient/help/index_a.gif
+ICAClient/help/index_b.gif
+ICAClient/help/index_c.gif
+ICAClient/help/index_d.gif
+ICAClient/help/index_e.gif
+ICAClient/help/index_f.gif
+ICAClient/help/index_g.gif
+ICAClient/help/index_h.gif
+ICAClient/help/index_i.gif
+ICAClient/help/index_j.gif
+ICAClient/help/index_k.gif
+ICAClient/help/index_l.gif
+ICAClient/help/index_m.gif
+ICAClient/help/index_n.gif
+ICAClient/help/index_o.gif
+ICAClient/help/index_p.gif
+ICAClient/help/index_q.gif
+ICAClient/help/index_r.gif
+ICAClient/help/index_s.gif
+ICAClient/help/index_t.gif
+ICAClient/help/index_u.gif
+ICAClient/help/index_v.gif
+ICAClient/help/index_w.gif
+ICAClient/help/index_x.gif
+ICAClient/help/index_y.gif
+ICAClient/help/index_z.gif
+ICAClient/help/next0.gif
+ICAClient/help/next1.gif
+ICAClient/help/prev0.gif
+ICAClient/help/prev1.gif
+ICAClient/help/sett_cdm.gif
+ICAClient/help/sett_cache.gif
+ICAClient/help/prop_conn.gif
+ICAClient/help/comport.gif
+ICAClient/help/firewall.gif
+ICAClient/help/hotkeys.gif
+ICAClient/help/login.gif
+ICAClient/help/settings_diskc.gif
+ICAClient/help/properties_network.gif
+ICAClient/icons/ica16.xpm
+ICAClient/icons/ica32.xpm
+ICAClient/icons/ica48.xpm
+ICAClient/icons/ica64.xpm
+ICAClient/PDCRYPT1.DLL
+ICAClient/PDCRYPT2.DLL
+ICAClient/pkginf/Ver.core.linuxx86
+ICAClient/pkginf/F.core.linuxx86
+ICAClient/util/XCapture
+ICAClient/Wfica
+ICAClient/Wfcmgr
+ICAClient/Npica
+@dirrm ICAClient/util
+@dirrm ICAClient/config
+@dirrm ICAClient/.config
+@dirrm ICAClient/cache
+@dirrm ICAClient/keyboard
+@dirrm ICAClient/help
+@dirrm ICAClient/icons
+@dirrm ICAClient/pkginf
+@dirrm ICAClient
diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile
new file mode 100644
index 000000000000..74f4ecaea5e3
--- /dev/null
+++ b/german/citrix_xenapp/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: Citrix(R) ICA(R) Client
+# Date created: 12 Dez 2000
+# Whom: mblapp
+#
+# $FreeBSD$
+#
+
+PORTNAME= citrix_ica
+PORTVERSION= 6.0.92
+CATEGORIES= german net comms linux
+MASTER_SITES=
+DISTNAME= linuxx86
+
+MAINTAINER= mb@imp.ch
+
+RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
+
+ONLY_FOR_ARCHS= i386
+RESTRICTED= "License prohibits redistribution"
+IS_INTERACTIVE= "Noisy license agreement ignores stdin"
+
+DIST_SUBDIR= citrix_ica
+NO_WRKSUBDIR= Yes
+NO_BUILD= Yes
+
+CDIR= ${PREFIX}/ICAClient
+BINDIR= ${PREFIX}/bin
+
+.include <bsd.port.pre.mk>
+
+.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://www.citrix.com/download/bin/license.asp?client=linux Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}/${DIST_SUBDIR} and then restart this build.'
+.endif
+
+do-install:
+ ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/response \
+ > ${WRKSRC}/response
+ ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfcmgr \
+ > ${WRKSRC}/wfcmgr.x
+ ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfica \
+ > ${WRKSRC}/wfica.x
+ cd ${WRKSRC} && ${LINUXBASE}/bin/sh -c './setupwfc < response'
+ ${INSTALL_SCRIPT} ${WRKSRC}/wfcmgr.x ${PREFIX}/bin/wfcmgr
+ ${INSTALL_SCRIPT} ${WRKSRC}/wfica.x ${PREFIX}/bin/wfica
+
+.include <bsd.port.post.mk>
diff --git a/german/citrix_xenapp/distinfo b/german/citrix_xenapp/distinfo
new file mode 100644
index 000000000000..865c4c44efc8
--- /dev/null
+++ b/german/citrix_xenapp/distinfo
@@ -0,0 +1 @@
+MD5 (citrix_ica/linuxx86.tar.gz) = 64fd35600ba3a1f3b32954fddfb7d90b
diff --git a/german/citrix_xenapp/files/response b/german/citrix_xenapp/files/response
new file mode 100644
index 000000000000..8034caf76fab
--- /dev/null
+++ b/german/citrix_xenapp/files/response
@@ -0,0 +1,7 @@
+1
+DESTINATION
+j
+j
+j
+j
+3
diff --git a/german/citrix_xenapp/files/wfcmgr b/german/citrix_xenapp/files/wfcmgr
new file mode 100644
index 000000000000..70248171d687
--- /dev/null
+++ b/german/citrix_xenapp/files/wfcmgr
@@ -0,0 +1,3 @@
+#!/bin/sh
+export ICAROOT=DESTINATION
+exec $ICAROOT/wfcmgr
diff --git a/german/citrix_xenapp/files/wfica b/german/citrix_xenapp/files/wfica
new file mode 100644
index 000000000000..35be9df3a8b2
--- /dev/null
+++ b/german/citrix_xenapp/files/wfica
@@ -0,0 +1,3 @@
+#!/bin/sh
+export ICAROOT=DESTINATION
+exec $ICAROOT/wfica
diff --git a/german/citrix_xenapp/pkg-comment b/german/citrix_xenapp/pkg-comment
new file mode 100644
index 000000000000..70d23f88a95f
--- /dev/null
+++ b/german/citrix_xenapp/pkg-comment
@@ -0,0 +1 @@
+Citrix(R) client for the Microsoft Windows Terminal Server
diff --git a/german/citrix_xenapp/pkg-descr b/german/citrix_xenapp/pkg-descr
new file mode 100644
index 000000000000..35b3b42ba57d
--- /dev/null
+++ b/german/citrix_xenapp/pkg-descr
@@ -0,0 +1,15 @@
+Citrix(R) MetaFrame(TM) is thin-client/server system software for
+Microsoft's Windows NT Server 4.0, Terminal Server Edition.
+MetaFrame(TM) delivers a comprehensive thin-client/server solution to
+the enterprise by extending Windows Terminal Server with additional
+client and server functionality - including support for heterogeneous
+computing environments, enterprise-scale management and seamless
+desktop integration. MetaFrame(TM) transforms the way organizations
+deploy, manage and access business applications by providing improved
+application manageability, access, performance and security. Citrix(R)
+MetaFrame(TM) system software, which incorporates Citrix's Independent
+Computing Architecture (ICA)(R), provides a complete
+thin-client/server computing solution for multi-user NT 4.0
+environments.
+
+WWW: http://www.citrix.com/products/metaframe.asp
diff --git a/german/citrix_xenapp/pkg-plist b/german/citrix_xenapp/pkg-plist
new file mode 100644
index 000000000000..491f55e1f5b0
--- /dev/null
+++ b/german/citrix_xenapp/pkg-plist
@@ -0,0 +1,226 @@
+bin/wfcmgr
+bin/wfica
+ICAClient/wfica
+ICAClient/wfcmgr
+ICAClient/npica.so
+ICAClient/Wfica.ad
+ICAClient/Wfcmgr.ad
+ICAClient/Npica.ad
+ICAClient/readme.txt
+ICAClient/eula.txt
+ICAClient/install.txt
+ICAClient/util/hinst
+ICAClient/util/echo_cmd
+ICAClient/util/icalicense.sh
+ICAClient/util/xcapture
+ICAClient/util/XCapture.ad
+ICAClient/setupwfc
+ICAClient/config/appsrv.ini
+ICAClient/config/module.ini
+ICAClient/config/wfclient.ini
+ICAClient/config/.server
+ICAClient/.config/appsrv.ini
+ICAClient/.config/module.ini
+ICAClient/.config/wfclient.ini
+ICAClient/.config/keyboard.ini
+ICAClient/keyboard/age2.kbd
+ICAClient/keyboard/agex2.kbd
+ICAClient/keyboard/dcint401.kbd
+ICAClient/keyboard/dcintpcx.kbd
+ICAClient/keyboard/dcus401.kbd
+ICAClient/keyboard/dcuspcx.kbd
+ICAClient/keyboard/dec401.kbd
+ICAClient/keyboard/dec401uk.kbd
+ICAClient/keyboard/decpcx.kbd
+ICAClient/keyboard/decpcxuk.kbd
+ICAClient/keyboard/dgfr.kbd
+ICAClient/keyboard/dggr.kbd
+ICAClient/keyboard/dguk.kbd
+ICAClient/keyboard/dgus.kbd
+ICAClient/keyboard/dg.kbd
+ICAClient/keyboard/hpfritf.kbd
+ICAClient/keyboard/hpgritf.kbd
+ICAClient/keyboard/hpint101.kbd
+ICAClient/keyboard/hpintps2.kbd
+ICAClient/keyboard/hpukitf.kbd
+ICAClient/keyboard/hpus101.kbd
+ICAClient/keyboard/hpusitf.kbd
+ICAClient/keyboard/hpusps2.kbd
+ICAClient/keyboard/hp101.kbd
+ICAClient/keyboard/hpitf.kbd
+ICAClient/keyboard/hpps2.kbd
+ICAClient/keyboard/hpuk101.kbd
+ICAClient/keyboard/hpukps2.kbd
+ICAClient/keyboard/ibm.kbd
+ICAClient/keyboard/keyboard.ini
+ICAClient/keyboard/linux.kbd
+ICAClient/keyboard/netbsd.kbd
+ICAClient/keyboard/mac101.kbd
+ICAClient/keyboard/ncdn-101.kbd
+ICAClient/keyboard/ncdn-102.kbd
+ICAClient/keyboard/scoos5.kbd
+ICAClient/keyboard/scouw2.kbd
+ICAClient/keyboard/sg.kbd
+ICAClient/keyboard/sgindyfr.kbd
+ICAClient/keyboard/sgindygr.kbd
+ICAClient/keyboard/sgindyuk.kbd
+ICAClient/keyboard/sgindyus.kbd
+ICAClient/keyboard/sgindy.kbd
+ICAClient/keyboard/sngr.kbd
+ICAClient/keyboard/sparcfr4.kbd
+ICAClient/keyboard/sparcfr5.kbd
+ICAClient/keyboard/sparcgr4.kbd
+ICAClient/keyboard/sparcgr5.kbd
+ICAClient/keyboard/sparcuk4.kbd
+ICAClient/keyboard/sparcuk5.kbd
+ICAClient/keyboard/sparcus3.kbd
+ICAClient/keyboard/sparcus4.kbd
+ICAClient/keyboard/sparcus5.kbd
+ICAClient/keyboard/sparc3.kbd
+ICAClient/keyboard/sparc4.kbd
+ICAClient/keyboard/sparc5.kbd
+ICAClient/keyboard/trimodal.kbd
+ICAClient/keyboard/automatic.kbd
+ICAClient/help/contents.htm
+ICAClient/help/ctx00013.htm
+ICAClient/help/ctx00014.htm
+ICAClient/help/ctx00015.htm
+ICAClient/help/ctx00016.htm
+ICAClient/help/ctx00017.htm
+ICAClient/help/ctx00018.htm
+ICAClient/help/ctx00019.htm
+ICAClient/help/ctx00020.htm
+ICAClient/help/ctx00021.htm
+ICAClient/help/ctx00022.htm
+ICAClient/help/ctx00023.htm
+ICAClient/help/ctx00025.htm
+ICAClient/help/ctx00026.htm
+ICAClient/help/ctx00027.htm
+ICAClient/help/ctx00028.htm
+ICAClient/help/ctx00029.htm
+ICAClient/help/ctx00030.htm
+ICAClient/help/ctx00031.htm
+ICAClient/help/ctx00032.htm
+ICAClient/help/ctx00033.htm
+ICAClient/help/ctx00034.htm
+ICAClient/help/ctx00035.htm
+ICAClient/help/ctx00195.htm
+ICAClient/help/ctx00196.htm
+ICAClient/help/ctx00197.htm
+ICAClient/help/ctx00198.htm
+ICAClient/help/ctx00199.htm
+ICAClient/help/ctx00200.htm
+ICAClient/help/ctx00201.htm
+ICAClient/help/ctx00202.htm
+ICAClient/help/ctx00203.htm
+ICAClient/help/ctx00204.htm
+ICAClient/help/ctx00205.htm
+ICAClient/help/ctx00206.htm
+ICAClient/help/ctx00207.htm
+ICAClient/help/ctx00208.htm
+ICAClient/help/ctx00209.htm
+ICAClient/help/ctx00210.htm
+ICAClient/help/ctx00211.htm
+ICAClient/help/index.htm
+ICAClient/help/1a.gif
+ICAClient/help/3a.gif
+ICAClient/help/3b.gif
+ICAClient/help/3c.gif
+ICAClient/help/3d.gif
+ICAClient/help/3f.gif
+ICAClient/help/3g.gif
+ICAClient/help/3h.gif
+ICAClient/help/3i.gif
+ICAClient/help/3l.gif
+ICAClient/help/3m.gif
+ICAClient/help/3n.gif
+ICAClient/help/3o.gif
+ICAClient/help/3p.gif
+ICAClient/help/3q.gif
+ICAClient/help/3r.gif
+ICAClient/help/3s.gif
+ICAClient/help/3t.gif
+ICAClient/help/3u.gif
+ICAClient/help/3v.gif
+ICAClient/help/3w.gif
+ICAClient/help/3x.gif
+ICAClient/help/3y.gif
+ICAClient/help/4a.gif
+ICAClient/help/4b.gif
+ICAClient/help/4c.gif
+ICAClient/help/4d.gif
+ICAClient/help/4e.gif
+ICAClient/help/4f.gif
+ICAClient/help/4g.gif
+ICAClient/help/4h.gif
+ICAClient/help/4i.gif
+ICAClient/help/4k.gif
+ICAClient/help/DIGITAL.gif
+ICAClient/help/HP.gif
+ICAClient/help/IBM.gif
+ICAClient/help/SG.gif
+ICAClient/help/SCO.gif
+ICAClient/help/SPARC.gif
+ICAClient/help/LINUX.gif
+ICAClient/help/contents.gif
+ICAClient/help/index.gif
+ICAClient/help/index_a.gif
+ICAClient/help/index_b.gif
+ICAClient/help/index_c.gif
+ICAClient/help/index_d.gif
+ICAClient/help/index_e.gif
+ICAClient/help/index_f.gif
+ICAClient/help/index_g.gif
+ICAClient/help/index_h.gif
+ICAClient/help/index_i.gif
+ICAClient/help/index_j.gif
+ICAClient/help/index_k.gif
+ICAClient/help/index_l.gif
+ICAClient/help/index_m.gif
+ICAClient/help/index_n.gif
+ICAClient/help/index_o.gif
+ICAClient/help/index_p.gif
+ICAClient/help/index_q.gif
+ICAClient/help/index_r.gif
+ICAClient/help/index_s.gif
+ICAClient/help/index_t.gif
+ICAClient/help/index_u.gif
+ICAClient/help/index_v.gif
+ICAClient/help/index_w.gif
+ICAClient/help/index_x.gif
+ICAClient/help/index_y.gif
+ICAClient/help/index_z.gif
+ICAClient/help/next0.gif
+ICAClient/help/next1.gif
+ICAClient/help/prev0.gif
+ICAClient/help/prev1.gif
+ICAClient/help/sett_cdm.gif
+ICAClient/help/sett_cache.gif
+ICAClient/help/prop_conn.gif
+ICAClient/help/comport.gif
+ICAClient/help/firewall.gif
+ICAClient/help/hotkeys.gif
+ICAClient/help/login.gif
+ICAClient/help/settings_diskc.gif
+ICAClient/help/properties_network.gif
+ICAClient/icons/ica16.xpm
+ICAClient/icons/ica32.xpm
+ICAClient/icons/ica48.xpm
+ICAClient/icons/ica64.xpm
+ICAClient/PDCRYPT1.DLL
+ICAClient/PDCRYPT2.DLL
+ICAClient/pkginf/Ver.core.linuxx86
+ICAClient/pkginf/F.core.linuxx86
+ICAClient/util/XCapture
+ICAClient/Wfica
+ICAClient/Wfcmgr
+ICAClient/Npica
+@dirrm ICAClient/util
+@dirrm ICAClient/config
+@dirrm ICAClient/.config
+@dirrm ICAClient/cache
+@dirrm ICAClient/keyboard
+@dirrm ICAClient/help
+@dirrm ICAClient/icons
+@dirrm ICAClient/pkginf
+@dirrm ICAClient