blob: 8abcaefc84e30e83230db4904a0da2771b47a087 (
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
virtual-root=/
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
css=/cgit/cgit.css
logo=/cgit/midipix.png
root-title=write once with confidence
root-desc=[ real-time mirror of dev.midipix.org ]
clone-url=https://git.midipix.org/$CGIT_REPO_URL
enable-http-clone=0
enable-git-config=1
section-from-path=1
snapshots=tar.bz2 tar.xz
enable-index-links=1
enable-log-filecount=1
enable-log-linecount=1
mimetype.git=image/git
mimetype.html=text/html
mimetype.jpg=image/jpeg
mimetype.jpeg=image/jpeg
mimetype.pdf=application/pdf
mimetype.png=image/png
mimetype.svg=image/svg+xml
section=base
###############
repo.url=mmglue
repo.path=/srv/git/mmglue
repo.desc=midipix architecture- and target-specific files for musl libc
repo.owner=midipix
repo.homepage=https://dev.midipix.org/base/mmglue
repo.url=psxstub
repo.path=/srv/git/psxstub
repo.desc=stub for toolchain build
repo.owner=midipix
repo.homepage=https://dev.midipix.org/base/psxstub
section=distro
#################
repo.url=mpackage
repo.path=/srv/git/mpackage
repo.desc=configuration files and installation scripts
repo.owner=midipix
repo.homepage=https://dev.midipix.org/distro/mpackage
section=framework
####################
repo.url=w32lib
repo.path=/srv/git/w32lib
repo.desc=custom import libraries for OS user-space interfaces
repo.owner=midipix
repo.homepage=https://dev.midipix.org/framework/w32lib
section=native
#################
repo.url=ntux
repo.path=/srv/git/ntux
repo.desc=native translation und extension
repo.owner=midipix
repo.homepage=https://dev.midipix.org/native/ntux
repo.url=ptycon
repo.path=/srv/git/ptycon
repo.desc=pty-console bridge
repo.owner=midipix
repo.homepage=https://dev.midipix.org/native/ptycon
section=cross
################
repo.url=apimagic
repo.path=/srv/git/apimagic
repo.desc=cparser-based API normalization utility
repo.owner=midipix
repo.homepage=https://dev.midipix.org/cross/apimagic
repo.url=mdso
repo.path=/srv/git/mdso
repo.desc=dso scavenger
repo.owner=midipix
repo.homepage=https://dev.midipix.org/cross/mdso
repo.url=perk
repo.path=/srv/git/perk
repo.desc=PE Resource Kit
repo.owner=midipix
repo.homepage=https://dev.midipix.org/cross/perk
repo.url=slibtool
repo.path=/srv/git/slibtool
repo.desc=a surrogate libtool implementation, written in C
repo.owner=midipix
repo.homepage=https://dev.midipix.org/cross/slibtool
repo.url=sltdl
repo.path=/srv/git/sltdl
repo.desc=a surrogate ltdl implementation
repo.owner=midipix
repo.homepage=https://dev.midipix.org/cross/sltdl
repo.url=tpax
repo.path=/srv/git/tpax
repo.desc=a topological pax implementation
repo.owner=midipix
repo.homepage=https://dev.midipix.org/cross/tpax
section=runtime
##################
repo.url=psxtypes
repo.path=/srv/git/psxtypes
repo.desc=portable type definitions for a free-standing environment
repo.owner=midipix
repo.homepage=https://dev.midipix.org/runtime/psxtypes
repo.url=dalist
repo.path=/srv/git/dalist
repo.desc=a zero-dependency book-keeping library
repo.owner=midipix
repo.homepage=https://dev.midipix.org/runtime/dalist
repo.url=pemagine
repo.path=/srv/git/pemagine
repo.desc=a (virtual) tour into portable bits and executable bytes
repo.owner=midipix
repo.homepage=https://dev.midipix.org/runtime/pemagine
repo.url=ntapi
repo.path=/srv/git/ntapi
repo.desc=Native API core library
repo.owner=midipix
repo.homepage=https://dev.midipix.org/runtime/ntapi
repo.url=ntcon
repo.path=/srv/git/ntcon
repo.desc=free-standing console interface definitions
repo.owner=midipix
repo.homepage=https://dev.midipix.org/runtime/ntcon
section=build
################
repo.url=midipix_build
repo.path=/srv/git/mirror/midipix_build
repo.desc=a comprehensive midipix distro build script
repo.owner=lalbornoz
repo.homepage=https://dev.midipix.org/build/midipix_build
section=ports
################
repo.url=u16ports
repo.path=/srv/git/u16ports
repo.desc=u16 variants of wide character string functions
repo.owner=midipix
repo.homepage=https://dev.midipix.org/ports/u16ports
section=workflow
################
repo.url=srcdist
repo.path=/srv/git/srcdist
repo.desc=scripts for reproducible generation of source tarballs
repo.owner=zgilboa
repo.homepage=https://dev.midipix.org/workflow/srcdist
section=zippy
################
repo.url=sofort
repo.path=/srv/git/sofort
repo.desc=portable software project template
repo.owner=midipix
repo.homepage=https://dev.midipix.org/zippy/sofort
section=other
scan-path=/srv/git
|