Changeset 1447

Show
Ignore:
Timestamp:
08/30/04 11:15:03 (4 years ago)
Author:
pmoura
Message:

Updated Logtalk release number to 2.20.2.

Location:
trunk
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r1438 r1447  
    11291129    \+ '$lgt_current_flag_'(Flag, _). 
    11301130 
    1131 current_logtalk_flag(version, version(2, 20, 1)). 
     1131current_logtalk_flag(version, version(2, 20, 2)). 
    11321132 
    11331133 
  • trunk/INSTALL

    r1446 r1447  
    5151If you use a csh shell, add the following line to your ~/.cshrc file: 
    5252 
    53     setenv LOGTALKHOME /your/installation/directory/lgt2201 
     53    setenv LOGTALKHOME /your/installation/directory/lgt2202 
    5454    setenv PATH $PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc 
    5555 
    5656If you use a bash shell, add the following lines to your ~/.profile file: 
    5757 
    58     LOGTALKHOME=/your/installation/directory/lgt2201 
     58    LOGTALKHOME=/your/installation/directory/lgt2202 
    5959    export LOGTALKHOME 
    6060    PATH=$PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc 
  • trunk/manuals/index.html

    r1439 r1447  
    99<head> 
    1010    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 
    11     <title>Logtalk 2.20.1 Documentation</title> 
     11    <title>Logtalk 2.20.2 Documentation</title> 
    1212    <link rel="stylesheet" href="styles.css" type="text/css" /> 
    1313</head> 
     
    1919</div> 
    2020 
    21 <h1>Logtalk 2.20.1 Documentation</h1> 
     21<h1>Logtalk 2.20.2 Documentation</h1> 
    2222 
    2323<ul> 
     
    3838 
    3939<div class="footer"> 
    40 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: August 20, 2004</span></p> 
     40<p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: August 30, 2004</span></p> 
    4141</div> 
    4242 
  • trunk/misc/debian/control

    r1414 r1447  
    11Package: logtalk 
    2 Version: 2.20.1 
     2Version: 2.20.2 
    33Section: languages 
    44Priority: optional 
  • trunk/misc/logtalk.spec

    r1413 r1447  
    11Name: logtalk 
    22Summary: Logtalk - Open source object-oriented extension to Prolog 
    3 Version: 2.20.1 
     3Version: 2.20.2 
    44Release: 1 
    55License: Artistic License 2.0 
    66Group: Development/Languages 
    77Packager: Paulo Moura <pmoura@logtalk.org> 
    8 Source: http://www.logtalk.org/files/lgt2201.tgz 
     8Source: http://www.logtalk.org/files/lgt2202.tgz 
    99BuildArchitectures: noarch 
    1010URL: http://www.logtalk.org/ 
     
    1414Logtalk is an open source object-oriented extension to the Prolog programming language. Integrating logic programming with object-oriented and event-driven programming, it is compatible with most Prolog compilers. It supports both prototypes and classes. In addition, it supports component-based programming through category-based composition. 
    1515%prep 
    16 %setup -n lgt2201 
     16%setup -n lgt2202 
    1717%build 
    1818%install 
    19 rm -rf /usr/local/lgt2201 
     19rm -rf /usr/local/lgt2202 
    2020rm -f /usr/local/logtalk 
    21 mkdir /usr/local/lgt2201 
    22 cp -R * /usr/local/lgt2201 
     21mkdir /usr/local/lgt2202 
     22cp -R * /usr/local/lgt2202 
    2323cd /usr/local 
    24 chmod -R go-w,a+r lgt2201 
    25 chmod a+x lgt2201 
    26 chmod a+x lgt2201/misc/*.sh 
    27 chmod a+x lgt2201/xml/*.sh 
    28 ln -sf lgt2201 logtalk 
     24chmod -R go-w,a+r lgt2202 
     25chmod a+x lgt2202 
     26chmod a+x lgt2202/misc/*.sh 
     27chmod a+x lgt2202/xml/*.sh 
     28ln -sf lgt2202 logtalk 
    2929cd bin 
    30 ln -sf ../lgt2201/misc/cplgtdirs.sh cplgtdirs 
    31 ln -sf ../lgt2201/xml/lgt2pdf.sh lgt2pdf 
    32 ln -sf ../lgt2201/xml/lgt2html.sh lgt2html 
     30ln -sf ../lgt2202/misc/cplgtdirs.sh cplgtdirs 
     31ln -sf ../lgt2202/xml/lgt2pdf.sh lgt2pdf 
     32ln -sf ../lgt2202/xml/lgt2html.sh lgt2html 
    3333%clean 
    3434%files 
    3535%defattr(-,root,users) 
    36 %doc /usr/local/lgt2201/BIBLIOGRAPHY 
    37 %doc /usr/local/lgt2201/INSTALL 
    38 %doc /usr/local/lgt2201/LICENSE 
    39 %doc /usr/local/lgt2201/QUICK_START 
    40 %doc /usr/local/lgt2201/README 
    41 %doc /usr/local/lgt2201/RELEASE_NOTES 
    42 %doc /usr/local/lgt2201/UPGRADING 
    43 /usr/local/lgt2201/compiler 
    44 /usr/local/lgt2201/configs 
    45 /usr/local/lgt2201/examples 
    46 /usr/local/lgt2201/library 
    47 %docdir /usr/local/lgt2201/manuals 
    48 /usr/local/lgt2201/manuals 
    49 /usr/local/lgt2201/misc 
    50 /usr/local/lgt2201/wenv 
    51 /usr/local/lgt2201/xml 
     36%doc /usr/local/lgt2202/BIBLIOGRAPHY 
     37%doc /usr/local/lgt2202/INSTALL 
     38%doc /usr/local/lgt2202/LICENSE 
     39%doc /usr/local/lgt2202/QUICK_START 
     40%doc /usr/local/lgt2202/README 
     41%doc /usr/local/lgt2202/RELEASE_NOTES 
     42%doc /usr/local/lgt2202/UPGRADING 
     43/usr/local/lgt2202/compiler 
     44/usr/local/lgt2202/configs 
     45/usr/local/lgt2202/examples 
     46/usr/local/lgt2202/library 
     47%docdir /usr/local/lgt2202/manuals 
     48/usr/local/lgt2202/manuals 
     49/usr/local/lgt2202/misc 
     50/usr/local/lgt2202/wenv 
     51/usr/local/lgt2202/xml 
    5252/usr/local/logtalk 
    5353/usr/local/bin/cplgtdirs 
  • trunk/scripts/debian/control

    r1414 r1447  
    11Package: logtalk 
    2 Version: 2.20.1 
     2Version: 2.20.2 
    33Section: languages 
    44Priority: optional 
  • trunk/scripts/logtalk.spec

    r1413 r1447  
    11Name: logtalk 
    22Summary: Logtalk - Open source object-oriented extension to Prolog 
    3 Version: 2.20.1 
     3Version: 2.20.2 
    44Release: 1 
    55License: Artistic License 2.0 
    66Group: Development/Languages 
    77Packager: Paulo Moura <pmoura@logtalk.org> 
    8 Source: http://www.logtalk.org/files/lgt2201.tgz 
     8Source: http://www.logtalk.org/files/lgt2202.tgz 
    99BuildArchitectures: noarch 
    1010URL: http://www.logtalk.org/ 
     
    1414Logtalk is an open source object-oriented extension to the Prolog programming language. Integrating logic programming with object-oriented and event-driven programming, it is compatible with most Prolog compilers. It supports both prototypes and classes. In addition, it supports component-based programming through category-based composition. 
    1515%prep 
    16 %setup -n lgt2201 
     16%setup -n lgt2202 
    1717%build 
    1818%install 
    19 rm -rf /usr/local/lgt2201 
     19rm -rf /usr/local/lgt2202 
    2020rm -f /usr/local/logtalk 
    21 mkdir /usr/local/lgt2201 
    22 cp -R * /usr/local/lgt2201 
     21mkdir /usr/local/lgt2202 
     22cp -R * /usr/local/lgt2202 
    2323cd /usr/local 
    24 chmod -R go-w,a+r lgt2201 
    25 chmod a+x lgt2201 
    26 chmod a+x lgt2201/misc/*.sh 
    27 chmod a+x lgt2201/xml/*.sh 
    28 ln -sf lgt2201 logtalk 
     24chmod -R go-w,a+r lgt2202 
     25chmod a+x lgt2202 
     26chmod a+x lgt2202/misc/*.sh 
     27chmod a+x lgt2202/xml/*.sh 
     28ln -sf lgt2202 logtalk 
    2929cd bin 
    30 ln -sf ../lgt2201/misc/cplgtdirs.sh cplgtdirs 
    31 ln -sf ../lgt2201/xml/lgt2pdf.sh lgt2pdf 
    32 ln -sf ../lgt2201/xml/lgt2html.sh lgt2html 
     30ln -sf ../lgt2202/misc/cplgtdirs.sh cplgtdirs 
     31ln -sf ../lgt2202/xml/lgt2pdf.sh lgt2pdf 
     32ln -sf ../lgt2202/xml/lgt2html.sh lgt2html 
    3333%clean 
    3434%files 
    3535%defattr(-,root,users) 
    36 %doc /usr/local/lgt2201/BIBLIOGRAPHY 
    37 %doc /usr/local/lgt2201/INSTALL 
    38 %doc /usr/local/lgt2201/LICENSE 
    39 %doc /usr/local/lgt2201/QUICK_START 
    40 %doc /usr/local/lgt2201/README 
    41 %doc /usr/local/lgt2201/RELEASE_NOTES 
    42 %doc /usr/local/lgt2201/UPGRADING 
    43 /usr/local/lgt2201/compiler 
    44 /usr/local/lgt2201/configs 
    45 /usr/local/lgt2201/examples 
    46 /usr/local/lgt2201/library 
    47 %docdir /usr/local/lgt2201/manuals 
    48 /usr/local/lgt2201/manuals 
    49 /usr/local/lgt2201/misc 
    50 /usr/local/lgt2201/wenv 
    51 /usr/local/lgt2201/xml 
     36%doc /usr/local/lgt2202/BIBLIOGRAPHY 
     37%doc /usr/local/lgt2202/INSTALL 
     38%doc /usr/local/lgt2202/LICENSE 
     39%doc /usr/local/lgt2202/QUICK_START 
     40%doc /usr/local/lgt2202/README 
     41%doc /usr/local/lgt2202/RELEASE_NOTES 
     42%doc /usr/local/lgt2202/UPGRADING 
     43/usr/local/lgt2202/compiler 
     44/usr/local/lgt2202/configs 
     45/usr/local/lgt2202/examples 
     46/usr/local/lgt2202/library 
     47%docdir /usr/local/lgt2202/manuals 
     48/usr/local/lgt2202/manuals 
     49/usr/local/lgt2202/misc 
     50/usr/local/lgt2202/wenv 
     51/usr/local/lgt2202/xml 
    5252/usr/local/logtalk 
    5353/usr/local/bin/cplgtdirs