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

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.18    ! albertel    5: <!-- $Id: buildfiles.lpml,v 1.17 2005/12/06 05:02:05 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>
1.14      albertel  124: <source>doc/loncapafiles/modify_config_files.piml</source>
                    125: <target dist='default'>modify_config_files.piml</target>
                    126: <categoryname>system file</categoryname>
                    127: <description>
                    128: Post-installation of MySQL and yum config files
                    129: </description>
                    130: <note>
                    131: </note>
                    132: </file>
                    133: <file>
1.1       harris41  134: <source>doc/loncapafiles/webserver.piml</source>
                    135: <target dist='default'>webserver.piml</target>
                    136: <categoryname>system file</categoryname>
                    137: <description>
                    138: Post-installation of web server configuration files
1.3       albertel  139: </description>
                    140: <note>
                    141: </note>
                    142: </file>
                    143: <file>
                    144: <source>doc/loncapafiles/reseval_fixup.piml</source>
                    145: <target dist='default'>reseval_fixup.piml</target>
                    146: <categoryname>system file</categoryname>
                    147: <description>
                    148: Migrates reseval.db to nohist_eseval.db, deletes useless hist file
1.8       matthew   149: </description>
                    150: <note>
                    151: </note>
                    152: </file>
                    153: <file>
1.15      albertel  154:   <source>doc/loncapafiles/clean_file_permissions.piml</source>
                    155:   <target dist='default'>clean_file_permissions.piml</target>
                    156:   <categoryname>system file</categoryname>
                    157:   <description>
                    158: Executes clean_db.pl on each file_permisions.db file to remove erroneuos keys.
                    159:   </description>
                    160:   <note>
                    161:   </note>
                    162: </file>
                    163: <file>
1.17      albertel  164:   <source>doc/loncapafiles/chkconfig.piml</source>
                    165:   <target dist='default'>chkconfig.piml</target>
                    166:   <categoryname>system file</categoryname>
                    167:   <description>
                    168: Checks that the webserver is probably set to run at startup
                    169:   </description>
                    170:   <note>
                    171:   </note>
                    172: </file>
                    173: <file>
                    174:   <source>doc/loncapafiles/html_parser_check.piml</source>
                    175:   <target dist='default'>html_parser_check.piml</target>
                    176:   <categoryname>system file</categoryname>
                    177:   <description>
                    178: Checks that the HTML::parser installation has the needed patches.
                    179:   </description>
                    180:   <note>
                    181:   </note>
                    182: </file>
                    183: <file>
                    184:   <source>doc/loncapafiles/logcleanup.piml</source>
                    185:   <target dist='default'>logcleanup.piml</target>
                    186:   <categoryname>system file</categoryname>
                    187:   <description>
                    188: Cleans the .perm logs, removing useless spam messages
                    189:   </description>
                    190:   <note>
                    191:   </note>
                    192: </file>
                    193: <file>
1.8       matthew   194: <source>doc/loncapafiles/accesscount_seed.piml</source>
                    195: <target dist='default'>accesscount_seed.piml</target>
                    196: <categoryname>system file</categoryname>
                    197: <description>
                    198: Executes seed_accesscount.pl on each nohist_resevaldata.db file to move access
                    199: count data to nohist_accesscount.db and compact the nohist_resevaldata.db
                    200: file.
1.1       harris41  201: </description>
                    202: <note>
                    203: </note>
                    204: </file>
                    205: <file>
1.4       albertel  206: <source>doc/loncapafiles/clearoutoldspreadsheetcache.piml</source>
                    207: <target dist='default'>clearoutoldspreadsheetcache.piml</target>
                    208: <categoryname>system file</categoryname>
                    209: <description>
                    210: Deletes all of the old spreadsheet cache files, the ones generated prior 
                    211: to version 0.6 were incorrect
                    212: </description>
                    213: <note>
                    214: </note>
                    215: </file>
                    216: <file>
1.1       harris41  217: <source>doc/loncapafiles/sanitycheck.piml</source>
                    218: <target dist='default'>sanitycheck.piml</target>
1.2       harris41  219: <categoryname>system file</categoryname>
                    220: <description>
                    221: Checks LON-CAPA system for frequently occuring bugs.
1.10      matthew   222: </description>
                    223: <note>
                    224: </note>
                    225: </file>
                    226: <file>
1.12      albertel  227:   <source>doc/loncapafiles/cron_lpmlcheck.piml</source>
                    228:   <target dist='default'>cron_lpmlcheck.piml</target>
                    229:   <categoryname>system file</categoryname>
                    230:   <description>
                    231:     Checks that there is no lpmlsave file in the cron.d dir
                    232:   </description>
                    233: </file>
                    234: <file>
