summaryrefslogtreecommitdiffstats
path: root/dev.mdwn
blob: c83bbe9d6832d60f1effd2c92bf1031e484cf2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[[!meta title="Development"]]

ProteanOS needs more contributors!  There are a variety of ways in which you can
help shape the future of this operating system distribution:

<h1 style="clear: left;">Software Packaging</h1>

<img src="/media/tango-64/package-x-generic.png" alt="software packaging"
style="width: 64px; height: 64px; float: left; margin: 0 1.000em 1.000em 0;">

Packaging is the preparation of build instructions and metadata for software
programs and libraries to be built and installed on users' systems.

Source packages have a documented [format][spf-2.0], and a
[[tutorial|dev/packaging/tutorials/basic]] on packaging is available.

There is always [[more_software_to_be_packaged|dev/pkg/needed]], and
[[many_packages|dev/pkg/spf-2.0]] need to be updated to the latest package
format.

Most source packages are maintained in [Git repositories][git-pkg].  To request
a repository for your package, [contact][pehjota-contact] the system
administrator.

[spf-2.0]: http://specs.proteanos.com/spf-2.0/
[git-pkg]: http://git.proteanos.com/pkg/
[pehjota-contact]: http://www.pehjota.net/contact.html


<h1 style="clear: left;">Software Development</h1>

<img src="/media/tango-64/preferences-system.png" alt="software development"
style="width: 64px; height: 64px; float: left; margin: 0 1.000em 1.000em 0;">

The two core components of the distribution build system, opkbuild and
opkhelper, are in development.

Also in development is [[opkbootstrap|dev/opkbootstrap]], a tool to install a
basic ProteanOS root filesystem into a target directory.

A simple build daemon infrastructure has been
[[designed|dev/todo/buildd-infra]].


<h1 style="clear: left;">Technical Documentation</h1>

<img src="/media/tango-64/text-editor.png" alt="technical documentation"
style="width: 64px; height: 64px; float: left; margin: 0 1.000em 1.000em 0;">

Specifications
--------------

In development is the [Source Package Format 2.0 specification][spf-2.0].

[[Instructions|dev/specs]] to clone and build the specifications are available.

Policies
--------

To be written is a Packaging Policy.


<h1 style="clear: left;">Release Series</h1>

ProteanOS is released in [[series|dev/releases]].  Development is currently
focused on [[release_series_1|dev/releases/1]], with version 1.0 expected in
the first half of 2014.


<h1 style="clear: left;">Architecture Ports</h1>

ProteanOS is designed to portable to many different
[[hardware_architectures|dev/ports/hardware]],
[[system_kernels|dev/ports/kernels]], and
[[C/C++_libraries|dev/ports/libraries]].  A number of [[ports|dev/ports/list]]
are planned.