Check-in Number:
|
1871 | |
Date: |
2002-Feb-14 18:18:15 (local)
2002-Feb-14 17:18:15 (UTC) |
User: | rse |
Branch: | |
Comment: |
add shtool page |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/tool/shtool/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:59:07 2024
--- - Sat Nov 23 09:59:12 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/shtool/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:59:07 2024
--- - Sat Nov 23 09:59:12 2024
***************
*** 0 ****
--- 1,44 ----
+
+ #use wml::ossp area=pkg:tool subarea=shtool
+
+ <title>GNU shtool</title>
+
+ <h1>Portable Shell Tool</h1>
+
+ <h2>Abstract</h2>
+
+ The GNU shtool program is a compilation of small but very stable and portable
+ shell scripts into a single shell tool. All ingredients were in successful use
+ over many years in various free software projects. The compiled shtool program
+ is intended to be used inside the source tree of free software packages. There
+ it can take over various (usually non-portable) tasks related to the building
+ and installation of such packages.
+
+ <p>
+ Notice: <a href="http://www.gnu.org/software/shtool/">GNU shtool</a> and
+ OSSP shtool are exactly the same. OSSP shtool just is a companion tool
+ to <a href="http://www.gnu.org/software/autoconf/">GNU autoconf</a>,
+ <a href="http://www.gnu.org/software/libtool/">GNU libtool</a> and <a
+ href="http://www.gnu.org/software/automake/">GNU automake</a> and so it
+ officially become a GNU project in year 2000. That's why its primary
+ name is now GNU shtool, although it is still developed by the OSSP
+ project only.
+
+ <h2>Authors</h2>
+
+ Ralf S. Engelschall <<a href="mailto:rse@engelschall.com">rse@engelschall.com</a>><br>
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="1.6.0" stable_date="31-Jan-2002"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/shtool/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/shtool/
+ files="shtool-*.tar.gz">
+
|
|