Changeset 1447
- Timestamp:
- 08/30/04 11:15:03 (4 years ago)
- Location:
- trunk
- Files:
-
- 7 modified
-
compiler/logtalk.pl (modified) (1 diff)
-
INSTALL (modified) (1 diff)
-
manuals/index.html (modified) (3 diffs)
-
misc/debian/control (modified) (1 diff)
-
misc/logtalk.spec (modified) (2 diffs)
-
scripts/debian/control (modified) (1 diff)
-
scripts/logtalk.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r1438 r1447 1129 1129 \+ '$lgt_current_flag_'(Flag, _). 1130 1130 1131 current_logtalk_flag(version, version(2, 20, 1)).1131 current_logtalk_flag(version, version(2, 20, 2)). 1132 1132 1133 1133 -
trunk/INSTALL
r1446 r1447 51 51 If you use a csh shell, add the following line to your ~/.cshrc file: 52 52 53 setenv LOGTALKHOME /your/installation/directory/lgt220 153 setenv LOGTALKHOME /your/installation/directory/lgt2202 54 54 setenv PATH $PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc 55 55 56 56 If you use a bash shell, add the following lines to your ~/.profile file: 57 57 58 LOGTALKHOME=/your/installation/directory/lgt220 158 LOGTALKHOME=/your/installation/directory/lgt2202 59 59 export LOGTALKHOME 60 60 PATH=$PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc -
trunk/manuals/index.html
r1439 r1447 9 9 <head> 10 10 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 11 <title>Logtalk 2.20. 1Documentation</title>11 <title>Logtalk 2.20.2 Documentation</title> 12 12 <link rel="stylesheet" href="styles.css" type="text/css" /> 13 13 </head> … … 19 19 </div> 20 20 21 <h1>Logtalk 2.20. 1Documentation</h1>21 <h1>Logtalk 2.20.2 Documentation</h1> 22 22 23 23 <ul> … … 38 38 39 39 <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> 41 41 </div> 42 42 -
trunk/misc/debian/control
r1414 r1447 1 1 Package: logtalk 2 Version: 2.20. 12 Version: 2.20.2 3 3 Section: languages 4 4 Priority: optional -
trunk/misc/logtalk.spec
r1413 r1447 1 1 Name: logtalk 2 2 Summary: Logtalk - Open source object-oriented extension to Prolog 3 Version: 2.20. 13 Version: 2.20.2 4 4 Release: 1 5 5 License: Artistic License 2.0 6 6 Group: Development/Languages 7 7 Packager: Paulo Moura <pmoura@logtalk.org> 8 Source: http://www.logtalk.org/files/lgt220 1.tgz8 Source: http://www.logtalk.org/files/lgt2202.tgz 9 9 BuildArchitectures: noarch 10 10 URL: http://www.logtalk.org/ … … 14 14 Logtalk 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. 15 15 %prep 16 %setup -n lgt220 116 %setup -n lgt2202 17 17 %build 18 18 %install 19 rm -rf /usr/local/lgt220 119 rm -rf /usr/local/lgt2202 20 20 rm -f /usr/local/logtalk 21 mkdir /usr/local/lgt220 122 cp -R * /usr/local/lgt220 121 mkdir /usr/local/lgt2202 22 cp -R * /usr/local/lgt2202 23 23 cd /usr/local 24 chmod -R go-w,a+r lgt220 125 chmod a+x lgt220 126 chmod a+x lgt220 1/misc/*.sh27 chmod a+x lgt220 1/xml/*.sh28 ln -sf lgt220 1logtalk24 chmod -R go-w,a+r lgt2202 25 chmod a+x lgt2202 26 chmod a+x lgt2202/misc/*.sh 27 chmod a+x lgt2202/xml/*.sh 28 ln -sf lgt2202 logtalk 29 29 cd bin 30 ln -sf ../lgt220 1/misc/cplgtdirs.sh cplgtdirs31 ln -sf ../lgt220 1/xml/lgt2pdf.sh lgt2pdf32 ln -sf ../lgt220 1/xml/lgt2html.sh lgt2html30 ln -sf ../lgt2202/misc/cplgtdirs.sh cplgtdirs 31 ln -sf ../lgt2202/xml/lgt2pdf.sh lgt2pdf 32 ln -sf ../lgt2202/xml/lgt2html.sh lgt2html 33 33 %clean 34 34 %files 35 35 %defattr(-,root,users) 36 %doc /usr/local/lgt220 1/BIBLIOGRAPHY37 %doc /usr/local/lgt220 1/INSTALL38 %doc /usr/local/lgt220 1/LICENSE39 %doc /usr/local/lgt220 1/QUICK_START40 %doc /usr/local/lgt220 1/README41 %doc /usr/local/lgt220 1/RELEASE_NOTES42 %doc /usr/local/lgt220 1/UPGRADING43 /usr/local/lgt220 1/compiler44 /usr/local/lgt220 1/configs45 /usr/local/lgt220 1/examples46 /usr/local/lgt220 1/library47 %docdir /usr/local/lgt220 1/manuals48 /usr/local/lgt220 1/manuals49 /usr/local/lgt220 1/misc50 /usr/local/lgt220 1/wenv51 /usr/local/lgt220 1/xml36 %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 52 52 /usr/local/logtalk 53 53 /usr/local/bin/cplgtdirs -
trunk/scripts/debian/control
r1414 r1447 1 1 Package: logtalk 2 Version: 2.20. 12 Version: 2.20.2 3 3 Section: languages 4 4 Priority: optional -
trunk/scripts/logtalk.spec
r1413 r1447 1 1 Name: logtalk 2 2 Summary: Logtalk - Open source object-oriented extension to Prolog 3 Version: 2.20. 13 Version: 2.20.2 4 4 Release: 1 5 5 License: Artistic License 2.0 6 6 Group: Development/Languages 7 7 Packager: Paulo Moura <pmoura@logtalk.org> 8 Source: http://www.logtalk.org/files/lgt220 1.tgz8 Source: http://www.logtalk.org/files/lgt2202.tgz 9 9 BuildArchitectures: noarch 10 10 URL: http://www.logtalk.org/ … … 14 14 Logtalk 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. 15 15 %prep 16 %setup -n lgt220 116 %setup -n lgt2202 17 17 %build 18 18 %install 19 rm -rf /usr/local/lgt220 119 rm -rf /usr/local/lgt2202 20 20 rm -f /usr/local/logtalk 21 mkdir /usr/local/lgt220 122 cp -R * /usr/local/lgt220 121 mkdir /usr/local/lgt2202 22 cp -R * /usr/local/lgt2202 23 23 cd /usr/local 24 chmod -R go-w,a+r lgt220 125 chmod a+x lgt220 126 chmod a+x lgt220 1/misc/*.sh27 chmod a+x lgt220 1/xml/*.sh28 ln -sf lgt220 1logtalk24 chmod -R go-w,a+r lgt2202 25 chmod a+x lgt2202 26 chmod a+x lgt2202/misc/*.sh 27 chmod a+x lgt2202/xml/*.sh 28 ln -sf lgt2202 logtalk 29 29 cd bin 30 ln -sf ../lgt220 1/misc/cplgtdirs.sh cplgtdirs31 ln -sf ../lgt220 1/xml/lgt2pdf.sh lgt2pdf32 ln -sf ../lgt220 1/xml/lgt2html.sh lgt2html30 ln -sf ../lgt2202/misc/cplgtdirs.sh cplgtdirs 31 ln -sf ../lgt2202/xml/lgt2pdf.sh lgt2pdf 32 ln -sf ../lgt2202/xml/lgt2html.sh lgt2html 33 33 %clean 34 34 %files 35 35 %defattr(-,root,users) 36 %doc /usr/local/lgt220 1/BIBLIOGRAPHY37 %doc /usr/local/lgt220 1/INSTALL38 %doc /usr/local/lgt220 1/LICENSE39 %doc /usr/local/lgt220 1/QUICK_START40 %doc /usr/local/lgt220 1/README41 %doc /usr/local/lgt220 1/RELEASE_NOTES42 %doc /usr/local/lgt220 1/UPGRADING43 /usr/local/lgt220 1/compiler44 /usr/local/lgt220 1/configs45 /usr/local/lgt220 1/examples46 /usr/local/lgt220 1/library47 %docdir /usr/local/lgt220 1/manuals48 /usr/local/lgt220 1/manuals49 /usr/local/lgt220 1/misc50 /usr/local/lgt220 1/wenv51 /usr/local/lgt220 1/xml36 %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 52 52 /usr/local/logtalk 53 53 /usr/local/bin/cplgtdirs
