Check-in Number:
|
4671 | |
Date: |
2004-Aug-11 21:20:37 (local)
2004-Aug-11 19:20:37 (UTC) |
User: | rse |
Branch: | |
Comment: |
release GNU shtool 2.0.1 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/new/news.txt 1.92 -> 1.93
--- news.txt 2004/07/16 21:18:31 1.92
+++ news.txt 2004/08/11 19:20:37 1.93
@@ -1,7 +1,8 @@
+11-Aug-2004: Released T<GNU shtool> 2.0.1
16-Jul-2004: Released L<OSSP uuid> 1.0.1
13-Jul-2004: Released L<GNU pth> 2.0.1
02-Jul-2004: Released T<OSSP shiela> 1.1.4
-02-Jul-2004: Released T<OSSP shtool> 2.0.0
+02-Jul-2004: Released T<GNU shtool> 2.0.0
02-Jul-2004: Released T<OSSP lmtp2nntp> 1.3.0
27-Jun-2004: Released T<OSSP lmtp2nntp> 1.3b2
27-Jun-2004: Released T<OSSP shiela> 1.1.3
|
|
ossp-web/pkg/tool/index.wml 1.38 -> 1.39
--- index.wml 2004/07/02 19:58:55 1.38
+++ index.wml 2004/08/11 19:20:38 1.39
@@ -14,7 +14,7 @@
<pkg_list>
<pkg_item name="shtool" longname="GNU shtool" type="tool"
desc="Portable Shell Tool"
- done=100 stable="2.0.0" unstable=none>
+ done=100 stable="2.0.1" unstable=none>
<pkg_item name="lmtp2nntp" longname="OSSP lmtp2nntp" type="tool"
desc="Real-Time Mail to News Gateway"
done=100 stable="1.3.0" unstable=none>
|
|
ossp-web/pkg/tool/shtool/index.wml -> 1.11
*** /dev/null Sat Nov 23 09:56:53 2024
--- - Sat Nov 23 09:56:54 2024
***************
*** 0 ****
--- 1,59 ----
+
+ #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 considered as 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 also became an official part of the GNU project. That's why its
+ primary name is now GNU shtool, although it is still developed by
+ the OSSP project only. The official companion GNU locations are: <a
+ href="http://www.gnu.org/software/shtool/">http://www.gnu.org/software/shtool/</a>
+ and <a href="ftp://ftp.gnu.org/gnu/shtool/">ftp://ftp.gnu.org/gnu/shtool/</a>.
+
+ <h2>Documentation</h2>
+
+ <pkg_manpage name="shtool" sect=1 path="/pkg/lib/shtool/shtool.pod">,
+ <pkg_manpage name="shtoolize" sect=1 path="/pkg/lib/shtool/shtoolize.pod">.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ name="shtool" assign="rse"
+ stable="2.0.1" stable_date="11-Aug-2004"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ cvs=$(CVS_ROOT_URL)/pkg/tool/shtool/
+ url=$(FTP_ROOT_URL)/pkg/tool/shtool/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/shtool/
+ files="shtool-*.tar.gz"
+ stable="shtool-2.0.1.tar.gz" unstable="none">
+
+ <h2>Donation</h2>
+
+ <pkg_donation name="shtool" return="$(BASE_URL)/pkg/tool/shtool/">
+
|
|