Annotation of doc/loncapafiles/buildfiles.lpml, revision 1.13

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

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