Annotation of nsdl/build/gatewayfiles.lpml, revision 1.3

1.1       harris41    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
                      2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
                      3: 
                      4: <!-- Scott Harrison -->
                      5: 
1.3     ! harris41    6: <!-- $Id: gatewayfiles.lpml,v 1.2 2002/05/28 05:13:47 harris41 Exp $ -->
1.1       harris41    7: 
                      8: <!-- This file is a collection of all files associated
                      9: with implementing a gateway between NSDL to LON-CAPA. -->
                     10: 
                     11: <lpml>
                     12: <specialnotices>
                     13: </specialnotices>
                     14: <targetroot>/</targetroot>
                     15: <sourceroot>..</sourceroot>
                     16: <categories>
                     17: <category name='interfacefile' type='development'>
                     18: <chmod dist='default'>0444</chmod>
                     19: <chown dist='default'>www:www</chown>
                     20: <abbreviation>interfacefile</abbreviation>
                     21: </category>
                     22: <category name='htpasswd' type='development'>
                     23: <chmod dist='default'>0400</chmod>
                     24: <chown dist='default'>www:www</chown>
                     25: <abbreviation>htpasswd</abbreviation>
                     26: </category>
                     27: <category name='webprogram' type='development'>
                     28: <chmod dist='default'>0744</chmod>
                     29: <chown dist='default'>www:www</chown>
                     30: <abbreviation>webprogram</abbreviation>
                     31: </category>
                     32: <category name='script' type='development'>
                     33: <chmod dist='default'>0755</chmod>
                     34: <chown dist='default'>root:root</chown>
                     35: <abbreviation>script</abbreviation>
                     36: </category>
                     37: <category name='perlmodule' type='development'>
                     38: <chmod dist='default'>0444</chmod>
                     39: <chown dist='default'>root:root</chown>
                     40: <abbreviation>perlmodule</abbreviation>
                     41: </category>
                     42: <category name='standard' type='development'>
                     43: <chmod dist='default'>0755</chmod>
                     44: <chown dist='default'>root:root</chown>
                     45: <abbreviation>standard</abbreviation>
                     46: </category>
                     47: <category name='webstandard' type='development'>
                     48: <chmod dist='default'>0755</chmod>
                     49: <chown dist='default'>www:www</chown>
                     50: <abbreviation>webstandard</abbreviation>
                     51: </category>
                     52: <category name='filestandard' type='development'>
                     53: <chmod dist='default'>0644</chmod>
                     54: <chown dist='default'>root:root</chown>
                     55: <abbreviation>filestandard</abbreviation>
                     56: </category>
                     57: </categories>
                     58: <rpm>
                     59:   <rpmSummary>Basic files for running a LON-CAPA to NSDL Gateway Server.</rpmSummary>
                     60:   <rpmName>LONCAPA-NSDL-GATEWAY-base</rpmName>
                     61:   <rpmVersion>0.1</rpmVersion>
                     62:   <rpmRelease>1</rpmRelease>
                     63:   <rpmVendor>LON-CAPA
                     64:   </rpmVendor>
                     65:   <rpmBuildRoot>/home/user/LONCAPA-NSDL-GATEWAY-BuildRoot</rpmBuildRoot>
                     66:   <rpmCopyright>Michigan State University patents may apply.</rpmCopyright>
                     67:   <rpmGroup>Utilities/System</rpmGroup>
                     68:   <rpmSource>LONCAPA-NSDL-GATEWAY-base-0.1.tar.gz</rpmSource>
                     69:   <rpmAutoReqProv>no</rpmAutoReqProv>
                     70:   <rpmdescription>This package facilitates a base installation of files
                     71: in their directories.\n
                     72: For more on the LONCAPA-NSDL-GATEWAY project, visit http://nsdl.lon-capa.org/.
                     73:   </rpmdescription>
                     74:   <rpmpre>echo '***********************************************************************'\n
                     75: echo 'LONCAPA-NSDL-GATEWAY'\n
                     76: echo 'http://nsdl.lon-capa.org/'\n
                     77: echo 'Scott Harrison'\n
                     78: echo 'Michigan State University'\n
                     79: echo '** Michigan State University patents may apply **'\n
                     80: echo ' '\n
                     81: echo '***********************************************************************'\n
                     82: </rpmpre>
                     83: <rpmRequires>
                     84: <item>PreReq: apache</item>
                     85: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
                     86: </rpmRequires>
                     87: </rpm>
                     88: <directories>
                     89: <directory>
