summaryrefslogtreecommitdiffstats
path: root/dev/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'dev/pkg')
-rw-r--r--dev/pkg/needed.mdwn14
-rw-r--r--dev/pkg/opkg.mdwn10
-rw-r--r--dev/pkg/opkg/future.mdwn4
-rw-r--r--dev/pkg/opkg/static.mdwn6
4 files changed, 30 insertions, 4 deletions
diff --git a/dev/pkg/needed.mdwn b/dev/pkg/needed.mdwn
index a1fcd20..d96b166 100644
--- a/dev/pkg/needed.mdwn
+++ b/dev/pkg/needed.mdwn
@@ -23,6 +23,20 @@ the [work by Neil Williams for Debian][debian-perl-cross].
[perl-cross]: https://lists.debian.org/debian-embedded/2012/06/msg00011.html
[debian-perl-cross]: http://www.linux.codehelp.co.uk/serendipity/index.php?/archives/239-Long-term-maintenance-of-perl-cross-build-support-in-Debian.html
+Ruby 2.5 (`ruby`)
+-------------------
+
+<https://www.ruby-lang.org/>
+
+Ruby is a language interpreter with an easy to learn syntax, used for many different projects and is one of the most popular languages.
+
+Python 3.7 (`python`)
+---------------------
+
+<https://www.python.org/>
+
+Python is an easy to learn language and like Ruby is used in many different projects like: Game Development, Web Servers and even Console Programs.
+
GNU Autoconf (`autoconf`)
-------------------------
diff --git a/dev/pkg/opkg.mdwn b/dev/pkg/opkg.mdwn
index 89e11e0..6bd481d 100644
--- a/dev/pkg/opkg.mdwn
+++ b/dev/pkg/opkg.mdwn
@@ -1,11 +1,13 @@
[[!meta title="Opkg in ProteanOS"]]
ProteanOS uses [opkg][opkg] to manage packages after installation with
-[[prokit|dev/prokit]]. There are a few tasks on the roadmap for ProteanOS's
-opkg packaging:
+[[prokit|dev/prokit]]. There are a few now completed tasks for ProteanOS's opkg
+packaging:
- * [[Statically_linking_against_libopkg|dev/pkg/opkg/static]]
- * [[Verifying_package_feed_index_files|dev/archive/signing]]
+ * [[Statically_linking_against_libopkg|dev/pkg/opkg/static]] **[DONE]**
+ * [[Verifying_package_feed_index_files|dev/archive/signing]] **[opkg part
+ DONE]**
* [[Handling_the_growth_of_new_upstream_versions|dev/pkg/opkg/future]]
+ **[DONE]**
[opkg]: https://git.yoctoproject.org/cgit/cgit.cgi/opkg/tree/README
diff --git a/dev/pkg/opkg/future.mdwn b/dev/pkg/opkg/future.mdwn
index cf5f69c..4ec4e8c 100644
--- a/dev/pkg/opkg/future.mdwn
+++ b/dev/pkg/opkg/future.mdwn
@@ -1,5 +1,9 @@
[[!meta title="The Future of Opkg in ProteanOS"]]
+ProteanOS is switching to opkg-lede.
+
+**The rest of this page is kept only for reference and historical purposes.**
+
[[←_Back_to_Opkg in ProteanOS|dev/pkg/opkg]]
Background
diff --git a/dev/pkg/opkg/static.mdwn b/dev/pkg/opkg/static.mdwn
index deb3206..c82e541 100644
--- a/dev/pkg/opkg/static.mdwn
+++ b/dev/pkg/opkg/static.mdwn
@@ -1,5 +1,11 @@
[[!meta title="Static libopkg"]]
+**This work is now done.**
+
+**The rest of this page is kept only for reference and historical purposes.**
+
+---
+
[[←_Back_to_Opkg in ProteanOS|dev/pkg/opkg]]
Background