<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://tech-pubs.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Nekoware_SDK</id>
	<title>Nekoware SDK - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://tech-pubs.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Nekoware_SDK"/>
	<link rel="alternate" type="text/html" href="http://tech-pubs.net/wiki/index.php?title=Nekoware_SDK&amp;action=history"/>
	<updated>2026-04-21T14:19:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>http://tech-pubs.net/wiki/index.php?title=Nekoware_SDK&amp;diff=426&amp;oldid=prev</id>
		<title>Raion: Created page with &quot;The &#039;&#039;&#039;Nekoware SDK&#039;&#039;&#039; is a bootstrap kit for the Nekoware environment. It addresses several limitations of building software on IRIX and provides a foundation for independent development.  == &#039;&#039;&#039;Purpose&#039;&#039;&#039; ==  * Provides a set of tools for building Nekoware without relying on the limited native IRIX environment. * Avoids circular dependencies, allowing Nekoware to be built mostly without depending on itself. * Includes an independent test harness for GCC.  == &#039;&#039;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://tech-pubs.net/wiki/index.php?title=Nekoware_SDK&amp;diff=426&amp;oldid=prev"/>
		<updated>2025-11-29T08:04:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;Nekoware SDK&amp;#039;&amp;#039;&amp;#039; is a bootstrap kit for the &lt;a href=&quot;/wiki/index.php/Nekoware&quot; title=&quot;Nekoware&quot;&gt;Nekoware&lt;/a&gt; environment. It addresses several limitations of building software on IRIX and provides a foundation for independent development.  == &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039; ==  * Provides a set of tools for building Nekoware without relying on the limited native IRIX environment. * Avoids circular dependencies, allowing Nekoware to be built mostly without depending on itself. * Includes an independent test harness for &lt;a href=&quot;/wiki/index.php/GCC&quot; title=&quot;GCC&quot;&gt;GCC&lt;/a&gt;.  == &amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;Nekoware SDK&amp;#039;&amp;#039;&amp;#039; is a bootstrap kit for the [[Nekoware]] environment. It addresses several limitations of building software on IRIX and provides a foundation for independent development.&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
