Annotation of nsdl/build/buildfiles.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: buildfiles.lpml,v 1.1 2002/10/13 05:36:22 harris41 Exp $ -->
1.1 harris41 7:
8: <!-- This file is a collection of files associated
9: with compiling and installing NSDL-LONCAPA gateway source code. -->
10:
11: <lpml>
12: <specialnotices>
13: </specialnotices>
14: <targetroot>/build</targetroot>
15: <sourceroot>..</sourceroot>
16: <categories>
17: <category name="system file" type="runtime">
18: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
19: <abbreviation>systemfile</abbreviation>
20: </category>
21: <category name="system file" type="development">
22: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
23: <abbreviation>systemfile</abbreviation>
24: </category>
25: <category name="standard" type="runtime">
26: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
27: <abbreviation>directory</abbreviation>
28: </category>
29: <category name="standard" type="development">
30: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
31: <abbreviation>directory</abbreviation>
32: </category>
33: </categories>
34: <directories>
35: </directories>
36: <files>
37: <file>
38: <source>build/Makefile</source>
39: <target dist='default'>Makefile</target>
40: <categoryname>system file</categoryname>
41: <description>
42: Makefile for the NSDL-LONCAPA gateway.
43: </description>
44: <note></note>
45: <status>unverified</status>
46: </file>
47: <file>
48: <source>build/gatewayfiles.lpml</source>
49: <target dist='default'>gatewayfiles.lpml</target>
50: <categoryname>system file</categoryname>
51: <description>
52: Describes the source code files that implement the NSDL-LONCAPA gateway
53: on the filesystem.</description>
54: <note></note>
55: <status>unverified</status>
56: </file>
57: <file>
58: <source>build/lpml_parse.pl</source>
59: <target dist='default'>lpml_parse.pl</target>
60: <categoryname>system file</categoryname>
61: <description>
62: Parse apart *.lpml files.
63: </description>
64: <note></note>
65: <status>unverified</status>
66: </file>
67: <file>
68: <source>build/piml_parse.pl</source>
69: <target dist='default'>piml_parse.pl</target>
70: <categoryname>system file</categoryname>
71: <description>
72: Parse apart *.piml files.
73: </description>
74: <note>
75: </note>
76: </file>
77: <file>
78: <source>build/xfml_parse.pl</source>
79: <target dist='default'>xfml_parse.pl</target>
80: <categoryname>system file</categoryname>
81: <description>
82: Parse apart *.xfml files.
83: </description>
84: <note>
85: </note>
1.2 ! harris41 86: </file>
! 87: <file>
! 88: <source>build/distprobe</source>
! 89: <target dist='default'>distprobe</target>
! 90: <categoryname>system file</categoryname>
! 91: <description>
! 92: For probing operating system flavor and version.
! 93: </description>
! 94: <note></note>
! 95: <status>unverified</status>
1.1 harris41 96: </file>
97: <file>
98: <source>build/filecompare.pl</source>
99: <target dist='default'>filecompare.pl</target>
100: <categoryname>system file</categoryname>
101: <description>
102: Rigorously compare many different values associated between files.
103: </description>
104: <note></note>
105: <status>unverified</status>
106: </file>
107: <file>
108: <source>build/verify.pl</source>
109: <target dist='default'>verify.pl</target>
110: <categoryname>system file</categoryname>
111: <description>
112: Wraps around filecompare.pl for posteval LPML statements.
113: </description>
114: <note>
115: </note>
116: </file>
117: <file>
118: <source>build/verifymodown.pl</source>
119: <target dist='default'>verifymodown.pl</target>
120: <categoryname>system file</categoryname>
121: <description>
122: Double-checks modification and ownership on files.
123: </description>
124: <note>
125: </note>
126: </file>
127: </files>
128: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>