1.10      matthew   235: <source>doc/loncapafiles/ntpcheck.piml</source>
                    236: <target dist='default'>ntpcheck.piml</target>
                    237: <categoryname>system file</categoryname>
                    238: <description>
                    239: Checks server to determine status of ntpd.
1.11      matthew   240: </description>
                    241: <note>
                    242: </note>
                    243: </file>
                    244: <file>
                    245: <source>doc/loncapafiles/rpmcheck.piml</source>
                    246: <target dist='default'>rpmcheck.piml</target>
                    247: <categoryname>system file</categoryname>
                    248: <description>
                    249: Checks server for rpms known to conflict with LON-CAPA.
1.2       harris41  250: </description>
                    251: <note>
                    252: </note>
                    253: </file>
                    254: <file>
                    255: <source>doc/loncapafiles/updatequery.piml</source>
                    256: <target dist='default'>updatequery.piml</target>
1.1       harris41  257: <categoryname>system file</categoryname>
                    258: <description>
                    259: Checks LON-CAPA system for frequently occuring bugs.
1.4       albertel  260: </description>
                    261: <note>
                    262: </note>
                    263: </file>
                    264: <file>
                    265: <source>doc/loncapafiles/sendmail_fix.piml</source>
                    266: <target dist='default'>sendmail_fix.piml</target>
                    267: <categoryname>system file</categoryname>
                    268: <description>
                    269: Checks LON-CAPA system for sendmail permissions error.
1.9       www       270: </description>
                    271: <note>
                    272: </note>
                    273: </file>
                    274: <file>
                    275: <source>doc/loncapafiles/ownership_fix.piml</source>
                    276: <target dist='default'>ownership_fix.piml</target>
                    277: <categoryname>system file</categoryname>
                    278: <description>
                    279: Makes sure that /home/httpd/lonUsers and /home/httpd/html are owned by www.
1.1       harris41  280: </description>
                    281: <note>
                    282: </note>
                    283: </file>
                    284: <file>
1.13      albertel  285: <source>doc/loncapafiles/run_searchcat.piml</source>
                    286: <target dist='default'>run_searchcat.piml</target>
                    287: <categoryname>system file</categoryname>
                    288: <description>
                    289: Makes sure that /home/httpd/lonUsers and /home/httpd/html are owned by www.
                    290: </description>
                    291: <note>
                    292: </note>
                    293: </file>
                    294: <file>
1.18    ! albertel  295:   <source>doc/loncapafiles/update_queue_slots.piml</source>
        !           296:   <target dist='default'>update_queue_slots.piml</target>
        !           297:   <categoryname>system file</categoryname>
        !           298:   <description>
        !           299: Update the slots definitons from havin @ to having :
        !           300:   </description>
        !           301:   <note>
        !           302:   </note>
        !           303: </file>
        !           304: <file>
1.16      albertel  305:   <source>doc/loncapafiles/wrap_setuid.piml</source>
                    306:   <target dist='default'>wrap_setuid.piml</target>
                    307:   <categoryname>system file</categoryname>
                    308:   <description>
                    309: Wraps the setuid perl scripts into a binary excutable wrapper.
                    310:   </description>
                    311:   <note>
                    312:   </note>
                    313: </file>
                    314: <file>
