Annotation of nsdl/build/gatewayfiles.lpml, revision 1.1
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:
! 6: <!-- $Id$ -->
! 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>
! 90: <targetdir dist='default'>home/httpd/html/tmp</targetdir>
! 91: <categoryname>webstandard</categoryname>
! 92: <description>directory for temporary files</description>
! 93: </directory>
! 94: <directory>
! 95: <targetdir dist='default'>home/httpd/html/css</targetdir>
! 96: <categoryname>webstandard</categoryname>
! 97: <description>directory for style sheets</description>
! 98: </directory>
! 99: <directory>
! 100: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
! 101: <categoryname>webstandard</categoryname>
! 102: <description>Location of mod_perl modules</description>
! 103: </directory>
! 104: <directory>
! 105: <targetdir dist='default'>home/httpd/lib/perl/Apache/NSDL</targetdir>
! 106: <categoryname>webstandard</categoryname>
! 107: <description>Location of mod_perl modules for interfacing with NSDL
! 108: </description>
! 109: </directory>
! 110: </directories>
! 111: <files>
! 112: <file>
! 113: <source>conf/nsdl.conf</source>
! 114: <target dist='default'>etc/httpd/conf/nsdl.conf</target>
! 115: <categoryname>filestandard</categoryname>
! 116: <description></description>
! 117: <status>unverified</status>
! 118: </file>
! 119: <file>
! 120: <source>conf/nsdlstartup.pl</source>
! 121: <target dist='default'>etc/httpd/conf/nsdlstartup.pl</target>
! 122: <categoryname>filestandard</categoryname>
! 123: <description></description>
! 124: <status>unverified</status>
! 125: </file>
! 126: <file>
! 127: <source>lib/perl/Apache/NSDL/ToTheGateway.pm</source>
! 128: <target dist='default'>home/httpd/lib/perl/Apache/NSDL/ToTheGateway.pm
! 129: </target>
! 130: <categoryname>webprogram</categoryname>
! 131: <description></description>
! 132: <status>unverified</status>
! 133: </file>
! 134: </files>
! 135: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>