1.3     ! harris41   90:   <targetdir dist='default'>etc/httpd/conf</targetdir>
        !            91:   <categoryname>standard</categoryname>
        !            92:   <description>directory for web server configuration files</description>
        !            93: </directory>
        !            94: <directory>
        !            95:   <targetdir dist='default'>home/httpd/html/test</targetdir>
        !            96:   <categoryname>webstandard</categoryname>
        !            97:   <description>directory for temporary files</description>
        !            98: </directory>
        !            99: <directory>
1.1       harris41  100:   <targetdir dist='default'>home/httpd/html/tmp</targetdir>
                    101:   <categoryname>webstandard</categoryname>
                    102:   <description>directory for temporary files</description>
                    103: </directory>
                    104: <directory>
                    105:   <targetdir dist='default'>home/httpd/html/css</targetdir>
                    106:   <categoryname>webstandard</categoryname>
                    107:   <description>directory for style sheets</description>
                    108: </directory>
                    109: <directory>
1.2       harris41  110:   <targetdir dist='default'>home/httpd/perl</targetdir>
                    111:   <categoryname>webstandard</categoryname>
                    112:   <description>Location of perl scripts, logs and utilities</description>
                    113: </directory>
                    114: <directory>
1.1       harris41  115:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
                    116:   <categoryname>webstandard</categoryname>
                    117:   <description>Location of mod_perl modules</description>
                    118: </directory>
                    119: <directory>
                    120:   <targetdir dist='default'>home/httpd/lib/perl/Apache/NSDL</targetdir>
                    121:   <categoryname>webstandard</categoryname>
                    122:   <description>Location of mod_perl modules for interfacing with NSDL
                    123: </description>
                    124: </directory>
1.2       harris41  125: <directory>
                    126:   <targetdir dist='default'>home/httpd/lib/perl/Apache/LONCAPA</targetdir>
                    127:   <categoryname>webstandard</categoryname>
                    128:   <description>Location of mod_perl modules for interfacing with LONCAPA
                    129: </description>
                    130: </directory>
                    131: <directory>
                    132:   <targetdir dist='default'>home/httpd/lib/perl/Apache/GATEWAY</targetdir>
                    133:   <categoryname>webstandard</categoryname>
                    134:   <description>Location of mod_perl modules for interfacing with GATEWAY
                    135: functionality</description>
                    136: </directory>
1.1       harris41  137: </directories>
                    138: <files>
                    139: <file>
1.3     ! harris41  140: <source>interface/test1.html</source>
        !           141: <target dist='default'>home/httpd/html/test/test1.html</target>
        !           142: <categoryname>interfacefile</categoryname>
        !           143: <description></description>
        !           144: <status>unverified</status>
        !           145: </file>
        !           146: <file>
        !           147: <source>interface/test2.html</source>
        !           148: <target dist='default'>home/httpd/html/test/test2.html</target>
        !           149: <categoryname>interfacefile</categoryname>
        !           150: <description></description>
        !           151: <status>unverified</status>
        !           152: </file>
        !           153: <file>
1.1       harris41  154: <source>conf/nsdl.conf</source>
                    155: <target dist='default'>etc/httpd/conf/nsdl.conf</target>
                    156: <categoryname>filestandard</categoryname>
                    157: <description></description>
                    158: <status>unverified</status>
                    159: </file>
                    160: <file>
                    161: <source>conf/nsdlstartup.pl</source>
                    162: <target dist='default'>etc/httpd/conf/nsdlstartup.pl</target>
                    163: <categoryname>filestandard</categoryname>
                    164: <description></description>
                    165: <status>unverified</status>
                    166: </file>
                    167: <file>
