050checkinst -- check if all needed packages are installed
100syncarchive -- retrieve data from main Debian archive
100syncarchive_backports -- retrieve data from backports.org
-100syncarchive_debports -- retrieve data from debian-ports.org
- (kfreebsd-*, armel)
+100syncarchive_debports -- retrieve data from debian-ports.org (m68k)
100syncarchive_installer -- retrieve d-i data
100syncarchive_m68k -- retrieve data for etch-m68k
100syncarchive_maintainers -- retrieve maintainer index
activate($filelist_db);
#FIXME: hardcoded archs. (debports has no contrib/non-free)
- if ($arch !~ m/^kfreebsd-.*$/) {
+ if ($arch ne 'm68k') {
system("ln", "-sf", basename($filelist_db),
"$DBDIR/filelists_${suite}_all.db") == 0
or die "Oops";
foo=\$arch_${dist//-/_}
for arch in `eval echo $foo`
do
- test ! "$arch" = "kfreebsd-i386" || continue
- test ! "$arch" = "kfreebsd-amd64" || continue
for part in ${parts}
do
echo retrieve Packages $dist/$part/$arch
foo=\$arch_${dist//-/_}
for arch in `eval echo $foo`
do
- test ! "$arch" = "kfreebsd-i386" || continue
- test ! "$arch" = "kfreebsd-amd64" || continue
for part in ${parts}
do
echo retrieve Packages $dist/$part/$arch
# Main archive
#
-architectures="kfreebsd-i386 kfreebsd-amd64 m68k"
+architectures="m68k"
for dist in sid experimental
do
},
debports => {
- title => g('ports of packages to architectures not yet available in Debian'),
+ title => g('ports of packages to architectures not yet or not anymore available in Debian'),
mirror_list => 'http://wiki.debian.org/DebianPorts/Mirrors',
unofficial_port => {
- 'kfreebsd-amd64' => {
- url_name => 'kfreebsd-gnu',
- name => 'GNU/kFreeBSD',
- },
- 'kfreebsd-i386' => {
- url_name => 'kfreebsd-gnu',
- name => 'GNU/kFreeBSD',
+ m68k => {
+ url_name => 'm68k',
+ name => 'M68K',
},
},
north_america => [
[% IF port.url_name;
SET port.url = ports_url _ port.url_name _ '/';
END -%]
-<p style="clear:both">[% g('Note that %s is not officially included in the %s archive yet, but the %s porter group keeps their archive in sync with the official archive as close as possible. See the <a href="%s">%s ports page</a> for current information.',
+<p style="clear:both">[% g('Note that %s is not officially included in the %s archive, but the %s porter group keeps their archive in sync with the official archive as close as possible. See the <a href="%s">%s ports page</a> for current information.',
port.name, organisation, port.name, port.url, port.name) %]</p>
[% END %]