Annotation of nsdl/build/gatewayfiles.lpml, revision 1.2
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.2 ! harris41 6: <!-- $Id: gatewayfiles.lpml,v 1.1 2002/05/23 19:57:05 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>
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>
1.2 ! harris41 100: <targetdir dist='default'>home/httpd/perl</targetdir>
! 101: <categoryname>webstandard</categoryname>
! 102: <description>Location of perl scripts, logs and utilities</description>
! 103: </directory>
! 104: <directory>
1.1 harris41 105: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
106: <categoryname>webstandard</categoryname>
107: <description>Location of mod_perl modules</description>
108: </directory>
109: <directory>
110: <targetdir dist='default'>home/httpd/lib/perl/Apache/NSDL</targetdir>
111: <categoryname>webstandard</categoryname>
112: <description>Location of mod_perl modules for interfacing with NSDL
113: </description>
114: </directory>
1.2 ! harris41 115: <directory>
! 116: <targetdir dist='default'>home/httpd/lib/perl/Apache/LONCAPA</targetdir>
! 117: <categoryname>webstandard</categoryname>
! 118: <description>Location of mod_perl modules for interfacing with LONCAPA
! 119: </description>
! 120: </directory>
! 121: <directory>
! 122: <targetdir dist='default'>home/httpd/lib/perl/Apache/GATEWAY</targetdir>
! 123: <categoryname>webstandard</categoryname>
! 124: <description>Location of mod_perl modules for interfacing with GATEWAY
! 125: functionality</description>
! 126: </directory>
1.1 harris41 127: </directories>
128: <files>
129: <file>
130: <source>conf/nsdl.conf</source>
131: <target dist='default'>etc/httpd/conf/nsdl.conf</target>
132: <categoryname>filestandard</categoryname>
133: <description></description>
134: <status>unverified</status>
135: </file>
136: <file>
137: <source>conf/nsdlstartup.pl</source>
138: <target dist='default'>etc/httpd/conf/nsdlstartup.pl</target>
139: <categoryname>filestandard</categoryname>
140: <description></description>
141: <status>unverified</status>
142: </file>
143: <file>
1.2 ! harris41 144: <source>bin/gatewayc</source>
! 145: <target dist='default'>home/httpd/perl/gatewayc
! 146: </target>
! 147: <categoryname>webprogram</categoryname>
! 148: <description></description>
! 149: <status>unverified</status>
! 150: </file>
! 151: <file>
! 152: <source>bin/gatewayd</source>
! 153: <target dist='default'>home/httpd/perl/gatewayd
! 154: </target>
! 155: <categoryname>webprogram</categoryname>
! 156: <description></description>
! 157: <status>unverified</status>
! 158: </file>
! 159: <file>
! 160: <source>lib/perl/Apache/LONCAPA/ToTheGateway.pm</source>
! 161: <target dist='default'>home/httpd/lib/perl/Apache/LONCAPA/ToTheGateway.pm
1.1 harris41 162: </target>
163: <categoryname>webprogram</categoryname>
164: <description></description>
165: <status>unverified</status>
166: </file>
167: </files>
168: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>