Annotation of doc/loncapafiles/buildfiles.lpml, revision 1.5
1.1 harris41 1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
2: "http://lpml.sourceforge.net/DTD/lpml.dtd">
3: <!-- buildfiles.lpml -->
4: <!-- Scott Harrison -->
5:
1.5 ! albertel 6: <!-- $Id: buildfiles.lpml,v 1.4 2002/12/13 06:08:17 albertel Exp $ -->
1.1 harris41 7:
8: <!--
9:
10: Copyright Michigan State University Board of Trustees
11:
12: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
13:
14: LON-CAPA is free software; you can redistribute it and/or modify
15: it under the terms of the GNU General Public License as published by
16: the Free Software Foundation; either version 2 of the License, or
17: (at your option) any later version.
18:
19: LON-CAPA is distributed in the hope that it will be useful,
20: but WITHOUT ANY WARRANTY; without even the implied warranty of
21: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22: GNU General Public License for more details.
23:
24: You should have received a copy of the GNU General Public License
25: along with LON-CAPA; if not, write to the Free Software
26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27:
28: /home/httpd/html/adm/gpl.txt
29:
30: http://www.lon-capa.org/
31:
32: -->
33:
34: <!-- Default values must be defined before specific values. -->
35: <!-- If no 'dist' attribute is specified, then it is always installed. -->
36: <!-- If 'dist' attribute is set to 'default', then the specification. -->
37: <!-- is accepted if an alternative distribution is not requested or not -->
38: <!-- defined. -->
39:
40: <lpml>
41: <specialnotices>
42: <specialnotice dist='default'>
43: </specialnotice>
44: </specialnotices>
45: <targetroot>/build</targetroot>
46: <sourceroot>/home/user/loncapa/</sourceroot>
47: <categories>
48: <category name="system file" type="runtime">
49: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
50: <abbreviation>systemfile</abbreviation>
51: </category>
52: <category name="system file" type="development">
53: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
54: <abbreviation>systemfile</abbreviation>
55: </category>
56: <category name="standard" type="runtime">
57: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
58: <abbreviation>directory</abbreviation>
59: </category>
60: <category name="standard" type="development">
61: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
62: <abbreviation>directory</abbreviation>
63: </category>
64: </categories>
65: <directories>
66: </directories>
67: <files>
68: <file>
69: <source>loncom/build/Makefile</source>
70: <target dist='default'>Makefile</target>
71: <categoryname>system file</categoryname>
72: <description>
73: Makefile for LON-CAPA
74: </description>
75: <note>
76: </note>
1.5 ! albertel 77: <dependencies>
! 78: doc/loncapafiles/configurable.gif;
! 79: doc/loncapafiles/directory.gif;
! 80: doc/loncapafiles/emptydirectory.gif;
! 81: doc/loncapafiles/graphicfile.gif;
! 82: doc/loncapafiles/handler.gif;
! 83: doc/loncapafiles/interfacefile.gif;
! 84: doc/loncapafiles/link.gif;
! 85: doc/loncapafiles/rootscript.gif;
! 86: doc/loncapafiles/script.gif;
! 87: doc/loncapafiles/setuid.gif;
! 88: doc/loncapafiles/static.gif;
! 89: doc/loncapafiles/systemfile.gif
! 90: </dependencies>
1.1 harris41 91: </file>
92: <file>
93: <source>doc/loncapafiles/loncapafiles.lpml</source>
94: <target dist='default'>loncapafiles.lpml</target>
95: <categoryname>system file</categoryname>
96: <description>
97: Describes the files that implement LON-CAPA on the filesystem
98: </description>
99: <note>
100: </note>
101: </file>
102: <file>
103: <source>doc/loncapafiles/buildfiles.lpml</source>
104: <target dist='default'>buildfiles.lpml</target>
105: <categoryname>system file</categoryname>
106: <description>
107: Describes the files that implement the building of LON-CAPA inside the source
108: file tree.
109: </description>
110: <note>
111: </note>
112: </file>
113: <file>
114: <source>doc/loncapafiles/webserver.piml</source>
115: <target dist='default'>webserver.piml</target>
116: <categoryname>system file</categoryname>
117: <description>
118: Post-installation of web server configuration files
1.3 albertel 119: </description>
120: <note>
121: </note>
122: </file>
123: <file>
124: <source>doc/loncapafiles/reseval_fixup.piml</source>
125: <target dist='default'>reseval_fixup.piml</target>
126: <categoryname>system file</categoryname>
127: <description>
128: Migrates reseval.db to nohist_eseval.db, deletes useless hist file
1.1 harris41 129: </description>
130: <note>
131: </note>
132: </file>
133: <file>
1.4 albertel 134: <source>doc/loncapafiles/clearoutoldspreadsheetcache.piml</source>
135: <target dist='default'>clearoutoldspreadsheetcache.piml</target>
136: <categoryname>system file</categoryname>
137: <description>
138: Deletes all of the old spreadsheet cache files, the ones generated prior
139: to version 0.6 were incorrect
140: </description>
141: <note>
142: </note>
143: </file>
144: <file>
1.1 harris41 145: <source>doc/loncapafiles/sanitycheck.piml</source>
146: <target dist='default'>sanitycheck.piml</target>
1.2 harris41 147: <categoryname>system file</categoryname>
148: <description>
149: Checks LON-CAPA system for frequently occuring bugs.
150: </description>
151: <note>
152: </note>
153: </file>
154: <file>
155: <source>doc/loncapafiles/updatequery.piml</source>
156: <target dist='default'>updatequery.piml</target>
1.1 harris41 157: <categoryname>system file</categoryname>
158: <description>
159: Checks LON-CAPA system for frequently occuring bugs.
1.4 albertel 160: </description>
161: <note>
162: </note>
163: </file>
164: <file>
165: <source>doc/loncapafiles/sendmail_fix.piml</source>
166: <target dist='default'>sendmail_fix.piml</target>
167: <categoryname>system file</categoryname>
168: <description>
169: Checks LON-CAPA system for sendmail permissions error.
1.1 harris41 170: </description>
171: <note>
172: </note>
173: </file>
174: <file>
175: <source>doc/loncapafiles/valid_hosts.xfml</source>
176: <target dist='default'>valid_hosts.xfml</target>
177: <categoryname>system file</categoryname>
178: <description>
179: Useful for extracting (and pushing/pulling) information relevant
180: to hosts.tab.
181: </description>
182: <note>
183: </note>
184: </file>
185: <file>
186: <source>loncom/build/check-rpms</source>
187: <target dist='default'>check-rpms</target>
188: <categoryname>system file</categoryname>
189: <description>
190: script for checking RPMS against an RPM repository
191: </description>
192: <note>
193: </note>
194: </file>
195: <file>
196: <source>loncom/build/distprobe</source>
197: <target dist='default'>distprobe</target>
198: <categoryname>system file</categoryname>
199: <description>
200: for probing operating system flavor and version
201: </description>
202: <note>
203: </note>
204: </file>
205: <file>
206: <source>loncom/build/doc_template.pl</source>
207: <target dist='default'>doc_template.pl</target>
208: <categoryname>system file</categoryname>
209: <description>
210: for making fancy install.lon-capa.org pages
211: </description>
212: <note>
213: </note>
214: </file>
215: <file>
216: <source>loncom/build/filecompare.pl</source>
217: <target dist='default'>filecompare.pl</target>
218: <categoryname>system file</categoryname>
219: <description>
220: rigorously compare many different values associated between files
221: </description>
222: <note>
223: </note>
224: </file>
225: <file>
226: <source>loncom/build/loncaparestoreconfigurations</source>
227: <target dist='default'>loncaparestoreconfigurations</target>
228: <categoryname>system file</categoryname>
229: <description>
230: intelligently restore configuration values
231: </description>
232: <note>
233: </note>
234: </file>
235: <file>
236: <source>loncom/build/lpml.dtd</source>
237: <target dist='default'>lpml.dtd</target>
238: <categoryname>system file</categoryname>
239: <description>
240: DocumentType for LPML
241: </description>
242: <note>
243: </note>
244: </file>
245: <file>
246: <source>loncom/build/lpml_html_posteval.pl</source>
247: <target dist='default'>lpml_html_posteval.pl</target>
248: <categoryname>system file</categoryname>
249: <description>
250: </description>
251: <note>
252: </note>
253: </file>
254: <file>
255: <source>loncom/build/lpml_parse.pl</source>
256: <target dist='default'>lpml_parse.pl</target>
257: <categoryname>system file</categoryname>
258: <description>
259: parse apart the loncapafiles.lpml and buildfiles.lpml
260: </description>
261: <note>
262: </note>
263: </file>
264: <file>
265: <source>loncom/build/make_domain_coordinator.pl</source>
266: <target dist='default'>make_domain_coordinator.pl</target>
267: <categoryname>system file</categoryname>
268: <description>
269: make a domain coordinator on a new LON-CAPA system
270: </description>
271: <note>
272: </note>
273: </file>
274: <file>
275: <source>loncom/build/piml.dtd</source>
276: <target dist='default'>piml.dtd</target>
277: <categoryname>system file</categoryname>
278: <description>
279: DocumentType definition for PIML (part of the LPML system)
280: </description>
281: <note>
282: </note>
283: </file>
284: <file>
285: <source>loncom/build/piml_parse.pl</source>
286: <target dist='default'>piml_parse.pl</target>
287: <categoryname>system file</categoryname>
288: <description>
289: parse a PIML file
290: </description>
291: <note>
292: </note>
293: </file>
294: <file>
295: <source>loncom/build/pod2html.sh</source>
296: <target dist='default'>pod2html.sh</target>
297: <categoryname>system file</categoryname>
298: <description>
299: make HTML documentation pages
300: </description>
301: <note>
302: </note>
303: </file>
304: <file>
305: <source>loncom/build/pod2man.sh</source>
306: <target dist='default'>pod2man.sh</target>
307: <categoryname>system file</categoryname>
308: <description>
309: make UNIX-style manual pages
310: </description>
311: <note>
312: </note>
313: </file>
314: <file>
315: <source>loncom/build/verify.pl</source>
316: <target dist='default'>verify.pl</target>
317: <categoryname>system file</categoryname>
318: <description>
319: wraps around filecompare.pl for posteval LPML statements
320: </description>
321: <note>
322: </note>
323: </file>
324: <file>
325: <source>loncom/build/verifymodown.pl</source>
326: <target dist='default'>verifymodown.pl</target>
327: <categoryname>system file</categoryname>
328: <description>
329: double-checks modification and ownership on files
330: </description>
331: <note>
332: </note>
333: </file>
334: <file>
335: <source>loncom/build/xfml.dtd</source>
336: <target dist='default'>xfml.dtd</target>
337: <categoryname>system file</categoryname>
338: <description>
339: DocumentType definition for XFML (part of the LPML system)
340: </description>
341: <note>
342: </note>
343: </file>
344: <file>
345: <source>loncom/build/xfml_parse.pl</source>
346: <target dist='default'>xfml_parse.pl</target>
347: <categoryname>system file</categoryname>
348: <description>
349: parses XFML files
350: </description>
351: <note>
352: </note>
353: </file>
354: </files>
355: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>