--- nsdl/build/gatewayfiles.lpml 2002/05/23 19:57:05 1.1 +++ nsdl/build/gatewayfiles.lpml 2002/05/29 00:57:47 1.3 @@ -3,7 +3,7 @@ <!-- Scott Harrison --> -<!-- $Id: gatewayfiles.lpml,v 1.1 2002/05/23 19:57:05 harris41 Exp $ --> +<!-- $Id: gatewayfiles.lpml,v 1.3 2002/05/29 00:57:47 harris41 Exp $ --> <!-- This file is a collection of all files associated with implementing a gateway between NSDL to LON-CAPA. --> @@ -87,6 +87,16 @@ echo '********************************** </rpm> <directories> <directory> + <targetdir dist='default'>etc/httpd/conf</targetdir> + <categoryname>standard</categoryname> + <description>directory for web server configuration files</description> +</directory> +<directory> + <targetdir dist='default'>home/httpd/html/test</targetdir> + <categoryname>webstandard</categoryname> + <description>directory for temporary files</description> +</directory> +<directory> <targetdir dist='default'>home/httpd/html/tmp</targetdir> <categoryname>webstandard</categoryname> <description>directory for temporary files</description> @@ -97,6 +107,11 @@ echo '********************************** <description>directory for style sheets</description> </directory> <directory> + <targetdir dist='default'>home/httpd/perl</targetdir> + <categoryname>webstandard</categoryname> + <description>Location of perl scripts, logs and utilities</description> +</directory> +<directory> <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir> <categoryname>webstandard</categoryname> <description>Location of mod_perl modules</description> @@ -107,9 +122,35 @@ echo '********************************** <description>Location of mod_perl modules for interfacing with NSDL </description> </directory> +<directory> + <targetdir dist='default'>home/httpd/lib/perl/Apache/LONCAPA</targetdir> + <categoryname>webstandard</categoryname> + <description>Location of mod_perl modules for interfacing with LONCAPA +</description> +</directory> +<directory> + <targetdir dist='default'>home/httpd/lib/perl/Apache/GATEWAY</targetdir> + <categoryname>webstandard</categoryname> + <description>Location of mod_perl modules for interfacing with GATEWAY +functionality</description> +</directory> </directories> <files> <file> +<source>interface/test1.html</source> +<target dist='default'>home/httpd/html/test/test1.html</target> +<categoryname>interfacefile</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>interface/test2.html</source> +<target dist='default'>home/httpd/html/test/test2.html</target> +<categoryname>interfacefile</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> <source>conf/nsdl.conf</source> <target dist='default'>etc/httpd/conf/nsdl.conf</target> <categoryname>filestandard</categoryname> @@ -124,11 +165,91 @@ echo '********************************** <status>unverified</status> </file> <file> +<source>bin/gatewayc</source> +<target dist='default'>home/httpd/perl/gatewayc +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>bin/gatewayd</source> +<target dist='default'>home/httpd/perl/gatewayd +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>lib/perl/Apache/GATEWAY/Common.pm</source> +<target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/Common.pm +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>lib/perl/Apache/GATEWAY/ToNSDL.pm</source> +<target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/ToNSDL.pm +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>lib/perl/Apache/GATEWAY/FromNSDL.pm</source> +<target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/FromNSDL.pm +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>lib/perl/Apache/GATEWAY/ToLONCAPA.pm</source> +<target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/ToLONCAPA.pm +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>lib/perl/Apache/GATEWAY/FromLONCAPA.pm</source> +<target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/FromLONCAPA.pm +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>lib/perl/Apache/LONCAPA/ToTheGateway.pm</source> +<target dist='default'>home/httpd/lib/perl/Apache/LONCAPA/ToTheGateway.pm +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> +<source>lib/perl/Apache/LONCAPA/FromTheGateway.pm</source> +<target dist='default'>home/httpd/lib/perl/Apache/LONCAPA/FromTheGateway.pm +</target> +<categoryname>webprogram</categoryname> +<description></description> +<status>unverified</status> +</file> +<file> <source>lib/perl/Apache/NSDL/ToTheGateway.pm</source> <target dist='default'>home/httpd/lib/perl/Apache/NSDL/ToTheGateway.pm </target> <categoryname>webprogram</categoryname> <description></description> +<status>unverified</status> +</file> +<file> +<source>lib/perl/Apache/NSDL/FromTheGateway.pm</source> +<target dist='default'>home/httpd/lib/perl/Apache/NSDL/FromTheGateway.pm +</target> +<categoryname>webprogram</categoryname> +<description></description> <status>unverified</status> </file> </files>