1.1       harris41  315: <source>doc/loncapafiles/valid_hosts.xfml</source>
                    316: <target dist='default'>valid_hosts.xfml</target>
                    317: <categoryname>system file</categoryname>
                    318: <description>
                    319: Useful for extracting (and pushing/pulling) information relevant
                    320: to hosts.tab.
                    321: </description>
                    322: <note>
                    323: </note>
                    324: </file>
                    325: <file>
                    326: <source>loncom/build/check-rpms</source>
                    327: <target dist='default'>check-rpms</target>
                    328: <categoryname>system file</categoryname>
                    329: <description>
                    330: script for checking RPMS against an RPM repository
                    331: </description>
                    332: <note>
                    333: </note>
                    334: </file>
                    335: <file>
                    336: <source>loncom/build/distprobe</source>
                    337: <target dist='default'>distprobe</target>
                    338: <categoryname>system file</categoryname>
                    339: <description>
                    340: for probing operating system flavor and version
                    341: </description>
                    342: <note>
                    343: </note>
                    344: </file>
                    345: <file>
                    346: <source>loncom/build/doc_template.pl</source>
                    347: <target dist='default'>doc_template.pl</target>
                    348: <categoryname>system file</categoryname>
                    349: <description>
                    350: for making fancy install.lon-capa.org pages
                    351: </description>
                    352: <note>
                    353: </note>
                    354: </file>
                    355: <file>
                    356: <source>loncom/build/filecompare.pl</source>
                    357: <target dist='default'>filecompare.pl</target>
                    358: <categoryname>system file</categoryname>
                    359: <description>
                    360: rigorously compare many different values associated between files
                    361: </description>
                    362: <note>
                    363: </note>
                    364: </file>
                    365: <file>
                    366: <source>loncom/build/loncaparestoreconfigurations</source>
                    367: <target dist='default'>loncaparestoreconfigurations</target>
                    368: <categoryname>system file</categoryname>
                    369: <description>
                    370: intelligently restore configuration values
                    371: </description>
                    372: <note>
                    373: </note>
                    374: </file>
                    375: <file>
                    376: <source>loncom/build/lpml.dtd</source>
                    377: <target dist='default'>lpml.dtd</target>
                    378: <categoryname>system file</categoryname>
                    379: <description>
                    380: DocumentType for LPML
                    381: </description>
                    382: <note>
                    383: </note>
                    384: </file>
                    385: <file>
                    386: <source>loncom/build/lpml_html_posteval.pl</source>
                    387: <target dist='default'>lpml_html_posteval.pl</target>
                    388: <categoryname>system file</categoryname>
                    389: <description>
                    390: </description>
                    391: <note>
                    392: </note>
                    393: </file>
                    394: <file>
                    395: <source>loncom/build/lpml_parse.pl</source>
                    396: <target dist='default'>lpml_parse.pl</target>
                    397: <categoryname>system file</categoryname>
                    398: <description>
                    399: parse apart the loncapafiles.lpml and buildfiles.lpml
                    400: </description>
                    401: <note>
                    402: </note>
                    403: </file>
                    404: <file>
                    405: <source>loncom/build/make_domain_coordinator.pl</source>
                    406: <target dist='default'>make_domain_coordinator.pl</target>
                    407: <categoryname>system file</categoryname>
                    408: <description>
                    409: make a domain coordinator on a new LON-CAPA system
                    410: </description>
                    411: <note>
                    412: </note>
                    413: </file>
                    414: <file>
                    415: <source>loncom/build/piml.dtd</source>
                    416: <target dist='default'>piml.dtd</target>
                    417: <categoryname>system file</categoryname>
                    418: <description>
                    419: DocumentType definition for PIML (part of the LPML system)
                    420: </description>
                    421: <note>
                    422: </note>
                    423: </file>
                    424: <file>
                    425: <source>loncom/build/piml_parse.pl</source>
                    426: <target dist='default'>piml_parse.pl</target>
                    427: <categoryname>system file</categoryname>
                    428: <description>
                    429: parse a PIML file
                    430: </description>
                    431: <note>
                    432: </note>
                    433: </file>
                    434: <file>
                    435: <source>loncom/build/pod2html.sh</source>
                    436: <target dist='default'>pod2html.sh</target>
                    437: <categoryname>system file</categoryname>
                    438: <description>
                    439: make HTML documentation pages
                    440: </description>
                    441: <note>
                    442: </note>
                    443: </file>
                    444: <file>
                    445: <source>loncom/build/pod2man.sh</source>
                    446: <target dist='default'>pod2man.sh</target>
                    447: <categoryname>system file</categoryname>
                    448: <description>
                    449: make UNIX-style manual pages
                    450: </description>
                    451: <note>
                    452: </note>
                    453: </file>
                    454: <file>
                    455: <source>loncom/build/verify.pl</source>
                    456: <target dist='default'>verify.pl</target>
                    457: <categoryname>system file</categoryname>
                    458: <description>
                    459: wraps around filecompare.pl for posteval LPML statements
                    460: </description>
                    461: <note>
                    462: </note>
                    463: </file>
                    464: <file>
                    465: <source>loncom/build/verifymodown.pl</source>
                    466: <target dist='default'>verifymodown.pl</target>
                    467: <categoryname>system file</categoryname>
                    468: <description>
                    469: double-checks modification and ownership on files
                    470: </description>
                    471: <note>
                    472: </note>
                    473: </file>
                    474: <file>
                    475: <source>loncom/build/xfml.dtd</source>
                    476: <target dist='default'>xfml.dtd</target>
                    477: <categoryname>system file</categoryname>
                    478: <description>
                    479: DocumentType definition for XFML (part of the LPML system)
                    480: </description>
                    481: <note>
                    482: </note>
                    483: </file>
                    484: <file>
                    485: <source>loncom/build/xfml_parse.pl</source>
                    486: <target dist='default'>xfml_parse.pl</target>
                    487: <categoryname>system file</categoryname>
                    488: <description>
                    489: parses XFML files
                    490: </description>
                    491: <note>
                    492: </note>
                    493: </file>
                    494: </files>
                    495: </lpml>

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