Check-in Number:
|
1878 | |
Date: |
2002-Feb-15 11:20:54 (local)
2002-Feb-15 10:20:54 (UTC) |
User: | rse |
Branch: | |
Comment: |
finish the tool section |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/tool/devtool/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/devtool/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1,35 ----
+
+ #use wml::ossp area=pkg:tool subarea=devtool
+
+ <title>OSSP devtool</title>
+
+ <h1>Development Tool</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP devtool is a small tool for managing source trees. It is a wrapper
+ around <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/shtool/">GNU shtool</a>. Its primary
+ purpose is to reduce redundancy in source trees by generating standard
+ components on-the-fly.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=20>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/devtool/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/devtool/
+ files="devtool-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/tool/dsotool/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/dsotool/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1,34 ----
+
+ #use wml::ossp area=pkg:tool subarea=dsotool
+
+ <title>OSSP dsotool</title>
+
+ <h1>Dynamic Shared Objects (DSO)</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP dsotool is a library and companion tool for generating and
+ loading Dynamic Shared Object (DSO) files. DSOs are like Dynamic
+ Shared Libraries (DSL) with the exception that they are active
+ components instead of passive ones. So OSSP dsotool is to DSOs what <a
+ href="http://www.gnu.org/software/libtool/">GNU libtool</a> is to DSLs.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=20>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/dsotool/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/dsotool/
+ files="dsotool-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/tool/eo/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/eo/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1,35 ----
+
+ #use wml::ossp area=pkg:tool subarea=eo
+
+ <title>OSSP eo</title>
+
+ <h1>Embedded Objects</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP eo is a tool for managing embedded objects in textual documents.
+ An embedded object is an arbitrary external (binary) object which
+ is embedded Base64 encoded and wrapped with headers providing meta
+ information about the object. This allows one to embed figures and
+ other non-textual objects into a text document which usually would stay
+ separately and clutter the filesystem.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=50>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/eo/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/eo/
+ files="eo-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/tool/index.wml 1.8 -> 1.9
--- index.wml 2002/02/15 09:29:07 1.8
+++ index.wml 2002/02/15 10:20:54 1.9
@@ -26,19 +26,19 @@
desc="CVS Browsing Server"
done=20 stable="none" unstable="none">
<pkg_item name="rc" longname="OSSP rc"
- desc="Run-Command Facility"
+ desc="Run-Command Processor"
done=20 stable="none" unstable="none">
<pkg_item name="dsotool" longname="OSSP dsotool"
- desc="Dynamic Shared Object (DSO)"
+ desc="Dynamic Shared Objects (DSO)"
done=20 stable="none" unstable="none">
<pkg_item name="devtool" longname="OSSP devtool"
desc="Development Tool"
done=20 stable="none" unstable="none">
<pkg_item name="smake" longname="OSSP smake"
- desc="Skeletin Makefile Generator"
+ desc="Skeleton Makefile Generator"
done=90 stable="none" unstable="none">
<pkg_item name="eo" longname="OSSP eo"
- desc="Embedded Object Tool"
+ desc="Embedded Objects"
done=50 stable="none" unstable="none">
<pkg_item name="sugar" longname="OSSP sugar"
desc="Sugar Markup Language Processor"
|
|
ossp-web/pkg/tool/iselect/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/iselect/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1,34 ----
+
+ #use wml::ossp area=pkg:tool subarea=iselect
+
+ <title>OSSP iselect</title>
+
+ <h1>Interactive Terminal Selection</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP iselect is an interactive line selection tool for textual files,
+ operating via a full-screen Curses-based terminal session. It can be
+ used either as an user interface frontend controlled by a scripting
+ backend as its wrapper or in batch mode as a pipeline filter (usually
+ between <tt>grep</tt> and the final executing command).
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="1.2.0" stable_date="31-Mar-1999"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/iselect/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/iselect/
+ files="iselect-*.tar.gz"
+ stable="iselect-1.2.0.tar.gz" unstable="none">
+
|
|
ossp-web/pkg/tool/rc/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/rc/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1,34 ----
+
+ #use wml::ossp area=pkg:tool subarea=rc
+
+ <title>OSSP rc</title>
+
+ <h1>Run-Command Processor</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP rc is a run-command processor. Its primary function is to scan
+ run-command script files for run-command sections and run the commands
+ listed in the sections. Its primary purpose is to be used as a generic
+ run-command facility in an operating system or a sub-system like <a
+ href="http://www.openpkg.org/">OpenPKG</a>.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Michael Schloh v. Bennewitz" mail="michael.schloh@cw.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=20>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/rc/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/rc/
+ files="rc-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/tool/smake/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/smake/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1,40 ----
+
+ #use wml::ossp area=pkg:tool subarea=smake
+
+ <title>OSSP smake</title>
+
+ <h1>Skeleton Makefile Generator</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP smake is a powerful mechanism to generate standard Makefiles out
+ of skeleton Makefiles which only provide the essential parts. The
+ missing stuff gets automatically filled in by shared include files. A
+ reasonable scheme to create a huge Makefile hierarchy and to keep it
+ consistent for the time of development. The trick is that it merges
+ the skeleton (<tt>Makefile.sm</tt>) and the templates (include files)
+ in a priority-driven way, i.e. defines and targets can be overwritten.
+ The idea is taken from <a href="http://www.x.org/">X Consortium</a>'s
+ <tt>imake</tt>, but the goal here is not inherited system independence
+ for the Makefiles, the goal is consistency and power without the need of
+ manually maintaining a Makefile hierarchy consisting of plain Makefiles.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=90>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/smake/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/smake/
+ files="smake-*.tar.gz"
+ stable="smake-1.3.2.tar.gz" unstable="none">
+
|
|
ossp-web/pkg/tool/sugar/.cvsignore -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/tool/sugar/index.wml -> 1.1
*** /dev/null Sat Nov 23 09:47:24 2024
--- - Sat Nov 23 09:47:26 2024
***************
*** 0 ****
--- 1,35 ----
+
+ #use wml::ossp area=pkg:tool subarea=sugar
+
+ <title>OSSP sugar</title>
+
+ <h1>Sugar Markup Language Processor</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP sugar is markup language and companion processor tool providing
+ the ability to use a markup with mostly invisible syntactic sugar for
+ typesetting technical documentation. The idea is to allow engineers
+ to write technical documentation by following the <i>brain dump</i>
+ principle.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+ <pkg_author name="Christian Reiber" mail="krischan@krischan.org">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=20>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/tool/sugar/
+ directory=$(FTP_ROOT_DIR)/pkg/tool/sugar/
+ files="sugar-*.tar.gz"
+ stable="none" unstable="none">
+
|
|