1.2       harris41  168: <source>bin/gatewayc</source>
                    169: <target dist='default'>home/httpd/perl/gatewayc
                    170: </target>
                    171: <categoryname>webprogram</categoryname>
                    172: <description></description>
                    173: <status>unverified</status>
                    174: </file>
                    175: <file>
                    176: <source>bin/gatewayd</source>
                    177: <target dist='default'>home/httpd/perl/gatewayd
                    178: </target>
                    179: <categoryname>webprogram</categoryname>
                    180: <description></description>
                    181: <status>unverified</status>
                    182: </file>
                    183: <file>
1.3     ! harris41  184: <source>lib/perl/Apache/GATEWAY/Common.pm</source>
        !           185: <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/Common.pm
        !           186: </target>
        !           187: <categoryname>webprogram</categoryname>
        !           188: <description></description>
        !           189: <status>unverified</status>
        !           190: </file>
        !           191: <file>
        !           192: <source>lib/perl/Apache/GATEWAY/ToNSDL.pm</source>
        !           193: <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/ToNSDL.pm
        !           194: </target>
        !           195: <categoryname>webprogram</categoryname>
        !           196: <description></description>
        !           197: <status>unverified</status>
        !           198: </file>
        !           199: <file>
        !           200: <source>lib/perl/Apache/GATEWAY/FromNSDL.pm</source>
        !           201: <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/FromNSDL.pm
        !           202: </target>
        !           203: <categoryname>webprogram</categoryname>
        !           204: <description></description>
        !           205: <status>unverified</status>
        !           206: </file>
        !           207: <file>
        !           208: <source>lib/perl/Apache/GATEWAY/ToLONCAPA.pm</source>
        !           209: <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/ToLONCAPA.pm
        !           210: </target>
        !           211: <categoryname>webprogram</categoryname>
        !           212: <description></description>
        !           213: <status>unverified</status>
        !           214: </file>
        !           215: <file>
        !           216: <source>lib/perl/Apache/GATEWAY/FromLONCAPA.pm</source>
        !           217: <target dist='default'>home/httpd/lib/perl/Apache/GATEWAY/FromLONCAPA.pm
        !           218: </target>
        !           219: <categoryname>webprogram</categoryname>
        !           220: <description></description>
        !           221: <status>unverified</status>
        !           222: </file>
        !           223: <file>
1.2       harris41  224: <source>lib/perl/Apache/LONCAPA/ToTheGateway.pm</source>
                    225: <target dist='default'>home/httpd/lib/perl/Apache/LONCAPA/ToTheGateway.pm
1.3     ! harris41  226: </target>
        !           227: <categoryname>webprogram</categoryname>
        !           228: <description></description>
        !           229: <status>unverified</status>
        !           230: </file>
        !           231: <file>
        !           232: <source>lib/perl/Apache/LONCAPA/FromTheGateway.pm</source>
        !           233: <target dist='default'>home/httpd/lib/perl/Apache/LONCAPA/FromTheGateway.pm
        !           234: </target>
        !           235: <categoryname>webprogram</categoryname>
        !           236: <description></description>
        !           237: <status>unverified</status>
        !           238: </file>
        !           239: <file>
        !           240: <source>lib/perl/Apache/NSDL/ToTheGateway.pm</source>
        !           241: <target dist='default'>home/httpd/lib/perl/Apache/NSDL/ToTheGateway.pm
        !           242: </target>
        !           243: <categoryname>webprogram</categoryname>
        !           244: <description></description>
        !           245: <status>unverified</status>
        !           246: </file>
        !           247: <file>
        !           248: <source>lib/perl/Apache/NSDL/FromTheGateway.pm</source>
        !           249: <target dist='default'>home/httpd/lib/perl/Apache/NSDL/FromTheGateway.pm
1.1       harris41  250: </target>
                    251: <categoryname>webprogram</categoryname>
                    252: <description></description>
                    253: <status>unverified</status>
                    254: </file>
                    255: </files>
                    256: </lpml>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>