aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-11-05 17:07:44 +0800
committerkris <kris@FreeBSD.org>2005-11-05 17:07:44 +0800
commitfd6ea44e7341e5eceafc62d7ff6eec0a45d23321 (patch)
tree839702695a2079fd711fd7410d5347d7c6f267e2 /textproc
parent1c5ecd19cefacc1ef8c4bf064d043bff0ffe99dc (diff)
downloadfreebsd-ports-gnome-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.tar.gz
freebsd-ports-gnome-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.tar.zst
freebsd-ports-gnome-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.zip
Remove expired ports
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/cdsware/Makefile330
-rw-r--r--textproc/cdsware/distinfo2
-rw-r--r--textproc/cdsware/files/create-db.sql2
-rw-r--r--textproc/cdsware/files/httpd.conf.cdsware23
-rw-r--r--textproc/cdsware/files/patch-Makefile.in20
-rw-r--r--textproc/cdsware/files/patch-config::config.wml88
-rw-r--r--textproc/cdsware/files/patch-config::configbis.wml.in26
-rw-r--r--textproc/cdsware/files/patch-modules::bibsched::bin::bibsched.wml11
-rw-r--r--textproc/cdsware/files/patch-modules::miscutil::bin::Makefile.in11
-rw-r--r--textproc/cdsware/files/patch-modules::miscutil::bin::dbexec.wml20
-rw-r--r--textproc/cdsware/files/patch-modules::miscutil::sql::tabcreate.sql47
-rw-r--r--textproc/cdsware/files/pkg-message.in19
-rw-r--r--textproc/cdsware/pkg-deinstall43
-rw-r--r--textproc/cdsware/pkg-descr8
-rw-r--r--textproc/cdsware/pkg-plist1061
-rw-r--r--textproc/p5-XML-SAX-Base/Makefile28
-rw-r--r--textproc/p5-XML-SAX-Base/distinfo2
-rw-r--r--textproc/p5-XML-SAX-Base/pkg-descr8
-rw-r--r--textproc/p5-XML-SAX-Base/pkg-plist9
-rw-r--r--textproc/tei-xlite/Makefile48
-rw-r--r--textproc/tei-xlite/distinfo2
-rw-r--r--textproc/tei-xlite/files/catalog1
-rw-r--r--textproc/tei-xlite/files/catalog.xml9
-rw-r--r--textproc/tei-xlite/pkg-descr12
-rw-r--r--textproc/tei-xlite/pkg-plist9
26 files changed, 0 insertions, 1842 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d05ebf51172c..33cb342e9c8b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -38,7 +38,6 @@
SUBDIR += cbedic
SUBDIR += cdif
SUBDIR += cdiff
- SUBDIR += cdsware
SUBDIR += chpp
SUBDIR += cl-meta
SUBDIR += cl-meta-clisp
@@ -507,7 +506,6 @@
SUBDIR += p5-XML-RSS-JavaScript
SUBDIR += p5-XML-RegExp
SUBDIR += p5-XML-SAX
- SUBDIR += p5-XML-SAX-Base
SUBDIR += p5-XML-SAX-Expat
SUBDIR += p5-XML-SAX-ExpatXS
SUBDIR += p5-XML-SAX-Machines
@@ -716,7 +714,6 @@
SUBDIR += tei-lite
SUBDIR += tei-p3
SUBDIR += tei-p4
- SUBDIR += tei-xlite
SUBDIR += tet-aspell
SUBDIR += tex2im
SUBDIR += texi2db
diff --git a/textproc/cdsware/Makefile b/textproc/cdsware/Makefile
deleted file mode 100644
index 77c035af23d7..000000000000
--- a/textproc/cdsware/Makefile
+++ /dev/null
@@ -1,330 +0,0 @@
-# New ports collection makefile for: cdsware
-# Date created: 21 jun 2004
-# Whom: thierry@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= cdsware
-PORTVERSION= 0.3.2
-PORTREVISION= 2
-CATEGORIES= textproc www
-MASTER_SITES= http://cdsware.cern.ch/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= CERN Document Server Software
-
-BUILD_DEPENDS= ${RUN_DEPENDS} # Checked by configure
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_mysql.so:${PORTSDIR}/databases/py-MySQLdb \
- ${PYTHON_SITELIBDIR}/mod_python/_psp.so:${PORTSDIR}/www/mod_python3 \
- ${LOCALBASE}/bin/wml:${PORTSDIR}/www/wml \
- ${PYNUMERIC}
-
-BROKEN= "Conflicting dependencies: apache 1.x and apache 2.x"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2005-09-22
-
-.if !defined(WITHOUT_X11)
-. if !defined(WITHOUT_XPDF)
-RUN_DEPENDS+= ${X11BASE}/bin/pdftotext:${PORTSDIR}/graphics/xpdf
-. endif
-. if !defined(WITHOUT_ACROREAD)
-RUN_DEPENDS+= ${X11BASE}/bin/acroread5:${PORTSDIR}/print/acroread
-. endif
-. if !defined(WITHOUT_WV)
-RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv
-. endif
-. if !defined(WITHOUT_XL)
-RUN_DEPENDS+= ${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml
-. endif
-.endif
-
-.if !defined(WITHOUT_H2T)
-RUN_DEPENDS+= ${LOCALBASE}/bin/html2text:${PORTSDIR}/textproc/html2text
-.endif
-
-.if !defined(WITHOUT_IM)
-RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
-.endif
-
-.if !defined(WITHOUT_PS)
-RUN_DEPENDS+= ${LOCALBASE}/bin/pstotext:${PORTSDIR}/print/pstotext
-.endif
-
-.if !defined(WITHOUT_UNGIF)
-RUN_DEPENDS+= ${LOCALBASE}/bin/giftext:${PORTSDIR}/graphics/libungif
-.endif
-
-.if exists(${LOCALBASE}/bin/antiword)
-WITH_ANTIWORD= yes
-.endif
-.if defined(WITH_ANTIWORD)
-RUN_DEPENDS+= ${LOCALBASE}/bin/antiword:${PORTSDIR}/textproc/antiword
-.endif
-
-.if exists(${LOCALBASE}/bin/catdoc)
-WITH_CATDOC= yes
-.endif
-.if defined(WITH_CATDOC)
-RUN_DEPENDS+= ${LOCALBASE}/bin/catdoc:${PORTSDIR}/textproc/catdoc
-.endif
-
-.if exists(${LOCALBASE}/bin/catdoc)
-WITH_CATDOC= yes
-.endif
-.if defined(WITH_CATDOC)
-RUN_DEPENDS+= ${LOCALBASE}/bin/catdoc:${PORTSDIR}/textproc/catdoc
-.endif
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}/cdsware \
- --localstatedir=/var \
- --with-webdir=${PREFIX}/${WEBDIR} \
- --with-weburl=http://${WHOST}/${WALIAS} \
- --with-dbhost=${DBHOST} \
- --with-dbname=${DBNAME} \
- --with-dbuser=${DBUSER} \
- --with-dbpass=${DBPASS} \
- --with-python=${PYTHON_CMD}
-
-USE_GMAKE= yes
-USE_APACHE= yes
-WITH_APACHE2= yes
-USE_PHP= zlib pcntl mysql xml
-WANT_PHP_MOD= yes
-WANT_PHP_CLI= yes
-USE_MYSQL= yes
-USE_PYTHON= 2.3+
-USE_REINPLACE= yes
-.if !defined(PACKAGE_BUILDING)
-# 4.1 recommended due to its UTF-8 support, but conflicts with py-MySQLdb
-WANT_MYSQL_VER= 41
-.endif
-
-WEBDIR?= www/cdsware
-WALIAS?= cdsware
-WHOST?= ${unamen}
-DBHOST?= localhost
-DBNAME?= cdsware
-DBUSER?= cdsware
-DBPASS?= Change_On_Install
-CDSNAME?= FreeBSD Ports Document Server (To be changed in config.wml)
-ALERTEMAIL?= cds.alert@${unamen}
-SUPPORTEMAIL?= cds.support@${unamen}
-ADMINEMAIL?= cds.admin@${unamen}
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-PLIST_SUB= WEBDIR=${WEBDIR}
-
-APACHE_CONF= ${LOCALBASE}/etc/apache2/httpd.conf
-CDSWARE_INC= ${PREFIX}/etc/${PORTNAME}
-LCDSWARE_CNF= config.wml
-CDSWARE_CNF= ${PREFIX}/${PORTNAME}/lib/wml/${PORTNAME}/${LCDSWARE_CNF}
-CDSBIN= ${PREFIX}/${PORTNAME}/bin
-
-AVAIL_LANG= de en es pt fr it ru sk cz no se
-UTILSQL= tabbibclean.sql tabcreate.sql tabdrop.sql tabfill.sql
-DEMODAT= demobibdata.xml democfgdata.sql
-PORTDOCS= AUTHORS INSTALL NEWS README TODO UNINSTALL
-
-.include <bsd.port.pre.mk>
-
-.if defined(LANG)
-. for i in ${AVAIL_LANG}
-. if ${LANG:M${i}*} != ""
-CDSLANG= ${i}
-. endif
-. endfor
-.endif
-CDSLANG?= en
-
-unamen!= ${UNAME} -n
-
-.if ${ARCH} == i386
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco
-.endif
-
-pre-everything::
- @${ECHO_MSG}
- @${ECHO_MSG} "CDSware will be installed with these options:"
- @${ECHO_MSG} "Variable Meaning Default"
- @${ECHO_MSG} "WEBDIR Directory holding the web interface ${WEBDIR}"
- @${ECHO_MSG} " (under ${PREFIX}/)"
- @${ECHO_MSG} "WALIAS Alias of WEBDIR, to define the URL ${WALIAS}"
- @${ECHO_MSG} "WHOST Hostname of your web server ${WHOST}"
- @${ECHO_MSG} " => The URL will be http://${WHOST}/${WALIAS}"
- @${ECHO_MSG} "DBHOST Hostname of your database server ${DBHOST}"
- @${ECHO_MSG} "DBNAME MySQL database name ${DBNAME}"
- @${ECHO_MSG} "DBUSER MySQL database user ${DBUSER}"
- @${ECHO_MSG} "DBPASS MySQL password ${DBPASS}"
- @${ECHO_MSG}
- @${ECHO_MSG} "CDSNAME The visible name of your CDSware installation"
- @${ECHO_MSG}
- @${ECHO_MSG} "To change these values, press Ctrl-C now and define your variables."
-
-pre-configure:
-.for wh in admin/howto/run.html.wml hacking/directory.html.wml
- @${REINPLACE_CMD} -e "s|/usr/local/cdsware-DEMO/var|/var|" \
- -e "s|/usr/local/cdsware-DEMO|${PREFIX}/cdsware|" \
- ${WRKSRC}/modules/webhelp/web/${wh}
-.endfor
-
-post-configure:
-.if exists(${CDSWARE_CNF}.previous) # Restore previous config file
- @${MV} ${CDSWARE_CNF}.previous ${WRKSRC}/config/${LCDSWARE_CNF}
-.else
- @${REINPLACE_CMD} -e "s|%%CDSNAME%%|${CDSNAME}|" \
- -e "s|%%CDSLANG%%|${CDSLANG}|;s|%%PREFIX%%|${PREFIX}|" \
- -e "s|%%ALERTEMAIL%%|${ALERTEMAIL}|" \
- -e "s|%%SUPPORTEMAIL%%|${SUPPORTEMAIL}|" \
- -e "s|%%ADMINEMAIL%%|${ADMINEMAIL}|" \
- ${WRKSRC}/config/${LCDSWARE_CNF}
-.endif
-
-post-install:
- @${CHMOD} go-rx ${CDSBIN}/dbexec
- @for p in `${LS} ${CDSBIN}` ; \
- do \
- ${LN} -sf ${CDSBIN}/$$p ${PREFIX}/bin ; \
- done
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${WEBDIR}
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/cdsware/lib/python
- @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/cdsware/lib/python
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WEBDIR} /var/cache/cdsware \
- /var/log/cdsware /var/tmp/cdsware /var/data/cdsware
- @${CP} -p ${CDSWARE_CNF} ${CDSWARE_CNF}.sample
- @${MKDIR} ${DATADIR}
- @${SED} -e "s|%%DBNAME%%|${DBNAME}|;s|%%DBUSER%%|${DBUSER}|; \
- s|%%DBPASS%%|${DBPASS}|" \
- < ${FILESDIR}/create-db.sql > ${DATADIR}/create-db.sql
- ${INSTALL_DATA} ${UTILSQL:S|^|${WRKSRC}/modules/miscutil/sql/|} ${DATADIR}
- ${INSTALL_DATA} ${DEMODAT:S|^|${WRKSRC}/modules/miscutil/demo/|} ${DATADIR}
- @${ECHO_MSG} "===> Utilities installed in ${DATADIR}."
- @(if [ -f ${APACHE_CONF} ] ; then \
- ${MKDIR} ${CDSWARE_INC} ; \
- ${SED} -e "s|%%PREFIX%%|${PREFIX}|;s|%%WEBDIR%%|${WEBDIR}|;" \
- -e "s|%%WALIAS%%|${WALIAS}|" < ${FILESDIR}/httpd.conf.cdsware \
- > ${CDSWARE_INC}/httpd.conf.cdsware ; \
- ${ECHO_MSG} "===> Updating ${APACHE_CONF}..." ; \
- ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeCDSware ; \
- if ! ${GREP} -q python_module ${APACHE_CONF} ; then \
- ${ECHO_CMD} "LoadModule python_module libexec/apache2/mod_python.so" \
- >> ${APACHE_CONF} ; \
- fi ; \
- ${ECHO_CMD} "# CDSware's include directory" >> ${APACHE_CONF} ; \
- ${ECHO_CMD} "Include ${CDSWARE_INC}" >> ${APACHE_CONF} ; \
- fi)
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
- @${ECHO_MSG}
- @${SED} -e "s|%%ADMINEMAIL%%|${ADMINEMAIL}|" \
- < ${FILESDIR}/pkg-message.in \
- > ${PKGMESSAGE}
- @${CAT} ${PKGMESSAGE}
-
-# Targets copied from ${WRKSRC}/Makefile, to be used without rebuilding everything
-create-db:
- mysql -h ${DBHOST} -u root -p < ${DATADIR}/create-db.sql
-
-create-tables:
- ${CDSBIN}/dbexec < ${DATADIR}/tabcreate.sql
- ${CDSBIN}/dbexec < ${DATADIR}/tabfill.sql
-
-create-demo-site:
- ${CDSBIN}/dbexec < ${DATADIR}/democfgdata.sql
- ${ECHO} "TRUNCATE schTASK;" | ${CDSBIN}/dbexec
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below."
- @${ECHO_MSG} "***********************************************************************"
- ${CDSBIN}/webcoll
- ${CDSBIN}/webcoll 1
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} "** The demo site has been successfully created. **"
- @${ECHO_MSG} "** **"
- @${ECHO_MSG} "** Please point your browser to http://${WHOST}/${WALIAS}/"
- @${ECHO_MSG} "** It should ressemble our 'Atlantis Institute of Fictive Science' **"
- @${ECHO_MSG} "** demo site that is available at <http://cdsware.cern.ch/demo/>, **"
- @${ECHO_MSG} "** with the exception that no demo records have been loaded yet. **"
- @${ECHO_MSG} "** **"
- @${ECHO_MSG} "** To load demo records, you can run 'make load-demo-records'. **"
- @${ECHO_MSG} "** To drop the demo site, you can run 'make drop-demo-site'. **"
- @${ECHO_MSG} "***********************************************************************"
-
-load-demo-records:
- ${CDSBIN}/dbexec < ${DATADIR}/tabbibclean.sql
- ${ECHO} "TRUNCATE schTASK;" | ${CDSBIN}/dbexec
- ${CDSBIN}/bibupload -i ${DATADIR}/demobibdata.xml
- ${CDSBIN}/bibupload 1
- @${ECHO_MSG} ""
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below."
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} ""
- ${CDSBIN}/bibindex
- ${CDSBIN}/bibindex 2
- @${ECHO_MSG} ""
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below."
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} ""
- ${CDSBIN}/bibreformat -oHB,HD,HP,HC
- ${CDSBIN}/bibreformat 3
- ${CDSBIN}/bibupload 4
- @${ECHO_MSG} ""
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below."
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} ""
- ${CDSBIN}/webcoll
- ${CDSBIN}/webcoll 5
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} "** The demo records have been successfully loaded. **"
- @${ECHO_MSG} "** **"
- @${ECHO_MSG} "** Please point your browser to http://${WHOST}/${WALIAS}/"
- @${ECHO_MSG} "** It should ressemble our 'Atlantis Institute of Fictive Science' **"
- @${ECHO_MSG} "** demo site that is available at <http://cdsware.cern.ch/demo/>. **"
- @${ECHO_MSG} "** **"
- @${ECHO_MSG} "** To remove demo records, you can run 'make remove-demo-records'. **"
- @${ECHO_MSG} "** To drop also the demo site collection etc configurations, **"
- @${ECHO_MSG} "** you can run 'make drop-demo-site'. **"
- @${ECHO_MSG} "***********************************************************************"
-
-remove-demo-records:
- ${CDSBIN}/dbexec < ${DATADIR}/tabbibclean.sql
- ${ECHO} "TRUNCATE schTASK;" | ${CDSBIN}/dbexec
- @${ECHO_MSG} ""
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below."
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} ""
- ${CDSBIN}/webcoll
- ${CDSBIN}/webcoll 1
- @${ECHO_MSG} "**********************************************************"
- @${ECHO_MSG} "** The demo records have been successfully removed. **"
- @${ECHO_MSG} "** The demo collection and submit configurations **"
- @${ECHO_MSG} "** have been preserved. **"
- @${ECHO_MSG} "** **"
- @${ECHO_MSG} "** Note that you can run 'make drop-demo-site' to drop **"
- @${ECHO_MSG} "** the demo site fully. **"
- @${ECHO_MSG} "**********************************************************"
-
-drop-demo-site:
- ${CDSBIN}/dbexec < ${DATADIR}/tabdrop.sql
- ${CDSBIN}/dbexec < ${DATADIR}/tabcreate.sql
- ${CDSBIN}/dbexec < ${DATADIR}/tabfill.sql
- ${ECHO} "TRUNCATE schTASK;" | ${CDSBIN}/dbexec
- @${ECHO_MSG} ""
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below."
- @${ECHO_MSG} "***********************************************************************"
- @${ECHO_MSG} ""
- ${CDSBIN}/webcoll
- ${CDSBIN}/webcoll 1
- @${ECHO_MSG} "***************************************************************"
- @${ECHO_MSG} "** The demo site and records have been successfully dropped. **"
- @${ECHO_MSG} "***************************************************************"
-
-.include <bsd.port.post.mk>
diff --git a/textproc/cdsware/distinfo b/textproc/cdsware/distinfo
deleted file mode 100644
index 298431c1dda6..000000000000
--- a/textproc/cdsware/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (cdsware-0.3.2.tar.gz) = 86692bd445a58d81efa50186a2d6bdef
-SIZE (cdsware-0.3.2.tar.gz) = 1243388
diff --git a/textproc/cdsware/files/create-db.sql b/textproc/cdsware/files/create-db.sql
deleted file mode 100644
index a454ca007196..000000000000
--- a/textproc/cdsware/files/create-db.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-CREATE DATABASE %%DBNAME%%;
-GRANT ALL PRIVILEGES ON cdsware.* TO %%DBUSER%% IDENTIFIED BY '%%DBPASS%%';
diff --git a/textproc/cdsware/files/httpd.conf.cdsware b/textproc/cdsware/files/httpd.conf.cdsware
deleted file mode 100644
index 87448bb56c76..000000000000
--- a/textproc/cdsware/files/httpd.conf.cdsware
+++ /dev/null
@@ -1,23 +0,0 @@
-# This is included in Apache's httpd.conf for CDSware
-
-<Directory %%PREFIX%%/%%WEBDIR%%>
- AddDefaultCharset UTF-8
- DirectoryIndex index.en.html index.html index.py index.en.php index.php
- AddHandler python-program .py
- PythonHandler mod_python.publisher
- PythonDebug On
- <IfModule mod_php4.c>
- php_flag log_errors = on
- php_flag display_errors = off
- php_flag expose_php = off
- php_value max_execution_time 160
- php_flag register_globals = on
- php_flag short_open_tag = on
- </IfModule>
-</Directory>
-
-<IfModule mod_alias.c>
- Alias /%%WALIAS%%/ "%%PREFIX%%/%%WEBDIR%%/"
-</IfModule>
-# End of CDSW configuration ================
-
diff --git a/textproc/cdsware/files/patch-Makefile.in b/textproc/cdsware/files/patch-Makefile.in
deleted file mode 100644
index 834d99758b7d..000000000000
--- a/textproc/cdsware/files/patch-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Wed May 12 14:25:06 2004
-+++ Makefile.in Sat Jul 3 20:26:24 2004
-@@ -359,12 +359,11 @@
- @echo "**************************************************************"
-
- install-data-local:
-- mkdir -p @prefix@/var
-- mkdir -p @prefix@/var/cache
-- mkdir -p @prefix@/var/log
-- mkdir -p @prefix@/var/tmp
-- mkdir -p @prefix@/var/data
-- chmod -R ug=rwx @prefix@/var
-+ mkdir -p /var/cache/cdsware
-+ mkdir -p /var/log/cdsware
-+ mkdir -p /var/tmp/cdsware
-+ mkdir -p /var/data/cdsware
-+ #chmod -R ug=rwx @prefix@/var
- @echo "**************************************************************"
- @echo "** CDSware has been successfully installed! **"
- @echo "** **"
diff --git a/textproc/cdsware/files/patch-config::config.wml b/textproc/cdsware/files/patch-config::config.wml
deleted file mode 100644
index a2fd18388db0..000000000000
--- a/textproc/cdsware/files/patch-config::config.wml
+++ /dev/null
@@ -1,88 +0,0 @@
---- config/config.wml.orig Wed Apr 21 12:19:45 2004
-+++ config/config.wml Sun Jun 27 22:34:14 2004
-@@ -69,31 +69,32 @@
- ## CDSNAME -- the visible name of your CDSware installation:
- ## (example: "My Document Server")
- <define-tag CDSNAME whitespace=delete>
--Atlantis Institute of Fictive Science
-+%%CDSNAME%%
- </define-tag>
-
- ## CDSNAMEINTL -- the international versions of CDSNAME in various
- ## languages, defined using the standard locale-like language codes.
- ## (example: "<fr>Mon Serveur des Documents</fr>")
-+## Note: to be typed in UTF8
-
- <define-tag CDSNAMEINTL whitespace=delete>
-- <en>Atlantis Institute of Fictive Science</en>
-- <fr>Atlantis Institut des Sciences Fictives</fr>
-- <de>Atlantis Institut der fiktiven Wissenschaft</de>
-- <es>Atlantis Instituto de la Ciencia Fictive</es>
-- <pt>Instituto Atlantis de Ciência Fictícia</pt>
-- <it>Atlantis Istituto di Scienza Fittizia</it>
-- <ru>Атлантис Институт фиктивных Наук</ru>
-- <sk>Atlantis Inštitút Fiktívnych Vied</sk>
-- <cz>Atlantis Institut Fiktivních Věd</cz>
-- <no>Atlantis Institutt for Fiktiv Vitenskap</no>
-- <se>Atlantis Institut för Fiktiv Vetenskap</se>
-+ <en>%%CDSNAME%%</en>
-+ <fr>%%CDSNAME%% (fr)</fr>
-+ <de>%%CDSNAME%% (de)</de>
-+ <es>%%CDSNAME%% (es)</es>
-+ <pt>%%CDSNAME%% (pt)</pt>
-+ <it>%%CDSNAME%% (it)</it>
-+ <ru>%%CDSNAME%% (ru)</ru>
-+ <sk>%%CDSNAME%% (sk)</sk>
-+ <cz>%%CDSNAME%% (cz)</cz>
-+ <no>%%CDSNAME%% (no)</no>
-+ <se>%%CDSNAME%% (no)</se>
- </define-tag>
-
- ## CDSLANG -- the default language of the interface:
- ## (example: "en")
- <define-tag CDSLANG whitespace=delete>
--en
-+%%CDSLANG%%
- </define-tag>
-
- ## CDSLANGS -- list of all languages the user interface should be
-@@ -112,13 +113,13 @@
- ## ALERTENGINEEMAIL -- the email address from which the alert emails will appear to be send:
- ## (example: "cds.alert@cdsware.cern.ch")
- <define-tag ALERTENGINEEMAIL whitespace=delete>
--cds.alert@cdsdev.cern.ch
-+%%ALERTEMAIL%%
- </define-tag>
-
- ## SUPPORTEMAIL -- the email address of the support team for this installation:
- ## (example: "cds.support@cern.ch")
- <define-tag SUPPORTEMAIL whitespace=delete>
--cds.support@cern.ch
-+%%SUPPORTEMAIL%%
- </define-tag>
-
- ## ADMINEMAIL -- the email address of the 'superuser' for this
-@@ -127,7 +128,7 @@
- ## be automatically recognized as superuser of the system.
- ## (example: "cds.support@cern.ch")
- <define-tag ADMINEMAIL whitespace=delete>
--cds.support@cern.ch
-+%%ADMINEMAIL%%
- </define-tag>
-
- ## CFG_MAX_RECID -- maximum record ID number possible, i.e. the upper
-@@ -151,12 +152,12 @@
-
- ## CFG_APACHE_PASSWORD_FILE -- where Apache user credentials are stored
- <define-tag CFG_APACHE_PASSWORD_FILE whitespace=delete>
--/soft/httpd-bis/conf/httpd.password
-+%%PREFIX%%/etc/httpd.password
- </define-tag>
-
- ## CFG_APACHE_GROUP_FILE -- where Apache user groups are stored
- <define-tag CFG_APACHE_GROUP_FILE whitespace=delete>
--/soft/httpd-bis/conf/httpd.group
-+%%PREFIX%%/etc/httpd.group
- </define-tag>
-
- ## CFG_CERN_SITE -- do we want to enable CERN-specific code, like the
diff --git a/textproc/cdsware/files/patch-config::configbis.wml.in b/textproc/cdsware/files/patch-config::configbis.wml.in
deleted file mode 100644
index 302b6198a44d..000000000000
--- a/textproc/cdsware/files/patch-config::configbis.wml.in
+++ /dev/null
@@ -1,26 +0,0 @@
---- ./config/configbis.wml.in.orig Tue Mar 2 11:56:59 2004
-+++ ./config/configbis.wml.in Sat Jul 3 20:29:43 2004
-@@ -44,19 +44,19 @@
- @prefix@/lib
- </define-tag>
- <define-tag LOGDIR whitespace=delete>
--@prefix@/var/log
-+/var/log/cdsware
- </define-tag>
- <define-tag ETCDIR whitespace=delete>
- @prefix@/etc
- </define-tag>
- <define-tag TMPDIR whitespace=delete>
--@prefix@/var/tmp
-+/var/tmp/cdsware
- </define-tag>
- <define-tag CACHEDIR whitespace=delete>
--@prefix@/var/cache
-+/var/cache/cdsware
- </define-tag>
- <define-tag DATADIR whitespace=delete>
--@prefix@/var/data
-+/var/data/cdsware
- </define-tag>
- <define-tag WEBDIR whitespace=delete>
- @WEBDIR@
diff --git a/textproc/cdsware/files/patch-modules::bibsched::bin::bibsched.wml b/textproc/cdsware/files/patch-modules::bibsched::bin::bibsched.wml
deleted file mode 100644
index 1c90dce92aa0..000000000000
--- a/textproc/cdsware/files/patch-modules::bibsched::bin::bibsched.wml
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/bibsched/bin/bibsched.wml.orig Tue May 4 15:47:00 2004
-+++ modules/bibsched/bin/bibsched.wml Sun Jul 4 16:17:16 2004
-@@ -94,7 +94,7 @@
- return None
-
- def get_my_pid(process,args=''):
-- COMMAND = "ps -C %s o '%%p%%a' | grep '%s %s' | sed -n 1p" % (process,process,args)
-+ COMMAND = "ps -o pid,command | grep %s | grep '%s %s' | sed -n 1p" % (process,process,args)
- answer = string.strip(os.popen(COMMAND).read())
- if answer=='':
- answer = 0
diff --git a/textproc/cdsware/files/patch-modules::miscutil::bin::Makefile.in b/textproc/cdsware/files/patch-modules::miscutil::bin::Makefile.in
deleted file mode 100644
index 3ed71032349b..000000000000
--- a/textproc/cdsware/files/patch-modules::miscutil::bin::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/miscutil/bin/Makefile.in.orig Wed May 12 14:25:18 2004
-+++ modules/miscutil/bin/Makefile.in Sat Jun 26 18:40:36 2004
-@@ -169,7 +169,7 @@
- install-exec-am: install-binSCRIPTS
- install-exec: install-exec-am
-
--install-data-am: install-data-local
-+install-data-am:
- install-data: install-data-am
-
- install-am: all-am
diff --git a/textproc/cdsware/files/patch-modules::miscutil::bin::dbexec.wml b/textproc/cdsware/files/patch-modules::miscutil::bin::dbexec.wml
deleted file mode 100644
index 38732a0d306a..000000000000
--- a/textproc/cdsware/files/patch-modules::miscutil::bin::dbexec.wml
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./modules/miscutil/bin/dbexec.wml.orig Wed Mar 10 17:38:29 2004
-+++ ./modules/miscutil/bin/dbexec.wml Wed Jun 30 22:57:09 2004
-@@ -36,7 +36,7 @@
- ###### okay, config file read, the script can continue ######
-
- # is help called?
--if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
-+if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
- echo "Usage: $0"
- echo "General options:"
- echo " -h, --help Print this help."
-@@ -45,7 +45,7 @@
- fi
-
- # is version called?
--if [ "$1" == "-V" ] || [ "$1" == "--version" ]; then
-+if [ "$1" = "-V" ] || [ "$1" = "--version" ]; then
- echo "<: print generate_pretty_version_string('$Id: dbexec.wml,v 1.2 2004/03/10 16:38:29 tibor Exp $'); :>"
- exit 0
- fi
diff --git a/textproc/cdsware/files/patch-modules::miscutil::sql::tabcreate.sql b/textproc/cdsware/files/patch-modules::miscutil::sql::tabcreate.sql
deleted file mode 100644
index 9879cc868631..000000000000
--- a/textproc/cdsware/files/patch-modules::miscutil::sql::tabcreate.sql
+++ /dev/null
@@ -1,47 +0,0 @@
---- ./modules/miscutil/sql/tabcreate.sql.orig Thu Apr 15 16:32:09 2004
-+++ ./modules/miscutil/sql/tabcreate.sql Wed Jun 30 22:45:37 2004
-@@ -1756,7 +1756,7 @@
- ln char(2) NOT NULL default '',
- type char(3) NOT NULL default 'sn',
- value varchar(255) NOT NULL,
-- PRIMARY KEY (id_idxINDEX,ln,type),
-+ PRIMARY KEY (id_idxINDEX,ln,type)
- ) TYPE=MyISAM;
-
- CREATE TABLE IF NOT EXISTS idxINDEX_field (
-@@ -2083,7 +2083,7 @@
- ln char(2) NOT NULL default '',
- type char(3) NOT NULL default 'sn',
- value varchar(255) NOT NULL,
-- PRIMARY KEY (id_rnkMETHOD,ln,type),
-+ PRIMARY KEY (id_rnkMETHOD,ln,type)
- ) TYPE=MyISAM;
-
- CREATE TABLE IF NOT EXISTS collection_rnkMETHOD (
-@@ -2119,7 +2119,7 @@
- ln char(2) NOT NULL default '',
- type char(3) NOT NULL default 'sn',
- value varchar(255) NOT NULL,
-- PRIMARY KEY (id_collection,ln,type),
-+ PRIMARY KEY (id_collection,ln,type)
- ) TYPE=MyISAM;
-
- CREATE TABLE IF NOT EXISTS collection_collection (
-@@ -2210,7 +2210,7 @@
- ln char(2) NOT NULL default '',
- type char(3) NOT NULL default 'sn',
- value varchar(255) NOT NULL,
-- PRIMARY KEY (id_format,ln,type),
-+ PRIMARY KEY (id_format,ln,type)
- ) TYPE=MyISAM;
-
- -- tables for search options and MARC tags:
-@@ -2240,7 +2240,7 @@
- ln char(2) NOT NULL default '',
- type char(3) NOT NULL default 'sn',
- value varchar(255) NOT NULL,
-- PRIMARY KEY (id_field,ln,type),
-+ PRIMARY KEY (id_field,ln,type)
- ) TYPE=MyISAM;
-
- CREATE TABLE IF NOT EXISTS fieldvalue (
diff --git a/textproc/cdsware/files/pkg-message.in b/textproc/cdsware/files/pkg-message.in
deleted file mode 100644
index 6337f01df3b2..000000000000
--- a/textproc/cdsware/files/pkg-message.in
+++ /dev/null
@@ -1,19 +0,0 @@
-=============================================================================
-Post-installation steps:
-
-- Create the database (first installation)
- You can type `make create-db' from /usr/ports/textproc/cdsware
-
-- Create CDSware tables (first installation)
- You can type `make create-tables' from /usr/ports/textproc/cdsware
-
-- Your httpd.conf configuration file has been updated, please restart Apache.
-
-To test your installation, you might type `make create-demo-site' and
-`make load-demo-records'. Then, you can remove this stuff by
-`make remove-demo-records' and `make drop-demo-site'.
-[Enter %%ADMINEMAIL%% when it prompts for a user]
-
-Don't miss mod_python's pkg-message about threads!
-
-=============================================================================
diff --git a/textproc/cdsware/pkg-deinstall b/textproc/cdsware/pkg-deinstall
deleted file mode 100644
index a7cda2baea52..000000000000
--- a/textproc/cdsware/pkg-deinstall
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# Try to restore httpd.conf when deinstalling CDSware
-
-if [ x$2 != xDEINSTALL ]; then
- exit
-fi
-
-AP_CNF=${PKG_PREFIX}/etc/apache2/httpd.conf
-
-if [ -f ${AP_CNF}.beforeCDSware ] ; then
- echo "Restoring httpd.conf..."
- sed -e "s|Include ${PKG_PREFIX}/etc/cdsware|# Include ${PKG_PREFIX}/etc/cdsware|" \
- < ${AP_CNF} > ${AP_CNF}.deinstcdsware
- mv ${AP_CNF}.deinstcdsware ${AP_CNF}
- if ! [ -z "${PACKAGE_BUILDING}" ]; then
- rm ${AP_CNF}.beforeCDSware
- fi
-fi
-
-# Backup CDSware's config files, if needed.
-
-cf=${PKG_PREFIX}/cdsware/lib/wml/cdsware/config.wml
-
-if [ -z "${PACKAGE_BUILDING}" ]; then
- diff -bBqw $cf $cf.sample >/dev/null 2>&1
- case $? in
- 0) # original config file, can be deleted
- ;;
- 1) # config file has been updated, must be backuped
- cp -p $cf $cf.previous
- echo "===> Backing-up..."
- echo "---> $cf has been saved ***"
- echo "---> as $cf.previous ***"
- ;;
- *) # not found?
- exit
- ;;
- esac
-fi
-rm $cf
diff --git a/textproc/cdsware/pkg-descr b/textproc/cdsware/pkg-descr
deleted file mode 100644
index a79ba837e3ba..000000000000
--- a/textproc/cdsware/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The CERN Document Server Software (CDSware) allows you to run your own
-electronic preprint server, your own online library catalogue or a document
-system on the web.
-
-It complies with the Open Archives Initiative metadata harvesting protocol
-(OAI-PMH) and uses MARC 21 as its underlying bibliographic standard.
-
-WWW: http://cdsware.cern.ch/
diff --git a/textproc/cdsware/pkg-plist b/textproc/cdsware/pkg-plist
deleted file mode 100644
index 7d4e01c4b15d..000000000000
--- a/textproc/cdsware/pkg-plist
+++ /dev/null
@@ -1,1061 +0,0 @@
-bin/alertengine
-bin/authaction
-bin/bibconvert
-bin/bibformat
-bin/bibharvest
-bin/bibindex
-bin/bibrank
-bin/bibrankgkb
-bin/bibreformat
-bin/bibsched
-bin/bibstat
-bin/bibtaskex
-bin/bibupload
-bin/dbexec
-bin/sessiongc
-bin/webaccessadmin
-bin/webcoll
-cdsware/bin/alertengine
-cdsware/bin/authaction
-cdsware/bin/bibconvert
-cdsware/bin/bibformat
-cdsware/bin/bibharvest
-cdsware/bin/bibindex
-cdsware/bin/bibrank
-cdsware/bin/bibrankgkb
-cdsware/bin/bibreformat
-cdsware/bin/bibsched
-cdsware/bin/bibstat
-cdsware/bin/bibtaskex
-cdsware/bin/bibupload
-cdsware/bin/dbexec
-cdsware/bin/sessiongc
-cdsware/bin/webaccessadmin
-cdsware/bin/webcoll
-cdsware/etc/bibconvert/KB/Month.KB
-cdsware/etc/bibconvert/KB/entdec-to-latin1.kb
-cdsware/etc/bibconvert/KB/entdec-to-utf8.kb
-cdsware/etc/bibconvert/KB/enthex-to-latin1.kb
-cdsware/etc/bibconvert/KB/enthex-to-utf8.kb
-cdsware/etc/bibconvert/config/EDSPICT.tpl
-cdsware/etc/bibconvert/config/EDSPICTcreate.tpl
-cdsware/etc/bibconvert/config/EDSPICTmodify.tpl
-cdsware/etc/bibconvert/config/EDSRPICT.tpl
-cdsware/etc/bibconvert/config/EDSRPICTcreate.tpl
-cdsware/etc/bibconvert/config/EDSRPICTmodify.tpl
-cdsware/etc/bibconvert/config/EDSRTEXT.tpl
-cdsware/etc/bibconvert/config/EDSRTEXTcreate.tpl
-cdsware/etc/bibconvert/config/EDSRTEXTmodify.tpl
-cdsware/etc/bibconvert/config/EDSTEXT.tpl
-cdsware/etc/bibconvert/config/EDSTEXTcreate.tpl
-cdsware/etc/bibconvert/config/EDSTEXTmodify.tpl
-cdsware/etc/bibrank/bibrankgkb.cfg
-cdsware/etc/bibrank/jif.cfg
-cdsware/etc/bibrank/jif.kb
-cdsware/etc/bibrank/jif2.kb
-cdsware/etc/bibrank/jt_conv.kb
-cdsware/etc/bibrank/template_merge_rank_methods.cfg
-cdsware/etc/bibrank/template_single_tag_rank_method.cfg
-cdsware/lib/php/cdsware/bibformat/common/dbparams.inc.php
-cdsware/lib/php/cdsware/bibformat/common/general.inc.php
-cdsware/lib/php/cdsware/bibformat/common/global.inc.php
-cdsware/lib/php/cdsware/bibformat/core/AEvalLan.inc.php
-cdsware/lib/php/cdsware/bibformat/core/FlexElink.inc.php
-cdsware/lib/php/cdsware/bibformat/core/FormatRetriever.inc.php
-cdsware/lib/php/cdsware/bibformat/core/IntVars.inc.php
-cdsware/lib/php/cdsware/bibformat/core/KBRetriever.inc.php
-cdsware/lib/php/cdsware/bibformat/core/LinkResolver.inc.php
-cdsware/lib/php/cdsware/bibformat/core/OAISpecExtractor.inc.php
-cdsware/lib/php/cdsware/bibformat/core/Processor.inc.php
-cdsware/lib/php/cdsware/bibformat/core/RecordSeparator.inc.php
-cdsware/lib/php/cdsware/bibformat/core/Timing.inc.php
-cdsware/lib/php/cdsware/bibformat/core/TreeNode.inc.php
-cdsware/lib/php/cdsware/bibformat/core/UDFRetriever.inc.php
-cdsware/lib/php/cdsware/errors/errorHandling.php
-cdsware/lib/python/cdsware/__init__.py
-cdsware/lib/python/cdsware/__init__.pyc
-cdsware/lib/python/cdsware/__init__.pyo
-cdsware/lib/python/cdsware/access_control_admin.py
-cdsware/lib/python/cdsware/access_control_admin.pyc
-cdsware/lib/python/cdsware/access_control_admin.pyo
-cdsware/lib/python/cdsware/access_control_config.py
-cdsware/lib/python/cdsware/access_control_config.pyc
-cdsware/lib/python/cdsware/access_control_config.pyo
-cdsware/lib/python/cdsware/access_control_engine.py
-cdsware/lib/python/cdsware/access_control_engine.pyc
-cdsware/lib/python/cdsware/access_control_engine.pyo
-cdsware/lib/python/cdsware/alert_engine.py
-cdsware/lib/python/cdsware/alert_engine.pyc
-cdsware/lib/python/cdsware/alert_engine.pyo
-cdsware/lib/python/cdsware/bibrankadminlib.py
-cdsware/lib/python/cdsware/bibrankadminlib.pyc
-cdsware/lib/python/cdsware/bibrankadminlib.pyo
-cdsware/lib/python/cdsware/config.py
-cdsware/lib/python/cdsware/config.pyc
-cdsware/lib/python/cdsware/config.pyo
-cdsware/lib/python/cdsware/dbquery.py
-cdsware/lib/python/cdsware/dbquery.pyc
-cdsware/lib/python/cdsware/dbquery.pyo
-cdsware/lib/python/cdsware/file.py
-cdsware/lib/python/cdsware/file.pyc
-cdsware/lib/python/cdsware/file.pyo
-cdsware/lib/python/cdsware/htmlparser.py
-cdsware/lib/python/cdsware/htmlparser.pyc
-cdsware/lib/python/cdsware/htmlparser.pyo
-cdsware/lib/python/cdsware/messages.py
-cdsware/lib/python/cdsware/messages.pyc
-cdsware/lib/python/cdsware/messages.pyo
-cdsware/lib/python/cdsware/oai_repository.py
-cdsware/lib/python/cdsware/oai_repository.pyc
-cdsware/lib/python/cdsware/oai_repository.pyo
-cdsware/lib/python/cdsware/search_engine.py
-cdsware/lib/python/cdsware/search_engine.pyc
-cdsware/lib/python/cdsware/search_engine.pyo
-cdsware/lib/python/cdsware/search_engine_config.py
-cdsware/lib/python/cdsware/search_engine_config.pyc
-cdsware/lib/python/cdsware/search_engine_config.pyo
-cdsware/lib/python/cdsware/session.py
-cdsware/lib/python/cdsware/session.pyc
-cdsware/lib/python/cdsware/session.pyo
-cdsware/lib/python/cdsware/textwrap.py
-cdsware/lib/python/cdsware/textwrap.pyc
-cdsware/lib/python/cdsware/textwrap.pyo
-cdsware/lib/python/cdsware/webaccessadmin_lib.py
-cdsware/lib/python/cdsware/webaccessadmin_lib.pyc
-cdsware/lib/python/cdsware/webaccessadmin_lib.pyo
-cdsware/lib/python/cdsware/webaccount.py
-cdsware/lib/python/cdsware/webaccount.pyc
-cdsware/lib/python/cdsware/webaccount.pyo
-cdsware/lib/python/cdsware/webalert.py
-cdsware/lib/python/cdsware/webalert.pyc
-cdsware/lib/python/cdsware/webalert.pyo
-cdsware/lib/python/cdsware/webbasket.py
-cdsware/lib/python/cdsware/webbasket.pyc
-cdsware/lib/python/cdsware/webbasket.pyo
-cdsware/lib/python/cdsware/webpage.py
-cdsware/lib/python/cdsware/webpage.pyc
-cdsware/lib/python/cdsware/webpage.pyo
-cdsware/lib/python/cdsware/websearchadminlib.py
-cdsware/lib/python/cdsware/websearchadminlib.pyc
-cdsware/lib/python/cdsware/websearchadminlib.pyo
-cdsware/lib/python/cdsware/websession.py
-cdsware/lib/python/cdsware/websession.pyc
-cdsware/lib/python/cdsware/websession.pyo
-cdsware/lib/python/cdsware/websubmit_config.py
-cdsware/lib/python/cdsware/websubmit_config.pyc
-cdsware/lib/python/cdsware/websubmit_config.pyo
-cdsware/lib/python/cdsware/websubmit_engine.py
-cdsware/lib/python/cdsware/websubmit_engine.pyc
-cdsware/lib/python/cdsware/websubmit_engine.pyo
-cdsware/lib/python/cdsware/websubmit_functions/CaseEDS.py
-cdsware/lib/python/cdsware/websubmit_functions/CaseEDS.pyc
-cdsware/lib/python/cdsware/websubmit_functions/CaseEDS.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Create_Modify_Interface.py
-cdsware/lib/python/cdsware/websubmit_functions/Create_Modify_Interface.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Create_Modify_Interface.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Create_Recid.py
-cdsware/lib/python/cdsware/websubmit_functions/Create_Recid.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Create_Recid.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Finish_Submission.py
-cdsware/lib/python/cdsware/websubmit_functions/Finish_Submission.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Finish_Submission.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Format_Record.py
-cdsware/lib/python/cdsware/websubmit_functions/Format_Record.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Format_Record.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Get_Info.py
-cdsware/lib/python/cdsware/websubmit_functions/Get_Info.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Get_Info.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Get_Report_Number.py
-cdsware/lib/python/cdsware/websubmit_functions/Get_Report_Number.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Get_Report_Number.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Get_Sysno.py
-cdsware/lib/python/cdsware/websubmit_functions/Get_Sysno.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Get_Sysno.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Insert_Modify_Record.py
-cdsware/lib/python/cdsware/websubmit_functions/Insert_Modify_Record.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Insert_Modify_Record.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Insert_Record.py
-cdsware/lib/python/cdsware/websubmit_functions/Insert_Record.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Insert_Record.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Is_Original_Submitter.py
-cdsware/lib/python/cdsware/websubmit_functions/Is_Original_Submitter.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Is_Original_Submitter.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Is_Referee.py
-cdsware/lib/python/cdsware/websubmit_functions/Is_Referee.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Is_Referee.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Mail_Submitter.py
-cdsware/lib/python/cdsware/websubmit_functions/Mail_Submitter.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Mail_Submitter.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Make_Modify_Record.py
-cdsware/lib/python/cdsware/websubmit_functions/Make_Modify_Record.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Make_Modify_Record.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Make_Record.py
-cdsware/lib/python/cdsware/websubmit_functions/Make_Record.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Make_Record.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Move_Files_Archive.py
-cdsware/lib/python/cdsware/websubmit_functions/Move_Files_Archive.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Move_Files_Archive.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Move_From_Pending.py
-cdsware/lib/python/cdsware/websubmit_functions/Move_From_Pending.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Move_From_Pending.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Move_to_Done.py
-cdsware/lib/python/cdsware/websubmit_functions/Move_to_Done.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Move_to_Done.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Move_to_Pending.py
-cdsware/lib/python/cdsware/websubmit_functions/Move_to_Pending.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Move_to_Pending.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success.py
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_APP.py
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_APP.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_APP.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_DEL.py
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_DEL.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_DEL.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_MBI.py
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_MBI.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_MBI.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_SRV.py
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_SRV.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Print_Success_SRV.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Report_Number_Generation.py
-cdsware/lib/python/cdsware/websubmit_functions/Report_Number_Generation.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Report_Number_Generation.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Retrieve_Data.py
-cdsware/lib/python/cdsware/websubmit_functions/Retrieve_Data.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Retrieve_Data.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Send_APP_Mail.py
-cdsware/lib/python/cdsware/websubmit_functions/Send_APP_Mail.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Send_APP_Mail.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Send_Approval_Request.py
-cdsware/lib/python/cdsware/websubmit_functions/Send_Approval_Request.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Send_Approval_Request.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Send_Modify_Mail.py
-cdsware/lib/python/cdsware/websubmit_functions/Send_Modify_Mail.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Send_Modify_Mail.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Send_SRV_Mail.py
-cdsware/lib/python/cdsware/websubmit_functions/Send_SRV_Mail.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Send_SRV_Mail.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Test_Status.py
-cdsware/lib/python/cdsware/websubmit_functions/Test_Status.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Test_Status.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Update_Approval_DB.py
-cdsware/lib/python/cdsware/websubmit_functions/Update_Approval_DB.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Update_Approval_DB.pyo
-cdsware/lib/python/cdsware/websubmit_functions/Upload_Files.py
-cdsware/lib/python/cdsware/websubmit_functions/Upload_Files.pyc
-cdsware/lib/python/cdsware/websubmit_functions/Upload_Files.pyo
-cdsware/lib/python/cdsware/websubmit_functions/mail.py
-cdsware/lib/python/cdsware/websubmit_functions/mail.pyc
-cdsware/lib/python/cdsware/websubmit_functions/mail.pyo
-cdsware/lib/python/cdsware/webuser.py
-cdsware/lib/python/cdsware/webuser.pyc
-cdsware/lib/python/cdsware/webuser.pyo
-cdsware/lib/wml/cdsware/cdsnavbar.wml
-cdsware/lib/wml/cdsware/cdsnavtrail.wml
-cdsware/lib/wml/cdsware/cdspage.wml
-cdsware/lib/wml/cdsware/cdswmllib.wml
-cdsware/lib/wml/cdsware/config.wml.sample
-cdsware/lib/wml/cdsware/configbis.wml
-cdsware/lib/wml/cdsware/messages.wml
-etc/cdsware/httpd.conf.cdsware
-%%DATADIR%%/demobibdata.xml
-%%DATADIR%%/create-db.sql
-%%DATADIR%%/democfgdata.sql
-%%DATADIR%%/tabbibclean.sql
-%%DATADIR%%/tabcreate.sql
-%%DATADIR%%/tabdrop.sql
-%%DATADIR%%/tabfill.sql
-%%WEBDIR%%/admin/bibconvert/bibtex.cfg
-%%WEBDIR%%/admin/bibconvert/dcq.cfg
-%%WEBDIR%%/admin/bibconvert/dcq.dat
-%%WEBDIR%%/admin/bibconvert/guide.html
-%%WEBDIR%%/admin/bibconvert/index.html
-%%WEBDIR%%/admin/bibconvert/sample.cfg
-%%WEBDIR%%/admin/bibconvert/sample.dat
-%%WEBDIR%%/admin/bibconvert/sample.kb
-%%WEBDIR%%/admin/bibedit/guide.html
-%%WEBDIR%%/admin/bibedit/index.html
-%%WEBDIR%%/admin/bibformat/BEH_ACTION_add.php
-%%WEBDIR%%/admin/bibformat/BEH_ACTION_del.php
-%%WEBDIR%%/admin/bibformat/BEH_ACTION_edit.php
-%%WEBDIR%%/admin/bibformat/BEH_COND_add.php
-%%WEBDIR%%/admin/bibformat/BEH_COND_del.php
-%%WEBDIR%%/admin/bibformat/BEH_COND_edit.php
-%%WEBDIR%%/admin/bibformat/BEH_OTYPE_add.php
-%%WEBDIR%%/admin/bibformat/BEH_OTYPE_del.php
-%%WEBDIR%%/admin/bibformat/BEH_OTYPE_edit.php
-%%WEBDIR%%/admin/bibformat/BEH_OTYPE_showone.php
-%%WEBDIR%%/admin/bibformat/BEH_display.php
-%%WEBDIR%%/admin/bibformat/BIBREFORMAT_display.php
-%%WEBDIR%%/admin/bibformat/BIBREFORMAT_hand.php
-%%WEBDIR%%/admin/bibformat/BIBREFORMAT_process.php
-%%WEBDIR%%/admin/bibformat/BIBREFORMAT_tree.php
-%%WEBDIR%%/admin/bibformat/FORMAT_add.php
-%%WEBDIR%%/admin/bibformat/FORMAT_del.php
-%%WEBDIR%%/admin/bibformat/FORMAT_display.php
-%%WEBDIR%%/admin/bibformat/FORMAT_edit.php
-%%WEBDIR%%/admin/bibformat/FORMAT_showone.php
-%%WEBDIR%%/admin/bibformat/KB_VALUE_add.php
-%%WEBDIR%%/admin/bibformat/KB_VALUE_del.php
-%%WEBDIR%%/admin/bibformat/KB_add.php
-%%WEBDIR%%/admin/bibformat/KB_del.php
-%%WEBDIR%%/admin/bibformat/KB_display.php
-%%WEBDIR%%/admin/bibformat/KB_edit.php
-%%WEBDIR%%/admin/bibformat/KB_showone.php
-%%WEBDIR%%/admin/bibformat/LINK_ACTION_add_edit.php
-%%WEBDIR%%/admin/bibformat/LINK_ACTION_del.php
-%%WEBDIR%%/admin/bibformat/LINK_COND_add_edit.php
-%%WEBDIR%%/admin/bibformat/LINK_COND_del.php
-%%WEBDIR%%/admin/bibformat/LINK_FORMAT_add.php
-%%WEBDIR%%/admin/bibformat/LINK_FORMAT_del.php
-%%WEBDIR%%/admin/bibformat/LINK_FORMAT_display.php
-%%WEBDIR%%/admin/bibformat/LINK_add.php
-%%WEBDIR%%/admin/bibformat/LINK_del.php
-%%WEBDIR%%/admin/bibformat/LINK_display.php
-%%WEBDIR%%/admin/bibformat/LINK_edit.php
-%%WEBDIR%%/admin/bibformat/LINK_showone.php
-%%WEBDIR%%/admin/bibformat/OAIER_SF_add.php
-%%WEBDIR%%/admin/bibformat/OAIER_SF_del.php
-%%WEBDIR%%/admin/bibformat/OAIER_add.php
-%%WEBDIR%%/admin/bibformat/OAIER_del.php
-%%WEBDIR%%/admin/bibformat/OAIER_display.php
-%%WEBDIR%%/admin/bibformat/UDF_add.php
-%%WEBDIR%%/admin/bibformat/UDF_del.php
-%%WEBDIR%%/admin/bibformat/UDF_display.php
-%%WEBDIR%%/admin/bibformat/UDF_edit.php
-%%WEBDIR%%/admin/bibformat/UDF_showone.php
-%%WEBDIR%%/admin/bibformat/UDF_testcode.php
-%%WEBDIR%%/admin/bibformat/error.inc.php
-%%WEBDIR%%/admin/bibformat/footer.inc.php
-%%WEBDIR%%/admin/bibformat/guide.html
-%%WEBDIR%%/admin/bibformat/header.inc.php
-%%WEBDIR%%/admin/bibformat/index.php
-%%WEBDIR%%/admin/bibformat/localconf.inc.php
-%%WEBDIR%%/admin/bibformat/security.inc.php
-%%WEBDIR%%/admin/bibformat/test.php
-%%WEBDIR%%/admin/bibharvest/guide.html
-%%WEBDIR%%/admin/bibharvest/index.html
-%%WEBDIR%%/admin/bibindex/guide.html
-%%WEBDIR%%/admin/bibindex/index.html
-%%WEBDIR%%/admin/bibrank/bibrankadmin.py
-%%WEBDIR%%/admin/bibrank/bibrankadmin.pyc
-%%WEBDIR%%/admin/bibrank/guide.html
-%%WEBDIR%%/admin/bibrank/index.html
-%%WEBDIR%%/admin/bibsched/guide.html
-%%WEBDIR%%/admin/bibsched/index.html
-%%WEBDIR%%/admin/bibupload/guide.html
-%%WEBDIR%%/admin/bibupload/index.html
-%%WEBDIR%%/admin/howto/index.html
-%%WEBDIR%%/admin/howto/marc.html
-%%WEBDIR%%/admin/howto/migrate.html
-%%WEBDIR%%/admin/howto/run.html
-%%WEBDIR%%/admin/index.cz.html
-%%WEBDIR%%/admin/index.de.html
-%%WEBDIR%%/admin/index.en.html
-%%WEBDIR%%/admin/index.es.html
-%%WEBDIR%%/admin/index.fr.html
-%%WEBDIR%%/admin/index.it.html
-%%WEBDIR%%/admin/index.no.html
-%%WEBDIR%%/admin/index.pt.html
-%%WEBDIR%%/admin/index.ru.html
-%%WEBDIR%%/admin/index.se.html
-%%WEBDIR%%/admin/index.sk.html
-%%WEBDIR%%/admin/webaccess/guide.html
-%%WEBDIR%%/admin/webaccess/index.html
-%%WEBDIR%%/admin/webaccess/webaccessadmin.py
-%%WEBDIR%%/admin/webaccess/webaccessadmin.pyc
-%%WEBDIR%%/admin/webalert/guide.html
-%%WEBDIR%%/admin/webalert/index.html
-%%WEBDIR%%/admin/webbasket/guide.html
-%%WEBDIR%%/admin/webbasket/index.html
-%%WEBDIR%%/admin/websearch/guide.html
-%%WEBDIR%%/admin/websearch/index.html
-%%WEBDIR%%/admin/websearch/websearchadmin.py
-%%WEBDIR%%/admin/websearch/websearchadmin.pyc
-%%WEBDIR%%/admin/websession/guide.html
-%%WEBDIR%%/admin/websession/index.html
-%%WEBDIR%%/admin/webstyle/guide.html
-%%WEBDIR%%/admin/webstyle/index.html
-%%WEBDIR%%/admin/websubmit/actionFunctions.php
-%%WEBDIR%%/admin/websubmit/addActionEDS.php
-%%WEBDIR%%/admin/websubmit/addCheckEDS.php
-%%WEBDIR%%/admin/websubmit/addElement2PageEDS.php
-%%WEBDIR%%/admin/websubmit/addElementDescrEDS.php
-%%WEBDIR%%/admin/websubmit/addFunctions.php
-%%WEBDIR%%/admin/websubmit/allActionsEDS.php
-%%WEBDIR%%/admin/websubmit/allChecksEDS.php
-%%WEBDIR%%/admin/websubmit/allElementsEDS.php
-%%WEBDIR%%/admin/websubmit/commonPhpFunctions.php
-%%WEBDIR%%/admin/websubmit/doctypeCategoriesEDS.php
-%%WEBDIR%%/admin/websubmit/documentEDS.php
-%%WEBDIR%%/admin/websubmit/editActionDets.php
-%%WEBDIR%%/admin/websubmit/editCatalogues.php
-%%WEBDIR%%/admin/websubmit/editDoctypeEDS.php
-%%WEBDIR%%/admin/websubmit/editPageElementEDS.php
-%%WEBDIR%%/admin/websubmit/editRecordFile.php
-%%WEBDIR%%/admin/websubmit/elementConfigDetsEDS.php
-%%WEBDIR%%/admin/websubmit/func.php
-%%WEBDIR%%/admin/websubmit/funcUsage.php
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.cz.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.de.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.en.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.es.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.fr.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.it.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.no.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.pt.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.ru.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.se.html
-%%WEBDIR%%/admin/websubmit/guide/actionimplement.sk.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.cz.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.de.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.en.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.es.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.fr.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.it.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.no.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.pt.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.ru.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.se.html
-%%WEBDIR%%/admin/websubmit/guide/actionmodify.sk.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.cz.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.de.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.en.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.es.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.fr.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.it.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.no.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.pt.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.ru.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.se.html
-%%WEBDIR%%/admin/websubmit/guide/actionnew.sk.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.cz.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.de.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.en.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.es.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.fr.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.it.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.no.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.pt.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.ru.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.se.html
-%%WEBDIR%%/admin/websubmit/guide/actionremove.sk.html
-%%WEBDIR%%/admin/websubmit/guide/actions.cz.html
-%%WEBDIR%%/admin/websubmit/guide/actions.de.html
-%%WEBDIR%%/admin/websubmit/guide/actions.en.html
-%%WEBDIR%%/admin/websubmit/guide/actions.es.html
-%%WEBDIR%%/admin/websubmit/guide/actions.fr.html
-%%WEBDIR%%/admin/websubmit/guide/actions.it.html
-%%WEBDIR%%/admin/websubmit/guide/actions.no.html
-%%WEBDIR%%/admin/websubmit/guide/actions.pt.html
-%%WEBDIR%%/admin/websubmit/guide/actions.ru.html
-%%WEBDIR%%/admin/websubmit/guide/actions.sk.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.cz.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.de.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.en.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.es.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.fr.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.it.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.no.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.pt.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.ru.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.se.html
-%%WEBDIR%%/admin/websubmit/guide/bibconvert.sk.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.cz.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.de.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.en.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.es.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.fr.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.it.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.no.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.pt.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.ru.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.se.html
-%%WEBDIR%%/admin/websubmit/guide/catalogues.sk.html
-%%WEBDIR%%/admin/websubmit/guide/description.cz.html
-%%WEBDIR%%/admin/websubmit/guide/description.de.html
-%%WEBDIR%%/admin/websubmit/guide/description.en.html
-%%WEBDIR%%/admin/websubmit/guide/description.es.html
-%%WEBDIR%%/admin/websubmit/guide/description.fr.html
-%%WEBDIR%%/admin/websubmit/guide/description.it.html
-%%WEBDIR%%/admin/websubmit/guide/description.no.html
-%%WEBDIR%%/admin/websubmit/guide/description.pt.html
-%%WEBDIR%%/admin/websubmit/guide/description.ru.html
-%%WEBDIR%%/admin/websubmit/guide/description.se.html
-%%WEBDIR%%/admin/websubmit/guide/description.sk.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.cz.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.de.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.en.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.es.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.fr.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.it.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.no.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.pt.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.ru.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.se.html
-%%WEBDIR%%/admin/websubmit/guide/documentmodify.sk.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.cz.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.de.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.en.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.es.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.fr.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.it.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.no.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.pt.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.ru.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.se.html
-%%WEBDIR%%/admin/websubmit/guide/documentnew.sk.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.cz.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.de.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.en.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.es.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.fr.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.it.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.no.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.pt.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.ru.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.se.html
-%%WEBDIR%%/admin/websubmit/guide/documentremove.sk.html
-%%WEBDIR%%/admin/websubmit/guide/documents.cz.html
-%%WEBDIR%%/admin/websubmit/guide/documents.de.html
-%%WEBDIR%%/admin/websubmit/guide/documents.en.html
-%%WEBDIR%%/admin/websubmit/guide/documents.es.html
-%%WEBDIR%%/admin/websubmit/guide/documents.fr.html
-%%WEBDIR%%/admin/websubmit/guide/documents.it.html
-%%WEBDIR%%/admin/websubmit/guide/documents.no.html
-%%WEBDIR%%/admin/websubmit/guide/documents.pt.html
-%%WEBDIR%%/admin/websubmit/guide/documents.ru.html
-%%WEBDIR%%/admin/websubmit/guide/documents.se.html
-%%WEBDIR%%/admin/websubmit/guide/documents.sk.html
-%%WEBDIR%%/admin/websubmit/guide/example.cz.html
-%%WEBDIR%%/admin/websubmit/guide/example.de.html
-%%WEBDIR%%/admin/websubmit/guide/example.en.html
-%%WEBDIR%%/admin/websubmit/guide/example.es.html
-%%WEBDIR%%/admin/websubmit/guide/example.fr.html
-%%WEBDIR%%/admin/websubmit/guide/example.it.html
-%%WEBDIR%%/admin/websubmit/guide/example.no.html
-%%WEBDIR%%/admin/websubmit/guide/example.pt.html
-%%WEBDIR%%/admin/websubmit/guide/example.ru.html
-%%WEBDIR%%/admin/websubmit/guide/example.se.html
-%%WEBDIR%%/admin/websubmit/guide/example.sk.html
-%%WEBDIR%%/admin/websubmit/guide/faq.cz.html
-%%WEBDIR%%/admin/websubmit/guide/faq.de.html
-%%WEBDIR%%/admin/websubmit/guide/faq.en.html
-%%WEBDIR%%/admin/websubmit/guide/faq.es.html
-%%WEBDIR%%/admin/websubmit/guide/faq.fr.html
-%%WEBDIR%%/admin/websubmit/guide/faq.it.html
-%%WEBDIR%%/admin/websubmit/guide/faq.no.html
-%%WEBDIR%%/admin/websubmit/guide/faq.pt.html
-%%WEBDIR%%/admin/websubmit/guide/faq.ru.html
-%%WEBDIR%%/admin/websubmit/guide/faq.se.html
-%%WEBDIR%%/admin/websubmit/guide/faq.sk.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.cz.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.de.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.en.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.es.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.fr.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.it.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.no.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.pt.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.ru.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.se.html
-%%WEBDIR%%/admin/websubmit/guide/functiondelete.sk.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.cz.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.de.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.en.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.es.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.fr.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.it.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.no.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.pt.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.ru.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.se.html
-%%WEBDIR%%/admin/websubmit/guide/functiondescription.sk.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.cz.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.de.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.en.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.es.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.fr.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.it.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.no.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.pt.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.ru.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.se.html
-%%WEBDIR%%/admin/websubmit/guide/functionedit.sk.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.cz.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.de.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.en.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.es.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.fr.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.it.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.no.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.pt.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.ru.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.se.html
-%%WEBDIR%%/admin/websubmit/guide/functionnew.sk.html
-%%WEBDIR%%/admin/websubmit/guide/functions.cz.html
-%%WEBDIR%%/admin/websubmit/guide/functions.de.html
-%%WEBDIR%%/admin/websubmit/guide/functions.en.html
-%%WEBDIR%%/admin/websubmit/guide/functions.es.html
-%%WEBDIR%%/admin/websubmit/guide/functions.fr.html
-%%WEBDIR%%/admin/websubmit/guide/functions.it.html
-%%WEBDIR%%/admin/websubmit/guide/functions.no.html
-%%WEBDIR%%/admin/websubmit/guide/functions.pt.html
-%%WEBDIR%%/admin/websubmit/guide/functions.ru.html
-%%WEBDIR%%/admin/websubmit/guide/functions.se.html
-%%WEBDIR%%/admin/websubmit/guide/functions.sk.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.cz.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.de.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.en.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.es.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.fr.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.it.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.no.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.pt.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.ru.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.se.html
-%%WEBDIR%%/admin/websubmit/guide/implementfunctions.sk.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.cz.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.de.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.en.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.es.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.fr.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.it.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.no.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.pt.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.ru.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.se.html
-%%WEBDIR%%/admin/websubmit/guide/implementwebform.sk.html
-%%WEBDIR%%/admin/websubmit/guide/index.cz.html
-%%WEBDIR%%/admin/websubmit/guide/index.de.html
-%%WEBDIR%%/admin/websubmit/guide/index.en.html
-%%WEBDIR%%/admin/websubmit/guide/index.es.html
-%%WEBDIR%%/admin/websubmit/guide/index.fr.html
-%%WEBDIR%%/admin/websubmit/guide/index.it.html
-%%WEBDIR%%/admin/websubmit/guide/index.no.html
-%%WEBDIR%%/admin/websubmit/guide/index.pt.html
-%%WEBDIR%%/admin/websubmit/guide/index.ru.html
-%%WEBDIR%%/admin/websubmit/guide/index.se.html
-%%WEBDIR%%/admin/websubmit/guide/index.sk.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.cz.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.de.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.en.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.es.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.fr.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.it.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.no.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.pt.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.ru.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.se.html
-%%WEBDIR%%/admin/websubmit/guide/introduction.sk.html
-%%WEBDIR%%/admin/websubmit/guide/protection.cz.html
-%%WEBDIR%%/admin/websubmit/guide/protection.de.html
-%%WEBDIR%%/admin/websubmit/guide/protection.en.html
-%%WEBDIR%%/admin/websubmit/guide/protection.es.html
-%%WEBDIR%%/admin/websubmit/guide/protection.fr.html
-%%WEBDIR%%/admin/websubmit/guide/protection.it.html
-%%WEBDIR%%/admin/websubmit/guide/protection.no.html
-%%WEBDIR%%/admin/websubmit/guide/protection.pt.html
-%%WEBDIR%%/admin/websubmit/guide/protection.ru.html
-%%WEBDIR%%/admin/websubmit/guide/protection.se.html
-%%WEBDIR%%/admin/websubmit/guide/protection.sk.html
-%%WEBDIR%%/admin/websubmit/index.php
-%%WEBDIR%%/admin/websubmit/listFunctions.php
-%%WEBDIR%%/admin/websubmit/newDoctypeEDS.php
-%%WEBDIR%%/admin/websubmit/newFunc.php
-%%WEBDIR%%/admin/websubmit/newSubmissionEDS.php
-%%WEBDIR%%/admin/websubmit/pageDetsEDS.php
-%%WEBDIR%%/admin/websubmit/parameterUpdate.php
-%%WEBDIR%%/admin/websubmit/referees.py
-%%WEBDIR%%/admin/websubmit/referees.pyc
-%%WEBDIR%%/admin/websubmit/removeDoctypeEDS.php
-%%WEBDIR%%/admin/websubmit/veditFunDets.php
-%%WEBDIR%%/admin/websubmit/viewActionEDS.php
-%%WEBDIR%%/admin/websubmit/viewChecksEDS.php
-%%WEBDIR%%/admin/websubmit/viewEditSubmissionEDS.php
-%%WEBDIR%%/approve.py
-%%WEBDIR%%/approve.pyc
-%%WEBDIR%%/bibformat/bibformat.php
-%%WEBDIR%%/direct.py
-%%WEBDIR%%/direct.pyc
-%%WEBDIR%%/getfile.py
-%%WEBDIR%%/getfile.pyc
-%%WEBDIR%%/hacking/bibrank/bibrankgkb.html
-%%WEBDIR%%/hacking/bibrank/index.html
-%%WEBDIR%%/hacking/bibrank/merge_rank_methods.html
-%%WEBDIR%%/hacking/bibrank/single_tag_rank.html
-%%WEBDIR%%/hacking/bibrank/sort.html
-%%WEBDIR%%/hacking/cdsware.el
-%%WEBDIR%%/hacking/concepts.html
-%%WEBDIR%%/hacking/directory.html
-%%WEBDIR%%/hacking/index.html
-%%WEBDIR%%/hacking/modules.html
-%%WEBDIR%%/hacking/releases.html
-%%WEBDIR%%/hacking/style.html
-%%WEBDIR%%/hacking/webaccess/admin-internals.html
-%%WEBDIR%%/hacking/webaccess/api.html
-%%WEBDIR%%/hacking/webaccess/index.html
-%%WEBDIR%%/hacking/webaccess/table-structure.html
-%%WEBDIR%%/hacking/websearch/api.html
-%%WEBDIR%%/hacking/websearch/index.html
-%%WEBDIR%%/hacking/websearch/stages.html
-%%WEBDIR%%/help/index.cz.html
-%%WEBDIR%%/help/index.de.html
-%%WEBDIR%%/help/index.en.html
-%%WEBDIR%%/help/index.es.html
-%%WEBDIR%%/help/index.fr.html
-%%WEBDIR%%/help/index.it.html
-%%WEBDIR%%/help/index.no.html
-%%WEBDIR%%/help/index.pt.html
-%%WEBDIR%%/help/index.ru.html
-%%WEBDIR%%/help/index.se.html
-%%WEBDIR%%/help/index.sk.html
-%%WEBDIR%%/help/search/index.cz.html
-%%WEBDIR%%/help/search/index.de.html
-%%WEBDIR%%/help/search/index.en.html
-%%WEBDIR%%/help/search/index.es.html
-%%WEBDIR%%/help/search/index.fr.html
-%%WEBDIR%%/help/search/index.it.html
-%%WEBDIR%%/help/search/index.no.html
-%%WEBDIR%%/help/search/index.pt.html
-%%WEBDIR%%/help/search/index.ru.html
-%%WEBDIR%%/help/search/index.se.html
-%%WEBDIR%%/help/search/index.sk.html
-%%WEBDIR%%/help/search/tips.cz.html
-%%WEBDIR%%/help/search/tips.de.html
-%%WEBDIR%%/help/search/tips.en.html
-%%WEBDIR%%/help/search/tips.es.html
-%%WEBDIR%%/help/search/tips.fr.html
-%%WEBDIR%%/help/search/tips.it.html
-%%WEBDIR%%/help/search/tips.no.html
-%%WEBDIR%%/help/search/tips.pt.html
-%%WEBDIR%%/help/search/tips.ru.html
-%%WEBDIR%%/help/search/tips.se.html
-%%WEBDIR%%/help/search/tips.sk.html
-%%WEBDIR%%/help/submit/access.cz.html
-%%WEBDIR%%/help/submit/access.de.html
-%%WEBDIR%%/help/submit/access.en.html
-%%WEBDIR%%/help/submit/access.es.html
-%%WEBDIR%%/help/submit/access.fr.html
-%%WEBDIR%%/help/submit/access.it.html
-%%WEBDIR%%/help/submit/access.no.html
-%%WEBDIR%%/help/submit/access.pt.html
-%%WEBDIR%%/help/submit/access.ru.html
-%%WEBDIR%%/help/submit/access.se.html
-%%WEBDIR%%/help/submit/access.sk.html
-%%WEBDIR%%/help/submit/actions.cz.html
-%%WEBDIR%%/help/submit/actions.de.html
-%%WEBDIR%%/help/submit/actions.en.html
-%%WEBDIR%%/help/submit/actions.es.html
-%%WEBDIR%%/help/submit/actions.fr.html
-%%WEBDIR%%/help/submit/actions.it.html
-%%WEBDIR%%/help/submit/actions.no.html
-%%WEBDIR%%/help/submit/actions.pt.html
-%%WEBDIR%%/help/submit/actions.ru.html
-%%WEBDIR%%/help/submit/actions.se.html
-%%WEBDIR%%/help/submit/actions.sk.html
-%%WEBDIR%%/help/submit/approval.cz.html
-%%WEBDIR%%/help/submit/approval.de.html
-%%WEBDIR%%/help/submit/approval.en.html
-%%WEBDIR%%/help/submit/approval.es.html
-%%WEBDIR%%/help/submit/approval.fr.html
-%%WEBDIR%%/help/submit/approval.it.html
-%%WEBDIR%%/help/submit/approval.no.html
-%%WEBDIR%%/help/submit/approval.pt.html
-%%WEBDIR%%/help/submit/approval.ru.html
-%%WEBDIR%%/help/submit/approval.se.html
-%%WEBDIR%%/help/submit/approval.sk.html
-%%WEBDIR%%/help/submit/approvals.cz.html
-%%WEBDIR%%/help/submit/approvals.de.html
-%%WEBDIR%%/help/submit/approvals.en.html
-%%WEBDIR%%/help/submit/approvals.es.html
-%%WEBDIR%%/help/submit/approvals.fr.html
-%%WEBDIR%%/help/submit/approvals.it.html
-%%WEBDIR%%/help/submit/approvals.no.html
-%%WEBDIR%%/help/submit/approvals.pt.html
-%%WEBDIR%%/help/submit/approvals.ru.html
-%%WEBDIR%%/help/submit/approvals.se.html
-%%WEBDIR%%/help/submit/approvals.sk.html
-%%WEBDIR%%/help/submit/bibliographic_fields.cz.html
-%%WEBDIR%%/help/submit/bibliographic_fields.de.html
-%%WEBDIR%%/help/submit/bibliographic_fields.en.html
-%%WEBDIR%%/help/submit/bibliographic_fields.es.html
-%%WEBDIR%%/help/submit/bibliographic_fields.fr.html
-%%WEBDIR%%/help/submit/bibliographic_fields.it.html
-%%WEBDIR%%/help/submit/bibliographic_fields.no.html
-%%WEBDIR%%/help/submit/bibliographic_fields.pt.html
-%%WEBDIR%%/help/submit/bibliographic_fields.ru.html
-%%WEBDIR%%/help/submit/bibliographic_fields.se.html
-%%WEBDIR%%/help/submit/bibliographic_fields.sk.html
-%%WEBDIR%%/help/submit/description.cz.html
-%%WEBDIR%%/help/submit/description.de.html
-%%WEBDIR%%/help/submit/description.en.html
-%%WEBDIR%%/help/submit/description.es.html
-%%WEBDIR%%/help/submit/description.fr.html
-%%WEBDIR%%/help/submit/description.it.html
-%%WEBDIR%%/help/submit/description.no.html
-%%WEBDIR%%/help/submit/description.pt.html
-%%WEBDIR%%/help/submit/description.ru.html
-%%WEBDIR%%/help/submit/description.se.html
-%%WEBDIR%%/help/submit/description.sk.html
-%%WEBDIR%%/help/submit/file_transfer.cz.html
-%%WEBDIR%%/help/submit/file_transfer.de.html
-%%WEBDIR%%/help/submit/file_transfer.en.html
-%%WEBDIR%%/help/submit/file_transfer.es.html
-%%WEBDIR%%/help/submit/file_transfer.fr.html
-%%WEBDIR%%/help/submit/file_transfer.it.html
-%%WEBDIR%%/help/submit/file_transfer.no.html
-%%WEBDIR%%/help/submit/file_transfer.pt.html
-%%WEBDIR%%/help/submit/file_transfer.ru.html
-%%WEBDIR%%/help/submit/file_transfer.se.html
-%%WEBDIR%%/help/submit/file_transfer.sk.html
-%%WEBDIR%%/help/submit/index.cz.html
-%%WEBDIR%%/help/submit/index.de.html
-%%WEBDIR%%/help/submit/index.en.html
-%%WEBDIR%%/help/submit/index.es.html
-%%WEBDIR%%/help/submit/index.fr.html
-%%WEBDIR%%/help/submit/index.it.html
-%%WEBDIR%%/help/submit/index.no.html
-%%WEBDIR%%/help/submit/index.pt.html
-%%WEBDIR%%/help/submit/index.ru.html
-%%WEBDIR%%/help/submit/index.se.html
-%%WEBDIR%%/help/submit/index.sk.html
-%%WEBDIR%%/help/submit/introduction.cz.html
-%%WEBDIR%%/help/submit/introduction.de.html
-%%WEBDIR%%/help/submit/introduction.en.html
-%%WEBDIR%%/help/submit/introduction.es.html
-%%WEBDIR%%/help/submit/introduction.fr.html
-%%WEBDIR%%/help/submit/introduction.it.html
-%%WEBDIR%%/help/submit/introduction.no.html
-%%WEBDIR%%/help/submit/introduction.pt.html
-%%WEBDIR%%/help/submit/introduction.ru.html
-%%WEBDIR%%/help/submit/introduction.se.html
-%%WEBDIR%%/help/submit/introduction.sk.html
-%%WEBDIR%%/help/submit/login.cz.html
-%%WEBDIR%%/help/submit/login.de.html
-%%WEBDIR%%/help/submit/login.en.html
-%%WEBDIR%%/help/submit/login.es.html
-%%WEBDIR%%/help/submit/login.fr.html
-%%WEBDIR%%/help/submit/login.it.html
-%%WEBDIR%%/help/submit/login.no.html
-%%WEBDIR%%/help/submit/login.pt.html
-%%WEBDIR%%/help/submit/login.ru.html
-%%WEBDIR%%/help/submit/login.se.html
-%%WEBDIR%%/help/submit/login.sk.html
-%%WEBDIR%%/help/submit/modification.cz.html
-%%WEBDIR%%/help/submit/modification.de.html
-%%WEBDIR%%/help/submit/modification.en.html
-%%WEBDIR%%/help/submit/modification.es.html
-%%WEBDIR%%/help/submit/modification.fr.html
-%%WEBDIR%%/help/submit/modification.it.html
-%%WEBDIR%%/help/submit/modification.no.html
-%%WEBDIR%%/help/submit/modification.pt.html
-%%WEBDIR%%/help/submit/modification.ru.html
-%%WEBDIR%%/help/submit/modification.se.html
-%%WEBDIR%%/help/submit/modification.sk.html
-%%WEBDIR%%/help/submit/password.cz.html
-%%WEBDIR%%/help/submit/password.de.html
-%%WEBDIR%%/help/submit/password.en.html
-%%WEBDIR%%/help/submit/password.es.html
-%%WEBDIR%%/help/submit/password.fr.html
-%%WEBDIR%%/help/submit/password.it.html
-%%WEBDIR%%/help/submit/password.no.html
-%%WEBDIR%%/help/submit/password.pt.html
-%%WEBDIR%%/help/submit/password.ru.html
-%%WEBDIR%%/help/submit/password.se.html
-%%WEBDIR%%/help/submit/password.sk.html
-%%WEBDIR%%/help/submit/pending.cz.html
-%%WEBDIR%%/help/submit/pending.de.html
-%%WEBDIR%%/help/submit/pending.en.html
-%%WEBDIR%%/help/submit/pending.es.html
-%%WEBDIR%%/help/submit/pending.fr.html
-%%WEBDIR%%/help/submit/pending.it.html
-%%WEBDIR%%/help/submit/pending.no.html
-%%WEBDIR%%/help/submit/pending.pt.html
-%%WEBDIR%%/help/submit/pending.ru.html
-%%WEBDIR%%/help/submit/pending.se.html
-%%WEBDIR%%/help/submit/pending.sk.html
-%%WEBDIR%%/help/submit/revised_version.cz.html
-%%WEBDIR%%/help/submit/revised_version.de.html
-%%WEBDIR%%/help/submit/revised_version.en.html
-%%WEBDIR%%/help/submit/revised_version.es.html
-%%WEBDIR%%/help/submit/revised_version.fr.html
-%%WEBDIR%%/help/submit/revised_version.it.html
-%%WEBDIR%%/help/submit/revised_version.no.html
-%%WEBDIR%%/help/submit/revised_version.pt.html
-%%WEBDIR%%/help/submit/revised_version.ru.html
-%%WEBDIR%%/help/submit/revised_version.se.html
-%%WEBDIR%%/help/submit/revised_version.sk.html
-%%WEBDIR%%/help/submit/submission.cz.html
-%%WEBDIR%%/help/submit/submission.de.html
-%%WEBDIR%%/help/submit/submission.en.html
-%%WEBDIR%%/help/submit/submission.es.html
-%%WEBDIR%%/help/submit/submission.fr.html
-%%WEBDIR%%/help/submit/submission.it.html
-%%WEBDIR%%/help/submit/submission.no.html
-%%WEBDIR%%/help/submit/submission.pt.html
-%%WEBDIR%%/help/submit/submission.ru.html
-%%WEBDIR%%/help/submit/submission.se.html
-%%WEBDIR%%/help/submit/submission.sk.html
-%%WEBDIR%%/help/submit/subnumber.cz.html
-%%WEBDIR%%/help/submit/subnumber.de.html
-%%WEBDIR%%/help/submit/subnumber.en.html
-%%WEBDIR%%/help/submit/subnumber.es.html
-%%WEBDIR%%/help/submit/subnumber.fr.html
-%%WEBDIR%%/help/submit/subnumber.it.html
-%%WEBDIR%%/help/submit/subnumber.no.html
-%%WEBDIR%%/help/submit/subnumber.pt.html
-%%WEBDIR%%/help/submit/subnumber.ru.html
-%%WEBDIR%%/help/submit/subnumber.se.html
-%%WEBDIR%%/help/submit/subnumber.sk.html
-%%WEBDIR%%/img/answer_bad.gif
-%%WEBDIR%%/img/arrow_down.gif
-%%WEBDIR%%/img/arrow_up.gif
-%%WEBDIR%%/img/blankicon.gif
-%%WEBDIR%%/img/cds.css
-%%WEBDIR%%/img/cross_red.gif
-%%WEBDIR%%/img/description.gif
-%%WEBDIR%%/img/down-trans.gif
-%%WEBDIR%%/img/down.gif
-%%WEBDIR%%/img/edit1.gif
-%%WEBDIR%%/img/forbidden_left.gif
-%%WEBDIR%%/img/forbidden_right.gif
-%%WEBDIR%%/img/head.gif
-%%WEBDIR%%/img/header_background.gif
-%%WEBDIR%%/img/iconcross.gif
-%%WEBDIR%%/img/iconeye.gif
-%%WEBDIR%%/img/iconpen.gif
-%%WEBDIR%%/img/last-right-part-trans.gif
-%%WEBDIR%%/img/left-part-topless-trans.gif
-%%WEBDIR%%/img/left-part-trans.gif
-%%WEBDIR%%/img/left-trans.gif
-%%WEBDIR%%/img/left.gif
-%%WEBDIR%%/img/line-up-trans.gif
-%%WEBDIR%%/img/line.gif
-%%WEBDIR%%/img/mainmenu.gif
-%%WEBDIR%%/img/modules.jpeg
-%%WEBDIR%%/img/move_from.gif
-%%WEBDIR%%/img/move_to.gif
-%%WEBDIR%%/img/noway.gif
-%%WEBDIR%%/img/okay.gif
-%%WEBDIR%%/img/out.gif
-%%WEBDIR%%/img/r.gif
-%%WEBDIR%%/img/right-part-topless-trans.gif
-%%WEBDIR%%/img/right-part-trans.gif
-%%WEBDIR%%/img/right-trans.gif
-%%WEBDIR%%/img/right.gif
-%%WEBDIR%%/img/sb.gif
-%%WEBDIR%%/img/sbm_admin_guide_elements.png
-%%WEBDIR%%/img/sbm_admin_guide_endaction.png
-%%WEBDIR%%/img/sbm_admin_guide_form.png
-%%WEBDIR%%/img/sbm_admin_guide_implement.png
-%%WEBDIR%%/img/sbm_admin_guide_listfunctions.png
-%%WEBDIR%%/img/sbm_admin_guide_mainmenu.png
-%%WEBDIR%%/img/sbm_admin_guide_mainpage.png
-%%WEBDIR%%/img/sbm_admin_guide_menudoc.png
-%%WEBDIR%%/img/sbm_admin_guide_menupage.png
-%%WEBDIR%%/img/sbm_admin_guide_preview.png
-%%WEBDIR%%/img/sbm_guide_accessnumber.png
-%%WEBDIR%%/img/sbm_guide_approvals.png
-%%WEBDIR%%/img/sbm_guide_approve_button.png
-%%WEBDIR%%/img/sbm_guide_browse.png
-%%WEBDIR%%/img/sbm_guide_description.png
-%%WEBDIR%%/img/sbm_guide_login.png
-%%WEBDIR%%/img/sbm_guide_logout.png
-%%WEBDIR%%/img/sbm_guide_modify_button.png
-%%WEBDIR%%/img/sbm_guide_revise_button.png
-%%WEBDIR%%/img/sbm_guide_submissions.png
-%%WEBDIR%%/img/sbm_guide_submit_button.png
-%%WEBDIR%%/img/sbm_guide_subnumber.png
-%%WEBDIR%%/img/sbm_guide_summary.png
-%%WEBDIR%%/img/sclose.gif
-%%WEBDIR%%/img/se.gif
-%%WEBDIR%%/img/smallbin.gif
-%%WEBDIR%%/img/smalldown.gif
-%%WEBDIR%%/img/smallfiles.gif
-%%WEBDIR%%/img/smallup.gif
-%%WEBDIR%%/img/smchk_gr.gif
-%%WEBDIR%%/img/smchk_rd.gif
-%%WEBDIR%%/img/sn.gif
-%%WEBDIR%%/img/sp.gif
-%%WEBDIR%%/img/summary.gif
-%%WEBDIR%%/img/tick.gif
-%%WEBDIR%%/img/up.gif
-%%WEBDIR%%/img/waiting_or.gif
-%%WEBDIR%%/img/white_field.gif
-%%WEBDIR%%/index.py
-%%WEBDIR%%/index.pyc
-%%WEBDIR%%/oai2d.py
-%%WEBDIR%%/oai2d.pyc
-%%WEBDIR%%/publiline.py
-%%WEBDIR%%/publiline.pyc
-%%WEBDIR%%/search.py
-%%WEBDIR%%/search.pyc
-%%WEBDIR%%/sessinit.inc.php
-%%WEBDIR%%/sub.py
-%%WEBDIR%%/sub.pyc
-%%WEBDIR%%/submit.py
-%%WEBDIR%%/submit.pyc
-%%WEBDIR%%/summary.py
-%%WEBDIR%%/summary.pyc
-%%WEBDIR%%/youraccount.py
-%%WEBDIR%%/youraccount.pyc
-%%WEBDIR%%/youralerts.py
-%%WEBDIR%%/youralerts.pyc
-%%WEBDIR%%/yourapprovals.py
-%%WEBDIR%%/yourapprovals.pyc
-%%WEBDIR%%/yourbaskets.py
-%%WEBDIR%%/yourbaskets.pyc
-%%WEBDIR%%/yoursubmissions.py
-%%WEBDIR%%/yoursubmissions.pyc
-@dirrm %%WEBDIR%%/img
-@dirrm %%WEBDIR%%/help/submit
-@dirrm %%WEBDIR%%/help/search
-@dirrm %%WEBDIR%%/help
-@dirrm %%WEBDIR%%/hacking/websearch
-@dirrm %%WEBDIR%%/hacking/webaccess
-@dirrm %%WEBDIR%%/hacking/bibrank
-@dirrm %%WEBDIR%%/hacking
-@dirrm %%WEBDIR%%/bibformat
-@dirrm %%WEBDIR%%/admin/websubmit/guide
-@dirrm %%WEBDIR%%/admin/websubmit
-@dirrm %%WEBDIR%%/admin/webstyle
-@dirrm %%WEBDIR%%/admin/websession
-@dirrm %%WEBDIR%%/admin/websearch
-@dirrm %%WEBDIR%%/admin/webbasket
-@dirrm %%WEBDIR%%/admin/webalert
-@dirrm %%WEBDIR%%/admin/webaccess
-@dirrm %%WEBDIR%%/admin/howto
-@dirrm %%WEBDIR%%/admin/bibupload
-@dirrm %%WEBDIR%%/admin/bibsched
-@dirrm %%WEBDIR%%/admin/bibrank
-@dirrm %%WEBDIR%%/admin/bibindex
-@dirrm %%WEBDIR%%/admin/bibharvest
-@dirrm %%WEBDIR%%/admin/bibformat
-@dirrm %%WEBDIR%%/admin/bibedit
-@dirrm %%WEBDIR%%/admin/bibconvert
-@dirrm %%WEBDIR%%/admin
-@dirrm %%WEBDIR%%
-@dirrm etc/cdsware
-@dirrm %%DATADIR%%
-@dirrm cdsware/lib/wml/cdsware
-@dirrm cdsware/lib/wml
-@dirrm cdsware/lib/python/cdsware/websubmit_functions
-@dirrm cdsware/lib/python/cdsware
-@dirrm cdsware/lib/python
-@dirrm cdsware/lib/php/cdsware/errors
-@dirrm cdsware/lib/php/cdsware/bibformat/core
-@dirrm cdsware/lib/php/cdsware/bibformat/common
-@dirrm cdsware/lib/php/cdsware/bibformat
-@dirrm cdsware/lib/php/cdsware
-@dirrm cdsware/lib/php
-@dirrm cdsware/lib
-@dirrm cdsware/etc/bibrank
-@dirrm cdsware/etc/bibconvert/config
-@dirrm cdsware/etc/bibconvert/KB
-@dirrm cdsware/etc/bibconvert
-@dirrm cdsware/etc
-@dirrm cdsware/bin
-@dirrm cdsware
diff --git a/textproc/p5-XML-SAX-Base/Makefile b/textproc/p5-XML-SAX-Base/Makefile
deleted file mode 100644
index 7712026c2255..000000000000
--- a/textproc/p5-XML-SAX-Base/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: XML::SAX::Base
-# Date created: 25 Jan 2002
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
-# $FreeBSD$
-#
-
-PORTNAME= XML-SAX-Base
-PORTVERSION= 1.04
-PORTREVISION= 1
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-#MASTER_SITE_SUBDIR= XML
-MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Base class SAX Drivers and Filters
-
-DEPRECATED= XML-SAX-Base is subset of textproc/p5-XML-SAX
-EXPIRATION_DATE= 2005-10-30
-
-PERL_CONFIGURE= yes
-
-MAN3= XML::SAX::Exception.3 \
- XML::SAX::Base.3
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-XML-SAX-Base/distinfo b/textproc/p5-XML-SAX-Base/distinfo
deleted file mode 100644
index 7272d32b96eb..000000000000
--- a/textproc/p5-XML-SAX-Base/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (XML-SAX-Base-1.04.tar.gz) = e4d248e8ac1811a5db0aa043c56af612
-SIZE (XML-SAX-Base-1.04.tar.gz) = 16199
diff --git a/textproc/p5-XML-SAX-Base/pkg-descr b/textproc/p5-XML-SAX-Base/pkg-descr
deleted file mode 100644
index 2303a3305734..000000000000
--- a/textproc/p5-XML-SAX-Base/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This module has a very simple task - to be a base class for PerlSAX
-drivers and filters. It's default behaviour is to pass the input directly
-to the output unchanged. It can be useful to use this module as a base class
-so you don't have to, for example, implement the characters() callback.
-
-WWW: http://search.cpan.org/dist/XML-SAX-Base/
-
-Seamus Venasse <svenasse@polaris.ca>
diff --git a/textproc/p5-XML-SAX-Base/pkg-plist b/textproc/p5-XML-SAX-Base/pkg-plist
deleted file mode 100644
index bbf34185d29c..000000000000
--- a/textproc/p5-XML-SAX-Base/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Base/.packlist
-%%SITE_PERL%%/XML/SAX/Base.pm
-%%SITE_PERL%%/XML/SAX/Exception.pm
-%%SITE_PERL%%/XML/SAX/placeholder.pl
-@unexec rmdir %D/%%SITE_PERL%%/XML/SAX 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Base 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
diff --git a/textproc/tei-xlite/Makefile b/textproc/tei-xlite/Makefile
deleted file mode 100644
index b88dac6b48cf..000000000000
--- a/textproc/tei-xlite/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: tei-xlite
-# Date created: 19 May 2002
-# Whom: Henrik Motakef <henrik.motakef@web.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tei
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= http://www.tei-c.org/Lite/DTD/
-PKGNAMESUFFIX= -xlite
-DISTNAME= teixlite
-EXTRACT_SUFX= .dtd
-EXTRACT_ONLY= # Empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= XML version of the TEI-Lite DTD
-
-RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
-
-BROKEN= Size mismatch
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2005-09-22
-
-NO_BUILD= yes
-PLIST_SUB= XMLCATMGR=${XMLCATMGR}
-PLIST_SUB+= DTDDIR=${INSTDIR}
-PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}
-PLIST_SUB+= CATALOG_PORTS_XML=${CATALOG_PORTS_XML}
-INSTDIR= ${PREFIX}/share/xml/tei/xlite
-XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
-CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
-CATALOG_PORTS_XML= ${PREFIX}/share/xml/catalog.ports
-
-do-install:
- @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
- @${INSTALL_DATA} ${DISTDIR}/teixlite.dtd ${INSTDIR}
- @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}
- @${SED} -e 's!%%INSTDIR%%!${INSTDIR}!' ${FILESDIR}/catalog.xml \
- > ${INSTDIR}/catalog.xml
-
-post-install:
- ${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${INSTDIR}/catalog
- ${XMLCATMGR} -c ${CATALOG_PORTS_XML} add nextCatalog ${INSTDIR}/catalog.xml
-
-.include <bsd.port.mk>
diff --git a/textproc/tei-xlite/distinfo b/textproc/tei-xlite/distinfo
deleted file mode 100644
index 7e6497689b5b..000000000000
--- a/textproc/tei-xlite/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (teixlite.dtd) = 7830e91dcca9d13cd70ada91dc7dcd5d
-SIZE (teixlite.dtd) = 91636
diff --git a/textproc/tei-xlite/files/catalog b/textproc/tei-xlite/files/catalog
deleted file mode 100644
index 1445e115f797..000000000000
--- a/textproc/tei-xlite/files/catalog
+++ /dev/null
@@ -1 +0,0 @@
-PUBLIC "-//TEI//DTD TEI Lite XML ver. 1//EN" "teixlite.dtd"
diff --git a/textproc/tei-xlite/files/catalog.xml b/textproc/tei-xlite/files/catalog.xml
deleted file mode 100644
index b4d7c76e7aab..000000000000
--- a/textproc/tei-xlite/files/catalog.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
- "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
-
-<!-- Created by xmlcatmgr-0.2 -->
-
-<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
- <public publicId="-//TEI//DTD TEI Lite XML ver. 1//EN" uri="file://%%INSTDIR%%/teixlite.dtd" />
-</catalog>
diff --git a/textproc/tei-xlite/pkg-descr b/textproc/tei-xlite/pkg-descr
deleted file mode 100644
index ae13fc6cd2e9..000000000000
--- a/textproc/tei-xlite/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-The DTD of the Text Encoding Initiative allows encoding of a wide range
-of document types in the domain of humanities. If focuses on, but is not
-restricted to, the needs of the scholarly research and education community.
-
-This port contains the XML version of the TEI Lite DTD, a small
-customization of the TEI DTD that should meet 90% of the needs of 90%
-of users.
-
-WWW: http://www.tei-c.org/
-
--- Henrik Motakef
- <henrik.motakef@web.de>
diff --git a/textproc/tei-xlite/pkg-plist b/textproc/tei-xlite/pkg-plist
deleted file mode 100644
index 0b4940b0696e..000000000000
--- a/textproc/tei-xlite/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-share/xml/tei/xlite/teixlite.dtd
-@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTDDIR%%/catalog
-share/xml/tei/xlite/catalog
-@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTDDIR%%/catalog
-@unexec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% remove %%DTDDIR%%/catalog.xml
-share/xml/tei/xlite/catalog.xml
-@exec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% add nextCatalog %%DTDDIR%%/catalog.xml
-@dirrm share/xml/tei/xlite
-@unexec rmdir %D/share/xml/tei 2>/dev/null || true