* Provides a set of tools for building Nekoware without relying on the limited native IRIX environment.&lt;br /&gt;
* Avoids circular dependencies, allowing Nekoware to be built mostly without depending on itself.&lt;br /&gt;
* Includes an independent test harness for [[GCC]].&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Contents&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Downloading tools:&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;ncftp&amp;lt;/code&amp;gt; (ncurses FTP client), &amp;lt;code&amp;gt;swipe&amp;lt;/code&amp;gt; (supports HTTPS, FTP, Gopher, and Gemini).&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Autotools and related utilities:&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;automake&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;autoconf&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;perl&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;gmake&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bash&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Parsing and lexing tools:&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;flex&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bsdyacc&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Archiving tools:&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;star&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bzip2&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;gunzip&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;pigz&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;zcat&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Text processing tools:&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;awk&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;sed&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;perl&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Tauthon:&amp;#039;&amp;#039;&amp;#039; Python 2.x continuation.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Miscellaneous utilities:&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;GNU bash&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;screen&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dropbear ssh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The SDK provides a standardized, independent environment for building and testing Nekoware software.&lt;br /&gt;
&lt;br /&gt;
== Notes on products included ==&lt;br /&gt;
&lt;br /&gt;
=== Dropbear ===&lt;br /&gt;
The Nekoware SDK includes &amp;#039;&amp;#039;&amp;#039;Dropbear&amp;#039;&amp;#039;&amp;#039;, a lightweight SSH server and client. Dropbear ships without host keys. Default host keys must be generated and placed in &amp;lt;code&amp;gt;/etc/dropbear/&amp;lt;/code&amp;gt; using the &amp;lt;code&amp;gt;dropbearkey&amp;lt;/code&amp;gt; utility. Note that the &amp;lt;code&amp;gt;-R&amp;lt;/code&amp;gt; option may not function correctly.&lt;br /&gt;
&lt;br /&gt;
No initialization script is included with the SDK. An init script from the Nekoware package may be used if automated startup is desired. Otherwise, Dropbear can be started manually on port 22 via the command line.&lt;br /&gt;
&lt;br /&gt;
The Dropbear client is installed as &amp;lt;code&amp;gt;/usr/sdk/bin/dbclient&amp;lt;/code&amp;gt;. The decision to provide a symbolic link or rename it as &amp;lt;code&amp;gt;/usr/sdk/bin/ssh&amp;lt;/code&amp;gt; is left to the discretion of the user.&lt;br /&gt;
&lt;br /&gt;
Dropbear provides a reliable and fast SSH setup for IRIX. &lt;br /&gt;
&lt;br /&gt;
=== schily tar (star) ===&lt;br /&gt;
The Nekoware SDK includes a statically linked build of &amp;#039;&amp;#039;&amp;#039;schily tar&amp;#039;&amp;#039;&amp;#039; (&amp;lt;code&amp;gt;star&amp;lt;/code&amp;gt;). This implementation provides enhanced POSIX and GNU-compatible archive handling and includes built-in support for &amp;#039;&amp;#039;&amp;#039;gzip&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;bzip2&amp;#039;&amp;#039;&amp;#039; compression formats. Support for &amp;#039;&amp;#039;&amp;#039;xz&amp;#039;&amp;#039;&amp;#039; compression is not included in the static build.&lt;br /&gt;
&lt;br /&gt;
The native IRIX &amp;lt;code&amp;gt;tar&amp;lt;/code&amp;gt; utility is unsuitable for building or distributing many contemporary software packages. The IRIX implementation is limited to handling path names no longer than &amp;#039;&amp;#039;&amp;#039;255 characters&amp;#039;&amp;#039;&amp;#039;, which prevents extraction or creation of archives containing long file names or deeply nested directory structures. Additionally, IRIX &amp;lt;code&amp;gt;tar&amp;lt;/code&amp;gt; does not provide integrated support for compressed archives and cannot read &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;.tar.bz2&amp;lt;/code&amp;gt; files directly.&lt;br /&gt;
&lt;br /&gt;
Schily tar avoids these limitations and offers consistent behavior across extraction, creation, and packaging tasks within the Nekoware SDK environment. Please package using either star or libarchive.&lt;br /&gt;
&lt;br /&gt;
=== Swipe ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Swipe&amp;#039;&amp;#039;&amp;#039; is a minimalist downloader included in the Nekoware SDK. It supports the &amp;#039;&amp;#039;&amp;#039;HTTP&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;HTTPS&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;FTP&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Gemini&amp;#039;&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;&amp;#039;Gopher&amp;#039;&amp;#039;&amp;#039; protocols. Swipe is written in strict C89 for maximal portability and is continuously tested and maintained on BSD and IRIX platforms, with additional support for GNU/Linux.&lt;br /&gt;
&lt;br /&gt;
Swipe uses &amp;#039;&amp;#039;&amp;#039;mbedTLS&amp;#039;&amp;#039;&amp;#039; for its TLS functionality and is built as a static executable to simplify deployment in minimal or early-bootstrap environments.&lt;br /&gt;
&lt;br /&gt;
=== Rationale for Inclusion ===&lt;br /&gt;
&lt;br /&gt;
==== Why Use Swipe Instead of cURL ====&lt;br /&gt;
Several characteristics make Swipe suitable for early-stage bootstrap environments:&lt;br /&gt;
&lt;br /&gt;
* It can be built quickly with minimal dependencies.&lt;br /&gt;
* It is statically linked and does not require shared libraries.&lt;br /&gt;
* It is lightweight and fast for simple retrieval operations.&lt;br /&gt;
* Its codebase is small, direct, and easily auditable.&lt;br /&gt;
&lt;br /&gt;
These properties make Swipe advantageous in situations where a fully featured networking client such as curl is unnecessary or impractical.&lt;br /&gt;
&lt;br /&gt;
=== Limitations ===&lt;br /&gt;
Swipe has a minimal design and therefore includes a number of technical constraints:&lt;br /&gt;
&lt;br /&gt;
* TLS certificates are not verified; all certificates are implicitly trusted.&lt;br /&gt;
* Support for HTTP chunked transfer encoding is limited.&lt;br /&gt;
* Redirect handling is incomplete and may fail on sites using redirect-heavy distribution systems, such as SourceForge and GitHub.&lt;br /&gt;
&lt;br /&gt;
Despite these constraints, Swipe remains useful as a compact, reliable downloader for the Nekoware SDK’s bootstrap workflow.&lt;br /&gt;
[[Category:Nekoware]]&lt;/div&gt;</summary>
		<author><name>Raion</name></author>
	</entry>
</feed>