diff options
91 files changed, 13 insertions, 9884 deletions
@@ -191,7 +191,6 @@ ningpo_demo* games/linux-ningpo-demo Redistribution is limited, see license nntpcache-* news/nntpcache Free for individuals and non-military, non-profit organisations only nttcp-* benchmarks/nttcp No commercial use nwresources*.tar.gz games/nwndata Distribution not allowed -ofb06trial.tgz editors/softmaker-office distribution with other products of any kind forbiden oneko-*.tar.gz games/oneko-sakura Including derivatives from CARDCAPTOR SAKURA OptimFROG* audio/optimfrog No commercial use oracle/* databases/jdbc-oracle10g This software is under license and export controls @@ -244,7 +243,6 @@ su2-1.3.tar.gz sysutils/su2 Do not sell for profit susv2.tar.bz2 misc/susv2 Redistribution of the documents is not permitted susv3.tar.bz2 misc/susv3 Redistribution of the documents is not permitted svm_light.tar.gz science/svmlight The software must not be further distributed without prior permission of the author -systemsim-cell-* emulators/linux-systemsimcell Redistribution of pre-compiled binaries is not permitted taetgen-* math/tetgen Academic or personal use only tarsnap-* sysutils/tarsnap license restricts redistribution of source and binaries tcetest_* games/linux-enemyterritory-tce Redistribution limited @@ -6596,3 +6596,16 @@ devel/uppaal||2014-09-01|Not staged devel/ustl||2014-09-01|Not staged devel/vtg||2014-09-01|Not staged dns/poweradmin||2014-09-01|Not staged +editors/color-mate||2014-09-01|Not staged +editors/gnuserv||2014-09-01|Not staged +editors/jext||2014-09-01|Not staged +editors/komodo-ide||2014-09-01|Not staged +editors/psgml||2014-09-01|Not staged +editors/setedit||2014-09-01|Not staged +editors/softmaker-office||2014-09-01|Not staged +editors/textedit||2014-09-01|Not staged +emulators/its||2014-09-01|Not staged +emulators/linux-geepee32||2014-09-01|Not staged +emulators/linux-systemsimcell||2014-09-01|Not staged +emulators/psim-freebsd||2014-09-01|Not staged +emulators/vMac||2014-09-01|Not staged diff --git a/editors/Makefile b/editors/Makefile index 01207c0a197d..beca73916176 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -42,7 +42,6 @@ SUBDIR += calligra-l10n-tr SUBDIR += chexedit SUBDIR += codelite - SUBDIR += color-mate SUBDIR += conglomerate SUBDIR += cooledit SUBDIR += cream @@ -71,7 +70,6 @@ SUBDIR += gmanedit SUBDIR += gnome2-office SUBDIR += gnotepad+ - SUBDIR += gnuserv SUBDIR += gobby SUBDIR += gwrite SUBDIR += heme @@ -83,7 +81,6 @@ SUBDIR += impress SUBDIR += jed SUBDIR += jedit - SUBDIR += jext SUBDIR += joe SUBDIR += joe2 SUBDIR += jove @@ -93,7 +90,6 @@ SUBDIR += kile-kde4 SUBDIR += klat4 SUBDIR += komodo-edit - SUBDIR += komodo-ide SUBDIR += lazarus SUBDIR += lazarus-lcl-gtk SUBDIR += lazarus-lcl-gtk2 @@ -225,7 +221,6 @@ SUBDIR += paredit-mode.el SUBDIR += pico-alpine SUBDIR += poedit - SUBDIR += psgml SUBDIR += puff SUBDIR += py-room SUBDIR += rox-edit @@ -233,9 +228,7 @@ SUBDIR += scribes SUBDIR += se SUBDIR += semi - SUBDIR += setedit SUBDIR += slime - SUBDIR += softmaker-office SUBDIR += spe SUBDIR += speedbar SUBDIR += ssam @@ -249,7 +242,6 @@ SUBDIR += texmacs SUBDIR += texmaker SUBDIR += texmakerx - SUBDIR += textedit SUBDIR += textroom SUBDIR += texworks SUBDIR += thoteditor diff --git a/editors/color-mate/Makefile b/editors/color-mate/Makefile deleted file mode 100644 index 950387eeaa87..000000000000 --- a/editors/color-mate/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# Created by: Satoshi Taoka <taoka@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= color-mate -PORTVERSION= 10.6.4 -PORTREVISION= 2 -CATEGORIES= editors elisp -MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Color customizing module for Emacsen - -USES= perl5 - -EMACSDIR= ${PREFIX}/share/emacs/site-lisp -ELISPDIR= ${EMACSDIR}/color-mate -SITEPKGDIR= ${PREFIX}/lib/xemacs/site-packages -XELISPDIR= ${SITEPKGDIR}/lisp/color-mate -THEME_DIR= ${ELISPDIR}/theme -MANIFEST= MANIFEST.color-mate - -NO_STAGE= yes -do-build: -# Create color-mate-rgb.el - cd ${WRKSRC}; \ - (${CAT} ${LOCALBASE}/lib/X11/rgb.txt | ${PERL5} ./rgb2el.pl > ./color-mate-rgb.el ) || ( ${ECHO} "Make rgb table from color-mate-rgb.el.std" ; ${CP} ./color-mate-rgb.el.std ./color-mate-rgb.el) -# Create Xresource for theme - cd ${WRKSRC}/theme; \ - ${SH} ${FILESDIR}/theme_build.sh - ${SED} -e 's,@INSTALLPATH@,${XELISPDIR},' ${WRKSRC}/Dot.emacs.default.in \ - > ${WRKDIR}/color-mate-startup.el - ${ECHO_CMD} "(provide 'color-mate-startup)" >> ${WRKDIR}/color-mate-startup.el - ${SED} -e 's,@INSTALLPATH@,${XELISPDIR},' ${WRKSRC}/Dot.emacs.default.in \ - > ${WRKDIR}/color-mate-startup.xemacs.el - ${ECHO_CMD} "(provide 'color-mate-startup)" >> ${WRKDIR}/color-mate-startup.xemacs.el - -do-install: - ${MKDIR} ${ELISPDIR} ${THEME_DIR} ${XELISPDIR} ${ELISPDIR}/kanakan-cursor ${ELISPDIR}/contrib - ${INSTALL_DATA} ${WRKSRC}/*.el ${ELISPDIR} - ${INSTALL_DATA} ${WRKSRC}/kanakan-cursor/*.el ${ELISPDIR}/kanakan-cursor/ - ${INSTALL_DATA} ${WRKSRC}/contrib/*.el ${ELISPDIR}/contrib/ - ${INSTALL_DATA} ${WRKSRC}/contrib/README ${ELISPDIR}/contrib/ - ${INSTALL_DATA} ${WRKSRC}/contrib/cm_select.sh.in ${ELISPDIR}/contrib/ - ${INSTALL_DATA} ${WRKSRC}/theme/* ${THEME_DIR} - ${RM} ${THEME_DIR}/Makefile* - ${MV} ${THEME_DIR}/README ${THEME_DIR}/README.jp - ${INSTALL_SCRIPT} ${FILESDIR}/theme_build.sh ${THEME_DIR} - ${INSTALL_DATA} ${WRKDIR}/color-mate-startup.el ${ELISPDIR}/../ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.color-mate ${DOCSDIR}/README.color-mate.jp - ${INSTALL_DATA} ${WRKSRC}/README.color-mate.eng ${DOCSDIR}/README.color-mate.eng - ${INSTALL_DATA} ${WRKSRC}/Q_and_A.color-mate ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/QuickStart.color-mate ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Customize.txt ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Dot.emacs.default.in ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/kanakan-cursor/README.kanakan-cursor ${DOCSDIR}/README.kanakan-cursor.jp - ${INSTALL_DATA} ${WRKSRC}/kanakan-cursor/README.kanakan-cursor.eng ${DOCSDIR}/README.kanakan-cursor.eng -.endif -# -# For XEmacs - ${LN} -s ${ELISPDIR}/*.el ${XELISPDIR} -.for SUBDIR in theme kanakan-cursor contrib - ${MKDIR} ${XELISPDIR}/${SUBDIR} - ${LN} -s ${ELISPDIR}/${SUBDIR}/* ${XELISPDIR}/${SUBDIR} -.endfor - ${RM} -f ${WRKDIR}/${MANIFEST} - emacsdir=`${ECHO_CMD} ${SITEPKGDIR} | ${SED} -e "s;^${PREFIX}/;;"`; \ - ${CAT} ${PLIST} | ${GREP} -e "^$${emacsdir}" | \ - ${SED} -e "s;^$${emacsdir}/;;" > ${WRKDIR}/${MANIFEST} - ${MKDIR} ${SITEPKGDIR}/pkginfo - ${INSTALL_DATA} ${WRKDIR}/${MANIFEST} ${SITEPKGDIR}/pkginfo/ - ${INSTALL_DATA} ${WRKDIR}/color-mate-startup.xemacs.el ${XELISPDIR}/../color-mate-startup.el - -.include <bsd.port.mk> diff --git a/editors/color-mate/distinfo b/editors/color-mate/distinfo deleted file mode 100644 index 8abc50a77caf..000000000000 --- a/editors/color-mate/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (color-mate-10.6.4.tar.gz) = 07b6d4417accfb6b0bcead60e2508ac89be612a0e7959cf0e01eb0726c6ce1cf -SIZE (color-mate-10.6.4.tar.gz) = 81527 diff --git a/editors/color-mate/files/theme_build.sh b/editors/color-mate/files/theme_build.sh deleted file mode 100644 index fb97659e17d2..000000000000 --- a/editors/color-mate/files/theme_build.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# from color-mate-10.0.1/theme/Makefile -for file in *.xdef; do - dist=`echo $file| sed 's/xdef$/X/'` - cat $file ./Xdefaults.cpp \ - | gcc -E - \ - | sed -e '/^# *[0-9][0-9]* *.*$$/d' \ - -e 's/ $$//' \ - -e /CM_BG/d \ - -e /CM_FG/d \ - -e /CM_BUTTON_BG/d \ - -e /CM_BUTTON_FG/d \ - -e /CM_BUTTON_SHAPE/d \ - -e /CM_HIGHLIGHT_FG/d \ - -e /CM_CHECK/d \ - | tail +`wc $file | awk '{print $$1 + 1}'` > $dist -done diff --git a/editors/color-mate/pkg-descr b/editors/color-mate/pkg-descr deleted file mode 100644 index 065279767b28..000000000000 --- a/editors/color-mate/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -"Color-Mate" is a color customizing module for Mule, Emacs, XEmacs, -XEmacs UTF-2000, Mule for Win32 and Meadow. - -"Color-Mate" requires emacs19/mule2.3 or upper version of emacs. And -also requires hilit19.el(emacs/mule), font-lock.el(emacs/mule/xemacs), -paren.el(emacs/mule/xemacs). Usually, these three files are install -with emacs. If you want to more, see -${PREFIX}/share/doc/color-mate/README.color-mate.eng - -If you can use imput method(Wnn, Canna, Sj3, skk, leim, WindowsIME), -"Color-Mate" is coloring imput method with "kanakan-sousor". If you -want to more, see -${PREFIX}/share/doc/color-mate/README.kanakan-cursor.eng - -To use Color-Mate, put the next line into your ~/.emacs: - - (require 'color-mate-startup) - -and the next file into ~/.Xdefaults - -/usr/local/share/emacs/site-lisp/color-mate/theme/SunnyDay.X - -WWW: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/color_mate/ diff --git a/editors/color-mate/pkg-plist b/editors/color-mate/pkg-plist deleted file mode 100644 index 467c0e11673f..000000000000 --- a/editors/color-mate/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -share/emacs/site-lisp/color-mate-startup.el -@comment By 'find /usr/local/share/emacs/site-lisp/color-mate -type f | sort' -share/emacs/site-lisp/color-mate/color-mate-compile.el -share/emacs/site-lisp/color-mate/color-mate-face.el -share/emacs/site-lisp/color-mate/color-mate-fontset-emacs.el -share/emacs/site-lisp/color-mate/color-mate-fontset-meadow.el -share/emacs/site-lisp/color-mate/color-mate-fontset-mule-win32.el -share/emacs/site-lisp/color-mate/color-mate-fontset-mule.el -share/emacs/site-lisp/color-mate/color-mate-fontset-xemacs.el -share/emacs/site-lisp/color-mate/color-mate-frame-emacs.el -share/emacs/site-lisp/color-mate/color-mate-frame-xemacs.el -share/emacs/site-lisp/color-mate/color-mate-rgb.el -share/emacs/site-lisp/color-mate/color-mate-util.el -share/emacs/site-lisp/color-mate/color-mate.el -share/emacs/site-lisp/color-mate/contrib/README -share/emacs/site-lisp/color-mate/contrib/cm_select.el -share/emacs/site-lisp/color-mate/contrib/cm_select.sh.in -share/emacs/site-lisp/color-mate/contrib/contrib-compile.el -share/emacs/site-lisp/color-mate/contrib/summary-color.el -share/emacs/site-lisp/color-mate/contrib/vregister.el -share/emacs/site-lisp/color-mate/contrib/xemacs-fontset-menu.el -share/emacs/site-lisp/color-mate/kanakan-cursor/canna-cursor.el -share/emacs/site-lisp/color-mate/kanakan-cursor/egg-cursor.el -share/emacs/site-lisp/color-mate/kanakan-cursor/kanakan-cursor-compile.el -share/emacs/site-lisp/color-mate/kanakan-cursor/leim-cursor.el -share/emacs/site-lisp/color-mate/kanakan-cursor/sj3-cursor.el -share/emacs/site-lisp/color-mate/kanakan-cursor/skk-cursor.el -share/emacs/site-lisp/color-mate/kanakan-cursor/skk-cursor2.el -share/emacs/site-lisp/color-mate/kanakan-cursor/win32-cursor.el -share/emacs/site-lisp/color-mate/theme/GreenTea.X -share/emacs/site-lisp/color-mate/theme/GreenTea.el -share/emacs/site-lisp/color-mate/theme/GreenTea.xdef -share/emacs/site-lisp/color-mate/theme/Maron.X -share/emacs/site-lisp/color-mate/theme/Maron.el -share/emacs/site-lisp/color-mate/theme/Maron.xdef -share/emacs/site-lisp/color-mate/theme/MidNight.X -share/emacs/site-lisp/color-mate/theme/MidNight.el -share/emacs/site-lisp/color-mate/theme/MidNight.xdef -share/emacs/site-lisp/color-mate/theme/Null.X -share/emacs/site-lisp/color-mate/theme/Null.el -share/emacs/site-lisp/color-mate/theme/Null.xdef -share/emacs/site-lisp/color-mate/theme/README.jp -share/emacs/site-lisp/color-mate/theme/Stone.X -share/emacs/site-lisp/color-mate/theme/Stone.el -share/emacs/site-lisp/color-mate/theme/Stone.xdef -share/emacs/site-lisp/color-mate/theme/SunnyDay-LCD.X -share/emacs/site-lisp/color-mate/theme/SunnyDay-LCD.el -share/emacs/site-lisp/color-mate/theme/SunnyDay-LCD.xdef -share/emacs/site-lisp/color-mate/theme/SunnyDay.X -share/emacs/site-lisp/color-mate/theme/SunnyDay.el -share/emacs/site-lisp/color-mate/theme/SunnyDay.xdef -share/emacs/site-lisp/color-mate/theme/WaterWorld.X -share/emacs/site-lisp/color-mate/theme/WaterWorld.el -share/emacs/site-lisp/color-mate/theme/WaterWorld.xdef -share/emacs/site-lisp/color-mate/theme/Wine.X -share/emacs/site-lisp/color-mate/theme/Wine.el -share/emacs/site-lisp/color-mate/theme/Wine.xdef -share/emacs/site-lisp/color-mate/theme/Xdefaults.cpp -share/emacs/site-lisp/color-mate/theme/color-mate-theme-compile.el -share/emacs/site-lisp/color-mate/theme/theme_build.sh -@comment Almost the following files for XEmacs are symlinks :-) -lib/xemacs/site-packages/lisp/color-mate-startup.el -@comment By '/usr/local/lib/xemacs/site-packages/lisp/color-mate -type l|sort' -lib/xemacs/site-packages/lisp/color-mate/color-mate-compile.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-face.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-fontset-emacs.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-fontset-meadow.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-fontset-mule-win32.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-fontset-mule.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-fontset-xemacs.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-frame-emacs.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-frame-xemacs.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-rgb.el -lib/xemacs/site-packages/lisp/color-mate/color-mate-util.el -lib/xemacs/site-packages/lisp/color-mate/color-mate.el -lib/xemacs/site-packages/lisp/color-mate/contrib/README -lib/xemacs/site-packages/lisp/color-mate/contrib/cm_select.el -lib/xemacs/site-packages/lisp/color-mate/contrib/cm_select.sh.in -lib/xemacs/site-packages/lisp/color-mate/contrib/contrib-compile.el -lib/xemacs/site-packages/lisp/color-mate/contrib/summary-color.el -lib/xemacs/site-packages/lisp/color-mate/contrib/vregister.el -lib/xemacs/site-packages/lisp/color-mate/contrib/xemacs-fontset-menu.el -lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor/canna-cursor.el -lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor/egg-cursor.el -lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor/kanakan-cursor-compile.el -lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor/leim-cursor.el -lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor/sj3-cursor.el -lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor/skk-cursor.el -lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor/skk-cursor2.el -lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor/win32-cursor.el -lib/xemacs/site-packages/lisp/color-mate/theme/GreenTea.X -lib/xemacs/site-packages/lisp/color-mate/theme/GreenTea.el -lib/xemacs/site-packages/lisp/color-mate/theme/GreenTea.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/Maron.X -lib/xemacs/site-packages/lisp/color-mate/theme/Maron.el -lib/xemacs/site-packages/lisp/color-mate/theme/Maron.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/MidNight.X -lib/xemacs/site-packages/lisp/color-mate/theme/MidNight.el -lib/xemacs/site-packages/lisp/color-mate/theme/MidNight.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/Null.X -lib/xemacs/site-packages/lisp/color-mate/theme/Null.el -lib/xemacs/site-packages/lisp/color-mate/theme/Null.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/README.jp -lib/xemacs/site-packages/lisp/color-mate/theme/Stone.X -lib/xemacs/site-packages/lisp/color-mate/theme/Stone.el -lib/xemacs/site-packages/lisp/color-mate/theme/Stone.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/SunnyDay-LCD.X -lib/xemacs/site-packages/lisp/color-mate/theme/SunnyDay-LCD.el -lib/xemacs/site-packages/lisp/color-mate/theme/SunnyDay-LCD.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/SunnyDay.X -lib/xemacs/site-packages/lisp/color-mate/theme/SunnyDay.el -lib/xemacs/site-packages/lisp/color-mate/theme/SunnyDay.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/WaterWorld.X -lib/xemacs/site-packages/lisp/color-mate/theme/WaterWorld.el -lib/xemacs/site-packages/lisp/color-mate/theme/WaterWorld.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/Wine.X -lib/xemacs/site-packages/lisp/color-mate/theme/Wine.el -lib/xemacs/site-packages/lisp/color-mate/theme/Wine.xdef -lib/xemacs/site-packages/lisp/color-mate/theme/Xdefaults.cpp -lib/xemacs/site-packages/lisp/color-mate/theme/color-mate-theme-compile.el -lib/xemacs/site-packages/lisp/color-mate/theme/theme_build.sh -lib/xemacs/site-packages/pkginfo/MANIFEST.color-mate -%%PORTDOCS%%%%DOCSDIR%%/Customize.txt -%%PORTDOCS%%%%DOCSDIR%%/Dot.emacs.default.in -%%PORTDOCS%%%%DOCSDIR%%/Q_and_A.color-mate -%%PORTDOCS%%%%DOCSDIR%%/QuickStart.color-mate -%%PORTDOCS%%%%DOCSDIR%%/README.color-mate.eng -%%PORTDOCS%%%%DOCSDIR%%/README.color-mate.jp -%%PORTDOCS%%%%DOCSDIR%%/README.kanakan-cursor.eng -%%PORTDOCS%%%%DOCSDIR%%/README.kanakan-cursor.jp -@dirrm share/emacs/site-lisp/color-mate/contrib -@dirrm share/emacs/site-lisp/color-mate/kanakan-cursor -@dirrm share/emacs/site-lisp/color-mate/theme -@dirrm share/emacs/site-lisp/color-mate -@dirrm lib/xemacs/site-packages/lisp/color-mate/contrib -@dirrm lib/xemacs/site-packages/lisp/color-mate/kanakan-cursor -@dirrm lib/xemacs/site-packages/lisp/color-mate/theme -@dirrm lib/xemacs/site-packages/lisp/color-mate -@dirrm lib/xemacs/site-packages/lisp -@dirrm lib/xemacs/site-packages/pkginfo -@dirrm lib/xemacs/site-packages -@dirrm lib/xemacs -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile deleted file mode 100644 index 91716be0f043..000000000000 --- a/editors/gnuserv/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Created by: ilya -# $FreeBSD$ - -PORTNAME= gnuserv -PORTVERSION= 3.12.8 -PORTREVISION= 13 -CATEGORIES= editors -MASTER_SITES= http://meltin.net/hacks/emacs/src/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Standalone release of gnuserv for GNU Emacs - - -GNU_CONFIGURE= yes - -BINSUFFIX?= -emacs - -USE_EMACS= yes - -.if defined(WITHOUT_X11) -BROKEN= Configure fails without X support -.endif - -CONFIGURE_ARGS+= --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib - -# configure --program-suffix doesn't work somehow -MAKE_ARGS= binsuffix="${BINSUFFIX}" - -PORTDOCDIR= share/doc/gnuserv-${EMACS_PORT_NAME} -MAN1= gnuserv${BINSUFFIX}.1 -MLINKS= gnuserv${BINSUFFIX}.1 gnuattach${BINSUFFIX}.1 \ - gnuserv${BINSUFFIX}.1 gnuclient${BINSUFFIX}.1 \ - gnuserv${BINSUFFIX}.1 gnudoit${BINSUFFIX}.1 -DOCS= COPYING ChangeLog INSTALL README README.orig -SOURCES= devices.el gnuserv-compat.el gnuserv.el -ELCS= ${SOURCES:S/.el/.elc/g} - -PLIST_SUB= EMACS_PORT_NAME=${EMACS_PORT_NAME} \ - EMACS_SITE_LISPDIR=${EMACS_SITE_LISPDIR} \ - BINSUFFIX=${BINSUFFIX} - -lispdir= ${PREFIX}/${EMACS_SITE_LISPDIR}/gnuserv - -NO_STAGE= yes -post-patch: -.for i in gnudoit gnuattach - @${REINPLACE_CMD} 's/gnuclient/gnuclient${BINSUFFIX}/' ${WRKSRC}/${i} -.endfor - -post-install: - ${MKDIR} ${lispdir}; -.for i in ${SOURCES} ${ELCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${lispdir} -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/${PORTDOCDIR} -.for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${PORTDOCDIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/editors/gnuserv/distinfo b/editors/gnuserv/distinfo deleted file mode 100644 index 83f4d54d4ddd..000000000000 --- a/editors/gnuserv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnuserv-3.12.8.tar.gz) = c9ba560e7d773c175ef1cbced8fae17d7a921b050a11457971a7b7a6216aeed9 -SIZE (gnuserv-3.12.8.tar.gz) = 124070 diff --git a/editors/gnuserv/files/patch-aa b/editors/gnuserv/files/patch-aa deleted file mode 100644 index b0f8bb0aa727..000000000000 --- a/editors/gnuserv/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- gnuserv.c~ Thu Jan 25 13:41:48 2001 -+++ gnuserv.c Sat Feb 10 18:00:44 2001 -@@ -790,7 +790,7 @@ - + strlen (server.sun_path) + 1); - server.sun_len = bindlen; - #else -- bindlen = strlen (server.sun_path) + sizeof (server.sun_family); -+ bindlen = strlen (server.sun_path) + 1 + sizeof (server.sun_family); - #endif - - if (bind(ls,(struct sockaddr *)&server,bindlen) < 0) diff --git a/editors/gnuserv/files/patch-gnuserv.el b/editors/gnuserv/files/patch-gnuserv.el deleted file mode 100644 index cebd04a9445d..000000000000 --- a/editors/gnuserv/files/patch-gnuserv.el +++ /dev/null @@ -1,11 +0,0 @@ ---- gnuserv.el.orig Thu Jan 25 19:41:59 2001 -+++ gnuserv.el Sun Sep 29 19:16:03 2002 -@@ -173,7 +173,7 @@ - (function :tag "Other")) - :group 'gnuserv) - --(defcustom gnuserv-program "gnuserv" -+(defcustom gnuserv-program "gnuserv-emacs" - "*Program to use as the editing server." - :type 'string - :group 'gnuserv) diff --git a/editors/gnuserv/pkg-descr b/editors/gnuserv/pkg-descr deleted file mode 100644 index 5e62db7f40ac..000000000000 --- a/editors/gnuserv/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -gnuserv allows you to attach to an already running Emacs. This allows -external programs to make use of Emacs' editing capabilities. It is -like GNU Emacs' emacsserver/server.el, but has many more features. - -WWW: http://meltin.net/hacks/emacs/ diff --git a/editors/gnuserv/pkg-message b/editors/gnuserv/pkg-message deleted file mode 100644 index 2034576ec627..000000000000 --- a/editors/gnuserv/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -***************************************************************************** - -Add following code into your .emacs to enable autoloading of gnuserv lisp -files: - - (autoload 'gnuserv-start "gnuserv-compat" - "Allow this Emacs process to be a server for client processes." - t) - (setq gnuserv-program "gnuserv-emacs") - (gnuserv-start) - -***************************************************************************** diff --git a/editors/gnuserv/pkg-plist b/editors/gnuserv/pkg-plist deleted file mode 100644 index 6eab02d8f386..000000000000 --- a/editors/gnuserv/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%EMACS_SITE_LISPDIR%%/gnuserv/devices.el -%%EMACS_SITE_LISPDIR%%/gnuserv/devices.elc -%%EMACS_SITE_LISPDIR%%/gnuserv/gnuserv-compat.el -%%EMACS_SITE_LISPDIR%%/gnuserv/gnuserv-compat.elc -%%EMACS_SITE_LISPDIR%%/gnuserv/gnuserv.el -%%EMACS_SITE_LISPDIR%%/gnuserv/gnuserv.elc -bin/gnuattach%%BINSUFFIX%% -bin/gnuclient%%BINSUFFIX%% -bin/gnudoit%%BINSUFFIX%% -bin/gnuserv%%BINSUFFIX%% -%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/COPYING -%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/ChangeLog -%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/INSTALL -%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/README -%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/README.orig -@dirrm %%EMACS_SITE_LISPDIR%%/gnuserv -%%PORTDOCS%%@dirrm share/doc/gnuserv-%%EMACS_PORT_NAME%% diff --git a/editors/jext/Makefile b/editors/jext/Makefile deleted file mode 100644 index 4c32442f6c96..000000000000 --- a/editors/jext/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jext -PORTVERSION= 3.0.2 -PORTREVISION= 6 -CATEGORIES= editors java -MASTER_SITES= SF/${PORTNAME}/OldFiles - -MAINTAINER= ports@FreeBSD.org -COMMENT= Powerful 100% pure Java text editor - -USE_JAVA= yes -JAVA_VERSION= 1.6+ -NO_WRKSUBDIR= yes -USE_XORG= x11 -NO_BUILD= yes - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} - -SUB_FILES= jext.sh - -INSTALL_FILES= Jython-LICENSE LICENSE README History.txt Names.txt bin lib - -NO_STAGE= yes -do-install: - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKDIR}/jext.sh ${PREFIX}/bin/jext - ${TAR} -C ${WRKSRC} -c -f - ${INSTALL_FILES} | ${TAR} -C ${DATADIR} --unlink -x -f - - CLASSPATH=${DATADIR}/lib/jython.jar ${LOCALBASE}/bin/java org.python.util.jython \ - ${DATADIR}/lib/Lib/compileall.py ${DATADIR} - -post-install: - @${FIND} ${DATADIR}/lib/cachedir -type f | ${SED} 's|^${PREFIX}/||' \ - | ${SORT} >> ${TMPPLIST} - @${ECHO_CMD} '@dirrm ${DATADIR:S|${PREFIX}/||}/lib/cachedir/packages' >> ${TMPPLIST} - @${ECHO_CMD} '@dirrm ${DATADIR:S|${PREFIX}/||}/lib/cachedir' >> ${TMPPLIST} - @${ECHO_CMD} '@dirrm ${DATADIR:S|${PREFIX}/||}/lib' >> ${TMPPLIST} - @${ECHO_CMD} '@dirrm ${DATADIR:S|${PREFIX}/||}' >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/editors/jext/distinfo b/editors/jext/distinfo deleted file mode 100644 index 4cf8984d7b6e..000000000000 --- a/editors/jext/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jext-3.0.2.tar.gz) = 184e3537fabc1f40e7adc1cb09f6b5c7e070548e1e499a5af2ab70163751c9dd -SIZE (jext-3.0.2.tar.gz) = 1771438 diff --git a/editors/jext/files/jext.sh.in b/editors/jext/files/jext.sh.in deleted file mode 100644 index 1aebd30ea3aa..000000000000 --- a/editors/jext/files/jext.sh.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -JEXT_HOME="${JEXT_HOME:-"%%DATADIR%%"}" - -if [ "$1" = "--help" ] ; then - echo "Usage: jext [files]" - exit 0 -fi - -# Create user directory -JEXT_USER_HOME="${HOME}/.jext" -if [ ! -d "${JEXT_USER_HOME}" ] ; then - mkdir -p "${JEXT_USER_HOME}/xinsert" -fi - -# Run -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" \ - ${JAVA_OPTS} \ - -Dpython.home="${JEXT_HOME}/lib" \ - -classpath "${JEXT_HOME}/lib/jython.jar":"${JEXT_HOME}/lib/dawn.jar":"${JEXT_HOME}/lib/jext.jar" \ - org.jext.Jext \ - "$@" diff --git a/editors/jext/pkg-descr b/editors/jext/pkg-descr deleted file mode 100644 index cf186bce5844..000000000000 --- a/editors/jext/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Jext is a powerful 100% pure Java text editor. Jext has been mainly designed -for programmers. Thus, Jext provides a lot of useful functions for coders: -syntax colorizing (Perl, XML/HTML, Java, JavaScript), auto indent, methods -seeker for Java, source code formatting and much more... - -WWW: http://www.jext.org/ diff --git a/editors/jext/pkg-plist b/editors/jext/pkg-plist deleted file mode 100644 index 84880370369c..000000000000 --- a/editors/jext/pkg-plist +++ /dev/null @@ -1,412 +0,0 @@ -bin/jext -%%DATADIR%%/History.txt -%%DATADIR%%/Jython-LICENSE -%%DATADIR%%/LICENSE -%%DATADIR%%/Names.txt -%%DATADIR%%/README -%%DATADIR%%/bin/Jext.exe -%%DATADIR%%/bin/MouseWheel.dll -%%DATADIR%%/bin/dawn.bat -%%DATADIR%%/bin/icons/jext.ico -%%DATADIR%%/bin/icons/jext.xpm -%%DATADIR%%/bin/jext -%%DATADIR%%/bin/jext.bat -%%DATADIR%%/bin/jext.js -%%DATADIR%%/bin/jext.ncf -%%DATADIR%%/bin/jextlauncher.ini -%%DATADIR%%/bin/lang/Français_pack.jar -%%DATADIR%%/bin/plugins/FindAll.jar -%%DATADIR%%/bin/plugins/HTML.jar -%%DATADIR%%/bin/plugins/HyperTyper.jar -%%DATADIR%%/bin/plugins/Java.jar -%%DATADIR%%/bin/plugins/KLNF.jar -%%DATADIR%%/bin/plugins/PHPBrowse.jar -%%DATADIR%%/bin/plugins/PyBrowse.jar -%%DATADIR%%/bin/plugins/WheelMouse.jar -%%DATADIR%%/bin/plugins/XMLBrowse.jar -%%DATADIR%%/bin/templates/JSP/JSP.jsp -%%DATADIR%%/bin/templates/JSP/UseBean.jsp -%%DATADIR%%/bin/templates/Java/Class.java -%%DATADIR%%/bin/templates/Java/Interface.java -%%DATADIR%%/bin/templates/Java/Main.java -%%DATADIR%%/bin/templates/Jext/Action.java -%%DATADIR%%/bin/templates/Jext/OneClickAction.java -%%DATADIR%%/bin/templates/Jext/Plugin.java -%%DATADIR%%/bin/templates/Jext/Properties.props.xml -%%DATADIR%%/bin/templates/Jext/XInsert.insert.xml -%%DATADIR%%/lib/Lib/BaseHTTPServer$py.class -%%DATADIR%%/lib/Lib/BaseHTTPServer.py -%%DATADIR%%/lib/Lib/CGIHTTPServer$py.class -%%DATADIR%%/lib/Lib/CGIHTTPServer.py -%%DATADIR%%/lib/Lib/ConfigParser$py.class -%%DATADIR%%/lib/Lib/ConfigParser.py -%%DATADIR%%/lib/Lib/Cookie$py.class -%%DATADIR%%/lib/Lib/Cookie.py -%%DATADIR%%/lib/Lib/MimeWriter$py.class -%%DATADIR%%/lib/Lib/MimeWriter.py -%%DATADIR%%/lib/Lib/Queue$py.class -%%DATADIR%%/lib/Lib/Queue.py -%%DATADIR%%/lib/Lib/SimpleHTTPServer$py.class -%%DATADIR%%/lib/Lib/SimpleHTTPServer.py -%%DATADIR%%/lib/Lib/SocketServer$py.class -%%DATADIR%%/lib/Lib/SocketServer.py -%%DATADIR%%/lib/Lib/StringIO$py.class -%%DATADIR%%/lib/Lib/StringIO.py -%%DATADIR%%/lib/Lib/UserDict$py.class -%%DATADIR%%/lib/Lib/UserDict.py -%%DATADIR%%/lib/Lib/UserList$py.class -%%DATADIR%%/lib/Lib/UserList.py -%%DATADIR%%/lib/Lib/UserString$py.class -%%DATADIR%%/lib/Lib/UserString.py -%%DATADIR%%/lib/Lib/__future__$py.class -%%DATADIR%%/lib/Lib/__future__.py -%%DATADIR%%/lib/Lib/anydbm$py.class -%%DATADIR%%/lib/Lib/anydbm.py -%%DATADIR%%/lib/Lib/atexit$py.class -%%DATADIR%%/lib/Lib/atexit.py -%%DATADIR%%/lib/Lib/base64$py.class -%%DATADIR%%/lib/Lib/base64.py -%%DATADIR%%/lib/Lib/bdb$py.class -%%DATADIR%%/lib/Lib/bdb.py -%%DATADIR%%/lib/Lib/binhex$py.class -%%DATADIR%%/lib/Lib/binhex.py -%%DATADIR%%/lib/Lib/bisect$py.class -%%DATADIR%%/lib/Lib/bisect.py -%%DATADIR%%/lib/Lib/calendar$py.class -%%DATADIR%%/lib/Lib/calendar.py -%%DATADIR%%/lib/Lib/cgi$py.class -%%DATADIR%%/lib/Lib/cgi.py -%%DATADIR%%/lib/Lib/cmd$py.class -%%DATADIR%%/lib/Lib/cmd.py -%%DATADIR%%/lib/Lib/code$py.class -%%DATADIR%%/lib/Lib/code.py -%%DATADIR%%/lib/Lib/codecs$py.class -%%DATADIR%%/lib/Lib/codecs.py -%%DATADIR%%/lib/Lib/colorsys$py.class -%%DATADIR%%/lib/Lib/colorsys.py -%%DATADIR%%/lib/Lib/commands$py.class -%%DATADIR%%/lib/Lib/commands.py -%%DATADIR%%/lib/Lib/compileall$py.class -%%DATADIR%%/lib/Lib/compileall.py -%%DATADIR%%/lib/Lib/copy$py.class -%%DATADIR%%/lib/Lib/copy.py -%%DATADIR%%/lib/Lib/copy_reg$py.class -%%DATADIR%%/lib/Lib/copy_reg.py -%%DATADIR%%/lib/Lib/dircache$py.class -%%DATADIR%%/lib/Lib/dircache.py -%%DATADIR%%/lib/Lib/dospath$py.class -%%DATADIR%%/lib/Lib/dospath.py -%%DATADIR%%/lib/Lib/dumbdbm$py.class -%%DATADIR%%/lib/Lib/dumbdbm.py -%%DATADIR%%/lib/Lib/encodings/__init__$py.class -%%DATADIR%%/lib/Lib/encodings/__init__.py -%%DATADIR%%/lib/Lib/encodings/aliases$py.class -%%DATADIR%%/lib/Lib/encodings/aliases.py -%%DATADIR%%/lib/Lib/encodings/ascii$py.class -%%DATADIR%%/lib/Lib/encodings/ascii.py -%%DATADIR%%/lib/Lib/encodings/charmap$py.class -%%DATADIR%%/lib/Lib/encodings/charmap.py -%%DATADIR%%/lib/Lib/encodings/cp037$py.class -%%DATADIR%%/lib/Lib/encodings/cp037.py -%%DATADIR%%/lib/Lib/encodings/cp1006$py.class -%%DATADIR%%/lib/Lib/encodings/cp1006.py -%%DATADIR%%/lib/Lib/encodings/cp1026$py.class -%%DATADIR%%/lib/Lib/encodings/cp1026.py -%%DATADIR%%/lib/Lib/encodings/cp1250$py.class -%%DATADIR%%/lib/Lib/encodings/cp1250.py -%%DATADIR%%/lib/Lib/encodings/cp1251$py.class -%%DATADIR%%/lib/Lib/encodings/cp1251.py -%%DATADIR%%/lib/Lib/encodings/cp1252$py.class -%%DATADIR%%/lib/Lib/encodings/cp1252.py -%%DATADIR%%/lib/Lib/encodings/cp1253$py.class -%%DATADIR%%/lib/Lib/encodings/cp1253.py -%%DATADIR%%/lib/Lib/encodings/cp1254$py.class -%%DATADIR%%/lib/Lib/encodings/cp1254.py -%%DATADIR%%/lib/Lib/encodings/cp1255$py.class -%%DATADIR%%/lib/Lib/encodings/cp1255.py -%%DATADIR%%/lib/Lib/encodings/cp1256$py.class -%%DATADIR%%/lib/Lib/encodings/cp1256.py -%%DATADIR%%/lib/Lib/encodings/cp1257$py.class -%%DATADIR%%/lib/Lib/encodings/cp1257.py -%%DATADIR%%/lib/Lib/encodings/cp1258$py.class -%%DATADIR%%/lib/Lib/encodings/cp1258.py -%%DATADIR%%/lib/Lib/encodings/cp424$py.class -%%DATADIR%%/lib/Lib/encodings/cp424.py -%%DATADIR%%/lib/Lib/encodings/cp437$py.class -%%DATADIR%%/lib/Lib/encodings/cp437.py -%%DATADIR%%/lib/Lib/encodings/cp500$py.class -%%DATADIR%%/lib/Lib/encodings/cp500.py -%%DATADIR%%/lib/Lib/encodings/cp737$py.class -%%DATADIR%%/lib/Lib/encodings/cp737.py -%%DATADIR%%/lib/Lib/encodings/cp775$py.class -%%DATADIR%%/lib/Lib/encodings/cp775.py -%%DATADIR%%/lib/Lib/encodings/cp850$py.class -%%DATADIR%%/lib/Lib/encodings/cp850.py -%%DATADIR%%/lib/Lib/encodings/cp852$py.class -%%DATADIR%%/lib/Lib/encodings/cp852.py -%%DATADIR%%/lib/Lib/encodings/cp855$py.class -%%DATADIR%%/lib/Lib/encodings/cp855.py -%%DATADIR%%/lib/Lib/encodings/cp856$py.class -%%DATADIR%%/lib/Lib/encodings/cp856.py -%%DATADIR%%/lib/Lib/encodings/cp857$py.class -%%DATADIR%%/lib/Lib/encodings/cp857.py -%%DATADIR%%/lib/Lib/encodings/cp860$py.class -%%DATADIR%%/lib/Lib/encodings/cp860.py -%%DATADIR%%/lib/Lib/encodings/cp861$py.class -%%DATADIR%%/lib/Lib/encodings/cp861.py -%%DATADIR%%/lib/Lib/encodings/cp862$py.class -%%DATADIR%%/lib/Lib/encodings/cp862.py -%%DATADIR%%/lib/Lib/encodings/cp863$py.class -%%DATADIR%%/lib/Lib/encodings/cp863.py -%%DATADIR%%/lib/Lib/encodings/cp864$py.class -%%DATADIR%%/lib/Lib/encodings/cp864.py -%%DATADIR%%/lib/Lib/encodings/cp865$py.class -%%DATADIR%%/lib/Lib/encodings/cp865.py -%%DATADIR%%/lib/Lib/encodings/cp866$py.class -%%DATADIR%%/lib/Lib/encodings/cp866.py -%%DATADIR%%/lib/Lib/encodings/cp869$py.class -%%DATADIR%%/lib/Lib/encodings/cp869.py -%%DATADIR%%/lib/Lib/encodings/cp874$py.class -%%DATADIR%%/lib/Lib/encodings/cp874.py -%%DATADIR%%/lib/Lib/encodings/cp875$py.class -%%DATADIR%%/lib/Lib/encodings/cp875.py -%%DATADIR%%/lib/Lib/encodings/iso8859_1$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_1.py -%%DATADIR%%/lib/Lib/encodings/iso8859_10$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_10.py -%%DATADIR%%/lib/Lib/encodings/iso8859_13$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_13.py -%%DATADIR%%/lib/Lib/encodings/iso8859_14$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_14.py -%%DATADIR%%/lib/Lib/encodings/iso8859_15$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_15.py -%%DATADIR%%/lib/Lib/encodings/iso8859_2$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_2.py -%%DATADIR%%/lib/Lib/encodings/iso8859_3$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_3.py -%%DATADIR%%/lib/Lib/encodings/iso8859_4$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_4.py -%%DATADIR%%/lib/Lib/encodings/iso8859_5$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_5.py -%%DATADIR%%/lib/Lib/encodings/iso8859_6$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_6.py -%%DATADIR%%/lib/Lib/encodings/iso8859_7$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_7.py -%%DATADIR%%/lib/Lib/encodings/iso8859_8$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_8.py -%%DATADIR%%/lib/Lib/encodings/iso8859_9$py.class -%%DATADIR%%/lib/Lib/encodings/iso8859_9.py -%%DATADIR%%/lib/Lib/encodings/koi8_r$py.class -%%DATADIR%%/lib/Lib/encodings/koi8_r.py -%%DATADIR%%/lib/Lib/encodings/latin_1$py.class -%%DATADIR%%/lib/Lib/encodings/latin_1.py -%%DATADIR%%/lib/Lib/encodings/mac_cyrillic$py.class -%%DATADIR%%/lib/Lib/encodings/mac_cyrillic.py -%%DATADIR%%/lib/Lib/encodings/mac_greek$py.class -%%DATADIR%%/lib/Lib/encodings/mac_greek.py -%%DATADIR%%/lib/Lib/encodings/mac_iceland$py.class -%%DATADIR%%/lib/Lib/encodings/mac_iceland.py -%%DATADIR%%/lib/Lib/encodings/mac_latin2$py.class -%%DATADIR%%/lib/Lib/encodings/mac_latin2.py -%%DATADIR%%/lib/Lib/encodings/mac_roman$py.class -%%DATADIR%%/lib/Lib/encodings/mac_roman.py -%%DATADIR%%/lib/Lib/encodings/mac_turkish$py.class -%%DATADIR%%/lib/Lib/encodings/mac_turkish.py -%%DATADIR%%/lib/Lib/encodings/mbcs$py.class -%%DATADIR%%/lib/Lib/encodings/mbcs.py -%%DATADIR%%/lib/Lib/encodings/raw_unicode_escape$py.class -%%DATADIR%%/lib/Lib/encodings/raw_unicode_escape.py -%%DATADIR%%/lib/Lib/encodings/undefined$py.class -%%DATADIR%%/lib/Lib/encodings/undefined.py -%%DATADIR%%/lib/Lib/encodings/unicode_escape$py.class -%%DATADIR%%/lib/Lib/encodings/unicode_escape.py -%%DATADIR%%/lib/Lib/encodings/unicode_internal$py.class -%%DATADIR%%/lib/Lib/encodings/unicode_internal.py -%%DATADIR%%/lib/Lib/encodings/utf_16$py.class -%%DATADIR%%/lib/Lib/encodings/utf_16.py -%%DATADIR%%/lib/Lib/encodings/utf_16_be$py.class -%%DATADIR%%/lib/Lib/encodings/utf_16_be.py -%%DATADIR%%/lib/Lib/encodings/utf_16_le$py.class -%%DATADIR%%/lib/Lib/encodings/utf_16_le.py -%%DATADIR%%/lib/Lib/encodings/utf_8$py.class -%%DATADIR%%/lib/Lib/encodings/utf_8.py -%%DATADIR%%/lib/Lib/exceptions$py.class -%%DATADIR%%/lib/Lib/exceptions.py -%%DATADIR%%/lib/Lib/fileinput$py.class -%%DATADIR%%/lib/Lib/fileinput.py -%%DATADIR%%/lib/Lib/fnmatch$py.class -%%DATADIR%%/lib/Lib/fnmatch.py -%%DATADIR%%/lib/Lib/formatter$py.class -%%DATADIR%%/lib/Lib/formatter.py -%%DATADIR%%/lib/Lib/fpformat$py.class -%%DATADIR%%/lib/Lib/fpformat.py -%%DATADIR%%/lib/Lib/ftplib$py.class -%%DATADIR%%/lib/Lib/ftplib.py -%%DATADIR%%/lib/Lib/getopt$py.class -%%DATADIR%%/lib/Lib/getopt.py -%%DATADIR%%/lib/Lib/glob$py.class -%%DATADIR%%/lib/Lib/glob.py -%%DATADIR%%/lib/Lib/gopherlib$py.class -%%DATADIR%%/lib/Lib/gopherlib.py -%%DATADIR%%/lib/Lib/gzip$py.class -%%DATADIR%%/lib/Lib/gzip.py -%%DATADIR%%/lib/Lib/htmlentitydefs$py.class -%%DATADIR%%/lib/Lib/htmlentitydefs.py -%%DATADIR%%/lib/Lib/htmllib$py.class -%%DATADIR%%/lib/Lib/htmllib.py -%%DATADIR%%/lib/Lib/httplib$py.class -%%DATADIR%%/lib/Lib/httplib.py -%%DATADIR%%/lib/Lib/imaplib$py.class -%%DATADIR%%/lib/Lib/imaplib.py -%%DATADIR%%/lib/Lib/imghdr$py.class -%%DATADIR%%/lib/Lib/imghdr.py -%%DATADIR%%/lib/Lib/javaos$py.class -%%DATADIR%%/lib/Lib/javaos.py -%%DATADIR%%/lib/Lib/javapath$py.class -%%DATADIR%%/lib/Lib/javapath.py -%%DATADIR%%/lib/Lib/jreload$py.class -%%DATADIR%%/lib/Lib/jreload.py -%%DATADIR%%/lib/Lib/keyword$py.class -%%DATADIR%%/lib/Lib/keyword.py -%%DATADIR%%/lib/Lib/license -%%DATADIR%%/lib/Lib/linecache$py.class -%%DATADIR%%/lib/Lib/linecache.py -%%DATADIR%%/lib/Lib/macpath$py.class -%%DATADIR%%/lib/Lib/macpath.py -%%DATADIR%%/lib/Lib/macurl2path$py.class -%%DATADIR%%/lib/Lib/macurl2path.py -%%DATADIR%%/lib/Lib/mailbox$py.class -%%DATADIR%%/lib/Lib/mailbox.py -%%DATADIR%%/lib/Lib/mailcap$py.class -%%DATADIR%%/lib/Lib/mailcap.py -%%DATADIR%%/lib/Lib/marshal$py.class -%%DATADIR%%/lib/Lib/marshal.py -%%DATADIR%%/lib/Lib/mhlib$py.class -%%DATADIR%%/lib/Lib/mhlib.py -%%DATADIR%%/lib/Lib/mimetools$py.class -%%DATADIR%%/lib/Lib/mimetools.py -%%DATADIR%%/lib/Lib/mimetypes$py.class -%%DATADIR%%/lib/Lib/mimetypes.py -%%DATADIR%%/lib/Lib/mimify$py.class -%%DATADIR%%/lib/Lib/mimify.py -%%DATADIR%%/lib/Lib/multifile$py.class -%%DATADIR%%/lib/Lib/multifile.py -%%DATADIR%%/lib/Lib/mutex$py.class -%%DATADIR%%/lib/Lib/mutex.py -%%DATADIR%%/lib/Lib/nntplib$py.class -%%DATADIR%%/lib/Lib/nntplib.py -%%DATADIR%%/lib/Lib/ntpath$py.class -%%DATADIR%%/lib/Lib/ntpath.py -%%DATADIR%%/lib/Lib/nturl2path$py.class -%%DATADIR%%/lib/Lib/nturl2path.py -%%DATADIR%%/lib/Lib/pdb$py.class -%%DATADIR%%/lib/Lib/pdb.py -%%DATADIR%%/lib/Lib/pickle$py.class -%%DATADIR%%/lib/Lib/pickle.py -%%DATADIR%%/lib/Lib/pipes$py.class -%%DATADIR%%/lib/Lib/pipes.py -%%DATADIR%%/lib/Lib/popen2$py.class -%%DATADIR%%/lib/Lib/popen2.py -%%DATADIR%%/lib/Lib/poplib$py.class -%%DATADIR%%/lib/Lib/poplib.py -%%DATADIR%%/lib/Lib/posixfile$py.class -%%DATADIR%%/lib/Lib/posixfile.py -%%DATADIR%%/lib/Lib/posixpath$py.class -%%DATADIR%%/lib/Lib/posixpath.py -%%DATADIR%%/lib/Lib/pprint$py.class -%%DATADIR%%/lib/Lib/pprint.py -%%DATADIR%%/lib/Lib/profile$py.class -%%DATADIR%%/lib/Lib/profile.py -%%DATADIR%%/lib/Lib/pstats$py.class -%%DATADIR%%/lib/Lib/pstats.py -%%DATADIR%%/lib/Lib/pyclbr$py.class -%%DATADIR%%/lib/Lib/pyclbr.py -%%DATADIR%%/lib/Lib/quopri$py.class -%%DATADIR%%/lib/Lib/quopri.py -%%DATADIR%%/lib/Lib/random$py.class -%%DATADIR%%/lib/Lib/random.py -%%DATADIR%%/lib/Lib/re$py.class -%%DATADIR%%/lib/Lib/re.py -%%DATADIR%%/lib/Lib/reconvert$py.class -%%DATADIR%%/lib/Lib/reconvert.py -%%DATADIR%%/lib/Lib/repr$py.class -%%DATADIR%%/lib/Lib/repr.py -%%DATADIR%%/lib/Lib/rfc822$py.class -%%DATADIR%%/lib/Lib/rfc822.py -%%DATADIR%%/lib/Lib/sched$py.class -%%DATADIR%%/lib/Lib/sched.py -%%DATADIR%%/lib/Lib/sgmllib$py.class -%%DATADIR%%/lib/Lib/sgmllib.py -%%DATADIR%%/lib/Lib/shelve$py.class -%%DATADIR%%/lib/Lib/shelve.py -%%DATADIR%%/lib/Lib/shutil$py.class -%%DATADIR%%/lib/Lib/shutil.py -%%DATADIR%%/lib/Lib/site$py.class -%%DATADIR%%/lib/Lib/site.py -%%DATADIR%%/lib/Lib/smtplib$py.class -%%DATADIR%%/lib/Lib/smtplib.py -%%DATADIR%%/lib/Lib/sndhdr$py.class -%%DATADIR%%/lib/Lib/sndhdr.py -%%DATADIR%%/lib/Lib/socket$py.class -%%DATADIR%%/lib/Lib/socket.py -%%DATADIR%%/lib/Lib/sre$py.class -%%DATADIR%%/lib/Lib/sre.py -%%DATADIR%%/lib/Lib/sre_compile$py.class -%%DATADIR%%/lib/Lib/sre_compile.py -%%DATADIR%%/lib/Lib/sre_constants$py.class -%%DATADIR%%/lib/Lib/sre_constants.py -%%DATADIR%%/lib/Lib/sre_parse$py.class -%%DATADIR%%/lib/Lib/sre_parse.py -%%DATADIR%%/lib/Lib/stat$py.class -%%DATADIR%%/lib/Lib/stat.py -%%DATADIR%%/lib/Lib/string$py.class -%%DATADIR%%/lib/Lib/string.py -%%DATADIR%%/lib/Lib/symbol$py.class -%%DATADIR%%/lib/Lib/symbol.py -%%DATADIR%%/lib/Lib/telnetlib$py.class -%%DATADIR%%/lib/Lib/telnetlib.py -%%DATADIR%%/lib/Lib/tempfile$py.class -%%DATADIR%%/lib/Lib/tempfile.py -%%DATADIR%%/lib/Lib/threading$py.class -%%DATADIR%%/lib/Lib/threading.py -%%DATADIR%%/lib/Lib/token$py.class -%%DATADIR%%/lib/Lib/token.py -%%DATADIR%%/lib/Lib/tokenize$py.class -%%DATADIR%%/lib/Lib/tokenize.py -%%DATADIR%%/lib/Lib/traceback$py.class -%%DATADIR%%/lib/Lib/traceback.py -%%DATADIR%%/lib/Lib/tzparse$py.class -%%DATADIR%%/lib/Lib/tzparse.py -%%DATADIR%%/lib/Lib/urllib$py.class -%%DATADIR%%/lib/Lib/urllib.py -%%DATADIR%%/lib/Lib/urlparse$py.class -%%DATADIR%%/lib/Lib/urlparse.py -%%DATADIR%%/lib/Lib/user$py.class -%%DATADIR%%/lib/Lib/user.py -%%DATADIR%%/lib/Lib/warnings$py.class -%%DATADIR%%/lib/Lib/warnings.py -%%DATADIR%%/lib/Lib/whichdb$py.class -%%DATADIR%%/lib/Lib/whichdb.py -%%DATADIR%%/lib/Lib/whrandom$py.class -%%DATADIR%%/lib/Lib/whrandom.py -%%DATADIR%%/lib/Lib/xdrlib$py.class -%%DATADIR%%/lib/Lib/xdrlib.py -%%DATADIR%%/lib/Lib/xmllib$py.class -%%DATADIR%%/lib/Lib/xmllib.py -%%DATADIR%%/lib/Lib/zipfile$py.class -%%DATADIR%%/lib/Lib/zipfile.py -%%DATADIR%%/lib/Lib/zlib$py.class -%%DATADIR%%/lib/Lib/zlib.py -%%DATADIR%%/lib/dawn.jar -%%DATADIR%%/lib/jext.jar -%%DATADIR%%/lib/jython.jar -@dirrm %%DATADIR%%/lib/Lib/encodings -@dirrm %%DATADIR%%/lib/Lib -@dirrm %%DATADIR%%/bin/templates/Jext -@dirrm %%DATADIR%%/bin/templates/Java -@dirrm %%DATADIR%%/bin/templates/JSP -@dirrm %%DATADIR%%/bin/templates -@dirrm %%DATADIR%%/bin/plugins -@dirrm %%DATADIR%%/bin/lang -@dirrm %%DATADIR%%/bin/icons -@dirrm %%DATADIR%%/bin diff --git a/editors/komodo-ide/Makefile b/editors/komodo-ide/Makefile deleted file mode 100644 index 38a4c7f1f937..000000000000 --- a/editors/komodo-ide/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Dereckson <dereckson@gmail.com> -# $FreeBSD$ - -PORTNAME= komodo-ide -PORTVERSION= 6.1.1 -CATEGORIES= editors -MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/ -DISTNAME= Komodo-IDE-${PORTVERSION}-61234-linux-libcpp6-x86 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multi-language editor from ActiveState - -CONFLICTS= komodo-edit-* - -ONLY_FOR_ARCHS= i386 amd64 -NO_BUILD= yes -USE_LINUX= f10 -USE_LINUX_APPS= gtk2 jpeg dbusglib alsalib -USE_LDCONFIG= yes -USE_PYTHON= yes - -LICENSE= AKIDELA -LICENSE_FILE= ${WRKSRC}/license.txt -LICENSE_NAME= ActiveState Komodo IDE license agreement -LICENSE_PERMS= - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE='You must accept the license prior to building.' -.endif - -.if ${OSVERSION} < 800000 -BROKEN= fails to install -.endif - -do-install: - ${MKDIR} ${DESKTOPDIR} - cd ${WRKSRC} && ${SH} install.sh -I ${DATADIR} -s - ${LN} -sf ${DATADIR}/bin/komodo ${PREFIX}/bin/ - ${LN} -sf ${DATADIR}/share/desktop/komodo-ide-6.desktop ${DESKTOPDIR}/ - -.include <bsd.port.post.mk> diff --git a/editors/komodo-ide/distinfo b/editors/komodo-ide/distinfo deleted file mode 100644 index 473f8e6f31b1..000000000000 --- a/editors/komodo-ide/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Komodo-IDE-6.1.1-61234-linux-libcpp6-x86.tar.gz) = b827b977950762bfc537b341064daa2b79c4d5d9603cee728b2fdd59432759a8 -SIZE (Komodo-IDE-6.1.1-61234-linux-libcpp6-x86.tar.gz) = 48233862 diff --git a/editors/komodo-ide/pkg-descr b/editors/komodo-ide/pkg-descr deleted file mode 100644 index c0064cd9515e..000000000000 --- a/editors/komodo-ide/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -IDE specialized in dynamic languages like TCL, Python, PHP, Ruby, Perl -Also a web editor (JS/CSS/HTML/XML) - -Syntax highlighting, autocomplete, debug features, external tools. - -Built on the top of Mozilla. - -This port installs the linux commercial version. - -WWW: http://www.activestate.com/komodo-ide/ diff --git a/editors/komodo-ide/pkg-plist b/editors/komodo-ide/pkg-plist deleted file mode 100644 index 1241bad4fd8d..000000000000 --- a/editors/komodo-ide/pkg-plist +++ /dev/null @@ -1,5042 +0,0 @@ -bin/komodo -share/applications/komodo-ide-6.desktop -%%DATADIR%%/bin/komodo -%%DATADIR%%/lib/mozilla/.autoreg -%%DATADIR%%/lib/mozilla/Throbber-small.gif -%%DATADIR%%/lib/mozilla/application.ini -%%DATADIR%%/lib/mozilla/chrome/classic.jar -%%DATADIR%%/lib/mozilla/chrome/classic.manifest -%%DATADIR%%/lib/mozilla/chrome/comm.jar -%%DATADIR%%/lib/mozilla/chrome/comm.manifest -%%DATADIR%%/lib/mozilla/chrome/en-US.jar -%%DATADIR%%/lib/mozilla/chrome/en-US.manifest -%%DATADIR%%/lib/mozilla/chrome/icons/default/default.xpm -%%DATADIR%%/lib/mozilla/chrome/icons/default/default16.png -%%DATADIR%%/lib/mozilla/chrome/icons/default/default32.png -%%DATADIR%%/lib/mozilla/chrome/icons/default/default48.png -%%DATADIR%%/lib/mozilla/chrome/icons/default/komodo_httpInspector.xpm -%%DATADIR%%/lib/mozilla/chrome/icons/default/komodo_rxx.xpm -%%DATADIR%%/lib/mozilla/chrome/komodo.jar -%%DATADIR%%/lib/mozilla/chrome/komodo.manifest -%%DATADIR%%/lib/mozilla/chrome/komododoc.manifest -%%DATADIR%%/lib/mozilla/chrome/komododoc/content/helpOverlay.xul -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/abbreviations.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/aux_search.rdf -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/catalogs.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/codeintel.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/commandid.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/css/activestyle/base.css -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/css/activestyle/reset.css -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/css/api.css -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/css/screen.css -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/custtbi.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/db_explorer.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/debugger.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/debugperl.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/debugphp.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/debugpython.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/debugruby.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/debugtcl.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/debugxslt.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/defkeybind.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/dom.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/editor.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/emacskeybind.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/favicon.ico -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/files.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/getstarted.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/help-toc.rdf -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/help_help.xhtml -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/history.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/http-insp.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/hyperlinks.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/FilterBuilder-16-16-8.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/PerlApp-16-16-8.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/PerlCov-16-16-8.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/PerlCtrl-16-16-8.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/PerlNET-16-16-8.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/PerlSvc-16-16-8.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/PerlTray-16-16-8.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/VBSPerl-16-16-8.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/abbreviations.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/app-edit.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/app-ide-edit.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/app-ide.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/bottom_pane.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/break_request.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/break_response.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/button.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/button_showhide_TOC.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/button_sync_TOC.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/cc_attr_noncom_sharealike.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/codeintel_code_browser_context.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/codeintel_filter.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/codeintel_scope.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/codeintel_sort.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/column_edit.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/column_select.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/dbx.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/editor_autocomp.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/editor_calltips.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/editor_pane.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/editor_syncol.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/greysmallbullet.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/hyperlinks_color.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/hyperlinks_definition.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/hyperlinks_url.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/icon_check_error.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/icon_check_ok.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/ignore_case.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/intshell_hidden_variables.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/komodo.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/main_menu.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/multi_single.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/multiple_line.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/places_projects.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/places_view.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/projects_pane.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/projtb_add_butt.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/publish_sync.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/ribbons.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_adv.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_ask1.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_ask2.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_findinfiles.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_icon.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_outputwin.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_parsedoutput.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_parsedviewbutton.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_project.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_properties.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_recent.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_shortcuts.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_simple.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_terminatebutton.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/runcommand_toolbox.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/rx_button.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/rx_match.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/rx_matches.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/scc_commit_dialog.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/sections_list.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/sidebar_code.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/sidebar_dom.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/sidebar_projects.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/sidebar_toolbox.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/single_line.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/start_page.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/status_bar.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/status_icon_add.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/status_icon_conflict.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/status_icon_delete.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/status_icon_edit.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/status_icon_ok.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/status_icon_readonly.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/status_icon_sync.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tab_cntxt_menu.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/text.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar_debug.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar_macro.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar_open_find.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar_pdk.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar_scc.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar_std.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar_tools.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/toolbar_wkspc.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_arrow.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_codecomp_addsnip.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_codecomp_inssnip.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_codecomp_snipconfig.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_condbreak_config.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_condbreak_debug.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_condbreak_dial.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_condbreak_tab.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_custtoolbar_final.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_custtoolbar_icon.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_custtoolbar_items.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_custtoolbar_newtoolbar.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_custtoolbar_props.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_debug_xslt_birds.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_debug_xslt_htmlout.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_debug_xslt_split.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_debug_xslt_step.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_expimppkg_exp.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_expimppkg_files.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_expimppkg_folder.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_expimppkg_foldername.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_expimppkg_imp.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_expimppkg_location.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_expimppkg_name.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_expimppkg_wiz.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_extension1.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_extension2.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_extension3.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_faststr_find.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_faststr_findin.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_faststr_findres.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_faststr_search.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_faststr_string.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_googrun_googres.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_googrun_runcmd.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_googrun_srchterm.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_googrun_toolbox.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_incrsrch_invoke.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_incrsrch_next.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_incrsrch_nextfile.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_incrsrch_selstr.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_intshell_editor.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_intshell_editor2.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_intshell_help.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_intshell_help2.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_intshell_import.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_keybinding_add.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_keybinding_props.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_keybinding_tab.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_openfind_arrows.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_openfind_findfile.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_openfind_frontslash.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_openfind_poscursor.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_openfind_reducedisp.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_openfind_subdir.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_remote_files_browse.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_remote_files_open.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_remote_files_pref.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_reuse_drop.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_reuse_select.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_rx_button.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_rx_dialog.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_rx_editrx.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_rx_results.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_rx_selectrx.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_scc_context.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_scc_diff.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_scc_history.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_scc_output.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_scc_pref.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_scc_toolbar.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_snipinput_config.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_snipinput_insert.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_snipinput_prompt.png -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_tempproj_addtoolbox.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_tempproj_file.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_tempproj_project.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_tempproj_save.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_viewcss_chngcss.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_viewcss_sethtml.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_viewcss_setpref.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/tourlet_viewcss_viewout.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/verbose.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img/x.gif -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/install.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/intshell.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/keybind.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/komodo-js-api.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/komodohelp.rdf -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/lic_copy.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/luddite.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/macroapi.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/macros.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/osxkeybind.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/pdk.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/places.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/prefs.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/project.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/publish.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/regex-intro.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/regex.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/api-changes.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/ide-4.2.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/ide-4.3.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/ide-4.4.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/ide-5.0.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/ide-5.1.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/ide-5.2.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/ide.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/index.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases/old.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/run.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/scc.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/search.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/sections_list.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/shortcuts.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/snippets.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/starting.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/support.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tabstops.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/templates.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/toolbox.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/top.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tortoisesvn_icon_license.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/trouble.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tut-intro.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/perltut.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/phptut.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/pythontut.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/railstut.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/rubytut.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/runcmdtut.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_codecomp.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_condbreak.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_custtoolbar.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_debug_xslt.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_expimppkg.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_extensions.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_faststr.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_googrun.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_incrsrch.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_intshell.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_keybinding.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_openfind.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_over.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_remote_files.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_reuse.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_rx.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_scc.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_snipinput.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_tempproj.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/tourlet_viewcss.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial/xslttut.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/udl.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/unittest.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/urls.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/vikeybind.html -%%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/workspace.html -%%DATADIR%%/lib/mozilla/chrome/pippki.jar -%%DATADIR%%/lib/mozilla/chrome/pippki.manifest -%%DATADIR%%/lib/mozilla/chrome/toolkit.jar -%%DATADIR%%/lib/mozilla/chrome/toolkit.manifest -%%DATADIR%%/lib/mozilla/chrome/user-skins.rdf -%%DATADIR%%/lib/mozilla/chrome/xtk.jar -%%DATADIR%%/lib/mozilla/chrome/xtk.manifest -%%DATADIR%%/lib/mozilla/components/FeedProcessor.js -%%DATADIR%%/lib/mozilla/components/ISciMoz.xpt -%%DATADIR%%/lib/mozilla/components/ISciMozController.xpt -%%DATADIR%%/lib/mozilla/components/ISciMozEvents.xpt -%%DATADIR%%/lib/mozilla/components/NetworkGeolocationProvider.js -%%DATADIR%%/lib/mozilla/components/accessibility.xpt -%%DATADIR%%/lib/mozilla/components/alerts.xpt -%%DATADIR%%/lib/mozilla/components/appshell.xpt -%%DATADIR%%/lib/mozilla/components/appstartup.xpt -%%DATADIR%%/lib/mozilla/components/asCommandLineHandler.js -%%DATADIR%%/lib/mozilla/components/asIJSDialogProxy.xpt -%%DATADIR%%/lib/mozilla/components/asJSDialogProxy.js -%%DATADIR%%/lib/mozilla/components/autocomplete.xpt -%%DATADIR%%/lib/mozilla/components/autoconfig.xpt -%%DATADIR%%/lib/mozilla/components/caps.xpt -%%DATADIR%%/lib/mozilla/components/chardet.xpt -%%DATADIR%%/lib/mozilla/components/chrome.xpt -%%DATADIR%%/lib/mozilla/components/commandhandler.xpt -%%DATADIR%%/lib/mozilla/components/commandlines.xpt -%%DATADIR%%/lib/mozilla/components/composer.xpt -%%DATADIR%%/lib/mozilla/components/content_base.xpt -%%DATADIR%%/lib/mozilla/components/content_html.xpt -%%DATADIR%%/lib/mozilla/components/content_htmldoc.xpt -%%DATADIR%%/lib/mozilla/components/content_xmldoc.xpt -%%DATADIR%%/lib/mozilla/components/content_xslt.xpt -%%DATADIR%%/lib/mozilla/components/content_xtf.xpt -%%DATADIR%%/lib/mozilla/components/contentprefs.xpt -%%DATADIR%%/lib/mozilla/components/cookie.xpt -%%DATADIR%%/lib/mozilla/components/directory.xpt -%%DATADIR%%/lib/mozilla/components/docshell.xpt -%%DATADIR%%/lib/mozilla/components/dom.xpt -%%DATADIR%%/lib/mozilla/components/dom_base.xpt -%%DATADIR%%/lib/mozilla/components/dom_canvas.xpt -%%DATADIR%%/lib/mozilla/components/dom_core.xpt -%%DATADIR%%/lib/mozilla/components/dom_css.xpt -%%DATADIR%%/lib/mozilla/components/dom_events.xpt -%%DATADIR%%/lib/mozilla/components/dom_geolocation.xpt -%%DATADIR%%/lib/mozilla/components/dom_html.xpt -%%DATADIR%%/lib/mozilla/components/dom_json.xpt -%%DATADIR%%/lib/mozilla/components/dom_loadsave.xpt -%%DATADIR%%/lib/mozilla/components/dom_offline.xpt -%%DATADIR%%/lib/mozilla/components/dom_range.xpt -%%DATADIR%%/lib/mozilla/components/dom_sidebar.xpt -%%DATADIR%%/lib/mozilla/components/dom_storage.xpt -%%DATADIR%%/lib/mozilla/components/dom_stylesheets.xpt -%%DATADIR%%/lib/mozilla/components/dom_svg.xpt -%%DATADIR%%/lib/mozilla/components/dom_threads.xpt -%%DATADIR%%/lib/mozilla/components/dom_traversal.xpt -%%DATADIR%%/lib/mozilla/components/dom_views.xpt -%%DATADIR%%/lib/mozilla/components/dom_xbl.xpt -%%DATADIR%%/lib/mozilla/components/dom_xpath.xpt -%%DATADIR%%/lib/mozilla/components/dom_xul.xpt -%%DATADIR%%/lib/mozilla/components/downloads.xpt -%%DATADIR%%/lib/mozilla/components/editor.xpt -%%DATADIR%%/lib/mozilla/components/embed_base.xpt -%%DATADIR%%/lib/mozilla/components/extensions.xpt -%%DATADIR%%/lib/mozilla/components/exthandler.xpt -%%DATADIR%%/lib/mozilla/components/exthelper.xpt -%%DATADIR%%/lib/mozilla/components/fastfind.xpt -%%DATADIR%%/lib/mozilla/components/feeds.xpt -%%DATADIR%%/lib/mozilla/components/filepicker.xpt -%%DATADIR%%/lib/mozilla/components/find.xpt -%%DATADIR%%/lib/mozilla/components/gfx.xpt -%%DATADIR%%/lib/mozilla/components/htmlparser.xpt -%%DATADIR%%/lib/mozilla/components/imgicon.xpt -%%DATADIR%%/lib/mozilla/components/imglib2.xpt -%%DATADIR%%/lib/mozilla/components/inspector.xpt -%%DATADIR%%/lib/mozilla/components/intl.xpt -%%DATADIR%%/lib/mozilla/components/jar.xpt -%%DATADIR%%/lib/mozilla/components/jsconsole-clhandler.js -%%DATADIR%%/lib/mozilla/components/jsdservice.xpt -%%DATADIR%%/lib/mozilla/components/koADALanguage.py -%%DATADIR%%/lib/mozilla/components/koAPDLLanguage.py -%%DATADIR%%/lib/mozilla/components/koASN1Language.py -%%DATADIR%%/lib/mozilla/components/koAVELanguage.py -%%DATADIR%%/lib/mozilla/components/koApacheLanguage.py -%%DATADIR%%/lib/mozilla/components/koAppInfo.py -%%DATADIR%%/lib/mozilla/components/koAsmLanguage.py -%%DATADIR%%/lib/mozilla/components/koAsyncOperations.py -%%DATADIR%%/lib/mozilla/components/koAu3Language.py -%%DATADIR%%/lib/mozilla/components/koBATLanguage.py -%%DATADIR%%/lib/mozilla/components/koBaanLanguage.py -%%DATADIR%%/lib/mozilla/components/koBashLanguage.py -%%DATADIR%%/lib/mozilla/components/koBasicLanguage.py -%%DATADIR%%/lib/mozilla/components/koBullantLanguage.py -%%DATADIR%%/lib/mozilla/components/koCLWLanguage.py -%%DATADIR%%/lib/mozilla/components/koCPPLanguage.py -%%DATADIR%%/lib/mozilla/components/koCSSLanguage.py -%%DATADIR%%/lib/mozilla/components/koCSSLinter.py -%%DATADIR%%/lib/mozilla/components/koCSharpLanguage.py -%%DATADIR%%/lib/mozilla/components/koCVS.py -%%DATADIR%%/lib/mozilla/components/koCamlLanguage.py -%%DATADIR%%/lib/mozilla/components/koCatalogsTree.py -%%DATADIR%%/lib/mozilla/components/koCobolLanguage.py -%%DATADIR%%/lib/mozilla/components/koCodeBrowser.py -%%DATADIR%%/lib/mozilla/components/koCodeIntel.py -%%DATADIR%%/lib/mozilla/components/koCommandmentService.py -%%DATADIR%%/lib/mozilla/components/koCsoundLanguage.py -%%DATADIR%%/lib/mozilla/components/koDBGP.py -%%DATADIR%%/lib/mozilla/components/koDBGPProtocolHandler.py -%%DATADIR%%/lib/mozilla/components/koDiffLanguage.py -%%DATADIR%%/lib/mozilla/components/koDiffService.py -%%DATADIR%%/lib/mozilla/components/koDirs.py -%%DATADIR%%/lib/mozilla/components/koDocument.py -%%DATADIR%%/lib/mozilla/components/koDocumentService.py -%%DATADIR%%/lib/mozilla/components/koDocumentSettingsManager.py -%%DATADIR%%/lib/mozilla/components/koEScriptLanguage.py -%%DATADIR%%/lib/mozilla/components/koEiffelLanguage.py -%%DATADIR%%/lib/mozilla/components/koEncoding.py -%%DATADIR%%/lib/mozilla/components/koEncodingServices.py -%%DATADIR%%/lib/mozilla/components/koEnvView.py -%%DATADIR%%/lib/mozilla/components/koEnviron.py -%%DATADIR%%/lib/mozilla/components/koErlangLanguage.py -%%DATADIR%%/lib/mozilla/components/koErrorLanguage.py -%%DATADIR%%/lib/mozilla/components/koFTP.py -%%DATADIR%%/lib/mozilla/components/koFeatureStatusService.py -%%DATADIR%%/lib/mozilla/components/koFile.py -%%DATADIR%%/lib/mozilla/components/koFileEx.py -%%DATADIR%%/lib/mozilla/components/koFileLoggingService.py -%%DATADIR%%/lib/mozilla/components/koFileNotificationService.py -%%DATADIR%%/lib/mozilla/components/koFileService.py -%%DATADIR%%/lib/mozilla/components/koFileStatusService.py -%%DATADIR%%/lib/mozilla/components/koFinalizeService.py -%%DATADIR%%/lib/mozilla/components/koFindBrowseForDirs.py -%%DATADIR%%/lib/mozilla/components/koFindContext.py -%%DATADIR%%/lib/mozilla/components/koFindResultsView.py -%%DATADIR%%/lib/mozilla/components/koFindSession.py -%%DATADIR%%/lib/mozilla/components/koFinder.py -%%DATADIR%%/lib/mozilla/components/koFlagshipLanguage.py -%%DATADIR%%/lib/mozilla/components/koFormatterContext.py -%%DATADIR%%/lib/mozilla/components/koFormatterService.py -%%DATADIR%%/lib/mozilla/components/koForthLanguage.py -%%DATADIR%%/lib/mozilla/components/koFortranLanguage.py -%%DATADIR%%/lib/mozilla/components/koGenericFormatter.py -%%DATADIR%%/lib/mozilla/components/koGui4CliLanguage.py -%%DATADIR%%/lib/mozilla/components/koHLSLLanguage.py -%%DATADIR%%/lib/mozilla/components/koHTMLLinter.py -%%DATADIR%%/lib/mozilla/components/koHaskellLanguage.py -%%DATADIR%%/lib/mozilla/components/koHistory.py -%%DATADIR%%/lib/mozilla/components/koHttpInspector.py -%%DATADIR%%/lib/mozilla/components/koIAppInfo.xpt -%%DATADIR%%/lib/mozilla/components/koIAsyncOperations.xpt -%%DATADIR%%/lib/mozilla/components/koIAutoComplete.xpt -%%DATADIR%%/lib/mozilla/components/koICSSParser.xpt -%%DATADIR%%/lib/mozilla/components/koICallTips.xpt -%%DATADIR%%/lib/mozilla/components/koICodeIntel.xpt -%%DATADIR%%/lib/mozilla/components/koIColorPicker.xpt -%%DATADIR%%/lib/mozilla/components/koICommandmentService.xpt -%%DATADIR%%/lib/mozilla/components/koIContentUtils.xpt -%%DATADIR%%/lib/mozilla/components/koIDBGP.xpt -%%DATADIR%%/lib/mozilla/components/koIDLLanguage.py -%%DATADIR%%/lib/mozilla/components/koIDiffService.xpt -%%DATADIR%%/lib/mozilla/components/koIDirs.xpt -%%DATADIR%%/lib/mozilla/components/koIDocument.xpt -%%DATADIR%%/lib/mozilla/components/koIEncoding.xpt -%%DATADIR%%/lib/mozilla/components/koIEncodingServices.xpt -%%DATADIR%%/lib/mozilla/components/koIEnvView.xpt -%%DATADIR%%/lib/mozilla/components/koIEnviron.xpt -%%DATADIR%%/lib/mozilla/components/koIFeatureStatusService.xpt -%%DATADIR%%/lib/mozilla/components/koIFile.xpt -%%DATADIR%%/lib/mozilla/components/koIFileEx.xpt -%%DATADIR%%/lib/mozilla/components/koIFileLoggingService.xpt -%%DATADIR%%/lib/mozilla/components/koIFileNotificationService.xpt -%%DATADIR%%/lib/mozilla/components/koIFileService.xpt -%%DATADIR%%/lib/mozilla/components/koIFileStatusService.xpt -%%DATADIR%%/lib/mozilla/components/koIFinalizeService.xpt -%%DATADIR%%/lib/mozilla/components/koIFindBrowseForDirs.xpt -%%DATADIR%%/lib/mozilla/components/koIFindContext.xpt -%%DATADIR%%/lib/mozilla/components/koIFindResultsView.xpt -%%DATADIR%%/lib/mozilla/components/koIFindSession.xpt -%%DATADIR%%/lib/mozilla/components/koIFinder.xpt -%%DATADIR%%/lib/mozilla/components/koIFormatters.xpt -%%DATADIR%%/lib/mozilla/components/koIHierarchyItem.xpt -%%DATADIR%%/lib/mozilla/components/koIHistory.xpt -%%DATADIR%%/lib/mozilla/components/koIHttpInspector.xpt -%%DATADIR%%/lib/mozilla/components/koIInfoService.xpt -%%DATADIR%%/lib/mozilla/components/koIInitService.xpt -%%DATADIR%%/lib/mozilla/components/koIInvocation.xpt -%%DATADIR%%/lib/mozilla/components/koIKPFTreeView.xpt -%%DATADIR%%/lib/mozilla/components/koIKeybindingSchemeService.xpt -%%DATADIR%%/lib/mozilla/components/koILanguage.xpt -%%DATADIR%%/lib/mozilla/components/koILastErrorService.xpt -%%DATADIR%%/lib/mozilla/components/koILicense.xpt -%%DATADIR%%/lib/mozilla/components/koILinter.xpt -%%DATADIR%%/lib/mozilla/components/koILoggingService.xpt -%%DATADIR%%/lib/mozilla/components/koIMacroService.xpt -%%DATADIR%%/lib/mozilla/components/koIObserverService.xpt -%%DATADIR%%/lib/mozilla/components/koIOrderedPreference.xpt -%%DATADIR%%/lib/mozilla/components/koIOs.xpt -%%DATADIR%%/lib/mozilla/components/koIPHPConfigurator.xpt -%%DATADIR%%/lib/mozilla/components/koIPrefs.xpt -%%DATADIR%%/lib/mozilla/components/koIProgress.xpt -%%DATADIR%%/lib/mozilla/components/koIProject.xpt -%%DATADIR%%/lib/mozilla/components/koIPythonProfiler.xpt -%%DATADIR%%/lib/mozilla/components/koIPythonStdLib.xpt -%%DATADIR%%/lib/mozilla/components/koIRemoteConnection.xpt -%%DATADIR%%/lib/mozilla/components/koIRemoteConnectionService.xpt -%%DATADIR%%/lib/mozilla/components/koIRemoteFileInfo.xpt -%%DATADIR%%/lib/mozilla/components/koIRunService.xpt -%%DATADIR%%/lib/mozilla/components/koIRxx.xpt -%%DATADIR%%/lib/mozilla/components/koISCC.xpt -%%DATADIR%%/lib/mozilla/components/koISciUtils.xpt -%%DATADIR%%/lib/mozilla/components/koIScintillaSchemeService.xpt -%%DATADIR%%/lib/mozilla/components/koISleuth.xpt -%%DATADIR%%/lib/mozilla/components/koIStatusMessage.xpt -%%DATADIR%%/lib/mozilla/components/koISysUtils.xpt -%%DATADIR%%/lib/mozilla/components/koISystemDataService.xpt -%%DATADIR%%/lib/mozilla/components/koITemplateService.xpt -%%DATADIR%%/lib/mozilla/components/koITest.xpt -%%DATADIR%%/lib/mozilla/components/koITextUtils.xpt -%%DATADIR%%/lib/mozilla/components/koITextboxAutoComplete.xpt -%%DATADIR%%/lib/mozilla/components/koIToolbox2Components.idl -%%DATADIR%%/lib/mozilla/components/koIToolbox2Components.xpt -%%DATADIR%%/lib/mozilla/components/koIToolbox2HTreeView.xpt -%%DATADIR%%/lib/mozilla/components/koITutorialService.xpt -%%DATADIR%%/lib/mozilla/components/koIUrlUtils.xpt -%%DATADIR%%/lib/mozilla/components/koIUrllib.xpt -%%DATADIR%%/lib/mozilla/components/koIViCommandDetail.xpt -%%DATADIR%%/lib/mozilla/components/koIViewController.xpt -%%DATADIR%%/lib/mozilla/components/koIViewService.xpt -%%DATADIR%%/lib/mozilla/components/koIViews.xpt -%%DATADIR%%/lib/mozilla/components/koIWebbrowser.xpt -%%DATADIR%%/lib/mozilla/components/koIXMLCatalogService.xpt -%%DATADIR%%/lib/mozilla/components/koInfoService.py -%%DATADIR%%/lib/mozilla/components/koInitService.py -%%DATADIR%%/lib/mozilla/components/koInvokeInterpreters.py -%%DATADIR%%/lib/mozilla/components/koJavaLanguage.py -%%DATADIR%%/lib/mozilla/components/koJavaScriptFormatter.js -%%DATADIR%%/lib/mozilla/components/koJavaScriptLanguage.py -%%DATADIR%%/lib/mozilla/components/koKPFTreeView.py -%%DATADIR%%/lib/mozilla/components/koKeybindingSchemeService.py -%%DATADIR%%/lib/mozilla/components/koKixLanguage.py -%%DATADIR%%/lib/mozilla/components/koLanguage.py -%%DATADIR%%/lib/mozilla/components/koLanguageCommandHandler.py -%%DATADIR%%/lib/mozilla/components/koLastErrorService.py -%%DATADIR%%/lib/mozilla/components/koLintDisplayer.py -%%DATADIR%%/lib/mozilla/components/koLintService.py -%%DATADIR%%/lib/mozilla/components/koLispLanguage.py -%%DATADIR%%/lib/mozilla/components/koLoggingService.py -%%DATADIR%%/lib/mozilla/components/koLoutLanguage.py -%%DATADIR%%/lib/mozilla/components/koLuaLanguage.py -%%DATADIR%%/lib/mozilla/components/koMMIXALLanguage.py -%%DATADIR%%/lib/mozilla/components/koMPTLanguage.py -%%DATADIR%%/lib/mozilla/components/koMSSQLLanguage.py -%%DATADIR%%/lib/mozilla/components/koMacroService.py -%%DATADIR%%/lib/mozilla/components/koMakefileLanguage.py -%%DATADIR%%/lib/mozilla/components/koMarkdownLanguage.py -%%DATADIR%%/lib/mozilla/components/koMatlabLanguage.py -%%DATADIR%%/lib/mozilla/components/koMetapostLanguage.py -%%DATADIR%%/lib/mozilla/components/koNimrodLanguage.py -%%DATADIR%%/lib/mozilla/components/koNsisLanguage.py -%%DATADIR%%/lib/mozilla/components/koObserverService.py -%%DATADIR%%/lib/mozilla/components/koOs.py -%%DATADIR%%/lib/mozilla/components/koOthersLanguage.py -%%DATADIR%%/lib/mozilla/components/koP4.py -%%DATADIR%%/lib/mozilla/components/koPHPConfigurator.py -%%DATADIR%%/lib/mozilla/components/koPHPLinter.py -%%DATADIR%%/lib/mozilla/components/koPOVLanguage.py -%%DATADIR%%/lib/mozilla/components/koPascalLanguage.py -%%DATADIR%%/lib/mozilla/components/koPerlAutoComplete.py -%%DATADIR%%/lib/mozilla/components/koPerlCallTips.py -%%DATADIR%%/lib/mozilla/components/koPerlCompileLinter.py -%%DATADIR%%/lib/mozilla/components/koPerlCompletion.py -%%DATADIR%%/lib/mozilla/components/koPerlLanguage.py -%%DATADIR%%/lib/mozilla/components/koPostScriptLanguage.py -%%DATADIR%%/lib/mozilla/components/koPowerBasicLanguage.py -%%DATADIR%%/lib/mozilla/components/koPowerProLanguage.py -%%DATADIR%%/lib/mozilla/components/koPowerShellLanguage.py -%%DATADIR%%/lib/mozilla/components/koPrefs.py -%%DATADIR%%/lib/mozilla/components/koProject.py -%%DATADIR%%/lib/mozilla/components/koProjectImportService.py -%%DATADIR%%/lib/mozilla/components/koProjectPackageService.py -%%DATADIR%%/lib/mozilla/components/koProjectService.py -%%DATADIR%%/lib/mozilla/components/koPythonLanguage.py -%%DATADIR%%/lib/mozilla/components/koPythonLinter.py -%%DATADIR%%/lib/mozilla/components/koPythonProfiler.py -%%DATADIR%%/lib/mozilla/components/koPythonStdLib.py -%%DATADIR%%/lib/mozilla/components/koREBOLLanguage.py -%%DATADIR%%/lib/mozilla/components/koRegexLanguage.py -%%DATADIR%%/lib/mozilla/components/koRemoteConnectionService.py -%%DATADIR%%/lib/mozilla/components/koRemoteFileInfo.py -%%DATADIR%%/lib/mozilla/components/koRubyLanguage.py -%%DATADIR%%/lib/mozilla/components/koRunService.py -%%DATADIR%%/lib/mozilla/components/koRunTerminal.py -%%DATADIR%%/lib/mozilla/components/koRxLanguage.py -%%DATADIR%%/lib/mozilla/components/koRxx.py -%%DATADIR%%/lib/mozilla/components/koSCCFileStatus.py -%%DATADIR%%/lib/mozilla/components/koSCCHistoryItem.py -%%DATADIR%%/lib/mozilla/components/koSCP.py -%%DATADIR%%/lib/mozilla/components/koSFTP.py -%%DATADIR%%/lib/mozilla/components/koSQLLanguage.py -%%DATADIR%%/lib/mozilla/components/koSVN.py -%%DATADIR%%/lib/mozilla/components/koSciUtils.py -%%DATADIR%%/lib/mozilla/components/koScintillaController.py -%%DATADIR%%/lib/mozilla/components/koScintillaSchemeService.py -%%DATADIR%%/lib/mozilla/components/koScriptolLanguage.py -%%DATADIR%%/lib/mozilla/components/koSleuth.py -%%DATADIR%%/lib/mozilla/components/koSleuthTreeView.py -%%DATADIR%%/lib/mozilla/components/koSmalltalkLanguage.py -%%DATADIR%%/lib/mozilla/components/koSorcusLanguage.py -%%DATADIR%%/lib/mozilla/components/koSpecmanLanguage.py -%%DATADIR%%/lib/mozilla/components/koStatusMessage.py -%%DATADIR%%/lib/mozilla/components/koSysUtils.py -%%DATADIR%%/lib/mozilla/components/koSystemDataService.py -%%DATADIR%%/lib/mozilla/components/koTADS3Language.py -%%DATADIR%%/lib/mozilla/components/koTandemComputerLanguage.py -%%DATADIR%%/lib/mozilla/components/koTclCompletion.py -%%DATADIR%%/lib/mozilla/components/koTclLanguage.py -%%DATADIR%%/lib/mozilla/components/koTclLinter.py -%%DATADIR%%/lib/mozilla/components/koTeXLanguage.py -%%DATADIR%%/lib/mozilla/components/koTemplateService.py -%%DATADIR%%/lib/mozilla/components/koTest.py -%%DATADIR%%/lib/mozilla/components/koTextLanguage.py -%%DATADIR%%/lib/mozilla/components/koTextUtils.py -%%DATADIR%%/lib/mozilla/components/koTextboxAutoComplete.py -%%DATADIR%%/lib/mozilla/components/koToolbox2Components.py -%%DATADIR%%/lib/mozilla/components/koToolbox2HTreeView.py -%%DATADIR%%/lib/mozilla/components/koTools.py -%%DATADIR%%/lib/mozilla/components/koTutorialService.py -%%DATADIR%%/lib/mozilla/components/koUrlUtils.py -%%DATADIR%%/lib/mozilla/components/koUrllib.py -%%DATADIR%%/lib/mozilla/components/koVBLanguage.py -%%DATADIR%%/lib/mozilla/components/koVHDLLanguage.py -%%DATADIR%%/lib/mozilla/components/koVerilogLanguage.py -%%DATADIR%%/lib/mozilla/components/koViCommandDetail.py -%%DATADIR%%/lib/mozilla/components/koViewService.py -%%DATADIR%%/lib/mozilla/components/koWebbrowser.py -%%DATADIR%%/lib/mozilla/components/koXMLCatalogService.py -%%DATADIR%%/lib/mozilla/components/koXPCShellLinter.py -%%DATADIR%%/lib/mozilla/components/koYAMLLanguage.py -%%DATADIR%%/lib/mozilla/components/konnCrontabLanguage.py -%%DATADIR%%/lib/mozilla/components/layout_base.xpt -%%DATADIR%%/lib/mozilla/components/layout_printing.xpt -%%DATADIR%%/lib/mozilla/components/layout_xul.xpt -%%DATADIR%%/lib/mozilla/components/layout_xul_tree.xpt -%%DATADIR%%/lib/mozilla/components/libaccessibility.so -%%DATADIR%%/lib/mozilla/components/libappcomps.so -%%DATADIR%%/lib/mozilla/components/libauth.so -%%DATADIR%%/lib/mozilla/components/libautoconfig.so -%%DATADIR%%/lib/mozilla/components/libcaps.so -%%DATADIR%%/lib/mozilla/components/libchardet.so -%%DATADIR%%/lib/mozilla/components/libchrome.so -%%DATADIR%%/lib/mozilla/components/libcommandlines.so -%%DATADIR%%/lib/mozilla/components/libcomposer.so -%%DATADIR%%/lib/mozilla/components/libcookie.so -%%DATADIR%%/lib/mozilla/components/libdbusservice.so -%%DATADIR%%/lib/mozilla/components/libdocshell.so -%%DATADIR%%/lib/mozilla/components/libembedcomponents.so -%%DATADIR%%/lib/mozilla/components/libfileview.so -%%DATADIR%%/lib/mozilla/components/libgkgfxthebes.so -%%DATADIR%%/lib/mozilla/components/libgklayout.so -%%DATADIR%%/lib/mozilla/components/libgkplugin.so -%%DATADIR%%/lib/mozilla/components/libhtmlpars.so -%%DATADIR%%/lib/mozilla/components/libi18n.so -%%DATADIR%%/lib/mozilla/components/libimgicon.so -%%DATADIR%%/lib/mozilla/components/libimglib2.so -%%DATADIR%%/lib/mozilla/components/libintlapp.so -%%DATADIR%%/lib/mozilla/components/libjar50.so -%%DATADIR%%/lib/mozilla/components/libjsd.so -%%DATADIR%%/lib/mozilla/components/libkoCSSParser.so -%%DATADIR%%/lib/mozilla/components/libkoContentUtils.so -%%DATADIR%%/lib/mozilla/components/libkoLicense.so -%%DATADIR%%/lib/mozilla/components/libmork.so -%%DATADIR%%/lib/mozilla/components/libmozfind.so -%%DATADIR%%/lib/mozilla/components/libmozgnome.so -%%DATADIR%%/lib/mozilla/components/libnecko.so -%%DATADIR%%/lib/mozilla/components/libnsappshell.so -%%DATADIR%%/lib/mozilla/components/libpermissions.so -%%DATADIR%%/lib/mozilla/components/libpipboot.so -%%DATADIR%%/lib/mozilla/components/libpipnss.so -%%DATADIR%%/lib/mozilla/components/libpippki.so -%%DATADIR%%/lib/mozilla/components/libpref.so -%%DATADIR%%/lib/mozilla/components/libpydom.so -%%DATADIR%%/lib/mozilla/components/libpyloader.so -%%DATADIR%%/lib/mozilla/components/librdf.so -%%DATADIR%%/lib/mozilla/components/libremoteservice.so -%%DATADIR%%/lib/mozilla/components/libsatchel.so -%%DATADIR%%/lib/mozilla/components/libspellchecker.so -%%DATADIR%%/lib/mozilla/components/libstoragecomps.so -%%DATADIR%%/lib/mozilla/components/libsystem-pref.so -%%DATADIR%%/lib/mozilla/components/libtkautocomplete.so -%%DATADIR%%/lib/mozilla/components/libtoolkitcomps.so -%%DATADIR%%/lib/mozilla/components/libtxmgr.so -%%DATADIR%%/lib/mozilla/components/libuconv.so -%%DATADIR%%/lib/mozilla/components/libucvmath.so -%%DATADIR%%/lib/mozilla/components/libuniversalchardet.so -%%DATADIR%%/lib/mozilla/components/libunixproxy.so -%%DATADIR%%/lib/mozilla/components/libwebbrwsr.so -%%DATADIR%%/lib/mozilla/components/libwidget_gtk2.so -%%DATADIR%%/lib/mozilla/components/libwindowds.so -%%DATADIR%%/lib/mozilla/components/libxpcom_compat_c.so -%%DATADIR%%/lib/mozilla/components/libxpconnect.so -%%DATADIR%%/lib/mozilla/components/libxpinstall.so -%%DATADIR%%/lib/mozilla/components/libzipwriter.so -%%DATADIR%%/lib/mozilla/components/locale.xpt -%%DATADIR%%/lib/mozilla/components/loginmgr.xpt -%%DATADIR%%/lib/mozilla/components/lwbrk.xpt -%%DATADIR%%/lib/mozilla/components/mimetype.xpt -%%DATADIR%%/lib/mozilla/components/mozbrwsr.xpt -%%DATADIR%%/lib/mozilla/components/mozfind.xpt -%%DATADIR%%/lib/mozilla/components/necko.xpt -%%DATADIR%%/lib/mozilla/components/necko_about.xpt -%%DATADIR%%/lib/mozilla/components/necko_cache.xpt -%%DATADIR%%/lib/mozilla/components/necko_cookie.xpt -%%DATADIR%%/lib/mozilla/components/necko_dns.xpt -%%DATADIR%%/lib/mozilla/components/necko_file.xpt -%%DATADIR%%/lib/mozilla/components/necko_ftp.xpt -%%DATADIR%%/lib/mozilla/components/necko_http.xpt -%%DATADIR%%/lib/mozilla/components/necko_res.xpt -%%DATADIR%%/lib/mozilla/components/necko_socket.xpt -%%DATADIR%%/lib/mozilla/components/necko_strconv.xpt -%%DATADIR%%/lib/mozilla/components/necko_viewsource.xpt -%%DATADIR%%/lib/mozilla/components/nsAddonRepository.js -%%DATADIR%%/lib/mozilla/components/nsBadCertHandler.js -%%DATADIR%%/lib/mozilla/components/nsBlocklistService.js -%%DATADIR%%/lib/mozilla/components/nsContentDispatchChooser.js -%%DATADIR%%/lib/mozilla/components/nsContentPrefService.js -%%DATADIR%%/lib/mozilla/components/nsDefaultCLH.js -%%DATADIR%%/lib/mozilla/components/nsDownloadManagerUI.js -%%DATADIR%%/lib/mozilla/components/nsExtensionManager.js -%%DATADIR%%/lib/mozilla/components/nsFilePicker.js -%%DATADIR%%/lib/mozilla/components/nsHandlerService.js -%%DATADIR%%/lib/mozilla/components/nsHelperAppDlg.js -%%DATADIR%%/lib/mozilla/components/nsLoginInfo.js -%%DATADIR%%/lib/mozilla/components/nsLoginManager.js -%%DATADIR%%/lib/mozilla/components/nsLoginManagerPrompter.js -%%DATADIR%%/lib/mozilla/components/nsProgressDialog.js -%%DATADIR%%/lib/mozilla/components/nsProxyAutoConfig.js -%%DATADIR%%/lib/mozilla/components/nsSearchService.js -%%DATADIR%%/lib/mozilla/components/nsSearchSuggestions.js -%%DATADIR%%/lib/mozilla/components/nsTryToClose.js -%%DATADIR%%/lib/mozilla/components/nsURLFormatter.js -%%DATADIR%%/lib/mozilla/components/nsUpdateService.js -%%DATADIR%%/lib/mozilla/components/nsWebHandlerApp.js -%%DATADIR%%/lib/mozilla/components/parentalcontrols.xpt -%%DATADIR%%/lib/mozilla/components/pipboot.xpt -%%DATADIR%%/lib/mozilla/components/pipnss.xpt -%%DATADIR%%/lib/mozilla/components/pippki.xpt -%%DATADIR%%/lib/mozilla/components/places.xpt -%%DATADIR%%/lib/mozilla/components/plugin.xpt -%%DATADIR%%/lib/mozilla/components/pluginGlue.js -%%DATADIR%%/lib/mozilla/components/pref.xpt -%%DATADIR%%/lib/mozilla/components/prefetch.xpt -%%DATADIR%%/lib/mozilla/components/profile.xpt -%%DATADIR%%/lib/mozilla/components/proxyObjInst.xpt -%%DATADIR%%/lib/mozilla/components/pyIXPCOMExtensionHelper.xpt -%%DATADIR%%/lib/mozilla/components/pyXPCOMExtensionHelper.py -%%DATADIR%%/lib/mozilla/components/pyabout.py -%%DATADIR%%/lib/mozilla/components/rdf.xpt -%%DATADIR%%/lib/mozilla/components/satchel.xpt -%%DATADIR%%/lib/mozilla/components/saxparser.xpt -%%DATADIR%%/lib/mozilla/components/shistory.xpt -%%DATADIR%%/lib/mozilla/components/spellchecker.xpt -%%DATADIR%%/lib/mozilla/components/storage-Legacy.js -%%DATADIR%%/lib/mozilla/components/storage-mozStorage.js -%%DATADIR%%/lib/mozilla/components/storage.xpt -%%DATADIR%%/lib/mozilla/components/toolkitprofile.xpt -%%DATADIR%%/lib/mozilla/components/toolkitremote.xpt -%%DATADIR%%/lib/mozilla/components/toolkitsearch.xpt -%%DATADIR%%/lib/mozilla/components/txEXSLTRegExFunctions.js -%%DATADIR%%/lib/mozilla/components/txmgr.xpt -%%DATADIR%%/lib/mozilla/components/txtsvc.xpt -%%DATADIR%%/lib/mozilla/components/uconv.xpt -%%DATADIR%%/lib/mozilla/components/unicharutil.xpt -%%DATADIR%%/lib/mozilla/components/update.xpt -%%DATADIR%%/lib/mozilla/components/uriloader.xpt -%%DATADIR%%/lib/mozilla/components/urlformatter.xpt -%%DATADIR%%/lib/mozilla/components/webBrowser_core.xpt -%%DATADIR%%/lib/mozilla/components/webbrowserpersist.xpt -%%DATADIR%%/lib/mozilla/components/webshell_idls.xpt -%%DATADIR%%/lib/mozilla/components/widget.xpt -%%DATADIR%%/lib/mozilla/components/windowds.xpt -%%DATADIR%%/lib/mozilla/components/windowwatcher.xpt -%%DATADIR%%/lib/mozilla/components/xpcom_base.xpt -%%DATADIR%%/lib/mozilla/components/xpcom_colorpicker.js -%%DATADIR%%/lib/mozilla/components/xpcom_components.xpt -%%DATADIR%%/lib/mozilla/components/xpcom_ds.xpt -%%DATADIR%%/lib/mozilla/components/xpcom_io.xpt -%%DATADIR%%/lib/mozilla/components/xpcom_obsolete.xpt -%%DATADIR%%/lib/mozilla/components/xpcom_system.xpt -%%DATADIR%%/lib/mozilla/components/xpcom_threads.xpt -%%DATADIR%%/lib/mozilla/components/xpcom_xpti.xpt -%%DATADIR%%/lib/mozilla/components/xpconnect.xpt -%%DATADIR%%/lib/mozilla/components/xpinstall.xpt -%%DATADIR%%/lib/mozilla/components/xulapp.xpt -%%DATADIR%%/lib/mozilla/components/xuldoc.xpt -%%DATADIR%%/lib/mozilla/components/xultmpl.xpt -%%DATADIR%%/lib/mozilla/components/zipwriter.xpt -%%DATADIR%%/lib/mozilla/crashreporter -%%DATADIR%%/lib/mozilla/crashreporter.ini -%%DATADIR%%/lib/mozilla/defaults/autoconfig/platform.js -%%DATADIR%%/lib/mozilla/defaults/autoconfig/prefcalls.js -%%DATADIR%%/lib/mozilla/defaults/pref/channel-prefs.js -%%DATADIR%%/lib/mozilla/defaults/pref/komodo.js -%%DATADIR%%/lib/mozilla/defaults/profile/extensions/Extensions.rdf -%%DATADIR%%/lib/mozilla/defaults/profile/extensions/installed-extensions.txt -%%DATADIR%%/lib/mozilla/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf -%%DATADIR%%/lib/mozilla/defaults/profile/prefs.js -%%DATADIR%%/lib/mozilla/dependentlibs.list -%%DATADIR%%/lib/mozilla/dictionaries/en-US.aff -%%DATADIR%%/lib/mozilla/dictionaries/en-US.dic -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/components/koActionScript_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/content/pref-actionscript.xul -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/content/prefs.js -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/content/prefsOverlay.xul -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/lexers/ActionScript.lexres -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/locale/en-US/pref-actionscript.dtd -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/locale/en-US/pref-actionscript.properties -%%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/templates/All Languages/ActionScript.as -%%DATADIR%%/lib/mozilla/extensions/bazaar@ActiveState.com/bazaar.jar -%%DATADIR%%/lib/mozilla/extensions/bazaar@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/bazaar@ActiveState.com/components/koBzr.py -%%DATADIR%%/lib/mozilla/extensions/bazaar@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/bazaar@ActiveState.com/pylib/koBzrlib.py -%%DATADIR%%/lib/mozilla/extensions/crystal@everaldo.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/crystal@everaldo.com/crystal.jar -%%DATADIR%%/lib/mozilla/extensions/crystal@everaldo.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/absoluteJSDateConverter.js -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/kiloAbsoluteJSDateConverter.js -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/koDBConnSqlite3.py -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/koDBXLoginManager.py -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/koDatabaseExplorerTreeView.py -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/koIDBXLoginManager.xpt -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/koIDatabaseExplorer.xpt -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/relativeJSDateConverter.js -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components/sqliteTimestampPyConverter.py -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/dbexplorer.jar -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/idl/koIDBXLoginManager.idl -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/idl/koIDatabaseExplorer.idl -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/pylib/dbx_sqlite3.py -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/pylib/dbxlib.py -%%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/pylib/missingAdaptor.py -%%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/components/koDjango_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/lexers/Django.lexres -%%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/pylib/djangoLinter.py -%%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/templates/All Languages/Django.django.html -%%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/templates/Common/Django.django.html -%%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/templates/Web/Django.django.html -%%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com/components/koDOMView.py -%%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com/components/koIDOMView.xpt -%%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com/domviewer.jar -%%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com/idl/koIDOMView.idl -%%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/components/koFastOpen.py -%%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/components/koIFastOpen.xpt -%%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/fastopen.jar -%%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/idl/koIFastOpen.idl -%%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/pylib/fastopen.py -%%DATADIR%%/lib/mozilla/extensions/fugue@p.yusukekamiyamane.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/fugue@p.yusukekamiyamane.com/fugue.jar -%%DATADIR%%/lib/mozilla/extensions/fugue@p.yusukekamiyamane.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/git@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/git@ActiveState.com/components/koGit.py -%%DATADIR%%/lib/mozilla/extensions/git@ActiveState.com/git.jar -%%DATADIR%%/lib/mozilla/extensions/git@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/git@ActiveState.com/pylib/gitlib.py -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/components/koHTMLLanguage.py -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/lexers/HTML.lexres -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/All Languages/HTML 5.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/All Languages/HTML.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Common/HTML (XHTML).html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Common/HTML 5.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Common/HTML.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples/HTML (4.01).html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples/HTML (XHTML).html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples/HTML5/Article.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples/HTML5/Audio.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples/HTML5/Canvas.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples/HTML5/Layout.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples/HTML5/Video.html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Web/HTML (4.01).html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Web/HTML (XHTML).html -%%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Web/HTML 5.html -%%DATADIR%%/lib/mozilla/extensions/komodospellchecker@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/komodospellchecker@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/komodospellchecker@ActiveState.com/komodospellchecker.jar -%%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/components/koLuddite_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/lexers/Luddite.lexres -%%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/templates/All Languages/Luddite.udl -%%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/templates/Common/Luddite.udl -%%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/components/koMason_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/lexers/Mason.lexres -%%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/templates/All Languages/Mason.mason.html -%%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/templates/Common/Mason.mason.html -%%DATADIR%%/lib/mozilla/extensions/mercurial@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/mercurial@ActiveState.com/components/koHg.py -%%DATADIR%%/lib/mozilla/extensions/mercurial@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/mercurial@ActiveState.com/mercurial.jar -%%DATADIR%%/lib/mozilla/extensions/mercurial@ActiveState.com/pylib/hglib.py -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/components/koMXML_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/lexers/MXML.lexres -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/pylib/codeintel_mxml.py -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/pylib/langinfo_mxml.py -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/templates/All Languages/MXML.mxml -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/xmlcatalogs/catalog.xml -%%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/xmlcatalogs/mxml.dtd -%%DATADIR%%/lib/mozilla/extensions/perldevkit@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/perldevkit@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/perldevkit@ActiveState.com/perldevkit.jar -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/components/koPHPLanguage.py -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/lexers/PHP.lexres -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/All Languages/PHP.php -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/Common/PHP.php -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/Samples/PHP (HTML Embedded).php -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/Samples/PHP.php -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/Web/PHP (HTML Embedded).php -%%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/Web/PHP.php -%%DATADIR%%/lib/mozilla/extensions/places@activestate.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/places@activestate.com/components/koIPlaceTreeView.xpt -%%DATADIR%%/lib/mozilla/extensions/places@activestate.com/components/koPlaceTreeView.py -%%DATADIR%%/lib/mozilla/extensions/places@activestate.com/idl/koIPlaceTreeView.idl -%%DATADIR%%/lib/mozilla/extensions/places@activestate.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/places@activestate.com/places.jar -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/components/koIPublishing.xpt -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/components/koIPublishingSettings.xpt -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/components/koIRemoteTransfer.xpt -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/components/koPublishing.py -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/components/koPublishingSettings.py -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/components/koPublishingStatus.py -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/components/koRemoteTransfer.py -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/idl/koIPublishing.idl -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/idl/koIPublishingSettings.idl -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/idl/koIRemoteTransfer.idl -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/publishing.jar -%%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/components/koreStructuredText_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/lexers/reStructuredText.lexres -%%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/templates/All Languages/reStructuredText.rst -%%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/components/koRHTML_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/lexers/RHTML.lexres -%%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/templates/All Languages/RHTML.rhtml -%%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/templates/Common/RHTML.rhtml -%%DATADIR%%/lib/mozilla/extensions/silk@famfamfam.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/silk@famfamfam.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/silk@famfamfam.com/silkicons.jar -%%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/components/koSmarty_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/lexers/Smarty.lexres -%%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/templates/All Languages/Smarty.tpl -%%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/templates/Common/Smarty.tpl -%%DATADIR%%/lib/mozilla/extensions/tcldevkit@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/tcldevkit@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/tcldevkit@ActiveState.com/tcldevkit.jar -%%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/components/koTemplateToolkit_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/lexers/TemplateToolkit.lexres -%%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/templates/All Languages/TemplateToolkit.ttkt.html -%%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/templates/Common/TemplateToolkit.ttkt.html -%%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/components/koTracWiki_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/lexers/TracWiki.lexres -%%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/templates/All Languages/TracWiki.tracwiki -%%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/components/koXBL_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/lexers/XBL.lexres -%%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/templates/All Languages/XBL.xbl -%%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/templates/Mozilla Development/xbl.xml -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/components/koXMLLanguage.py -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/components/koXMLLinter.py -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/lexers/XML.lexres -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates/All Languages/XML.xml -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates/Common/XML.xml -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates/Samples/XML.xml -%%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates/Web/XML.xml -%%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/components/koXSLTLanguage.py -%%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/lexers/XSLT.lexres -%%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/templates/Samples/XSLT Literal.xsl -%%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/templates/Samples/XSLT Stylesheet.xsl -%%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/templates/Web/XSLT Stylesheet.xsl -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/components/koXUL_UDL_Language.py -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/lexers/XUL.lexres -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/templates/All Languages/XUL.xul -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/templates/Mozilla Development/dialog.xul -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/templates/Mozilla Development/overlay.xul -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/templates/Mozilla Development/window.xul -%%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/templates/Mozilla Development/wizard.xul -%%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com/chrome.manifest -%%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com/install.rdf -%%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com/project-templates/Zend Framework/Zend_MVC_Project.kpz -%%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com/pylib/codeintel_zend.py -%%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com/zendframework.jar -%%DATADIR%%/lib/mozilla/greprefs/all.js -%%DATADIR%%/lib/mozilla/greprefs/security-prefs.js -%%DATADIR%%/lib/mozilla/greprefs/xpinstall.js -%%DATADIR%%/lib/mozilla/icons/mozicon128.png -%%DATADIR%%/lib/mozilla/icons/mozicon16.xpm -%%DATADIR%%/lib/mozilla/icons/mozicon50.xpm -%%DATADIR%%/lib/mozilla/icons/updater.png -%%DATADIR%%/lib/mozilla/js -%%DATADIR%%/lib/mozilla/komodo -%%DATADIR%%/lib/mozilla/komodo-bin -%%DATADIR%%/lib/mozilla/libfreebl3.chk -%%DATADIR%%/lib/mozilla/libfreebl3.so -%%DATADIR%%/lib/mozilla/libgfxpsshar.so -%%DATADIR%%/lib/mozilla/libgkgfx.so -%%DATADIR%%/lib/mozilla/libgtkxtbin.so -%%DATADIR%%/lib/mozilla/libmozjs.so -%%DATADIR%%/lib/mozilla/libmozz.so -%%DATADIR%%/lib/mozilla/libnspr4.so -%%DATADIR%%/lib/mozilla/libnss3.so -%%DATADIR%%/lib/mozilla/libnssckbi.so -%%DATADIR%%/lib/mozilla/libnssdbm3.chk -%%DATADIR%%/lib/mozilla/libnssdbm3.so -%%DATADIR%%/lib/mozilla/libnssutil3.so -%%DATADIR%%/lib/mozilla/libplc4.so -%%DATADIR%%/lib/mozilla/libplds4.so -%%DATADIR%%/lib/mozilla/libpython2.6.so -%%DATADIR%%/lib/mozilla/libpython2.6.so.1.0 -%%DATADIR%%/lib/mozilla/libpyxpcom.so -%%DATADIR%%/lib/mozilla/libsmime3.so -%%DATADIR%%/lib/mozilla/libsoftokn3.chk -%%DATADIR%%/lib/mozilla/libsoftokn3.so -%%DATADIR%%/lib/mozilla/libsqlite3.so -%%DATADIR%%/lib/mozilla/libssl3.so -%%DATADIR%%/lib/mozilla/libthebes.so -%%DATADIR%%/lib/mozilla/libxpcom.so -%%DATADIR%%/lib/mozilla/libxpcom_compat.so -%%DATADIR%%/lib/mozilla/libxpcom_core.so -%%DATADIR%%/lib/mozilla/libxul.so -%%DATADIR%%/lib/mozilla/mangle -%%DATADIR%%/lib/mozilla/modules/DownloadLastDir.jsm -%%DATADIR%%/lib/mozilla/modules/DownloadUtils.jsm -%%DATADIR%%/lib/mozilla/modules/ISO8601DateUtils.jsm -%%DATADIR%%/lib/mozilla/modules/Microformats.js -%%DATADIR%%/lib/mozilla/modules/PluralForm.jsm -%%DATADIR%%/lib/mozilla/modules/SpatialNavigation.js -%%DATADIR%%/lib/mozilla/modules/WindowDraggingUtils.jsm -%%DATADIR%%/lib/mozilla/modules/XPCOMUtils.jsm -%%DATADIR%%/lib/mozilla/modules/debug.js -%%DATADIR%%/lib/mozilla/modules/js_beautify.js -%%DATADIR%%/lib/mozilla/mozilla-xremote-client -%%DATADIR%%/lib/mozilla/mozpython -%%DATADIR%%/lib/mozilla/nsinstall -%%DATADIR%%/lib/mozilla/nspr-config -%%DATADIR%%/lib/mozilla/platform.ini -%%DATADIR%%/lib/mozilla/plugins/libnpscimoz.so -%%DATADIR%%/lib/mozilla/plugins/libnullplugin.so -%%DATADIR%%/lib/mozilla/plugins/libunixprintplugin.so -%%DATADIR%%/lib/mozilla/python/komodo.pth -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/AES.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/ARC2.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/ARC4.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/Blowfish.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/CAST.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/DES.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/DES3.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/XOR.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/HMAC.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/MD2.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/MD4.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/MD5.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/RIPEMD.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/RIPEMD160.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/SHA.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/SHA256.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Protocol/AllOrNothing.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Protocol/Chaffing.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Protocol/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/DSA.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/ElGamal.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/RSA.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/_DSA.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/_RSA.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/_fastmath.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/_slowmath.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/pubkey.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey/qNEW.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/Fortuna/FortunaAccumulator.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/Fortuna/FortunaGenerator.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/Fortuna/SHAd256.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/Fortuna/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/OSRNG/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/OSRNG/fallback.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/OSRNG/nt.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/OSRNG/posix.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/OSRNG/rng_base.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/_UserFriendlyRNG.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/random.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/common.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/test_AES.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/test_ARC2.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/test_ARC4.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/test_Blowfish.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/test_CAST.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/test_DES.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/test_DES3.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher/test_XOR.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/common.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/test_HMAC.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/test_MD2.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/test_MD4.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/test_MD5.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/test_RIPEMD.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/test_SHA.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash/test_SHA256.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Protocol/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Protocol/test_chaffing.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Protocol/test_rfc1751.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/PublicKey/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/PublicKey/test_DSA.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/PublicKey/test_RSA.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/Fortuna/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/OSRNG/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/OSRNG/test_fallback.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/OSRNG/test_generic.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/OSRNG/test_nt.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/OSRNG/test_posix.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/test_random.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/test_rpoolcompat.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Util/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Util/test_Counter.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Util/test_number.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Util/test_winrandom.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/st_common.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/Counter.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/RFC1751.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/_counter.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/_number_new.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/number.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/python_compat.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/randpool.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/strxor.so -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util/winrandom.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Crypto/pct_warnings.py -%%DATADIR%%/lib/mozilla/python/komodo/HTMLTreeParser.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity-0.9.5-py2.6.egg-info -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/CPP.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/CSS.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/DispatchHandler.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/HTMLGenerator.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/HyperText.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/JavaScript.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/Keywords.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/LanguageInfo.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/Lexer.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/NULL.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/Perl.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/PostScript.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/Python.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/Ruby.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/SQL.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/ScintillaConstants.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/Utils.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/XML.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/XSLT.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/YAML.py -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/_SilverCity.so -%%DATADIR%%/lib/mozilla/python/komodo/SilverCity/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/Twisted-2.4.0-py2.6.egg-info -%%DATADIR%%/lib/mozilla/python/komodo/Twisted_Web-0.6.0-py2.6.egg-info -%%DATADIR%%/lib/mozilla/python/komodo/URIlib.py -%%DATADIR%%/lib/mozilla/python/komodo/applib.py -%%DATADIR%%/lib/mozilla/python/komodo/cElementTree-1.0.5_20051216-py2.6.egg-info -%%DATADIR%%/lib/mozilla/python/komodo/cElementTree.so -%%DATADIR%%/lib/mozilla/python/komodo/caselessDict.py -%%DATADIR%%/lib/mozilla/python/komodo/ciElementTree.so -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/accessor.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/buffer.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/dojo.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/ext.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/html5.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/jquery.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/komodo.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/mochikit.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/prototype.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/python3-pywin32.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/pywin32.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/rails.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/xbl.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs/yui.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/citadel.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/citadel_common.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/common.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/constants_css1.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/constants_css2.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/constants_css3.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/constants_css_microsoft_extensions.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/constants_css_moz_extensions.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/constants_css_webkit_extensions.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/catalog.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/database.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/langlib.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/multilanglib.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/projlib.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/resource.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/stdlib.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database/util.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/environment.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/gencix_utils.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/hooks.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/indexer.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/jsdoc.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_css.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_django.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_html.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_html5.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_javascript.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_mason.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_perl.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_php.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_python.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_python3.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_rhtml.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_ruby.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_ruby_common.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_smarty.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_tcl.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_templatetoolkit.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_xbl.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_xml.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_xslt.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/lang_xul.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/langintel.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/manager.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/parser_cix.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/parser_data.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/parseutil.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/perl_lexer.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/perl_parser.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/perlcile.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/phpdoc.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/pybinary.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/pythoncile.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/pythoncile1.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/ruby_lexer.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/ruby_parser.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/rubycile.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/shared_lexer.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/shared_parser.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/javascript.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/perl-5.10.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/perl-5.12.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/perl-5.8.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/php-4.3.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/php-4.4.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/php-5.0.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/php-5.1.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/php-5.2.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/php-5.3.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/python-2.4.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/python-2.5.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/python-2.6.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/python-2.7.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/python3-3.1.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/python3-3.2.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs/ruby.cix -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tcl_lexer.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tcl_parser.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tclcile.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tdparser.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tree.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tree_javascript.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tree_perl.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tree_php.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tree_python.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/tree_ruby.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/udl.py -%%DATADIR%%/lib/mozilla/python/komodo/codeintel2/util.py -%%DATADIR%%/lib/mozilla/python/komodo/cvslib.py -%%DATADIR%%/lib/mozilla/python/komodo/dbgp/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/dbgp/common.py -%%DATADIR%%/lib/mozilla/python/komodo/dbgp/listcmd.py -%%DATADIR%%/lib/mozilla/python/komodo/dbgp/server.py -%%DATADIR%%/lib/mozilla/python/komodo/dbgp/serverBase.py -%%DATADIR%%/lib/mozilla/python/komodo/difflibex.py -%%DATADIR%%/lib/mozilla/python/komodo/directoryServiceUtils.py -%%DATADIR%%/lib/mozilla/python/komodo/editorhistory.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree-1.2.6_20050316-py2.6.egg-info -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/ElementInclude.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/ElementPath.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/ElementTree.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/HTMLTreeBuilder.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/SgmlopXMLTreeBuilder.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/SimpleXMLTreeBuilder.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/SimpleXMLWriter.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/TidyHTMLTreeBuilder.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/TidyTools.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/XMLTreeBuilder.py -%%DATADIR%%/lib/mozilla/python/komodo/elementtree/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/eollib.py -%%DATADIR%%/lib/mozilla/python/komodo/factoryStyleSettings.py -%%DATADIR%%/lib/mozilla/python/komodo/fileStatusUtils.py -%%DATADIR%%/lib/mozilla/python/komodo/fileutils.py -%%DATADIR%%/lib/mozilla/python/komodo/findlib2.py -%%DATADIR%%/lib/mozilla/python/komodo/gencix/python/gencixcore.py -%%DATADIR%%/lib/mozilla/python/komodo/gencix/python/parsedocs.py -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/perl/koPerl_TAP_harness.py -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/php/MyTestFormatter.php -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/php/MyTestRunner.php -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/php/drive_testrunner.php -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/php/koPHP_PHPUnit_harness.py -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/python/koPythonUnittestSimple.py -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/python/koPython_unittest_harness.py -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/ruby/add_rake_runner.rb -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/ruby/koRuby_Rake_harness.py -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/ruby/koRuby_TestUnit_harness.py -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/ruby/load_komodo_runner.rb -%%DATADIR%%/lib/mozilla/python/komodo/harnesses/tcl/koTcl_Tcltest_harness.py -%%DATADIR%%/lib/mozilla/python/komodo/inflector/Inflector.py -%%DATADIR%%/lib/mozilla/python/komodo/inflector/Rules/Base.py -%%DATADIR%%/lib/mozilla/python/komodo/inflector/Rules/English.py -%%DATADIR%%/lib/mozilla/python/komodo/inflector/Rules/Spanish.py -%%DATADIR%%/lib/mozilla/python/komodo/inflector/Rules/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/inflector/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/invocationutils.py -%%DATADIR%%/lib/mozilla/python/komodo/koAsyncOperationUtils.py -%%DATADIR%%/lib/mozilla/python/komodo/koCatalog.py -%%DATADIR%%/lib/mozilla/python/komodo/koDTD.py -%%DATADIR%%/lib/mozilla/python/komodo/koLanguageServiceBase.py -%%DATADIR%%/lib/mozilla/python/komodo/koLintResult.py -%%DATADIR%%/lib/mozilla/python/komodo/koLintResults.py -%%DATADIR%%/lib/mozilla/python/komodo/koMigrateV5Toolboxes.py -%%DATADIR%%/lib/mozilla/python/komodo/koRNGElementTree.py -%%DATADIR%%/lib/mozilla/python/komodo/koSCCBase.py -%%DATADIR%%/lib/mozilla/python/komodo/koSimpleLexer.py -%%DATADIR%%/lib/mozilla/python/komodo/koToolbox2.py -%%DATADIR%%/lib/mozilla/python/komodo/koTreeView.py -%%DATADIR%%/lib/mozilla/python/komodo/koTwistedProxy.py -%%DATADIR%%/lib/mozilla/python/komodo/koUDLLanguageBase.py -%%DATADIR%%/lib/mozilla/python/komodo/koUnicodeEncoding.py -%%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/Conscript -%%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/consts/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/consts/ntsecuritycon.py -%%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/consts/win32con.py -%%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/koCTypes/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/koCTypes/com.py -%%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/notify.py -%%DATADIR%%/lib/mozilla/python/komodo/koXMLDatasetInfo.py -%%DATADIR%%/lib/mozilla/python/komodo/koXMLLanguageBase.py -%%DATADIR%%/lib/mozilla/python/komodo/koXMLPrefs.py -%%DATADIR%%/lib/mozilla/python/komodo/koXMLTreeService.py -%%DATADIR%%/lib/mozilla/python/komodo/komodo.py -%%DATADIR%%/lib/mozilla/python/komodo/koprocessutils.py -%%DATADIR%%/lib/mozilla/python/komodo/kotaclib.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo_binary.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo_doc.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo_komodo.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo_mozilla.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo_other.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo_prog.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo_template.py -%%DATADIR%%/lib/mozilla/python/komodo/langinfo_tiny.py -%%DATADIR%%/lib/mozilla/python/komodo/lexregex.py -%%DATADIR%%/lib/mozilla/python/komodo/mozutils.py -%%DATADIR%%/lib/mozilla/python/komodo/osFileNotificationUtils.py -%%DATADIR%%/lib/mozilla/python/komodo/osFilePollingNotifier.py -%%DATADIR%%/lib/mozilla/python/komodo/p4lib.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/agent.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/auth_handler.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/ber.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/buffered_pipe.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/channel.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/client.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/common.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/compress.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/config.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/dsskey.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/file.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/hostkeys.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/kex_gex.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/kex_group1.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/logging22.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/message.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/packet.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/pipe.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/pkey.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/primes.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/resource.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/rng.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/rng_posix.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/rng_win32.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/rsakey.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/server.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/sftp.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/sftp_attr.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/sftp_client.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/sftp_file.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/sftp_handle.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/sftp_server.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/sftp_si.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/ssh_exception.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/transport.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/util.py -%%DATADIR%%/lib/mozilla/python/komodo/paramiko/win_pageant.py -%%DATADIR%%/lib/mozilla/python/komodo/pref_serialization.py -%%DATADIR%%/lib/mozilla/python/komodo/process.py -%%DATADIR%%/lib/mozilla/python/komodo/projectUtils.py -%%DATADIR%%/lib/mozilla/python/komodo/pycrypto-2.1.0-py2.6.egg-info -%%DATADIR%%/lib/mozilla/python/komodo/pythonVersionUtils.py -%%DATADIR%%/lib/mozilla/python/komodo/pyxpcomProfiler.py -%%DATADIR%%/lib/mozilla/python/komodo/reflow.py -%%DATADIR%%/lib/mozilla/python/komodo/reindent.py -%%DATADIR%%/lib/mozilla/python/komodo/remotefilelib.py -%%DATADIR%%/lib/mozilla/python/komodo/runutils.py -%%DATADIR%%/lib/mozilla/python/komodo/scimozindent.py -%%DATADIR%%/lib/mozilla/python/komodo/sciutils.py -%%DATADIR%%/lib/mozilla/python/komodo/sgmlop-1.1.1_20040207-py2.6.egg-info -%%DATADIR%%/lib/mozilla/python/komodo/sgmlop.so -%%DATADIR%%/lib/mozilla/python/komodo/sitepyxpcom.py -%%DATADIR%%/lib/mozilla/python/komodo/sleuth.py -%%DATADIR%%/lib/mozilla/python/komodo/strptime.py -%%DATADIR%%/lib/mozilla/python/komodo/styles.py -%%DATADIR%%/lib/mozilla/python/komodo/svnlib.py -%%DATADIR%%/lib/mozilla/python/komodo/sysdata/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/sysdata/errors.py -%%DATADIR%%/lib/mozilla/python/komodo/sysdata/pdk.py -%%DATADIR%%/lib/mozilla/python/komodo/textinfo.py -%%DATADIR%%/lib/mozilla/python/komodo/textutils.py -%%DATADIR%%/lib/mozilla/python/komodo/timeline.py -%%DATADIR%%/lib/mozilla/python/komodo/timeline_hook.py -%%DATADIR%%/lib/mozilla/python/komodo/toolbox/koToolbox.sql -%%DATADIR%%/lib/mozilla/python/komodo/twisted/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/_version.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/application/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/application/app.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/application/compat.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/application/internet.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/application/service.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/application/strports.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/copyright.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/authorizer.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/checkers.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/credentials.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/error.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/identity.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/pamauth.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/perspective.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/portal.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/service.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/cred/util.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/enterprise/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/enterprise/adbapi.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/enterprise/reflector.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/enterprise/row.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/enterprise/sqlreflector.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/enterprise/util.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/enterprise/xmlreflector.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/im.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/_dumbwin32proc.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/_javaserialport.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/_pollingfile.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/_posixserialport.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/_posixstdio.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/_win32serialport.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/_win32stdio.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/abstract.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/address.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/app.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/base.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfsupport/cfdate.pxi -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfsupport/cfdecl.pxi -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfsupport/cfrunloop.pxi -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfsupport/cfsocket.pxi -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfsupport/cfsupport.c -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfsupport/cfsupport.pyx -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfsupport/python.pxi -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/default.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/defer.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/error.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/fdesc.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/glib2reactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/gtk2reactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/gtkreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/interfaces.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/_iocp.c -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/abstract.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/client.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/iocpdebug.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/ops.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/proactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/process.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/process_waiter.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/server.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/tcp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/udp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor/util.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/kqreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/main.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/pollreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/posixbase.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/process.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/protocol.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/pyuisupport.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/qtreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/reactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/selectreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/serialport.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/ssl.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/stdio.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/task.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/tcp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/threadedselectreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/threads.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/tksupport.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/udp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/unix.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/utils.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/win32eventreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/wxreactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/wxsupport.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/_inspectro.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/explorer.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/gladereactor.glade -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/gladereactor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/inspectro.glade -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/logview.glade -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/service.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/telnet.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/ui/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/ui/gtk2manhole.glade -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/ui/gtk2manhole.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/ui/gtkmanhole.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/ui/gtkrc -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/ui/pywidgets.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/ui/spelunk_gnome.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/aot.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/crefutil.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/dirdbm.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/journal/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/journal/base.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/journal/picklelog.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/journal/rowjournal.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/marmalade.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/sob.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/styles.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugin.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/dropin.cache -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/notestplugin.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/testplugin.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/twisted_ftp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/twisted_inet.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/twisted_manhole.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/twisted_portforward.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/twisted_socks.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/twisted_telnet.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/twisted_trial.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins/twisted_web.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/_c_urlarg.c -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/_c_urlarg.so -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/basic.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/dict.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/dns.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/ethernet.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/finger.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/ftp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/gps/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/gps/nmea.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/gps/rockwell.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/htb.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/http.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/ident.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/imap4.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/ip.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/irc.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/jabber.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/loopback.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/mice/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/mice/mouseman.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/msn.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/nntp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/oscar.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/pcp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/policies.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/pop3.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/portforward.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/postfix.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/raw.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/rawudp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/shoutcast.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/sip.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/smtp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/socks.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/stateful.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/sux.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/telnet.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/toc.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/wire.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/xmlstream.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/_twisted_zsh_stub -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/compat.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/components.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/context.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/dispatch.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/dist.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/dxprofile.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/failure.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/filepath.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/finalize.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/formmethod.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/hook.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/htmlizer.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/lockfile.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/log.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/logfile.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/otp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/plugin.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/procutils.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/rebuild.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/reflect.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/release.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/roots.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/runtime.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/shortcut.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/syslog.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/text.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/threadable.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/threadpool.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/timeoutqueue.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/urlpath.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/usage.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/util.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/versions.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/win32.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zipstream.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/README -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_cftp -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_ckeygen -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_conch -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_lore -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_manhole -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_mktap -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_pyhtmlizer -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_tap2deb -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_tap2rpm -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_tapconvert -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_tkconch -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_tkmktap -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_trial -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_twistd -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh/_websetroot -%%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zshcomp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/_twistw.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/htmlizer.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/manhole.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/mktap.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/tap2deb.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/tap2rpm.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/tapconvert.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/tkmktap.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/tkunzip.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/trial.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts/twistd.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/banana.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/cBanana.c -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/cBanana.so -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/flavors.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/interfaces.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/jelly.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/newjelly.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/pb.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/publish.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/refpath.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/sturdy.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/ui/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/ui/gtk2util.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/ui/gtkutil.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/ui/login2.glade -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/ui/tktree.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/ui/tkutil.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/util.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/tap/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/tap/ftp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/tap/manhole.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/tap/portforward.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/tap/socks.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/tap/telnet.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/trial/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/trial/itrial.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/trial/reporter.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/trial/runner.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/trial/unittest.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/trial/util.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/_version.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/client.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/demo.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/distrib.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/domhelpers.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/error.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/google.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/guard.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/html.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/http.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/microdom.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/monitor.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/proxy.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/resource.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/rewrite.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/script.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/scripts/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/scripts/websetroot.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/server.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/soap.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/static.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/sux.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/tap.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/trp.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/twcgi.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/util.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/vhost.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/widgets.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/FlashConduit.fla -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/FlashConduit.swf -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/FlashConduitGlue.html -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/WebConduit2_mozilla.js -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/WebConduit2_msie.js -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/WebConduitGlue.html -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/controller.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/dirlist.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/flashconduit.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/form.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/guard.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/input.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/interfaces.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/model.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/page.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/simpleguard.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/tapestry.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/template.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/utils.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/view.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven/widgets.py -%%DATADIR%%/lib/mozilla/python/komodo/twisted/web/xmlrpc.py -%%DATADIR%%/lib/mozilla/python/komodo/upgradeutils.py -%%DATADIR%%/lib/mozilla/python/komodo/uriparse.py -%%DATADIR%%/lib/mozilla/python/komodo/userStyleSettings.py -%%DATADIR%%/lib/mozilla/python/komodo/which.py -%%DATADIR%%/lib/mozilla/python/komodo/zope.interface-3.1.0c1-py2.6.egg-info -%%DATADIR%%/lib/mozilla/python/komodo/zope/PUBLICATION.cfg -%%DATADIR%%/lib/mozilla/python/komodo/zope/README.txt -%%DATADIR%%/lib/mozilla/python/komodo/zope/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/exceptions/DEPENDENCIES.cfg -%%DATADIR%%/lib/mozilla/python/komodo/zope/exceptions/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/exceptions/_duplicate.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/exceptions/_notfounderror.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/exceptions/exceptionformatter.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/exceptions/interfaces.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/DEPENDENCIES.cfg -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/PUBLICATION.cfg -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/README.ru.txt -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/README.txt -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/SETUP.cfg -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/_flatten.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/_zope_interface_coptimizations.so -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/adapter.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/adapter.txt -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/advice.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/common/__init__.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/common/idatetime.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/common/interfaces.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/common/mapping.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/common/sequence.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/declarations.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/document.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/exceptions.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/human.txt -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/interface.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/interfaces.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/ro.py -%%DATADIR%%/lib/mozilla/python/komodo/zope/interface/verify.py -%%DATADIR%%/lib/mozilla/python/nsdom/__init__.py -%%DATADIR%%/lib/mozilla/python/nsdom/context.py -%%DATADIR%%/lib/mozilla/python/nsdom/domcompile.py -%%DATADIR%%/lib/mozilla/python/xpcom/__init__.py -%%DATADIR%%/lib/mozilla/python/xpcom/_xpcom.so -%%DATADIR%%/lib/mozilla/python/xpcom/client/__init__.py -%%DATADIR%%/lib/mozilla/python/xpcom/components.py -%%DATADIR%%/lib/mozilla/python/xpcom/file.py -%%DATADIR%%/lib/mozilla/python/xpcom/nsError.py -%%DATADIR%%/lib/mozilla/python/xpcom/primitives.py -%%DATADIR%%/lib/mozilla/python/xpcom/server/__init__.py -%%DATADIR%%/lib/mozilla/python/xpcom/server/enumerator.py -%%DATADIR%%/lib/mozilla/python/xpcom/server/factory.py -%%DATADIR%%/lib/mozilla/python/xpcom/server/loader.py -%%DATADIR%%/lib/mozilla/python/xpcom/server/module.py -%%DATADIR%%/lib/mozilla/python/xpcom/server/policy.py -%%DATADIR%%/lib/mozilla/python/xpcom/shutdown.py -%%DATADIR%%/lib/mozilla/python/xpcom/tools/regxpcom.py -%%DATADIR%%/lib/mozilla/python/xpcom/tools/tracer_demo.py -%%DATADIR%%/lib/mozilla/python/xpcom/xpcom_consts.py -%%DATADIR%%/lib/mozilla/python/xpcom/xpt.py -%%DATADIR%%/lib/mozilla/regxpcom -%%DATADIR%%/lib/mozilla/res/EditorOverride.css -%%DATADIR%%/lib/mozilla/res/arrow.gif -%%DATADIR%%/lib/mozilla/res/arrowd.gif -%%DATADIR%%/lib/mozilla/res/broken-image.gif -%%DATADIR%%/lib/mozilla/res/charsetData.properties -%%DATADIR%%/lib/mozilla/res/charsetalias.properties -%%DATADIR%%/lib/mozilla/res/contenteditable.css -%%DATADIR%%/lib/mozilla/res/designmode.css -%%DATADIR%%/lib/mozilla/res/dtd/mathml.dtd -%%DATADIR%%/lib/mozilla/res/dtd/xhtml11.dtd -%%DATADIR%%/lib/mozilla/res/entityTables/html40Latin1.properties -%%DATADIR%%/lib/mozilla/res/entityTables/html40Special.properties -%%DATADIR%%/lib/mozilla/res/entityTables/html40Symbols.properties -%%DATADIR%%/lib/mozilla/res/entityTables/htmlEntityVersions.properties -%%DATADIR%%/lib/mozilla/res/entityTables/mathml20.properties -%%DATADIR%%/lib/mozilla/res/entityTables/transliterate.properties -%%DATADIR%%/lib/mozilla/res/fonts/mathfont.properties -%%DATADIR%%/lib/mozilla/res/fonts/mathfontSTIXNonUnicode.properties -%%DATADIR%%/lib/mozilla/res/fonts/mathfontSTIXSize1.properties -%%DATADIR%%/lib/mozilla/res/fonts/mathfontStandardSymbolsL.properties -%%DATADIR%%/lib/mozilla/res/fonts/mathfontUnicode.properties -%%DATADIR%%/lib/mozilla/res/forms.css -%%DATADIR%%/lib/mozilla/res/grabber.gif -%%DATADIR%%/lib/mozilla/res/hiddenWindow.html -%%DATADIR%%/lib/mozilla/res/html.css -%%DATADIR%%/lib/mozilla/res/html/folder.png -%%DATADIR%%/lib/mozilla/res/langGroups.properties -%%DATADIR%%/lib/mozilla/res/language.properties -%%DATADIR%%/lib/mozilla/res/loading-image.gif -%%DATADIR%%/lib/mozilla/res/mathml.css -%%DATADIR%%/lib/mozilla/res/quirk.css -%%DATADIR%%/lib/mozilla/res/svg.css -%%DATADIR%%/lib/mozilla/res/table-add-column-after-active.gif -%%DATADIR%%/lib/mozilla/res/table-add-column-after-hover.gif -%%DATADIR%%/lib/mozilla/res/table-add-column-after.gif -%%DATADIR%%/lib/mozilla/res/table-add-column-before-active.gif -%%DATADIR%%/lib/mozilla/res/table-add-column-before-hover.gif -%%DATADIR%%/lib/mozilla/res/table-add-column-before.gif -%%DATADIR%%/lib/mozilla/res/table-add-row-after-active.gif -%%DATADIR%%/lib/mozilla/res/table-add-row-after-hover.gif -%%DATADIR%%/lib/mozilla/res/table-add-row-after.gif -%%DATADIR%%/lib/mozilla/res/table-add-row-before-active.gif -%%DATADIR%%/lib/mozilla/res/table-add-row-before-hover.gif -%%DATADIR%%/lib/mozilla/res/table-add-row-before.gif -%%DATADIR%%/lib/mozilla/res/table-remove-column-active.gif -%%DATADIR%%/lib/mozilla/res/table-remove-column-hover.gif -%%DATADIR%%/lib/mozilla/res/table-remove-column.gif -%%DATADIR%%/lib/mozilla/res/table-remove-row-active.gif -%%DATADIR%%/lib/mozilla/res/table-remove-row-hover.gif -%%DATADIR%%/lib/mozilla/res/table-remove-row.gif -%%DATADIR%%/lib/mozilla/res/ua.css -%%DATADIR%%/lib/mozilla/res/unixcharset.properties -%%DATADIR%%/lib/mozilla/res/viewsource.css -%%DATADIR%%/lib/mozilla/run-mozilla.sh -%%DATADIR%%/lib/mozilla/shlibsign -%%DATADIR%%/lib/mozilla/update.locale -%%DATADIR%%/lib/mozilla/updater -%%DATADIR%%/lib/mozilla/updater.ini -%%DATADIR%%/lib/mozilla/xpcshell -%%DATADIR%%/lib/python/bin/2to3 -%%DATADIR%%/lib/python/bin/pydoc -%%DATADIR%%/lib/python/bin/python -%%DATADIR%%/lib/python/bin/python-config -%%DATADIR%%/lib/python/bin/smtpd.py -%%DATADIR%%/lib/python/include/python2.6/Python-ast.h -%%DATADIR%%/lib/python/include/python2.6/Python.h -%%DATADIR%%/lib/python/include/python2.6/abstract.h -%%DATADIR%%/lib/python/include/python2.6/asdl.h -%%DATADIR%%/lib/python/include/python2.6/ast.h -%%DATADIR%%/lib/python/include/python2.6/bitset.h -%%DATADIR%%/lib/python/include/python2.6/boolobject.h -%%DATADIR%%/lib/python/include/python2.6/bufferobject.h -%%DATADIR%%/lib/python/include/python2.6/bytearrayobject.h -%%DATADIR%%/lib/python/include/python2.6/bytes_methods.h -%%DATADIR%%/lib/python/include/python2.6/bytesobject.h -%%DATADIR%%/lib/python/include/python2.6/cStringIO.h -%%DATADIR%%/lib/python/include/python2.6/cellobject.h -%%DATADIR%%/lib/python/include/python2.6/ceval.h -%%DATADIR%%/lib/python/include/python2.6/classobject.h -%%DATADIR%%/lib/python/include/python2.6/cobject.h -%%DATADIR%%/lib/python/include/python2.6/code.h -%%DATADIR%%/lib/python/include/python2.6/codecs.h -%%DATADIR%%/lib/python/include/python2.6/compile.h -%%DATADIR%%/lib/python/include/python2.6/complexobject.h -%%DATADIR%%/lib/python/include/python2.6/datetime.h -%%DATADIR%%/lib/python/include/python2.6/descrobject.h -%%DATADIR%%/lib/python/include/python2.6/dictobject.h -%%DATADIR%%/lib/python/include/python2.6/enumobject.h -%%DATADIR%%/lib/python/include/python2.6/errcode.h -%%DATADIR%%/lib/python/include/python2.6/eval.h -%%DATADIR%%/lib/python/include/python2.6/fileobject.h -%%DATADIR%%/lib/python/include/python2.6/floatobject.h -%%DATADIR%%/lib/python/include/python2.6/frameobject.h -%%DATADIR%%/lib/python/include/python2.6/funcobject.h -%%DATADIR%%/lib/python/include/python2.6/genobject.h -%%DATADIR%%/lib/python/include/python2.6/graminit.h -%%DATADIR%%/lib/python/include/python2.6/grammar.h -%%DATADIR%%/lib/python/include/python2.6/import.h -%%DATADIR%%/lib/python/include/python2.6/intobject.h -%%DATADIR%%/lib/python/include/python2.6/intrcheck.h -%%DATADIR%%/lib/python/include/python2.6/iterobject.h -%%DATADIR%%/lib/python/include/python2.6/listobject.h -%%DATADIR%%/lib/python/include/python2.6/longintrepr.h -%%DATADIR%%/lib/python/include/python2.6/longobject.h -%%DATADIR%%/lib/python/include/python2.6/marshal.h -%%DATADIR%%/lib/python/include/python2.6/metagrammar.h -%%DATADIR%%/lib/python/include/python2.6/methodobject.h -%%DATADIR%%/lib/python/include/python2.6/modsupport.h -%%DATADIR%%/lib/python/include/python2.6/moduleobject.h -%%DATADIR%%/lib/python/include/python2.6/node.h -%%DATADIR%%/lib/python/include/python2.6/object.h -%%DATADIR%%/lib/python/include/python2.6/objimpl.h -%%DATADIR%%/lib/python/include/python2.6/opcode.h -%%DATADIR%%/lib/python/include/python2.6/osdefs.h -%%DATADIR%%/lib/python/include/python2.6/parsetok.h -%%DATADIR%%/lib/python/include/python2.6/patchlevel.h -%%DATADIR%%/lib/python/include/python2.6/pgen.h -%%DATADIR%%/lib/python/include/python2.6/pgenheaders.h -%%DATADIR%%/lib/python/include/python2.6/py_curses.h -%%DATADIR%%/lib/python/include/python2.6/pyarena.h -%%DATADIR%%/lib/python/include/python2.6/pyconfig.h -%%DATADIR%%/lib/python/include/python2.6/pydebug.h -%%DATADIR%%/lib/python/include/python2.6/pyerrors.h -%%DATADIR%%/lib/python/include/python2.6/pyexpat.h -%%DATADIR%%/lib/python/include/python2.6/pyfpe.h -%%DATADIR%%/lib/python/include/python2.6/pygetopt.h -%%DATADIR%%/lib/python/include/python2.6/pymacconfig.h -%%DATADIR%%/lib/python/include/python2.6/pymactoolbox.h -%%DATADIR%%/lib/python/include/python2.6/pymath.h -%%DATADIR%%/lib/python/include/python2.6/pymem.h -%%DATADIR%%/lib/python/include/python2.6/pyport.h -%%DATADIR%%/lib/python/include/python2.6/pystate.h -%%DATADIR%%/lib/python/include/python2.6/pystrcmp.h -%%DATADIR%%/lib/python/include/python2.6/pystrtod.h -%%DATADIR%%/lib/python/include/python2.6/pythonrun.h -%%DATADIR%%/lib/python/include/python2.6/pythread.h -%%DATADIR%%/lib/python/include/python2.6/rangeobject.h -%%DATADIR%%/lib/python/include/python2.6/setobject.h -%%DATADIR%%/lib/python/include/python2.6/sliceobject.h -%%DATADIR%%/lib/python/include/python2.6/stringobject.h -%%DATADIR%%/lib/python/include/python2.6/structmember.h -%%DATADIR%%/lib/python/include/python2.6/structseq.h -%%DATADIR%%/lib/python/include/python2.6/symtable.h -%%DATADIR%%/lib/python/include/python2.6/sysmodule.h -%%DATADIR%%/lib/python/include/python2.6/timefuncs.h -%%DATADIR%%/lib/python/include/python2.6/token.h -%%DATADIR%%/lib/python/include/python2.6/traceback.h -%%DATADIR%%/lib/python/include/python2.6/tupleobject.h -%%DATADIR%%/lib/python/include/python2.6/ucnhash.h -%%DATADIR%%/lib/python/include/python2.6/unicodeobject.h -%%DATADIR%%/lib/python/include/python2.6/warnings.h -%%DATADIR%%/lib/python/include/python2.6/weakrefobject.h -%%DATADIR%%/lib/python/lib/libpython2.6.so -%%DATADIR%%/lib/python/lib/libpython2.6.so.1.0 -%%DATADIR%%/lib/python/lib/python2.6/BaseHTTPServer.py -%%DATADIR%%/lib/python/lib/python2.6/BaseHTTPServer.pyo -%%DATADIR%%/lib/python/lib/python2.6/Bastion.py -%%DATADIR%%/lib/python/lib/python2.6/Bastion.pyo -%%DATADIR%%/lib/python/lib/python2.6/CGIHTTPServer.py -%%DATADIR%%/lib/python/lib/python2.6/CGIHTTPServer.pyo -%%DATADIR%%/lib/python/lib/python2.6/ConfigParser.py -%%DATADIR%%/lib/python/lib/python2.6/ConfigParser.pyo -%%DATADIR%%/lib/python/lib/python2.6/Cookie.py -%%DATADIR%%/lib/python/lib/python2.6/Cookie.pyo -%%DATADIR%%/lib/python/lib/python2.6/DocXMLRPCServer.py -%%DATADIR%%/lib/python/lib/python2.6/DocXMLRPCServer.pyo -%%DATADIR%%/lib/python/lib/python2.6/HTMLParser.py -%%DATADIR%%/lib/python/lib/python2.6/HTMLParser.pyo -%%DATADIR%%/lib/python/lib/python2.6/MimeWriter.py -%%DATADIR%%/lib/python/lib/python2.6/MimeWriter.pyo -%%DATADIR%%/lib/python/lib/python2.6/Queue.py -%%DATADIR%%/lib/python/lib/python2.6/Queue.pyo -%%DATADIR%%/lib/python/lib/python2.6/SimpleHTTPServer.py -%%DATADIR%%/lib/python/lib/python2.6/SimpleHTTPServer.pyo -%%DATADIR%%/lib/python/lib/python2.6/SimpleXMLRPCServer.py -%%DATADIR%%/lib/python/lib/python2.6/SimpleXMLRPCServer.pyo -%%DATADIR%%/lib/python/lib/python2.6/SocketServer.py -%%DATADIR%%/lib/python/lib/python2.6/SocketServer.pyo -%%DATADIR%%/lib/python/lib/python2.6/StringIO.py -%%DATADIR%%/lib/python/lib/python2.6/StringIO.pyo -%%DATADIR%%/lib/python/lib/python2.6/UserDict.py -%%DATADIR%%/lib/python/lib/python2.6/UserDict.pyc -%%DATADIR%%/lib/python/lib/python2.6/UserDict.pyo -%%DATADIR%%/lib/python/lib/python2.6/UserList.py -%%DATADIR%%/lib/python/lib/python2.6/UserList.pyo -%%DATADIR%%/lib/python/lib/python2.6/UserString.py -%%DATADIR%%/lib/python/lib/python2.6/UserString.pyo -%%DATADIR%%/lib/python/lib/python2.6/_LWPCookieJar.py -%%DATADIR%%/lib/python/lib/python2.6/_LWPCookieJar.pyo -%%DATADIR%%/lib/python/lib/python2.6/_MozillaCookieJar.py -%%DATADIR%%/lib/python/lib/python2.6/_MozillaCookieJar.pyo -%%DATADIR%%/lib/python/lib/python2.6/__future__.py -%%DATADIR%%/lib/python/lib/python2.6/__future__.pyc -%%DATADIR%%/lib/python/lib/python2.6/__future__.pyo -%%DATADIR%%/lib/python/lib/python2.6/__phello__.foo.py -%%DATADIR%%/lib/python/lib/python2.6/__phello__.foo.pyo -%%DATADIR%%/lib/python/lib/python2.6/_abcoll.py -%%DATADIR%%/lib/python/lib/python2.6/_abcoll.pyc -%%DATADIR%%/lib/python/lib/python2.6/_abcoll.pyo -%%DATADIR%%/lib/python/lib/python2.6/_strptime.py -%%DATADIR%%/lib/python/lib/python2.6/_strptime.pyo -%%DATADIR%%/lib/python/lib/python2.6/_threading_local.py -%%DATADIR%%/lib/python/lib/python2.6/_threading_local.pyo -%%DATADIR%%/lib/python/lib/python2.6/abc.py -%%DATADIR%%/lib/python/lib/python2.6/abc.pyc -%%DATADIR%%/lib/python/lib/python2.6/abc.pyo -%%DATADIR%%/lib/python/lib/python2.6/aifc.py -%%DATADIR%%/lib/python/lib/python2.6/aifc.pyo -%%DATADIR%%/lib/python/lib/python2.6/anydbm.py -%%DATADIR%%/lib/python/lib/python2.6/anydbm.pyo -%%DATADIR%%/lib/python/lib/python2.6/ast.py -%%DATADIR%%/lib/python/lib/python2.6/ast.pyo -%%DATADIR%%/lib/python/lib/python2.6/asynchat.py -%%DATADIR%%/lib/python/lib/python2.6/asynchat.pyo -%%DATADIR%%/lib/python/lib/python2.6/asyncore.py -%%DATADIR%%/lib/python/lib/python2.6/asyncore.pyo -%%DATADIR%%/lib/python/lib/python2.6/atexit.py -%%DATADIR%%/lib/python/lib/python2.6/atexit.pyc -%%DATADIR%%/lib/python/lib/python2.6/atexit.pyo -%%DATADIR%%/lib/python/lib/python2.6/audiodev.py -%%DATADIR%%/lib/python/lib/python2.6/audiodev.pyo -%%DATADIR%%/lib/python/lib/python2.6/base64.py -%%DATADIR%%/lib/python/lib/python2.6/base64.pyo -%%DATADIR%%/lib/python/lib/python2.6/bdb.py -%%DATADIR%%/lib/python/lib/python2.6/bdb.pyo -%%DATADIR%%/lib/python/lib/python2.6/binhex.py -%%DATADIR%%/lib/python/lib/python2.6/binhex.pyo -%%DATADIR%%/lib/python/lib/python2.6/bisect.py -%%DATADIR%%/lib/python/lib/python2.6/bisect.pyo -%%DATADIR%%/lib/python/lib/python2.6/bsddb/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/bsddb/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/bsddb/db.py -%%DATADIR%%/lib/python/lib/python2.6/bsddb/db.pyo -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbobj.py -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbobj.pyo -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbrecio.py -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbrecio.pyo -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbshelve.py -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbshelve.pyo -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbtables.py -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbtables.pyo -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbutils.py -%%DATADIR%%/lib/python/lib/python2.6/bsddb/dbutils.pyo -%%DATADIR%%/lib/python/lib/python2.6/cProfile.py -%%DATADIR%%/lib/python/lib/python2.6/cProfile.pyo -%%DATADIR%%/lib/python/lib/python2.6/calendar.py -%%DATADIR%%/lib/python/lib/python2.6/calendar.pyo -%%DATADIR%%/lib/python/lib/python2.6/cgi.py -%%DATADIR%%/lib/python/lib/python2.6/cgi.pyo -%%DATADIR%%/lib/python/lib/python2.6/cgitb.py -%%DATADIR%%/lib/python/lib/python2.6/cgitb.pyo -%%DATADIR%%/lib/python/lib/python2.6/chunk.py -%%DATADIR%%/lib/python/lib/python2.6/chunk.pyo -%%DATADIR%%/lib/python/lib/python2.6/cmd.py -%%DATADIR%%/lib/python/lib/python2.6/cmd.pyo -%%DATADIR%%/lib/python/lib/python2.6/code.py -%%DATADIR%%/lib/python/lib/python2.6/code.pyo -%%DATADIR%%/lib/python/lib/python2.6/codecs.py -%%DATADIR%%/lib/python/lib/python2.6/codecs.pyc -%%DATADIR%%/lib/python/lib/python2.6/codecs.pyo -%%DATADIR%%/lib/python/lib/python2.6/codeop.py -%%DATADIR%%/lib/python/lib/python2.6/codeop.pyo -%%DATADIR%%/lib/python/lib/python2.6/collections.py -%%DATADIR%%/lib/python/lib/python2.6/collections.pyc -%%DATADIR%%/lib/python/lib/python2.6/collections.pyo -%%DATADIR%%/lib/python/lib/python2.6/colorsys.py -%%DATADIR%%/lib/python/lib/python2.6/colorsys.pyo -%%DATADIR%%/lib/python/lib/python2.6/commands.py -%%DATADIR%%/lib/python/lib/python2.6/commands.pyo -%%DATADIR%%/lib/python/lib/python2.6/compileall.py -%%DATADIR%%/lib/python/lib/python2.6/compileall.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/ast.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/ast.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/consts.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/consts.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/future.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/future.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/misc.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/misc.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/pyassem.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/pyassem.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/pycodegen.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/pycodegen.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/symbols.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/symbols.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/syntax.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/syntax.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/transformer.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/transformer.pyo -%%DATADIR%%/lib/python/lib/python2.6/compiler/visitor.py -%%DATADIR%%/lib/python/lib/python2.6/compiler/visitor.pyo -%%DATADIR%%/lib/python/lib/python2.6/config/Makefile -%%DATADIR%%/lib/python/lib/python2.6/config/Setup -%%DATADIR%%/lib/python/lib/python2.6/config/Setup.config -%%DATADIR%%/lib/python/lib/python2.6/config/Setup.local -%%DATADIR%%/lib/python/lib/python2.6/config/config.c -%%DATADIR%%/lib/python/lib/python2.6/config/config.c.in -%%DATADIR%%/lib/python/lib/python2.6/config/install-sh -%%DATADIR%%/lib/python/lib/python2.6/config/libpython2.6.a -%%DATADIR%%/lib/python/lib/python2.6/config/makesetup -%%DATADIR%%/lib/python/lib/python2.6/config/python.o -%%DATADIR%%/lib/python/lib/python2.6/contextlib.py -%%DATADIR%%/lib/python/lib/python2.6/contextlib.pyo -%%DATADIR%%/lib/python/lib/python2.6/cookielib.py -%%DATADIR%%/lib/python/lib/python2.6/cookielib.pyo -%%DATADIR%%/lib/python/lib/python2.6/copy.py -%%DATADIR%%/lib/python/lib/python2.6/copy.pyo -%%DATADIR%%/lib/python/lib/python2.6/copy_reg.py -%%DATADIR%%/lib/python/lib/python2.6/copy_reg.pyc -%%DATADIR%%/lib/python/lib/python2.6/copy_reg.pyo -%%DATADIR%%/lib/python/lib/python2.6/csv.py -%%DATADIR%%/lib/python/lib/python2.6/csv.pyo -%%DATADIR%%/lib/python/lib/python2.6/ctypes/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/ctypes/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/ctypes/_endian.py -%%DATADIR%%/lib/python/lib/python2.6/ctypes/_endian.pyo -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/README.ctypes -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/dyld.py -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/dyld.pyo -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/dylib.py -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/dylib.pyo -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/fetch_macholib -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/fetch_macholib.bat -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/framework.py -%%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib/framework.pyo -%%DATADIR%%/lib/python/lib/python2.6/ctypes/util.py -%%DATADIR%%/lib/python/lib/python2.6/ctypes/util.pyo -%%DATADIR%%/lib/python/lib/python2.6/ctypes/wintypes.py -%%DATADIR%%/lib/python/lib/python2.6/ctypes/wintypes.pyo -%%DATADIR%%/lib/python/lib/python2.6/curses/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/curses/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/curses/ascii.py -%%DATADIR%%/lib/python/lib/python2.6/curses/ascii.pyo -%%DATADIR%%/lib/python/lib/python2.6/curses/has_key.py -%%DATADIR%%/lib/python/lib/python2.6/curses/has_key.pyo -%%DATADIR%%/lib/python/lib/python2.6/curses/panel.py -%%DATADIR%%/lib/python/lib/python2.6/curses/panel.pyo -%%DATADIR%%/lib/python/lib/python2.6/curses/textpad.py -%%DATADIR%%/lib/python/lib/python2.6/curses/textpad.pyo -%%DATADIR%%/lib/python/lib/python2.6/curses/wrapper.py -%%DATADIR%%/lib/python/lib/python2.6/curses/wrapper.pyo -%%DATADIR%%/lib/python/lib/python2.6/dbhash.py -%%DATADIR%%/lib/python/lib/python2.6/dbhash.pyo -%%DATADIR%%/lib/python/lib/python2.6/decimal.py -%%DATADIR%%/lib/python/lib/python2.6/decimal.pyo -%%DATADIR%%/lib/python/lib/python2.6/difflib.py -%%DATADIR%%/lib/python/lib/python2.6/difflib.pyo -%%DATADIR%%/lib/python/lib/python2.6/dircache.py -%%DATADIR%%/lib/python/lib/python2.6/dircache.pyo -%%DATADIR%%/lib/python/lib/python2.6/dis.py -%%DATADIR%%/lib/python/lib/python2.6/dis.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/README -%%DATADIR%%/lib/python/lib/python2.6/distutils/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/archive_util.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/archive_util.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/bcppcompiler.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/bcppcompiler.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/ccompiler.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/ccompiler.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/cmd.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/cmd.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist_dumb.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist_dumb.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist_msi.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist_msi.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist_rpm.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist_rpm.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist_wininst.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/bdist_wininst.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build_clib.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build_clib.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build_ext.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build_ext.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build_py.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build_py.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build_scripts.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/build_scripts.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/clean.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/clean.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/command_template -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/config.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/config.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_data.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_data.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_egg_info.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_egg_info.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_headers.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_headers.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_lib.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_lib.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_scripts.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/install_scripts.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/register.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/register.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/sdist.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/sdist.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/upload.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/upload.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/wininst-6.0.exe -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/wininst-7.1.exe -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/wininst-8.0.exe -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/wininst-9.0-amd64.exe -%%DATADIR%%/lib/python/lib/python2.6/distutils/command/wininst-9.0.exe -%%DATADIR%%/lib/python/lib/python2.6/distutils/config.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/config.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/core.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/core.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/cygwinccompiler.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/cygwinccompiler.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/debug.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/debug.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/dep_util.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/dep_util.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/dir_util.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/dir_util.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/dist.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/dist.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/emxccompiler.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/emxccompiler.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/errors.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/errors.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/extension.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/extension.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/fancy_getopt.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/fancy_getopt.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/file_util.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/file_util.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/filelist.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/filelist.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/log.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/log.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/msvc9compiler.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/msvc9compiler.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/msvccompiler.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/msvccompiler.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/mwerkscompiler.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/mwerkscompiler.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/spawn.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/spawn.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/sysconfig.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/sysconfig.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/text_file.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/text_file.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/unixccompiler.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/unixccompiler.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/util.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/util.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/version.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/version.pyo -%%DATADIR%%/lib/python/lib/python2.6/distutils/versionpredicate.py -%%DATADIR%%/lib/python/lib/python2.6/distutils/versionpredicate.pyo -%%DATADIR%%/lib/python/lib/python2.6/doctest.py -%%DATADIR%%/lib/python/lib/python2.6/doctest.pyo -%%DATADIR%%/lib/python/lib/python2.6/dumbdbm.py -%%DATADIR%%/lib/python/lib/python2.6/dumbdbm.pyo -%%DATADIR%%/lib/python/lib/python2.6/dummy_thread.py -%%DATADIR%%/lib/python/lib/python2.6/dummy_thread.pyo -%%DATADIR%%/lib/python/lib/python2.6/dummy_threading.py -%%DATADIR%%/lib/python/lib/python2.6/dummy_threading.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/email/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/_parseaddr.py -%%DATADIR%%/lib/python/lib/python2.6/email/_parseaddr.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/base64mime.py -%%DATADIR%%/lib/python/lib/python2.6/email/base64mime.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/charset.py -%%DATADIR%%/lib/python/lib/python2.6/email/charset.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/encoders.py -%%DATADIR%%/lib/python/lib/python2.6/email/encoders.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/errors.py -%%DATADIR%%/lib/python/lib/python2.6/email/errors.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/feedparser.py -%%DATADIR%%/lib/python/lib/python2.6/email/feedparser.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/generator.py -%%DATADIR%%/lib/python/lib/python2.6/email/generator.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/header.py -%%DATADIR%%/lib/python/lib/python2.6/email/header.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/iterators.py -%%DATADIR%%/lib/python/lib/python2.6/email/iterators.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/message.py -%%DATADIR%%/lib/python/lib/python2.6/email/message.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/application.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/application.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/audio.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/audio.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/base.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/base.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/image.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/image.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/message.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/message.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/multipart.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/multipart.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/nonmultipart.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/nonmultipart.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/mime/text.py -%%DATADIR%%/lib/python/lib/python2.6/email/mime/text.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/parser.py -%%DATADIR%%/lib/python/lib/python2.6/email/parser.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/quoprimime.py -%%DATADIR%%/lib/python/lib/python2.6/email/quoprimime.pyo -%%DATADIR%%/lib/python/lib/python2.6/email/utils.py -%%DATADIR%%/lib/python/lib/python2.6/email/utils.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/__init__.pyc -%%DATADIR%%/lib/python/lib/python2.6/encodings/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/aliases.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/aliases.pyc -%%DATADIR%%/lib/python/lib/python2.6/encodings/aliases.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/ascii.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/ascii.pyc -%%DATADIR%%/lib/python/lib/python2.6/encodings/ascii.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/base64_codec.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/base64_codec.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/big5.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/big5.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/big5hkscs.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/big5hkscs.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/bz2_codec.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/bz2_codec.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/charmap.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/charmap.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp037.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp037.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1006.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1006.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1026.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1026.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1140.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1140.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1250.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1250.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1251.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1251.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1252.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1252.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1253.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1253.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1254.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1254.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1255.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1255.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1256.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1256.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1257.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1257.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1258.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp1258.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp424.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp424.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp437.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp437.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp500.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp500.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp737.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp737.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp775.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp775.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp850.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp850.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp852.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp852.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp855.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp855.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp856.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp856.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp857.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp857.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp860.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp860.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp861.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp861.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp862.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp862.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp863.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp863.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp864.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp864.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp865.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp865.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp866.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp866.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp869.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp869.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp874.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp874.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp875.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp875.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp932.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp932.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp949.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp949.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp950.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/cp950.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/euc_jis_2004.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/euc_jis_2004.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/euc_jisx0213.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/euc_jisx0213.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/euc_jp.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/euc_jp.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/euc_kr.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/euc_kr.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/gb18030.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/gb18030.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/gb2312.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/gb2312.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/gbk.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/gbk.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/hex_codec.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/hex_codec.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/hp_roman8.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/hp_roman8.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/hz.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/hz.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/idna.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/idna.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_1.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_1.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_2.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_2.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_2004.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_2004.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_3.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_3.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_ext.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_jp_ext.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_kr.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso2022_kr.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_1.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_1.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_10.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_10.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_11.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_11.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_13.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_13.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_14.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_14.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_15.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_15.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_16.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_16.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_2.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_2.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_3.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_3.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_4.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_4.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_5.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_5.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_6.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_6.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_7.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_7.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_8.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_8.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_9.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/iso8859_9.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/johab.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/johab.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/koi8_r.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/koi8_r.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/koi8_u.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/koi8_u.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/latin_1.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/latin_1.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_arabic.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_arabic.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_centeuro.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_centeuro.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_croatian.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_croatian.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_cyrillic.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_cyrillic.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_farsi.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_farsi.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_greek.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_greek.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_iceland.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_iceland.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_latin2.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_latin2.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_roman.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_roman.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_romanian.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_romanian.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_turkish.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mac_turkish.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/mbcs.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/mbcs.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/palmos.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/palmos.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/ptcp154.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/ptcp154.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/punycode.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/punycode.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/quopri_codec.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/quopri_codec.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/raw_unicode_escape.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/raw_unicode_escape.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/rot_13.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/rot_13.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/shift_jis.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/shift_jis.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/shift_jis_2004.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/shift_jis_2004.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/shift_jisx0213.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/shift_jisx0213.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/string_escape.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/string_escape.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/tis_620.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/tis_620.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/undefined.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/undefined.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/unicode_escape.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/unicode_escape.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/unicode_internal.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/unicode_internal.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_16.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_16.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_16_be.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_16_be.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_16_le.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_16_le.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_32.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_32.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_32_be.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_32_be.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_32_le.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_32_le.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_7.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_7.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_8.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_8.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_8_sig.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/utf_8_sig.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/uu_codec.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/uu_codec.pyo -%%DATADIR%%/lib/python/lib/python2.6/encodings/zlib_codec.py -%%DATADIR%%/lib/python/lib/python2.6/encodings/zlib_codec.pyo -%%DATADIR%%/lib/python/lib/python2.6/filecmp.py -%%DATADIR%%/lib/python/lib/python2.6/filecmp.pyo -%%DATADIR%%/lib/python/lib/python2.6/fileinput.py -%%DATADIR%%/lib/python/lib/python2.6/fileinput.pyo -%%DATADIR%%/lib/python/lib/python2.6/fnmatch.py -%%DATADIR%%/lib/python/lib/python2.6/fnmatch.pyc -%%DATADIR%%/lib/python/lib/python2.6/fnmatch.pyo -%%DATADIR%%/lib/python/lib/python2.6/formatter.py -%%DATADIR%%/lib/python/lib/python2.6/formatter.pyo -%%DATADIR%%/lib/python/lib/python2.6/fpformat.py -%%DATADIR%%/lib/python/lib/python2.6/fpformat.pyo -%%DATADIR%%/lib/python/lib/python2.6/fractions.py -%%DATADIR%%/lib/python/lib/python2.6/fractions.pyo -%%DATADIR%%/lib/python/lib/python2.6/ftplib.py -%%DATADIR%%/lib/python/lib/python2.6/ftplib.pyo -%%DATADIR%%/lib/python/lib/python2.6/functools.py -%%DATADIR%%/lib/python/lib/python2.6/functools.pyc -%%DATADIR%%/lib/python/lib/python2.6/functools.pyo -%%DATADIR%%/lib/python/lib/python2.6/genericpath.py -%%DATADIR%%/lib/python/lib/python2.6/genericpath.pyc -%%DATADIR%%/lib/python/lib/python2.6/genericpath.pyo -%%DATADIR%%/lib/python/lib/python2.6/getopt.py -%%DATADIR%%/lib/python/lib/python2.6/getopt.pyc -%%DATADIR%%/lib/python/lib/python2.6/getopt.pyo -%%DATADIR%%/lib/python/lib/python2.6/getpass.py -%%DATADIR%%/lib/python/lib/python2.6/getpass.pyo -%%DATADIR%%/lib/python/lib/python2.6/gettext.py -%%DATADIR%%/lib/python/lib/python2.6/gettext.pyo -%%DATADIR%%/lib/python/lib/python2.6/glob.py -%%DATADIR%%/lib/python/lib/python2.6/glob.pyc -%%DATADIR%%/lib/python/lib/python2.6/glob.pyo -%%DATADIR%%/lib/python/lib/python2.6/gzip.py -%%DATADIR%%/lib/python/lib/python2.6/gzip.pyo -%%DATADIR%%/lib/python/lib/python2.6/hashlib.py -%%DATADIR%%/lib/python/lib/python2.6/hashlib.pyo -%%DATADIR%%/lib/python/lib/python2.6/heapq.py -%%DATADIR%%/lib/python/lib/python2.6/heapq.pyo -%%DATADIR%%/lib/python/lib/python2.6/hmac.py -%%DATADIR%%/lib/python/lib/python2.6/hmac.pyo -%%DATADIR%%/lib/python/lib/python2.6/hotshot/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/hotshot/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/hotshot/log.py -%%DATADIR%%/lib/python/lib/python2.6/hotshot/log.pyo -%%DATADIR%%/lib/python/lib/python2.6/hotshot/stats.py -%%DATADIR%%/lib/python/lib/python2.6/hotshot/stats.pyo -%%DATADIR%%/lib/python/lib/python2.6/hotshot/stones.py -%%DATADIR%%/lib/python/lib/python2.6/hotshot/stones.pyo -%%DATADIR%%/lib/python/lib/python2.6/htmlentitydefs.py -%%DATADIR%%/lib/python/lib/python2.6/htmlentitydefs.pyo -%%DATADIR%%/lib/python/lib/python2.6/htmllib.py -%%DATADIR%%/lib/python/lib/python2.6/htmllib.pyo -%%DATADIR%%/lib/python/lib/python2.6/httplib.py -%%DATADIR%%/lib/python/lib/python2.6/httplib.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/AutoComplete.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/AutoComplete.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/AutoCompleteWindow.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/AutoCompleteWindow.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/AutoExpand.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/AutoExpand.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Bindings.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Bindings.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/CREDITS.txt -%%DATADIR%%/lib/python/lib/python2.6/idlelib/CallTipWindow.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/CallTipWindow.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/CallTips.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/CallTips.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ChangeLog -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ClassBrowser.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ClassBrowser.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/CodeContext.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/CodeContext.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ColorDelegator.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ColorDelegator.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Debugger.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Debugger.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Delegator.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Delegator.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/EditorWindow.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/EditorWindow.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/FileList.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/FileList.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/FormatParagraph.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/FormatParagraph.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/GrepDialog.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/GrepDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/HISTORY.txt -%%DATADIR%%/lib/python/lib/python2.6/idlelib/HyperParser.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/HyperParser.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/IOBinding.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/IOBinding.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Icons/folder.gif -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Icons/idle.icns -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Icons/minusnode.gif -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Icons/openfolder.gif -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Icons/plusnode.gif -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Icons/python.gif -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Icons/tk.gif -%%DATADIR%%/lib/python/lib/python2.6/idlelib/IdleHistory.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/IdleHistory.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/MultiCall.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/MultiCall.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/MultiStatusBar.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/MultiStatusBar.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/NEWS.txt -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ObjectBrowser.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ObjectBrowser.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/OutputWindow.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/OutputWindow.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ParenMatch.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ParenMatch.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/PathBrowser.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/PathBrowser.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Percolator.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/Percolator.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/PyParse.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/PyParse.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/PyShell.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/PyShell.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/README.txt -%%DATADIR%%/lib/python/lib/python2.6/idlelib/RemoteDebugger.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/RemoteDebugger.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/RemoteObjectBrowser.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/RemoteObjectBrowser.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ReplaceDialog.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ReplaceDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ScriptBinding.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ScriptBinding.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ScrolledList.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ScrolledList.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/SearchDialog.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/SearchDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/SearchDialogBase.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/SearchDialogBase.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/SearchEngine.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/SearchEngine.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/StackViewer.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/StackViewer.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/TODO.txt -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ToolTip.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ToolTip.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/TreeWidget.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/TreeWidget.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/UndoDelegator.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/UndoDelegator.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/WidgetRedirector.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/WidgetRedirector.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/WindowList.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/WindowList.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ZoomHeight.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/ZoomHeight.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/aboutDialog.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/aboutDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/config-extensions.def -%%DATADIR%%/lib/python/lib/python2.6/idlelib/config-highlight.def -%%DATADIR%%/lib/python/lib/python2.6/idlelib/config-keys.def -%%DATADIR%%/lib/python/lib/python2.6/idlelib/config-main.def -%%DATADIR%%/lib/python/lib/python2.6/idlelib/configDialog.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/configDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/configHandler.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/configHandler.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/configHelpSourceEdit.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/configHelpSourceEdit.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/configSectionNameDialog.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/configSectionNameDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/dynOptionMenuWidget.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/dynOptionMenuWidget.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/extend.txt -%%DATADIR%%/lib/python/lib/python2.6/idlelib/help.txt -%%DATADIR%%/lib/python/lib/python2.6/idlelib/idle.bat -%%DATADIR%%/lib/python/lib/python2.6/idlelib/idle.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/idle.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/idle.pyw -%%DATADIR%%/lib/python/lib/python2.6/idlelib/idlever.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/idlever.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/keybindingDialog.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/keybindingDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/macosxSupport.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/macosxSupport.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/rpc.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/rpc.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/run.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/run.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/tabbedpages.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/tabbedpages.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/testcode.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/testcode.pyo -%%DATADIR%%/lib/python/lib/python2.6/idlelib/textView.py -%%DATADIR%%/lib/python/lib/python2.6/idlelib/textView.pyo -%%DATADIR%%/lib/python/lib/python2.6/ihooks.py -%%DATADIR%%/lib/python/lib/python2.6/ihooks.pyo -%%DATADIR%%/lib/python/lib/python2.6/imaplib.py -%%DATADIR%%/lib/python/lib/python2.6/imaplib.pyo -%%DATADIR%%/lib/python/lib/python2.6/imghdr.py -%%DATADIR%%/lib/python/lib/python2.6/imghdr.pyo -%%DATADIR%%/lib/python/lib/python2.6/imputil.py -%%DATADIR%%/lib/python/lib/python2.6/imputil.pyo -%%DATADIR%%/lib/python/lib/python2.6/inspect.py -%%DATADIR%%/lib/python/lib/python2.6/inspect.pyo -%%DATADIR%%/lib/python/lib/python2.6/io.py -%%DATADIR%%/lib/python/lib/python2.6/io.pyo -%%DATADIR%%/lib/python/lib/python2.6/json/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/json/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/json/decoder.py -%%DATADIR%%/lib/python/lib/python2.6/json/decoder.pyo -%%DATADIR%%/lib/python/lib/python2.6/json/encoder.py -%%DATADIR%%/lib/python/lib/python2.6/json/encoder.pyo -%%DATADIR%%/lib/python/lib/python2.6/json/scanner.py -%%DATADIR%%/lib/python/lib/python2.6/json/scanner.pyo -%%DATADIR%%/lib/python/lib/python2.6/json/tool.py -%%DATADIR%%/lib/python/lib/python2.6/json/tool.pyo -%%DATADIR%%/lib/python/lib/python2.6/keyword.py -%%DATADIR%%/lib/python/lib/python2.6/keyword.pyc -%%DATADIR%%/lib/python/lib/python2.6/keyword.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/Python-2.6.5-py2.6.egg-info -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_bisect.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_bytesio.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_codecs_cn.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_codecs_hk.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_codecs_iso2022.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_codecs_jp.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_codecs_kr.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_codecs_tw.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_collections.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_csv.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_ctypes.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_curses.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_curses_panel.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_elementtree.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_fileio.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_functools.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_hashlib.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_heapq.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_hotshot.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_json.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_locale.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_lsprof.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_multibytecodec.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_multiprocessing.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_random.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_socket.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_sqlite3.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_ssl.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_struct.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/_weakref.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/array.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/audioop.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/binascii.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/bz2.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/cPickle.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/cStringIO.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/cmath.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/crypt.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/datetime.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/dbm.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/dl.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/fcntl.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/future_builtins.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/gdbm.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/grp.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/imageop.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/itertools.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/linuxaudiodev.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/math.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/mmap.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/nis.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/operator.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/ossaudiodev.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/parser.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/pyexpat.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/readline.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/resource.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/select.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/spwd.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/strop.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/syslog.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/termios.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/time.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/unicodedata.so -%%DATADIR%%/lib/python/lib/python2.6/lib-dynload/zlib.so -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Canvas.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Canvas.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Dialog.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Dialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/FileDialog.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/FileDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/FixTk.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/FixTk.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/ScrolledText.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/ScrolledText.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/SimpleDialog.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/SimpleDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Tix.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Tix.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Tkconstants.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Tkconstants.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Tkdnd.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Tkdnd.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Tkinter.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/Tkinter.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkColorChooser.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkColorChooser.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkCommonDialog.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkCommonDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkFileDialog.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkFileDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkFont.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkFont.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkMessageBox.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkMessageBox.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkSimpleDialog.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/tkSimpleDialog.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/turtle.py -%%DATADIR%%/lib/python/lib/python2.6/lib-tk/turtle.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/Grammar.txt -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/Grammar2.6.5.final.0.pickle -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/PatternGrammar.txt -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/PatternGrammar2.6.5.final.0.pickle -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixer_base.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixer_base.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixer_util.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixer_util.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_apply.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_apply.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_basestring.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_basestring.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_buffer.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_buffer.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_callable.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_callable.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_dict.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_dict.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_except.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_except.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_exec.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_exec.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_execfile.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_execfile.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_filter.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_filter.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_funcattrs.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_funcattrs.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_future.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_future.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_getcwdu.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_getcwdu.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_has_key.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_has_key.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_idioms.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_idioms.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_import.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_import.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_imports.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_imports.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_imports2.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_imports2.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_input.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_input.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_intern.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_intern.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_isinstance.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_isinstance.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_itertools.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_itertools.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_itertools_imports.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_itertools_imports.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_long.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_long.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_map.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_map.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_metaclass.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_metaclass.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_methodattrs.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_methodattrs.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_ne.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_ne.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_next.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_next.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_nonzero.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_nonzero.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_numliterals.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_numliterals.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_operator.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_operator.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_paren.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_paren.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_print.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_print.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_raise.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_raise.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_raw_input.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_raw_input.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_reduce.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_reduce.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_renames.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_renames.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_repr.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_repr.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_set_literal.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_set_literal.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_standarderror.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_standarderror.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_sys_exc.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_sys_exc.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_throw.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_throw.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_tuple_params.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_tuple_params.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_types.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_types.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_unicode.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_unicode.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_urllib.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_urllib.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_ws_comma.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_ws_comma.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_xrange.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_xrange.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_xreadlines.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_xreadlines.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_zip.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes/fix_zip.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/main.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/main.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/patcomp.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/patcomp.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/conv.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/conv.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/driver.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/driver.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/grammar.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/grammar.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/literals.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/literals.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/parse.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/parse.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/pgen.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/pgen.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/token.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/token.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/tokenize.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2/tokenize.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pygram.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pygram.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pytree.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/pytree.pyo -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/refactor.py -%%DATADIR%%/lib/python/lib/python2.6/lib2to3/refactor.pyo -%%DATADIR%%/lib/python/lib/python2.6/linecache.py -%%DATADIR%%/lib/python/lib/python2.6/linecache.pyc -%%DATADIR%%/lib/python/lib/python2.6/linecache.pyo -%%DATADIR%%/lib/python/lib/python2.6/locale.py -%%DATADIR%%/lib/python/lib/python2.6/locale.pyo -%%DATADIR%%/lib/python/lib/python2.6/logging/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/logging/__init__.pyc -%%DATADIR%%/lib/python/lib/python2.6/logging/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/logging/config.py -%%DATADIR%%/lib/python/lib/python2.6/logging/config.pyo -%%DATADIR%%/lib/python/lib/python2.6/logging/handlers.py -%%DATADIR%%/lib/python/lib/python2.6/logging/handlers.pyo -%%DATADIR%%/lib/python/lib/python2.6/macpath.py -%%DATADIR%%/lib/python/lib/python2.6/macpath.pyo -%%DATADIR%%/lib/python/lib/python2.6/macurl2path.py -%%DATADIR%%/lib/python/lib/python2.6/macurl2path.pyo -%%DATADIR%%/lib/python/lib/python2.6/mailbox.py -%%DATADIR%%/lib/python/lib/python2.6/mailbox.pyo -%%DATADIR%%/lib/python/lib/python2.6/mailcap.py -%%DATADIR%%/lib/python/lib/python2.6/mailcap.pyo -%%DATADIR%%/lib/python/lib/python2.6/markupbase.py -%%DATADIR%%/lib/python/lib/python2.6/markupbase.pyo -%%DATADIR%%/lib/python/lib/python2.6/md5.py -%%DATADIR%%/lib/python/lib/python2.6/md5.pyo -%%DATADIR%%/lib/python/lib/python2.6/mhlib.py -%%DATADIR%%/lib/python/lib/python2.6/mhlib.pyo -%%DATADIR%%/lib/python/lib/python2.6/mimetools.py -%%DATADIR%%/lib/python/lib/python2.6/mimetools.pyo -%%DATADIR%%/lib/python/lib/python2.6/mimetypes.py -%%DATADIR%%/lib/python/lib/python2.6/mimetypes.pyo -%%DATADIR%%/lib/python/lib/python2.6/mimify.py -%%DATADIR%%/lib/python/lib/python2.6/mimify.pyo -%%DATADIR%%/lib/python/lib/python2.6/modulefinder.py -%%DATADIR%%/lib/python/lib/python2.6/modulefinder.pyo -%%DATADIR%%/lib/python/lib/python2.6/multifile.py -%%DATADIR%%/lib/python/lib/python2.6/multifile.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/connection.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/connection.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/dummy/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/dummy/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/dummy/connection.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/dummy/connection.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/forking.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/forking.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/heap.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/heap.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/managers.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/managers.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/pool.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/pool.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/process.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/process.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/queues.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/queues.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/reduction.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/reduction.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/sharedctypes.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/sharedctypes.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/synchronize.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/synchronize.pyo -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/util.py -%%DATADIR%%/lib/python/lib/python2.6/multiprocessing/util.pyo -%%DATADIR%%/lib/python/lib/python2.6/mutex.py -%%DATADIR%%/lib/python/lib/python2.6/mutex.pyo -%%DATADIR%%/lib/python/lib/python2.6/netrc.py -%%DATADIR%%/lib/python/lib/python2.6/netrc.pyo -%%DATADIR%%/lib/python/lib/python2.6/new.py -%%DATADIR%%/lib/python/lib/python2.6/new.pyo -%%DATADIR%%/lib/python/lib/python2.6/nntplib.py -%%DATADIR%%/lib/python/lib/python2.6/nntplib.pyo -%%DATADIR%%/lib/python/lib/python2.6/ntpath.py -%%DATADIR%%/lib/python/lib/python2.6/ntpath.pyo -%%DATADIR%%/lib/python/lib/python2.6/nturl2path.py -%%DATADIR%%/lib/python/lib/python2.6/nturl2path.pyo -%%DATADIR%%/lib/python/lib/python2.6/numbers.py -%%DATADIR%%/lib/python/lib/python2.6/numbers.pyo -%%DATADIR%%/lib/python/lib/python2.6/opcode.py -%%DATADIR%%/lib/python/lib/python2.6/opcode.pyo -%%DATADIR%%/lib/python/lib/python2.6/optparse.py -%%DATADIR%%/lib/python/lib/python2.6/optparse.pyo -%%DATADIR%%/lib/python/lib/python2.6/os.py -%%DATADIR%%/lib/python/lib/python2.6/os.pyc -%%DATADIR%%/lib/python/lib/python2.6/os.pyo -%%DATADIR%%/lib/python/lib/python2.6/os2emxpath.py -%%DATADIR%%/lib/python/lib/python2.6/os2emxpath.pyo -%%DATADIR%%/lib/python/lib/python2.6/pdb.doc -%%DATADIR%%/lib/python/lib/python2.6/pdb.py -%%DATADIR%%/lib/python/lib/python2.6/pdb.pyo -%%DATADIR%%/lib/python/lib/python2.6/pickle.py -%%DATADIR%%/lib/python/lib/python2.6/pickle.pyc -%%DATADIR%%/lib/python/lib/python2.6/pickle.pyo -%%DATADIR%%/lib/python/lib/python2.6/pickletools.py -%%DATADIR%%/lib/python/lib/python2.6/pickletools.pyo -%%DATADIR%%/lib/python/lib/python2.6/pipes.py -%%DATADIR%%/lib/python/lib/python2.6/pipes.pyo -%%DATADIR%%/lib/python/lib/python2.6/pkgutil.py -%%DATADIR%%/lib/python/lib/python2.6/pkgutil.pyo -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/CDROM.py -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/CDROM.pyo -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/DLFCN.py -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/DLFCN.pyo -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/IN.py -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/IN.pyo -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/TYPES.py -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/TYPES.pyo -%%DATADIR%%/lib/python/lib/python2.6/plat-linux2/regen -%%DATADIR%%/lib/python/lib/python2.6/platform.py -%%DATADIR%%/lib/python/lib/python2.6/platform.pyo -%%DATADIR%%/lib/python/lib/python2.6/plistlib.py -%%DATADIR%%/lib/python/lib/python2.6/plistlib.pyo -%%DATADIR%%/lib/python/lib/python2.6/popen2.py -%%DATADIR%%/lib/python/lib/python2.6/popen2.pyo -%%DATADIR%%/lib/python/lib/python2.6/poplib.py -%%DATADIR%%/lib/python/lib/python2.6/poplib.pyo -%%DATADIR%%/lib/python/lib/python2.6/posixfile.py -%%DATADIR%%/lib/python/lib/python2.6/posixfile.pyo -%%DATADIR%%/lib/python/lib/python2.6/posixpath.py -%%DATADIR%%/lib/python/lib/python2.6/posixpath.pyc -%%DATADIR%%/lib/python/lib/python2.6/posixpath.pyo -%%DATADIR%%/lib/python/lib/python2.6/pprint.py -%%DATADIR%%/lib/python/lib/python2.6/pprint.pyc -%%DATADIR%%/lib/python/lib/python2.6/pprint.pyo -%%DATADIR%%/lib/python/lib/python2.6/profile.py -%%DATADIR%%/lib/python/lib/python2.6/profile.pyo -%%DATADIR%%/lib/python/lib/python2.6/pstats.py -%%DATADIR%%/lib/python/lib/python2.6/pstats.pyo -%%DATADIR%%/lib/python/lib/python2.6/pty.py -%%DATADIR%%/lib/python/lib/python2.6/pty.pyo -%%DATADIR%%/lib/python/lib/python2.6/py_compile.py -%%DATADIR%%/lib/python/lib/python2.6/py_compile.pyo -%%DATADIR%%/lib/python/lib/python2.6/pyclbr.py -%%DATADIR%%/lib/python/lib/python2.6/pyclbr.pyo -%%DATADIR%%/lib/python/lib/python2.6/pydoc.py -%%DATADIR%%/lib/python/lib/python2.6/pydoc.pyo -%%DATADIR%%/lib/python/lib/python2.6/pydoc_topics.py -%%DATADIR%%/lib/python/lib/python2.6/pydoc_topics.pyo -%%DATADIR%%/lib/python/lib/python2.6/quopri.py -%%DATADIR%%/lib/python/lib/python2.6/quopri.pyo -%%DATADIR%%/lib/python/lib/python2.6/random.py -%%DATADIR%%/lib/python/lib/python2.6/random.pyc -%%DATADIR%%/lib/python/lib/python2.6/random.pyo -%%DATADIR%%/lib/python/lib/python2.6/re.py -%%DATADIR%%/lib/python/lib/python2.6/re.pyc -%%DATADIR%%/lib/python/lib/python2.6/re.pyo -%%DATADIR%%/lib/python/lib/python2.6/repr.py -%%DATADIR%%/lib/python/lib/python2.6/repr.pyo -%%DATADIR%%/lib/python/lib/python2.6/rexec.py -%%DATADIR%%/lib/python/lib/python2.6/rexec.pyo -%%DATADIR%%/lib/python/lib/python2.6/rfc822.py -%%DATADIR%%/lib/python/lib/python2.6/rfc822.pyo -%%DATADIR%%/lib/python/lib/python2.6/rlcompleter.py -%%DATADIR%%/lib/python/lib/python2.6/rlcompleter.pyo -%%DATADIR%%/lib/python/lib/python2.6/robotparser.py -%%DATADIR%%/lib/python/lib/python2.6/robotparser.pyo -%%DATADIR%%/lib/python/lib/python2.6/runpy.py -%%DATADIR%%/lib/python/lib/python2.6/runpy.pyo -%%DATADIR%%/lib/python/lib/python2.6/sched.py -%%DATADIR%%/lib/python/lib/python2.6/sched.pyo -%%DATADIR%%/lib/python/lib/python2.6/sets.py -%%DATADIR%%/lib/python/lib/python2.6/sets.pyo -%%DATADIR%%/lib/python/lib/python2.6/sgmllib.py -%%DATADIR%%/lib/python/lib/python2.6/sgmllib.pyo -%%DATADIR%%/lib/python/lib/python2.6/sha.py -%%DATADIR%%/lib/python/lib/python2.6/sha.pyo -%%DATADIR%%/lib/python/lib/python2.6/shelve.py -%%DATADIR%%/lib/python/lib/python2.6/shelve.pyo -%%DATADIR%%/lib/python/lib/python2.6/shlex.py -%%DATADIR%%/lib/python/lib/python2.6/shlex.pyo -%%DATADIR%%/lib/python/lib/python2.6/shutil.py -%%DATADIR%%/lib/python/lib/python2.6/shutil.pyc -%%DATADIR%%/lib/python/lib/python2.6/shutil.pyo -%%DATADIR%%/lib/python/lib/python2.6/site-packages/README -%%DATADIR%%/lib/python/lib/python2.6/site-packages/activestate.py -%%DATADIR%%/lib/python/lib/python2.6/site-packages/activestate.pyo -%%DATADIR%%/lib/python/lib/python2.6/site.py -%%DATADIR%%/lib/python/lib/python2.6/site.pyc -%%DATADIR%%/lib/python/lib/python2.6/site.pyo -%%DATADIR%%/lib/python/lib/python2.6/smtpd.py -%%DATADIR%%/lib/python/lib/python2.6/smtpd.pyo -%%DATADIR%%/lib/python/lib/python2.6/smtplib.py -%%DATADIR%%/lib/python/lib/python2.6/smtplib.pyo -%%DATADIR%%/lib/python/lib/python2.6/sndhdr.py -%%DATADIR%%/lib/python/lib/python2.6/sndhdr.pyo -%%DATADIR%%/lib/python/lib/python2.6/socket.py -%%DATADIR%%/lib/python/lib/python2.6/socket.pyc -%%DATADIR%%/lib/python/lib/python2.6/socket.pyo -%%DATADIR%%/lib/python/lib/python2.6/sqlite3/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/sqlite3/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/sqlite3/dbapi2.py -%%DATADIR%%/lib/python/lib/python2.6/sqlite3/dbapi2.pyo -%%DATADIR%%/lib/python/lib/python2.6/sqlite3/dump.py -%%DATADIR%%/lib/python/lib/python2.6/sqlite3/dump.pyo -%%DATADIR%%/lib/python/lib/python2.6/sre.py -%%DATADIR%%/lib/python/lib/python2.6/sre.pyo -%%DATADIR%%/lib/python/lib/python2.6/sre_compile.py -%%DATADIR%%/lib/python/lib/python2.6/sre_compile.pyc -%%DATADIR%%/lib/python/lib/python2.6/sre_compile.pyo -%%DATADIR%%/lib/python/lib/python2.6/sre_constants.py -%%DATADIR%%/lib/python/lib/python2.6/sre_constants.pyc -%%DATADIR%%/lib/python/lib/python2.6/sre_constants.pyo -%%DATADIR%%/lib/python/lib/python2.6/sre_parse.py -%%DATADIR%%/lib/python/lib/python2.6/sre_parse.pyc -%%DATADIR%%/lib/python/lib/python2.6/sre_parse.pyo -%%DATADIR%%/lib/python/lib/python2.6/ssl.py -%%DATADIR%%/lib/python/lib/python2.6/ssl.pyo -%%DATADIR%%/lib/python/lib/python2.6/stat.py -%%DATADIR%%/lib/python/lib/python2.6/stat.pyc -%%DATADIR%%/lib/python/lib/python2.6/stat.pyo -%%DATADIR%%/lib/python/lib/python2.6/statvfs.py -%%DATADIR%%/lib/python/lib/python2.6/statvfs.pyo -%%DATADIR%%/lib/python/lib/python2.6/string.py -%%DATADIR%%/lib/python/lib/python2.6/string.pyc -%%DATADIR%%/lib/python/lib/python2.6/string.pyo -%%DATADIR%%/lib/python/lib/python2.6/stringold.py -%%DATADIR%%/lib/python/lib/python2.6/stringold.pyo -%%DATADIR%%/lib/python/lib/python2.6/stringprep.py -%%DATADIR%%/lib/python/lib/python2.6/stringprep.pyo -%%DATADIR%%/lib/python/lib/python2.6/struct.py -%%DATADIR%%/lib/python/lib/python2.6/struct.pyc -%%DATADIR%%/lib/python/lib/python2.6/struct.pyo -%%DATADIR%%/lib/python/lib/python2.6/subprocess.py -%%DATADIR%%/lib/python/lib/python2.6/subprocess.pyc -%%DATADIR%%/lib/python/lib/python2.6/subprocess.pyo -%%DATADIR%%/lib/python/lib/python2.6/sunau.py -%%DATADIR%%/lib/python/lib/python2.6/sunau.pyo -%%DATADIR%%/lib/python/lib/python2.6/sunaudio.py -%%DATADIR%%/lib/python/lib/python2.6/sunaudio.pyo -%%DATADIR%%/lib/python/lib/python2.6/symbol.py -%%DATADIR%%/lib/python/lib/python2.6/symbol.pyo -%%DATADIR%%/lib/python/lib/python2.6/symtable.py -%%DATADIR%%/lib/python/lib/python2.6/symtable.pyo -%%DATADIR%%/lib/python/lib/python2.6/tabnanny.py -%%DATADIR%%/lib/python/lib/python2.6/tabnanny.pyo -%%DATADIR%%/lib/python/lib/python2.6/tarfile.py -%%DATADIR%%/lib/python/lib/python2.6/tarfile.pyo -%%DATADIR%%/lib/python/lib/python2.6/telnetlib.py -%%DATADIR%%/lib/python/lib/python2.6/telnetlib.pyo -%%DATADIR%%/lib/python/lib/python2.6/tempfile.py -%%DATADIR%%/lib/python/lib/python2.6/tempfile.pyc -%%DATADIR%%/lib/python/lib/python2.6/tempfile.pyo -%%DATADIR%%/lib/python/lib/python2.6/textwrap.py -%%DATADIR%%/lib/python/lib/python2.6/textwrap.pyo -%%DATADIR%%/lib/python/lib/python2.6/this.py -%%DATADIR%%/lib/python/lib/python2.6/this.pyo -%%DATADIR%%/lib/python/lib/python2.6/threading.py -%%DATADIR%%/lib/python/lib/python2.6/threading.pyc -%%DATADIR%%/lib/python/lib/python2.6/threading.pyo -%%DATADIR%%/lib/python/lib/python2.6/timeit.py -%%DATADIR%%/lib/python/lib/python2.6/timeit.pyo -%%DATADIR%%/lib/python/lib/python2.6/toaiff.py -%%DATADIR%%/lib/python/lib/python2.6/toaiff.pyo -%%DATADIR%%/lib/python/lib/python2.6/token.py -%%DATADIR%%/lib/python/lib/python2.6/token.pyo -%%DATADIR%%/lib/python/lib/python2.6/tokenize.py -%%DATADIR%%/lib/python/lib/python2.6/tokenize.pyo -%%DATADIR%%/lib/python/lib/python2.6/trace.py -%%DATADIR%%/lib/python/lib/python2.6/trace.pyo -%%DATADIR%%/lib/python/lib/python2.6/traceback.py -%%DATADIR%%/lib/python/lib/python2.6/traceback.pyc -%%DATADIR%%/lib/python/lib/python2.6/traceback.pyo -%%DATADIR%%/lib/python/lib/python2.6/tty.py -%%DATADIR%%/lib/python/lib/python2.6/tty.pyo -%%DATADIR%%/lib/python/lib/python2.6/types.py -%%DATADIR%%/lib/python/lib/python2.6/types.pyc -%%DATADIR%%/lib/python/lib/python2.6/types.pyo -%%DATADIR%%/lib/python/lib/python2.6/unittest.py -%%DATADIR%%/lib/python/lib/python2.6/unittest.pyo -%%DATADIR%%/lib/python/lib/python2.6/urllib.py -%%DATADIR%%/lib/python/lib/python2.6/urllib.pyo -%%DATADIR%%/lib/python/lib/python2.6/urllib2.py -%%DATADIR%%/lib/python/lib/python2.6/urllib2.pyo -%%DATADIR%%/lib/python/lib/python2.6/urlparse.py -%%DATADIR%%/lib/python/lib/python2.6/urlparse.pyo -%%DATADIR%%/lib/python/lib/python2.6/user.py -%%DATADIR%%/lib/python/lib/python2.6/user.pyo -%%DATADIR%%/lib/python/lib/python2.6/uu.py -%%DATADIR%%/lib/python/lib/python2.6/uu.pyo -%%DATADIR%%/lib/python/lib/python2.6/uuid.py -%%DATADIR%%/lib/python/lib/python2.6/uuid.pyo -%%DATADIR%%/lib/python/lib/python2.6/warnings.py -%%DATADIR%%/lib/python/lib/python2.6/warnings.pyc -%%DATADIR%%/lib/python/lib/python2.6/warnings.pyo -%%DATADIR%%/lib/python/lib/python2.6/wave.py -%%DATADIR%%/lib/python/lib/python2.6/wave.pyo -%%DATADIR%%/lib/python/lib/python2.6/weakref.py -%%DATADIR%%/lib/python/lib/python2.6/weakref.pyo -%%DATADIR%%/lib/python/lib/python2.6/webbrowser.py -%%DATADIR%%/lib/python/lib/python2.6/webbrowser.pyo -%%DATADIR%%/lib/python/lib/python2.6/whichdb.py -%%DATADIR%%/lib/python/lib/python2.6/whichdb.pyo -%%DATADIR%%/lib/python/lib/python2.6/wsgiref.egg-info -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/handlers.py -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/handlers.pyo -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/headers.py -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/headers.pyo -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/simple_server.py -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/simple_server.pyo -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/util.py -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/util.pyo -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/validate.py -%%DATADIR%%/lib/python/lib/python2.6/wsgiref/validate.pyo -%%DATADIR%%/lib/python/lib/python2.6/xdrlib.py -%%DATADIR%%/lib/python/lib/python2.6/xdrlib.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/xml/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/NodeFilter.py -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/NodeFilter.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/domreg.py -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/domreg.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/expatbuilder.py -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/expatbuilder.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/minicompat.py -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/minicompat.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/minidom.py -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/minidom.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/pulldom.py -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/pulldom.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/xmlbuilder.py -%%DATADIR%%/lib/python/lib/python2.6/xml/dom/xmlbuilder.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/ElementInclude.py -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/ElementInclude.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/ElementPath.py -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/ElementPath.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/ElementTree.py -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/ElementTree.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/cElementTree.py -%%DATADIR%%/lib/python/lib/python2.6/xml/etree/cElementTree.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/parsers/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/xml/parsers/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/parsers/expat.py -%%DATADIR%%/lib/python/lib/python2.6/xml/parsers/expat.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/__init__.py -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/__init__.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/_exceptions.py -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/_exceptions.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/expatreader.py -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/expatreader.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/handler.py -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/handler.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/saxutils.py -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/saxutils.pyo -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/xmlreader.py -%%DATADIR%%/lib/python/lib/python2.6/xml/sax/xmlreader.pyo -%%DATADIR%%/lib/python/lib/python2.6/xmllib.py -%%DATADIR%%/lib/python/lib/python2.6/xmllib.pyo -%%DATADIR%%/lib/python/lib/python2.6/xmlrpclib.py -%%DATADIR%%/lib/python/lib/python2.6/xmlrpclib.pyo -%%DATADIR%%/lib/python/lib/python2.6/zipfile.py -%%DATADIR%%/lib/python/lib/python2.6/zipfile.pyo -%%DATADIR%%/lib/python/share/python2.6/i18n/makelocalealias.py -%%DATADIR%%/lib/python/share/python2.6/i18n/msgfmt.py -%%DATADIR%%/lib/python/share/python2.6/i18n/pygettext.py -%%DATADIR%%/lib/python/share/python2.6/pynche/ChipViewer.py -%%DATADIR%%/lib/python/share/python2.6/pynche/ColorDB.py -%%DATADIR%%/lib/python/share/python2.6/pynche/DetailsViewer.py -%%DATADIR%%/lib/python/share/python2.6/pynche/ListViewer.py -%%DATADIR%%/lib/python/share/python2.6/pynche/Main.py -%%DATADIR%%/lib/python/share/python2.6/pynche/PyncheWidget.py -%%DATADIR%%/lib/python/share/python2.6/pynche/README -%%DATADIR%%/lib/python/share/python2.6/pynche/StripViewer.py -%%DATADIR%%/lib/python/share/python2.6/pynche/Switchboard.py -%%DATADIR%%/lib/python/share/python2.6/pynche/TextViewer.py -%%DATADIR%%/lib/python/share/python2.6/pynche/TypeinViewer.py -%%DATADIR%%/lib/python/share/python2.6/pynche/X/rgb.txt -%%DATADIR%%/lib/python/share/python2.6/pynche/X/xlicense.txt -%%DATADIR%%/lib/python/share/python2.6/pynche/__init__.py -%%DATADIR%%/lib/python/share/python2.6/pynche/html40colors.txt -%%DATADIR%%/lib/python/share/python2.6/pynche/namedcolors.txt -%%DATADIR%%/lib/python/share/python2.6/pynche/pyColorChooser.py -%%DATADIR%%/lib/python/share/python2.6/pynche/pynche -%%DATADIR%%/lib/python/share/python2.6/pynche/pynche.pyw -%%DATADIR%%/lib/python/share/python2.6/pynche/webcolors.txt -%%DATADIR%%/lib/python/share/python2.6/pynche/websafe.txt -%%DATADIR%%/lib/python/share/python2.6/scripts/2to3 -%%DATADIR%%/lib/python/share/python2.6/scripts/README -%%DATADIR%%/lib/python/share/python2.6/scripts/byext.py -%%DATADIR%%/lib/python/share/python2.6/scripts/byteyears.py -%%DATADIR%%/lib/python/share/python2.6/scripts/checkappend.py -%%DATADIR%%/lib/python/share/python2.6/scripts/checkpyc.py -%%DATADIR%%/lib/python/share/python2.6/scripts/classfix.py -%%DATADIR%%/lib/python/share/python2.6/scripts/cleanfuture.py -%%DATADIR%%/lib/python/share/python2.6/scripts/combinerefs.py -%%DATADIR%%/lib/python/share/python2.6/scripts/copytime.py -%%DATADIR%%/lib/python/share/python2.6/scripts/crlf.py -%%DATADIR%%/lib/python/share/python2.6/scripts/cvsfiles.py -%%DATADIR%%/lib/python/share/python2.6/scripts/db2pickle.py -%%DATADIR%%/lib/python/share/python2.6/scripts/diff.py -%%DATADIR%%/lib/python/share/python2.6/scripts/dutree.doc -%%DATADIR%%/lib/python/share/python2.6/scripts/dutree.py -%%DATADIR%%/lib/python/share/python2.6/scripts/eptags.py -%%DATADIR%%/lib/python/share/python2.6/scripts/finddiv.py -%%DATADIR%%/lib/python/share/python2.6/scripts/findlinksto.py -%%DATADIR%%/lib/python/share/python2.6/scripts/findnocoding.py -%%DATADIR%%/lib/python/share/python2.6/scripts/fixcid.py -%%DATADIR%%/lib/python/share/python2.6/scripts/fixdiv.py -%%DATADIR%%/lib/python/share/python2.6/scripts/fixheader.py -%%DATADIR%%/lib/python/share/python2.6/scripts/fixnotice.py -%%DATADIR%%/lib/python/share/python2.6/scripts/fixps.py -%%DATADIR%%/lib/python/share/python2.6/scripts/ftpmirror.py -%%DATADIR%%/lib/python/share/python2.6/scripts/google.py -%%DATADIR%%/lib/python/share/python2.6/scripts/gprof2html.py -%%DATADIR%%/lib/python/share/python2.6/scripts/h2py.py -%%DATADIR%%/lib/python/share/python2.6/scripts/hotshotmain.py -%%DATADIR%%/lib/python/share/python2.6/scripts/idle -%%DATADIR%%/lib/python/share/python2.6/scripts/ifdef.py -%%DATADIR%%/lib/python/share/python2.6/scripts/lfcr.py -%%DATADIR%%/lib/python/share/python2.6/scripts/linktree.py -%%DATADIR%%/lib/python/share/python2.6/scripts/lll.py -%%DATADIR%%/lib/python/share/python2.6/scripts/logmerge.py -%%DATADIR%%/lib/python/share/python2.6/scripts/mailerdaemon.py -%%DATADIR%%/lib/python/share/python2.6/scripts/md5sum.py -%%DATADIR%%/lib/python/share/python2.6/scripts/methfix.py -%%DATADIR%%/lib/python/share/python2.6/scripts/mkreal.py -%%DATADIR%%/lib/python/share/python2.6/scripts/ndiff.py -%%DATADIR%%/lib/python/share/python2.6/scripts/nm2def.py -%%DATADIR%%/lib/python/share/python2.6/scripts/objgraph.py -%%DATADIR%%/lib/python/share/python2.6/scripts/parseentities.py -%%DATADIR%%/lib/python/share/python2.6/scripts/patchcheck.py -%%DATADIR%%/lib/python/share/python2.6/scripts/pathfix.py -%%DATADIR%%/lib/python/share/python2.6/scripts/pdeps.py -%%DATADIR%%/lib/python/share/python2.6/scripts/pickle2db.py -%%DATADIR%%/lib/python/share/python2.6/scripts/pindent.py -%%DATADIR%%/lib/python/share/python2.6/scripts/ptags.py -%%DATADIR%%/lib/python/share/python2.6/scripts/pydoc -%%DATADIR%%/lib/python/share/python2.6/scripts/pydocgui.pyw -%%DATADIR%%/lib/python/share/python2.6/scripts/pysource.py -%%DATADIR%%/lib/python/share/python2.6/scripts/redemo.py -%%DATADIR%%/lib/python/share/python2.6/scripts/reindent-rst.py -%%DATADIR%%/lib/python/share/python2.6/scripts/reindent.py -%%DATADIR%%/lib/python/share/python2.6/scripts/rgrep.py -%%DATADIR%%/lib/python/share/python2.6/scripts/setup.py -%%DATADIR%%/lib/python/share/python2.6/scripts/suff.py -%%DATADIR%%/lib/python/share/python2.6/scripts/svneol.py -%%DATADIR%%/lib/python/share/python2.6/scripts/texcheck.py -%%DATADIR%%/lib/python/share/python2.6/scripts/texi2html.py -%%DATADIR%%/lib/python/share/python2.6/scripts/treesync.py -%%DATADIR%%/lib/python/share/python2.6/scripts/untabify.py -%%DATADIR%%/lib/python/share/python2.6/scripts/which.py -%%DATADIR%%/lib/python/share/python2.6/scripts/win_add2path.py -%%DATADIR%%/lib/python/share/python2.6/scripts/xxci.py -%%DATADIR%%/lib/python/share/python2.6/versioncheck/README -%%DATADIR%%/lib/python/share/python2.6/versioncheck/_checkversion.py -%%DATADIR%%/lib/python/share/python2.6/versioncheck/checkversions.py -%%DATADIR%%/lib/python/share/python2.6/versioncheck/pyversioncheck.py -%%DATADIR%%/lib/python/share/python2.6/webchecker/README -%%DATADIR%%/lib/python/share/python2.6/webchecker/tktools.py -%%DATADIR%%/lib/python/share/python2.6/webchecker/wcgui.py -%%DATADIR%%/lib/python/share/python2.6/webchecker/wcmac.py -%%DATADIR%%/lib/python/share/python2.6/webchecker/webchecker.py -%%DATADIR%%/lib/python/share/python2.6/webchecker/websucker.py -%%DATADIR%%/lib/python/share/python2.6/webchecker/wsgui.py -%%DATADIR%%/lib/sdk/CHANGELOG.txt -%%DATADIR%%/lib/sdk/README.txt -%%DATADIR%%/lib/sdk/bin/codeintel -%%DATADIR%%/lib/sdk/bin/koext -%%DATADIR%%/lib/sdk/bin/komodo-config -%%DATADIR%%/lib/sdk/bin/luddite -%%DATADIR%%/lib/sdk/bin/regxpcom -%%DATADIR%%/lib/sdk/bin/xpidl -%%DATADIR%%/lib/sdk/bin/xpt_dump -%%DATADIR%%/lib/sdk/bin/xpt_link -%%DATADIR%%/lib/sdk/idl/ISciMoz.idl -%%DATADIR%%/lib/sdk/idl/ISciMozController.idl -%%DATADIR%%/lib/sdk/idl/ISciMozEvents.idl -%%DATADIR%%/lib/sdk/idl/asIJSDialogProxy.idl -%%DATADIR%%/lib/sdk/idl/domstubs.idl -%%DATADIR%%/lib/sdk/idl/koIAppInfo.idl -%%DATADIR%%/lib/sdk/idl/koIAsyncOperations.idl -%%DATADIR%%/lib/sdk/idl/koIAutoComplete.idl -%%DATADIR%%/lib/sdk/idl/koICSSParser.idl -%%DATADIR%%/lib/sdk/idl/koICallTips.idl -%%DATADIR%%/lib/sdk/idl/koICodeIntel.idl -%%DATADIR%%/lib/sdk/idl/koIColorPicker.idl -%%DATADIR%%/lib/sdk/idl/koICommandmentService.idl -%%DATADIR%%/lib/sdk/idl/koIContentUtils.idl -%%DATADIR%%/lib/sdk/idl/koIDBGP.idl -%%DATADIR%%/lib/sdk/idl/koIDiffService.idl -%%DATADIR%%/lib/sdk/idl/koIDirs.idl -%%DATADIR%%/lib/sdk/idl/koIDocument.idl -%%DATADIR%%/lib/sdk/idl/koIEncoding.idl -%%DATADIR%%/lib/sdk/idl/koIEncodingServices.idl -%%DATADIR%%/lib/sdk/idl/koIEnvView.idl -%%DATADIR%%/lib/sdk/idl/koIEnviron.idl -%%DATADIR%%/lib/sdk/idl/koIFeatureStatusService.idl -%%DATADIR%%/lib/sdk/idl/koIFile.idl -%%DATADIR%%/lib/sdk/idl/koIFileEx.idl -%%DATADIR%%/lib/sdk/idl/koIFileLoggingService.idl -%%DATADIR%%/lib/sdk/idl/koIFileNotificationService.idl -%%DATADIR%%/lib/sdk/idl/koIFileService.idl -%%DATADIR%%/lib/sdk/idl/koIFileStatusService.idl -%%DATADIR%%/lib/sdk/idl/koIFinalizeService.idl -%%DATADIR%%/lib/sdk/idl/koIFindBrowseForDirs.idl -%%DATADIR%%/lib/sdk/idl/koIFindContext.idl -%%DATADIR%%/lib/sdk/idl/koIFindResultsView.idl -%%DATADIR%%/lib/sdk/idl/koIFindSession.idl -%%DATADIR%%/lib/sdk/idl/koIFinder.idl -%%DATADIR%%/lib/sdk/idl/koIFormatters.idl -%%DATADIR%%/lib/sdk/idl/koIHierarchyItem.idl -%%DATADIR%%/lib/sdk/idl/koIHistory.idl -%%DATADIR%%/lib/sdk/idl/koIHttpInspector.idl -%%DATADIR%%/lib/sdk/idl/koIInfoService.idl -%%DATADIR%%/lib/sdk/idl/koIInitService.idl -%%DATADIR%%/lib/sdk/idl/koIInvocation.idl -%%DATADIR%%/lib/sdk/idl/koIKPFTreeView.idl -%%DATADIR%%/lib/sdk/idl/koIKeybindingSchemeService.idl -%%DATADIR%%/lib/sdk/idl/koILanguage.idl -%%DATADIR%%/lib/sdk/idl/koILastErrorService.idl -%%DATADIR%%/lib/sdk/idl/koILicense.idl -%%DATADIR%%/lib/sdk/idl/koILinter.idl -%%DATADIR%%/lib/sdk/idl/koILoggingService.idl -%%DATADIR%%/lib/sdk/idl/koIMacroService.idl -%%DATADIR%%/lib/sdk/idl/koIObserverService.idl -%%DATADIR%%/lib/sdk/idl/koIOrderedPreference.idl -%%DATADIR%%/lib/sdk/idl/koIOs.idl -%%DATADIR%%/lib/sdk/idl/koIPHPConfigurator.idl -%%DATADIR%%/lib/sdk/idl/koIPrefs.idl -%%DATADIR%%/lib/sdk/idl/koIProgress.idl -%%DATADIR%%/lib/sdk/idl/koIProject.idl -%%DATADIR%%/lib/sdk/idl/koIPythonProfiler.idl -%%DATADIR%%/lib/sdk/idl/koIPythonStdLib.idl -%%DATADIR%%/lib/sdk/idl/koIRemoteConnection.idl -%%DATADIR%%/lib/sdk/idl/koIRemoteConnectionService.idl -%%DATADIR%%/lib/sdk/idl/koIRemoteFileInfo.idl -%%DATADIR%%/lib/sdk/idl/koIRunService.idl -%%DATADIR%%/lib/sdk/idl/koIRxx.idl -%%DATADIR%%/lib/sdk/idl/koISCC.idl -%%DATADIR%%/lib/sdk/idl/koISciUtils.idl -%%DATADIR%%/lib/sdk/idl/koIScintillaSchemeService.idl -%%DATADIR%%/lib/sdk/idl/koISleuth.idl -%%DATADIR%%/lib/sdk/idl/koIStatusMessage.idl -%%DATADIR%%/lib/sdk/idl/koISysUtils.idl -%%DATADIR%%/lib/sdk/idl/koISystemDataService.idl -%%DATADIR%%/lib/sdk/idl/koITemplateService.idl -%%DATADIR%%/lib/sdk/idl/koITest.idl -%%DATADIR%%/lib/sdk/idl/koITextUtils.idl -%%DATADIR%%/lib/sdk/idl/koITextboxAutoComplete.idl -%%DATADIR%%/lib/sdk/idl/koIToolbox2Components.idl -%%DATADIR%%/lib/sdk/idl/koIToolbox2HTreeView.idl -%%DATADIR%%/lib/sdk/idl/koITutorialService.idl -%%DATADIR%%/lib/sdk/idl/koIUrlUtils.idl -%%DATADIR%%/lib/sdk/idl/koIUrllib.idl -%%DATADIR%%/lib/sdk/idl/koIViCommandDetail.idl -%%DATADIR%%/lib/sdk/idl/koIViewController.idl -%%DATADIR%%/lib/sdk/idl/koIViewService.idl -%%DATADIR%%/lib/sdk/idl/koIViews.idl -%%DATADIR%%/lib/sdk/idl/koIWebbrowser.idl -%%DATADIR%%/lib/sdk/idl/koIXMLCatalogService.idl -%%DATADIR%%/lib/sdk/idl/mozIJSSubScriptLoader.idl -%%DATADIR%%/lib/sdk/idl/nsIASN1Object.idl -%%DATADIR%%/lib/sdk/idl/nsIASN1Sequence.idl -%%DATADIR%%/lib/sdk/idl/nsIArray.idl -%%DATADIR%%/lib/sdk/idl/nsIAutoCompleteController.idl -%%DATADIR%%/lib/sdk/idl/nsIAutoCompleteInput.idl -%%DATADIR%%/lib/sdk/idl/nsIAutoCompletePopup.idl -%%DATADIR%%/lib/sdk/idl/nsIAutoCompleteResult.idl -%%DATADIR%%/lib/sdk/idl/nsIAutoCompleteResultTypes.idl -%%DATADIR%%/lib/sdk/idl/nsIAutoCompleteSearch.idl -%%DATADIR%%/lib/sdk/idl/nsIAutoCompleteSimpleResult.idl -%%DATADIR%%/lib/sdk/idl/nsICRLInfo.idl -%%DATADIR%%/lib/sdk/idl/nsICategoryManager.idl -%%DATADIR%%/lib/sdk/idl/nsICertificateDialogs.idl -%%DATADIR%%/lib/sdk/idl/nsIChannel.idl -%%DATADIR%%/lib/sdk/idl/nsIClassInfo.idl -%%DATADIR%%/lib/sdk/idl/nsIClipboardCommands.idl -%%DATADIR%%/lib/sdk/idl/nsICollection.idl -%%DATADIR%%/lib/sdk/idl/nsIComponentManager.idl -%%DATADIR%%/lib/sdk/idl/nsIComponentRegistrar.idl -%%DATADIR%%/lib/sdk/idl/nsIContextMenuListener.idl -%%DATADIR%%/lib/sdk/idl/nsICookie.idl -%%DATADIR%%/lib/sdk/idl/nsICookieManager.idl -%%DATADIR%%/lib/sdk/idl/nsIDOM3DocumentEvent.idl -%%DATADIR%%/lib/sdk/idl/nsIDOM3EventTarget.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMAbstractView.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMAttr.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMBarProp.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCDATASection.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCSSPrimitiveValue.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCSSRule.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCSSRuleList.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCSSStyleDeclaration.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCSSStyleSheet.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCSSValue.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCSSValueList.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMCharacterData.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMComment.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDOMException.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDOMImplementation.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDocument.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDocumentEvent.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDocumentFragment.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDocumentRange.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDocumentStyle.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDocumentType.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMDocumentView.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMElementCSSInlineStyle.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMEntity.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMEntityReference.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMEvent.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMEventGroup.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMEventListener.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMEventTarget.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLAnchorElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLAppletElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLAreaElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLAudioElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLBRElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLBaseElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLBaseFontElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLBodyElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLButtonElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLByteRanges.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLCollection.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLDListElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLDirectoryElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLDivElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLDocument.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLEmbedElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLFieldSetElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLFontElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLFormElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLFrameElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLFrameSetElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLHRElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLHeadElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLHeadingElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLHtmlElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLIFrameElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLImageElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLInputElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLIsIndexElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLLIElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLLabelElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLLegendElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLLinkElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLMapElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLMediaElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLMediaError.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLMenuElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLMetaElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLModElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLOListElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLObjectElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLOptGroupElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLOptionElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLOptionsCollection.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLParagraphElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLParamElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLPreElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLQuoteElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLScriptElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLSelectElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLSourceElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLStyleElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTableCaptionElem.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTableCellElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTableColElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTableElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTableRowElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTableSectionElem.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTextAreaElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTimeRanges.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLTitleElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLUListElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLVideoElement.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMHTMLVoidCallback.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMMediaList.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMMouseEvent.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMMouseScrollEvent.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMNamedNodeMap.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMNode.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMNodeList.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMNotation.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMProcessingInstruction.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMProgressEvent.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMRange.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMStorage.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMStorageEvent.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMStorageItem.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMStorageList.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMStorageWindow.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMStorageWindow_1_9_1.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMStyleSheet.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMStyleSheetList.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMText.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMUIEvent.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMWindow.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMWindow2.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMWindowCollection.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMWindowInternal.idl -%%DATADIR%%/lib/sdk/idl/nsIDOMWindowUtils.idl -%%DATADIR%%/lib/sdk/idl/nsIDebug.idl -%%DATADIR%%/lib/sdk/idl/nsIDirectoryService.idl -%%DATADIR%%/lib/sdk/idl/nsIEmbeddingSiteWindow.idl -%%DATADIR%%/lib/sdk/idl/nsIEnumerator.idl -%%DATADIR%%/lib/sdk/idl/nsIFactory.idl -%%DATADIR%%/lib/sdk/idl/nsIFile.idl -%%DATADIR%%/lib/sdk/idl/nsIFileURL.idl -%%DATADIR%%/lib/sdk/idl/nsIGlobalHistory.idl -%%DATADIR%%/lib/sdk/idl/nsIHashable.idl -%%DATADIR%%/lib/sdk/idl/nsIHistoryEntry.idl -%%DATADIR%%/lib/sdk/idl/nsIHttpChannel.idl -%%DATADIR%%/lib/sdk/idl/nsIHttpHeaderVisitor.idl -%%DATADIR%%/lib/sdk/idl/nsIIOService.idl -%%DATADIR%%/lib/sdk/idl/nsIInputStream.idl -%%DATADIR%%/lib/sdk/idl/nsIInterfaceRequestor.idl -%%DATADIR%%/lib/sdk/idl/nsIJSON.idl -%%DATADIR%%/lib/sdk/idl/nsILoadGroup.idl -%%DATADIR%%/lib/sdk/idl/nsILocalFile.idl -%%DATADIR%%/lib/sdk/idl/nsIMemory.idl -%%DATADIR%%/lib/sdk/idl/nsIModule.idl -%%DATADIR%%/lib/sdk/idl/nsIMutableArray.idl -%%DATADIR%%/lib/sdk/idl/nsIObserver.idl -%%DATADIR%%/lib/sdk/idl/nsIObserverService.idl -%%DATADIR%%/lib/sdk/idl/nsIOutputStream.idl -%%DATADIR%%/lib/sdk/idl/nsIPrefBranch.idl -%%DATADIR%%/lib/sdk/idl/nsIPrefBranch2.idl -%%DATADIR%%/lib/sdk/idl/nsIPrefLocalizedString.idl -%%DATADIR%%/lib/sdk/idl/nsIPrefService.idl -%%DATADIR%%/lib/sdk/idl/nsIProfile.idl -%%DATADIR%%/lib/sdk/idl/nsIProfileChangeStatus.idl -%%DATADIR%%/lib/sdk/idl/nsIProgrammingLanguage.idl -%%DATADIR%%/lib/sdk/idl/nsIPromptService.idl -%%DATADIR%%/lib/sdk/idl/nsIProperties.idl -%%DATADIR%%/lib/sdk/idl/nsIProtocolHandler.idl -%%DATADIR%%/lib/sdk/idl/nsIRequest.idl -%%DATADIR%%/lib/sdk/idl/nsIRequestObserver.idl -%%DATADIR%%/lib/sdk/idl/nsISHistory.idl -%%DATADIR%%/lib/sdk/idl/nsISHistoryListener.idl -%%DATADIR%%/lib/sdk/idl/nsIScriptableInputStream.idl -%%DATADIR%%/lib/sdk/idl/nsISecurityWarningDialogs.idl -%%DATADIR%%/lib/sdk/idl/nsISelection.idl -%%DATADIR%%/lib/sdk/idl/nsISerializable.idl -%%DATADIR%%/lib/sdk/idl/nsIServiceManager.idl -%%DATADIR%%/lib/sdk/idl/nsISimpleEnumerator.idl -%%DATADIR%%/lib/sdk/idl/nsIStreamListener.idl -%%DATADIR%%/lib/sdk/idl/nsISupports.idl -%%DATADIR%%/lib/sdk/idl/nsISupportsArray.idl -%%DATADIR%%/lib/sdk/idl/nsISupportsPrimitives.idl -%%DATADIR%%/lib/sdk/idl/nsITooltipListener.idl -%%DATADIR%%/lib/sdk/idl/nsITooltipTextProvider.idl -%%DATADIR%%/lib/sdk/idl/nsITraceRefcnt.idl -%%DATADIR%%/lib/sdk/idl/nsITraceableChannel.idl -%%DATADIR%%/lib/sdk/idl/nsITreeBoxObject.idl -%%DATADIR%%/lib/sdk/idl/nsITreeView.idl -%%DATADIR%%/lib/sdk/idl/nsIURI.idl -%%DATADIR%%/lib/sdk/idl/nsIURIContentListener.idl -%%DATADIR%%/lib/sdk/idl/nsIURL.idl -%%DATADIR%%/lib/sdk/idl/nsIUnicharStreamListener.idl -%%DATADIR%%/lib/sdk/idl/nsIUploadChannel.idl -%%DATADIR%%/lib/sdk/idl/nsIVariant.idl -%%DATADIR%%/lib/sdk/idl/nsIWeakReference.idl -%%DATADIR%%/lib/sdk/idl/nsIWebBrowser.idl -%%DATADIR%%/lib/sdk/idl/nsIWebBrowserChrome.idl -%%DATADIR%%/lib/sdk/idl/nsIWebBrowserChromeFocus.idl -%%DATADIR%%/lib/sdk/idl/nsIWebBrowserFind.idl -%%DATADIR%%/lib/sdk/idl/nsIWebBrowserFocus.idl -%%DATADIR%%/lib/sdk/idl/nsIWebBrowserPrint.idl -%%DATADIR%%/lib/sdk/idl/nsIWebBrowserSetup.idl -%%DATADIR%%/lib/sdk/idl/nsIWebBrowserStream.idl -%%DATADIR%%/lib/sdk/idl/nsIWebProgress.idl -%%DATADIR%%/lib/sdk/idl/nsIWebProgressListener.idl -%%DATADIR%%/lib/sdk/idl/nsIWindowCreator.idl -%%DATADIR%%/lib/sdk/idl/nsIWindowWatcher.idl -%%DATADIR%%/lib/sdk/idl/nsIX509Cert.idl -%%DATADIR%%/lib/sdk/idl/nsIX509CertDB.idl -%%DATADIR%%/lib/sdk/idl/nsIX509CertValidity.idl -%%DATADIR%%/lib/sdk/idl/nsrootidl.idl -%%DATADIR%%/lib/sdk/idl/pyIXPCOMExtensionHelper.idl -%%DATADIR%%/lib/sdk/pylib/cmdln.py -%%DATADIR%%/lib/sdk/pylib/koextlib.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/__init__.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/cmdln.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/commands.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/common.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/constants.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/debug.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/gen.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/install.rdf.in -%%DATADIR%%/lib/sdk/pylib/ludditelib/lex.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/lexer.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/parser.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/uuid.py -%%DATADIR%%/lib/sdk/pylib/ludditelib/yacc.py -%%DATADIR%%/lib/sdk/pylib/preprocess.py -%%DATADIR%%/lib/sdk/share/cile_LANG.py -%%DATADIR%%/lib/sdk/share/cix-2.0.rng -%%DATADIR%%/lib/sdk/share/lang_LANG.py -%%DATADIR%%/lib/sdk/udl/actionscript-mainlex.udl -%%DATADIR%%/lib/sdk/udl/actionscript_lex.udl -%%DATADIR%%/lib/sdk/udl/css2html.udl -%%DATADIR%%/lib/sdk/udl/css2php.udl -%%DATADIR%%/lib/sdk/udl/csslex.udl -%%DATADIR%%/lib/sdk/udl/django-mainlex.udl -%%DATADIR%%/lib/sdk/udl/django2html.udl -%%DATADIR%%/lib/sdk/udl/djangolex.udl -%%DATADIR%%/lib/sdk/udl/ecmascript_262.udl -%%DATADIR%%/lib/sdk/udl/haml-mainlex.udl -%%DATADIR%%/lib/sdk/udl/haml/haml2ruby.udl -%%DATADIR%%/lib/sdk/udl/haml/hamllex.udl -%%DATADIR%%/lib/sdk/udl/haml/ruby2haml.udl -%%DATADIR%%/lib/sdk/udl/html-mainlex.udl -%%DATADIR%%/lib/sdk/udl/html.udl -%%DATADIR%%/lib/sdk/udl/html2css.udl -%%DATADIR%%/lib/sdk/udl/html2django.udl -%%DATADIR%%/lib/sdk/udl/html2js.udl -%%DATADIR%%/lib/sdk/udl/html2mason.udl -%%DATADIR%%/lib/sdk/udl/html2php.udl -%%DATADIR%%/lib/sdk/udl/html2ruby.udl -%%DATADIR%%/lib/sdk/udl/html2smarty.udl -%%DATADIR%%/lib/sdk/udl/html2ttk.udl -%%DATADIR%%/lib/sdk/udl/js-mainlex.udl -%%DATADIR%%/lib/sdk/udl/js2html.udl -%%DATADIR%%/lib/sdk/udl/js2php.udl -%%DATADIR%%/lib/sdk/udl/js2xbl.udl -%%DATADIR%%/lib/sdk/udl/jslex.udl -%%DATADIR%%/lib/sdk/udl/kid-mainlex.udl -%%DATADIR%%/lib/sdk/udl/kid/css2python.udl -%%DATADIR%%/lib/sdk/udl/kid/html2python.udl -%%DATADIR%%/lib/sdk/udl/kid/js2python.udl -%%DATADIR%%/lib/sdk/udl/kid/python2html.udl -%%DATADIR%%/lib/sdk/udl/luddite-mainlex.udl -%%DATADIR%%/lib/sdk/udl/markup-base.udl -%%DATADIR%%/lib/sdk/udl/mason-mainlex.udl -%%DATADIR%%/lib/sdk/udl/mason2html.udl -%%DATADIR%%/lib/sdk/udl/masonlex.udl -%%DATADIR%%/lib/sdk/udl/mxml-mainlex.udl -%%DATADIR%%/lib/sdk/udl/mxml/as2mxml.udl -%%DATADIR%%/lib/sdk/udl/mxml/mxml2as.udl -%%DATADIR%%/lib/sdk/udl/perl-mainlex.udl -%%DATADIR%%/lib/sdk/udl/perllex.udl -%%DATADIR%%/lib/sdk/udl/php-mainlex.udl -%%DATADIR%%/lib/sdk/udl/php-smarty-mainlex.udl -%%DATADIR%%/lib/sdk/udl/php2html.udl -%%DATADIR%%/lib/sdk/udl/phplex.udl -%%DATADIR%%/lib/sdk/udl/pythonlex.udl -%%DATADIR%%/lib/sdk/udl/restructuredtext-mainlex.udl -%%DATADIR%%/lib/sdk/udl/rhtml-mainlex.udl -%%DATADIR%%/lib/sdk/udl/ruby2html.udl -%%DATADIR%%/lib/sdk/udl/rubylex.udl -%%DATADIR%%/lib/sdk/udl/smarty2html.udl -%%DATADIR%%/lib/sdk/udl/smartylex.udl -%%DATADIR%%/lib/sdk/udl/template-toolkit-mainlex.udl -%%DATADIR%%/lib/sdk/udl/tpl_number.udl -%%DATADIR%%/lib/sdk/udl/tracwiki-mainlex.udl -%%DATADIR%%/lib/sdk/udl/tracwiki/html2tracwiki.udl -%%DATADIR%%/lib/sdk/udl/tracwiki/python2tracwiki.udl -%%DATADIR%%/lib/sdk/udl/tracwiki/tracwikilex.udl -%%DATADIR%%/lib/sdk/udl/ttk2html.udl -%%DATADIR%%/lib/sdk/udl/ttklex.udl -%%DATADIR%%/lib/sdk/udl/xbl-mainlex.udl -%%DATADIR%%/lib/sdk/udl/xbl2js.udl -%%DATADIR%%/lib/sdk/udl/xml-mainlex.udl -%%DATADIR%%/lib/sdk/udl/xml.udl -%%DATADIR%%/lib/sdk/udl/xml_common2js.udl -%%DATADIR%%/lib/sdk/udl/xslt-mainlex.udl -%%DATADIR%%/lib/sdk/udl/xul-mainlex.udl -%%DATADIR%%/lib/support/catalogs/catalog.xml -%%DATADIR%%/lib/support/catalogs/docbook44/calstblx.dtd -%%DATADIR%%/lib/support/catalogs/docbook44/catalog.xml -%%DATADIR%%/lib/support/catalogs/docbook44/dbcentx.mod -%%DATADIR%%/lib/support/catalogs/docbook44/dbgenent.mod -%%DATADIR%%/lib/support/catalogs/docbook44/dbhierx.mod -%%DATADIR%%/lib/support/catalogs/docbook44/dbnotnx.mod -%%DATADIR%%/lib/support/catalogs/docbook44/dbpoolx.mod -%%DATADIR%%/lib/support/catalogs/docbook44/docbook.cat -%%DATADIR%%/lib/support/catalogs/docbook44/docbookx.dtd -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isoamsa.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isoamsb.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isoamsc.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isoamsn.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isoamso.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isoamsr.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isobox.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isocyr1.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isocyr2.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isodia.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isogrk1.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isogrk2.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isogrk3.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isogrk4.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isolat1.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isolat2.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isonum.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isopub.ent -%%DATADIR%%/lib/support/catalogs/docbook44/ent/isotech.ent -%%DATADIR%%/lib/support/catalogs/docbook44/htmltblx.mod -%%DATADIR%%/lib/support/catalogs/docbook44/soextblx.dtd -%%DATADIR%%/lib/support/catalogs/html5/catalog.xml -%%DATADIR%%/lib/support/catalogs/html5/html5-lat1.ent -%%DATADIR%%/lib/support/catalogs/html5/html5-special.ent -%%DATADIR%%/lib/support/catalogs/html5/html5-symbol.ent -%%DATADIR%%/lib/support/catalogs/html5/html5.dtd -%%DATADIR%%/lib/support/catalogs/mozilla/catalog.xml -%%DATADIR%%/lib/support/catalogs/mozilla/moz.soc -%%DATADIR%%/lib/support/catalogs/mozilla/xbl.dtd -%%DATADIR%%/lib/support/catalogs/mozilla/xul.dtd -%%DATADIR%%/lib/support/catalogs/oasis/catalog.xml -%%DATADIR%%/lib/support/catalogs/oasis/xmlcatalog.dtd -%%DATADIR%%/lib/support/catalogs/rng/atom.rng -%%DATADIR%%/lib/support/catalogs/rng/atom3.rng -%%DATADIR%%/lib/support/catalogs/rng/dc.rng -%%DATADIR%%/lib/support/catalogs/rng/rdfxml.rng -%%DATADIR%%/lib/support/catalogs/rng/relaxCore.rng -%%DATADIR%%/lib/support/catalogs/rng/relaxCoreDatatypes.rng -%%DATADIR%%/lib/support/catalogs/rng/relaxng.rng -%%DATADIR%%/lib/support/catalogs/rng/xmlcatalog.rng -%%DATADIR%%/lib/support/catalogs/rng/xmlschema.rng -%%DATADIR%%/lib/support/catalogs/rng/xslt.rng -%%DATADIR%%/lib/support/catalogs/sgml-lib/IETF/HTML-2_0-Level_1.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/IETF/HTML-2_0-Strict-Level_1.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/IETF/HTML-2_0-Strict.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/IETF/HTML-2_0.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/IETF/ISOlat1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/ISO-HTML/15445.dcl -%%DATADIR%%/lib/support/catalogs/sgml-lib/ISO-HTML/15445.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/html/lat1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/html/special.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/html/symbol.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isoamsa.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isoamsb.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isoamsc.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isoamsn.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isoamso.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isoamsr.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isobox.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isocyr1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isocyr2.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isodia.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isogrk1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isogrk2.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isogrk3.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isogrk4.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isolat1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isolat2.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isonum.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isopub.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879/isotech.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isoamsa.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isoamsb.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isoamsc.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isoamsn.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isoamso.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isoamsr.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isogrk3.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isogrk4.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isomfrk.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isomopf.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isomscr.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13/isotech.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/mathml/mmlalias.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/mathml/mmlextra.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/mathml2-qname-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/mathml2.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/xhtml-math11-f.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG-20010904/svg10.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-animation.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-animevents-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-basic-clip.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-basic-filter.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-basic-font.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-basic-graphics-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-basic-paint-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-basic-structure.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-basic-text.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-clip.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-conditional.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-container-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-core-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-cursor.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-datatypes.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-docevents-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-extensibility.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-extresources-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-filter.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-font.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-framework.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-gradient.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-graphevents-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-graphics-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-hyperlink.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-image.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-marker.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-mask.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-opacity-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-paint-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-pattern.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-profile.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-qname.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-script.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-shape.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-structure.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-style.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-text.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-view.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-viewport-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg-xlink-attrib.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-attribs.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-basic-attribs.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-basic-flat.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-basic-model.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-basic.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-flat.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-model.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-tiny-attribs.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-tiny-flat.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-tiny-model.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11-tiny.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114/svg11.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html32-19970114/HTML32.cat -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html32-19970114/HTML32.dcl -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html32-19970114/HTML32.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html32-19970114/ISOlat1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424/HTML4.cat -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424/HTML4.decl -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424/HTMLlat1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424/HTMLspecial.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424/HTMLsymbol.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424/frameset.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424/loose.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424/strict.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224/HTML4.cat -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224/HTML4.decl -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224/HTMLlat1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224/HTMLspecial.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224/HTMLsymbol.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224/frameset.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224/loose.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224/strict.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil-19980615/smil10.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-anim.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-control.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-layout.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-link.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-media.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-metainformation.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-struct.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-timing.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL-transition.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL20.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/SMIL20Basic.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/smil-attribs-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/smil-datatypes-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/smil-framework-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/smil-model-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107/smil-qname-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-arch-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-attribs-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-base-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-basic-form-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-basic-table-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-basic10-f.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-basic10-model-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-basic10.cat -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-basic10.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-blkphras-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-blkstruct-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-charent-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-datatypes-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-framework-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-hypertext-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-image-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-inlphras-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-inlstruct-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-lat1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-link-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-list-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-meta-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-notations-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-object-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-param-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-qname-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-special.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-struct-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-symbol.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219/xhtml-text-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml1-20020801/xhtml-lat1.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml1-20020801/xhtml-special.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml1-20020801/xhtml-symbol.ent -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml1-20020801/xhtml1-frameset.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml1-20020801/xhtml1-strict.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml1-20020801/xhtml1-transitional.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml11-20010531/xhtml11-flat.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml11-20010531/xhtml11-model-1.mod -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml11-20010531/xhtml11.cat -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml11-20010531/xhtml11.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml11-20010531/xml1.dcl -%%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml11-20010531/xml1n.dcl -%%DATADIR%%/lib/support/catalogs/sgml-lib/sgml.dcl -%%DATADIR%%/lib/support/catalogs/sgml-lib/sgml.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/sgml.soc -%%DATADIR%%/lib/support/catalogs/sgml-lib/spec.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/xhtml-math-svg-flat-20020809.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/xml.dcl -%%DATADIR%%/lib/support/catalogs/sgml-lib/xml.dtd -%%DATADIR%%/lib/support/catalogs/sgml-lib/xml.soc -%%DATADIR%%/lib/support/catalogs/w3c/catalog.xml -%%DATADIR%%/lib/support/catalogs/w3c/vxml.dtd -%%DATADIR%%/lib/support/catalogs/wapforum/catalog.xml -%%DATADIR%%/lib/support/catalogs/wapforum/wml.xml -%%DATADIR%%/lib/support/catalogs/wapforum/wml12.dtd -%%DATADIR%%/lib/support/catalogs/wapforum/wml13.dtd -%%DATADIR%%/lib/support/catalogs/wapforum/wml_1.1.xml -%%DATADIR%%/lib/support/dbgp/bin/py3_dbgp -%%DATADIR%%/lib/support/dbgp/bin/py3_dbgp.py -%%DATADIR%%/lib/support/dbgp/bin/pydbgp -%%DATADIR%%/lib/support/dbgp/bin/pydbgpproxy -%%DATADIR%%/lib/support/dbgp/perllib/DB/CGI/Util.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/Data/Dump.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/DbgrCommon.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/DbgrProperties.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/DbgrURI.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/AtomicFile.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/InnerFile.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/Lines.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/Scalar.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/Scalar.pm.html -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/ScalarArray.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/Stringy.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/Wrap.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/IO/WrapTie.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/MIME/Base64.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/OSType.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/RedirectStdOutput.pm -%%DATADIR%%/lib/support/dbgp/perllib/DB/Text/Balanced.pm -%%DATADIR%%/lib/support/dbgp/perllib/Syntax/Highlight/Perl/Improved.pm -%%DATADIR%%/lib/support/dbgp/perllib/perl5db.pl -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp-1.0-py3.1.egg-info -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp-1.0-py3.2.egg-info -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/__init__.py -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/_client31.so -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/_client32.cpython-32m.so -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/_pyclient.py -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/client.py -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/common.py -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/listcmd.py -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/server.py -%%DATADIR%%/lib/support/dbgp/python3lib/dbgp/serverBase.py -%%DATADIR%%/lib/support/dbgp/python3lib/dbgpClient.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp-1.0-py2.5.egg-info -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp-1.0-py2.6.egg-info -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp-1.0-py2.7.egg-info -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/__init__.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_client24.so -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_client25.so -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_client26.so -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_client27.so -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_logging/__init__.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_logging/config.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_logging/handlers.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_pyclient.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/client.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/common.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/listcmd.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/server.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/serverBase.py -%%DATADIR%%/lib/support/dbgp/pythonlib/dbgpClient.py -%%DATADIR%%/lib/support/dbgp/rubylib/1.8.6/x86/ruby_debug.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.8.6/x86/trace_nums.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.8.6/x86_64/ruby_debug.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.8.6/x86_64/trace_nums.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.8.7/x86/ruby_debug.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.8.7/x86/trace_nums.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.8.7/x86_64/ruby_debug.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.8.7/x86_64/trace_nums.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.8/columnize.rb -%%DATADIR%%/lib/support/dbgp/rubylib/1.8/linecache.rb -%%DATADIR%%/lib/support/dbgp/rubylib/1.8/ruby-debug-base.rb -%%DATADIR%%/lib/support/dbgp/rubylib/1.8/tracelines.rb -%%DATADIR%%/lib/support/dbgp/rubylib/1.9.1/x86/ruby_debug.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.9.1/x86/trace_nums19.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.9.1/x86_64/ruby_debug.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.9.1/x86_64/trace_nums19.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.9.2/x86/ruby_debug.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.9.2/x86/trace_nums19.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.9.2/x86_64/ruby_debug.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.9.2/x86_64/trace_nums19.so -%%DATADIR%%/lib/support/dbgp/rubylib/1.9/linecache19.rb -%%DATADIR%%/lib/support/dbgp/rubylib/1.9/ruby-debug-base.rb -%%DATADIR%%/lib/support/dbgp/rubylib/1.9/tracelines19.rb -%%DATADIR%%/lib/support/dbgp/rubylib/license.txt -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/DB/breakpoint_table.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/DB/constants.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/DB/properties.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/DB/redirect.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/DB/settings.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/command.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/breakpoints.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/context.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/control.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/features.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/interact.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/source.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/status.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/stdio.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/stepping.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands/typemap.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/helper.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/interface.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/loader.rb -%%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/processor.rb -%%DATADIR%%/lib/support/default-project-templates/Common/Ruby on Rails.kpz -%%DATADIR%%/lib/support/default-project-templates/Komodo/Komodo Extension.kpz -%%DATADIR%%/lib/support/default-project-templates/Mozilla/Firefox Extension.kpz -%%DATADIR%%/lib/support/default-templates/All Languages/Ada.ada -%%DATADIR%%/lib/support/default-templates/All Languages/Baan.bc -%%DATADIR%%/lib/support/default-templates/All Languages/Bash (usage).sh -%%DATADIR%%/lib/support/default-templates/All Languages/Bash.sh -%%DATADIR%%/lib/support/default-templates/All Languages/Batch.bat -%%DATADIR%%/lib/support/default-templates/All Languages/Bullant.ant -%%DATADIR%%/lib/support/default-templates/All Languages/C++.cpp -%%DATADIR%%/lib/support/default-templates/All Languages/C.c -%%DATADIR%%/lib/support/default-templates/All Languages/CSS.css -%%DATADIR%%/lib/support/default-templates/All Languages/Eiffel.e -%%DATADIR%%/lib/support/default-templates/All Languages/IDL (COM).idl -%%DATADIR%%/lib/support/default-templates/All Languages/IDL.idl -%%DATADIR%%/lib/support/default-templates/All Languages/Java.java -%%DATADIR%%/lib/support/default-templates/All Languages/JavaScript.js -%%DATADIR%%/lib/support/default-templates/All Languages/LaTeX.tex -%%DATADIR%%/lib/support/default-templates/All Languages/Lisp.lis -%%DATADIR%%/lib/support/default-templates/All Languages/Lua.lua -%%DATADIR%%/lib/support/default-templates/All Languages/Makefile.mak -%%DATADIR%%/lib/support/default-templates/All Languages/Matlab.m -%%DATADIR%%/lib/support/default-templates/All Languages/Pascal.pas -%%DATADIR%%/lib/support/default-templates/All Languages/Perl.pl -%%DATADIR%%/lib/support/default-templates/All Languages/Python.py -%%DATADIR%%/lib/support/default-templates/All Languages/RJS.rjs -%%DATADIR%%/lib/support/default-templates/All Languages/RXML.rxml -%%DATADIR%%/lib/support/default-templates/All Languages/Ruby.rb -%%DATADIR%%/lib/support/default-templates/All Languages/SQL.sql -%%DATADIR%%/lib/support/default-templates/All Languages/Tcl (wish).tcl -%%DATADIR%%/lib/support/default-templates/All Languages/Tcl.tcl -%%DATADIR%%/lib/support/default-templates/All Languages/Text.txt -%%DATADIR%%/lib/support/default-templates/All Languages/VisualBasic.vb -%%DATADIR%%/lib/support/default-templates/All Languages/YAML.yaml -%%DATADIR%%/lib/support/default-templates/All Languages/nnCrontab.tab -%%DATADIR%%/lib/support/default-templates/Common/C++.cpp -%%DATADIR%%/lib/support/default-templates/Common/C.c -%%DATADIR%%/lib/support/default-templates/Common/Java.java -%%DATADIR%%/lib/support/default-templates/Common/JavaScript.js -%%DATADIR%%/lib/support/default-templates/Common/Perl Module (OO).pm -%%DATADIR%%/lib/support/default-templates/Common/Perl Module.pm -%%DATADIR%%/lib/support/default-templates/Common/Perl.pl -%%DATADIR%%/lib/support/default-templates/Common/Python.py -%%DATADIR%%/lib/support/default-templates/Common/Ruby.rb -%%DATADIR%%/lib/support/default-templates/Common/Tcl.tcl -%%DATADIR%%/lib/support/default-templates/Common/Text.txt -%%DATADIR%%/lib/support/default-templates/Common/Tk.tcl -%%DATADIR%%/lib/support/default-templates/Mozilla Development/IDL.idl -%%DATADIR%%/lib/support/default-templates/Mozilla Development/JavaScript.js -%%DATADIR%%/lib/support/default-templates/Mozilla Development/XPCOM Component (JavaScript).js -%%DATADIR%%/lib/support/default-templates/Mozilla Development/XPCOM Component (Python).py -%%DATADIR%%/lib/support/default-templates/Samples/JavaScript.js -%%DATADIR%%/lib/support/default-templates/Samples/Perl/Perl CGI Sample.pl -%%DATADIR%%/lib/support/default-templates/Samples/Perl/Perl DBI Sample.pl -%%DATADIR%%/lib/support/default-templates/Samples/Perl/Perl GetOpt Sample.pl -%%DATADIR%%/lib/support/default-templates/Samples/Perl/Perl LWP Sample.pl -%%DATADIR%%/lib/support/default-templates/Samples/Perl/Perl Module Sample (OO).pm -%%DATADIR%%/lib/support/default-templates/Samples/Perl/Perl Module Sample.pm -%%DATADIR%%/lib/support/default-templates/Samples/Perl/Perl Tk Sample.pl -%%DATADIR%%/lib/support/default-templates/Samples/Perl/Perl.pl -%%DATADIR%%/lib/support/default-templates/Samples/Perl/PerlApp Sample.pl -%%DATADIR%%/lib/support/default-templates/Samples/Perl/PerlCtrl Sample.pl -%%DATADIR%%/lib/support/default-templates/Samples/Perl/PerlSvc Sample.pl -%%DATADIR%%/lib/support/default-templates/Samples/Python/Python CGI Sample.py -%%DATADIR%%/lib/support/default-templates/Samples/Python/Python COM Client Sample.py -%%DATADIR%%/lib/support/default-templates/Samples/Python/Python COM Component Sample.py -%%DATADIR%%/lib/support/default-templates/Samples/Python/Python Tkinter Sample.py -%%DATADIR%%/lib/support/default-templates/Samples/Python/Python.py -%%DATADIR%%/lib/support/default-templates/Samples/Tcl/Tcl Socket Server Sample.tcl -%%DATADIR%%/lib/support/default-templates/Samples/Tcl/Tcl.tcl -%%DATADIR%%/lib/support/default-templates/Samples/Tcl/Tk.tcl -%%DATADIR%%/lib/support/default-templates/Web/CSS.css -%%DATADIR%%/lib/support/default-templates/Web/JavaScript.js -%%DATADIR%%/lib/support/default-templates/Web/Perl.pl -%%DATADIR%%/lib/support/default-templates/Web/RJS.rjs -%%DATADIR%%/lib/support/default-templates/Web/RXML.rxml -%%DATADIR%%/lib/support/default-templates/Web/Ruby.rb -%%DATADIR%%/lib/support/html/tidy -%%DATADIR%%/lib/support/images/newline.gif -%%DATADIR%%/lib/support/modules/domviewer.xpi -%%DATADIR%%/lib/support/modules/jslib.xpi -%%DATADIR%%/lib/support/modules/perlapp.xpi -%%DATADIR%%/lib/support/perl/perl-core.tip -%%DATADIR%%/lib/support/php/debugging/4.4/xdebug.so -%%DATADIR%%/lib/support/php/debugging/5.0/xdebug.so -%%DATADIR%%/lib/support/php/debugging/5.1/xdebug.so -%%DATADIR%%/lib/support/php/debugging/5.2/xdebug.so -%%DATADIR%%/lib/support/php/debugging/5.3/xdebug.so -%%DATADIR%%/lib/support/prefs.xml -%%DATADIR%%/lib/support/python/py3compile.py -%%DATADIR%%/lib/support/python/pycompile.py -%%DATADIR%%/lib/support/rxx/perl/lib/JSON.pm -%%DATADIR%%/lib/support/rxx/perl/lib/JSON/PP.pm -%%DATADIR%%/lib/support/rxx/perl/lib/JSON/PP/Boolean.pm -%%DATADIR%%/lib/support/rxx/perl/lib/JSON/PP5005.pm -%%DATADIR%%/lib/support/rxx/perl/lib/JSON/PP56.pm -%%DATADIR%%/lib/support/rxx/perl/lib/JSON/PP58.pm -%%DATADIR%%/lib/support/rxx/ruby/lib/json.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/add/core.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/add/rails.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/common.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/editor.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/ext.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/pure.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/pure/generator.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/pure/parser.rb -%%DATADIR%%/lib/support/rxx/ruby/lib/json/version.rb -%%DATADIR%%/lib/support/rxx/rxx_js.js -%%DATADIR%%/lib/support/rxx/rxx_perl.pl -%%DATADIR%%/lib/support/rxx/rxx_php.php -%%DATADIR%%/lib/support/rxx/rxx_python.py -%%DATADIR%%/lib/support/rxx/rxx_ruby.rb -%%DATADIR%%/lib/support/samples/birds.xml -%%DATADIR%%/lib/support/samples/html_sample.html -%%DATADIR%%/lib/support/samples/perl_sample.pl -%%DATADIR%%/lib/support/samples/perl_tutorials/mailexport.txt -%%DATADIR%%/lib/support/samples/perl_tutorials/mailexport.xml -%%DATADIR%%/lib/support/samples/perl_tutorials/parse.pl -%%DATADIR%%/lib/support/samples/perl_tutorials/perl_tutorial.komodoproject -%%DATADIR%%/lib/support/samples/php_sample.php -%%DATADIR%%/lib/support/samples/php_tutorials/guestbook.php -%%DATADIR%%/lib/support/samples/php_tutorials/php_tutorial.komodoproject -%%DATADIR%%/lib/support/samples/python_sample.py -%%DATADIR%%/lib/support/samples/python_tutorials/content.types -%%DATADIR%%/lib/support/samples/python_tutorials/contenttype.py -%%DATADIR%%/lib/support/samples/python_tutorials/helloworld.html -%%DATADIR%%/lib/support/samples/python_tutorials/helloworld.py -%%DATADIR%%/lib/support/samples/python_tutorials/preprocess.py -%%DATADIR%%/lib/support/samples/python_tutorials/python_tutorial.komodoproject -%%DATADIR%%/lib/support/samples/ruby_sample.rb -%%DATADIR%%/lib/support/samples/ruby_tutorials/animals.yaml -%%DATADIR%%/lib/support/samples/ruby_tutorials/menagerie.rb -%%DATADIR%%/lib/support/samples/ruby_tutorials/ruby_tutorial.komodoproject -%%DATADIR%%/lib/support/samples/runcmd_tutorials/hello.pl -%%DATADIR%%/lib/support/samples/runcmd_tutorials/index.html -%%DATADIR%%/lib/support/samples/runcmd_tutorials/play.txt -%%DATADIR%%/lib/support/samples/runcmd_tutorials/runcmd_tutorial.komodoproject -%%DATADIR%%/lib/support/samples/sample_project.komodoproject -%%DATADIR%%/lib/support/samples/tcl_sample.tcl -%%DATADIR%%/lib/support/samples/tools/Abbreviations/General/main.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/com.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/div.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/html4.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/li.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/ol.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/p.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/script.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/scriptlink.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/style.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/tag.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/text.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/textarea.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/ul.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML/xhtml.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/com.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/div.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/li.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/ol.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/p.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/script.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/scriptlink.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/style.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/tag.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/text.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/textarea.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5/ul.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/class.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/com.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/doc.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/for.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/func.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/jQuery/jqeach.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/jQuery/jqstart.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/meth.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/namespace.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/try.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/Drupal/drinfo.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/Drupal/drinstall.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/Drupal/drmenu.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/Drupal/drmodule.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/array.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/block.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/class.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/com.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/doc.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/dump.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/func.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/inline.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/main.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Perl/fore.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Perl/hash.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Perl/if.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Perl/sheb.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Perl/while.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/class.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/def.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/doc.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/for.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/main.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/meth.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/opts.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/shebang.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/try.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python/walk.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/class.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/def.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/doc.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/for.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/main.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/meth.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/opts.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/shebang.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/try.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3/walk.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/RHTML/lia.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/RHTML/liai.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/RHTML/lic.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/RHTML/lica.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/RHTML/licai.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/ac.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/ai.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/bt.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/class.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/coll.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/ct.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/def.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/each.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/emf.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/habtm.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/hm.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/ho.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/mod.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/rc.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/reai.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/rec.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/reca.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/rnc.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby/tc.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Tcl/for.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Tcl/fore.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Tcl/proc.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Tcl/switch.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/Tcl/while.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/XUL/label.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/XUL/main.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/XUL/row.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/XUL/scriptlink.komodotool -%%DATADIR%%/lib/support/samples/tools/Abbreviations/XUL/splitter.komodotool -%%DATADIR%%/lib/support/samples/tools/Count_words_in_selection_using_wc_.komodotool -%%DATADIR%%/lib/support/samples/tools/Find_in_Files.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_A_URI_Link.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_A_URI_Link_w_Dialog.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_br_Break_Line.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_em_Emphasis.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_form_Form_w_Dialog.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_h1_Header_1.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_h2_Header_2.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_h3_Header_3.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_h4_Header_4.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_h5_Header_5.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_h6_Header_6.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_input_Form_Input_w_Dialog.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_li_List_Item.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_ol_Ordered_List.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_option_Form_Option_w_Dialog.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_p_Paragraph.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_p_Paragraph_w_Dialog.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_pre_Preformated_Text.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_select_Form_Select_w_Dialog.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_strong_Strong.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_table_Table_1_row_1_col.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_td_Table_Cell.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_textarea_Form_Text_Area_w_Dialog.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_tr_Table_Row.komodotool -%%DATADIR%%/lib/support/samples/tools/HTML/_ul_Unordered_List.komodotool -%%DATADIR%%/lib/support/samples/tools/Make_current_file_writeable.komodotool -%%DATADIR%%/lib/support/samples/tools/Open_New_Window.komodotool -%%DATADIR%%/lib/support/samples/tools/Sample_Macros/Create_Directory_Shortcut.komodotool -%%DATADIR%%/lib/support/samples/tools/Sample_Macros/Run_the_current_Macro.komodotool -%%DATADIR%%/lib/support/samples/tools/Sample_Macros/View_about_config.komodotool -%%DATADIR%%/lib/support/samples/tools/Sample_Macros/Watch_Komodo_Error_Log.komodotool -%%DATADIR%%/lib/support/samples/tools/Sample_Snippet_-_Double_Click_to_Insert.komodotool -%%DATADIR%%/lib/support/samples/tools/http_slashdot_org_.komodotool -%%DATADIR%%/lib/support/samples/tools/toggle-word-wrap-edit.komodotool -%%DATADIR%%/lib/support/samples/xslt_sample.xsl -%%DATADIR%%/lib/support/samples/xslt_tutorials/mailexport.html -%%DATADIR%%/lib/support/samples/xslt_tutorials/mailexport.xml -%%DATADIR%%/lib/support/samples/xslt_tutorials/mailexport2html.xsl -%%DATADIR%%/lib/support/samples/xslt_tutorials/xslt_tutorial.komodoproject -%%DATADIR%%/lib/support/schemes/Bright.ksf -%%DATADIR%%/lib/support/schemes/Dark.ksf -%%DATADIR%%/lib/support/schemes/Default.kkf -%%DATADIR%%/lib/support/schemes/Default.ksf -%%DATADIR%%/lib/support/schemes/Emacs.kkf -%%DATADIR%%/lib/support/schemes/Medium.ksf -%%DATADIR%%/lib/support/schemes/Vi.kkf -%%DATADIR%%/lib/support/schemes/_vi.kkf -%%DATADIR%%/lib/support/tcl/appLaunch.tcl -%%DATADIR%%/lib/support/tcl/dbgp_tcldebug -%%DATADIR%%/lib/support/tcl/kotcllint -%%DATADIR%%/lib/support/tcl/tcl-core.tip -%%DATADIR%%/lib/support/tcl/tcldebugger_attach/attach.tcl -%%DATADIR%%/lib/support/tcl/tcldebugger_attach/pkgIndex.tcl -%%DATADIR%%/lib/support/tcl/tcldebugger_attach/tcldebugger_attach.tap -%%DATADIR%%/lib/support/tcl/tk-core.tip -%%DATADIR%%/lib/support/xslt/xsltdbgp -%%DATADIR%%/share/desktop/komodo-ide-6.desktop -%%DATADIR%%/share/doc/install.html -%%DATADIR%%/share/doc/license.txt -%%DATADIR%%/share/doc/relnotes.html -%%DATADIR%%/share/icons/komodo128.png -%%DATADIR%%/share/icons/komodo128.xpm -%%DATADIR%%/share/icons/komodo16.png -%%DATADIR%%/share/icons/komodo16.xpm -%%DATADIR%%/share/icons/komodo256.png -%%DATADIR%%/share/icons/komodo256.xpm -%%DATADIR%%/share/icons/komodo32.png -%%DATADIR%%/share/icons/komodo32.xpm -%%DATADIR%%/share/icons/komodo48.png -%%DATADIR%%/share/icons/komodo48.xpm -@dirrm %%DATADIR%%/share/icons -@dirrm %%DATADIR%%/share/doc -@dirrm %%DATADIR%%/share/desktop -@dirrm %%DATADIR%%/share -@dirrm %%DATADIR%%/lib/support/xslt -@dirrm %%DATADIR%%/lib/support/tcl/tcldebugger_attach -@dirrm %%DATADIR%%/lib/support/tcl -@dirrm %%DATADIR%%/lib/support/schemes -@dirrm %%DATADIR%%/lib/support/samples/xslt_tutorials -@dirrm %%DATADIR%%/lib/support/samples/tools/Sample_Macros -@dirrm %%DATADIR%%/lib/support/samples/tools/HTML -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/XUL -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/Tcl -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/Ruby -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/RHTML -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/Python3 -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/Python -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/Perl -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP/Drupal -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/PHP -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript/jQuery -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/JavaScript -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML5 -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/HTML -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations/General -@dirrm %%DATADIR%%/lib/support/samples/tools/Abbreviations -@dirrm %%DATADIR%%/lib/support/samples/tools -@dirrm %%DATADIR%%/lib/support/samples/runcmd_tutorials -@dirrm %%DATADIR%%/lib/support/samples/ruby_tutorials -@dirrm %%DATADIR%%/lib/support/samples/python_tutorials -@dirrm %%DATADIR%%/lib/support/samples/php_tutorials -@dirrm %%DATADIR%%/lib/support/samples/perl_tutorials -@dirrm %%DATADIR%%/lib/support/samples -@dirrm %%DATADIR%%/lib/support/rxx/ruby/lib/json/pure -@dirrm %%DATADIR%%/lib/support/rxx/ruby/lib/json/add -@dirrm %%DATADIR%%/lib/support/rxx/ruby/lib/json -@dirrm %%DATADIR%%/lib/support/rxx/ruby/lib -@dirrm %%DATADIR%%/lib/support/rxx/ruby -@dirrm %%DATADIR%%/lib/support/rxx/perl/lib/JSON/PP -@dirrm %%DATADIR%%/lib/support/rxx/perl/lib/JSON -@dirrm %%DATADIR%%/lib/support/rxx/perl/lib -@dirrm %%DATADIR%%/lib/support/rxx/perl -@dirrm %%DATADIR%%/lib/support/rxx -@dirrm %%DATADIR%%/lib/support/python -@dirrm %%DATADIR%%/lib/support/php/debugging/5.3 -@dirrm %%DATADIR%%/lib/support/php/debugging/5.2 -@dirrm %%DATADIR%%/lib/support/php/debugging/5.1 -@dirrm %%DATADIR%%/lib/support/php/debugging/5.0 -@dirrm %%DATADIR%%/lib/support/php/debugging/4.4 -@dirrm %%DATADIR%%/lib/support/php/debugging -@dirrm %%DATADIR%%/lib/support/php -@dirrm %%DATADIR%%/lib/support/perl -@dirrm %%DATADIR%%/lib/support/modules -@dirrm %%DATADIR%%/lib/support/images -@dirrm %%DATADIR%%/lib/support/html -@dirrm %%DATADIR%%/lib/support/default-templates/Web -@dirrm %%DATADIR%%/lib/support/default-templates/Samples/Tcl -@dirrm %%DATADIR%%/lib/support/default-templates/Samples/Python -@dirrm %%DATADIR%%/lib/support/default-templates/Samples/Perl -@dirrm %%DATADIR%%/lib/support/default-templates/Samples -@dirrm %%DATADIR%%/lib/support/default-templates/Mozilla Development -@dirrm %%DATADIR%%/lib/support/default-templates/Common -@dirrm %%DATADIR%%/lib/support/default-templates/All Languages -@dirrm %%DATADIR%%/lib/support/default-templates -@dirrm %%DATADIR%%/lib/support/default-project-templates/Mozilla -@dirrm %%DATADIR%%/lib/support/default-project-templates/Komodo -@dirrm %%DATADIR%%/lib/support/default-project-templates/Common -@dirrm %%DATADIR%%/lib/support/default-project-templates -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/commands -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/rdbgp/DB -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/rdbgp -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.9.2/x86_64 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.9.2/x86 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.9.2 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.9.1/x86_64 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.9.1/x86 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.9.1 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.9 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.8.7/x86_64 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.8.7/x86 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.8.7 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.8.6/x86_64 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.8.6/x86 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.8.6 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib/1.8 -@dirrm %%DATADIR%%/lib/support/dbgp/rubylib -@dirrm %%DATADIR%%/lib/support/dbgp/pythonlib/dbgp/_logging -@dirrm %%DATADIR%%/lib/support/dbgp/pythonlib/dbgp -@dirrm %%DATADIR%%/lib/support/dbgp/pythonlib -@dirrm %%DATADIR%%/lib/support/dbgp/python3lib/dbgp -@dirrm %%DATADIR%%/lib/support/dbgp/python3lib -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/Syntax/Highlight/Perl -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/Syntax/Highlight -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/Syntax -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/DB/Text -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/DB/MIME -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/DB/IO -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/DB/Data -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/DB/CGI -@dirrm %%DATADIR%%/lib/support/dbgp/perllib/DB -@dirrm %%DATADIR%%/lib/support/dbgp/perllib -@dirrm %%DATADIR%%/lib/support/dbgp/bin -@dirrm %%DATADIR%%/lib/support/dbgp -@dirrm %%DATADIR%%/lib/support/catalogs/wapforum -@dirrm %%DATADIR%%/lib/support/catalogs/w3c -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml11-20010531 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml1-20020801 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-xhtml-basic-20001219 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil20-20050107 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-smil-19980615 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html401-19991224 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html40-19980424 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-html32-19970114 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG11-20030114 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-SVG-20010904 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/mathml -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso9573-13 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/iso8879 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021/html -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/REC-MathML2-20031021 -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/ISO-HTML -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib/IETF -@dirrm %%DATADIR%%/lib/support/catalogs/sgml-lib -@dirrm %%DATADIR%%/lib/support/catalogs/rng -@dirrm %%DATADIR%%/lib/support/catalogs/oasis -@dirrm %%DATADIR%%/lib/support/catalogs/mozilla -@dirrm %%DATADIR%%/lib/support/catalogs/html5 -@dirrm %%DATADIR%%/lib/support/catalogs/docbook44/ent -@dirrm %%DATADIR%%/lib/support/catalogs/docbook44 -@dirrm %%DATADIR%%/lib/support/catalogs -@dirrm %%DATADIR%%/lib/support -@dirrm %%DATADIR%%/lib/sdk/udl/tracwiki -@dirrm %%DATADIR%%/lib/sdk/udl/mxml -@dirrm %%DATADIR%%/lib/sdk/udl/kid -@dirrm %%DATADIR%%/lib/sdk/udl/haml -@dirrm %%DATADIR%%/lib/sdk/udl -@dirrm %%DATADIR%%/lib/sdk/share -@dirrm %%DATADIR%%/lib/sdk/pylib/ludditelib -@dirrm %%DATADIR%%/lib/sdk/pylib -@dirrm %%DATADIR%%/lib/sdk/idl -@dirrm %%DATADIR%%/lib/sdk/bin -@dirrm %%DATADIR%%/lib/sdk -@dirrm %%DATADIR%%/lib/python/share/python2.6/webchecker -@dirrm %%DATADIR%%/lib/python/share/python2.6/versioncheck -@dirrm %%DATADIR%%/lib/python/share/python2.6/scripts -@dirrm %%DATADIR%%/lib/python/share/python2.6/pynche/X -@dirrm %%DATADIR%%/lib/python/share/python2.6/pynche -@dirrm %%DATADIR%%/lib/python/share/python2.6/i18n -@dirrm %%DATADIR%%/lib/python/share/python2.6 -@dirrm %%DATADIR%%/lib/python/share -@dirrm %%DATADIR%%/lib/python/lib/python2.6/xml/sax -@dirrm %%DATADIR%%/lib/python/lib/python2.6/xml/parsers -@dirrm %%DATADIR%%/lib/python/lib/python2.6/xml/etree -@dirrm %%DATADIR%%/lib/python/lib/python2.6/xml/dom -@dirrm %%DATADIR%%/lib/python/lib/python2.6/xml -@dirrm %%DATADIR%%/lib/python/lib/python2.6/wsgiref -@dirrm %%DATADIR%%/lib/python/lib/python2.6/sqlite3 -@dirrm %%DATADIR%%/lib/python/lib/python2.6/site-packages -@dirrm %%DATADIR%%/lib/python/lib/python2.6/plat-linux2 -@dirrm %%DATADIR%%/lib/python/lib/python2.6/multiprocessing/dummy -@dirrm %%DATADIR%%/lib/python/lib/python2.6/multiprocessing -@dirrm %%DATADIR%%/lib/python/lib/python2.6/logging -@dirrm %%DATADIR%%/lib/python/lib/python2.6/lib2to3/pgen2 -@dirrm %%DATADIR%%/lib/python/lib/python2.6/lib2to3/fixes -@dirrm %%DATADIR%%/lib/python/lib/python2.6/lib2to3 -@dirrm %%DATADIR%%/lib/python/lib/python2.6/lib-tk -@dirrm %%DATADIR%%/lib/python/lib/python2.6/lib-dynload -@dirrm %%DATADIR%%/lib/python/lib/python2.6/json -@dirrm %%DATADIR%%/lib/python/lib/python2.6/idlelib/Icons -@dirrm %%DATADIR%%/lib/python/lib/python2.6/idlelib -@dirrm %%DATADIR%%/lib/python/lib/python2.6/hotshot -@dirrm %%DATADIR%%/lib/python/lib/python2.6/encodings -@dirrm %%DATADIR%%/lib/python/lib/python2.6/email/mime -@dirrm %%DATADIR%%/lib/python/lib/python2.6/email -@dirrm %%DATADIR%%/lib/python/lib/python2.6/distutils/command -@dirrm %%DATADIR%%/lib/python/lib/python2.6/distutils -@dirrm %%DATADIR%%/lib/python/lib/python2.6/curses -@dirrm %%DATADIR%%/lib/python/lib/python2.6/ctypes/macholib -@dirrm %%DATADIR%%/lib/python/lib/python2.6/ctypes -@dirrm %%DATADIR%%/lib/python/lib/python2.6/config -@dirrm %%DATADIR%%/lib/python/lib/python2.6/compiler -@dirrm %%DATADIR%%/lib/python/lib/python2.6/bsddb -@dirrm %%DATADIR%%/lib/python/lib/python2.6 -@dirrm %%DATADIR%%/lib/python/lib -@dirrm %%DATADIR%%/lib/python/include/python2.6 -@dirrm %%DATADIR%%/lib/python/include -@dirrm %%DATADIR%%/lib/python/bin -@dirrm %%DATADIR%%/lib/python -@dirrm %%DATADIR%%/lib/mozilla/res/html -@dirrm %%DATADIR%%/lib/mozilla/res/fonts -@dirrm %%DATADIR%%/lib/mozilla/res/entityTables -@dirrm %%DATADIR%%/lib/mozilla/res/dtd -@dirrm %%DATADIR%%/lib/mozilla/res -@dirrm %%DATADIR%%/lib/mozilla/python/xpcom/tools -@dirrm %%DATADIR%%/lib/mozilla/python/xpcom/server -@dirrm %%DATADIR%%/lib/mozilla/python/xpcom/client -@dirrm %%DATADIR%%/lib/mozilla/python/xpcom -@dirrm %%DATADIR%%/lib/mozilla/python/nsdom -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/zope/interface/common -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/zope/interface -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/zope/exceptions -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/zope -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/web/woven -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/web/scripts -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/web -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/trial -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/tap -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/spread/ui -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/spread -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/scripts -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/python/zsh -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/python -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/mice -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols/gps -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/protocols -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/plugins -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted/journal -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/persisted -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole/ui -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/manhole -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/iocpreactor -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/internet/cfsupport -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/internet -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/enterprise -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/cred -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted/application -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/twisted -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/toolbox -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/sysdata -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/paramiko -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/koCTypes -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper/consts -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/koWndWrapper -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/inflector/Rules -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/inflector -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/harnesses/tcl -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/harnesses/ruby -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/harnesses/python -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/harnesses/php -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/harnesses/perl -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/harnesses -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/gencix/python -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/gencix -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/elementtree -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/dbgp -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/codeintel2/stdlibs -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/codeintel2/database -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/codeintel2/catalogs -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/codeintel2 -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/SilverCity -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/Util -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Util -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/OSRNG -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random/Fortuna -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Random -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/PublicKey -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Protocol -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Hash -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest/Cipher -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/SelfTest -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/OSRNG -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random/Fortuna -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/Random -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/PublicKey -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/Protocol -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/Hash -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto/Cipher -@dirrm %%DATADIR%%/lib/mozilla/python/komodo/Crypto -@dirrm %%DATADIR%%/lib/mozilla/python/komodo -@dirrm %%DATADIR%%/lib/mozilla/python -@dirrm %%DATADIR%%/lib/mozilla/plugins -@dirrm %%DATADIR%%/lib/mozilla/modules -@dirrm %%DATADIR%%/lib/mozilla/icons -@dirrm %%DATADIR%%/lib/mozilla/greprefs -@dirrm %%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com/pylib -@dirrm %%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com/project-templates/Zend Framework -@dirrm %%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com/project-templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/zendframework@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/templates/Mozilla Development -@dirrm %%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/xul_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/templates/Web -@dirrm %%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/templates/Samples -@dirrm %%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/xslt_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates/Web -@dirrm %%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates/Samples -@dirrm %%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/xml_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/templates/Mozilla Development -@dirrm %%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/xbl_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/tracwiki_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/templatetoolkit_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/tcldevkit@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/smarty_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/silk@famfamfam.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/rhtml_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/restructuredtext_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/idl -@dirrm %%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/publishing@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/places@activestate.com/idl -@dirrm %%DATADIR%%/lib/mozilla/extensions/places@activestate.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/places@activestate.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/Web -@dirrm %%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/Samples -@dirrm %%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/php_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/perldevkit@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/xmlcatalogs -@dirrm %%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/pylib -@dirrm %%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/mxml_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/mercurial@ActiveState.com/pylib -@dirrm %%DATADIR%%/lib/mozilla/extensions/mercurial@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/mercurial@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/mason_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/luddite_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/komodospellchecker@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Web -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples/HTML5 -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Samples -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/html_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/git@ActiveState.com/pylib -@dirrm %%DATADIR%%/lib/mozilla/extensions/git@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/git@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/fugue@p.yusukekamiyamane.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/pylib -@dirrm %%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/idl -@dirrm %%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/fastopen@activestate.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com/idl -@dirrm %%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/domviewer@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/templates/Web -@dirrm %%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/templates/Common -@dirrm %%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/pylib -@dirrm %%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/django_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/pylib -@dirrm %%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/idl -@dirrm %%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/dbexplorer@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/crystal@everaldo.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/bazaar@ActiveState.com/pylib -@dirrm %%DATADIR%%/lib/mozilla/extensions/bazaar@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/bazaar@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/templates/All Languages -@dirrm %%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/templates -@dirrm %%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/locale/en-US -@dirrm %%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/locale -@dirrm %%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/lexers -@dirrm %%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/content -@dirrm %%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com/components -@dirrm %%DATADIR%%/lib/mozilla/extensions/actionscript_language@ActiveState.com -@dirrm %%DATADIR%%/lib/mozilla/extensions -@dirrm %%DATADIR%%/lib/mozilla/dictionaries -@dirrm %%DATADIR%%/lib/mozilla/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} -@dirrm %%DATADIR%%/lib/mozilla/defaults/profile/extensions -@dirrm %%DATADIR%%/lib/mozilla/defaults/profile -@dirrm %%DATADIR%%/lib/mozilla/defaults/pref -@dirrm %%DATADIR%%/lib/mozilla/defaults/autoconfig -@dirrm %%DATADIR%%/lib/mozilla/defaults -@dirrm %%DATADIR%%/lib/mozilla/components -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/tutorial -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/releases -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/img -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/css/activestyle -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US/css -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc/locale/en-US -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc/locale -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc/content -@dirrm %%DATADIR%%/lib/mozilla/chrome/komododoc -@dirrm %%DATADIR%%/lib/mozilla/chrome/icons/default -@dirrm %%DATADIR%%/lib/mozilla/chrome/icons -@dirrm %%DATADIR%%/lib/mozilla/chrome -@dirrm %%DATADIR%%/lib/mozilla -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%/bin -@dirrm %%DATADIR%% diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile deleted file mode 100644 index 0b8aae0a0fbd..000000000000 --- a/editors/psgml/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Shigeyuki Fukushima <shige@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= psgml -PORTVERSION= 1.3.2 -PORTREVISION= 20 -CATEGORIES= editors elisp -MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION} -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= hrs -PATCHFILES= psgml-symbol-conflict-050503.diff.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Major mode for editing SGML and XML documents for Emacs - -SUB_FILES= ${PSGML_STARTUPEL} -SUB_LIST= PSGML_LISPDIR=${PSGML_LISPDIR} -PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL} -NOT_FOR_ARCHS= ia64 -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --lispdir=${PSGML_LISPDIR} -CONFIGURE_ENV= EMACS=${EMACS_CMD} -USE_EMACS= yes - -POSTPATCHES= ${FILESDIR}/post-patch-* - -INFO= psgml psgml-api - -PSGML_STARTUPEL= psgml-startup.el -PSGML_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/psgml - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${EMACS_PORT_NAME} == xemacs21-mule -PLIST_SUB+= XEMACS="" \ - NON_XEMACS="@comment " -.else -PLIST_SUB+= XEMACS="@comment " \ - NON_XEMACS="" -.endif - -post-patch: - cd ${PATCH_WRKSRC} && ${CAT} ${POSTPATCHES} | ${PATCH} - -post-install: - cd ${WRKSRC} && ${MAKE} install-info - ${INSTALL_DATA} ${WRKDIR}/${PSGML_STARTUPEL} \ - ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} - -.include <bsd.port.post.mk> diff --git a/editors/psgml/distinfo b/editors/psgml/distinfo deleted file mode 100644 index ddfc11c066d1..000000000000 --- a/editors/psgml/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (psgml-1.3.2.tar.gz) = a020bfe9ab75e325e738726dd850e2b17030b3a5a2c0a349070839865ff51905 -SIZE (psgml-1.3.2.tar.gz) = 252394 -SHA256 (psgml-symbol-conflict-050503.diff.gz) = 1cbba4be9cc50cf86a901a9eb9435380d4ed75a3cbb4e252619d6006502660d0 -SIZE (psgml-symbol-conflict-050503.diff.gz) = 5669 diff --git a/editors/psgml/files/patch-ac b/editors/psgml/files/patch-ac deleted file mode 100644 index 2a0a2b73abcd..000000000000 --- a/editors/psgml/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- psgml.el.orig Wed May 21 14:47:45 2003 -+++ psgml.el Wed May 21 15:44:47 2003 -@@ -340,7 +340,7 @@ - (put 'sgml-system-path 'sgml-type 'file-list) - - (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH")) -- '("%S" "/usr/local/lib/sgml/%o/%c/%d" )) -+ '("%S" "@prefix@/share/sgml/%o/%c/%d" )) - "*Mapping from public identifiers to file names. - This is a list of possible file names. To find the file for a public - identifier the elements of the list are used one at the time from the -@@ -366,13 +366,15 @@ - (defvar sgml-catalog-files (or (delete nil - (sgml-parse-colon-path - (getenv "SGML_CATALOG_FILES"))) -- '("catalog" "/usr/local/lib/sgml/catalog")) -+ '("catalog" "@prefix@/share/sgml/catalog" -+ "@prefix@/share/xml/catalog")) - "*List of catalog entry files. - The files are in the format defined in the SGML Open Draft Technical - Resolution on Entity Management.") - (put 'sgml-catalog-files 'sgml-type 'file-list) - --(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/local/lib/sgml/ECAT") -+(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT" -+ "@prefix@/share/xml/ECAT") - "*List of catalog files for PSGML.") - (put 'sgml-ecat-files 'sgml-type 'file-list) - diff --git a/editors/psgml/files/patch-ad b/editors/psgml/files/patch-ad deleted file mode 100644 index 1911137bfb06..000000000000 --- a/editors/psgml/files/patch-ad +++ /dev/null @@ -1,46 +0,0 @@ ---- Makefile.in.orig Sun Mar 6 01:23:40 2005 -+++ Makefile.in Sat May 21 18:45:15 2005 -@@ -20,17 +20,29 @@ - SHELL = /bin/sh - - compile: -+ for F in psgml.el psgml.texi; do \ -+ sed -e "s,@[p]refix@,${prefix}," < $$F > $$F.tmp; \ -+ mv $$F.tmp $$F; \ -+ done - $(EMACS) $(FLAGS) -f psgml-compile-files - --all: -- rm -f *.elc ; $(EMACS) $(FLAGS) -f psgml-compile-files -+info: -+ for p in psgml psgml-api; do \ -+ $(EMACS) -batch -q -no-site-file -l texinfmt \ -+ -f batch-texinfo-format $$p.texi; \ -+ done - -+all: -+ rm -f *.elc -+ ${MAKE} compile -+ ${MAKE} info - --install: compile -+install: - $(SHELL) mkinstalldirs $(lispdir) - for p in *.elc; do \ - echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \ - $(INSTALL_DATA) $$p $(lispdir)/$$p; \ -+ $(INSTALL_DATA) `echo $$p | sed 's/elc$$/el/'` $(lispdir)/`echo $$p | sed 's/elc$$/el/'` ; \ - done - $(INSTALL_DATA) iso88591.map $(lispdir) - -@@ -39,8 +51,8 @@ - $(INSTALL_DATA) psgml-api.info $(infodir) - if $(SHELL) -c 'install-info --version' \ - >/dev/null 2>&1; then \ -- install-info --info-dir=$(infodir) psgml.info; \ -- install-info --info-dir=$(infodir) psgml-api.info; \ -+ install-info $(infodir)/psgml.info $(infodir)/dir; \ -+ install-info $(infodir)/psgml-api.info $(infodir)/dir; \ - else true; fi - - diff --git a/editors/psgml/files/patch-ae b/editors/psgml/files/patch-ae deleted file mode 100644 index 6910b39d7a89..000000000000 --- a/editors/psgml/files/patch-ae +++ /dev/null @@ -1,47 +0,0 @@ ---- psgml.texi.orig Mon Nov 16 06:45:07 1998 -+++ psgml.texi Sat Jan 23 21:10:21 1999 -@@ -11,10 +11,9 @@ - - @ifinfo --@format --START-INFO-DIR-ENTRY -+@dircategory The Emacs editor and associated tools -+@direntry - * PSGML: (psgml). PSGML, a major mode for SGML documents. --END-INFO-DIR-ENTRY --@end format -+@end direntry - @end ifinfo - - @ifinfo -@@ -401,10 +400,10 @@ - @code{SGML_PATH}. - - Given the public identifier above and the file name template --@samp{/usr/local/lib/sgml/%o/%c/%d}, the resulting file name is -+@samp{@prefix@/share/sgml/%o/%c/%d}, the resulting file name is - - @example --/usr/local/lib/sgml/ISO_8879:1986/entities/Added_Latin_1 -+@prefix@/share/sgml/ISO_8879:1986/entities/Added_Latin_1 - @end example - - Note: blanks are transliterated to @samp{_} (and also @samp{/} to -@@ -420,7 +419,7 @@ - is undefined the default is - - @lisp --("CATALOG" "/usr/local/lib/sgml/CATALOG") -+("catalog" "@prefix@/share/sgml/catalog") - @end lisp - @end defopt - -@@ -448,7 +447,7 @@ - environment variable is undefined the default is - - @lisp --("%S" "/usr/local/lib/sgml/%o/%c/%d") -+("%S" "@prefix@/share/sgml/%o/%c/%d") - @end lisp - @c Mapping from public identifiers to file names. - @end defopt diff --git a/editors/psgml/files/patch-af b/editors/psgml/files/patch-af deleted file mode 100644 index 18a916598525..000000000000 --- a/editors/psgml/files/patch-af +++ /dev/null @@ -1,16 +0,0 @@ ---- psgml-api.texi.orig Mon Nov 16 06:45:06 1998 -+++ psgml-api.texi Sat Jan 23 21:11:18 1999 -@@ -8,10 +8,9 @@ - - @ifinfo --@format --START-INFO-DIR-ENTRY -+@dircategory The Emacs editor and associated tools -+@direntry - * PSGML-API: (psgml-api). PSGML, the API documentation. --END-INFO-DIR-ENTRY --@end format -+@end direntry - @end ifinfo - - @ifinfo diff --git a/editors/psgml/files/patch-ai b/editors/psgml/files/patch-ai deleted file mode 100644 index 27e686bef7d9..000000000000 --- a/editors/psgml/files/patch-ai +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig Sun Oct 10 23:12:40 1999 -+++ configure Sat Oct 16 20:02:52 1999 -@@ -73,6 +73,11 @@ - - case "$ac_option" in - -+ -lispdir | --lispdir | --lispdi | --lispd | --lisp) -+ ac_prev=lispdir ;; -+ -lispdir=* | --lispdir=* | --lispdi=* | --lispd=* | --lisp=*) -+ lispdir="$ac_optarg" ;; -+ - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) -@@ -687,6 +692,7 @@ - done - test -n "$EMACS" || EMACS="no" - -+if test -z "$lispdir" ; then - if test $EMACS != "no"; then - echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6 - echo "configure:693: checking where .elc files should go" >&5 -@@ -710,6 +716,7 @@ - fi - echo "$ac_t""$lispdir" 1>&6 - fi -+fi - - # Extract the first word of "makeinfo", so it can be a program name with args. - set dummy makeinfo; ac_word=$2 diff --git a/editors/psgml/files/patch-psgml-dtd.el b/editors/psgml/files/patch-psgml-dtd.el deleted file mode 100644 index 77a5070d3e3a..000000000000 --- a/editors/psgml/files/patch-psgml-dtd.el +++ /dev/null @@ -1,61 +0,0 @@ ---- psgml-dtd.el.orig 2005-03-06 01:23:40.000000000 +0900 -+++ psgml-dtd.el 2012-08-04 11:56:25.000000000 +0900 -@@ -93,12 +93,12 @@ - (defmacro sgml-for-all-final-states (s dfa &rest forms) - "For all final states S in DFA do FORMS. - Syntax: var dfa-expr &body forms" -- (` (let ((L-states (sgml-some-states-of (, dfa))) -- (, s)) -+ `(let ((L-states (sgml-some-states-of ,dfa)) -+ ,s) - (while L-states -- (when (sgml-state-final-p (setq (, s) (car L-states))) -- (,@ forms)) -- (setq L-states (cdr L-states)))))) -+ (when (sgml-state-final-p (setq ,s (car L-states))) -+ ,@forms) -+ (setq L-states (cdr L-states))))) - - (put 'sgml-for-all-final-states 'lisp-indent-hook 2) - (put 'sgml-for-all-final-states 'edebug-form-hook '(symbolp &rest form)) -@@ -217,7 +217,7 @@ - (defun sgml-make-pcdata () - (sgml-make-* (sgml-make-primitive-content-token sgml-pcdata-token))) - --(defun sgml-reduce-, (l) -+(defun sgml-reduce-\, (l) - (while (cdr l) - (setcar (cdr l) - (sgml-make-conc (car l) (cadr l))) -@@ -279,7 +279,7 @@ - (sgml-parse-delim "CRO" (digit nmstart)) - (sgml-parse-delim "CRO" (digit))) - (prog1 (if (sgml-is-delim "NULL" digit) -- (string-to-int (sgml-check-nametoken)) -+ (string-to-number (sgml-check-nametoken)) - (let ((spec (sgml-check-name))) - (or (cdr (assoc spec '(("RE" . 10) - ("RS" . 1) -@@ -336,7 +336,7 @@ - (defsubst sgml-parse-connector () - (sgml-skip-ps) - (cond ((sgml-parse-delim "SEQ") -- (function sgml-reduce-,)) -+ (function sgml-reduce-\,)) - ((sgml-parse-delim "OR") - (function sgml-reduce-|)) - ((sgml-parse-delim "AND") -@@ -884,10 +884,10 @@ - FORMS should produce the binary coding of element in VAR." - (let ((var (car loop-c)) - (seq (cadr loop-c))) -- (` (let ((seq (, seq))) -+ `(let ((seq ,seq)) - (sgml-code-number (length seq)) -- (loop for (, var) in seq -- do (,@ body)))))) -+ (loop for ,var in seq -+ do ,@body)))) - - (put 'sgml-code-sequence 'lisp-indent-hook 1) - (put 'sgml-code-sequence 'edbug-forms-hook '(sexp &rest form)) diff --git a/editors/psgml/files/patch-psgml-edit.el b/editors/psgml/files/patch-psgml-edit.el deleted file mode 100644 index ca7a11372bb8..000000000000 --- a/editors/psgml/files/patch-psgml-edit.el +++ /dev/null @@ -1,49 +0,0 @@ ---- psgml-edit.el.orig 2013-06-03 13:44:59.000000000 +0900 -+++ psgml-edit.el 2013-06-03 14:13:25.000000000 +0900 -@@ -185,7 +185,9 @@ - (goto-char (sgml-element-start element)) - (delete-char (sgml-element-stag-len element)) - (insert (sgml-delim "STAGO") -- (sgml-general-insert-case gi) -+ (if (symbolp gi) -+ (sgml-general-insert-case (symbol-name gi)) -+ (sgml-general-insert-case gi)) - tagc) - (let* ((newel (sgml-find-context-of (point))) - (newattlist (sgml-element-attlist newel)) -@@ -1870,24 +1872,28 @@ - (invert - (or (looking-at "&#\\([0-9]+\\)[;\n]?") - (error "No character reference after point")) -- (let ((c (string-to-int (buffer-substring (match-beginning 1) -+ (let ((c (string-to-number (buffer-substring (match-beginning 1) - (match-end 1))))) - (delete-region (match-beginning 0) - (match-end 0)) - (if (fboundp 'decode-char) ; Emacs 21, Mule-UCS - (setq c (decode-char 'ucs c)) -+ (if (fboundp 'ucs-to-char) -+ (setq c (ucs-to-char c)) - ;; Else have to assume 8-bit character. -- (if (fboundp 'unibyte-char-to-multibyte) ; Emacs 20 -- (setq c (unibyte-char-to-multibyte c)))) -+ (if (fboundp 'unibyte-char-to-multibyte) ; Emacs 20 -+ (setq c (unibyte-char-to-multibyte c))))) - (insert c))) - ;; Convert character to &#nn; - (t - (let ((c (following-char))) - (delete-char 1) -- (if (fboundp 'encode-char) -- (setq c (encode-char c 'ucs)) -- (if (fboundp 'multibyte-char-to-unibyte) -- (setq c (multibyte-char-to-unibyte c)))) -+ (if (fboundp 'char-to-ucs) -+ (setq c (char-to-ucs c)) -+ (if (fboundp 'encode-char) -+ (setq c (encode-char c 'ucs)) -+ (if (fboundp 'multibyte-char-to-unibyte) -+ (setq c (multibyte-char-to-unibyte c))))) - (insert (format "&#%d;" c)))))) - - (defun sgml-expand-entity-reference () diff --git a/editors/psgml/files/patch-psgml-parse.el b/editors/psgml/files/patch-psgml-parse.el deleted file mode 100644 index fe0a32ce9783..000000000000 --- a/editors/psgml/files/patch-psgml-parse.el +++ /dev/null @@ -1,343 +0,0 @@ ---- psgml-parse.el.orig 2012-08-04 11:37:03.000000000 +0900 -+++ psgml-parse.el 2012-08-04 11:37:19.000000000 +0900 -@@ -329,28 +329,28 @@ - ;;(progn (set-syntax-table xml-parser-syntax) (describe-syntax)) - - (defmacro sgml-with-parser-syntax (&rest body) -- (` (let ((normal-syntax-table (syntax-table)) -+ `(let ((normal-syntax-table (syntax-table)) - (cb (current-buffer))) - (set-syntax-table (if sgml-xml-p xml-parser-syntax sgml-parser-syntax)) - (unwind-protect -- (progn (,@ body)) -+ (progn ,@body) - (setq sgml-last-buffer (current-buffer)) - (set-buffer cb) -- (set-syntax-table normal-syntax-table))))) -+ (set-syntax-table normal-syntax-table)))) - - (defmacro sgml-with-parser-syntax-ro (&rest body) - ;; Should only be used for parsing .... -- (` (let ((normal-syntax-table (syntax-table)) -+ `(let ((normal-syntax-table (syntax-table)) - (cb (current-buffer)) - (buffer-modified (buffer-modified-p))) - (set-syntax-table (if sgml-xml-p xml-parser-syntax sgml-parser-syntax)) - (unwind-protect -- (progn (,@ body)) -+ (progn ,@body) - (setq sgml-last-buffer (current-buffer)) - (set-buffer cb) - (set-syntax-table normal-syntax-table) - (sgml-restore-buffer-modified-p buffer-modified) -- (sgml-debug "Restoring buffer mod: %s" buffer-modified))))) -+ (sgml-debug "Restoring buffer mod: %s" buffer-modified)))) - - (defun sgml-set-buffer-multibyte (flag) - (cond ((featurep 'xemacs) -@@ -361,7 +361,7 @@ - default-enable-multibyte-characters - flag))) - ((boundp 'MULE) -- (set 'mc-flag flag)) -+ (if (boundp 'mc-flag) (set 'mc-flag flag))) - (t - flag))) - ;; Probably better. -- fx -@@ -428,21 +428,21 @@ - ;;move: (token . node) - - (defmacro sgml-make-move (token node) -- (` (cons (, token) (, node)))) -+ `(cons ,token ,node)) - - (defmacro sgml-move-token (x) -- (` (car (, x)))) -+ `(car ,x)) - - (defmacro sgml-move-dest (x) -- (` (cdr (, x)))) -+ `(cdr ,x)) - - ;; set of moves: list of moves - - (defmacro sgml-add-move-to-set (token node set) -- (`(cons (cons (, token) (, node)) (, set)))) -+ `(cons (cons ,token ,node) ,set)) - - (defmacro sgml-moves-lookup (token set) -- (` (assq (, token) (, set)))) -+ `(assq ,token ,set)) - - ;; normal-state: ('normal-state opts . reqs) - -@@ -450,16 +450,16 @@ - (cons 'normal-state (cons nil nil))) - - (defmacro sgml-normal-state-p (s) -- (` (eq (car (, s)) 'normal-state))) -+ `(eq (car ,s) 'normal-state)) - - (defmacro sgml-state-opts (s) -- (` (cadr (, s)))) -+ `(cadr ,s)) - - (defmacro sgml-state-reqs (s) -- (` (cddr (, s)))) -+ `(cddr ,s)) - - (defmacro sgml-state-final-p (s) -- (`(null (sgml-state-reqs (, s))))) -+ `(null (sgml-state-reqs ,s))) - - ;; adding moves - ;; *** Should these functions check for ambiguity? -@@ -507,10 +507,10 @@ - (cons next dfas)) - - (defmacro sgml-and-node-next (n) -- (` (car (, n)))) -+ `(car ,n)) - - (defmacro sgml-and-node-dfas (n) -- (` (cdr (, n)))) -+ `(cdr ,n)) - - - ;;; Using states -@@ -903,8 +903,8 @@ - (cons - 'progn - (loop for n in names collect -- (`(defmacro (, (intern (format "sgml-eltype-%s" n))) (et) -- (list 'get et ''(, n))))))) -+ `(defmacro ,(intern (format "sgml-eltype-%s" n)) (et) -+ (list 'get et '',n))))) - - (sgml-prop-fields - ;;flags ; optional tags and mixed -@@ -919,7 +919,7 @@ - ) - - (defmacro sgml-eltype-flags (et) -- (` (symbol-value (, et)))) -+ `(symbol-value ,et)) - - (defun sgml-eltype-model (et) - (if (fboundp et) -@@ -966,7 +966,7 @@ - "Get application data from element type ET with name PROP. - PROP should be a symbol, reserved names are: flags, model, attlist, - includes, excludes, conref-regexp, mixed, stag-optional, etag-optional." -- (` (get (, et) (, prop)))) -+ ` (get ,et ,prop)) - - (defun sgml-eltype-all-miscdata (et) - (loop for p on (symbol-plist et) by (function cddr) -@@ -1059,7 +1059,7 @@ - ;;; Wing addition - (defmacro sgml-char-int (ch) - (if (fboundp 'char-int) -- (` (char-int (, ch))) -+ `(char-int ,ch) - ch)) - - (defsubst sgml-read-octet () -@@ -1434,51 +1434,51 @@ - (setq context '(t))) - ((not (listp context)) - (setq context (list context)))) -- (`(if (and ; This and checks that characters -+ `(if (and ; This and checks that characters - ; of the delimiter -- (,@(loop for i from 0 below (length ds) collect -- (` (eq (, (aref ds i)) -- (sgml-following-char (, (+ i offset))))))) -+ ,@(loop for i from 0 below (length ds) collect -+ `(eq ,(aref ds i) -+ (sgml-following-char ,(+ i offset)))) - (or -- (,@(loop -+ ,@(loop - for c in context collect ; context check - (cond - ((eq c 'nmstart) ; name start character -- (`(sgml-startnm-char -- (or (sgml-following-char (, (length ds))) 0)))) -+ `(sgml-startnm-char -+ (or (sgml-following-char ,(length ds)) 0))) - ((eq c 'stagc) -- (`(and sgml-current-shorttag -- (sgml-is-delim "TAGC" nil nil (, (length ds)))))) -+ `(and sgml-current-shorttag -+ (sgml-is-delim "TAGC" nil nil ,(length ds)))) - ((eq c 'digit) -- (`(memq (sgml-following-char (, (length ds))) -- '(?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9)))) -+ `(memq (sgml-following-char ,(length ds)) -+ '(?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9))) - ((stringp c) -- (`(sgml-is-delim (, c) nil nil (, (length ds))))) -+ `(sgml-is-delim ,c nil nil ,(length ds))) - ((eq c t)) - (t (error "Context type: %s" c)))) -- ))) -+ )) - - (progn ; Do operations if delimiter found -- (,@ (if move (`((forward-char (, (length ds))))))) -- (,@ (if (not (eq move 'check)) -- '(t)))) -- (,@ (if (eq move 'check) -- (`((sgml-delimiter-parse-error (, delim)))))))))) -+ ,@(if move `((forward-char ,(length ds)))) -+ ,@(if (not (eq move 'check)) -+ '(t))) -+ ,@(if (eq move 'check) -+ `((sgml-delimiter-parse-error ,delim)))))) - - (defmacro sgml-following-char (n) - (cond ((zerop n) '(following-char)) - ((= n 1) '(char-after (1+ (point)))) -- (t (` (char-after (+ (, n) (point))))))) -+ (t `(char-after (+ ,n (point)))))) - - (defun sgml-delimiter-parse-error (delim) - (sgml-parse-error "Delimiter %s (%s) expected" - delim (sgml-get-delim-string delim))) - - (defmacro sgml-parse-delim (delim &optional context) -- (`(sgml-is-delim (, delim) (, context) move))) -+ `(sgml-is-delim ,delim ,context move)) - - (defmacro sgml-check-delim (delim &optional context) -- (`(sgml-is-delim (, delim) (, context) check))) -+ `(sgml-is-delim ,delim ,context check)) - - (defmacro sgml-skip-upto (delim) - "Skip until the delimiter or first char of one of the delimiters. -@@ -1502,8 +1502,8 @@ - (let ((ds (sgml-get-delim-string (upcase (format "%s" delim))))) - (if (= 1 (length ds)) - (list 'skip-chars-forward (concat "^" ds)) -- (`(and (search-forward (, ds) nil t) -- (backward-char (, (length ds)))))))))) -+ `(and (search-forward ,ds nil t) -+ (backward-char ,(length ds)))))))) - - - ;;(macroexpand '(sgml-is-delim mdo)) -@@ -1520,22 +1520,22 @@ - ;;; aproporiate value. - - (defmacro sgml-parse-char (char) -- (` (cond ((eq (, char) (following-char)) -+ `(cond ((eq ,char (following-char)) - (forward-char 1) -- t)))) -+ t))) - - (defmacro sgml-parse-chars (char1 char2 &optional char3) - "Parse two or three chars; return nil if can't." - (if (null char3) -- (` (cond ((and (eq (, char1) (following-char)) -- (eq (, char2) (char-after (1+ (point))))) -+ `(cond ((and (eq ,char1 (following-char)) -+ (eq ,char2 (char-after (1+ (point))))) - (forward-char 2) -- t))) -- (` (cond ((and (eq (, char1) (following-char)) -- (eq (, char2) (char-after (1+ (point)))) -- (eq (, char3) (char-after (1+ (1+ (point)))))) -+ t)) -+ `(cond ((and (eq ,char1 (following-char)) -+ (eq ,char2 (char-after (1+ (point)))) -+ (eq ,char3 (char-after (1+ (1+ (point)))))) - (forward-char 3) -- t))))) -+ t)))) - - (defun sgml-check-char (char) - (cond ((not (sgml-parse-char char)) -@@ -1546,7 +1546,7 @@ - (sgml-parse-char ?\r))) - - (defmacro sgml-startnm-char (c) -- (` (eq ?w (char-syntax (, c))))) -+ `(eq ?w (char-syntax ,c))) - - (defsubst sgml-startnm-char-next () - (and (not (eobp)) -@@ -1693,11 +1693,11 @@ - (define-compiler-macro sgml-parse-name (&whole form &optional entity-name) - (cond - ((memq entity-name '(nil t)) -- (` (if (sgml-startnm-char-next) -- ((, (if entity-name 'sgml-entity-case 'sgml-general-case)) -+ `(if (sgml-startnm-char-next) -+ (,(if entity-name 'sgml-entity-case 'sgml-general-case) - (buffer-substring-no-properties (point) - (progn (skip-syntax-forward "w_") -- (point))))))) -+ (point)))))) - (t - form))) - -@@ -1827,8 +1827,8 @@ - With optional NAME, RNI must be followed by NAME." - (cond - (name -- (` (if (sgml-parse-delim "RNI") -- (sgml-check-token (, name))))) -+ `(if (sgml-parse-delim "RNI") -+ (sgml-check-token ,name))) - (t '(sgml-parse-delim "RNI")))) - - (defun sgml-check-token (name) -@@ -2733,11 +2733,11 @@ - (let ((macs nil)) - (while fields - (push -- (` (defmacro (, (intern (format "%s-%s" dest (car fields)))) (element) -- (, (format "Return %s field of ELEMENT." (car fields))) -+ `(defmacro ,(intern (format "%s-%s" dest (car fields))) (element) -+ ,(format "Return %s field of ELEMENT." (car fields)) - (list -- '(, (intern (format "%s-%s" orig (car fields)))) -- element))) -+ ',(intern (format "%s-%s" orig (car fields))) -+ element)) - macs) - (setq fields (cdr fields))) - (cons 'progn macs))) -@@ -2775,7 +2775,7 @@ - - (defmacro sgml-element-stag-optional (element) - "True if start-tag of ELEMENT is omissible." -- (`(sgml-eltype-stag-optional (sgml-tree-eltype (, element))))) -+ `(sgml-eltype-stag-optional (sgml-tree-eltype ,element))) - - (defsubst sgml-element-etag-optional (element) - "True if end-tag of ELEMENT is omissible." -@@ -2929,8 +2929,10 @@ - - (defun sgml-set-initial-state (dtd) - "Set initial state of parsing." -- (make-local-hook 'before-change-functions) -- (make-local-hook 'after-change-functions) -+ (if (fboundp 'make-local-hook) -+ (progn -+ (make-local-hook 'before-change-functions) -+ (make-local-hook 'after-change-functions))) - (add-hook 'before-change-functions 'sgml-note-change-at nil 'local) - (add-hook 'after-change-functions 'sgml-set-face-after-change nil 'local) - (sgml-set-active-dtd-indicator (sgml-dtd-doctype dtd)) -@@ -3504,7 +3506,7 @@ - Also move point. Return nil, either if no shortref or undefined." - - (macrolet -- ((delim (x) (` (aref map (, (sgml-shortref-index x)))))) -+ ((delim (x) `(aref map ,(sgml-shortref-index x)))) - (let ((i (if nobol 1 0))) - (while (numberp i) - (setq i diff --git a/editors/psgml/files/post-patch-psgml.el b/editors/psgml/files/post-patch-psgml.el deleted file mode 100644 index a8cf9ce3166e..000000000000 --- a/editors/psgml/files/post-patch-psgml.el +++ /dev/null @@ -1,76 +0,0 @@ ---- psgml.el.orig 2012-08-04 11:43:47.000000000 +0900 -+++ psgml.el 2012-08-04 11:43:51.000000000 +0900 -@@ -381,7 +381,7 @@ - (put 'sgml-system-path 'sgml-type 'file-list) - - (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH")) -- '("%S" "@prefix@/share/sgml/%o/%c/%d" )) -+ '("%S" "/usr/local/share/sgml/%o/%c/%d" )) - "*Mapping from public identifiers to file names. - This is a list of possible file names. To find the file for a public - identifier the elements of the list are used one at the time from the -@@ -407,15 +407,15 @@ - (defvar sgml-catalog-files (or (delete nil - (sgml-parse-colon-path - (getenv "SGML_CATALOG_FILES"))) -- '("catalog" "@prefix@/share/sgml/catalog" -- "@prefix@/share/xml/catalog")) -+ '("catalog" "/usr/local/share/sgml/catalog" -+ "/usr/local/share/xml/catalog")) - "*List of catalog entry files. - The files are in the format defined in the SGML Open Draft Technical - Resolution on Entity Management.") - (put 'sgml-catalog-files 'sgml-type 'file-list) - --(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT" -- "@prefix@/share/xml/ECAT") -+(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/local/share/sgml/ECAT" -+ "/usr/local/share/xml/ECAT") - "*List of catalog files for PSGML.") - (put 'sgml-ecat-files 'sgml-type 'file-list) - -@@ -724,9 +724,9 @@ - - (defun sgml-markup (entry text) - (cons entry -- (` (lambda () -+ `(lambda () - (interactive) -- (sgml-insert-markup (, text)))))) -+ (sgml-insert-markup ,text)))) - - (defun sgml-insert-markup (text) - (let ((end (sgml-mouse-region)) -@@ -1042,13 +1042,13 @@ - (defun sgml-compute-insert-dtd-items () - (loop for e in sgml-custom-dtd collect - (vector (first e) -- (` (sgml-doctype-insert (, (cadr e)) '(, (cddr e)))) -+ `(sgml-doctype-insert ,(cadr e) ',(cddr e)) - t))) - - (defun sgml-compute-custom-markup-items () - (loop for e in sgml-custom-markup collect - (vector (first e) -- (` (sgml-insert-markup (, (cadr e)))) -+ `(sgml-insert-markup ,(cadr e)) - t))) - - (defun sgml-build-custom-menus () -@@ -1231,12 +1231,14 @@ - (make-local-variable 'text-property-default-nonsticky) - ;; see `sgml-set-face-for': - (add-to-list 'text-property-default-nonsticky '(face . t))) -- (make-local-hook 'post-command-hook) -+ (if (fboundp 'make-local-hook) -+ (eval '(make-local-hook 'post-command-hook))) - (add-hook 'post-command-hook 'sgml-command-post 'append 'local) - (unless sgml-running-lucid - ;; XEmacs 20.4 doesn't handle local activate-menubar-hook - ;; it tries to call the function `t' when using the menubar -- (make-local-hook 'activate-menubar-hook)) -+ (if (fboundp 'make-local-hook) -+ (eval '(make-local-hook 'activate-menubar-hook)))) - (add-hook 'activate-menubar-hook 'sgml-update-all-options-menus - nil 'local) - (run-hooks 'text-mode-hook 'psgml-mode-hook) diff --git a/editors/psgml/files/psgml-startup.el.in b/editors/psgml/files/psgml-startup.el.in deleted file mode 100644 index 0f4e53f7fe27..000000000000 --- a/editors/psgml/files/psgml-startup.el.in +++ /dev/null @@ -1,119 +0,0 @@ -;; -*- lisp -*- -;; -;; @(#)psgml-startup.el -- psgml startup elisp file. -;; -- by shige@FreeBSD.ORG - -;; setup load-path -(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path)) - (setq load-path (append '( - "%%PSGML_LISPDIR%%" - ) load-path))) - -(defalias 'sgml-mode 'psgml-mode) -(defalias 'xml-mode 'pxml-mode) - -(autoload 'psgml-mode "psgml" "Major mode to edit SGML files." t) -(autoload 'pxml-mode "psgml" "Major mode to edit XML files." t) - -(setq auto-mode-alist - (append '( - ("\\.s?html?\\'" . sgml-mode) - ("\\.xml\\'" . xml-mode) - ) auto-mode-alist)) - -(setq sgml-custom-dtd - '(("HTML" "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML//EN\">") - ("HTML 2.0" "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">") - ("HTML 2.0 Level 1" - "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0 Level 1//EN\">") - ("HTML 2.0 Level 2" - "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0 Level 2//EN\">") - ("HTML 2.0 Strict Level 1" - "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0 Strict Level 1//EN\">") - ("HTML 2.0 Strict Level 2" - "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0 Strict Level 2//EN\">") - ("HTML 3.2" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">") - ("HTML 4.0" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\">") - ("HTML 4.0 Transitional" - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">") - ("HTML 4.0 Frameset" - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Frameset//EN\">") - ("HTML 4.01" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\">") - ("HTML 4.01 Transitional" - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">") - ("HTML 4.01 Frameset" - "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\">") - ("XHTML 1.0 Strict" - "<?xml version=\"1.0\"?><!-- -*- xml -*- -->\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">") - ("XHTML 1.0 Transitional" - "<?xml version=\"1.0\"?><!-- -*- xml -*- -->\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">") - ("XHTML 1.0 Frameset" - "<?xml version=\"1.0\"?><!-- -*- xml -*- -->\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\">") - ("DocBook V2.4.1" - "<!DOCTYPE DOCBOOK PUBLIC \"-//Davenport//DTD DocBook V2.4.1//EN\">") - ("DocBook V3.0" - "<!DOCTYPE DOCBOOK PUBLIC \"-//Davenport//DTD DocBook V3.0//EN\">") - ("DocBook V3.1" - "<!DOCTYPE DOCBOOK PUBLIC \"-//OASIS//DTD DocBook V3.1//EN\">") - ("DocBook V4.0" - "<!DOCTYPE DOCBOOK PUBLIC \"-//OASIS//DTD DocBook V4.0//EN\">") - ("DocBook V4.1" - "<!DOCTYPE DOCBOOK PUBLIC \"-//OASIS//DTD DocBook V4.1//EN\">") - ("LINUXDOC" - "<!DOCTYPE LINUXDOC PUBLIC \"-//FreeBSD//DTD linuxdoc//EN\">") - ("LINUXDOC 1.0" - "<!DOCTYPE LINUXDOC PUBLIC \"-//FreeBSD//DTD linuxdoc 1.0//EN\">") - ("LINUXDOC 1.1" - "<!DOCTYPE LINUXDOC PUBLIC \"-//FreeBSD//DTD linuxdoc 1.1//EN\">") - ("Article" - "<!DOCTYPE Article PUBLIC \"ISO 12083:1993//DTD Article//EN\">") - ("Book" - "<!DOCTYPE Book PUBLIC \"ISO 12083:1993//DTD Book//EN\">") - ("Mathematics" - "<!DOCTYPE Mathematics PUBLIC \"ISO 12083:1993//DTD Mathematics//EN\">") - ("Serial" - "<!DOCTYPE Serial PUBLIC \"ISO 12083:1993//DTD Serial//EN\">") - )) - -(setq-default sgml-auto-activate-dtd t) -(setq-default sgml-set-face t) - -(make-face 'sgml-comment-face) -(make-face 'sgml-doctype-face) -(make-face 'sgml-end-tag-face) -(make-face 'sgml-entity-face) -(make-face 'sgml-ignored-face) -(make-face 'sgml-ms-end-face) -(make-face 'sgml-ms-start-face) -(make-face 'sgml-pi-face) -(make-face 'sgml-sgml-face) -(make-face 'sgml-short-ref-face) -(make-face 'sgml-start-tag-face) - -(set-face-foreground 'sgml-comment-face "dark green") -(set-face-foreground 'sgml-doctype-face "maroon") -(set-face-foreground 'sgml-end-tag-face "SlateBlue") -(set-face-foreground 'sgml-entity-face "OrangeRed4") -(set-face-foreground 'sgml-ignored-face "maroon") -(set-face-background 'sgml-ignored-face "gray90") -(set-face-foreground 'sgml-ms-end-face "maroon") -(set-face-foreground 'sgml-ms-start-face "maroon") -(set-face-foreground 'sgml-pi-face "maroon") -(set-face-foreground 'sgml-sgml-face "maroon") -(set-face-foreground 'sgml-short-ref-face "goldenrod") -(set-face-foreground 'sgml-start-tag-face "SlateBlue") - -(setq-default sgml-markup-faces - '((comment . sgml-comment-face) - (doctype . sgml-doctype-face) - (end-tag . sgml-end-tag-face) - (entity . sgml-entity-face) - (ignored . sgml-ignored-face) - (ms-end . sgml-ms-end-face) - (ms-start . sgml-ms-start-face) - (pi . sgml-pi-face) - (sgml . sgml-sgml-face) - (short-ref . sgml-short-ref-face) - (start-tag . sgml-start-tag-face))) - -(provide 'psgml-startup) diff --git a/editors/psgml/pkg-descr b/editors/psgml/pkg-descr deleted file mode 100644 index e2365c131fcd..000000000000 --- a/editors/psgml/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ - PSGML is a major mode for editing SGML and XML documents. It works -with GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later. -PSGML contains a simple SGML parser and can work with any DTD. -Functions provided includes menus and commands for inserting tags with -only the contextually valid tags, identification of structural errors, -editing of attribute values in a separate window with information about -types and defaults, and structure based editing. - -To use psgml, put the following setup into your ~/.emacs: - - (require 'psgml-startup) - -Ports of PSGML are initially created by shige <shige@FreeBSD.org> and -kuriyama@FreeBSD.ORG. - -WWW: http://www.lysator.liu.se/~lenst/about_psgml/ -WWW: http://sourceforge.net/projects/psgml/ diff --git a/editors/psgml/pkg-plist b/editors/psgml/pkg-plist deleted file mode 100644 index bb72afea1bda..000000000000 --- a/editors/psgml/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/iso88591.map -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-api.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-api.elc -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-charent.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-charent.elc -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-dtd.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-dtd.elc -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-edit.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-edit.elc -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-ids.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-ids.elc -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-info.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-info.elc -%%NON_XEMACS%%%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-other.el -%%NON_XEMACS%%%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-other.elc -%%XEMACS%%%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-lucid.el -%%XEMACS%%%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-lucid.elc -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-parse.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-parse.elc -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-sysdep.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml-sysdep.elc -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml.el -%%EMACS_VERSION_SITE_LISPDIR%%/psgml/psgml.elc -%%EMACS_VERSION_SITE_LISPDIR%%/%%PSGML_STARTUPEL%% -@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/psgml diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile deleted file mode 100644 index 2401773c6d77..000000000000 --- a/editors/setedit/Makefile +++ /dev/null @@ -1,168 +0,0 @@ -# Created by: Sten Feldman -# $FreeBSD$ - -PORTNAME= setedit -PORTVERSION= 0.5.5 -PORTREVISION= 1 -CATEGORIES= editors -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix-devel/${PORTVERSION}%20r1244%20Tarball%20%28Source%29/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-4 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Programmer's editor with a nice Text User Interface (TUI) - -LIB_DEPENDS= librhtv.so:${PORTSDIR}/devel/rhtvision - -BROKEN= Does not build -MAKE_JOBS_UNSAFE= yes - -HAS_CONFIGURE= yes -CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" -USES= gmake perl5 -USE_PERL5= build - -CFLAGS+= -Wno-write-strings -I${LOCALBASE}/include - -MAN1= setedit.1 infview.1 -INFO= setedit sdg infview - -OPTIONS_DEFINE= BZIP2 CALC CALENDAR NLS AALIB ELECTRIC DOCS -OPTIONS_DEFAULT= BZIP2 CALC CALENDAR -CALC_DESC= Internal calculator -CALENDAR_DESC= Internal calendar -ELECTRIC_DESC= Compile with Electric Fence memory debugger - -WRKSRC= ${WRKDIR}/${PORTNAME} - -CONFIGURE_ARGS= --prefix=${PREFIX} --without-mp3 - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MBZIP2} -CONFIGURE_ARGS+= --no-bzip2 -.else -CONFIGURE_ARGS+= --bzip2 -.endif - -.if ! ${PORT_OPTIONS:MCALC} -CONFIGURE_ARGS+= --without-calc -.endif - -.if ! ${PORT_OPTIONS:MCALENDAR} -CONFIGURE_ARGS+= --without-calendar -.endif - -.if ! ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+= --no-intl -.else -USES+= gettext -PLIST_FILES= share/locale/es/LC_MESSAGES/setedit.mo \ - share/locale/de/LC_MESSAGES/setedit.mo -.endif - -.if ${PORT_OPTIONS:MAALIB} -LIB_DEPENDS+= libaa.so:${PORTSDIR}/graphics/aalib -CONFIGURE_ARGS+= --with-aa -.else -CONFIGURE_ARGS+= --without-aa -.endif - -.if ${PORT_OPTIONS:MELECTRIC} -LIB_DEPENDS+= libefence.so:${PORTSDIR}/devel/ElectricFence -CONFIGURE_ARGS+= --with-efence -.endif - -post-build: - @${ECHO_CMD} "Packing documentation..." - @cd ${WRKSRC}/doc ; \ - ${CP} editor.inf setedit.info ; \ - ${CP} sdg.inf sdg.info ; \ - ${CP} infeng.inf infview.info ; \ - ${CP} editor.txt setedit.txt ; ${GZIP_CMD} setedit.txt ; \ - ${CP} infeng.txt infview.txt ; ${GZIP_CMD} infview.txt ; \ - ${CP} setedit.man setedit.1 ; \ - ${CP} infview.man infview.1 ; \ - ${GZIP_CMD} sdg.txt - -do-install: - @${MKDIR} ${DATADIR} - @${MKDIR} ${DATADIR}/eterm - @${MKDIR} ${DATADIR}/eterm/Setedit - @${MKDIR} ${PREFIX}/lib/setedit - ${INSTALL_PROGRAM} ${WRKSRC}/makes/editor.exe ${PREFIX}/bin/setedit - ${INSTALL_PROGRAM} ${WRKSRC}/makes/infview.exe ${PREFIX}/bin/infview - ${INSTALL_DATA} ${WRKSRC}/holidays/holidays.conf ${PREFIX}/lib/setedit - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/eterm/Setedit/MAIN ${DATADIR}/eterm/Setedit - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/eterm/Setedit/Setedit.menu ${DATADIR}/eterm/Setedit - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/eterm/readme.txt ${DATADIR}/eterm - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/eterm/xterm-eterm-tv ${DATADIR}/eterm - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/asm51.pmc ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/clippmac.pmc ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/cpmacros.pmc ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/htmlmac.pmc ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/perlmac.pmc ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/pmacros.pmc ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/vhdl.pmc ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/wmlmac.pmc ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/syntaxhl.shl ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/editor.tip ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/simple.tip ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/BTerminus.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/Terminus.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/XFont.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/antique.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/boxround.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/cntdown.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/medieval.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/ocr.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/roman.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/rombios.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/thin.sft ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sdg/txhgen-i.htm ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sdg/txhgen-i.txi ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sdg/txhgen-i.txt ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sdg/html.frt ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sdg/multi.frt ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sdg/tex.frt ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/menubind.smn ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/redmond.smn ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/examples.slp ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/macros.slp ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cfgfiles/errors.cle ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/doc/readme.1st ${DATADIR} - cd ${WRKSRC}/doc && ${INSTALL_DATA} ${MAN1} ${MANPREFIX}/man/man1 -.if ${PORT_OPTIONS:MNLS} - ${INSTALL_DATA} ${WRKSRC}/internac/es.mo ${PREFIX}/share/locale/es/LC_MESSAGES/setedit.mo - ${INSTALL_DATA} ${WRKSRC}/internac/de.mo ${PREFIX}/share/locale/de/LC_MESSAGES/setedit.mo -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @${MKDIR} ${DOCSDIR}/examples - @${MKDIR} ${DOCSDIR}/tag_imgs - ${INSTALL_DATA} ${WRKSRC}/distrib/examples/tvrc ${DOCSDIR}/examples - ${INSTALL_DATA} ${WRKSRC}/distrib/examples/examp1.dst ${DOCSDIR}/examples - ${INSTALL_DATA} ${WRKSRC}/distrib/examples/examp1.epr ${DOCSDIR}/examples - ${INSTALL_DATA} ${WRKSRC}/distrib/examples/test1.cc ${DOCSDIR}/examples - (cd ${WRKSRC}/www-site/tag_imgs/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/tag_imgs/) - ${INSTALL_DATA} ${WRKSRC}/copyrigh ${DOCSDIR}/copyright - ${INSTALL_DATA} ${WRKSRC}/copying.dj ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/copying.gpl ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/copying.lgp ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/copying.rh ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/www-site/tags.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/www-site/my_file1.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/www-site/my_file2.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/www-site/my_file3.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/www-site/examples.css ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/readme.1st ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/distrib/linux.faq ${DOCSDIR}/faq.txt - ${INSTALL_DATA} ${WRKSRC}/doc/setedit.txt.gz ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/sdg.txt.gz ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/infview.txt.gz ${DOCSDIR} -.endif - ${INSTALL_DATA} ${WRKSRC}/doc/setedit.info ${PREFIX}/info - ${INSTALL_DATA} ${WRKSRC}/doc/sdg.info ${PREFIX}/info - ${INSTALL_DATA} ${WRKSRC}/doc/infview.info ${PREFIX}/info - -.include <bsd.port.mk> diff --git a/editors/setedit/distinfo b/editors/setedit/distinfo deleted file mode 100644 index b8be5024317c..000000000000 --- a/editors/setedit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (setedit-0.5.5-4.tar.gz) = 1b0d53a81ae83c42338c6108fa2ab2d8348806769e29ef42c85333f248f797f4 -SIZE (setedit-0.5.5-4.tar.gz) = 2393653 diff --git a/editors/setedit/files/patch-Makefile b/editors/setedit/files/patch-Makefile deleted file mode 100644 index 023b99600657..000000000000 --- a/editors/setedit/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- libmigdb/src/Makefile.orig 2004-09-10 11:49:31.000000000 -0700 -+++ libmigdb/src/Makefile 2010-06-10 01:14:22.000000000 -0700 -@@ -3,8 +3,8 @@ - - all: libmigdb.a - --CFLAGS=-O2 -Wall -gstabs+3 -I. --CXXFLAGS=-O2 -Wall -gstabs+3 -+CFLAGS=-O2 -Wall -I. -+CXXFLAGS=-O2 -Wall - LDLIBS= - - connect.o: mi_gdb.h diff --git a/editors/setedit/files/patch-config.pl b/editors/setedit/files/patch-config.pl deleted file mode 100644 index 623c3cf919ad..000000000000 --- a/editors/setedit/files/patch-config.pl +++ /dev/null @@ -1,52 +0,0 @@ ---- config.pl.orig 2004-10-12 12:00:54.000000000 -0700 -+++ config.pl 2010-06-10 01:14:22.000000000 -0700 -@@ -169,7 +169,7 @@ - } - elsif ($OS eq 'UNIX') - { -- $MakeDefsRHIDE[0]='RHIDE_STDINC=/usr/include /usr/local/include /usr/include/g++ /usr/local/include/g++ /usr/lib/gcc-lib /usr/local/lib/gcc-lib'; -+ $MakeDefsRHIDE[0]='RHIDE_STDINC=/usr/include ' . $ENV{'LOCALBASE'} . '/include /usr/include/g++ ' . $ENV{'LOCALBASE'} . '/include/g++ /usr/lib/gcc-lib ' . $ENV{'LOCALBASE'} . '/lib/gcc-lib'; - if (@conf{'static'} eq 'yes') - { $libs=TVConfigOption('slibs'); } - else -@@ -456,9 +456,9 @@ - elsif ($i eq '--debug') - { - $conf{'XCFLAGS'}= -- $conf{'XCXXFLAGS'}='-O3 -fomit-frame-pointer -ffast-math -gstabs+3'; -+ $conf{'XCXXFLAGS'}='-O3 -fomit-frame-pointer -ffast-math'; - $conf{'CFLAGS'}= -- $conf{'CXXFLAGS'}='-O2 -Wall -Werror -gstabs+3'; -+ $conf{'CXXFLAGS'}='-O2 -Wall -Werror'; - } - elsif ($i eq '--with-mixer') - { -@@ -783,8 +783,8 @@ - } - elsif ($OS eq 'UNIX') - { -- @dirsI=("$parent/tvision/include",'/usr/include/rhtvision','/usr/local/include/rhtvision'); -- @dirsL=("$parent/tvision/makes",'/usr/lib','/usr/local/lib'); -+ @dirsI=("$parent/tvision/include",'/usr/include/rhtvision',$ENV{'LOCALBASE'} . '/include/rhtvision'); -+ @dirsL=("$parent/tvision/makes",'/usr/lib',$ENV{'LOCALBASE'} . '/lib'); - } - elsif ($OS eq 'Win32') - { -@@ -1856,7 +1856,7 @@ - return 0; - } - '; -- $conf{'X11LibPath'}='/usr/X11R6/lib' unless $conf{'X11LibPath'}; -+ $conf{'X11LibPath'}=$ENV{'LOCALBASE'} . '/lib' unless $conf{'X11LibPath'}; - $conf{'X11Lib'}='X11 Xmu' unless $conf{'X11Lib'}; - $libs=$conf{'X11Lib'}; - $libs=~s/(\S+)/-l$1/g; -@@ -1873,7 +1873,7 @@ - { - if (!$conf{'X11IncludePath'}) - { -- $conf{'X11IncludePath'}='/usr/X11R6/include'; -+ $conf{'X11IncludePath'}=$ENV{'LOCALBASE'} . '/include'; - $o.="-I$conf{'X11IncludePath'} -L$conf{'X11LibPath'} $libs"; - if ($test=~/OK, (\d+)\.(\d+)/) - { diff --git a/editors/setedit/files/patch-conflib.pl b/editors/setedit/files/patch-conflib.pl deleted file mode 100644 index 2918245b64db..000000000000 --- a/editors/setedit/files/patch-conflib.pl +++ /dev/null @@ -1,49 +0,0 @@ ---- conflib.pl.orig 2006-11-22 06:53:21.000000000 -0800 -+++ conflib.pl 2010-06-10 01:33:44.000000000 -0700 -@@ -246,7 +246,7 @@ - else - { - if ($OSf eq 'FreeBSD') -- { $prefix='/usr/local'; } -+ { $prefix=$ENV{'PREFIX'}; } - else - { $prefix='/usr'; } - } -@@ -575,7 +575,7 @@ - $ret.=' -pipe' if $UsePipe; - # Looks like that's common and some sysadmins doesn't configure gcc to - # look there: -- $conf{'EXTRA_INCLUDE_DIRS'}.=' /usr/local/include' if ($OSf eq 'FreeBSD'); -+ $conf{'EXTRA_INCLUDE_DIRS'}.=' ' . $ENV{'LOCALBASE'} . '/include' if ($OSf eq 'FreeBSD'); - # gcc 4.x enables -Wpacked this by default. - $ver=RunRedirect("$GCC -dumpversion"); - $ret.=' -Wno-packed' if $ver>=4; -@@ -607,7 +607,7 @@ - return $ret; - } - $ret=''; -- $ret.='/usr/local/lib' if ($OSf eq 'FreeBSD'); -+ $ret.=$ENV{'LOCALBASE'} . '/lib' if ($OSf eq 'FreeBSD'); - $conf{'LDExtraDirs'}=$ret; - $ret; - } -@@ -650,8 +650,8 @@ - { - $ret='-O2'; # -gstabs+3'; - $ret.=' -pipe' if $UsePipe; -- $ret.=' -L/usr/local/include' if ($OSf eq 'FreeBSD'); -- $conf{'EXTRA_INCLUDE_DIRS'}.=' /usr/local/include' if ($OSf eq 'FreeBSD'); -+ $ret.=' -L' . $ENV{'LOCALBASE'} . '/include' if ($OSf eq 'FreeBSD'); -+ $conf{'EXTRA_INCLUDE_DIRS'}.=' ' . $ENV{'LOCALBASE'} . '/include' if ($OSf eq 'FreeBSD'); - } - } - print "$ret\n"; -@@ -1444,7 +1444,7 @@ - die; - } - if (($OSf eq 'Darwin') || ($OSf eq 'HP-UX') || ($OSf eq 'Tru64') || -- ($OSf eq 'Solaris')) -+ ($OSf eq 'Solaris') || ($OSf eq 'FreeBSD')) - { - $conf{'GNU_AR'}='ar'; - $conf{'UseRanLib'}=1; diff --git a/editors/setedit/files/patch-editmain.cc b/editors/setedit/files/patch-editmain.cc deleted file mode 100644 index 05f5abe37e96..000000000000 --- a/editors/setedit/files/patch-editmain.cc +++ /dev/null @@ -1,25 +0,0 @@ ---- setedit/editmain.cc.orig 2004-10-18 09:38:28.000000000 -0700 -+++ setedit/editmain.cc 2010-06-10 01:14:22.000000000 -0700 -@@ -2299,22 +2299,6 @@ - else - if (Clock) - KillClock(); -- -- if (UseScreenSaver && TScreen::useScreenSaver()) -- { -- int seconds=inIdleTime/clockResolution; -- if (seconds==screenSaverTimeMouse) -- { -- MouseEventType me; -- TMouse::getEvent(me); -- TRect r=deskTop->getExtent(); -- if (me.where.x==r.b.x-1 && me.where.y==0) -- screenSaver(); -- } -- else -- if (seconds>=screenSaverTime) -- screenSaver(); -- } - } - - diff --git a/editors/setedit/pkg-descr b/editors/setedit/pkg-descr deleted file mode 100644 index fdea60c25d63..000000000000 --- a/editors/setedit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SETEdit is a friendly text editor. - -It is a text mode application with windows, buttons, mouse support, etc. The -main target of the project are programmers so the editor is mainly oriented to -programming. - -WWW: http://setedit.sourceforge.net diff --git a/editors/setedit/pkg-plist b/editors/setedit/pkg-plist deleted file mode 100644 index 4183aa6a3689..000000000000 --- a/editors/setedit/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/setedit -bin/infview -lib/setedit/holidays.conf -%%DATADIR%%/eterm/Setedit/MAIN -%%DATADIR%%/eterm/Setedit/Setedit.menu -%%DATADIR%%/eterm/readme.txt -%%DATADIR%%/eterm/xterm-eterm-tv -%%DATADIR%%/asm51.pmc -%%DATADIR%%/clippmac.pmc -%%DATADIR%%/cpmacros.pmc -%%DATADIR%%/htmlmac.pmc -%%DATADIR%%/perlmac.pmc -%%DATADIR%%/pmacros.pmc -%%DATADIR%%/vhdl.pmc -%%DATADIR%%/wmlmac.pmc -%%DATADIR%%/syntaxhl.shl -%%DATADIR%%/editor.tip -%%DATADIR%%/simple.tip -%%DATADIR%%/BTerminus.sft -%%DATADIR%%/Terminus.sft -%%DATADIR%%/XFont.sft -%%DATADIR%%/antique.sft -%%DATADIR%%/boxround.sft -%%DATADIR%%/cntdown.sft -%%DATADIR%%/medieval.sft -%%DATADIR%%/ocr.sft -%%DATADIR%%/roman.sft -%%DATADIR%%/rombios.sft -%%DATADIR%%/thin.sft -%%DATADIR%%/txhgen-i.htm -%%DATADIR%%/txhgen-i.txi -%%DATADIR%%/txhgen-i.txt -%%DATADIR%%/html.frt -%%DATADIR%%/multi.frt -%%DATADIR%%/tex.frt -%%DATADIR%%/menubind.smn -%%DATADIR%%/redmond.smn -%%DATADIR%%/examples.slp -%%DATADIR%%/macros.slp -%%DATADIR%%/errors.cle -%%DATADIR%%/readme.1st -@dirrm lib/setedit -@dirrm %%DATADIR%%/eterm/Setedit -@dirrm %%DATADIR%%/eterm -@dirrm %%DATADIR%% -%%PORTDOCS%%%%DOCSDIR%%/examples/tvrc -%%PORTDOCS%%%%DOCSDIR%%/examples/examp1.dst -%%PORTDOCS%%%%DOCSDIR%%/examples/examp1.epr -%%PORTDOCS%%%%DOCSDIR%%/examples/test1.cc -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/a_project.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/advice_tags.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/class_child1.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/class_list.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/d_tag_options.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/generate_tags.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/jump_symbol.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/name_project.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/project_open.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/sorted.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/symbols_example.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/tag_options.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/this_and_parents.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/this_class.png -%%PORTDOCS%%%%DOCSDIR%%/tag_imgs/w_completion.png -%%PORTDOCS%%%%DOCSDIR%%/copyright -%%PORTDOCS%%%%DOCSDIR%%/setedit.txt.gz -%%PORTDOCS%%%%DOCSDIR%%/sdg.txt.gz -%%PORTDOCS%%%%DOCSDIR%%/infview.txt.gz -%%PORTDOCS%%%%DOCSDIR%%/copying.dj -%%PORTDOCS%%%%DOCSDIR%%/copying.gpl -%%PORTDOCS%%%%DOCSDIR%%/copying.lgp -%%PORTDOCS%%%%DOCSDIR%%/copying.rh -%%PORTDOCS%%%%DOCSDIR%%/tags.html -%%PORTDOCS%%%%DOCSDIR%%/my_file1.html -%%PORTDOCS%%%%DOCSDIR%%/my_file2.html -%%PORTDOCS%%%%DOCSDIR%%/my_file3.html -%%PORTDOCS%%%%DOCSDIR%%/examples.css -%%PORTDOCS%%%%DOCSDIR%%/readme.1st -%%PORTDOCS%%%%DOCSDIR%%/faq.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tag_imgs -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/editors/softmaker-office/Makefile b/editors/softmaker-office/Makefile deleted file mode 100644 index ddc607b58f4a..000000000000 --- a/editors/softmaker-office/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Ion-Mihai "IOnut" Tetcu<itetcu@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= SoftMaker-Office -PORTVERSION= 2006 -PORTREVISION= 2 -CATEGORIES= editors -MASTER_SITES= http://www.softmaker.net/down/ -DISTFILES= ofb06trial.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Microsoft Word/Excel OpenDocument and OpenOffice.org editor - -BROKEN= Checksum and size mismatch - -RUN_DEPENDS= ${LOCALBASE}/bin/xfs:${PORTSDIR}/x11-fonts/xfs - -USE_XORG= x11 - -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/officetrial - -OPTIONS_DEFINE= ALL_DICTS -OPTIONS_DEFAULT= ALL_DICTS -ALL_DICTS_DESC= Install all available dictionaries - -RESTRICTED= distribution with other products of any kind forbiden -NO_CDROM= distribution with other products of any kind forbiden -NO_PACKAGE= distribution with other products of any kind forbiden - -ONLY_FOR_ARCHS= i386 - -ALL_DICTS_DISTFILES= sml06dict.tgz - -NO_STAGE= yes -post-extract: - cd ${WRKSRC} && ${FIND} . -type f -execdir ${CHMOD} ${SHAREMODE} \{\} \; && \ - ${CHMOD} ${BINMODE} planmaker textmaker - -do-install: - ${MKDIR} ${PREFIX}/${PORTNAME} - cd ${WRKSRC} && ${CP} -Rp . ${PREFIX}/${PORTNAME} - ${LN} -s ${PREFIX}/${PORTNAME}/planmaker ${PREFIX}/bin/planmaker - ${LN} -s ${PREFIX}/${PORTNAME}/textmaker ${PREFIX}/bin/textmaker - -.include <bsd.port.mk> diff --git a/editors/softmaker-office/distinfo b/editors/softmaker-office/distinfo deleted file mode 100644 index 43eb8d4edb45..000000000000 --- a/editors/softmaker-office/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (ofb06trial.tgz) = bd068c8e934f17fe820bf1414db2c1bacb5a140f466a1aaf1aeb77f3b8f4d184 -SIZE (ofb06trial.tgz) = 26047819 -SHA256 (sml06dict.tgz) = 3e522f296ea2b64bed693ea1d05b7447ed4db1870e156dcb57fdb2fbc2cd5a38 -SIZE (sml06dict.tgz) = 12376542 diff --git a/editors/softmaker-office/pkg-descr b/editors/softmaker-office/pkg-descr deleted file mode 100644 index a9112c8d8c97..000000000000 --- a/editors/softmaker-office/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -SoftMaker Office 2006 comes with the following applications: -TextMaker 2006, the reliable and friendly word processor that reads and writes -all Microsoft Word files without a hitch. -PlanMaker 2006, the fully Excel-compatible spreadsheet (see review) that lets -you create the most intricate worksheets. - -TextMaker and PlanMaker are a perfect match. They not only provide consistent -menu structures and dialog windows, but can also exchange data smoothly with -each other. For instance, you can insert PlanMaker worksheets into TextMaker. -Furthermore, both TextMaker and PlanMaker support the dBASE database format so -they can access the same database files. -Compatible with Microsoft Office, OpenDocument, and more, pdf exports. - -TextMaker and PlanMaker read and write these file formats with highest fidelity. -You can even set your default file types in TextMaker and PlanMaker to "Word" -and "Excel" and never worry about exchanging documents again! - -This trial version let you evaluate SoftMaker Office for 30 days. Export to -Word and Excel formats is disabled. - -WWW: http://www.softmaker.com/english/ofl_en.htm diff --git a/editors/softmaker-office/pkg-plist b/editors/softmaker-office/pkg-plist deleted file mode 100644 index 3d9bf95e7982..000000000000 --- a/editors/softmaker-office/pkg-plist +++ /dev/null @@ -1,524 +0,0 @@ -bin/planmaker -bin/textmaker -SoftMaker-Office/fonts/coup.pfb -SoftMaker-Office/fonts/coupb.pfb -SoftMaker-Office/fonts/coupbi.pfb -SoftMaker-Office/fonts/coupi.pfb -SoftMaker-Office/fonts/micr.pfb -SoftMaker-Office/fonts/micrb.pfb -SoftMaker-Office/fonts/micrbi.pfb -SoftMaker-Office/fonts/micri.pfb -SoftMaker-Office/fonts/roma.pfb -SoftMaker-Office/fonts/romab.pfb -SoftMaker-Office/fonts/romabi.pfb -SoftMaker-Office/fonts/romai.pfb -SoftMaker-Office/fonts/saps.pfb -SoftMaker-Office/fonts/sapsb.pfb -SoftMaker-Office/fonts/sapsbi.pfb -SoftMaker-Office/fonts/sapsi.pfb -SoftMaker-Office/fonts/symb.pfb -SoftMaker-Office/html/images/bullet.gif -SoftMaker-Office/html/images/bullet1.gif -SoftMaker-Office/html/images/eur6995.gif -SoftMaker-Office/html/images/flag_de_mini.gif -SoftMaker-Office/html/images/flag_us_mini.gif -SoftMaker-Office/html/images/logoblu.gif -SoftMaker-Office/html/images/office2006logo_300_linux_de.gif -SoftMaker-Office/html/images/office2006logo_300_linux_en.gif -SoftMaker-Office/html/images/office_recom.gif -SoftMaker-Office/html/images/ofl06_280_de.gif -SoftMaker-Office/html/images/ofl06_280_en.gif -SoftMaker-Office/html/images/ofl06_280_onblue_de.gif -SoftMaker-Office/html/images/ofl06_280_onblue_en.gif -SoftMaker-Office/html/images/ofl06_box.jpg -SoftMaker-Office/html/images/ofl06_de.png -SoftMaker-Office/html/images/ofl06_en.png -SoftMaker-Office/html/images/pcmagtop.gif -SoftMaker-Office/html/images/pcmagtop_onblue.gif -SoftMaker-Office/html/images/pm_bubbles.gif -SoftMaker-Office/html/images/pm_bubbles_en.gif -SoftMaker-Office/html/images/pm_bubbles_sml.gif -SoftMaker-Office/html/images/pm_flat.gif -SoftMaker-Office/html/images/pm_flat_en.gif -SoftMaker-Office/html/images/pm_flat_sml.gif -SoftMaker-Office/html/images/pm_pie3d.gif -SoftMaker-Office/html/images/pm_pie3d_sml.gif -SoftMaker-Office/html/images/pm_textart.gif -SoftMaker-Office/html/images/pml06_280_de.gif -SoftMaker-Office/html/images/pml06_280_en.gif -SoftMaker-Office/html/images/pml06_de.png -SoftMaker-Office/html/images/pml06_en.png -SoftMaker-Office/html/images/pml06_flow_120_de.gif -SoftMaker-Office/html/images/pml06_flow_120_en.gif -SoftMaker-Office/html/images/pml06_flow_de.png -SoftMaker-Office/html/images/pml06_flow_en.png -SoftMaker-Office/html/images/pml06_shapes_120_de.gif -SoftMaker-Office/html/images/pml06_shapes_120_en.gif -SoftMaker-Office/html/images/pml06_shapes_de.png -SoftMaker-Office/html/images/pml06_shapes_en.png -SoftMaker-Office/html/images/smo06_box.jpg -SoftMaker-Office/html/images/tml06_280_de.gif -SoftMaker-Office/html/images/tml06_280_en.gif -SoftMaker-Office/html/images/tml06_de.png -SoftMaker-Office/html/images/tml06_en.png -SoftMaker-Office/html/images/tml06_objectstrip_de.gif -SoftMaker-Office/html/images/tml06_objectstrip_en.gif -SoftMaker-Office/html/images/tml06_revisionstrip_de.gif -SoftMaker-Office/html/images/tml06_revisionstrip_en.gif -SoftMaker-Office/html/images/tml06_textart_190.gif -SoftMaker-Office/html/images/tml06_textart_190_en.gif -SoftMaker-Office/html/images/tml06_textart_de.gif -SoftMaker-Office/html/images/tml06_textart_en.gif -SoftMaker-Office/html/images/usd6995_en.gif -SoftMaker-Office/html/impress.htm -SoftMaker-Office/html/impress_en.htm -SoftMaker-Office/html/index.htm -SoftMaker-Office/html/of.htm -SoftMaker-Office/html/of_en.htm -SoftMaker-Office/html/ofl.htm -SoftMaker-Office/html/ofl_en.htm -SoftMaker-Office/html/oflpm.htm -SoftMaker-Office/html/oflpm_en.htm -SoftMaker-Office/html/oflpress.htm -SoftMaker-Office/html/oflpress_en.htm -SoftMaker-Office/html/ofltm.htm -SoftMaker-Office/html/ofltm_en.htm -SoftMaker-Office/icons/pml_16.png -SoftMaker-Office/icons/pml_32.png -SoftMaker-Office/icons/pml_48.png -SoftMaker-Office/icons/tml_16.png -SoftMaker-Office/icons/tml_16.xpm -SoftMaker-Office/icons/tml_32.png -SoftMaker-Office/icons/tml_32.xpm -SoftMaker-Office/icons/tml_48.png -SoftMaker-Office/icons/tml_48.xpm -SoftMaker-Office/install_de/Config/tmsmart.dat -SoftMaker-Office/install_de/Documents/Beispiele/Biorhythmus.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Einheitenrechner.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Fahrtenbuch.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Gebiete.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Kalender 2007 ohne Feiertage.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Kalender 2007.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Life.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Rechnung.dbf -SoftMaker-Office/install_de/Documents/Beispiele/Rechnung.tmd -SoftMaker-Office/install_de/Documents/Beispiele/Stundenplan.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Telefonliste.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Tour1.tmd -SoftMaker-Office/install_de/Documents/Beispiele/Tour2.tmd -SoftMaker-Office/install_de/Documents/Beispiele/Tour3.tmd -SoftMaker-Office/install_de/Documents/Beispiele/Tour4.tmd -SoftMaker-Office/install_de/Documents/Beispiele/Umsatz.pmd -SoftMaker-Office/install_de/Documents/Beispiele/Zeiterfassung.pmd -SoftMaker-Office/install_de/Documents/FAQ (Deutsch).tmd -SoftMaker-Office/install_de/Documents/FAQ_DE.rtf -SoftMaker-Office/install_de/Documents/Liesmich.tmd -SoftMaker-Office/install_de/Documents/World Languages.tmd -SoftMaker-Office/install_de/Documents/biblio.dbf -SoftMaker-Office/install_de/Documents/tmw.dbf -SoftMaker-Office/install_de/Templates/English/Business Card/Business Card 1 (personal).tmv -SoftMaker-Office/install_de/Templates/English/Business Card/Business Card 1.tmv -SoftMaker-Office/install_de/Templates/English/Business Card/Business Card 2 (personal).tmv -SoftMaker-Office/install_de/Templates/English/Business Card/Business Card 2.tmv -SoftMaker-Office/install_de/Templates/English/Fax/Business Fax 1.tmv -SoftMaker-Office/install_de/Templates/English/Fax/Business Fax 2.tmv -SoftMaker-Office/install_de/Templates/English/Fax/Business Fax 3.tmv -SoftMaker-Office/install_de/Templates/English/Fax/Business Fax 4.tmv -SoftMaker-Office/install_de/Templates/English/Fax/Personal Fax 1.tmv -SoftMaker-Office/install_de/Templates/English/Fax/Personal Fax 2.tmv -SoftMaker-Office/install_de/Templates/English/Fax/Personal Fax 3.tmv -SoftMaker-Office/install_de/Templates/English/Fax/Personal Fax 4.tmv -SoftMaker-Office/install_de/Templates/English/Letter/Personal Letter 1.tmv -SoftMaker-Office/install_de/Templates/English/Letter/Personal Letter 2.tmv -SoftMaker-Office/install_de/Templates/English/Letter/Personal Letter 3.tmv -SoftMaker-Office/install_de/Templates/English/Letter/Personal Letter 4.tmv -SoftMaker-Office/install_de/Templates/English/Letter/Personal Letter 5.tmv -SoftMaker-Office/install_de/Templates/English/Letter/Personal Letter 6.tmv -SoftMaker-Office/install_de/Templates/English/Letter/Personal Letter 7.tmv -SoftMaker-Office/install_de/Templates/English/Memo/Memo 1.tmv -SoftMaker-Office/install_de/Templates/English/Memo/Memo 2.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Delivery Note (business) 1.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Delivery Note (business) 2.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Invoice (business) 1.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Invoice (business) 2.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Meeting Notes.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Order (business) 1.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Order (business) 2.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Order (personal) 1.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Order (personal) 2.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Phone List.tmv -SoftMaker-Office/install_de/Templates/English/Misc/Resume.tmv -SoftMaker-Office/install_de/Templates/English/Normal.tmv -SoftMaker-Office/install_de/Templates/English/PlanMaker/Normal.pmv -SoftMaker-Office/install_de/Templates/English/Short Letter/Short Letter (business) 1.tmv -SoftMaker-Office/install_de/Templates/English/Short Letter/Short Letter (business) 2.tmv -SoftMaker-Office/install_de/Templates/English/Short Letter/Short Letter (personal) 1.tmv -SoftMaker-Office/install_de/Templates/English/Short Letter/Short Letter (personal) 2.tmv -SoftMaker-Office/install_en/Config/tmsmart.dat -SoftMaker-Office/install_en/Documents/FAQ (English).tmd -SoftMaker-Office/install_en/Documents/FAQ_EN.rtf -SoftMaker-Office/install_en/Documents/Readme.tmd -SoftMaker-Office/install_en/Documents/Samples/Invoice.dbf -SoftMaker-Office/install_en/Documents/Samples/Invoice.tmd -SoftMaker-Office/install_en/Documents/Samples/Sample.pmd -SoftMaker-Office/install_en/Documents/Samples/Tour1.tmd -SoftMaker-Office/install_en/Documents/Samples/Tour2.tmd -SoftMaker-Office/install_en/Documents/Samples/Tour3.tmd -SoftMaker-Office/install_en/Documents/Samples/Tour4.tmd -SoftMaker-Office/install_en/Documents/World Languages.tmd -SoftMaker-Office/install_en/Documents/biblio.dbf -SoftMaker-Office/install_en/Documents/tmw.dbf -SoftMaker-Office/install_en/Templates/English/Business Card/Business Card 1 (personal).tmv -SoftMaker-Office/install_en/Templates/English/Business Card/Business Card 1.tmv -SoftMaker-Office/install_en/Templates/English/Business Card/Business Card 2 (personal).tmv -SoftMaker-Office/install_en/Templates/English/Business Card/Business Card 2.tmv -SoftMaker-Office/install_en/Templates/English/Fax/Business Fax 1.tmv -SoftMaker-Office/install_en/Templates/English/Fax/Business Fax 2.tmv -SoftMaker-Office/install_en/Templates/English/Fax/Business Fax 3.tmv -SoftMaker-Office/install_en/Templates/English/Fax/Business Fax 4.tmv -SoftMaker-Office/install_en/Templates/English/Fax/Personal Fax 1.tmv -SoftMaker-Office/install_en/Templates/English/Fax/Personal Fax 2.tmv -SoftMaker-Office/install_en/Templates/English/Fax/Personal Fax 3.tmv -SoftMaker-Office/install_en/Templates/English/Fax/Personal Fax 4.tmv -SoftMaker-Office/install_en/Templates/English/Letter/Personal Letter 1.tmv -SoftMaker-Office/install_en/Templates/English/Letter/Personal Letter 2.tmv -SoftMaker-Office/install_en/Templates/English/Letter/Personal Letter 3.tmv -SoftMaker-Office/install_en/Templates/English/Letter/Personal Letter 4.tmv -SoftMaker-Office/install_en/Templates/English/Letter/Personal Letter 5.tmv -SoftMaker-Office/install_en/Templates/English/Letter/Personal Letter 6.tmv -SoftMaker-Office/install_en/Templates/English/Letter/Personal Letter 7.tmv -SoftMaker-Office/install_en/Templates/English/Memo/Memo 1.tmv -SoftMaker-Office/install_en/Templates/English/Memo/Memo 2.tmv -SoftMaker-Office/install_en/Templates/English/Misc/Phone List.tmv -SoftMaker-Office/install_en/Templates/English/Normal.tmv -SoftMaker-Office/install_en/Templates/English/PlanMaker/Normal.pmv -SoftMaker-Office/install_es/Config/tmsmart.dat -SoftMaker-Office/install_es/Documents/FAQ (English).tmd -SoftMaker-Office/install_es/Documents/Leame.tmd -SoftMaker-Office/install_es/Documents/Samples/Ejemplo.pmd -SoftMaker-Office/install_es/Documents/Samples/Tour1.tmd -SoftMaker-Office/install_es/Documents/Samples/Tour2.tmd -SoftMaker-Office/install_es/Documents/Samples/Tour3.tmd -SoftMaker-Office/install_es/Documents/Samples/Tour4.tmd -SoftMaker-Office/install_es/Documents/World Languages.tmd -SoftMaker-Office/install_es/Documents/biblio.dbf -SoftMaker-Office/install_es/Documents/tmw.dbf -SoftMaker-Office/install_es/Templates/English/Business Card/Business Card 1 (personal).tmv -SoftMaker-Office/install_es/Templates/English/Business Card/Business Card 1.tmv -SoftMaker-Office/install_es/Templates/English/Business Card/Business Card 2 (personal).tmv -SoftMaker-Office/install_es/Templates/English/Business Card/Business Card 2.tmv -SoftMaker-Office/install_es/Templates/English/Fax/Business Fax 1.tmv -SoftMaker-Office/install_es/Templates/English/Fax/Business Fax 2.tmv -SoftMaker-Office/install_es/Templates/English/Fax/Business Fax 3.tmv -SoftMaker-Office/install_es/Templates/English/Fax/Business Fax 4.tmv -SoftMaker-Office/install_es/Templates/English/Fax/Personal Fax 1.tmv -SoftMaker-Office/install_es/Templates/English/Fax/Personal Fax 2.tmv -SoftMaker-Office/install_es/Templates/English/Fax/Personal Fax 3.tmv -SoftMaker-Office/install_es/Templates/English/Fax/Personal Fax 4.tmv -SoftMaker-Office/install_es/Templates/English/Letter/Personal Letter 1.tmv -SoftMaker-Office/install_es/Templates/English/Letter/Personal Letter 2.tmv -SoftMaker-Office/install_es/Templates/English/Letter/Personal Letter 3.tmv -SoftMaker-Office/install_es/Templates/English/Letter/Personal Letter 4.tmv -SoftMaker-Office/install_es/Templates/English/Letter/Personal Letter 5.tmv -SoftMaker-Office/install_es/Templates/English/Letter/Personal Letter 6.tmv -SoftMaker-Office/install_es/Templates/English/Letter/Personal Letter 7.tmv -SoftMaker-Office/install_es/Templates/English/Memo/Memo 1.tmv -SoftMaker-Office/install_es/Templates/English/Memo/Memo 2.tmv -SoftMaker-Office/install_es/Templates/English/Misc/Phone List.tmv -SoftMaker-Office/install_es/Templates/English/Normal.tmv -SoftMaker-Office/install_es/Templates/English/PlanMaker/Normal.pmv -SoftMaker-Office/install_fr/Config/tmsmart.dat -SoftMaker-Office/install_fr/Documents/FAQ (English).tmd -SoftMaker-Office/install_fr/Documents/FAQ_EN.rtf -SoftMaker-Office/install_fr/Documents/Readme.tmd -SoftMaker-Office/install_fr/Documents/World Languages.tmd -SoftMaker-Office/install_fr/Documents/biblio.dbf -SoftMaker-Office/install_fr/Documents/tmw.dbf -SoftMaker-Office/install_fr/Templates/English/Normal.tmv -SoftMaker-Office/install_fr/Templates/English/PlanMaker/Normal.pmv -SoftMaker-Office/install_hu/Documents/FAQ (English).tmd -SoftMaker-Office/install_hu/Documents/FAQ_EN.rtf -SoftMaker-Office/install_hu/Documents/Readme.tmd -SoftMaker-Office/install_hu/Documents/World Languages.tmd -SoftMaker-Office/install_hu/Documents/biblio.dbf -SoftMaker-Office/install_hu/Documents/tmw.dbf -SoftMaker-Office/install_hu/Templates/English/Normal.tmv -SoftMaker-Office/install_pb/Config/tmsmart.dat -SoftMaker-Office/install_pb/Documents/FAQ (English).tmd -SoftMaker-Office/install_pb/Documents/Leia-me.tmd -SoftMaker-Office/install_pb/Documents/Samples/Exemplo.pmd -SoftMaker-Office/install_pb/Documents/Samples/Tour1.tmd -SoftMaker-Office/install_pb/Documents/Samples/Tour2.tmd -SoftMaker-Office/install_pb/Documents/Samples/Tour3.tmd -SoftMaker-Office/install_pb/Documents/Samples/Tour4.tmd -SoftMaker-Office/install_pb/Documents/World Languages.tmd -SoftMaker-Office/install_pb/Documents/biblio.dbf -SoftMaker-Office/install_pb/Documents/tmw.dbf -SoftMaker-Office/install_pb/Templates/English/Business Card/Business Card 1 (personal).tmv -SoftMaker-Office/install_pb/Templates/English/Business Card/Business Card 1.tmv -SoftMaker-Office/install_pb/Templates/English/Business Card/Business Card 2 (personal).tmv -SoftMaker-Office/install_pb/Templates/English/Business Card/Business Card 2.tmv -SoftMaker-Office/install_pb/Templates/English/Fax/Business Fax 1.tmv -SoftMaker-Office/install_pb/Templates/English/Fax/Business Fax 2.tmv -SoftMaker-Office/install_pb/Templates/English/Fax/Business Fax 3.tmv -SoftMaker-Office/install_pb/Templates/English/Fax/Business Fax 4.tmv -SoftMaker-Office/install_pb/Templates/English/Fax/Personal Fax 1.tmv -SoftMaker-Office/install_pb/Templates/English/Fax/Personal Fax 2.tmv -SoftMaker-Office/install_pb/Templates/English/Fax/Personal Fax 3.tmv -SoftMaker-Office/install_pb/Templates/English/Fax/Personal Fax 4.tmv -SoftMaker-Office/install_pb/Templates/English/Letter/Personal Letter 1.tmv -SoftMaker-Office/install_pb/Templates/English/Letter/Personal Letter 2.tmv -SoftMaker-Office/install_pb/Templates/English/Letter/Personal Letter 3.tmv -SoftMaker-Office/install_pb/Templates/English/Letter/Personal Letter 4.tmv -SoftMaker-Office/install_pb/Templates/English/Letter/Personal Letter 5.tmv -SoftMaker-Office/install_pb/Templates/English/Letter/Personal Letter 6.tmv -SoftMaker-Office/install_pb/Templates/English/Letter/Personal Letter 7.tmv -SoftMaker-Office/install_pb/Templates/English/Memo/Memo 1.tmv -SoftMaker-Office/install_pb/Templates/English/Memo/Memo 2.tmv -SoftMaker-Office/install_pb/Templates/English/Misc/Phone List.tmv -SoftMaker-Office/install_pb/Templates/English/Normal.tmv -SoftMaker-Office/install_pb/Templates/English/PlanMaker/Normal.pmv -SoftMaker-Office/install_ru/Config/tmsmart.dat -SoftMaker-Office/install_ru/Documents/FAQ (English).tmd -SoftMaker-Office/install_ru/Documents/FAQ_EN.rtf -SoftMaker-Office/install_ru/Documents/Readme.tmd -SoftMaker-Office/install_ru/Documents/World Languages.tmd -SoftMaker-Office/install_ru/Documents/biblio.dbf -SoftMaker-Office/install_ru/Documents/tmw.dbf -SoftMaker-Office/install_ru/Templates/English/Business Card/Business Card 1 (personal).tmv -SoftMaker-Office/install_ru/Templates/English/Business Card/Business Card 1.tmv -SoftMaker-Office/install_ru/Templates/English/Business Card/Business Card 2 (personal).tmv -SoftMaker-Office/install_ru/Templates/English/Business Card/Business Card 2.tmv -SoftMaker-Office/install_ru/Templates/English/Fax/Business Fax 1.tmv -SoftMaker-Office/install_ru/Templates/English/Fax/Business Fax 2.tmv -SoftMaker-Office/install_ru/Templates/English/Fax/Business Fax 3.tmv -SoftMaker-Office/install_ru/Templates/English/Fax/Business Fax 4.tmv -SoftMaker-Office/install_ru/Templates/English/Fax/Personal Fax 1.tmv -SoftMaker-Office/install_ru/Templates/English/Fax/Personal Fax 2.tmv -SoftMaker-Office/install_ru/Templates/English/Fax/Personal Fax 3.tmv -SoftMaker-Office/install_ru/Templates/English/Fax/Personal Fax 4.tmv -SoftMaker-Office/install_ru/Templates/English/Letter/Personal Letter 1.tmv -SoftMaker-Office/install_ru/Templates/English/Letter/Personal Letter 2.tmv -SoftMaker-Office/install_ru/Templates/English/Letter/Personal Letter 3.tmv -SoftMaker-Office/install_ru/Templates/English/Letter/Personal Letter 4.tmv -SoftMaker-Office/install_ru/Templates/English/Letter/Personal Letter 5.tmv -SoftMaker-Office/install_ru/Templates/English/Letter/Personal Letter 6.tmv -SoftMaker-Office/install_ru/Templates/English/Letter/Personal Letter 7.tmv -SoftMaker-Office/install_ru/Templates/English/Memo/Memo 1.tmv -SoftMaker-Office/install_ru/Templates/English/Memo/Memo 2.tmv -SoftMaker-Office/install_ru/Templates/English/Misc/Phone List.tmv -SoftMaker-Office/install_ru/Templates/English/Normal.tmv -SoftMaker-Office/install_ru/Templates/English/PlanMaker/Normal.pmv -SoftMaker-Office/install_tr/Config/tmsmart.dat -SoftMaker-Office/install_tr/Documents/FAQ (English).tmd -SoftMaker-Office/install_tr/Documents/FAQ_EN.rtf -SoftMaker-Office/install_tr/Documents/Readme.tmd -SoftMaker-Office/install_tr/Documents/World Languages.tmd -SoftMaker-Office/install_tr/Documents/biblio.dbf -SoftMaker-Office/install_tr/Documents/tmw.dbf -SoftMaker-Office/install_tr/Templates/English/Business Card/Business Card 1 (personal).tmv -SoftMaker-Office/install_tr/Templates/English/Business Card/Business Card 1.tmv -SoftMaker-Office/install_tr/Templates/English/Business Card/Business Card 2 (personal).tmv -SoftMaker-Office/install_tr/Templates/English/Business Card/Business Card 2.tmv -SoftMaker-Office/install_tr/Templates/English/Fax/Business Fax 1.tmv -SoftMaker-Office/install_tr/Templates/English/Fax/Business Fax 2.tmv -SoftMaker-Office/install_tr/Templates/English/Fax/Business Fax 3.tmv -SoftMaker-Office/install_tr/Templates/English/Fax/Business Fax 4.tmv -SoftMaker-Office/install_tr/Templates/English/Fax/Personal Fax 1.tmv -SoftMaker-Office/install_tr/Templates/English/Fax/Personal Fax 2.tmv -SoftMaker-Office/install_tr/Templates/English/Fax/Personal Fax 3.tmv -SoftMaker-Office/install_tr/Templates/English/Fax/Personal Fax 4.tmv -SoftMaker-Office/install_tr/Templates/English/Letter/Personal Letter 1.tmv -SoftMaker-Office/install_tr/Templates/English/Letter/Personal Letter 2.tmv -SoftMaker-Office/install_tr/Templates/English/Letter/Personal Letter 3.tmv -SoftMaker-Office/install_tr/Templates/English/Letter/Personal Letter 4.tmv -SoftMaker-Office/install_tr/Templates/English/Letter/Personal Letter 5.tmv -SoftMaker-Office/install_tr/Templates/English/Letter/Personal Letter 6.tmv -SoftMaker-Office/install_tr/Templates/English/Letter/Personal Letter 7.tmv -SoftMaker-Office/install_tr/Templates/English/Memo/Memo 1.tmv -SoftMaker-Office/install_tr/Templates/English/Memo/Memo 2.tmv -SoftMaker-Office/install_tr/Templates/English/Misc/Phone List.tmv -SoftMaker-Office/install_tr/Templates/English/Normal.tmv -SoftMaker-Office/install_tr/Templates/English/PlanMaker/Normal.pmv -SoftMaker-Office/licencia.txt -SoftMaker-Office/license.txt -SoftMaker-Office/licença.txt -SoftMaker-Office/planmaker -SoftMaker-Office/planmaker.iwr -SoftMaker-Office/planmaker_de.dwr -SoftMaker-Office/planmaker_es.dwr -SoftMaker-Office/planmaker_fr.dwr -SoftMaker-Office/planmaker_pb.dwr -SoftMaker-Office/planmaker_ru.dwr -SoftMaker-Office/planmaker_tr.dwr -SoftMaker-Office/planmaker_uk.dwr -SoftMaker-Office/planmaker_us.dwr -SoftMaker-Office/pm.bmp -SoftMaker-Office/pm2006_de.pdf -SoftMaker-Office/pm2006_en.pdf -SoftMaker-Office/pmhi.bmp -SoftMaker-Office/spell/brazport.dcn -SoftMaker-Office/spell/bulgar.hyn -SoftMaker-Office/spell/canfren.dcn -SoftMaker-Office/spell/ch-rconv.thn -SoftMaker-Office/spell/croat.hyn -SoftMaker-Office/spell/czech.hyn -SoftMaker-Office/spell/danish.dcn -SoftMaker-Office/spell/danish.hyn -SoftMaker-Office/spell/de-rconv.thn -SoftMaker-Office/spell/dutch.dcn -SoftMaker-Office/spell/dutch.hyn -SoftMaker-Office/spell/dutch.thn -SoftMaker-Office/spell/eston.hyn -SoftMaker-Office/spell/euro.thn -SoftMaker-Office/spell/finnish.hyn -SoftMaker-Office/spell/french.dcn -SoftMaker-Office/spell/french.hyn -SoftMaker-Office/spell/french.thn -SoftMaker-Office/spell/german.dcn -SoftMaker-Office/spell/german.hyn -SoftMaker-Office/spell/german.thn -SoftMaker-Office/spell/greek.hyn -SoftMaker-Office/spell/hungary.hyn -SoftMaker-Office/spell/italian.dcn -SoftMaker-Office/spell/italian.hyn -SoftMaker-Office/spell/italian.thn -SoftMaker-Office/spell/language.cfn -SoftMaker-Office/spell/latvian.hyn -SoftMaker-Office/spell/lisbonpo.dcn -SoftMaker-Office/spell/lith.hyn -SoftMaker-Office/spell/mexican.dcn -SoftMaker-Office/spell/norway.hyn -SoftMaker-Office/spell/norwegia.dcn -SoftMaker-Office/spell/polish.hyn -SoftMaker-Office/spell/port.hyn -SoftMaker-Office/spell/rgerman.dcn -SoftMaker-Office/spell/rgerman.hyn -SoftMaker-Office/spell/rgerman.thn -SoftMaker-Office/spell/roman.hyn -SoftMaker-Office/spell/rswiss.dcn -SoftMaker-Office/spell/rswiss.thn -SoftMaker-Office/spell/russian.hyn -SoftMaker-Office/spell/serb.hyn -SoftMaker-Office/spell/slovak.hyn -SoftMaker-Office/spell/slovene.hyn -SoftMaker-Office/spell/spanish.dcn -SoftMaker-Office/spell/spanish.hyn -SoftMaker-Office/spell/spanish.thn -SoftMaker-Office/spell/swedish.dcn -SoftMaker-Office/spell/swedish.hyn -SoftMaker-Office/spell/swissger.dcn -SoftMaker-Office/spell/swissger.thn -SoftMaker-Office/spell/turk.hyn -SoftMaker-Office/spell/ukeng.dcn -SoftMaker-Office/spell/ukeng.hyn -SoftMaker-Office/spell/ukeng.thn -SoftMaker-Office/spell/ukraine.hyn -SoftMaker-Office/spell/useng.dcn -SoftMaker-Office/spell/useng.hyn -SoftMaker-Office/spell/useng.thn -SoftMaker-Office/textmaker -SoftMaker-Office/textmaker.iwr -SoftMaker-Office/textmaker_de.dwr -SoftMaker-Office/textmaker_es.dwr -SoftMaker-Office/textmaker_fr.dwr -SoftMaker-Office/textmaker_hu.dwr -SoftMaker-Office/textmaker_pb.dwr -SoftMaker-Office/textmaker_ru.dwr -SoftMaker-Office/textmaker_tr.dwr -SoftMaker-Office/textmaker_uk.dwr -SoftMaker-Office/textmaker_us.dwr -SoftMaker-Office/tm.bmp -SoftMaker-Office/tm2006_de.pdf -SoftMaker-Office/tm2006_en.pdf -SoftMaker-Office/tmhi.bmp -SoftMaker-Office/vgahlv.dwf -SoftMaker-Office/vgasys.dwf -@dirrm SoftMaker-Office/spell -@dirrm SoftMaker-Office/install_tr/Templates/English/PlanMaker -@dirrm SoftMaker-Office/install_tr/Templates/English/Misc -@dirrm SoftMaker-Office/install_tr/Templates/English/Memo -@dirrm SoftMaker-Office/install_tr/Templates/English/Letter -@dirrm SoftMaker-Office/install_tr/Templates/English/Fax -@dirrm SoftMaker-Office/install_tr/Templates/English/Business Card -@dirrm SoftMaker-Office/install_tr/Templates/English -@dirrm SoftMaker-Office/install_tr/Templates -@dirrm SoftMaker-Office/install_tr/Documents -@dirrm SoftMaker-Office/install_tr/Config -@dirrm SoftMaker-Office/install_tr -@dirrm SoftMaker-Office/install_ru/Templates/English/PlanMaker -@dirrm SoftMaker-Office/install_ru/Templates/English/Misc -@dirrm SoftMaker-Office/install_ru/Templates/English/Memo -@dirrm SoftMaker-Office/install_ru/Templates/English/Letter -@dirrm SoftMaker-Office/install_ru/Templates/English/Fax -@dirrm SoftMaker-Office/install_ru/Templates/English/Business Card -@dirrm SoftMaker-Office/install_ru/Templates/English -@dirrm SoftMaker-Office/install_ru/Templates -@dirrm SoftMaker-Office/install_ru/Documents -@dirrm SoftMaker-Office/install_ru/Config -@dirrm SoftMaker-Office/install_ru -@dirrm SoftMaker-Office/install_pb/Templates/English/PlanMaker -@dirrm SoftMaker-Office/install_pb/Templates/English/Misc -@dirrm SoftMaker-Office/install_pb/Templates/English/Memo -@dirrm SoftMaker-Office/install_pb/Templates/English/Letter -@dirrm SoftMaker-Office/install_pb/Templates/English/Fax -@dirrm SoftMaker-Office/install_pb/Templates/English/Business Card -@dirrm SoftMaker-Office/install_pb/Templates/English -@dirrm SoftMaker-Office/install_pb/Templates -@dirrm SoftMaker-Office/install_pb/Documents/Samples -@dirrm SoftMaker-Office/install_pb/Documents -@dirrm SoftMaker-Office/install_pb/Config -@dirrm SoftMaker-Office/install_pb -@dirrm SoftMaker-Office/install_hu/Templates/English -@dirrm SoftMaker-Office/install_hu/Templates -@dirrm SoftMaker-Office/install_hu/Documents -@dirrm SoftMaker-Office/install_hu/Config -@dirrm SoftMaker-Office/install_hu -@dirrm SoftMaker-Office/install_fr/Templates/English/PlanMaker -@dirrm SoftMaker-Office/install_fr/Templates/English -@dirrm SoftMaker-Office/install_fr/Templates -@dirrm SoftMaker-Office/install_fr/Documents -@dirrm SoftMaker-Office/install_fr/Config -@dirrm SoftMaker-Office/install_fr -@dirrm SoftMaker-Office/install_es/Templates/English/PlanMaker -@dirrm SoftMaker-Office/install_es/Templates/English/Misc -@dirrm SoftMaker-Office/install_es/Templates/English/Memo -@dirrm SoftMaker-Office/install_es/Templates/English/Letter -@dirrm SoftMaker-Office/install_es/Templates/English/Fax -@dirrm SoftMaker-Office/install_es/Templates/English/Business Card -@dirrm SoftMaker-Office/install_es/Templates/English -@dirrm SoftMaker-Office/install_es/Templates -@dirrm SoftMaker-Office/install_es/Documents/Samples -@dirrm SoftMaker-Office/install_es/Documents -@dirrm SoftMaker-Office/install_es/Config -@dirrm SoftMaker-Office/install_es -@dirrm SoftMaker-Office/install_en/Templates/English/PlanMaker -@dirrm SoftMaker-Office/install_en/Templates/English/Misc -@dirrm SoftMaker-Office/install_en/Templates/English/Memo -@dirrm SoftMaker-Office/install_en/Templates/English/Letter -@dirrm SoftMaker-Office/install_en/Templates/English/Fax -@dirrm SoftMaker-Office/install_en/Templates/English/Business Card -@dirrm SoftMaker-Office/install_en/Templates/English -@dirrm SoftMaker-Office/install_en/Templates -@dirrm SoftMaker-Office/install_en/Documents/Samples -@dirrm SoftMaker-Office/install_en/Documents -@dirrm SoftMaker-Office/install_en/Config -@dirrm SoftMaker-Office/install_en -@dirrm SoftMaker-Office/install_de/Templates/English/Short Letter -@dirrm SoftMaker-Office/install_de/Templates/English/PlanMaker -@dirrm SoftMaker-Office/install_de/Templates/English/Misc -@dirrm SoftMaker-Office/install_de/Templates/English/Memo -@dirrm SoftMaker-Office/install_de/Templates/English/Letter -@dirrm SoftMaker-Office/install_de/Templates/English/Fax -@dirrm SoftMaker-Office/install_de/Templates/English/Business Card -@dirrm SoftMaker-Office/install_de/Templates/English -@dirrm SoftMaker-Office/install_de/Templates -@dirrm SoftMaker-Office/install_de/Documents/Beispiele -@dirrm SoftMaker-Office/install_de/Documents -@dirrm SoftMaker-Office/install_de/Config -@dirrm SoftMaker-Office/install_de -@dirrm SoftMaker-Office/icons -@dirrm SoftMaker-Office/html/images -@dirrm SoftMaker-Office/html -@dirrm SoftMaker-Office/fonts -@dirrm SoftMaker-Office/ diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile deleted file mode 100644 index 19b5ee79a155..000000000000 --- a/editors/textedit/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: gurkan@phys.ethz.ch -# $FreeBSD$ - -PORTNAME= textedit -PORTVERSION= 4.0 -PORTREVISION= 3 -CATEGORIES= editors gnustep -MASTER_SITES= http://git.savannah.gnu.org/cgit/backbone.git/snapshot/ -DISTNAME= backbone-6343263e17c5cd771770dabc2559ac07ffedcf29 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Basic text editor for GNUstep - -BROKEN= Does not link - -USES= tar:bzip2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes - -USE_GNUSTEP_MAKE_DIRS= System/Applications/TextEdit -MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/editors/textedit/distinfo b/editors/textedit/distinfo deleted file mode 100644 index f40144b26eee..000000000000 --- a/editors/textedit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (backbone-6343263e17c5cd771770dabc2559ac07ffedcf29.tar.bz2) = 03a173fd959b01d956a5a1eb41dbaa3c5bcdd87ee8f10657d2dfbc10a5fe8913 -SIZE (backbone-6343263e17c5cd771770dabc2559ac07ffedcf29.tar.bz2) = 4452378 diff --git a/editors/textedit/files/patch-System_Applications_Terminal_TerminalView.m b/editors/textedit/files/patch-System_Applications_Terminal_TerminalView.m deleted file mode 100644 index 3cdcfb11ba16..000000000000 --- a/editors/textedit/files/patch-System_Applications_Terminal_TerminalView.m +++ /dev/null @@ -1,23 +0,0 @@ ---- System/Applications/Terminal/TerminalView.m.orig 2010-05-23 11:43:45.000000000 +0000 -+++ System/Applications/Terminal/TerminalView.m -@@ -21,7 +21,7 @@ stupid but fast character cell display v - # include <termios.h> - # include <pcap.h> - #else --#ifdef freebsd -+#if defined(freebsd) || defined(__DragonFly__) - # include <sys/types.h> - # include <sys/ioctl.h> - # include <termios.h> -@@ -37,9 +37,11 @@ stupid but fast character cell display v - #include <unistd.h> - #include <fcntl.h> - #ifndef freebsd -+# ifndef __DragonFly__ - #ifndef __NetBSD__ - # include <pty.h> - #endif -+# endif - #endif - - #include <Foundation/NSBundle.h> diff --git a/editors/textedit/pkg-descr b/editors/textedit/pkg-descr deleted file mode 100644 index a71f5109b61e..000000000000 --- a/editors/textedit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -TextEdit is a relatively basic text editor. It handles plain text or RTF, has a -nice "Wrap to Page" mode, has search/replace functionality, and can display any -file as text. - -LICENSE: freely copy, distribute, and reuse the code - -WWW: http://www.nongnu.org/backbone/apps.html diff --git a/editors/textedit/pkg-plist b/editors/textedit/pkg-plist deleted file mode 100644 index 6488054d8b9e..000000000000 --- a/editors/textedit/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -GNUstep/System/Applications/TextEdit.app/Resources/Edit.tiff -GNUstep/System/Applications/TextEdit.app/Resources/EditTitle.tiff -GNUstep/System/Applications/TextEdit.app/Resources/Encodings.txt -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Document.gorm/data.classes -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Document.gorm/data.info -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Document.gorm/objects.gorm -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Edit.gorm/data.classes -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Edit.gorm/objects.gorm -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/EncodingAccessory.gorm/data.classes -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/EncodingAccessory.gorm/data.info -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/EncodingAccessory.gorm/objects.gorm -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.gorm/data.classes -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.gorm/data.info -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.gorm/objects.gorm -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.strings -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/Edit.tiff -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/EditTitle.tiff -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/data.classes -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/data.info -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm/objects.gorm -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Localizable.strings -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Preferences.gorm/data.classes -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Preferences.gorm/data.info -GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Preferences.gorm/objects.gorm -GNUstep/System/Applications/TextEdit.app/Resources/German.lproj/Localizable.strings -GNUstep/System/Applications/TextEdit.app/Resources/Info-gnustep.plist -GNUstep/System/Applications/TextEdit.app/Resources/Russian.lproj/Localizable.strings -GNUstep/System/Applications/TextEdit.app/Resources/TextEdit.desktop -GNUstep/System/Applications/TextEdit.app/Resources/rtf.tiff -GNUstep/System/Applications/TextEdit.app/Resources/rtfd.tiff -GNUstep/System/Applications/TextEdit.app/Resources/text.tiff -GNUstep/System/Applications/TextEdit.app/TextEdit -GNUstep/System/Applications/TextEdit.app/stamp.make -GNUstep/System/Tools/TextEdit -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/Russian.lproj -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/German.lproj -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Preferences.gorm -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Info.gorm -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/FindPanel.gorm -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/EncodingAccessory.gorm -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Edit.gorm -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/English.lproj/Document.gorm -@dirrm GNUstep/System/Applications/TextEdit.app/Resources/English.lproj -@dirrm GNUstep/System/Applications/TextEdit.app/Resources -@dirrm GNUstep/System/Applications/TextEdit.app diff --git a/emulators/Makefile b/emulators/Makefile index 1272331d0da5..1bccf94b5250 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -58,7 +58,6 @@ SUBDIR += i386-wine-devel SUBDIR += ia64sim SUBDIR += ines - SUBDIR += its SUBDIR += javatari SUBDIR += joytran SUBDIR += jzintv @@ -69,8 +68,6 @@ SUBDIR += lib765 SUBDIR += libdsk SUBDIR += libspectrum - SUBDIR += linux-geepee32 - SUBDIR += linux-systemsimcell SUBDIR += linux_base-c6 SUBDIR += linux_base-f10 SUBDIR += linux_base-gentoo-stage3 @@ -109,7 +106,6 @@ SUBDIR += pcsxr SUBDIR += pearpc SUBDIR += pipelight - SUBDIR += psim-freebsd SUBDIR += q4wine SUBDIR += qemu SUBDIR += qemu-devel @@ -137,7 +133,6 @@ SUBDIR += tuxnes SUBDIR += uae SUBDIR += ucon64 - SUBDIR += vMac SUBDIR += vba SUBDIR += vboxtool SUBDIR += vgb-bin diff --git a/emulators/its/Makefile b/emulators/its/Makefile deleted file mode 100644 index 168d0e680cb2..000000000000 --- a/emulators/its/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: kstailey -# $FreeBSD$ - -PORTNAME= its -PORTVERSION= 1.0 -CATEGORIES= emulators -MASTER_SITES= http://free.babolo.ru/src/ \ - http://dl.droso.net/FreeBSD/distfiles/ -DISTNAME= PI-ITS-RP06.0-dbd9 -EXTRACT_SUFX= .bz2 -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Bootable ITS filesystem for KLH-10 PDP-10 emulator - -BUILD_DEPENDS= kn10-ks:${PORTSDIR}/emulators/klh10 -RUN_DEPENDS= kn10-ks:${PORTSDIR}/emulators/klh10 - -ONLY_FOR_ARCHS= i386 # really KLH10 has this problem. - -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_PACKAGE= PI ITS RP06 disk image is too big. -NO_CDROM= PI ITS RP06 disk image is too big. - -# KSITS_KLH10_HOME and KSITS_DRIVER_DIR must be set to the same locations -# that the klh10 port uses -KSITS_KLH10_DIR= klh10-ks-its -KLH10_HOME= ${PREFIX}/share/${KSITS_KLH10_DIR} -KSITS_DRIVER_DIR= ${PREFIX}/libexec/${KSITS_KLH10_DIR} -IMAGE_HOME?= ${KLH10_HOME} -IMAGE_NAME= PI-ITS-RP06.0-dbd9 -IMAGE_BZ2= ${IMAGE_NAME}.bz2 -DOCDIR= ${PREFIX}/share/doc/${KSITS_KLH10_DIR} -PLIST_SUB+= IMAGE_HOME=${IMAGE_HOME} - -NO_STAGE= yes -do-install: - @ ${ECHO} Installing compressed PI ITS RP06 disk image in ${IMAGE_HOME} -.if (${IMAGE_HOME} == ${KLH10_HOME}) - @ ${ECHO} Use IMAGE_HOME=/my/directory to relocate. -.endif - @ ${MKDIR} ${IMAGE_HOME} - @ ${INSTALL_DATA} ${DISTDIR}/${IMAGE_BZ2} ${IMAGE_HOME}/${IMAGE_BZ2} - @ ${INSTALL_DATA} ${FILESDIR}/klh10-kn-freebsd.ini.in ${KLH10_HOME} - @ ${INSTALL_SCRIPT} ${FILESDIR}/its.sh ${PREFIX}/bin/its - @ ${SED} -e "s;@PI-IMG@;${IMAGE_NAME};g" \ - -e "s;@KLH-SHARE@;${KLH10_HOME};g" \ - -e "s;@KLH-LIBEX@;${KSITS_DRIVER_DIR};g" \ - ${FILESDIR}/its-user-install.sh > ${WRKSRC}/its-user-install - @ ${INSTALL_SCRIPT} ${WRKSRC}/its-user-install ${PREFIX}/bin - @ ${INSTALL_MAN} ${FILESDIR}/MIT-ITS-papers ${DOCDIR} - @ ${SED} -e "s;@PREFIX@;${PREFIX};g" \ - ${FILESDIR}/README.FIRST >${WRKSRC}/README.FIRST - @ ${INSTALL_MAN} ${WRKSRC}/README.FIRST ${DOCDIR} - @ ${ECHO} "*** Please read ${DOCDIR}/README.FIRST" - -.include <bsd.port.mk> diff --git a/emulators/its/distinfo b/emulators/its/distinfo deleted file mode 100644 index 87d35b08dc38..000000000000 --- a/emulators/its/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PI-ITS-RP06.0-dbd9.bz2) = 24a95d365f87026629d4e8dcf20a76d1d66b0b10cb7fab1cde9846d46e2d3897 -SIZE (PI-ITS-RP06.0-dbd9.bz2) = 48763965 diff --git a/emulators/its/files/MIT-ITS-papers b/emulators/its/files/MIT-ITS-papers deleted file mode 100644 index ec08986e982f..000000000000 --- a/emulators/its/files/MIT-ITS-papers +++ /dev/null @@ -1,17 +0,0 @@ -ITS Status report (includes architecture info) from 1972 -ftp://publications.ai.mit.edu/ai-publications/0-499/AIM-238.ps - -ITS reference manual from 1969: -ftp://publications.ai.mit.edu/ai-publications/0-499/AIM-161A.ps - -Midas macro assembler documentation from 1965: -ftp://publications.ai.mit.edu/ai-publications/0-499/AIM-090.ps - -DDT debugger ("system apex procedure" i.e. "shell") from 1968 -ftp://publications.ai.mit.edu/ai-publications/0-499/AIM-147.ps - -Emacs text editor (original ITS version) -ftp://publications.ai.mit.edu/ai-publications/500-999/AIM-519A.ps - -These files may be converted to PDF or gzipped to save space: -$ ps2pdf13 AIM-238.ps AIM-238.pdf diff --git a/emulators/its/files/README.FIRST b/emulators/its/files/README.FIRST deleted file mode 100644 index 127ad0310131..000000000000 --- a/emulators/its/files/README.FIRST +++ /dev/null @@ -1,190 +0,0 @@ -Consider adding firewall protection for the KLH-10 emulator before -ever running it. See @PREFIX@/share/doc/its/pubits/adm directory for -samples. - -To setup the emulator you must run the its-user-install(1) command. -It takes no arguments. It is best to run it as a regular (non-root) -user. Once that has been done to start ITS run the its(1) command. -It also takes no arguments. - -The first time the ITS boots it will not know the time of day. ITS -will display this message: - -The time could not be set because: -No host responded. -It will be necessary for someone to set the time -manually by logging in and running :PDSET. - -Tell ITS to activate the apex procedure, DDT, by typing a Ctrl-Z. -When you type that you will see: - -KN ITS.1647. DDT.1545. -TTY 0 -You're all alone, Fair share = 0% - -(ITS does not know the date, so messages cannot be reviewed right now.) - -Then run PDSET by typing (colon and all) - -:pdset - -ITS will suggest that you log in but you don't have to. - -(Please Log In) -___002 PDSET IOTLSR - -Now enter the time and save it. First the century: - -20C - -Next the YYMMDD: - -020219D - -Then the HHMMSS (try to time it so you have some lead time because it -will become active when you save it.) - -235115T - -Now save the time: - -!. - -Now exit PDSET - -X - -You will have no feedback from the exit operation except that new -commands will be echoed in lower case. Now bring down ITS so you can -start it without being root: - -:lock -(Please Log In) - LOCK.154 -_ - -the _ is a prompt, do not type it. Type - -5down - -LOCK is very picky about typos so be careful. It does not need the -Enter key so don't use it. - -DO YOU REALLY WANT THE SYSTEM TO GO DOWN? - -Type "y" - -y -___004 - PLEASE ENTER A BRIEF MESSAGE TO USERS, ENDED BY ^C -LOCK SYS DOWN MAIL WRITE 21:13:17 - -Just type Ctrl-C for the message unless you have a burning desire to -talk to yourself via ITS. - -KN ITS going down in 5:00 -CULPRIT = ___004 LOCK 21:13:38 - - -_ -KN ITS 1647 NOT IN OPERATION 21:13:38 -PFTHMG DRAGON CHANNA _DRGN_ TIMES WRITE 21:13:38 -PFTHMG DRAGON CHANNA LOGOUT TIMES DELRNM 21:13:38 - -After the "NOT IN OPERATION" message only very special programs like -the accounting dragon, PFTHMG DRAGON, may run. Be patient and it will -finish with: - -SHUTDOWN COMPLETE -PI LEVEL 7 BUGDDT. TYPE <ALTMODE>P TO CONTINUE. -YOU ARE NOW IN DDT. -BUGPC/ CAIA COFFI4+1 $Q-2/ JRST COFFI7 - -If ITS gets stuck shutting down for more than five minutes just -continue from here: - -At this point type Ctrl-\ to abort KLH10 back to the monitor. - -[HALTED: FE interrupt] -KLH10> - -and quit KLH10 - -KLH10> quit -Are you sure you want to quit? [Confirm]y -Shutting down...Bye! -$ - -ITS uses DEL for erasing characters. ITS defaults to dumb hardcopy -terminal settings. This is a pain so you want to configure ITS to -use something nicer. ITS knows about VT52. If you are using xterm -from XFree86 you can get into VT52 mode by running a script like this: - -#! /bin/sh - -awk 'END {printf "%c[?2l", 27}' </dev/null - -From ITS run -:tctyp vt52 - -On your VT52 mode terminal emulator. - -An alternative is that you can use vt100 mode via the CRTSTY program -which is a bit like window(1) in that you end up on something like a -pty but only one full screen window is available and it does terminal -emulation on it. You will be automatically logged in a second time on -the same terminal as a crufty side-effect. - -:crtsty vt100 speed 9600 - -Run :info and look at the introductory information about the -filesystem. I did not find that it covers directory operations very -well so here is what I have found out. ITS does have a process tree -(try the PEEK command) but does not have a directory tree. There is a -Master File Directory MFD (try DSKUSE * or DIRED and then MFD. Use -"Q" to quit after either of those.) and User File Directories UFDs one -level deep only. The only way to remove a directory is to delete its -contents and run the salvager. The salvager is the ITS equivalent of -fsck and will automatically be run at boot time. To create a new -directory provide certain options to the open UUO (ITS equivalent of -system call; try the DOC UUO command.) Since the PRINT command calls -the open UUO you can create a directory using print: - -:print ..new. (udir) dirnam; - -Where dirnam; is the name of the directory to be created. Directory -names are limited to six characters. - -Missing from this ITS distribution is the INQUIR database. It -contains user information. There were too many personal details in it -and no one has been able to scrub it so it was left out. This means -you cannot have a complete user account yet. The best you can do is -to pick a user name and make yourself a directory with that name and -put a login script in it. In this example the user "user" is created: - -:login user -:print ..new. (udir) user; -:emacs login user -[add startup code like ":tctyp vt52" and ^X^S to save ^X^C to exit] - -You log out with <ALTMODE><ALTMODE>u which is [Esc][Esc]u and -represented in the documentation as $$u - -The ITS equivalent of $PATH is implemented by scanning all -directories for files for files with TS as the first name and -the second name set to the command you issued. By convention -most commands are in the SYS; SYS1; ... SYSN; directories. -ITS supports symlinks via the LINK command and TS name is often -a symlink. - -ITS equivalent of job control works by typing ^Z to interrupt the -current program. To get back to the DDT prompt "*" use $^K - -Don't like DDT as the shell? Try MONMOD to use monitor mode where the -colon is printed for you. DDTMOD gets you back. Or try SHELL to -bring up a UNIX-like shell. - -Zork was developed in MDL (muddle) on an ITS system but apparently it -suffered from being too popular. Try the ZORK command to see what -happened. A scrap of MDL source code is left (:find @muddle) but I -don't know how to MIDAS it. diff --git a/emulators/its/files/its-user-install.sh b/emulators/its/files/its-user-install.sh deleted file mode 100644 index 07af9668898e..000000000000 --- a/emulators/its/files/its-user-install.sh +++ /dev/null @@ -1,216 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -# 1) zcat the PI fs image into a user's directory (the compressed -# image location is also configurable via "make install") -# -# 2) copy or lndir the /usr/local/share/klh10-ks-its/* (this location -# is immutable) bits into a user's directory -# -# 3) generate the klh-kn-its-freebsd .ini file for the user -# -# 4) generate ~/.itsrc file for its(1) command so that multple users -# can use its(1) with different filesystem images. - -umask 022 - -# remove symlinks in cleanup()? - -cleanup() { - rm -f $KLH10_HOME/@PI-IMG@ - echo its-install-user: Terminating. - exit 1 -} - -trap cleanup 1 2 3 15 - -validate_ip() { - echo $1 | grep -q -s '[^0-9\.]' - if [ $? != 1 ]; then - echo its-install-user: IP address must be digits and periods only. - return 1 - fi - echo $1 | grep -q -s '\..*\..*\.' - if [ $? != 0 ]; then - echo its-install-user: IP address must have at least three periods. - return 1 - fi - echo $1 | grep -q -s '\..*\..*\..*\.' - if [ $? = 0 ]; then - echo its-install-user: IP address must not exceed three periods. - return 1 - fi - echo $1 | grep -q -s '\.\.' - if [ $? = 0 ]; then - echo its-install-user: IP address must not have consecutive periods. - return 1 - fi - OLDIFS="$IFS" - IFS=. - set $1 - for i in $* ; do - if [ $i -gt 255 ]; then - echo its-install-user: Octets of IP address must not exceed 255. - IFS="$OLDIFS" - return 1 - fi - done - IFS="$OLDIFS" - return 0 -} - -in_network=false -for i in `groups`; do - if [ $i = network ]; then - in_network=true - break - fi -done - -if [ `whoami` = root ]; then - in_network=true -fi - -if [ $in_network = false ]; then - echo WARNING: You must be in group network in order to run a networked ITS. - echo WARNING: You may still run a non-networked ITS. -fi - -if [ ! -d @KLH-SHARE@ ]; then - echo its-install-user: Can\'t find the emulator directory. - cleanup -fi - -cd @KLH-SHARE@ - -if [ ! -r @PI-IMG@.bz2 ]; then - echo its-install-user: The compressed PI disk image is missing. - cleanup -fi - -valid_input=false -while [ $valid_input = false ]; do - KLH10_HOME=~/klh10-its-home - echo Where do you want to install the 170MB filesystem image\? - echo -n "[default: $KLH10_HOME]: " - read ans - if [ "$ans" != "" ]; then - KLH10_HOME=$ans - fi - - if [ -e $KLH10_HOME -a ! -d $KLH10_HOME ]; then - echo There already is a non-directory $KLH10_HOME in the filesystem. - continue - fi - if [ ! -d $KLH10_HOME ]; then - echo -n "$KLH10_HOME is not an existing directory. Create it? (y/n) " - read yorn - case "$yorn" in - y|Y) - if ! mkdir -p $KLH10_HOME ; then - echo its-install-user: Can\'t make the target directory. - cleanup - else - valid_input=true - fi - ;; - n|N) - echo Type the interupt key to quit or try again. - ;; - *) - echo "I do not recognize your answer. ($yorn)" - ;; - esac - elif [ ! -w $KLH10_HOME ]; then - if ! chmod u+w $KLH10_HOME || chmod g+w $KLH10_HOME; then - echo its-install-user: Can\'t write in $KLH10_HOME - elif [ ! -w $KLH10_HOME ]; then - echo its-install-user: Can\'t write in $KLH10_HOME - else - valid_input=true - fi - else - valid_input=true - fi -done - -echo Extracting @PI-IMG@.bz2 into $KLH10_HOME -bzcat @PI-IMG@.bz2 > $KLH10_HOME/@PI-IMG@ - -if [ $? != 0 ]; then - echo its-install-user: What a mess--the extract failed. - cleanup -fi - -echo Linking up the emulator support files. -for i in *; do - case $i in - @PI-IMG@.bz2) # exclusions - ;; - *) - rm -f $KLH10_HOME/$i && ln -s @KLH-SHARE@/$i $KLH10_HOME - if [ $? != 0 ]; then - echo its-install-user: Failed to make symlinks. - cleanup - fi - ;; - esac -done -cd @KLH-LIBEX@ -for i in *; do - rm -f $KLH10_HOME/$i && ln -s @KLH-LIBEX@/$i $KLH10_HOME - if [ $? != 0 ]; then - echo its-install-user: Failed to make symlinks. - cleanup - fi -done -cd $KLH10_HOME - -EM_IP=10.134.198.236 -valid_input=false -while [ $valid_input = false ]; do - echo -n "What is the IP address for the emulated PDP-10? [$EM_IP]: " - read ans - if [ "$ans" != "" ]; then - if validate_ip $ans ; then - valid_input=true - EM_IP=$ans - fi - else - valid_input=true - fi -done - -GW_IP=10.0.0.1 -valid_input=false -while [ $valid_input = false ]; do - echo -n "What is the IP address for the gateway' [$GW_IP]: " - read ans - if [ "$ans" != "" ]; then - if validate_ip $ans ; then - valid_input=true - GW_IP=$ans - fi - else - valid_input=true - fi -done - -sed -e "s;@IPADDR@;$EM_IP;g" \ - -e "s;@GWADDR@;$GW_IP;g" \ - -e "s;@KLH-HOME@;$KLH10_HOME;g" \ - < klh10-kn-freebsd.ini.in > klh10-kn-freebsd.ini -if [ $? != 0 ]; then - echo its-install-user: Failed to generate ini file. - cleanup -fi -rm -f klh10-kn-freebsd.ini.in - -rm -f ~/itsrc -echo KLH10_HOME=$KLH10_HOME > ~/.itsrc -echo PI_IMAGE=$KLH10_HOME/@PI-IMG@ >> ~/.itsrc -if [ $? != 0 ]; then - echo its-install-user: Failed to generate rc file. - cleanup -fi diff --git a/emulators/its/files/its.sh b/emulators/its/files/its.sh deleted file mode 100644 index 7eb94f43a143..000000000000 --- a/emulators/its/files/its.sh +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Run KLH10 with KS-ITS hardware configuration and ITS OS configuration -# to bring up MIT Incompatible Timesharing System emulation. - -in_network=false -for i in `groups`; do - if [ $i = network ]; then - in_network=true - break - fi -done - -if [ `whoami` = root ]; then - in_network=true -fi - -if [ $in_network = false ]; then - echo WARNING: You must be in group network in order to run a networked ITS. - echo WARNING: You may still run a non-networked ITS. -fi - -if [ ! -r ~/.itsrc ]; then - echo its: My config file '(~/.itsrc)' is missing! - echo its: Did you remember to run its-user-install\? - echo its: Terminating. - exit 1 -fi - -set -e # croak on corrupt config file. -. ~/.itsrc -set +e - -if [ "$KLH10_HOME" = "" ]; then - echo its: KLH10_HOME is missing from my config file. - echo its: terminating. - exit 1 -elif [ ! -d "$KLH10_HOME" ]; then - echo its: $KLH10_HOME is not a directory. - echo its: terminating. - exit 1 -fi - -if [ "$PI_IMAGE" = "" ]; then - echo its: PI_IMAGE is missing from my config file. - echo its: Terminating. - exit 1 -elif [ ! -w "$PI_IMAGE" ]; then - echo its: $PI_IMAGE is not a writable file. - echo its: Terminating. - exit 1 -fi - -cd $KLH10_HOME -exec lockf -t 0 -k $PI_IMAGE kn10-ks klh10-kn-freebsd.ini diff --git a/emulators/its/files/klh10-kn-freebsd.ini.in b/emulators/its/files/klh10-kn-freebsd.ini.in deleted file mode 100644 index cbcfbe4db9ba..000000000000 --- a/emulators/its/files/klh10-kn-freebsd.ini.in +++ /dev/null @@ -1,31 +0,0 @@ -; KLH10 emulator configuration for KN ITS system from FreeBSD ports collection.. - -; Define basic KS10 device config - two RH11s each on its own Unibus - -devdef rh0 ub1 rh11 addr=776700 br=6 vec=254 -devdef rh1 ub3 rh11 addr=772440 br=6 vec=224 - -; Provide one disk, one tape in config ITS expects - -devdef dsk0 rh0.0 rp type=rp06 format=dbd9 path=@KLH-HOME@/PI-ITS-RP06.0-dbd9 iodly=0 -devdef mta0 rh1.0 tm02 fmtr=tm03 type=tu45 - -; ITS wants a 60Hz clock, allow it. Need this until defaults OK. -set clk_ithzfix=60 - -; Define IMP for KN -devdef imp ub3 lhdh addr=767600 br=6 vec=250 ipaddr=@IPADDR@ gwaddr=@GWADDR@ - -; Dummy definitions. Only one DZ is still (apparently) needed. -devdef dz0 ub3 dz11 addr=760010 br=5 vec=340 -;devdef dz1 ub3 dz11 addr=760020 br=5 vec=350 -;devdef chaos ub3 ch11 addr=764140 br=5 vec=270 - -; Define new HOST device hackery -devdef idler ub3 host addr=777000 - -; Preload ITS for convenience -load @.its-647kn-u - -; Use "GO 774000" to start DDT, else just "GO" to start ITS - diff --git a/emulators/its/pkg-descr b/emulators/its/pkg-descr deleted file mode 100644 index 61a03bb09480..000000000000 --- a/emulators/its/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is an image of a PI (Public ITS) filesystem that can be booted on -the KLH10 PDP-10 emulator. - -The emulator image is about 45MB compressed and 170MB uncompressed. -The installation needs to have a minimum of 45MB in ports/disfiles -plus 45MB in the installation directory which defaults to -/usr/local/share/klh10-ks-its. That's about 90MB total but "make -distclean" will delete 45MB leaving you with only 45MB. After "make -install" you must run the "its-user-install" script as a regular user -to install an uncompressed 170MB RP06 filesystem image and setup -emulator support files. Additional 170MB RP06 filesystem images -may also be installed. - -WWW: http://www.its.os.org/ diff --git a/emulators/its/pkg-plist b/emulators/its/pkg-plist deleted file mode 100644 index 4882a5abe95b..000000000000 --- a/emulators/its/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/its -bin/its-user-install -%%PORTDOCS%%share/doc/klh10-ks-its/MIT-ITS-papers -%%PORTDOCS%%share/doc/klh10-ks-its/README.FIRST -@comment There's some hiccups if we try to specify an absolute -@comment filename here, so we cd first. -@cwd / -%%IMAGE_HOME%%/PI-ITS-RP06.0-dbd9.bz2 -%%IMAGE_HOME%%/klh10-kn-freebsd.ini.in -@comment We specify to delete %%IMAGE_HOME%%. In most cases, it's the -@comment same as the klh10 port is using, so it won't be empty (and thus -@comment not deleted). This dirrm command is for the exceptions to that. -@dirrmtry %%IMAGE_HOME%% diff --git a/emulators/linux-geepee32/Makefile b/emulators/linux-geepee32/Makefile deleted file mode 100644 index 8ba2fcb0f1fd..000000000000 --- a/emulators/linux-geepee32/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: <arundel@gmx.net> -# $FreeBSD$ - -PORTNAME= geepee32 -PORTVERSION= 30 -PORTREVISION= 3 -CATEGORIES= emulators linux -MASTER_SITES= http://users.skynet.be/firefly/gp32/project/geepee32/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}_linux_sdl_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The only GP32 emulator for i386 - -ONLY_FOR_ARCHS= i386 -USES= zip -USE_LINUX= yes -USE_LINUX_APPS= sdl12 xorglibs -NO_WRKSUBDIR= yes -NO_BUILD= yes -REINPLACE_ARGS= - -TARGET_DIR= ${PREFIX}/${PORTNAME} - -NO_STAGE= yes -post-patch: - ${REINPLACE_CMD}-e 's|%%GEEPEE32DIR%%|${PREFIX}/${PORTNAME}|' ${SCRIPTDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - -do-install: - ${INSTALL} -d -m 777 ${TARGET_DIR} - ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${TARGET_DIR} - ${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${TARGET_DIR}/${PORTNAME}.sh - -post-install: - @${TOUCH} ${TARGET_DIR}/iic.bin - @${LN} -s ${TARGET_DIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} - @${ECHO_MSG} "" - @${ECHO_MSG} "Please don't mail us with requests for ROM dumps." - @${ECHO_MSG} "" - -.include <bsd.port.mk> diff --git a/emulators/linux-geepee32/distinfo b/emulators/linux-geepee32/distinfo deleted file mode 100644 index e4b66a5187d3..000000000000 --- a/emulators/linux-geepee32/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (geepee32_linux_sdl_30.zip) = 5196970214bd71f676816e9992dc461d06b7becd9eb86cad8665fbf25485309f -SIZE (geepee32_linux_sdl_30.zip) = 50285 diff --git a/emulators/linux-geepee32/pkg-descr b/emulators/linux-geepee32/pkg-descr deleted file mode 100644 index e0f0d9f1583e..000000000000 --- a/emulators/linux-geepee32/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -What is it ? -GeePee32 is a GP32 emulator that emulates the Korean GP32 handheld -(http://www.gp32.com). - -Firmware: -The emulator needs a GP32 firmware dump in order to work. I do not -have permission from Gamepark Inc. to distrubute this file :( - -WWW: http://users.skynet.be/firefly/gp32/project/geepee32/ diff --git a/emulators/linux-geepee32/pkg-plist b/emulators/linux-geepee32/pkg-plist deleted file mode 100644 index 9cc1ed427d31..000000000000 --- a/emulators/linux-geepee32/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -geepee32/geepee32 -geepee32/geepee32.sh -geepee32/iic.bin -bin/geepee32 -@dirrm geepee32 diff --git a/emulators/linux-geepee32/scripts/wrapper.sh b/emulators/linux-geepee32/scripts/wrapper.sh deleted file mode 100644 index 967a1cbd147c..000000000000 --- a/emulators/linux-geepee32/scripts/wrapper.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# Needed to make symlinks/shortcuts work. -# Wrap geepee32 binary -cd %%GEEPEE32DIR%% -./geepee32 $* -exit $? diff --git a/emulators/linux-systemsimcell/Makefile b/emulators/linux-systemsimcell/Makefile deleted file mode 100644 index 28db733bde46..000000000000 --- a/emulators/linux-systemsimcell/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Stas Timokhin <stast@bsdportal.ru> -# $FreeBSD$ - -PORTNAME= systemsimcell -PORTVERSION= 3.1.25 -CATEGORIES= emulators linux -MASTER_SITES= http://www.bsc.es/projects/deepcomputing/linuxoncell/cellsimulator/sdk3.1//CellSDK-Open-Fedora/x86/ \ - http://www.stasyan.com/devel/distfiles/ -PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -DISTFILES= systemsim-cell-3.1-25.f9.${ARCH}.rpm \ - sysroot_image-3.1-1.noarch.rpm - -MAINTAINER= ports@FreeBSD.org -COMMENT= System simulator for the Cell Broadband Processor - -NO_BUILD= yes -RESTRICTED= Redistribution of pre-compiled binaries is not permitted - -SRC_DISTFILES= -DIST_SUBDIR= rpm -ONLY_FOR_ARCHS= i386 -USE_LINUX_APPS= tcl84 tk84 blt -USE_LINUX_RPM= yes -NOFETCHFILES= systemsim-cell-3.1-25.f9.${ARCH}.rpm - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -DOWNLOAD_URL= http://www.alphaworks.ibm.com/tech/cellsystemsim/download - -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${NOFETCHFILES}) -IGNORE= distfile can only be fetched if you accept the license. Go to ${DOWNLOAD_URL} and put ${NOFETCHFILES} into ${DISTDIR}/${DIST_SUBDIR}. -.endif - -pre-fetch: -.if ${OSVERSION}<700055 -IGNORE= you need FreeBSD>=7.0 RELEASE with Linux emulation 2.6.x. -.elif ${OSVERSION}<800076 && ! defined (OVERRIDE_LINUX_NONBASE_PORTS) -IGNORE= you need to use non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f10 and OVERRIDE_LINUX_NONBASE_PORTS=f10). -.endif - -.include <bsd.port.post.mk> diff --git a/emulators/linux-systemsimcell/distinfo.i386 b/emulators/linux-systemsimcell/distinfo.i386 deleted file mode 100644 index c4a43996b6fd..000000000000 --- a/emulators/linux-systemsimcell/distinfo.i386 +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (rpm/systemsim-cell-3.1-25.f9.i386.rpm) = 738e60f1b2cf676f07fa533d9c387dbf309d2049992ea7b9d34a663eb8d10e59 -SIZE (rpm/systemsim-cell-3.1-25.f9.i386.rpm) = 5415886 -SHA256 (rpm/sysroot_image-3.1-1.noarch.rpm) = 65e45773ff0d42bc1b64a732d44a0ef3af8e0ee35553947e2ee73f30d85ca872 -SIZE (rpm/sysroot_image-3.1-1.noarch.rpm) = 234726112 diff --git a/emulators/linux-systemsimcell/pkg-descr b/emulators/linux-systemsimcell/pkg-descr deleted file mode 100644 index b61d0fd40e1b..000000000000 --- a/emulators/linux-systemsimcell/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A full-system simulation infrastructure and tools -for the Cell Broadband Engine processor. - -WWW: http://www.alphaworks.ibm.com/tech/cellsystemsim/ diff --git a/emulators/linux-systemsimcell/pkg-plist b/emulators/linux-systemsimcell/pkg-plist deleted file mode 100644 index 5a9a86c78613..000000000000 --- a/emulators/linux-systemsimcell/pkg-plist +++ /dev/null @@ -1,366 +0,0 @@ -opt/ibm/systemsim-cell/bin/emitter/asptrdr -opt/ibm/systemsim-cell/bin/emitter/bustrace -opt/ibm/systemsim-cell/bin/emitter/dma_tag_trace -opt/ibm/systemsim-cell/bin/emitter/memtrace -opt/ibm/systemsim-cell/bin/emitter/spu-ttrace -opt/ibm/systemsim-cell/bin/emitter/sti-annoperf -opt/ibm/systemsim-cell/bin/emitter/sti-annotext -opt/ibm/systemsim-cell/bin/emitter/sti-stripstats -opt/ibm/systemsim-cell/bin/emitter/stripstats_live -opt/ibm/systemsim-cell/bin/parse_dwarf.pl -opt/ibm/systemsim-cell/bin/snif -opt/ibm/systemsim-cell/bin/systemsim -opt/ibm/systemsim-cell/bin/systemsim-cell -opt/ibm/systemsim-cell/doc/SystemSim.PerfAnalysis.Guide.pdf -opt/ibm/systemsim-cell/doc/SystemSim.Users.Guide.pdf -opt/ibm/systemsim-cell/emitter/Makefile.sample -opt/ibm/systemsim-cell/emitter/annotext.c -opt/ibm/systemsim-cell/emitter/bustrace.c -opt/ibm/systemsim-cell/emitter/dma_tag_trace.c -opt/ibm/systemsim-cell/emitter/ed_compare.c -opt/ibm/systemsim-cell/emitter/ed_print.c -opt/ibm/systemsim-cell/emitter/emitreader.a -opt/ibm/systemsim-cell/emitter/emitter_reader.c -opt/ibm/systemsim-cell/emitter/memtrace.c -opt/ibm/systemsim-cell/emitter/reader.c -opt/ibm/systemsim-cell/emitter/spu-ttrace.c -opt/ibm/systemsim-cell/emitter/sti-annoperf.cpp -opt/ibm/systemsim-cell/emitter/sti-annotext.c -opt/ibm/systemsim-cell/emitter/trans_id.c -opt/ibm/systemsim-cell/images/cell/sysroot_disk -opt/ibm/systemsim-cell/images/cell/vmlinux -opt/ibm/systemsim-cell/include/basictypes_t.h -opt/ibm/systemsim-cell/include/callthru/callthru_config.h -opt/ibm/systemsim-cell/include/callthru/profile.h -opt/ibm/systemsim-cell/include/callthru/sim_support_code.h -opt/ibm/systemsim-cell/include/callthru/spu/apu_callthru.h -opt/ibm/systemsim-cell/include/callthru/spu/profile.h -opt/ibm/systemsim-cell/include/common/external.h -opt/ibm/systemsim-cell/include/common/mambo.h -opt/ibm/systemsim-cell/include/define64bit.h -opt/ibm/systemsim-cell/include/definecpp.h -opt/ibm/systemsim-cell/include/emitter/atomic.h -opt/ibm/systemsim-cell/include/emitter/ed.h -opt/ibm/systemsim-cell/include/emitter/emit_collector.h -opt/ibm/systemsim-cell/include/emitter/emitter_data.h -opt/ibm/systemsim-cell/include/emitter/emitter_data_t.h -opt/ibm/systemsim-cell/include/emitter/emitter_output_t.h -opt/ibm/systemsim-cell/include/emitter/sti_emitter_data_t.h -opt/ibm/systemsim-cell/include/emitter/sti_emitter_union_t.h -opt/ibm/systemsim-cell/include/endianfix.h -opt/ibm/systemsim-cell/include/environment.h -opt/ibm/systemsim-cell/include/it_codes.h -opt/ibm/systemsim-cell/include/mambo_iss.h -opt/ibm/systemsim-cell/include/mpid_t.h -opt/ibm/systemsim-cell/include/mtrace_t.h -opt/ibm/systemsim-cell/include/library_sim.h -opt/ibm/systemsim-cell/include/plugin_api.h -opt/ibm/systemsim-cell/include/trans_id.h -opt/ibm/systemsim-cell/include/trans_id_t.h -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/CHANGES.txt -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/ChangeLog -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/LICENSE.txt -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/Makefile -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/Makefile.in -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/README.txt -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/aclocal.m4 -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/arrow.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/bitmap.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/button.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/buttonbox.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/color.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/combobox.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/configure.in -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/basic.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/bwidget.xbm -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/demo.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/dnd.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/manager.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/select.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/tmpldlg.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/tree.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo/x1.xbm -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/dialog.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/dragsite.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/dropsite.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/dynhelp.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/entry.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/font.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/bold.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/copy.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/cut.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/dragfile.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/dragicon.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/error.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/file.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/folder.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/hourglass.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/info.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/italic.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/minus.xbm -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/new.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/opcopy.xbm -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/open.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/openfold.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/oplink.xbm -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/opmove.xbm -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/overstrike.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/palette.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/passwd.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/paste.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/plus.xbm -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/print.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/question.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/redo.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/save.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/target.xbm -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/underline.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/undo.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images/warning.gif -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/init.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/label.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/labelentry.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/labelframe.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/lang/de.rc -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/lang/en.rc -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/lang/es.rc -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/lang/fr.rc -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/listbox.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/mainframe.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/messagedlg.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/notebook.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/pagesmgr.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/panedw.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/passwddlg.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/pkgIndex.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/progressbar.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/progressdlg.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/scrollframe.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/scrollview.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/scrollw.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/separator.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/spinbox.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/tests/entry.test -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/titleframe.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/tree.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/utils.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/widget.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/wizard.tcl -opt/ibm/systemsim-cell/lib/BWidget-1.7.0/xpm2image.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/NEWS -opt/ibm/systemsim-cell/lib/blt2.4z/PROBLEMS -opt/ibm/systemsim-cell/lib/blt2.4z/README -opt/ibm/systemsim-cell/lib/blt2.4z/bltCanvEps.pro -opt/ibm/systemsim-cell/lib/blt2.4z/bltGraph.pro -opt/ibm/systemsim-cell/lib/blt2.4z/dd_protocols/dd-color.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/dd_protocols/dd-file.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/dd_protocols/dd-number.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/dd_protocols/dd-text.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/dd_protocols/tclIndex -opt/ibm/systemsim-cell/lib/blt2.4z/dnd.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/dragdrop.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/graph.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/hierbox.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/pkgIndex.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/tabnotebook.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/tabset.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/tclIndex -opt/ibm/systemsim-cell/lib/blt2.4z/treeview.tcl -opt/ibm/systemsim-cell/lib/blt2.4z/treeview.xbm -opt/ibm/systemsim-cell/lib/blt2.4z/treeview_m.xbm -opt/ibm/systemsim-cell/lib/cell/Makefile -opt/ibm/systemsim-cell/lib/cell/axon_dev_tree.tcl -opt/ibm/systemsim-cell/lib/cell/cell_util.tcl -opt/ibm/systemsim-cell/lib/cell/components.tcl -opt/ibm/systemsim-cell/lib/cell/config_edp_smp.tcl -opt/ibm/systemsim-cell/lib/cell/config_smp.tcl -opt/ibm/systemsim-cell/lib/cell/dev_tree.tcl -opt/ibm/systemsim-cell/lib/cell/disclaim.txt -opt/ibm/systemsim-cell/lib/cell/gui/BE_buttons.tcl -opt/ibm/systemsim-cell/lib/cell/gui/BE_treesim.tcl -opt/ibm/systemsim-cell/lib/cell/gui/Makefile -opt/ibm/systemsim-cell/lib/cell/gui/gui.tcl -opt/ibm/systemsim-cell/lib/cell/gui/mfc.tcl -opt/ibm/systemsim-cell/lib/cell/gui/pcxlate.tcl -opt/ibm/systemsim-cell/lib/cell/gui/pviz.tcl -opt/ibm/systemsim-cell/lib/cell/gui/spu_prof.tcl -opt/ibm/systemsim-cell/lib/cell/gui/spuchannel.tcl -opt/ibm/systemsim-cell/lib/cell/gui/spucore.tcl -opt/ibm/systemsim-cell/lib/cell/gui/spumemory.tcl -opt/ibm/systemsim-cell/lib/cell/gui/spumodes.tcl -opt/ibm/systemsim-cell/lib/cell/gui/sputracker.tcl -opt/ibm/systemsim-cell/lib/cell/gui/spuutils.tcl -opt/ibm/systemsim-cell/lib/cell/gui/spxlate.tcl -opt/ibm/systemsim-cell/lib/cell/gui/tclIndex -opt/ibm/systemsim-cell/lib/cell/mambo_init.tcl -opt/ibm/systemsim-cell/lib/cell/spu_race_check.tcl -opt/ibm/systemsim-cell/lib/cell/spu_stack_check.tcl -opt/ibm/systemsim-cell/lib/cell/systemsim.tcl -opt/ibm/systemsim-cell/lib/cell/tclIndex -opt/ibm/systemsim-cell/lib/common/Makefile -opt/ibm/systemsim-cell/lib/common/bogusnet.tcl -opt/ibm/systemsim-cell/lib/common/bcast.tcl -opt/ibm/systemsim-cell/lib/common/checkpoint.tcl -opt/ibm/systemsim-cell/lib/common/config.tcl -opt/ibm/systemsim-cell/lib/common/debug_utils.tcl -opt/ibm/systemsim-cell/lib/common/dts.tcl -opt/ibm/systemsim-cell/lib/common/gdbsniff.tcl -opt/ibm/systemsim-cell/lib/common/osinfo.tcl -opt/ibm/systemsim-cell/lib/common/pkgIndex.tcl -opt/ibm/systemsim-cell/lib/common/gui/Makefile -opt/ibm/systemsim-cell/lib/common/gui/_error_dialog.tcl -opt/ibm/systemsim-cell/lib/common/gui/common_oo.tcl -opt/ibm/systemsim-cell/lib/common/gui/control.tcl -opt/ibm/systemsim-cell/lib/common/gui/controls.tcl -opt/ibm/systemsim-cell/lib/common/gui/debug_controls.tcl -opt/ibm/systemsim-cell/lib/common/gui/default_gui.tcl -opt/ibm/systemsim-cell/lib/common/gui/dialog.tcl -opt/ibm/systemsim-cell/lib/common/gui/elfload.tcl -opt/ibm/systemsim-cell/lib/common/gui/embedded_xlate.tcl -opt/ibm/systemsim-cell/lib/common/gui/emitter.tcl -opt/ibm/systemsim-cell/lib/common/gui/eventlog.tcl -opt/ibm/systemsim-cell/lib/common/gui/flyover.tcl -opt/ibm/systemsim-cell/lib/common/gui/fonts.tcl -opt/ibm/systemsim-cell/lib/common/gui/fpregs.tcl -opt/ibm/systemsim-cell/lib/common/gui/gpregs.tcl -opt/ibm/systemsim-cell/lib/common/gui/graph_zoom_support.tcl -opt/ibm/systemsim-cell/lib/common/gui/gui.tcl -opt/ibm/systemsim-cell/lib/common/gui/hiersim.tcl -opt/ibm/systemsim-cell/lib/common/gui/hiersim_common.tcl -opt/ibm/systemsim-cell/lib/common/gui/hooks.tcl -opt/ibm/systemsim-cell/lib/common/gui/membrk.tcl -opt/ibm/systemsim-cell/lib/common/gui/memmap.tcl -opt/ibm/systemsim-cell/lib/common/gui/menubar.tcl -opt/ibm/systemsim-cell/lib/common/gui/options.tcl -opt/ibm/systemsim-cell/lib/common/gui/pci_utils.tcl -opt/ibm/systemsim-cell/lib/common/gui/pctracker.tcl -opt/ibm/systemsim-cell/lib/common/gui/pipeline.tcl -opt/ibm/systemsim-cell/lib/common/gui/ppc4xx_xlate.tcl -opt/ibm/systemsim-cell/lib/common/gui/ppccore.tcl -opt/ibm/systemsim-cell/lib/common/gui/ppcstack.tcl -opt/ibm/systemsim-cell/lib/common/gui/prefmgr.tcl -opt/ibm/systemsim-cell/lib/common/gui/processfile_details.tcl -opt/ibm/systemsim-cell/lib/common/gui/processtree.tcl -opt/ibm/systemsim-cell/lib/common/gui/proctree_stats_graph.tcl -opt/ibm/systemsim-cell/lib/common/gui/scrolltogether.tcl -opt/ibm/systemsim-cell/lib/common/gui/simmode.tcl -opt/ibm/systemsim-cell/lib/common/gui/stats.tcl -opt/ibm/systemsim-cell/lib/common/gui/sysmem.tcl -opt/ibm/systemsim-cell/lib/common/gui/tclIndex -opt/ibm/systemsim-cell/lib/common/gui/tcl_utils.tcl -opt/ibm/systemsim-cell/lib/common/gui/testcmds.tcl -opt/ibm/systemsim-cell/lib/common/gui/textutils.tcl -opt/ibm/systemsim-cell/lib/common/gui/trackall.tcl -opt/ibm/systemsim-cell/lib/common/gui/treesim.tcl -opt/ibm/systemsim-cell/lib/common/gui/triggers.tcl -opt/ibm/systemsim-cell/lib/common/gui/tvu/Makefile -opt/ibm/systemsim-cell/lib/common/gui/tvu/buffer.tcl -opt/ibm/systemsim-cell/lib/common/gui/tvu/cell.tcl -opt/ibm/systemsim-cell/lib/common/gui/tvu/latch.tcl -opt/ibm/systemsim-cell/lib/common/gui/tvu/matchbox.tcl -opt/ibm/systemsim-cell/lib/common/gui/tvu/pipe.tcl -opt/ibm/systemsim-cell/lib/common/gui/tvu/pkgIndex.tcl -opt/ibm/systemsim-cell/lib/common/gui/value_expand.tcl -opt/ibm/systemsim-cell/lib/common/gui/widgets/Makefile -opt/ibm/systemsim-cell/lib/common/gui/widgets/balloon.tcl -opt/ibm/systemsim-cell/lib/common/gui/widgets/combobox.tcl -opt/ibm/systemsim-cell/lib/common/gui/widgets/pkgIndex.tcl -opt/ibm/systemsim-cell/lib/common/gui/widgets/tests/balloon_tst.tcl -opt/ibm/systemsim-cell/lib/common/gui/widgets/tests/test.tcl -opt/ibm/systemsim-cell/lib/common/gui/window.tcl -opt/ibm/systemsim-cell/lib/common/gui/winmgr.tcl -opt/ibm/systemsim-cell/lib/common/mambo_init.tcl -opt/ibm/systemsim-cell/lib/common/openfirmware_utils.tcl -opt/ibm/systemsim-cell/lib/common/tclIndex -opt/ibm/systemsim-cell/lib/common/tcl_utils.tcl -opt/ibm/systemsim-cell/lib/ppc/801TM_util.tcl -opt/ibm/systemsim-cell/lib/ppc/Makefile -opt/ibm/systemsim-cell/lib/ppc/aix.old.tcl -opt/ibm/systemsim-cell/lib/ppc/aix.tcl -opt/ibm/systemsim-cell/lib/ppc/aix_track.tcl -opt/ibm/systemsim-cell/lib/ppc/aix_utils.tcl -opt/ibm/systemsim-cell/lib/ppc/bet_util.tcl -opt/ibm/systemsim-cell/lib/ppc/bogus_disk.tcl -opt/ibm/systemsim-cell/lib/ppc/debug.tcl -opt/ibm/systemsim-cell/lib/ppc/emitter_readers.tcl -opt/ibm/systemsim-cell/lib/ppc/erat.tcl -opt/ibm/systemsim-cell/lib/ppc/linux.tcl -opt/ibm/systemsim-cell/lib/ppc/linux_track.tcl -opt/ibm/systemsim-cell/lib/ppc/pkgIndex.tcl -opt/ibm/systemsim-cell/lib/ppc/profiler/_choose_from_list.tcl -opt/ibm/systemsim-cell/lib/ppc/profiler/_error_dialog.tcl -opt/ibm/systemsim-cell/lib/ppc/profiler/_ps.tcl -opt/ibm/systemsim-cell/lib/ppc/profiler/_read_emitter.tcl -opt/ibm/systemsim-cell/lib/ppc/profiler/_select_file.tcl -opt/ibm/systemsim-cell/lib/ppc/profiler/live-graph -opt/ibm/systemsim-cell/lib/ppc/profiler/prof.tcl -opt/ibm/systemsim-cell/lib/ppc/profiler/profiler_setup.tcl -opt/ibm/systemsim-cell/lib/ppc/step.tcl -opt/ibm/systemsim-cell/lib/ppc/syscalls.tcl -opt/ibm/systemsim-cell/lib/ppc/syscalls/Makefile -opt/ibm/systemsim-cell/lib/ppc/syscalls/sys.pl -opt/ibm/systemsim-cell/lib/ppc/syscalls/syscalls.txt -opt/ibm/systemsim-cell/lib/ppc/tclIndex -opt/ibm/systemsim-cell/lib/ppc/tlb.tcl -opt/ibm/systemsim-cell/lib/ppc/util.tcl -opt/ibm/systemsim-cell/run/cell/linux/regress.simple.ok -opt/ibm/systemsim-cell/run/cell/linux/regress.simple.tcl -opt/ibm/systemsim-cell/run/cell/linux/regress.smp.ok -opt/ibm/systemsim-cell/run/cell/linux/regress.smp.tcl -opt/ibm/systemsim-cell/run/cell/run_cmdline -opt/ibm/systemsim-cell/run/cell/run_gui -opt/ibm/systemsim-cell/run/cell/standalone/.systemsim.tcl -opt/ibm/systemsim-cell/run/cell/standalone/daxpy.c -opt/ibm/systemsim-cell/run/cell/standalone/daxpy.tcl -opt/ibm/systemsim-cell/run/cell/standalone/regress.daxpy.ok -opt/ibm/systemsim-cell/sample/callthru/Makefile -opt/ibm/systemsim-cell/sample/callthru/README -opt/ibm/systemsim-cell/sample/callthru/callthru.c -opt/ibm/systemsim-cell/sample/cell/libsim/Makefile -opt/ibm/systemsim-cell/sample/cell/libsim/spu/Makefile -opt/ibm/systemsim-cell/sample/cell/libsim/spu/libsim.h -opt/ibm/systemsim-cell/sample/cell/libsim/spu/libsim.s -opt/ibm/systemsim-cell/sample/gdb/build_gdb.sh -opt/ibm/systemsim-cell/sample/gdb/systemsim.gdb -opt/ibm/systemsim-cell/sample/gdb/systemsim_gdb-6.3.diff -@dirrm opt/ibm/systemsim-cell/sample/gdb -@dirrm opt/ibm/systemsim-cell/sample/cell/libsim/spu -@dirrm opt/ibm/systemsim-cell/sample/cell/libsim -@dirrm opt/ibm/systemsim-cell/sample/cell -@dirrm opt/ibm/systemsim-cell/sample/callthru -@dirrm opt/ibm/systemsim-cell/sample -@dirrm opt/ibm/systemsim-cell/run/cell/standalone -@dirrm opt/ibm/systemsim-cell/run/cell/linux -@dirrm opt/ibm/systemsim-cell/run/cell -@dirrm opt/ibm/systemsim-cell/run -@dirrm opt/ibm/systemsim-cell/lib/ppc/syscalls -@dirrm opt/ibm/systemsim-cell/lib/ppc/profiler -@dirrm opt/ibm/systemsim-cell/lib/ppc -@dirrm opt/ibm/systemsim-cell/lib/common/gui/widgets/tests -@dirrm opt/ibm/systemsim-cell/lib/common/gui/widgets -@dirrm opt/ibm/systemsim-cell/lib/common/gui/tvu -@dirrm opt/ibm/systemsim-cell/lib/common/gui -@dirrm opt/ibm/systemsim-cell/lib/common -@dirrm opt/ibm/systemsim-cell/lib/cell/gui -@dirrm opt/ibm/systemsim-cell/lib/cell -@dirrm opt/ibm/systemsim-cell/lib/blt2.4z/dd_protocols -@dirrm opt/ibm/systemsim-cell/lib/blt2.4z -@dirrm opt/ibm/systemsim-cell/lib/BWidget-1.7.0/tests -@dirrm opt/ibm/systemsim-cell/lib/BWidget-1.7.0/lang -@dirrm opt/ibm/systemsim-cell/lib/BWidget-1.7.0/images -@dirrm opt/ibm/systemsim-cell/lib/BWidget-1.7.0/demo -@dirrm opt/ibm/systemsim-cell/lib/BWidget-1.7.0 -@dirrm opt/ibm/systemsim-cell/lib -@dirrm opt/ibm/systemsim-cell/include/emitter -@dirrm opt/ibm/systemsim-cell/include/common -@dirrm opt/ibm/systemsim-cell/include/callthru/spu -@dirrm opt/ibm/systemsim-cell/include/callthru -@dirrm opt/ibm/systemsim-cell/include -@dirrm opt/ibm/systemsim-cell/images/cell -@dirrm opt/ibm/systemsim-cell/images -@dirrm opt/ibm/systemsim-cell/emitter -@dirrm opt/ibm/systemsim-cell/doc -@dirrm opt/ibm/systemsim-cell/bin/emitter -@dirrm opt/ibm/systemsim-cell/bin -@dirrm opt/ibm/systemsim-cell -@dirrm opt/ibm diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile deleted file mode 100644 index e5d77ad153ec..000000000000 --- a/emulators/psim-freebsd/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Mark Peek <mp@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= psim-freebsd -.if defined(WITHOUT_GPLv3) -PORTVERSION= 6.6 -.else -PORTVERSION= 7.0.1 -.endif -PORTREVISION?= 0 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gdb -DISTNAME= gdb-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= PowerPC simulator (PSIM) running in the GNU GDB 6 - -USES= tar:bzip2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ - --program-suffix=psim \ - --disable-nls - -NO_STAGE= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME} - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${FILESDIR}/dot.gdbinit ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/HOW-TO ${DOCSDIR} -.endif - -cklatest: - ncftpls \ - ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ - | ${GREP} gdb+dejagnu- - -.include <bsd.port.mk> diff --git a/emulators/psim-freebsd/distinfo b/emulators/psim-freebsd/distinfo deleted file mode 100644 index 38e8c04a0fa7..000000000000 --- a/emulators/psim-freebsd/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (gdb-6.6.tar.bz2) = 6e602987298db5ddb479bbb84ce653eabd9c304957a49552245f65cdc70d43bd -SIZE (gdb-6.6.tar.bz2) = 14535755 -SHA256 (gdb-7.0.1.tar.bz2) = 560c3fd0053ade6549e71bd045f70282feb88db73b35e401bbad601a311e3c1b -SIZE (gdb-7.0.1.tar.bz2) = 17614682 diff --git a/emulators/psim-freebsd/files/HOW-TO b/emulators/psim-freebsd/files/HOW-TO deleted file mode 100644 index a1950bcd8c15..000000000000 --- a/emulators/psim-freebsd/files/HOW-TO +++ /dev/null @@ -1,69 +0,0 @@ -$FreeBSD$ - -Instructions for building and running the FreeBSD kernel under PSIM: - -1. On a FreeBSD system, check out a new source tree and run: - # cd src/sys/powerpc/conf - # config -g GENERIC - -2. On a NetBSD PPC system with the source NFS mounted, compile the kernel - (your mount point may vary): - # make -m /mnt/share/mk MACHINE_ARCH=powerpc - -3. On the FreeBSD system, grap /usr/src/release/write_mfs_in_kernel.c and - run it using <http://people.freebsd.org/~mp/psim/ppcdisk.bz2> to add - the md image: - - # ./write_mfs_in_kernel kernel.debug ppcdisk - -4. Run the simulator. The following .gdbinit is available as - /usr/local/share/examples/psim-freebsd/dot.gdbinit: - - display/i $pc - define pglobal - print *(struct globaldata *)$sprg0 - end - target sim -e chirp -r 33554432 - set architecture powerpc:604 - load - -# psim-freebsd kernel.debug -GNU gdb 20011012 (MI_OUT) -Copyright 2001 Free Software Foundation, Inc. -GDB is free software, covered by the GNU General Public License, and you are -welcome to change it and/or distribute copies of it under certain conditions. -Type "show copying" to see the conditions. -There is absolutely no warranty for GDB. Type "show warranty" for details. -This GDB was configured as "--host=i386-portbld-freebsd5.0 --target=powerpc-freebsd-elf"... -Connected to the simulator. -The target architecture is assumed to be powerpc:604 -chirp: note descriptor missing load-base -(gdb) b cpu_switch -Breakpoint 1 at 0x1d8d58 -(gdb) run -Starting program: /usr/vsrc/sys/powerpc/compile/GENERIC/kernel.debug -Copyright (c) 1992-2001 The FreeBSD Project. -Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 - The Regents of the University of California. All rights reserved. -FreeBSD 5.0-CURRENT #0: Fri Oct 12 12:47:40 PDT 2001 - root@netppc:/mnt/vsrc/sys/powerpc/compile/GENERIC -CPU: PowerPC Version 0 (Revision 0) -real memory = 33554432 (32768K bytes) -avail memory = 29794304 (29096K bytes) -Timecounter "powerpc" frequency 16666666 Hz -rn_init: radix functions require max_keylen be set -Mounting root from ufs:/dev/md0c - -Breakpoint 1, 0x001d8d58 in cpu_switch () -1: x/i $pc 0x1d8d58 <cpu_switch+24>: mfsprg r3,0 -(gdb) where -#0 0x001d8d58 in cpu_switch () -#1 0x0014baa4 in mi_switch () at ../../../kern/kern_synch.c:765 -#2 0x0014af0c in msleep (ident=0x308cf8, mtx=0x0, priority=68, - wmesg=0x1e27f8 "sched", timo=1000) at ../../../kern/kern_synch.c:484 -#3 0x001c0e58 in scheduler (dummy=0xcda) at ../../../vm/vm_glue.c:439 -#4 0x0011d720 in mi_startup () at ../../../kern/init_main.c:209 -#5 0x00114880 in kernel_text () -(gdb) - -More information on PSIM can be found here: <http://sources.redhat.com/psim> diff --git a/emulators/psim-freebsd/files/README.patches b/emulators/psim-freebsd/files/README.patches deleted file mode 100644 index b7dcdee840dc..000000000000 --- a/emulators/psim-freebsd/files/README.patches +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - -Patch comments: - -sim/ppc/emul_chirp.c: -Add a mapping for the kernel to obtain the mapping for the -OpenFirmware callback. - -sim/ppc/hw_cpu.c: -Add the device type and timebase-frequency to the cpu device. -Add code to create an instance of the cpu for the translation of the -OpenFirmware callback. - -sim/ppc/hw_init.c: -Allow the simulator to load a dynamically linked OEA environment. diff --git a/emulators/psim-freebsd/files/dot.gdbinit b/emulators/psim-freebsd/files/dot.gdbinit deleted file mode 100644 index b4e6b167420d..000000000000 --- a/emulators/psim-freebsd/files/dot.gdbinit +++ /dev/null @@ -1,7 +0,0 @@ -display/i $pc -define pglobal - print *(struct globaldata *)$sprg0 -end -target sim -e chirp -r 33554432 -set architecture powerpc:604 -load diff --git a/emulators/psim-freebsd/files/patch-emul_chirp.c b/emulators/psim-freebsd/files/patch-emul_chirp.c deleted file mode 100644 index 379ef7cd39ca..000000000000 --- a/emulators/psim-freebsd/files/patch-emul_chirp.c +++ /dev/null @@ -1,14 +0,0 @@ ---- sim/ppc/emul_chirp.c.orig Sun Jun 22 23:03:40 2003 -+++ sim/ppc/emul_chirp.c Wed Jan 26 12:06:16 2005 -@@ -1880,6 +1880,11 @@ - (unsigned long)chirp->sizeof_stack); - tree_parse(node, "./wimg %d", 0x7); - tree_parse(node, "./pp %d", 0x2); -+ node = tree_parse(root, "/cpus/cpu@0"); -+ tree_parse(node, "./translations 0x%lx 0x%lx 0x%0lx 0x%0lx 0x%0lx", -+ (unsigned long)chirp->code_va, (unsigned long)chirp->sizeof_code, -+ (unsigned long)chirp->code_ra, 0); -+ node = tree_parse(root, "/chosen/mmu */cpus/cpu@0"); - } - - /* map in the chrp openboot callback code */ diff --git a/emulators/psim-freebsd/files/patch-hw_cpu.c b/emulators/psim-freebsd/files/patch-hw_cpu.c deleted file mode 100644 index dedb2c753633..000000000000 --- a/emulators/psim-freebsd/files/patch-hw_cpu.c +++ /dev/null @@ -1,63 +0,0 @@ -diff -r -u sim/ppc/hw_cpu.c /local2/gcc/ppc/gdb+dejagnu-20011007/sim/ppc/hw_cpu.c ---- sim/ppc/hw_cpu.c Thu Apr 15 18:35:09 1999 -+++ /local2/gcc/ppc/gdb+dejagnu-20011007/sim/ppc/hw_cpu.c Sun Oct 7 16:16:57 2001 -@@ -110,6 +110,8 @@ - { - hw_cpu_device *hw_cpu = (hw_cpu_device*)device_data(me); - /* populate the node with properties */ -+ device_add_string_property(me, "device_type", "cpu"); -+ device_add_integer_property(me, "timebase-frequency", 0x00fe502a); - /* clear our data */ - memset(hw_cpu, 0x0, sizeof(hw_cpu_device)); - hw_cpu->cpu_nr = device_find_integer_property(me, "cpu-nr"); -@@ -148,6 +150,42 @@ - } - } - -+/* An instance of the cpu */ -+ -+typedef struct _hw_cpu_instance { -+ unsigned_word pos; -+ hw_cpu_device *cpu; -+ device *me; -+} hw_cpu_instance; -+ -+static void -+hw_cpu_instance_delete(device_instance *instance) -+{ -+ hw_cpu_instance *data = device_instance_data(instance); -+ zfree(data); -+} -+ -+static const device_instance_callbacks hw_cpu_instance_callbacks = { -+ hw_cpu_instance_delete, -+ NULL, -+ NULL, -+ NULL, -+}; -+ -+static device_instance * -+hw_cpu_create_instance(device *me, -+ const char *path, -+ const char *args) -+{ -+ hw_cpu_device *cpu = device_data(me); -+ hw_cpu_instance *data = ZALLOC(hw_cpu_instance); -+ data->cpu = cpu; -+ data->me = me; -+ return device_create_instance_from(me, NULL, -+ data, -+ path, args, -+ &hw_cpu_instance_callbacks); -+} - - static device_callbacks const hw_cpu_callbacks = { - { hw_cpu_init_address, }, /* init */ -@@ -156,6 +194,7 @@ - { NULL, }, /* DMA */ - { hw_cpu_interrupt_event, NULL, hw_cpu_interrupt_ports }, /* interrupts */ - { NULL, NULL, }, -+ hw_cpu_create_instance, - }; - - const device_descriptor hw_cpu_device_descriptor[] = { diff --git a/emulators/psim-freebsd/files/patch-hw_init.c b/emulators/psim-freebsd/files/patch-hw_init.c deleted file mode 100644 index e6481a876f8f..000000000000 --- a/emulators/psim-freebsd/files/patch-hw_init.c +++ /dev/null @@ -1,13 +0,0 @@ -diff -r -u sim/ppc/hw_init.c /local2/gcc/ppc/gdb+dejagnu-20011007/sim/ppc/hw_init.c ---- sim/ppc/hw_init.c Thu May 10 10:48:10 2001 -+++ /local2/gcc/ppc/gdb+dejagnu-20011007/sim/ppc/hw_init.c Fri Oct 12 11:31:51 2001 -@@ -350,7 +350,8 @@ - )); - - /* If there is an .interp section, it means it needs a shared library interpreter. */ -- if (strcmp(".interp", bfd_get_section_name(abfd, the_section)) == 0) -+ if (current_environment != OPERATING_ENVIRONMENT -+ && strcmp(".interp", bfd_get_section_name(abfd, the_section)) == 0) - error("Shared libraries are not yet supported.\n"); - - /* determine the devices access */ diff --git a/emulators/psim-freebsd/pkg-descr b/emulators/psim-freebsd/pkg-descr deleted file mode 100644 index 30c1e7768f78..000000000000 --- a/emulators/psim-freebsd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -PowerPC simulator (PSIM) running in the GNU GDB 6 - -WWW: http://sourceware.org/psim/ diff --git a/emulators/psim-freebsd/pkg-plist b/emulators/psim-freebsd/pkg-plist deleted file mode 100644 index cfa6aced3076..000000000000 --- a/emulators/psim-freebsd/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/psim-freebsd -%%EXAMPLESDIR%%/dot.gdbinit -%%PORTDOCS%%%%DOCSDIR%%/HOW-TO -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%EXAMPLESDIR%% diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile deleted file mode 100644 index 10fac4e4a6b0..000000000000 --- a/emulators/vMac/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: troll -# $FreeBSD$ - -PORTNAME= vMac -PORTVERSION= 0.1.9.3 -PORTREVISION= 3 -CATEGORIES= emulators -MASTER_SITES= http://www.vmac.org/download/XWindows/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Emulates a MacPlus machine! Runs MacOS versions up to 7.5.5 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake tar:tgz -GNU_CONFIGURE= yes -USE_XORG= x11 ice sm xext -SUB_FILES= pkg-message - -NO_STAGE= yes -pre-patch: - (cd ${WRKSRC} && ${SH} ${FILESDIR}/dos2unx gemulator.c) - -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vMac ${PREFIX}/bin - ${STRIP_CMD} ${PREFIX}/bin/vMac -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.rom ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/emulators/vMac/distinfo b/emulators/vMac/distinfo deleted file mode 100644 index bac47c54970b..000000000000 --- a/emulators/vMac/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vMac-0.1.9.3-src.tgz) = 8ad361f6b941faeff621a9da33c7b5713a42f2c344bb3fb6f08f2b88091fdc99 -SIZE (vMac-0.1.9.3-src.tgz) = 186064 diff --git a/emulators/vMac/files/dos2unx b/emulators/vMac/files/dos2unx deleted file mode 100644 index f250b4b586ff..000000000000 --- a/emulators/vMac/files/dos2unx +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# dos2unx file [file...] -# -# Converts text files (names specified on command line) from MS-DOS -# format to UNIX format. Essentially, gets rid of all newlines (\n), -# since linefeeds (\l) are all it needs. - -if [ $# -lt 1 ] -then - echo usage: dos2unx file [file ...] - exit 1 -fi - -for FILE -do - echo -n "dos2unx: converting ${FILE} ... " - tr -d '\r' < ${FILE} > /tmp/conv$$ - rm -f ${FILE} - cp -f /tmp/conv$$ ${FILE} - rm -f /tmp/conv$$ - echo "done" -done diff --git a/emulators/vMac/files/patch-aa b/emulators/vMac/files/patch-aa deleted file mode 100644 index e70f71adeb93..000000000000 --- a/emulators/vMac/files/patch-aa +++ /dev/null @@ -1,483 +0,0 @@ -diff -ruN ../vMac-0.1.9.3.old/Hardware/Makefile.in ./Hardware/Makefile.in ---- ../vMac-0.1.9.3.old/Hardware/Makefile.in Sun Feb 15 07:55:19 1998 -+++ ./Hardware/Makefile.in Sun Jul 11 16:30:09 1999 -@@ -24,7 +24,7 @@ - - .SUFFIXES: .o .c .h .m .i .S - --INCLUDES=-I@top_srcdir@/Includes -I$(X_CFLAGS) -I/usr/include -I../ -I. -+INCLUDES=-I@top_srcdir@/Includes $(X_CFLAGS) -I/usr/include -I../ -I. - - OBJS = IWM.o \ - Keyboard.o \ -diff -ruN ../vMac-0.1.9.3.old/Includes/sysdeps.h ./Includes/sysdeps.h ---- ../vMac-0.1.9.3.old/Includes/sysdeps.h Sun Feb 15 22:34:51 1998 -+++ ./Includes/sysdeps.h Sun Jul 11 16:30:10 1999 -@@ -62,8 +62,9 @@ - #endif - #endif - -+#undef HAVE_SYS_STATFS_H - #ifdef HAVE_SYS_STATFS_H --#include <sys/statfs.h> -+#include <statfs.h> - #endif - - #ifdef HAVE_SYS_STATVFS_H -diff -ruN ../vMac-0.1.9.3.old/Makefile ./Makefile ---- ../vMac-0.1.9.3.old/Makefile Tue Apr 27 02:49:44 1999 -+++ ./Makefile Sun Jul 11 16:30:10 1999 -@@ -25,7 +25,7 @@ - - .SUFFIXES: .o .c .h .m .i .S - --INCLUDES=-I./Hardware/ -I./Includes -I$(X_CFLAGS) -I/usr/local/include -I. -+INCLUDES=-I./Hardware/ -I./Includes $(X_CFLAGS) -I/usr/local/include -I. - - OBJS = custom.o main.o prefs.o debug.o gemulator.o \ - $(GFXOBJS) -diff -ruN ../vMac-0.1.9.3.old/Makefile.in ./Makefile.in ---- ../vMac-0.1.9.3.old/Makefile.in Tue Apr 27 02:49:34 1999 -+++ ./Makefile.in Sun Jul 11 18:04:53 1999 -@@ -24,12 +24,15 @@ - - .SUFFIXES: .o .c .h .m .i .S - --INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes -I$(X_CFLAGS) -I/usr/local/include -I. -+INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes $(X_CFLAGS) -I/usr/local/include -I. - - OBJS = custom.o main.o prefs.o debug.o gemulator.o \ - $(GFXOBJS) - - all: $(TARGET) -+ -+install: -+ @echo Install target h4x0r3d. - - x11: vMac - -diff -ruN ../vMac-0.1.9.3.old/configure ./configure ---- ../vMac-0.1.9.3.old/configure Mon Feb 16 23:29:26 1998 -+++ ./configure Sun Jul 11 16:30:10 1999 -@@ -2760,9 +2760,9 @@ - - WANT_MOTIFGUI=no - WANT_GTKGUI=no --WANT_NOGUI=yes --WANT_MITSHM=no --WANT_SCAN=no -+WANT_NOGUI=no -+WANT_MITSHM=yes -+WANT_SCAN=yes - WANT_SVGA=no - WANT_NEXTSTEP=no - -@@ -2810,7 +2810,7 @@ - - - if [ "x$no_x" = "xyes" ]; then -- HAVE_MOTIF=no -+ HAVE_MOTIF=yes - else - TMP_SAVE_LIBS=$LIBS - TMP_SAVE_CFLAGS=$CFLAGS -@@ -2949,8 +2949,8 @@ - - if [ "x$WANT_MOTIFGUI" = "xyes" ]; then - if [ "x$HAVE_MOTIF" = "xno" ]; then -- WANT_MOTIFGUI=no -- echo "Can't find Motif or LessTif libraries; Motif GUI disabled." -+ WANT_MOTIFGUI=yes -+ echo "Motif support hax0r3d in." - else - WANT_MOTIFGUI=yes - WANT_GTKGUI=no -diff -ruN ../vMac-0.1.9.3.old/freebsd.patch ./freebsd.patch ---- ../vMac-0.1.9.3.old/freebsd.patch Thu Jan 1 00:00:00 1970 -+++ ./freebsd.patch Sun Jul 11 18:05:06 1999 -@@ -0,0 +1,94 @@ -+diff -ruN ../vMac-0.1.9.3.old/Hardware/Makefile.in ./Hardware/Makefile.in -+--- ../vMac-0.1.9.3.old/Hardware/Makefile.in Sun Feb 15 07:55:19 1998 -++++ ./Hardware/Makefile.in Sun Jul 11 16:30:09 1999 -+@@ -24,7 +24,7 @@ -+ -+ .SUFFIXES: .o .c .h .m .i .S -+ -+-INCLUDES=-I@top_srcdir@/Includes -I$(X_CFLAGS) -I/usr/include -I../ -I. -++INCLUDES=-I@top_srcdir@/Includes $(X_CFLAGS) -I/usr/include -I../ -I. -+ -+ OBJS = IWM.o \ -+ Keyboard.o \ -+diff -ruN ../vMac-0.1.9.3.old/Includes/sysdeps.h ./Includes/sysdeps.h -+--- ../vMac-0.1.9.3.old/Includes/sysdeps.h Sun Feb 15 22:34:51 1998 -++++ ./Includes/sysdeps.h Sun Jul 11 16:30:10 1999 -+@@ -62,8 +62,9 @@ -+ #endif -+ #endif -+ -++#undef HAVE_SYS_STATFS_H -+ #ifdef HAVE_SYS_STATFS_H -+-#include <sys/statfs.h> -++#include <statfs.h> -+ #endif -+ -+ #ifdef HAVE_SYS_STATVFS_H -+diff -ruN ../vMac-0.1.9.3.old/Makefile ./Makefile -+--- ../vMac-0.1.9.3.old/Makefile Tue Apr 27 02:49:44 1999 -++++ ./Makefile Sun Jul 11 16:30:10 1999 -+@@ -25,7 +25,7 @@ -+ -+ .SUFFIXES: .o .c .h .m .i .S -+ -+-INCLUDES=-I./Hardware/ -I./Includes -I$(X_CFLAGS) -I/usr/local/include -I. -++INCLUDES=-I./Hardware/ -I./Includes $(X_CFLAGS) -I/usr/local/include -I. -+ -+ OBJS = custom.o main.o prefs.o debug.o gemulator.o \ -+ $(GFXOBJS) -+diff -ruN ../vMac-0.1.9.3.old/Makefile.in ./Makefile.in -+--- ../vMac-0.1.9.3.old/Makefile.in Tue Apr 27 02:49:34 1999 -++++ ./Makefile.in Sun Jul 11 18:04:53 1999 -+@@ -24,12 +24,15 @@ -+ -+ .SUFFIXES: .o .c .h .m .i .S -+ -+-INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes -I$(X_CFLAGS) -I/usr/local/include -I. -++INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes $(X_CFLAGS) -I/usr/local/include -I. -+ -+ OBJS = custom.o main.o prefs.o debug.o gemulator.o \ -+ $(GFXOBJS) -+ -+ all: $(TARGET) -++ -++install: -++ @echo Install target h4x0r3d. -+ -+ x11: vMac -+ -+diff -ruN ../vMac-0.1.9.3.old/configure ./configure -+--- ../vMac-0.1.9.3.old/configure Mon Feb 16 23:29:26 1998 -++++ ./configure Sun Jul 11 16:30:10 1999 -+@@ -2760,9 +2760,9 @@ -+ -+ WANT_MOTIFGUI=no -+ WANT_GTKGUI=no -+-WANT_NOGUI=yes -+-WANT_MITSHM=no -+-WANT_SCAN=no -++WANT_NOGUI=no -++WANT_MITSHM=yes -++WANT_SCAN=yes -+ WANT_SVGA=no -+ WANT_NEXTSTEP=no -+ -+@@ -2810,7 +2810,7 @@ -+ -+ -+ if [ "x$no_x" = "xyes" ]; then -+- HAVE_MOTIF=no -++ HAVE_MOTIF=yes -+ else -+ TMP_SAVE_LIBS=$LIBS -+ TMP_SAVE_CFLAGS=$CFLAGS -+@@ -2949,8 +2949,8 @@ -+ -+ if [ "x$WANT_MOTIFGUI" = "xyes" ]; then -+ if [ "x$HAVE_MOTIF" = "xno" ]; then -+- WANT_MOTIFGUI=no -+- echo "Can't find Motif or LessTif libraries; Motif GUI disabled." -++ WANT_MOTIFGUI=yes -++ echo "Motif support hax0r3d in." -+ else -+ WANT_MOTIFGUI=yes -+ WANT_GTKGUI=no -diff -ruN ../vMac-0.1.9.3.old/gemulator.c ./gemulator.c ---- ../vMac-0.1.9.3.old/gemulator.c Tue Apr 27 05:04:38 1999 -+++ ./gemulator.c Sun Jul 11 16:30:10 1999 -@@ -1,141 +1,152 @@ --/* Support for Gemulator ROM Board */ -- --/* -- * Much of this code was written by Darek Michocka, -- * and adapted to work in vMac by Weston, and ported -- * to Linux by Michael Samuel. -- * -- * If this code fails, try adding defining SLOW_IO, and see how that works. -- */ -+/* Support for Gemulator ROM Board */ -+ -+/* -+ * Much of this code was written by Darek Michocka, -+ * and adapted to work in vMac by Weston, and ported -+ * to Linux by Michael Samuel. -+ * -+ * If this code fails, try adding defining SLOW_IO, and see how that works. -+ */ -+ -+#define REMOVE_GEMULATOR_SUPPORT // I'm not even trying to port this -+ // support in, and most people don't use -+ // it. If you have gotten it to work, -+ // send a diff to me -+ // (troll@digitalspark.net) - - #define SLOW_IO -- --#include <stdio.h> --#include <asm/io.h> --#include <unistd.h> --#include <errno.h> --#include <string.h> --#include <sys/io.h> -- --/* Define TEST to make a linkable ROM dumper */ --#ifdef TEST --#define SOCKNUM 1 --#define NUMSOCKS 2 -- --#include <sys/types.h> --#include <sys/stat.h> --#include <fcntl.h> --#endif -- -+ -+#include <stdio.h> -+#ifndef REMOVE_GEMULATOR_SUPPORT -+#include <asm/io.h> -+#endif -+#include <unistd.h> -+#include <errno.h> -+#include <string.h> -+#ifndef REMOVE_GEMULATOR_SUPPORT -+#include <sys/io.h> -+#endif -+ -+/* Define TEST to make a linkable ROM dumper */ -+#ifdef TEST -+#define SOCKNUM 1 -+#define NUMSOCKS 2 -+ -+#include <sys/types.h> -+#include <sys/stat.h> -+#include <fcntl.h> -+#endif -+ - #include "sysconfig.h" - #include "sysdeps.h" --#include "gemulator.h" -- --/* -- * Change this if your board is on a different I/O Port -- * This is statically compiled into the binary *deliberately* -- */ --#define GEM_BASE 0x240 -- --/* -- * Much of this code was written by Darek Michocka, -- * and adapted to work in vMac by Weston, and ported -- * to Linux, and thrown into BasiliskII by Michael Samuel -- */ -- --/* -- * Don't forget to drop root permissions after trying to load the ROM, -- * especially before trying to read a ROM from a file... -- */ -- --#define cbSocket (128*1024) --#define countSocket (8) -- --unsigned char bigbuf[cbSocket*countSocket*2]; -- --int Gemulator_LoadROM(UBYTE * NewROM, UWORD Base, UBYTE Socket, UBYTE Length) --{ -- int i; -- int rgsize[countSocket]; -- -+#include "gemulator.h" -+ -+/* -+ * Change this if your board is on a different I/O Port -+ * This is statically compiled into the binary *deliberately* -+ */ -+#define GEM_BASE 0x240 -+ -+/* -+ * Much of this code was written by Darek Michocka, -+ * and adapted to work in vMac by Weston, and ported -+ * to Linux, and thrown into BasiliskII by Michael Samuel -+ */ -+ -+/* -+ * Don't forget to drop root permissions after trying to load the ROM, -+ * especially before trying to read a ROM from a file... -+ */ -+ -+#define cbSocket (128*1024) -+#define countSocket (8) -+ -+unsigned char bigbuf[cbSocket*countSocket*2]; -+ -+int Gemulator_LoadROM(UBYTE * NewROM, UWORD Base, UBYTE Socket, UBYTE Length) -+{ -+#ifndef REMOVE_GEMULATOR_SUPPORT -+ int i; -+ int rgsize[countSocket]; -+ - --Socket; //Our socket 1 is really socket 0 - -- /* Give I/O Permissions to the Base address */ -- if(ioperm(GEM_BASE, 1, 1) == -1) { -- fprintf(stderr, "Cannot get IO permissions: %s\n", -- strerror(errno)); -- return 0; -- } -- --#ifdef SLOW_IO -- if(ioperm(0x80, 1, 1) == -1) { -- fprintf(stderr, "Cannot get IO permissions: %s\n", -- strerror(errno)); -- return 0; -- } -- outb_p(0, GEM_BASE); --#else -- outb(0, GEM_BASE); --#endif -- for (i = 0; i < (Socket+Length)*cbSocket; i++) { --#ifdef SLOW_IO -- bigbuf[i] = inb_p(GEM_BASE); --#else -- bigbuf[i] = inb(GEM_BASE); --#endif -- } -- -- /* Drop I/O permissions, now that we're done */ -- ioperm(GEM_BASE, 1, 0); --#ifdef SLOW_IO -- ioperm(0x80, 1, 0); --#endif -- for (i = 0; i < countSocket; i++) { -- unsigned char *pb = &bigbuf[i * cbSocket]; -- int size = cbSocket/1024; -- while ((size > 32) && !memcmp(pb, pb+(size*512), size*512)) { -- size /= 2; -- } -- rgsize[i] = size; -- } -- -- // scramble the bytes from socket order to byte order -- memmove(bigbuf + countSocket * cbSocket, bigbuf + Socket * cbSocket, -- Length * cbSocket); -- -- for (i = 0; i < countSocket * cbSocket; i++) { -- bigbuf[i] = bigbuf[(countSocket + (i%Length)) * -- cbSocket + (i/Length)]; -- } -- memcpy(NewROM, bigbuf, 1024 * rgsize[Socket] * Length); -- -- return(1024 * rgsize[Socket] * Length); //Return size --} -- --#ifdef TEST --int main(int argc, char **argv) --{ -- unsigned char rombuff[(1024*128*NUMSOCKS)]; -- int fd; -- int size = Gemulator_LoadROM(rombuff, SOCKNUM, NUMSOCKS); -- -- if(size == 0) { -- printf("ROM Loading Failed\n"); -- exit(1); -- } -- printf("ROM Size: %d bytes\n", size); -- fd = open("Gemulator_dump", O_CREAT | O_WRONLY); -- if(fd == -1) { -- fprintf(stderr, "Cannot dump ROM file\n"); -- exit(1); -- } -- if(write(fd, rombuff, (ssize_t)size) != (ssize_t)size) { -- fprintf(stderr, "error writing file\n"); -- close(fd); -- exit(1); -- } -- close(fd); -- return 0; --} --#endif -- -+ /* Give I/O Permissions to the Base address */ -+ if(ioperm(GEM_BASE, 1, 1) == -1) { -+ fprintf(stderr, "Cannot get IO permissions: %s\n", -+ strerror(errno)); -+ return 0; -+ } -+ -+#ifdef SLOW_IO -+ if(ioperm(0x80, 1, 1) == -1) { -+ fprintf(stderr, "Cannot get IO permissions: %s\n", -+ strerror(errno)); -+ return 0; -+ } -+ outb_p(0, GEM_BASE); -+#else -+ outb(0, GEM_BASE); -+#endif -+ for (i = 0; i < (Socket+Length)*cbSocket; i++) { -+#ifdef SLOW_IO -+ bigbuf[i] = inb_p(GEM_BASE); -+#else -+ bigbuf[i] = inb(GEM_BASE); -+#endif -+ } -+ -+ /* Drop I/O permissions, now that we're done */ -+ ioperm(GEM_BASE, 1, 0); -+#ifdef SLOW_IO -+ ioperm(0x80, 1, 0); -+#endif -+ for (i = 0; i < countSocket; i++) { -+ unsigned char *pb = &bigbuf[i * cbSocket]; -+ int size = cbSocket/1024; -+ while ((size > 32) && !memcmp(pb, pb+(size*512), size*512)) { -+ size /= 2; -+ } -+ rgsize[i] = size; -+ } -+ -+ // scramble the bytes from socket order to byte order -+ memmove(bigbuf + countSocket * cbSocket, bigbuf + Socket * cbSocket, -+ Length * cbSocket); -+ -+ for (i = 0; i < countSocket * cbSocket; i++) { -+ bigbuf[i] = bigbuf[(countSocket + (i%Length)) * -+ cbSocket + (i/Length)]; -+ } -+ memcpy(NewROM, bigbuf, 1024 * rgsize[Socket] * Length); -+ -+ return(1024 * rgsize[Socket] * Length); //Return size -+#endif -+} -+ -+#ifdef TEST -+int main(int argc, char **argv) -+{ -+ unsigned char rombuff[(1024*128*NUMSOCKS)]; -+ int fd; -+ int size = Gemulator_LoadROM(rombuff, SOCKNUM, NUMSOCKS); -+ -+ if(size == 0) { -+ printf("ROM Loading Failed\n"); -+ exit(1); -+ } -+ printf("ROM Size: %d bytes\n", size); -+ fd = open("Gemulator_dump", O_CREAT | O_WRONLY); -+ if(fd == -1) { -+ fprintf(stderr, "Cannot dump ROM file\n"); -+ exit(1); -+ } -+ if(write(fd, rombuff, (ssize_t)size) != (ssize_t)size) { -+ fprintf(stderr, "error writing file\n"); -+ close(fd); -+ exit(1); -+ } -+ close(fd); -+ return 0; -+} -+#endif diff --git a/emulators/vMac/files/pkg-message.in b/emulators/vMac/files/pkg-message.in deleted file mode 100644 index f853d049607d..000000000000 --- a/emulators/vMac/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ - - --------------------------------------------------------------------- - - - You need to obtain a vMac ROM file to use vMac. Instructions are - - - found in %%DOCSDIR%%/README.rom. - - - - - - Also reading %%DOCSDIR%%/README is a good idea - - - - - - vMac Website: http://www.vmac.org/ - - - --------------------------------------------------------------------- - diff --git a/emulators/vMac/pkg-descr b/emulators/vMac/pkg-descr deleted file mode 100644 index 197072bdcb99..000000000000 --- a/emulators/vMac/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -What is vMac? vMac is a free software emulator that emulates the Apple -Macintosh Plus(tm). That means that vMac does not cost anything, and -does not use any hardware. A lot of the Macintosh Plus' functionality is -already implemented in this port, and that includes: - -- 68000 CPU, 68010 CPU, 68020 CPU + 68881 FPU emulation -- 4 MB of RAM -- Keyboard support -- Mouse support -- Floppy support -- HardDisk support (However, vMac will treat all harddisks or partitions - as floppies). -- Sound support (soon!) -- Can run MacOS (System Software) versions up to 7.5.5 - -Currently, work is being done on IceCube, a new CPU emulator which will -replace UAE's CPU emulator which we use currently, and other stuff :). - -WWW: http://www.vmac.org/ diff --git a/emulators/vMac/pkg-plist b/emulators/vMac/pkg-plist deleted file mode 100644 index ba61fc05c5d1..000000000000 --- a/emulators/vMac/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/vMac -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.rom -%%PORTDOCS%%@dirrm %%DOCSDIR%% |