From michel.hermier at gmail.com Tue May 1 00:13:35 2007 From: michel.hermier at gmail.com (Michel Hermier) Date: Tue May 1 00:13:37 2007 Subject: [Frugalware-darcs] frugalwareutils: timeconfig: simplify dialog box, and remove a bug due to localisation. Message-ID: <20070430221336.0B08813A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070430221024-b99eb-d9235dc2a32f48dc5e27484c450a86e69b2ab875.gz; [timeconfig: simplify dialog box, and remove a bug due to localisation. Michel Hermier **20070430221024] { hunk ./timeconfig/timeconfig.c 45 - _("no"), _("Hardware clock is set to local time"), - _("yes"), _("Hardware clock is set to UTC") + "localtime", _("Hardware clock is set to local time"), + "UTC", _("Hardware clock is set to UTC/GMT") hunk ./timeconfig/timeconfig.c 50 - ptr = fwdialog_menu(_("Do you want to set hardware clock to UTC?"), - _("Is the hardware clock set to Coordinated Universal Time " - "(UTC/GMT)? If it is, select 'yes' here. If the hardware " - "clock is set to the current local time (this is how most PCs " - "are set up), then say 'no' here. If you are not sure what " - "this is, you should answer 'no' here."), 0, 0, 0, 2, modes); - if(!strcmp(ptr, "yes")) - { - free(ptr); - ptr = strdup("UTC"); - } - else - { - free(ptr); - ptr = strdup("localtime"); - } + ptr = fwdialog_menu(_("What is the setup of the hardware clock?"), + _("If the hardware clock is set to the Coordinated Universal " + "time select 'UTC'. Else if it is set to the current " + "local time (this is how most PCs are set up) or if you are " + "unsure, then select 'local' here."), 0, 0, 0, 2, modes); } From michel.hermier at gmail.com Tue May 1 00:30:59 2007 From: michel.hermier at gmail.com (Michel Hermier) Date: Tue May 1 00:31:02 2007 Subject: [Frugalware-darcs] frugalwareutils: frugalwareutils: replace dummy " " by "" so that we don't see an artefact in the timeconfig list. Message-ID: <20070430223059.E414913A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070430222910-b99eb-3d821ad07f04d59569f1450ddfe159119f183ec2.gz; [frugalwareutils: replace dummy " " by "" so that we don't see an artefact in the timeconfig list. Michel Hermier **20070430222910] { hunk ./timeconfig/timeconfig.c 71 - // sort them and add a " " item after each (required by libdialog) + // sort them and add a "" item after each (required by libdialog) hunk ./timeconfig/timeconfig.c 76 - buf = g_list_append(buf, " "); + buf = g_list_append(buf, ""); } From vmiklos at frugalware.org Tue May 1 00:40:27 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 00:40:29 2007 Subject: [Frugalware-darcs] frugalware-current: pacman-tools-0.9.0-1-i686 Message-ID: <20070430224028.0752113A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070430223923-e2957-1d491c623c689b84e0b930b8664d44d5d285eb24.gz; [pacman-tools-0.9.0-1-i686 VMiklos **20070430223923 version bump ] { hunk ./source/devel/pacman-tools/FrugalBuild 5 -pkgver=0.8.9 +pkgver=0.9.0 } From crazy at frugalware.org Tue May 1 03:00:27 2007 From: crazy at frugalware.org (crazy) Date: Tue May 1 03:00:28 2007 Subject: [Frugalware-darcs] frugalware-current: ghc-6.6.1-2-i686 Message-ID: <20070501010027.09AA613A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501004415-f6986-9b994e304a39cc2d32e439c15d6dcaabab062ca8.gz; [ghc-6.6.1-2-i686 crazy **20070501004415 * relbump * added the extralibs tarball to build - some things we need (as example for darcs) moved to an extra tarball in >=6.4 ] { hunk ./source/devel-extra/ghc/FrugalBuild 1 -# Compiling Time: 35.65 SBU +# Compiling Time: 40.46 SBU hunk ./source/devel-extra/ghc/FrugalBuild 6 -pkgrel=1 +pkgrel=2 hunk ./source/devel-extra/ghc/FrugalBuild 15 -source=(http://www.haskell.org/$pkgname/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2) +source=(http://www.haskell.org/$pkgname/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2 \ + http://www.haskell.org/$pkgname/dist/$pkgver/$pkgname-$pkgver-src-extralibs.tar.bz2) hunk ./source/devel-extra/ghc/FrugalBuild 18 -sha1sums=('eaa385f68ffe7806c4145e2944c3e4216d01f160') +sha1sums=('eaa385f68ffe7806c4145e2944c3e4216d01f160'\ + '1398f6c35191d52410a2e066b382635dff0d8d6d') } From voroskoi at frugalware.org Tue May 1 08:25:44 2007 From: voroskoi at frugalware.org (voroskoi) Date: Tue May 1 08:25:58 2007 Subject: [Frugalware-darcs] frugalware-current: pyqt-3.17.2-1-i686 Message-ID: <20070501062545.0833213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501062253-dd049-e11b30e1e7e71f1da318cba49676554d56e5e7f1.gz; [pyqt-3.17.2-1-i686 voroskoi **20070501062253 version bump ] { hunk ./source/kde/pyqt/FrugalBuild 6 -pkgver=3.17.1 +pkgver=3.17.2 hunk ./source/kde/pyqt/FrugalBuild 28 -sha1sums=('5ce32a4ffc62fec7c7c482f855066522cdc81f95') +sha1sums=('34ae00693ed54aa64ca931909bad19ccd4918d81') } From alex at alex-smith.me.uk Tue May 1 08:58:24 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Tue May 1 08:58:27 2007 Subject: [Frugalware-darcs] frugalware-current: kaa-base-0.1.3-1-i686 Message-ID: <20070501065824.7844D13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501065740-46e39-454349a72523814ce25a948cea3a3ab103824cf3.gz; [kaa-base-0.1.3-1-i686 AlexExtreme **20070501065740 * Version bump ] { hunk ./source/lib-extra/kaa-base/FrugalBuild 5 -pkgver=0.1.2 +pkgver=0.1.3 hunk ./source/lib-extra/kaa-base/FrugalBuild 15 -sha1sums=('6470bb74d2888aa2b8b1d4450b299f4c7795a212') +sha1sums=('14f81db1a4890516c48eccdca0e6d722aa6cd494') } From pootle at frugalware.org Tue May 1 09:47:27 2007 From: pootle at frugalware.org (Pootle) Date: Tue May 1 09:47:29 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 1491 of 1496 messages translated (1 fuzzy). Message-ID: <20070501074727.B373C13A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070501074721-635f8-2f9faab07722f0ad058020c489ce3dbc9f0223be.gz; [Commit from Pootle by user hermier. 1491 of 1496 messages translated (1 fuzzy). Pootle **20070501074721] { hunk ./po/docs/fr/docs.po 9 -"POT-Creation-Date: 2007-04-30 05:21+0200\n" -"PO-Revision-Date: 2007-04-30 14:04+0200\n" +"POT-Creation-Date: 2007-05-01 05:22+0200\n" +"PO-Revision-Date: 2007-05-01 09:46+0200\n" hunk ./po/docs/fr/docs.po 324 -"Before you start to read this documents, you should know some important " +"Before you start to read this document, you should know some important " hunk ./po/docs/fr/docs.po 326 -msgstr "Avant que vous commenciez à lire ce document, vous devez savoir quelques informations importantes pour lire correctement ce document." +msgstr "Avant que vous commenciez à lire ce document, vous devez savoir quelques informations importantes sur la façon de le lire." hunk ./po/docs/fr/docs.po 338 -msgstr "" +msgstr "Tour d'abord il y a certaines sections de se document que vous devriez lire avec attention, afin de comprendre comment frugalware fonctionne et comment l'administrer." hunk ./po/docs/fr/docs.po 362 -msgstr "" +msgstr "Tout le long de se document, il y a des textes à l'intérieur de boites qui montrent des historiques de console. Ces historiques sont important et requièrent un peu d'attention puisque la plus part du temps il est attendu que vous les exécuter et obteniez la même sortie." hunk ./po/docs/fr/docs.po 386 -"This is how a console log look. Lets details it so you understand what does." +"This is how a console log look. Lets details it so you understand what means." hunk ./po/docs/fr/docs.po 408 -".Here is the list of the common prefix for the console commands. * `$` " +".Here is the list of the common prefix for the console commands: * `$` " hunk ./po/docs/fr/docs.po 418 -"* `user$` indique que les privilèges de l'utilisateur spécifié sont requis pour exécuter cette commande. Habituellement cela est nécessaire pour des raisons de sécurité.\n" +"* `utilisateur$` indique que les privilèges de l'utilisateur spécifié sont requis pour exécuter cette commande. Habituellement cela est nécessaire pour des raisons de sécurité.\n" hunk ./po/docs/fr/docs.po 1189 +#, fuzzy hunk ./po/docs/fr/docs.po 1191 -"The following examples explains how you can get the iso. You have to replace " -"respectively `$version$`, `$arch$` and `$media$` to get the wanted iso." -msgstr "Les exemples suivant vous expliquent comment vous pouvez obtenir les image iso. Vous devez remplacer `$version$`, `$arch$` et `$media$` à leur valeurs désirer pour obtenir l'image iso voulue." +"The following examples explains how you can get the iso images. You have to " +"replace respectively `$version$`, `$arch$` and `$media$` to get the wanted " +"iso image." +msgstr "" +"Les exemples suivant vous expliquent comment vous pouvez obtenir les image " +"iso. Vous devez remplacer `$version$`, `$arch$` et `$media$` à leur valeurs " +"désirer pour obtenir l'image iso voulue." } From pootle at frugalware.org Tue May 1 09:53:55 2007 From: pootle at frugalware.org (Pootle) Date: Tue May 1 09:53:56 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 1494 of 1496 messages translated (0 fuzzy). Message-ID: <20070501075355.A884813A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070501075352-635f8-4dc4863664c447df7b4ab82749d73a24ccf4a063.gz; [Commit from Pootle by user hermier. 1494 of 1496 messages translated (0 fuzzy). Pootle **20070501075352] { hunk ./po/docs/fr/docs.po 10 -"PO-Revision-Date: 2007-05-01 09:46+0200\n" +"PO-Revision-Date: 2007-05-01 09:52+0200\n" hunk ./po/docs/fr/docs.po 1189 -#, fuzzy hunk ./po/docs/fr/docs.po 1193 -msgstr "" -"Les exemples suivant vous expliquent comment vous pouvez obtenir les image " -"iso. Vous devez remplacer `$version$`, `$arch$` et `$media$` à leur valeurs " -"désirer pour obtenir l'image iso voulue." +msgstr "Les exemples suivant vous expliquent comment vous pouvez obtenir les image iso. Vous devez remplacer `$version$`, `$arch$` et `$media$` à leur valeurs désirer pour obtenir l'image iso voulue." hunk ./po/docs/fr/docs.po 5723 -msgstr "" +msgstr "Prenez note que quand vous redémarrerez et avant d'exécuter scratchbox, vous devez lancer:" hunk ./po/docs/fr/docs.po 5738 -msgstr "" +msgstr "vous pouvez aussi l'ajouter au système démarrage automatique:" } From voroskoi at frugalware.org Tue May 1 11:10:48 2007 From: voroskoi at frugalware.org (voroskoi) Date: Tue May 1 11:10:52 2007 Subject: [Frugalware-darcs] frugalware-current: xemacs-base-2.10-1-i686 Message-ID: <20070501091048.32D7E13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501090900-dd049-0b9c127a68c8dd8dc5ecc448ff7a248e003f9c51.gz; [xemacs-base-2.10-1-i686 voroskoi **20070501090900 version bump ] { hunk ./source/apps-extra/xemacs-base/FrugalBuild 5 -pkgver=2.08 +pkgver=2.10 hunk ./source/apps-extra/xemacs-base/FrugalBuild 22 -sha1sums=('e0edf4b114d6353dd0d38e347964f8cf05d6a741') +sha1sums=('f60f639c10db5c520bf52f46bbb4f7bb518aa9b1') } From michel.hermier at gmail.com Tue May 1 11:15:48 2007 From: michel.hermier at gmail.com (Michel Hermier) Date: Tue May 1 11:15:50 2007 Subject: [Frugalware-darcs] frugalware-current: docs: Explicit the name of the source of ~/.repoman.conf Message-ID: <20070501091548.C873D13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501091307-b99eb-e1c2dbe48fe406690566c6da8dd9b5e4ec6cf8d8.gz; [docs: Explicit the name of the source of ~/.repoman.conf Michel Hermier **20070501091307] { hunk ./docs/makepkg.txt 76 -Or, as a regular user, copy edit '~/.repoman.conf', and add the fst_root dir in -it (by default, it would download the files to /var/fst, and it is not writable -as a user, of course) and issue `repoman upd`. +Or, as a regular user, copy '/etc/repoman.conf' to '~/.repoman.conf' and edit it, +change the fst_root dir in it (by default, it would download the files to +/var/fst, and it is not writable as a user, of course) and issue `repoman upd`. hunk ./docs/makepkg.txt 92 -First we enter the directory of mplayer then (like make and Makefile -) we run makepkg that will build the package according to the parameters +First we enter the directory of mplayer then (like make and Makefile) +we run makepkg that will build the package according to the parameters hunk ./docs/makepkg.txt 95 - in a chroot-ed environment. Since 0.5 building in chroot is the default +in a chroot-ed environment. Since 0.5 building in chroot is the default } From vmiklos at frugalware.org Tue May 1 12:21:30 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 12:21:34 2007 Subject: [Frugalware-darcs] fwlive: xstart: run xconfig automatically before starting x Message-ID: <20070501102131.0C94013A402C@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501101944-e2957-65fd4f7dfa0936157cc03c24faad63fc51dc0f59.gz; [xstart: run xconfig automatically before starting x VMiklos **20070501101944] { hunk ./xstart 2 -if (( `id -u` == 0 )); then - init 4 -elif (( `id -u` == 1000 )); then - sudo su -c 'init 4' + +sudo() +{ + if (( `id -u` == 0 )); then + eval $* + elif (( `id -u` == 1000 )); then + /usr/bin/sudo su -c "eval $*" + fi +} + +if [ -e /etc/X11/xorg.conf ]; then + sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf-vesa hunk ./xstart 16 +sudo /sbin/xconfig --live 1024x768 24 + +XINITRC=/usr/libexec/xconfig-helper xinit -- :1 + +if [ -e /tmp/_xconfig_clicked ]; then + # the new config is okay + sudo rm /tmp/_xconfig_clicked +else + if [ -e /etc/X11/xorg.conf-vesa ]; then + sudo mv /etc/X11/xorg.conf-vesa /etc/X11/xorg.conf + fi +fi + +sudo init 4 + } From vmiklos at frugalware.org Tue May 1 12:31:16 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 12:31:17 2007 Subject: [Frugalware-darcs] fwlive: liblinuxlive/log(): ignore messages if the filesystem is read-only Message-ID: <20070501103116.A347313A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501102438-e2957-8f0d07a5eda6b60b9b6b604f01d2dcdb28a79e7f.gz; [liblinuxlive/log(): ignore messages if the filesystem is read-only VMiklos **20070501102438] { hunk ./live-base/tools/liblinuxlive 56 - echo "$@" >>/var/log/livedbg + if [ -w /var/log/livedbg ]; then + echo "$@" >>/var/log/livedbg + fi } From vmiklos at frugalware.org Tue May 1 12:31:16 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 12:31:18 2007 Subject: [Frugalware-darcs] fwlive: configs: add xorg-drivers to INST_X_APPS Message-ID: <20070501103116.C121313A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501102950-e2957-86def8f12289311f4f66f8e2a159d3893f62ae6b.gz; [configs: add xorg-drivers to INST_X_APPS VMiklos **20070501102950] { hunk ./configs 44 -INST_X_APPS = ${INST_MIN_APPS} xorg-server fvwm mplayer alsa-utils alsa-tools-gui +INST_X_APPS = ${INST_MIN_APPS} xorg-server xorg-drivers fvwm mplayer alsa-utils alsa-tools-gui } From vmiklos at frugalware.org Tue May 1 12:33:08 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 12:33:10 2007 Subject: [Frugalware-darcs] pacman-tools: repoman: include fwmakepkg only in case a FB is present Message-ID: <20070501103308.607E713A404F@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-tools;a=darcs_commitdiff;h=20070501103157-e2957-c1feebccc10717fbad712efef963a5eb6758c853.gz; [repoman: include fwmakepkg only in case a FB is present VMiklos **20070501103157] { hunk ./repoman 427 -[ -e /usr/lib/frugalware/fwmakepkg ] && . /usr/lib/frugalware/fwmakepkg || \ - die "Can't find /usr/lib/frugalware/fwmakepkg!" - -[ -e FrugalBuild ] && . FrugalBuild +if [ -e FrugalBuild ]; then + [ -e /usr/lib/frugalware/fwmakepkg ] && . /usr/lib/frugalware/fwmakepkg || \ + die "Can't find /usr/lib/frugalware/fwmakepkg!" + . FrugalBuild +fi } From pootle at frugalware.org Tue May 1 12:50:15 2007 From: pootle at frugalware.org (Pootle) Date: Tue May 1 12:50:17 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 1496 of 1496 messages translated (0 fuzzy). Message-ID: <20070501105015.9581F13A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070501105009-635f8-7228ea6045c0c8b73e99b5a02f178a397d9103b5.gz; [Commit from Pootle by user hermier. 1496 of 1496 messages translated (0 fuzzy). Pootle **20070501105009] { hunk ./po/docs/fr/docs.po 10 -"PO-Revision-Date: 2007-05-01 09:52+0200\n" +"PO-Revision-Date: 2007-05-01 12:45+0200\n" hunk ./po/docs/fr/docs.po 394 -msgstr "" +msgstr "La partie `echo foo bar` est ce que vous devez taper et cela correspond a la commande. La ligne suivante `foo bar` est la sortie de la commande précédente." hunk ./po/docs/fr/docs.po 403 -msgstr "" +msgstr "Vous pouvez vous demander ce qui differencie une commande de ça sortie. Vous voyez qu'au début de la commande il y a un `$`. Cela indique que c'est une ligne de commande, mais il y a un peu plus de sens dans se symbole. Ce symbole peut changer en fonction des privilèges utilisateurs requis pour exécuter la commande." } From michel.hermier at gmail.com Tue May 1 12:50:35 2007 From: michel.hermier at gmail.com (Michel Hermier) Date: Tue May 1 12:50:38 2007 Subject: [Frugalware-darcs] frugalware-current: docs: Some typo's and style fixes. Message-ID: <20070501105036.7FD6013A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501104656-b99eb-2491811170d90fa5565a6eee19e73cb1a7a7c7be.gz; [docs: Some typo's and style fixes. Michel Hermier **20070501104656] { hunk ./docs/init.txt 55 -service manual doing: +`service` manual doing: hunk ./docs/introduction.txt 4 -about how to read this document. +about how to read it. hunk ./docs/introduction.txt 20 -you are expected to run them and get the expected output. +you are expected to run them and get the same output. hunk ./docs/introduction.txt 29 -The `echo foo bar` part is what you should type and it's the command. The following next line +The `echo foo bar` part is what you should type and it's the command. The following line hunk ./docs/introduction.txt 33 -front of the command there is a `$`. This indicates that ist's a command line, +front of the command there is a `$`. This indicates that it's a command line, hunk ./docs/network.txt 17 -1. First, we have to give a name to your computer. The name must consist of at +. First, we have to give a name to your computer. The name must consist of at hunk ./docs/network.txt 20 -2. In the next dialog, you should choose how your machine connects to the network. +. In the next dialog, you should choose how your machine connects to the network. hunk ./docs/network.txt 32 -+ -2.1 If you chose static, you must give your IP address, the netmask of your + +.. If you chose static, you must give your IP address, the netmask of your hunk ./docs/network.txt 37 -+ -2.2 If you chose dhcp, you can optionally give your dhcp hostname, however, + +.. If you chose dhcp, you can optionally give your dhcp hostname, however, hunk ./docs/network.txt 41 -+ -2.3 In dsl part you must give your username, something like 'someone@provider.net'. + +.. In dsl part you must give your username, something like 'someone@provider.net'. hunk ./docs/network.txt 46 -+ -2.4 If you chose lo, you don't have to answer any questions. hunk ./docs/network.txt 47 -3. Finally, netconfig will write all your network configuration files. If you +.. If you chose lo, you don't have to answer any questions. + +. Finally, netconfig will write all your network configuration files. If you } From voroskoi at frugalware.org Tue May 1 12:59:50 2007 From: voroskoi at frugalware.org (voroskoi) Date: Tue May 1 12:59:53 2007 Subject: [Frugalware-darcs] frugalware-current: ktorrent-2.1.4-1-i686 Message-ID: <20070501105950.BB27F13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501105814-dd049-44e400a41e2ecfe8f16c7aa4b052551d90d97ecf.gz; [ktorrent-2.1.4-1-i686 voroskoi **20070501105814 version bump ] { hunk ./source/kde-extra/ktorrent/FrugalBuild 5 -pkgver=2.1.3 +pkgver=2.1.4 hunk ./source/kde-extra/ktorrent/FrugalBuild 15 -sha1sums=('119ad7b0b41f9061988aeba76191b96311b493d3') +sha1sums=('454992ec5f0b4f67e62474cf863a2d66dbd77f28') } From michel.hermier at gmail.com Tue May 1 13:06:01 2007 From: michel.hermier at gmail.com (Michel Hermier) Date: Tue May 1 13:06:04 2007 Subject: [Frugalware-darcs] frugalware-current: docs: init remove unnecessary indexing, that seems to introduce some l10n porblems. Message-ID: <20070501110601.C52DF13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501110307-b99eb-b7792f4d540daaff1cbe01b483b0cf361ad2f3b1.gz; [docs: init remove unnecessary indexing, that seems to introduce some l10n porblems. Michel Hermier **20070501110307] { hunk ./docs/init.txt 13 -1. After setup is finished, before hitting ENTER to reboot, switch to `tty2` by +. After setup is finished, before hitting ENTER to reboot, switch to `tty2` by hunk ./docs/init.txt 16 -2. Change your root directory to /mnt/target: +. Change your root directory to /mnt/target: hunk ./docs/init.txt 22 -3. The source of your kernel (with additional patches applied) can be found +. The source of your kernel (with additional patches applied) can be found hunk ./docs/init.txt 28 -4. Compile your kernel with the `make` command. This may take several minutes. +. Compile your kernel with the `make` command. This may take several minutes. hunk ./docs/init.txt 30 -5. Copy your new kernel to `/boot` by typing the following command: +. Copy your new kernel to `/boot` by typing the following command: } From vmiklos at frugalware.org Tue May 1 13:08:23 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 13:08:25 2007 Subject: [Frugalware-darcs] fwlive: include the version and the arch in the iso name Message-ID: <20070501110823.E139013A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501110758-e2957-2ee83a1747d847a1e723b20fcf9e95f4df49b3e8.gz; [include the version and the arch in the iso name VMiklos **20070501110758] { hunk ./configs 28 -FWREL = $(shell date +%Y%m%d) (-current) +FWVER = $(shell date +%Y%m%d) +FWCODENAME = -current hunk ./configs 31 -FWREL = 0.6 (Terminus) +FWVER = 0.6 +FWCODENAME = Terminus hunk ./configs 34 +FWREL = ${FWVER} (${FWCODENAME}) hunk ./configs 36 -ISONAME = ${FWLHOST} +ISONAME = ${FWLHOST}-${FWVER}-$(shell uname -m) } From pootle at frugalware.org Tue May 1 13:09:45 2007 From: pootle at frugalware.org (Pootle) Date: Tue May 1 13:09:47 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 1496 of 1496 messages translated (0 fuzzy). Message-ID: <20070501110946.0032213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070501110938-635f8-2a28551c1c1f4230ee858255726402b389e8ca25.gz; [Commit from Pootle by user hermier. 1496 of 1496 messages translated (0 fuzzy). Pootle **20070501110938] { hunk ./po/docs/fr/docs.po 10 -"PO-Revision-Date: 2007-05-01 12:45+0200\n" +"PO-Revision-Date: 2007-05-01 13:09+0200\n" hunk ./po/docs/fr/docs.po 3054 -"1. Après l'installation terminée, avant de taper ENTREE pour redémarrer la machine, permutez sur `tty2` en\n" +". Après l'installation terminée, avant de taper ENTREE pour redémarrer la machine, permutez sur `tty2` en\n" hunk ./po/docs/fr/docs.po 3065 -"2.Changer votre répertoire racine vers /mnt/target:\n" +".Changer votre répertoire racine vers /mnt/target:\n" hunk ./po/docs/fr/docs.po 3089 -"3. La source de votre kernel (avec les patchs appliqués) peut etre trouvé\n" +". La source de votre kernel (avec les patchs appliqués) peut etre trouvé\n" hunk ./po/docs/fr/docs.po 3109 -"5. Copiez votre nouveau noyau dans `/boot` en tapant la commande suivante:\n" +". Copiez votre nouveau noyau dans `/boot` en tapant la commande suivante:\n" } From janny at frugalware.org Tue May 1 13:13:35 2007 From: janny at frugalware.org (Janny) Date: Tue May 1 13:13:37 2007 Subject: [Frugalware-darcs] fwlive: change mountdir from /mnt /media and add default ntfs-3g the for ntfs filesystem Message-ID: <20070501111335.2B6DC13A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501111049-ee5de-5433e6914db06b18511115001c49717dc208d138.gz; [change mountdir from /mnt /media and add default ntfs-3g the for ntfs filesystem Janny **20070501111049] { hunk ./configs 43 -INST_MUSTHAVE_APPS = busybox-fwlive memtest86+ util-linux grub-theme-frugalware sudo aufs squashfs cdrtools +INST_MUSTHAVE_APPS = busybox-fwlive memtest86+ util-linux grub-theme-frugalware sudo aufs squashfs cdrtools ntfs-3g hunk ./live-base/tools/liblinuxlive 18 -MOUNTDIR=mnt +MOUNTDIR=media hunk ./live-base/tools/liblinuxlive 456 + modprobe_module fuse hunk ./live-base/tools/liblinuxlive 545 - MOUNTDIR="/mnt/`basename $DEVICE`_cdrom" +# MOUNTDIR="/mnt/`basename $DEVICE`_cdrom" + MOUNTDIR="/media/`basename $DEVICE`_cdrom" hunk ./live-base/tools/liblinuxlive 556 - MOUNTDIR="/mnt/$DEV$REMOVABLE" +# MOUNTDIR="/mnt/$DEV$REMOVABLE" + MOUNTDIR="/media/$DEV$REMOVABLE" hunk ./live-base/tools/liblinuxlive 562 - OPT=",ro" -# FS="ntfs-3g" - if [ "$IOCHARSET" != "" ]; then OPT="$OPT,nls=$IOCHARSET"; fi + OPT=",rw" + if [ "$IOCHARSET" != "" ]; then FS="ntfs-3g" OPT="$OPT,nls=$IOCHARSET"; fi hunk ./live-base/tools/liblinuxlive 580 - fstab_update_line $FSTAB~ /dev/fd0 /mnt/floppy vfat,msdos noauto,noatime,users,suid,dev,exec - mkdir -p $1/mnt/floppy +# fstab_update_line $FSTAB~ /dev/fd0 /mnt/floppy vfat,msdos noauto,noatime,users,suid,dev,exec + fstab_update_line $FSTAB~ /dev/fd0 /media/floppy vfat,msdos noauto,noatime,users,suid,dev,exec +# mkdir -p $1/mnt/floppy + mkdir -p $1/media/floppy } From pootle at frugalware.org Tue May 1 13:29:20 2007 From: pootle at frugalware.org (Pootle) Date: Tue May 1 13:29:22 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 1496 of 1496 messages translated (0 fuzzy). Message-ID: <20070501112920.80B2B13A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070501112914-635f8-e55f63db170b6fd42944d12d3dea5365f4793b4c.gz; [Commit from Pootle by user hermier. 1496 of 1496 messages translated (0 fuzzy). Pootle **20070501112914] { hunk ./po/docs/fr/docs.po 10 -"PO-Revision-Date: 2007-05-01 13:09+0200\n" +"PO-Revision-Date: 2007-05-01 13:22+0200\n" hunk ./po/docs/fr/docs.po 615 -msgstr "" -"``Nous avons des mailing lists, des canaux irc ainsi que des forums qui " -"peuvent être utilisés pour communiquer avec nous ou avec d'autres " -"utilisateurs et ainsi obtenir de l'aide. Vous pouvez obtenir une liste des " -"mailing listes disponibles http://frugalware.org/mailman/listinfo[ici]. Les " -"canaux irc sont disponibles sur le réseau Freenode (serveur: `irc.freenode." -"net`), les forums sont disponible http://forums.frugalware.org[ici].''" +msgstr "``Nous avons des mailing lists, des canaux irc ainsi que des forums qui peuvent être utilisés pour communiquer avec nous ou avec d'autres utilisateurs et ainsi obtenir de l'aide. Vous pouvez obtenir une liste des mailing listes disponibles http://frugalware.org/mailman/listinfo[ici]. Les canaux irc sont disponibles sur le réseau Freenode (serveur: `irc.freenode.net`), les forums sont disponible http://forums.frugalware.org[ici].''" hunk ./po/docs/fr/docs.po 1419 -".. Maintenant vous devriez sélectionner votre type de connexion. " -"L'installateur utilise l'utilitaire netconfig. Vous pouvez trouver de la " -"documentation concernant netconfig dans cette documentation. Voir la " -"section intitulée: 'Réseau'. .. Après avoir configuré correctement la " -"connexion réseau vous pouvez choisir un miroir pour télécharger les " -"paquets. L'installateur essaiera également d'autres miroirs. Cette fonction " -"est utile lorsque vous avez un miroir local rapide ou tout autre système " -"équivalent." +".. Maintenant vous devriez sélectionner votre type de connexion. L'installateur utilise l'utilitaire netconfig. Vous pouvez trouver de la documentation concernant netconfig dans cette documentation. Voir la section intitulée: 'Réseau'.\n" +".. Après avoir configuré correctement la connexion réseau vous pouvez choisir un miroir pour télécharger les paquets. L'installateur essaiera également d'autres miroirs. Cette fonction est utile lorsque vous avez un miroir local rapide ou tout autre système équivalent." } From voroskoi at frugalware.org Tue May 1 13:39:34 2007 From: voroskoi at frugalware.org (voroskoi) Date: Tue May 1 13:39:36 2007 Subject: [Frugalware-darcs] frugalware-current: pcre-7.1-1-i686 Message-ID: <20070501113934.9A17E13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501113751-dd049-f73facd9f7ea9bfec1c6b2e0e4b5eb32f79aa2fd.gz; [pcre-7.1-1-i686 voroskoi **20070501113751 version bump ] { hunk ./source/lib/pcre/FrugalBuild 6 -pkgver=7.0 +pkgver=7.1 hunk ./source/lib/pcre/FrugalBuild 15 -Fconfopts="$Fconfopts --enable-utf8" -sha1sums=('1efa2b6e39c0eaee26b2559c682ad2823093b460') +Fconfopts="$Fconfopts --disable-static --enable-utf8" +options=('nodocs') +sha1sums=('33facf926568b9338cf440875dac3aa5599d5007') } From voroskoi at frugalware.org Tue May 1 13:48:32 2007 From: voroskoi at frugalware.org (voroskoi) Date: Tue May 1 13:48:34 2007 Subject: [Frugalware-darcs] frugalware-current: sqlite3-3.3.17-1-i686 Message-ID: <20070501114832.A45F413A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501114652-dd049-f340c49002c1af5a3942f49daae3cd329248bd73.gz; [sqlite3-3.3.17-1-i686 voroskoi **20070501114652 version bump ] { hunk ./source/lib/sqlite3/FrugalBuild 6 -pkgver=3.3.16 +pkgver=3.3.17 hunk ./source/lib/sqlite3/FrugalBuild 30 -sha1sums=('b73c9d830a8c57c49ff7b7f613793b38ca3c1b53') +sha1sums=('6c968e3c608be4ab137577411869abdeffb0c3f7') } From krics at linuxforum.hu Tue May 1 14:30:12 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue May 1 14:30:14 2007 Subject: [Frugalware-darcs] frugalware-current: perl-io-socket-ssl-1.06-1-x86_64 Message-ID: <20070501123012.ECE9513A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501122908-d209c-c39b6c7f6e197497a14d0d3231023dd11aa51f8b.gz; [perl-io-socket-ssl-1.06-1-x86_64 Christian Hamar alias krix **20070501122908 * Version bump ] { hunk ./source/devel/perl-io-socket-ssl/FrugalBuild 6 -pkgver=1.05 +pkgver=1.06 hunk ./source/devel/perl-io-socket-ssl/FrugalBuild 13 -sha1sums=('4725f2a54fbea20e49bce755dbc942f5065364e1') +sha1sums=('2c4feccf701591a906adae38ae8cb7cd1bab91af') } From krics at linuxforum.hu Tue May 1 14:35:03 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue May 1 14:35:05 2007 Subject: [Frugalware-darcs] frugalware-current: boost-jam-3.1.14-1-x86_64 Message-ID: <20070501123503.21EC813A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501123320-d209c-1beb51c9da1a22f853346ed18083dfd80187c126.gz; [boost-jam-3.1.14-1-x86_64 Christian Hamar alias krix **20070501123320 * Version bump ] { hunk ./source/devel-extra/boost-jam/FrugalBuild 5 -pkgver=3.1.13 -pkgrel=2 +pkgver=3.1.14 +pkgrel=1 hunk ./source/devel-extra/boost-jam/FrugalBuild 18 -sha1sums=('a073dfd7864b72afd1b4f6e258a68ed985c43957' \ - 'e47680c0c6878a151872d969e9aac103068c257f') +sha1sums=('6aaeaef716a70ed845d51bc87047c9b96d34e16e'\ + 'e47680c0c6878a151872d969e9aac103068c257f') } From krics at linuxforum.hu Tue May 1 14:41:03 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue May 1 14:41:05 2007 Subject: [Frugalware-darcs] frugalware-current: libarchive-2.1.10-1-x86_64 Message-ID: <20070501124103.D55D413A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501123953-d209c-02504c90818ceb79289ef763f4bc98f6021a32a2.gz; [libarchive-2.1.10-1-x86_64 Christian Hamar alias krix **20070501123953 * Version bump ] { hunk ./source/lib/libarchive/FrugalBuild 5 -pkgver=2.1.9 +pkgver=2.1.10 hunk ./source/lib/libarchive/FrugalBuild 14 -sha1sums=('729dc62496abd82a275e50d972897fac1e7e040e') +sha1sums=('74618a97e6b13780cdaa1fa34b615323c5ecac0e') } From krics at linuxforum.hu Tue May 1 14:46:31 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue May 1 14:46:31 2007 Subject: [Frugalware-darcs] frugalware-current: liferea-1.2.13-1-x86_64 Message-ID: <20070501124631.1792813A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501124518-d209c-9a45a75c063ff6fd045ee579bef50114502e1fdc.gz; [liferea-1.2.13-1-x86_64 Christian Hamar alias krix **20070501124518 * Version bump ] { hunk ./source/gnome-extra/liferea/FrugalBuild 5 -pkgver=1.2.12b +pkgver=1.2.13 hunk ./source/gnome-extra/liferea/FrugalBuild 20 - Fcd $pkgname-1.2.12 + Fcd $pkgname-1.2.13 hunk ./source/gnome-extra/liferea/FrugalBuild 27 -sha1sums=('b96db455e9c7646d9df0fda69f2edba772e7832e') +sha1sums=('02410243faf550bb2276cbfd3c6c4fd06556a855') } From krics at linuxforum.hu Tue May 1 14:55:51 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue May 1 14:55:53 2007 Subject: [Frugalware-darcs] frugalware-current: gammu-1.10.5-1-x86_64 Message-ID: <20070501125551.26B0913A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501125459-d209c-d7f3051c50661457560fb10e7df17d1b8ddd413a.gz; [gammu-1.10.5-1-x86_64 Christian Hamar alias krix **20070501125459 * Version bump ] { hunk ./source/apps-extra/gammu/FrugalBuild 5 -pkgver=1.10.4 +pkgver=1.10.5 hunk ./source/apps-extra/gammu/FrugalBuild 32 -sha1sums=('17d44cffdfe1221590814332ec6b8820431fb44c') +sha1sums=('f7a1eef618ddd074a7c337cbe068deb8fd822d63') } From vmiklos at frugalware.org Tue May 1 15:03:52 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 15:03:55 2007 Subject: [Frugalware-darcs] frugalware-current: docs: use the simpletext input plugin instead of text in po4a.cfg Message-ID: <20070501130352.C791413A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501130050-e2957-47520da1629da78ecc9013887c279953c2c3afa9.gz; [docs: use the simpletext input plugin instead of text in po4a.cfg VMiklos **20070501130050 also remove the relevant sed hacks from Makefile thanks hermier :) ] { hunk ./docs/Makefile 60 -# the last two sed hacks are po4a bugs and are reported to upstream by hermier. -# if they fix it, we can remove them later hunk ./docs/Makefile 71 - sed -i 's/\([^ ]\) \* /\1\n* /g' $$i/*.txt; \ - sed -i '/^\..* \* /s/ \* /\n* /g' $$i/*.txt; \ hunk ./docs/po4a.cfg 13 -[type: text] header.txt.in $lang:$lang/header.txt.in -[type: text] packages.txt.in $lang:$lang/packages.txt.in -[type: text] index.txt $lang:$lang/index.txt -[type: text] index-user.txt $lang:$lang/index-user.txt -[type: text] index-devel.txt $lang:$lang/index-devel.txt +[type: simpletext] header.txt.in $lang:$lang/header.txt.in +[type: simpletext] packages.txt.in $lang:$lang/packages.txt.in +[type: simpletext] index.txt $lang:$lang/index.txt +[type: simpletext] index-user.txt $lang:$lang/index-user.txt +[type: simpletext] index-devel.txt $lang:$lang/index-devel.txt hunk ./docs/po4a.cfg 19 -[type: text] user.txt $lang:$lang/user.txt -[type: text] about.txt $lang:$lang/about.txt -[type: text] quickref.txt $lang:$lang/quickref.txt -[type: text] install.txt $lang:$lang/install.txt -[type: text] postinst.txt $lang:$lang/postinst.txt -[type: text] pacman-g2.txt $lang:$lang/pacman-g2.txt -[type: text] network.txt $lang:$lang/network.txt -[type: text] x.txt $lang:$lang/x.txt -[type: text] sound.txt $lang:$lang/sound.txt -[type: text] printing.txt $lang:$lang/printing.txt -[type: text] hotplug.txt $lang:$lang/hotplug.txt -[type: text] init.txt $lang:$lang/init.txt -[type: text] contribute.txt $lang:$lang/contribute.txt -[type: text] bugs.txt $lang:$lang/bugs.txt -[type: text] mobile.txt $lang:$lang/mobile.txt -[type: text] packages.txt $lang:$lang/packages.txt -[type: text] irc-rules.txt $lang:$lang/irc-rules.txt -[type: text] gpg.txt $lang:$lang/gpg.txt -[type: text] makepkg.txt $lang:$lang/makepkg.txt -[type: text] license.txt $lang:$lang/license.txt +[type: simpletext] user.txt $lang:$lang/user.txt +[type: simpletext] about.txt $lang:$lang/about.txt +[type: simpletext] quickref.txt $lang:$lang/quickref.txt +[type: simpletext] install.txt $lang:$lang/install.txt +[type: simpletext] postinst.txt $lang:$lang/postinst.txt +[type: simpletext] pacman-g2.txt $lang:$lang/pacman-g2.txt +[type: simpletext] network.txt $lang:$lang/network.txt +[type: simpletext] x.txt $lang:$lang/x.txt +[type: simpletext] sound.txt $lang:$lang/sound.txt +[type: simpletext] printing.txt $lang:$lang/printing.txt +[type: simpletext] hotplug.txt $lang:$lang/hotplug.txt +[type: simpletext] init.txt $lang:$lang/init.txt +[type: simpletext] contribute.txt $lang:$lang/contribute.txt +[type: simpletext] bugs.txt $lang:$lang/bugs.txt +[type: simpletext] mobile.txt $lang:$lang/mobile.txt +[type: simpletext] packages.txt $lang:$lang/packages.txt +[type: simpletext] irc-rules.txt $lang:$lang/irc-rules.txt +[type: simpletext] gpg.txt $lang:$lang/gpg.txt +[type: simpletext] makepkg.txt $lang:$lang/makepkg.txt +[type: simpletext] license.txt $lang:$lang/license.txt } From vmiklos at frugalware.org Tue May 1 15:25:03 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 15:25:06 2007 Subject: [Frugalware-darcs] frugalware-current: docs/po4a.cfg: added po4a_alias for simpletext Message-ID: <20070501132503.B1A1613A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501131928-e2957-223ceec90bbce9f4267156af6d3cb7a4d3e39e1c.gz; [docs/po4a.cfg: added po4a_alias for simpletext VMiklos **20070501131928] { hunk ./docs/po4a.cfg 12 +# alias +[po4a_alias: simpletext] text opt:``-o nobullets'' } From vmiklos at frugalware.org Tue May 1 15:37:06 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 15:37:08 2007 Subject: [Frugalware-darcs] pacman-tools: repoman. {src, fpm}del(): handle the -t option Message-ID: <20070501133706.AC7EE13A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-tools;a=darcs_commitdiff;h=20070501132941-e2957-39660052622fd5598a8ddeb0a7cf8372a3ea4aad.gz; [repoman. {src,fpm}del(): handle the -t option VMiklos **20070501132941] { hunk ./repoman 243 - if ! repoman ls $darcsdir &>/dev/null; then + if ! $0 -t $reponame ls $darcsdir &>/dev/null; then hunk ./repoman 247 - repoman ls $darcsdir/$mydir 2>/dev/null >$srckeep + $0 -t $reponame ls $darcsdir/$mydir 2>/dev/null >$srckeep hunk ./repoman 249 - for i in $(repoman ls $mydir 2>/dev/null) + for i in $($0 -t $reponame ls $mydir 2>/dev/null) hunk ./repoman 269 - repoman ls frugalware-$arch 2>/dev/null |grep "^$i-[^-]\+-[^-]\+-$arch.fpm" >> $fpmserver + $0 -t $reponame ls frugalware-$arch 2>/dev/null |grep "^$i-[^-]\+-[^-]\+-$arch.fpm" >> $fpmserver } From vmiklos at frugalware.org Tue May 1 15:45:50 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 15:45:51 2007 Subject: [Frugalware-darcs] frugalware-current: docs: s/=/?=/ in $(PO_DIR) init Message-ID: <20070501134550.160B413A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501133941-e2957-94912080b56b25b2da3ddc374f3394d6665ef435.gz; [docs: s/=/?=/ in $(PO_DIR) init VMiklos **20070501133941] { hunk ./docs/Makefile 21 -PO_DIR=~/darcs/translations/po +PO_DIR ?= ~/darcs/translations/po } From vmiklos at frugalware.org Tue May 1 18:37:49 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 18:37:53 2007 Subject: [Frugalware-darcs] frugalware-current: git-1.5.1.3-1-i686 Message-ID: <20070501163749.A9C0313A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501163640-e2957-cc48415633fffb3d2f8284ae1a80f48cdc9e8cb5.gz; [git-1.5.1.3-1-i686 VMiklos **20070501163640 version bump ] { hunk ./source/devel-extra/git/FrugalBuild 5 -pkgver=1.5.1.2 +pkgver=1.5.1.3 } From vmiklos at frugalware.org Tue May 1 19:04:06 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 19:04:10 2007 Subject: [Frugalware-darcs] frugalware-current: fuse-2.6.5-1-i686 Message-ID: <20070501170406.9D33F13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501170257-e2957-f883694c975565c9095a7e95f089b593a3024d07.gz; [fuse-2.6.5-1-i686 VMiklos **20070501170257 version bump ] { hunk ./source/apps-extra/fuse/FrugalBuild 5 -pkgver=2.6.4 +pkgver=2.6.5 hunk ./source/apps-extra/fuse/FrugalBuild 24 -sha1sums=('f2ec1c6fc6ed6676ada3d11e244c2480882204a1'\ +sha1sums=('bbb6baa147ff9057b66a64f10e5027434468c0aa'\ } From vmiklos at frugalware.org Tue May 1 19:47:15 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 19:47:17 2007 Subject: [Frugalware-darcs] frugalware-current: ipw3945-1.2.1-1-i686 Message-ID: <20070501174715.3029213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501174540-e2957-f38f734ba29351157450f4a5fbeefd1bbfc36bcf.gz; [ipw3945-1.2.1-1-i686 VMiklos **20070501174540 version bump ] { hunk ./source/network-extra/ipw3945/FrugalBuild 5 -pkgver=1.2.0 -pkgrel=9 +pkgver=1.2.1 +pkgrel=1 hunk ./source/network-extra/ipw3945/FrugalBuild 29 -sha1sums=('89d01b2cd86b3050115d230526d1eaefb6d9be5f') +sha1sums=('adadefc7b9f6af8faa9fb57bace25ad543fd631d') } From vmiklos at frugalware.org Tue May 1 19:56:47 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 19:56:50 2007 Subject: [Frugalware-darcs] fwlive: generate the $FWLSLANG and $FWLCP variables automatically Message-ID: <20070501175648.0A60213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501170641-e2957-9a35ab9bdae250f175807acb2d97f0706acfbaed.gz; [generate the $FWLSLANG and $FWLCP variables automatically VMiklos **20070501170641] { hunk ./Makefile 12 +FWLSLANG = $(shell echo $(FWLLLANG)|sed 's/_.*//') +FWLCP = $(shell grep $(FWLLLANG) /usr/share/locale/locale.alias|sed 's/.*\.//;q'|tr [A-Z] [a-z]) hunk ./configs 7 -# # locale (short and long) -FWLSLANG = hu +# # locale hunk ./configs 9 -# # codepage -FWLCP = iso-8859-2 } From vmiklos at frugalware.org Tue May 1 20:00:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 20:00:16 2007 Subject: [Frugalware-darcs] fwlive: renamed configs to config Message-ID: <20070501180014.115E413A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501175934-e2957-f5be1c110da5b07ddd296a921c1f146a59cca441.gz; [renamed configs to config VMiklos **20070501175934 this was just a spelling error ] { move ./configs ./config hunk ./Makefile 9 --include configs +-include config } From alex at alex-smith.me.uk Tue May 1 20:01:51 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Tue May 1 20:01:52 2007 Subject: [Frugalware-darcs] homepage-ng: homepage: newsletter issue 4 draft Message-ID: <20070501180151.3385C13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=homepage-ng;a=darcs_commitdiff;h=20070501180122-46e39-f97173917e56e9f478d0f073f2d82e2c16dbe622.gz; [homepage: newsletter issue 4 draft AlexExtreme **20070501180122] { addfile ./frugalware/weeklynews/issue4.html hunk ./frugalware/weeklynews/issue4.html 1 +

+ Welcome to the fourth issue of the Frugalware Newsletter! This is our fortnightly newsletter for Frugalware users to read to find out about what's going on in Frugalware development. +

+

Table of Contents

+ + + +

News

+

+ Here's the low-down on what's been happening in Frugal-land this week: +

+
    +
  • +

    Upstart delayed

    + Unfortunately Upstart won't make 0.7pre1 due to time limitations on my part, and also some stuff is missing in Upstart itself (the ability to disable/enable services), but these things are being worked on. However, Upstart will definitely make 0.7pre2. +
  • +
  • +

    Kernel 2.6.21 in current

    + The latest 2.6.21 kernel has hit the current repository! This new kernel brings many speedups, new drivers and an update to the KVM virtualization drivers. Our KVM package has been updated accordingly. +
  • +
+ + +

Tips and tricks

+

+ Here are some tips and tricks that have been discovered by our users to help make using your Frugalware system even easier and make your system even faster. Remember that this section relies on your contributions! If you have some tips and tricks that you would like to be shown in the newsletter, post them on the forums in the Tips and Tricks section! +

+
    +
  • + +

    Missing icons in XFCE Settings manager

    + Many of you might have noticed that some icons are missing in the Xfce settings manager. However this doesn't occur with the new XFCE, still if it does, run the following command as root:

    + gtk-update-icon-cache -f -t /usr/share/icons/hicolor

    + + Thanks to Priyank for this tip! +
  • +
  • +

    Changing the icon theme in NON Xfce/Gnome/GTK environment

    + + Open /usr/share/icons/hicolor/index.theme and add the following line:

    + + Inherits="name of the icon theme"
    + example: Inherits="gnome" +
    +

    + or +

    + Open ~/.gtkrc.mine (or create it if it doesn't exist) and add this line:

    + + gtk-icon-theme-name = "name of the icon theme"

    + + Thanks to Priyank for this tip! +
  • +
  • +

    Change the number of recent files shown in the Gedit editor menu.

    + Go to: /apps/gedit-2/preferences/ui/recents/ with gconf-editor and change: max_recents - Thanks to detto for this tip! +
  • +
+ + +

Developer announcements

+
    +
  • None this week
  • +
+ + +

Bug fixes

+

+ A list of bugs closed in the past 2 weeks is available here +

+ + +

Security announcements

+

+ Here are a list of security issues which have been discovered and fixed in the 0.6 release in the past 2 weeks: +

+
    +
  • FSA161 - imagemagick: Some vulnerabilities have been reported in ImageMagick, which can be exploited by malicious people to compromise a vulnerable system. Please upgrade to 6.3.2_8-2terminus1.
  • +
  • FSA160 - kernel: A vulnerability has been reported in the Linux Kernel, which can be exploited by malicious people to cause a DoS (Denial of Service). Please upgrade to 2.6.20-5terminus2.
  • +
  • FSA159 - firefox-firebug: Two vulnerabilities have been reported in the Firebug extension for Mozilla Firefox, which can be exploited by malicious people to compromise a vulnerable system. Please upgrade to 1.05-1terminus1.
  • +
  • FSA158 - opera: Stefan Esser has discovered a vulnerability in Opera, which can be exploited by malicious people to conduct cross-site scripting attacks. Please upgrade to 9.20-1terminus1.
  • +
  • FSA157 - wordpress: g30rg3_x has discovered a vulnerability in WordPress, which can be exploited by malicious people to conduct cross-site scripting attacks. Please upgrade to 2.1.3-1terminus1.
  • +
  • FSA156 - aircrack-ng: Jonathan So has reported a vulnerability in Aircrack-ng, which can be exploited by malicious people to compromise a user's system. Please upgrade to 0.7-2terminus1.
  • +
  • FSA155 - clamav: Two vulnerabilities have been reported in Clam AntiVirus. One has an unknown impact, while the other can be exploited by malicious people to cause a DoS (Denial of Service) or to compromise a vulnerable system. Please upgrade to 0.90.2-1terminus1.
  • +
  • FSA154 - lighttpd: Some vulnerabilities have been reported in lighttpd, which can be exploited by malicious users and malicious people to cause a DoS (Denial of Service). Please upgrade to 1.4.13-3terminus1.
  • +
} From alex at alex-smith.me.uk Tue May 1 20:04:35 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Tue May 1 20:04:36 2007 Subject: [Frugalware-darcs] homepage-ng: homepage: issue 4 updates Message-ID: <20070501180435.5129013A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=homepage-ng;a=darcs_commitdiff;h=20070501180408-46e39-c0df90e188fee07f7c4132eae286a53624c5c84f.gz; [homepage: issue 4 updates AlexExtreme **20070501180408] { hunk ./frugalware/weeklynews/issue4.html 2 - Welcome to the fourth issue of the Frugalware Newsletter! This is our fortnightly newsletter for Frugalware users to read to find out about what's going on in Frugalware development. + Welcome to the fourth issue of the Frugalware Newsletter! This is our fortnightly newsletter for Frugalware users to read to find out about what's going on in Frugalware development. Sorry for the delay and lack of news in this issue, I've been struggling for time to write the newsletter. Hopefully the next issue will have more content! } From alex at alex-smith.me.uk Tue May 1 20:07:18 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Tue May 1 20:07:19 2007 Subject: [Frugalware-darcs] homepage-ng: newsletter: reminder about homepage contest Message-ID: <20070501180718.64E5213A402D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=homepage-ng;a=darcs_commitdiff;h=20070501180653-46e39-a11644ce91671640eb4c59d6f08742724b6a4e36.gz; [newsletter: reminder about homepage contest AlexExtreme **20070501180653] { hunk ./frugalware/weeklynews/issue4.html 69 -
  • None this week
  • +
  • +

    Homepage design contest reminder

    + Just a reminder that we are running a homepage design contest. If anyone wants to try making a design for our homepage, look at issue 3 of the newsletter for more info! +
  • } From alex at alex-smith.me.uk Tue May 1 20:09:30 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Tue May 1 20:09:32 2007 Subject: [Frugalware-darcs] homepage-ng: homepage: newsletter issue 4 released Message-ID: <20070501180930.3169713A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=homepage-ng;a=darcs_commitdiff;h=20070501180902-46e39-6b45a98f3cf318cdf64bbf036aaa9d8406580db4.gz; [homepage: newsletter issue 4 released AlexExtreme **20070501180902] { hunk ./frugalware/xml/news.xml 16 + + 61 + Frugalware Newsletter Issue 4 + Tue May 1 19:08:24 CET 2007 + AlexExtreme + 0 + here. We hope you like it! + ]]> + + } From crazy at frugalware.org Tue May 1 20:14:27 2007 From: crazy at frugalware.org (crazy) Date: Tue May 1 20:14:29 2007 Subject: [Frugalware-darcs] frugalware-current: loudmouth-1.2.2-1-i686 Message-ID: <20070501181427.BDBB213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501180742-f6986-b2dd99491dc3c8d0d6e7aaf519cdd5502ef86b46.gz; [loudmouth-1.2.2-1-i686 crazy **20070501180742 * Version bump ] { hunk ./source/apps-extra/loudmouth/FrugalBuild 5 -pkgver=1.2.1 +pkgver=1.2.2 hunk ./source/apps-extra/loudmouth/FrugalBuild 8 -url="http://developer.imendio.com/wiki/Loudmouth" +url="http://www.loudmouth-project.org/" hunk ./source/apps-extra/loudmouth/FrugalBuild 13 -up2date="lynx -dump "$url"|grep 'latest stable release'|sed 's/.*: \(.*\)./\1/'" +up2date="lynx -dump "$url/download"|Flasttarbz2" hunk ./source/apps-extra/loudmouth/FrugalBuild 16 -sha1sums=('4dca919cfc1db2ada09a9b718142b2f6f9fab046') +sha1sums=('2489b92ec520c85a11358f35047740d0b88c39a3') } From crazy at frugalware.org Tue May 1 21:05:00 2007 From: crazy at frugalware.org (crazy) Date: Tue May 1 21:05:02 2007 Subject: [Frugalware-darcs] frugalware-current: ktrafficanalyzer-0.3.7_1-1-i686 Message-ID: <20070501190500.26D3613A402E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501190205-f6986-16a53fbb7c4ce72f1a4adca914a8f8b74d07f83e.gz; [ktrafficanalyzer-0.3.7_1-1-i686 crazy **20070501190205 * Version bump * blah this thingy is weird ] { hunk ./source/kde-extra/ktrafficanalyzer/FrugalBuild 7 -pkgver=0.3.3 +pkgver=0.3.7_1 hunk ./source/kde-extra/ktrafficanalyzer/FrugalBuild 10 -url="http://wiki.suselinuxsupport.de/wikka.php?wakka=Downloads" -depends=('kdelibs>=3.5.2') +url="http://wiki.suselinuxsupport.de/wikka.php?wakka=KTrafficAnalyzer" +depends=('kdelibs>=3.5.6') hunk ./source/kde-extra/ktrafficanalyzer/FrugalBuild 16 -up2date="lynx -dump $url|grep -m1 'KTrafficAnalyzer_'|sed 's/.*_\(.*\).tar.bz2.*/\1/'" -source=(http://wiki.suselinuxsupport.de/uploads/files/${origname}_$pkgver.tar.bz2 makefile.patch) -sha1sums=('39fcb5459d012f2fba9369c08dcbfef604117a42' \ - 'f0283c1e63465b09556f4664f090fc0a591c3ae4') +up2date="lynx -dump $url|grep -m1 '.tar.bz2$'|sed 's/.*yzer-\(.*\).tar.bz2.*/\1/;s/-/_/'" +source=(http://wiki.suselinuxsupport.de/uploads/files/${origname}-$(echo $pkgver|sed 's/_/-/').tar.bz2 \ + makefile.patch) +sha1sums=('b74ae91a22ce24ba4fcd5fd2a0d8530224832715'\ + 'ab5e4f34ffcfb49324b5f9610a7938e498c1f676') hunk ./source/kde-extra/ktrafficanalyzer/FrugalBuild 24 - Fcd ${origname}_${pkgver} + Fcd ${origname}-$(echo $pkgver|sed 's/_/-/') + Fmkdir usr/bin hunk ./source/kde-extra/ktrafficanalyzer/makefile.patch 1 ---- KTrafficAnalyzer_0.3.3/Makefile 2006-05-16 14:57:21.000000000 +0200 -+++ KTrafficAnalyzer_0.3.3-p/Makefile 2006-05-17 13:51:34.000000000 +0200 -@@ -5,20 +5,24 @@ +diff -Naur KTrafficAnalyzer-0.3.7-1/Makefile KTrafficAnalyzer-0.3.7-1-p/Makefile +--- KTrafficAnalyzer-0.3.7-1/Makefile 2007-04-15 15:43:09.000000000 +0200 ++++ KTrafficAnalyzer-0.3.7-1-p/Makefile 2007-05-01 20:48:56.000000000 +0200 +@@ -1,26 +1,21 @@ + MAKE = make + TARGET = KTrafficAnalyzer +-OBJ = settings stats lib ++OBJ = settings stats lib hunk ./source/kde-extra/ktrafficanalyzer/makefile.patch 10 - LFLAGS = $(ADD_LFLAGS) -L$(QTDIR)/lib/ -L$(KDEDIR)/lib/ -lqt-mt -lkdeui -lkio - CFLAGS = $(ADD_CFLAGS) -I$(QTDIR)/include/ -I$(KDEDIR)/include/ -I$(SRC_ROOT) -+MYFLAGS += $(CXXFLAGS) +-LIB_PATH = lib`if [ "$(HOSTTYPE)" = "x86_64" ]; then echo "64"; fi` +-LFLAGS = $(ADD_LFLAGS) -L$(QTDIR)/$(LIB_PATH)/ -L$(KDEDIR)/$(LIB_PATH)/ -lqt-mt -lkdeui -lkio +-CFLAGS = $(ADD_CFLAGS) -I$(QTDIR)/include/ -I$(KDEDIR)/include/ -I$(SRC_ROOT) ++LFLAGS += $(ADD_LFLAGS) -L$(QTDIR)/lib/ -L$(KDEDIR)/lib/ -lqt-mt -lkdeui -lkio ++CFLAGS += $(ADD_CFLAGS) -I$(QTDIR)/include/ -I$(KDEDIR)/include/ -I$(SRC_ROOT) hunk ./source/kde-extra/ktrafficanalyzer/makefile.patch 16 --KDEDIR = `kde-config --prefix` -+KKDEDIR = `kde-config --prefix` -+KDEDIR = $(KKDEDIR) -+CP = cp -+MKDIR = mkdir -p + KDEDIR = `kde-config --prefix` +-MOC = $(QTDIR)/bin/moc +-UIC = $(QTDIR)/bin/uic ++MOC = $(QTDIR)/bin/moc ++UIC = $(QTDIR)/bin/uic hunk ./source/kde-extra/ktrafficanalyzer/makefile.patch 22 - do-it-always: - if test "$(KDEDIR)" = ""; then $(ECHO) KDEDIR not set!; exit 1; fi; - if test "$(QTDIR)" = ""; then $(ECHO) QTDIR not set!; exit 1; fi; -- for i in $(OBJ); do $(MAKE) -C $$i SRC_ROOT=$(SRC_ROOT) "CFLAGS=$(CFLAGS)"; done -- gcc -c KTrafficAnalyzer.cpp $(CFLAGS) -+ for i in $(OBJ); do $(MAKE) -C $$i SRC_ROOT=$(SRC_ROOT) "CFLAGS=$(CFLAGS) $(MYFLAGS)"; done -+ gcc -c KTrafficAnalyzer.cpp $(CFLAGS) $(MYFLAGS) + all: +- if test "$(KDEDIR)" = ""; then $(ECHO) KDEDIR not set!; exit 1; fi; +- if test "$(QTDIR)" = ""; then $(ECHO) QTDIR not set!; exit 1; fi; + for i in $(OBJ); do $(MAKE) -C $$i SRC_ROOT=$(SRC_ROOT) "CFLAGS=$(CFLAGS)" "MOC=$(MOC)" "UIC=$(UIC)"; done + gcc -c KTrafficAnalyzer.cpp $(CFLAGS) hunk ./source/kde-extra/ktrafficanalyzer/makefile.patch 32 -- ln -s $(KDEDIR)/bin/KTrafficAnalyzer $(KDEDIR)/bin/ktrafficanalyzer -+ $(MKDIR) $(DESTDIR)$(KDEDIR)/bin/ -+ $(CP) KTrafficAnalyzer $(DESTDIR)$(KDEDIR)/bin/ -+ +- ln -sf $(KDEDIR)/bin/KTrafficAnalyzer $(KDEDIR)/bin/ktrafficanalyzer ++ cp KTrafficAnalyzer $(DESTDIR)/$(KDEDIR)/bin/ } From crazy at frugalware.org Tue May 1 21:17:08 2007 From: crazy at frugalware.org (crazy) Date: Tue May 1 21:17:10 2007 Subject: [Frugalware-darcs] frugalware-current: lipstik-2.2.2-1-i686 Message-ID: <20070501191708.DDD7013A402E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501191128-f6986-d57c6ec85c8a78bd8b43b56d65d6e28853f50135.gz; [lipstik-2.2.2-1-i686 crazy **20070501191128 * changed url/source/up2date back to kde-look.org ] { hunk ./source/kde-extra/lipstik/FrugalBuild 12 +_F_kde_id2="18223" hunk ./source/kde-extra/lipstik/FrugalBuild 14 -url="http://poplix.homelinux.com/lipstik/" -source=($url/$pkgname-$pkgver.tar.bz2) -up2date="lynx -dump $url |grep -om1 'lipstik-\(.*\).tar.bz2'|sed 's/.*-\(.*\).t.*/\1/'" - +source=(http://www.kde-look.org/CONTENT/content-files/18223-$pkgname-$pkgver.tar.bz2) } From crazy at frugalware.org Tue May 1 21:47:09 2007 From: crazy at frugalware.org (crazy) Date: Tue May 1 21:47:11 2007 Subject: [Frugalware-darcs] frugalware-current: qt4-4.2.3-2-i686 Message-ID: <20070501194709.8F73113A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501192711-f6986-bbbbae52be1d7dfae5c242f8ea3cb769c820dd9e.gz; [qt4-4.2.3-2-i686 crazy **20070501192711 * up2date fix ] { hunk ./source/kde-extra/qt4/FrugalBuild 19 -up2date="lynx -dump ftp://ftp.trolltech.com/qt/source/|grep 'qt-x11-opensource-src'|grep -v rc[1-9]|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'" +up2date="lynx -dump ftp://ftp.trolltech.com/qt/source/|grep 'qt-x11-opensource-src'|grep -v rc[1-9]|grep -v beta|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'" } From vmiklos at frugalware.org Tue May 1 22:55:12 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:14 2007 Subject: [Frugalware-darcs] fwlive: parse_cmdline.in: remove unused mode variable Message-ID: <20070501205512.3BCD913A402E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501181308-e2957-df27d92a17edf08a490adcd7ba8dd4581b4cd941.gz; [parse_cmdline.in: remove unused mode variable VMiklos **20070501181308] { hunk ./parse_cmdline.in 13 -mode="normal" hunk ./parse_cmdline.in 16 -if [ "$mode" == "normal" ]; then hunk ./parse_cmdline.in 34 -else - echo "" - /bin/bash - reboot -# This is the rescue mode, now just for support for latter versions... -fi } From vmiklos at frugalware.org Tue May 1 22:55:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:15 2007 Subject: [Frugalware-darcs] fwlive: Makefile: i was wrong, we still need an initial lang.sh Message-ID: <20070501205513.1D46313A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501205419-e2957-c49fe649b9592d35b41f8d6b45561042c54f5e19.gz; [Makefile: i was wrong, we still need an initial lang.sh VMiklos **20070501205419] { hunk ./Makefile 145 + echo "export LANG=${FWLLLANG}" >${CHROOTDIR}/${TREE}/etc/profile.d/lang.sh + echo 'export LC_ALL=$$LANG' >>${CHROOTDIR}/${TREE}/etc/profile.d/lang.sh + chmod +x ${CHROOTDIR}/${TREE}/etc/profile.d/lang.sh } From vmiklos at frugalware.org Tue May 1 22:55:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:17 2007 Subject: [Frugalware-darcs] fwlive: parse_cmdline: get the lang variable from the kernel commandline if possible Message-ID: <20070501205513.41B1113A404E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501182230-e2957-3bfa83f6dcefe0b54325dd63221e1c7beb622e7b.gz; [parse_cmdline: get the lang variable from the kernel commandline if possible VMiklos **20070501182230] { hunk ./parse_cmdline.in 3 -# /proc/cmdline parser v0.1 for FwLive -# created by Krisztian VASAS +# (c) 2007 Miklos Vajna +# (c) 2006 Krisztian VASAS +# parse_cmdline for Frugalware +# distributed under GPL License hunk ./parse_cmdline.in 8 -## get the paths dinamically -_tr=`which tr` -_cat=`which cat` -_cut=`which cut` +deflang="@FWLLLANG@" hunk ./parse_cmdline.in 10 -## default settings -cmdline=`$_cat /proc/cmdline` -lang="@FWLLLANG@" +lang=`grep network /proc/cmdline|sed 's/.*lang=\([^ ]*\)\( .*\|$\)/\1/'` +if [ -z "$lang" ]; then + lang=$deflang +fi hunk ./parse_cmdline.in 21 - keymap=`echo $lang | $_cut -b 1-2` + keymap=`echo $lang |sed 's/_.*//'` } From vmiklos at frugalware.org Tue May 1 22:55:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:17 2007 Subject: [Frugalware-darcs] fwlive: parse_cmdline.in: typo fix Message-ID: <20070501205513.6E36213A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501205439-e2957-cfd9a337280364173eae016509bdbc04385d312d.gz; [parse_cmdline.in: typo fix VMiklos **20070501205439] { hunk ./parse_cmdline.in 10 -lang=`grep network /proc/cmdline|sed 's/.*lang=\([^ ]*\)\( .*\|$\)/\1/'` +lang=`grep lang /proc/cmdline|sed 's/.*lang=\([^ ]*\)\( .*\|$\)/\1/'` } From vmiklos at frugalware.org Tue May 1 22:55:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:17 2007 Subject: [Frugalware-darcs] fwlive: parse_cmdline.in: whitespace fixes Message-ID: <20070501205513.93D3413A4050@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501181409-e2957-3e578e3747cb93bfa9dfeb193fdbab6ee3245ea9.gz; [parse_cmdline.in: whitespace fixes VMiklos **20070501181409] { hunk ./parse_cmdline.in 16 - case $lang in - en_*) - keymap=us - ;; - *) - keymap=`echo $lang | $_cut -b 1-2` - ;; - esac - cat << EOF > /etc/sysconfig/keymap +case $lang in + en_*) + keymap=us + ;; + *) + keymap=`echo $lang | $_cut -b 1-2` + ;; +esac +cat << EOF > /etc/sysconfig/keymap hunk ./parse_cmdline.in 29 - echo "export LANG=$lang" > /etc/profile.d/lang.sh - echo 'export LC_ALL=$LANG' >> /etc/profile.d/lang.sh - echo "export CHARSET=$fwlcp" >> /etc/profile.d/lang.sh - chmod +x /etc/profile.d/lang.sh - export LC_ALL=$lang +echo "export LANG=$lang" > /etc/profile.d/lang.sh +echo 'export LC_ALL=$LANG' >> /etc/profile.d/lang.sh +echo "export CHARSET=$fwlcp" >> /etc/profile.d/lang.sh +chmod +x /etc/profile.d/lang.sh +export LC_ALL=$lang } From vmiklos at frugalware.org Tue May 1 22:55:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:18 2007 Subject: [Frugalware-darcs] fwlive: set the detaul language to something that is ok for everyone Message-ID: <20070501205514.4AC3713A4051@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501182823-e2957-7f7b9176e8573ce25b013b030ac87d9438cf1aa4.gz; [set the detaul language to something that is ok for everyone VMiklos **20070501182823 s/hu_HU/en_US/ :) ] { hunk ./config 8 -FWLLLANG = hu_HU +FWLLLANG = en_US } From vmiklos at frugalware.org Tue May 1 22:55:14 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:18 2007 Subject: [Frugalware-darcs] fwlive: don't touch lang.sh buildtime, it'll be created by parse_cmdline Message-ID: <20070501205514.B9FA9167000D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501180337-e2957-c813edf95b5a239211b92fe401584a350d49a823.gz; [don't touch lang.sh buildtime, it'll be created by parse_cmdline VMiklos **20070501180337] { hunk ./Makefile 144 - echo "export LANG=${FWLLLANG}" >${CHROOTDIR}/${TREE}/etc/profile.d/lang.sh - echo "export LC_ALL=$$LANG" >>${CHROOTDIR}/${TREE}/etc/profile.d/lang.sh - echo "export CHARSET=${FWLCP}" >>${CHROOTDIR}/${TREE}/etc/profile.d/lang.sh - chmod +x ${CHROOTDIR}/${TREE}/etc/profile.d/lang.sh hunk ./parse_cmdline.in 31 - echo "export LC_ALL=$lang" >> /etc/profile.d/lang.sh + echo 'export LC_ALL=$LANG' >> /etc/profile.d/lang.sh hunk ./parse_cmdline.in 33 + chmod +x /etc/profile.d/lang.sh } From vmiklos at frugalware.org Tue May 1 22:55:15 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:18 2007 Subject: [Frugalware-darcs] fwlive: parse_cmdline.in: cleanup in lang.sh generation Message-ID: <20070501205515.A7C891688006@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501181607-e2957-af28bee6998df66f26ea22d2ecc712f5e17f8346.gz; [parse_cmdline.in: cleanup in lang.sh generation VMiklos **20070501181607] { hunk ./parse_cmdline.in 29 -echo "export LANG=$lang" > /etc/profile.d/lang.sh -echo 'export LC_ALL=$LANG' >> /etc/profile.d/lang.sh -echo "export CHARSET=$fwlcp" >> /etc/profile.d/lang.sh +cat << EOF > /etc/profile.d/lang.sh +export LANG=$lang +export LC_ALL=\$LANG +export CHARSET=$fwlcp +EOF } From vmiklos at frugalware.org Tue May 1 22:55:15 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:55:18 2007 Subject: [Frugalware-darcs] fwlive: move the FWLCP variable to parse_cmdline, other tools no longer need it Message-ID: <20070501205515.C39AE167000D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501181136-e2957-93fcb2aa111029702d7da8473a67ecf0940a1719.gz; [move the FWLCP variable to parse_cmdline, other tools no longer need it VMiklos **20070501181136] { hunk ./Makefile 13 -FWLCP = $(shell grep $(FWLLLANG) /usr/share/locale/locale.alias|sed 's/.*\.//;q'|tr [A-Z] [a-z]) hunk ./Makefile 46 - sed 's/@FWLLLANG@/$(FWLLLANG)/;s/@FWLCP@/$(FWLCP)/' $@.in > $@ + sed 's/@FWLLLANG@/$(FWLLLANG)/' $@.in > $@ hunk ./parse_cmdline.in 15 +fwlcp=$(grep $lang /usr/share/locale/locale.alias|sed 's/.*\.//;q'|tr [A-Z] [a-z]) hunk ./parse_cmdline.in 33 - echo "export CHARSET=@FWLCP@" >> /etc/profile.d/lang.sh + echo "export CHARSET=$fwlcp" >> /etc/profile.d/lang.sh } From vmiklos at frugalware.org Tue May 1 22:56:47 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 22:56:48 2007 Subject: [Frugalware-darcs] fwlive: distclean: depend on clean Message-ID: <20070501205647.9B95B13A402E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501205545-e2957-da466cf4b54ecc89062d0f4b0c7cafa15c05540c.gz; [distclean: depend on clean VMiklos **20070501205545] { hunk ./Makefile 267 -distclean: checkroot +distclean: checkroot clean } From crazy at frugalware.org Tue May 1 23:13:32 2007 From: crazy at frugalware.org (crazy) Date: Tue May 1 23:13:35 2007 Subject: [Frugalware-darcs] frugalware-current: kde-theme-qtcurve-0.48.5-1-i686 Message-ID: <20070501211332.3A4B313A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501211221-f6986-c45831043b18697d89b6fb4e48dabdf25ae9e43d.gz; [kde-theme-qtcurve-0.48.5-1-i686 crazy **20070501211221 * Version bump ] { hunk ./source/kde/kde-theme-qtcurve/FrugalBuild 5 -pkgver=0.48.4 +pkgver=0.48.5 hunk ./source/kde/kde-theme-qtcurve/FrugalBuild 8 -depends=('kdelibs>=3.5.5') +depends=('kdelibs>=3.5.6') hunk ./source/kde/kde-theme-qtcurve/FrugalBuild 41 -sha1sums=('8a7a24637c2bb483ffa970c2b9704da5c74c7d2f'\ - 'a35d9021fa3fc579bbcf158a1fcbcc08c57f4876'\ +sha1sums=('a03cafc6b41e8ec5b49fbb229afabaefe73d297f'\ + '5a2c3655adb8707f72b74783fe3cb068af9ec937'\ } From vmiklos at frugalware.org Tue May 1 23:28:16 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 23:28:18 2007 Subject: [Frugalware-darcs] fwlive: config: corrected most spelling errors and other cosmetic changes Message-ID: <20070501212816.1A09713A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501212639-e2957-3f8795a604f276e4192497be0bd77667de3c7664.gz; [config: corrected most spelling errors and other cosmetic changes VMiklos **20070501212639] { hunk ./config 1 -# this file included Makefile variables points hunk ./config 2 -# # use -current or -stable system +# this file is included by Makefile and contains configuration variables for +# FWLive +# + +# repos to be included in the chroot. probably you want "current" or "stable". +# use a come-separated list if you want to list multiple repos. the first one +# takes precedence hunk ./config 10 -# # font to be installed onto consoles -FWLFONT = lat2-16.psfu.gz -# # locale + +# default language, in an xx_YY form hunk ./config 13 -# # installed apps group, KDE / X / SERVER / MIN / MUSTHAVE +# this font will be used by the consoles +FWLFONT = lat2-16.psfu.gz + +# select FWLive profile, the following ones are available: +# * KDE +# * X - minimal graphical environment with fvwm +# * SERVER +# * MIN - comfortable console workstation +# * MUSTHAVE - minimalistic one, base of all profiles hunk ./config 23 -# # hostname -FWLHOST = fwlive -# # iso name + +# grub title part 1 hunk ./config 26 -# # release name -FWLREL = 0.6-i686 (Voyager) -# # Live user -FWLUSER = fwlive -# # Live user pass -FWUSERPASS = ${FWLUSER} -# # Live root pass -FWROOTPASS = fwroot -# # frugalware version which livecd is based on -ifeq ($(TREE),current) + +# grub title part 2 +ifeq ($(findstring current,$(TREE)),current) hunk ./config 36 -# # ISO name + +# filename of the is +# FIXME: don't append the -${APPSGROUP}.iso suffix automatically hunk ./config 40 -# # big name + +# this will be included in /etc/issue and /etc/fwlive-release +# FIXME: do we really need this? +FWLREL = 0.6-$(shell uname -m) (Voyager) + +# Vendor name +# FIXME: do we really need this? sometimes this would have to be Fwlive, the +# best would be to get rid of it hunk ./config 49 -# # saved directories + +# hostname +FWLHOST = fwlive +# login of the regular live user +FWLUSER = fwlive +# and the password of it +FWUSERPASS = ${FWLUSER} +# password of the root account +FWROOTPASS = fwroot + +# configsave will save these directories hunk ./config 61 -# additional packages to be installed + +# additional packages to be installed by the profiles hunk ./config 64 -INST_MUSTHAVE_APPS = busybox-fwlive memtest86+ util-linux grub-theme-frugalware sudo aufs squashfs cdrtools ntfs-3g -INST_MIN_APPS = ${INST_MUSTHAVE_APPS} ${DRIVERS} openssh mc wget lynx nmap irssi dbus hal wireless_tools vim elinks links -INST_SERVER_APPS = ${INST_MIN_APPS} ncftp iptables proftpd fuseftp postfix bind mysql libmysqlclient \ - php php-cgi apache pure-ftpd phpmyadmin samba dhcp dhcpcd lighttpd fcgi -INST_X_APPS = ${INST_MIN_APPS} xorg-server xorg-drivers fvwm mplayer alsa-utils alsa-tools-gui -INST_EXTRA_APPS = gimp gwenview wireshark amarok kaffeine kasablanca scribus ktorrent -INST_LOCALE_APPS = firefox-hu kde-i18n-hu openoffice.org-dict-hu openoffice.org-i18n-hu bibletime-i18n \ - firefox-de firefox-fr kde-i18n-de kde-i18n-fr openoffice.org-dict-fr k3b-i18n \ - openoffice.org-i18n-de openoffice.org-i18n-fr openoffice.org-dict-de -INST_KDE_APPS = ${INST_X_APPS} ${INST_SERVER_APPS} kdebase openoffice.org-kde firefox kmplayer flashplugin qtparted k3b ${INST_EXTRA_APPS} ${INST_LOCALE_APPS} +INST_MUSTHAVE_APPS = busybox-fwlive memtest86+ util-linux grub-theme-frugalware \ + sudo aufs squashfs cdrtools ntfs-3g +INST_MIN_APPS = ${INST_MUSTHAVE_APPS} ${DRIVERS} openssh mc wget lynx nmap \ + irssi dbus hal wireless_tools vim elinks links +INST_SERVER_APPS = ${INST_MIN_APPS} ncftp iptables proftpd fuseftp postfix bind \ + mysql libmysqlclient php php-cgi apache pure-ftpd phpmyadmin samba dhcp \ + dhcpcd lighttpd fcgi +INST_X_APPS = ${INST_MIN_APPS} xorg-server xorg-drivers fvwm mplayer alsa-utils \ + alsa-tools-gui +INST_EXTRA_APPS = gimp gwenview wireshark amarok kaffeine kasablanca scribus \ + ktorrent +INST_LOCALE_APPS = firefox-hu kde-i18n-hu openoffice.org-dict-hu \ + openoffice.org-i18n-hu bibletime-i18n firefox-de firefox-fr kde-i18n-de \ + kde-i18n-fr openoffice.org-dict-fr k3b-i18n openoffice.org-i18n-de \ + openoffice.org-i18n-fr openoffice.org-dict-de +INST_KDE_APPS = ${INST_X_APPS} ${INST_SERVER_APPS} ${INST_EXTRA_APPS} \ + ${INST_LOCALE_APPS} kdebase openoffice.org-kde firefox kmplayer flashplugin \ + qtparted k3b } From vmiklos at frugalware.org Tue May 1 23:36:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 23:36:15 2007 Subject: [Frugalware-darcs] fwlive: don't append the -${APPSGROUP}.iso suffix automatically Message-ID: <20070501213613.1F8BC13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501213317-e2957-2473db076b3a348f90d0dc33f60e6e6fbc44e635.gz; [don't append the -${APPSGROUP}.iso suffix automatically VMiklos **20070501213317 allow users to set this from config, too ] { hunk ./Makefile 232 - echo "./${ISONAME}-${APPSGROUP}.iso created." + echo "./${ISONAME} created." hunk ./Makefile 237 - mv ${CHROOTDIR}/${TREE}/tmp/livecd.iso ./${ISONAME}-${APPSGROUP}.iso + mv ${CHROOTDIR}/${TREE}/tmp/livecd.iso ./${ISONAME} hunk ./config 38 -# FIXME: don't append the -${APPSGROUP}.iso suffix automatically -ISONAME = ${FWLHOST}-${FWVER}-$(shell uname -m) +ISONAME = ${FWLHOST}-${FWVER}-$(shell uname -m)-${APPSGROUP}.iso } From vmiklos at frugalware.org Tue May 1 23:59:28 2007 From: vmiklos at frugalware.org (VMiklos) Date: Tue May 1 23:59:30 2007 Subject: [Frugalware-darcs] fwlive: AUTHORS: initial import Message-ID: <20070501215928.6393813A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501215750-e2957-9a13b2010e01e9f0524097a23862d0facfcbb562.gz; [AUTHORS: initial import VMiklos **20070501215750] { addfile ./AUTHORS hunk ./AUTHORS 1 +Csécsy, László (boobaa) + * author of the Makefile-based build system +Habermehl, Marcus (BMH1980) + * author of the first chrooted build code +Kovács, János (janny) + * current maintainer +Vajna, Miklós (vmiklos) + * random hacks +Vasas, Krisztián (IroNiQ) + * maintainer from March 2006 till April 2006 } From vmiklos at frugalware.org Wed May 2 00:29:27 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 00:29:30 2007 Subject: [Frugalware-darcs] fwlive: disable memtest86+ on x86_64 Message-ID: <20070501222927.5AA4713A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070501222754-e2957-cf7e00008acb1c8ca5752d6dbc14769494f41646.gz; [disable memtest86+ on x86_64 VMiklos **20070501222754] { hunk ./Makefile 9 +ARCH = $(shell uname -m) hunk ./Makefile 212 +ifeq($(ARCH),x86_64) + sed -i /[Mm]emtest/d ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/grub/menu.lst +endif hunk ./config 63 -INST_MUSTHAVE_APPS = busybox-fwlive memtest86+ util-linux grub-theme-frugalware \ +INST_MUSTHAVE_APPS = busybox-fwlive util-linux grub-theme-frugalware \ hunk ./config 65 +ifneq($(ARCH),x86_64) +INST_MUSTHAVE_APPS += memtest86+ +endif } From vmiklos at frugalware.org Wed May 2 00:34:02 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 00:34:04 2007 Subject: [Frugalware-darcs] frugalware-current: bind-9.4.1-1-i686 Message-ID: <20070501223402.ACA5813A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070501223250-e2957-a1456f9e01845ddc285cf76a214b501d998a379d.gz; [bind-9.4.1-1-i686 VMiklos **20070501223250 version bump ] { hunk ./source/network/bind/FrugalBuild 5 -pkgver=9.4.0 +pkgver=9.4.1 } From janny at frugalware.org Wed May 2 09:44:47 2007 From: janny at frugalware.org (Janny) Date: Wed May 2 09:44:50 2007 Subject: [Frugalware-darcs] frugalware-current: add missing patch Message-ID: <20070502074447.D39FC13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502073722-ee5de-310831e3a2e4768b602ef8b0ddd27a00a46c444c.gz; [add missing patch Janny **20070502073722] { addfile ./source/apps-extra/squashfs/mksquashfs.quiet.patch hunk ./source/apps-extra/squashfs/mksquashfs.quiet.patch 1 +--- squashfs3.2-r2/squashfs-tools/mksquashfs.c 2007-01-16 01:33:13.000000000 +0000 ++++ squashfs3.2-r2/squashfs-tools/mksquashfs.c.new 2007-01-18 18:59:44.623963706 +0000 +@@ -1832,17 +1832,17 @@ + if(!progress || columns - used < 0) + return; + +- printf("\r["); ++ fprintf(stderr,"\r["); + + while (hashes --) +- putchar('='); ++ fprintf(stderr,"="); + + while(spaces --) +- putchar(' '); ++ fprintf(stderr," "); + +- printf("] %*lld/%*lld", max_digits, current, max_digits, max); +- printf(" %3lld%%", current * 100 / max); +- fflush(stdout); ++ fprintf(stderr,"] %*lld/%*lld", max_digits, current, max_digits, max); ++ fprintf(stderr," %3lld%%", current * 100 / max); ++ fflush(stderr); + return 0; + } + } From janny at frugalware.org Wed May 2 09:48:51 2007 From: janny at frugalware.org (Janny) Date: Wed May 2 09:48:53 2007 Subject: [Frugalware-darcs] frugalware-current: kphotoalbum-3.0.2-1-i686 Message-ID: <20070502074851.C3E7A13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502074542-ee5de-7245fc8b65a73d53455c804f2626ba5b03729c55.gz; [kphotoalbum-3.0.2-1-i686 Janny **20070502074542 version bump ] { hunk ./source/kde-extra/kphotoalbum/FrugalBuild 5 -pkgver=3.0 -pkgrel=3 +pkgver=3.0.2 +pkgrel=1 hunk ./source/kde-extra/kphotoalbum/FrugalBuild 17 -sha1sums=('0ac9b9ddd84f3b0e4c8e4e73b6d14c279e1630cb') +sha1sums=('530eef427691af99eae08d16c361d3b6f196330e') } From janny at frugalware.org Wed May 2 09:58:00 2007 From: janny at frugalware.org (Janny) Date: Wed May 2 09:58:03 2007 Subject: [Frugalware-darcs] fwlive: modifi groups Message-ID: <20070502075800.8281613A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502075544-ee5de-1f4aadbf7edc7824f526eba41ab87f6125560e36.gz; [modifi groups Janny **20070502075544 remove from INST_KDE_APPS group SERVER, EXTRA and LOCALE groups ] { hunk ./config 81 -INST_KDE_APPS = ${INST_X_APPS} ${INST_SERVER_APPS} ${INST_EXTRA_APPS} \ - ${INST_LOCALE_APPS} kdebase openoffice.org-kde firefox kmplayer flashplugin \ - qtparted k3b +INST_KDE_APPS = ${INST_X_APPS} kdebase openoffice.org-kde firefox kmplayer \ + flashplugin qtparted k3b } From janny at frugalware.org Wed May 2 10:00:35 2007 From: janny at frugalware.org (Janny) Date: Wed May 2 10:00:38 2007 Subject: [Frugalware-darcs] frugalware-current: x11vnc-0.9-1-i686 Message-ID: <20070502080036.1B38F13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502075858-ee5de-3d2c162a5706a10516b35e23643f5e16364567c3.gz; [x11vnc-0.9-1-i686 Janny **20070502075858 version bump ] { hunk ./source/xapps-extra/x11vnc/FrugalBuild 5 -pkgver=0.8.4 +pkgver=0.9 hunk ./source/xapps-extra/x11vnc/FrugalBuild 18 -sha1sums=('08176992c16b2e425c6687d87094ddda05b49260') +sha1sums=('a552b5fc2ce87f9b5e11fc02a83cf75d738d9201') } From krics at linuxforum.hu Wed May 2 10:24:26 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 10:24:28 2007 Subject: [Frugalware-darcs] frugalware-current: glib2-2.12.12-1-x86_64 Message-ID: <20070502082426.E857B13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502082330-d209c-2ca466893a9d7a64f61514129ed4f588ee326ee0.gz; [glib2-2.12.12-1-x86_64 Christian Hamar alias krix **20070502082330 * Version bump ] { hunk ./source/lib/glib2/FrugalBuild 5 -pkgver=2.12.11 +pkgver=2.12.12 hunk ./source/lib/glib2/FrugalBuild 18 -sha1sums=('02d344295ddaeafeec6bc6824b71e12bbf1b0394') +sha1sums=('527bced2e6d38169c08c8712d5e3b6ebb0dc46b5') } From krics at linuxforum.hu Wed May 2 10:40:50 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 10:40:53 2007 Subject: [Frugalware-darcs] frugalware-current: cairo-1.4.6-1-x86_64 Message-ID: <20070502084050.E36B913A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502083955-d209c-6265f39b5d5205f6c26332ffc06678dd7e65ee49.gz; [cairo-1.4.6-1-x86_64 Christian Hamar alias krix **20070502083955 * Version bump ] { hunk ./source/xlib/cairo/FrugalBuild 5 -pkgver=1.4.4 +pkgver=1.4.6 hunk ./source/xlib/cairo/FrugalBuild 18 -sha1sums=('71a7ce8352500944f7b2b73d4dc25ee947ec56ec') +sha1sums=('bfd1532e10789fc4f87a196540c049d88c6ece42') } From janny at frugalware.org Wed May 2 11:37:52 2007 From: janny at frugalware.org (Janny) Date: Wed May 2 11:37:55 2007 Subject: [Frugalware-darcs] frugalware-current: fetchmail-6.3.8-1-i686 Message-ID: <20070502093752.B6D6A13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502093633-ee5de-d80d25fdcab59eaf85b568014d5917b2d8203221.gz; [fetchmail-6.3.8-1-i686 Janny **20070502093633 version bump ] { hunk ./source/network/fetchmail/FrugalBuild 5 -pkgver=6.3.7 +pkgver=6.3.8 hunk ./source/network/fetchmail/FrugalBuild 32 -sha1sums=('163634b7b6b491c5f5e84a535f7943ba4d4f0001') +sha1sums=('b8e8c51ed6cf53fc398c821fdb29d166c6713bb0') } From iron at frugalware.org Wed May 2 11:47:56 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Wed May 2 11:47:57 2007 Subject: [Frugalware-darcs] frugalware-current: postfix-2.4.1-1-i686 Message-ID: <20070502094756.120DE13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502094620-f490c-4aa78e6c94de8574a8c4e2767a03f8d9992562f5.gz; [postfix-2.4.1-1-i686 Krisztian VASAS **20070502094620 - version bump ] { hunk ./source/network/postfix/FrugalBuild 7 -pkgver=2.4.0 -pkgrel=2 +pkgver=2.4.1 +pkgrel=1 hunk ./source/network/postfix/FrugalBuild 29 -sha1sums=('6223225e5ab116e09da27709ebce7dac3136fbe7' \ +sha1sums=('cfd041cd7f16e9ee701c6e5a2f33e417e57751db' \ } From vmiklos at frugalware.org Wed May 2 12:49:19 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 12:49:21 2007 Subject: [Frugalware-darcs] fwlive: typo fix in clean: remove the iso again Message-ID: <20070502104919.925B213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502104857-e2957-b3b5bd486b835591157d1a53ce6f648429431871.gz; [typo fix in clean: remove the iso again VMiklos **20070502104857] { hunk ./Makefile 269 - rm -f ${ISONAME}-${APPSGROUP}.iso crypt_fwlive parse_cmdline xorg.conf ${PACCONF} + rm -f ${ISONAME} crypt_fwlive parse_cmdline xorg.conf ${PACCONF} } From vmiklos at frugalware.org Wed May 2 12:51:56 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 12:51:58 2007 Subject: [Frugalware-darcs] fwlive: syntax fixes: s/ifeq()/ifeq ()/ Message-ID: <20070502105156.9433113A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502105122-e2957-953b56c3c78fb29bfd60f0b505557bdb3afbf574.gz; [syntax fixes: s/ifeq()/ifeq ()/ VMiklos **20070502105122] { hunk ./Makefile 212 -ifeq($(ARCH),x86_64) +ifeq ($(ARCH),x86_64) hunk ./config 65 -ifneq($(ARCH),x86_64) +ifneq ($(ARCH),x86_64) } From vmiklos at frugalware.org Wed May 2 13:01:22 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 13:01:25 2007 Subject: [Frugalware-darcs] frugalware-current: squashfs-3.2_r2-4-x86_64 Message-ID: <20070502110122.26FAA13A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502105957-e2957-a246a92372108f676f70652aea3c209c5bc184ec.gz; [squashfs-3.2_r2-4-x86_64 VMiklos **20070502105957 added x86_64 to archs() fixed incremental build ] { hunk ./source/apps-extra/squashfs/FrugalBuild 13 -archs=('i686') +archs=('i686' 'x86_64') hunk ./source/apps-extra/squashfs/FrugalBuild 19 - ftp://ftp.slax.org/source/slax/kernel/2.6.20/src-core/patches/squashfs/sqlzma.tar.bz2) + ftp://ftp.slax.org/source/slax/kernel/2.6.20/src-core/patches/squashfs/sqlzma.tar.bz2 \ + mksquashfs.quiet.patch) hunk ./source/apps-extra/squashfs/FrugalBuild 25 + rm -rf lzma443 hunk ./source/apps-extra/squashfs/FrugalBuild 29 - cp ../mksquashfs.quiet.patch ./ || Fdie hunk ./source/apps-extra/squashfs/FrugalBuild 31 + if [ "$CARCH" == "x86_64" ]; then + sed -i 's/-Werror//' sqlzma1-443.patch || return 1 + sed -i 's/-Werror//' Makefile || return 1 + fi hunk ./source/apps-extra/squashfs/FrugalBuild 51 - '85a3bb092beab15cdae0dcab799452df09f80afa') + '85a3bb092beab15cdae0dcab799452df09f80afa'\ + '910679b57a7b30f2969cc9e8fd622d0b6a237bcd') } From vmiklos at frugalware.org Wed May 2 13:03:57 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 13:03:59 2007 Subject: [Frugalware-darcs] frugalware-current: hdparm-7.3-1-i686 Message-ID: <20070502110357.6AB4013A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502110155-e2957-6c5025d377ddf381fd080afd5e78bd08fd57a71d.gz; [hdparm-7.3-1-i686 VMiklos **20070502110155 version bump ] { hunk ./source/apps/hdparm/FrugalBuild 5 -pkgver=7.1 +pkgver=7.3 hunk ./source/apps/hdparm/FrugalBuild 12 -sha1sums=('3e974a9e0bd0ce6c4e8fa11b5f42b85d73f4d8b4') +sha1sums=('3fcd9dd179a9f3ccf1d33a99c6087342e4bb7ff3') } From pootle at frugalware.org Wed May 2 13:17:09 2007 From: pootle at frugalware.org (Pootle) Date: Wed May 2 13:17:12 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 1481 of 1500 messages translated (19 fuzzy). Message-ID: <20070502111709.73E8213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070502111701-635f8-aa7f33b03d9300e1db73ba969176377f608944d6.gz; [Commit from Pootle by user hermier. 1481 of 1500 messages translated (19 fuzzy). Pootle **20070502111701] { hunk ./po/docs/fr/docs.po 9 -"POT-Creation-Date: 2007-05-01 05:22+0200\n" +"POT-Creation-Date: 2007-05-02 05:23+0200\n" hunk ./po/docs/fr/docs.po 323 +#, fuzzy hunk ./po/docs/fr/docs.po 326 -"things about how to read this document." -msgstr "Avant que vous commenciez à lire ce document, vous devez savoir quelques informations importantes sur la façon de le lire." +"things about how to read it." +msgstr "" +"Avant que vous commenciez à lire ce document, vous devez savoir quelques " +"informations importantes sur la façon de le lire." hunk ./po/docs/fr/docs.po 341 -msgstr "Tour d'abord il y a certaines sections de se document que vous devriez lire avec attention, afin de comprendre comment frugalware fonctionne et comment l'administrer." +msgstr "" +"Tour d'abord il y a certaines sections de se document que vous devriez lire " +"avec attention, afin de comprendre comment frugalware fonctionne et comment " +"l'administrer." hunk ./po/docs/fr/docs.po 364 +#, fuzzy hunk ./po/docs/fr/docs.po 368 -"the time you are expected to run them and get the expected output." -msgstr "Tout le long de se document, il y a des textes à l'intérieur de boites qui montrent des historiques de console. Ces historiques sont important et requièrent un peu d'attention puisque la plus part du temps il est attendu que vous les exécuter et obteniez la même sortie." +"the time you are expected to run them and get the same output." +msgstr "" +"Tout le long de se document, il y a des textes à l'intérieur de boites qui " +"montrent des historiques de console. Ces historiques sont important et " +"requièrent un peu d'attention puisque la plus part du temps il est attendu " +"que vous les exécuter et obteniez la même sortie." hunk ./po/docs/fr/docs.po 398 -msgstr "Voila à quoi ressemble un historique d'une console. Détaillons la afin que vous compreniez ce que cela veut dire." +msgstr "" +"Voila à quoi ressemble un historique d'une console. Détaillons la afin que " +"vous compreniez ce que cela veut dire." hunk ./po/docs/fr/docs.po 404 +#, fuzzy hunk ./po/docs/fr/docs.po 407 -"following next line `foo bar` is the ouput of the previous commad." -msgstr "La partie `echo foo bar` est ce que vous devez taper et cela correspond a la commande. La ligne suivante `foo bar` est la sortie de la commande précédente." +"following line `foo bar` is the ouput of the previous commad." +msgstr "" +"La partie `echo foo bar` est ce que vous devez taper et cela correspond a la " +"commande. La ligne suivante `foo bar` est la sortie de la commande " +"précédente." hunk ./po/docs/fr/docs.po 415 +#, fuzzy hunk ./po/docs/fr/docs.po 418 -"in front of the command there is a `$`. This indicates that ist's a command " +"in front of the command there is a `$`. This indicates that it's a command " hunk ./po/docs/fr/docs.po 421 -msgstr "Vous pouvez vous demander ce qui differencie une commande de ça sortie. Vous voyez qu'au début de la commande il y a un `$`. Cela indique que c'est une ligne de commande, mais il y a un peu plus de sens dans se symbole. Ce symbole peut changer en fonction des privilèges utilisateurs requis pour exécuter la commande." +msgstr "" +"Vous pouvez vous demander ce qui differencie une commande de ça sortie. Vous " +"voyez qu'au début de la commande il y a un `$`. Cela indique que c'est une " +"ligne de commande, mais il y a un peu plus de sens dans se symbole. Ce " +"symbole peut changer en fonction des privilèges utilisateurs requis pour " +"exécuter la commande." hunk ./po/docs/fr/docs.po 440 -"* `$` indiques que tout les utilisateurs peut exécuter la commande. La plus part du temps cela veut dire que vous devez l'exécuter avec votre utilisateur.\n" -"* `utilisateur$` indique que les privilèges de l'utilisateur spécifié sont requis pour exécuter cette commande. Habituellement cela est nécessaire pour des raisons de sécurité.\n" -"* `#` indique que les privilèges utilisateurs de `root` sont requis pour exécuter la commande. Habituellement ceux-ci sont requis pour gérer la configuration du système." +"* `$` indiques que tout les utilisateurs peut exécuter la commande. La plus " +"part du temps cela veut dire que vous devez l'exécuter avec votre " +"utilisateur.\n" +"* `utilisateur$` indique que les privilèges de l'utilisateur spécifié sont " +"requis pour exécuter cette commande. Habituellement cela est nécessaire pour " +"des raisons de sécurité.\n" +"* `#` indique que les privilèges utilisateurs de `root` sont requis pour " +"exécuter la commande. Habituellement ceux-ci sont requis pour gérer la " +"configuration du système." hunk ./po/docs/fr/docs.po 644 -msgstr "``Nous avons des mailing lists, des canaux irc ainsi que des forums qui peuvent être utilisés pour communiquer avec nous ou avec d'autres utilisateurs et ainsi obtenir de l'aide. Vous pouvez obtenir une liste des mailing listes disponibles http://frugalware.org/mailman/listinfo[ici]. Les canaux irc sont disponibles sur le réseau Freenode (serveur: `irc.freenode.net`), les forums sont disponible http://forums.frugalware.org[ici].''" +msgstr "" +"``Nous avons des mailing lists, des canaux irc ainsi que des forums qui " +"peuvent être utilisés pour communiquer avec nous ou avec d'autres " +"utilisateurs et ainsi obtenir de l'aide. Vous pouvez obtenir une liste des " +"mailing listes disponibles http://frugalware.org/mailman/listinfo[ici]. Les " +"canaux irc sont disponibles sur le réseau Freenode (serveur: `irc.freenode." +"net`), les forums sont disponible http://forums.frugalware.org[ici].''" hunk ./po/docs/fr/docs.po 1222 -msgstr "Les exemples suivant vous expliquent comment vous pouvez obtenir les image iso. Vous devez remplacer `$version$`, `$arch$` et `$media$` à leur valeurs désirer pour obtenir l'image iso voulue." +msgstr "" +"Les exemples suivant vous expliquent comment vous pouvez obtenir les image " +"iso. Vous devez remplacer `$version$`, `$arch$` et `$media$` à leur valeurs " +"désirer pour obtenir l'image iso voulue." hunk ./po/docs/fr/docs.po 1457 -".. Maintenant vous devriez sélectionner votre type de connexion. L'installateur utilise l'utilitaire netconfig. Vous pouvez trouver de la documentation concernant netconfig dans cette documentation. Voir la section intitulée: 'Réseau'.\n" -".. Après avoir configuré correctement la connexion réseau vous pouvez choisir un miroir pour télécharger les paquets. L'installateur essaiera également d'autres miroirs. Cette fonction est utile lorsque vous avez un miroir local rapide ou tout autre système équivalent." +".. Maintenant vous devriez sélectionner votre type de connexion. " +"L'installateur utilise l'utilitaire netconfig. Vous pouvez trouver de la " +"documentation concernant netconfig dans cette documentation. Voir la section " +"intitulée: 'Réseau'.\n" +".. Après avoir configuré correctement la connexion réseau vous pouvez " +"choisir un miroir pour télécharger les paquets. L'installateur essaiera " +"également d'autres miroirs. Cette fonction est utile lorsque vous avez un " +"miroir local rapide ou tout autre système équivalent." hunk ./po/docs/fr/docs.po 2148 -#, no-wrap +#, fuzzy hunk ./po/docs/fr/docs.po 2150 -"1. First, we have to give a name to your computer. The name must consist of at\n" -"least two parts, separated by a dot (.).\n" -msgstr "1. Tout d'abord, nous devons donner un nom à l'ordinateur. Le nom doit contenir au moins 2 parties, séparées par un point (.).\n" +". First, we have to give a name to your computer. The name must consist of " +"at least two parts, separated by a dot (.)." +msgstr "" +"1. Tout d'abord, nous devons donner un nom à l'ordinateur. Le nom doit " +"contenir au moins 2 parties, séparées par un point (.).\n" hunk ./po/docs/fr/docs.po 2157 -#: user.txt:664 network.txt:48 -#, no-wrap +#: user.txt:648 network.txt:32 +#, fuzzy hunk ./po/docs/fr/docs.po 2160 -"2. In the next dialog, you should choose how your machine connects to the network.\n" -"If you have an internal network card and an assigned IP address, gateway, and\n" -"DNS, use static to enter these values. If your IP address is assigned by a\n" -"DHCP server (commonly used by cable modem services, not equal to dsl\n" -"services), select dhcp. In case you've got a DSL connection (eg. ADSL) chose\n" -"the dsl option! Finally, if you do not have a network card,\n" -"select the lo choice. The lo is also the correct choice if you are\n" -"using a PCMCIA network card.\n" -"+\n" -"When you set up the network first question will be the interface you want to set up.\n" -"It is usually eth0, but it can differ when you set up wireless interfaces for example.\n" -"If you set up a wireless card netconfig will also ask your ESSID and encription key.\n" -"+\n" -"2.1 If you chose static, you must give your IP address, the netmask of your\n" -"local network, your gateway address (you may leave it blank) and the IP\n" -"address of your primary name server (you can add more nameservers later\n" -"by editing the '/etc/resolv.conf' file) and then the configuration is finished.\n" -"+\n" -"2.2 If you chose dhcp, you can optionally give your dhcp hostname, however,\n" -"netconfig will not ask more questions about your network, since all\n" -"other data will be provided by the DHCP server.\n" -"+\n" -"2.3 In dsl part you must give your username, something like 'someone@provider.net'.\n" -"Then you'll have to specify the network interface (usually eth0) through\n" -"which the ADSL connecting script will try to communicate with your ADSL\n" -"modem. Then enter your password twice.\n" -"+\n" -"2.4 If you chose lo, you don't have to answer any questions.\n" +". In the next dialog, you should choose how your machine connects to the " +"network. If you have an internal network card and an assigned IP address, " +"gateway, and DNS, use static to enter these values. If your IP address is " +"assigned by a DHCP server (commonly used by cable modem services, not equal " +"to dsl services), select dhcp. In case you've got a DSL connection (eg. " +"ADSL) chose the dsl option! Finally, if you do not have a network card, " +"select the lo choice. The lo is also the correct choice if you are using a " +"PCMCIA network card. + When you set up the network first question will be " +"the interface you want to set up. It is usually eth0, but it can differ " +"when you set up wireless interfaces for example. If you set up a wireless " +"card netconfig will also ask your ESSID and encription key." hunk ./po/docs/fr/docs.po 2172 -"2. Dans le dialogue suivant, vous devez choisir comment votre machine est connectée au réseau. Si vous avez une carte réseau interne, une adresse IP assignée, ainsi qu'une passerelle et un DNS, choisissez statique pour entrer ces valeurs. Si votre adresse IP est assignée par un serveur DHCP (communément utilisé pour les connexions câbles), choisissez dhcp. Si vous avez une connexion DSL (eg. ADSL) choisissez l'option dsl (NDT:pour les *box [eg. Freebox] il vaut mieux choisir dhcp)! Enfin, si vous n'avez pas de carte réseau, choisissez lo. L'option lo est également le bon choix si vous utilisez une carte pcmcia.\n" -"+\n" -"Lorsque vous configurez le réseau, la première question portera sur le choix de la carte réseau.\n" -"En général c'est eth0, mais cela peut varier lorsque vous utilisez une carte wifi par exemple.\n" -"Si vous configurez une carte wifi, netconfig vous demandera également votre ESSID et la clef de cryptage.\n" -"+\n" -"2.1 Si vous avez choisi statique, vous devez indiquer votre adresse IP, le masque de votre réseau local, l'adresse de votre passerelle (vous pouvez laisser vide) et l'adresse IP de votre serveur DNS principal (vous pourrez en ajouter d'avantage ultérieurement en éditant le '/etc/resolv.conf'). A ce moment, la configuration est terminée.\n" -"+\n" -"2.2 si vous avez choisi dhcp, alors netconfig ne vous posera plus de questions à propos de votre réseau dans la mesure ou le serveur DHCP fournira les informations.\n" -"+\n" -"2.3 Dans la partie dsl vous devrez indiquer votre nom d'utilisateur, quelque chose du genre 'someone@provider.net'. Ensuite vous devrez spécifier l'interface réseau (généralement eth0) sur laquelle le script de connexion ADSL essaiera de communiquer avec votre modem ADSL. Entrez ensuite votre mot de passe 2 fois.\n" -"+\n" -"2.4 Si vous avez choisi lo, vous n'aurez à répondre à aucune question.\n" +"Dans l'écran suivant, vous devez indiquer comment votre machine est reliée " +"au réseau. Si vous avez une carte réseau interne, une adresse ip définie, " +"une passerelle, et des DNS, utilisez l'option 'static' pour entrer ces " +"informations. Si votre adresse ip est assignée par un serveur DHCP (c'est " +"généralement le cas pour opérateurs cable, variable pour les opérateurs " +"DSL), choisissez DHCP. Enfin, si vous n'avez pas de carte réseau, choisissez " +"lo. Le choix lo est également le bon si vous utilisez une carte réseau " +"PCMCIA." + +# type: Plain text +#: user.txt:653 network.txt:37 +#, fuzzy +msgid "" +".. If you chose static, you must give your IP address, the netmask of your " +"local network, your gateway address (you may leave it blank) and the IP " +"address of your primary name server (you can add more nameservers later by " +"editing the '/etc/resolv.conf' file) and then the configuration is finished." +msgstr "" +"Si vous avez choisi static, vous devez indiquer votre adresse IP, le masque " +"réseau de votre réseau local, l'adresse de votre passerelle (vous pouvez " +"laisser vide) et l'adresse IP de votre DNS principal (vous pourrez ajouter " +"d'autres DNS plus tard en éditant le fichier /etc/resolv.conf), la " +"configuration du réseau est alors terminée." + +# type: Plain text +#: user.txt:657 network.txt:41 +#, fuzzy +msgid "" +".. If you chose dhcp, you can optionally give your dhcp hostname, however, " +"netconfig will not ask more questions about your network, since all other " +"data will be provided by the DHCP server." +msgstr "" +"Si vous avez choisi dhcp, vous pouvez optionnellement indiquer votre nom " +"d'hôte dhcp, cependant, netconfig ne posera pas plus de questions sur votre " +"réseau, car toutes les autres informations seront fournies par le serveur " +"DHCP." + +# type: Plain text +#: user.txt:662 network.txt:46 +#, fuzzy +msgid "" +".. In dsl part you must give your username, something like 'someone@provider." +"net'. Then you'll have to specify the network interface (usually eth0) " +"through which the ADSL connecting script will try to communicate with your " +"ADSL modem. Then enter your password twice." +msgstr "" +"Vous devrez tout d'abord indiquer votre nom d'utilisateur, quelque chose du " +"genre `someone@provider.net'. Ensuite vous devrez spécifier l'interface " +"réseau (généralement eth0) au travers de laquelle le script de de connexion " +"ADSL va essayer de communiquer avec votre modem ADSL. Il faut ensuite saisir " +"le mot de passe 2 fois." + +# type: Plain text +#: user.txt:664 network.txt:48 +#, fuzzy +msgid ".. If you chose lo, you don't have to answer any questions." +msgstr "Si vous avez choisi lo, vous n'aurez à répondre à aucune question." hunk ./po/docs/fr/docs.po 2232 -#, no-wrap +#, fuzzy hunk ./po/docs/fr/docs.po 2234 -"3. Finally, netconfig will write all your network configuration files. If you\n" -"want to edit your settings by hand, the interface information is stored in\n" -"the '/etc/sysconfig/network' directory. There is only one file there called\n" -"default in most cases. It's because you can set up more then one profile.\n" -"It's very useful when you got a laptop so you can set up options for all\n" -"networks you use.\n" -msgstr "3. Finalement, netconfig va écrire tous vos fichiers de config. Si vous voulez éditer vos paramétres à la main, les éléments relatifs aux interfaces sont enregistrés dans le répertoire /etc/sysconfig/network. La plupart du temps un seul fichier nommé \"default\" est contenu dans ce dernier. Cela est du au fait que vous pouvez définir plus d'un profil. Cela est très utile lorsque vous possédez un portable, de telle façon que vous pouvez le modifier rapidement pour toutes vos configurations réseau.\n" +". Finally, netconfig will write all your network configuration files. If you " +"want to edit your settings by hand, the interface information is stored in " +"the '/etc/sysconfig/network' directory. There is only one file there called " +"default in most cases. It's because you can set up more then one profile. " +"It's very useful when you got a laptop so you can set up options for all " +"networks you use." +msgstr "" +"3. Finalement, netconfig va écrire tous vos fichiers de config. Si vous " +"voulez éditer vos paramétres à la main, les éléments relatifs aux interfaces " +"sont enregistrés dans le répertoire /etc/sysconfig/network. La plupart du " +"temps un seul fichier nommé \"default\" est contenu dans ce dernier. Cela " +"est du au fait que vous pouvez définir plus d'un profil. Cela est très utile " +"lorsque vous possédez un portable, de telle façon que vous pouvez le " +"modifier rapidement pour toutes vos configurations réseau.\n" hunk ./po/docs/fr/docs.po 3117 -#, no-wrap +#, fuzzy hunk ./po/docs/fr/docs.po 3119 -"1. After setup is finished, before hitting ENTER to reboot, switch to `tty2` by\n" -"pressing `Alt-F2` and press ENTER to get a shell.\n" +". After setup is finished, before hitting ENTER to reboot, switch to `tty2` " +"by pressing `Alt-F2` and press ENTER to get a shell." hunk ./po/docs/fr/docs.po 3122 -". Après l'installation terminée, avant de taper ENTREE pour redémarrer la machine, permutez sur `tty2` en\n" +". Après l'installation terminée, avant de taper ENTREE pour redémarrer la " +"machine, permutez sur `tty2` en\n" hunk ./po/docs/fr/docs.po 3128 -#, no-wrap +#, fuzzy, no-wrap hunk ./po/docs/fr/docs.po 3130 -"2. Change your root directory to /mnt/target:\n" +". Change your root directory to /mnt/target:\n" hunk ./po/docs/fr/docs.po 3150 -#, no-wrap +#, fuzzy hunk ./po/docs/fr/docs.po 3152 -"3. The source of your kernel (with additional patches applied) can be found\n" -"at `/usr/src/linux`. So go to the `/usr/src/linux` directory and enter the\n" -"configuration menu by typing `make menuconfig`. Inside it, select the driver\n" -"you don't want to compile as a module anymore, and exit from the menu with\n" -"saving changes.\n" +". The source of your kernel (with additional patches applied) can be found " +"at `/usr/src/linux`. So go to the `/usr/src/linux` directory and enter the " +"configuration menu by typing `make menuconfig`. Inside it, select the driver " +"you don't want to compile as a module anymore, and exit from the menu with " +"saving changes." hunk ./po/docs/fr/docs.po 3159 -"dans le repertoire `/usr/src/linux`. Alors allez donc au repertoire `/usr/src/linux` et entrez dans le/n menu de configuration en tapant `make menuconfig`. Dedans, sélectionnez le driver\n" -"si vous ne voulez pas le compiler comme un module, puis sortez du menu en/nsauvegardant vos modifications.\n" +"dans le repertoire `/usr/src/linux`. Alors allez donc au repertoire `/usr/" +"src/linux` et entrez dans le/n menu de configuration en tapant `make " +"menuconfig`. Dedans, sélectionnez le driver\n" +"si vous ne voulez pas le compiler comme un module, puis sortez du menu en/" +"nsauvegardant vos modifications.\n" hunk ./po/docs/fr/docs.po 3167 +#, fuzzy hunk ./po/docs/fr/docs.po 3169 -"Compile your kernel with the `make` command. This may take several minutes." +". Compile your kernel with the `make` command. This may take several minutes." hunk ./po/docs/fr/docs.po 3176 -#, no-wrap +#, fuzzy, no-wrap hunk ./po/docs/fr/docs.po 3178 -"5. Copy your new kernel to `/boot` by typing the following command:\n" +". Copy your new kernel to `/boot` by typing the following command:\n" hunk ./po/docs/fr/docs.po 3244 +#, fuzzy hunk ./po/docs/fr/docs.po 3249 -"help looking and the service manual doing:" +"help looking and the `service` manual doing:" hunk ./po/docs/fr/docs.po 5797 -msgstr "Prenez note que quand vous redémarrerez et avant d'exécuter scratchbox, vous devez lancer:" +msgstr "" +"Prenez note que quand vous redémarrerez et avant d'exécuter scratchbox, vous " +"devez lancer:" hunk ./po/docs/fr/docs.po 9899 +#, fuzzy hunk ./po/docs/fr/docs.po 9904 -"as root. Or, as a regular user, copy edit '~/.repoman.conf', and add the " -"fst_root dir in it (by default, it would download the files to /var/fst, and " -"it is not writable as a user, of course) and issue `repoman upd`." +"as root. Or, as a regular user, copy '/etc/repoman.conf' to '~/.repoman." +"conf' and edit it, change the fst_root dir in it (by default, it would " +"download the files to /var/fst, and it is not writable as a user, of course) " +"and issue `repoman upd`." hunk ./po/docs/fr/docs.po 9951 -#, no-wrap +#, fuzzy hunk ./po/docs/fr/docs.po 9953 -"First we enter the directory of mplayer then (like make and Makefile\n" -") we run makepkg that will build the package according to the parameters\n" -"described in FrugalBuild. We used use the -R option to build the package\n" -" in a chroot-ed environment. Since 0.5 building in chroot is the default\n" -"methot, you have to use -H if you want to build on the host system.\n" -"Chroot requires root privileges. To allow group (for example the devels\n" -"group) to use sudo makepkg, start visudo as root, and add the following line:\n" -msgstr "Tout d'abord nous nous plaçons dans le répertoire de mplayer puis (comme make et Makefile) nous exécutons makepkg qui va construire le paquet conformément au paramètres indiqués dans FrugalBuild. Nous avions l'habitude d'utiliser l'option -R pour construire le paquet dans un environnement chrooté. Depuis Frugalware 0.5 la construction en chroot est la méthode par défaut, vous devez utiliser -H si vous souhaitez construire le paquet sur le système hôte.Chroot nécessite les privilèges root. Pour autoriser un groupe (par exemple le groupe devels) à utiliser sudo makepkg, lancer visudo en tant que root, et ajoutez les lignes suivantes:\n" +"First we enter the directory of mplayer then (like make and Makefile) we " +"run makepkg that will build the package according to the parameters " +"described in FrugalBuild. We used use the -R option to build the package in " +"a chroot-ed environment. Since 0.5 building in chroot is the default methot, " +"you have to use -H if you want to build on the host system. Chroot requires " +"root privileges. To allow group (for example the devels group) to use sudo " +"makepkg, start visudo as root, and add the following line:" +msgstr "" +"Tout d'abord nous nous plaçons dans le répertoire de mplayer puis (comme " +"make et Makefile) nous exécutons makepkg qui va construire le paquet " +"conformément au paramètres indiqués dans FrugalBuild. Nous avions l'habitude " +"d'utiliser l'option -R pour construire le paquet dans un environnement " +"chrooté. Depuis Frugalware 0.5 la construction en chroot est la méthode par " +"défaut, vous devez utiliser -H si vous souhaitez construire le paquet sur le " +"système hôte.Chroot nécessite les privilèges root. Pour autoriser un groupe " +"(par exemple le groupe devels) à utiliser sudo makepkg, lancer visudo en " +"tant que root, et ajoutez les lignes suivantes:\n" hunk ./po/docs/fr/docs.po 13043 +# type: Plain text +#~ msgid "" +#~ "2. In the next dialog, you should choose how your machine connects to the network.\n" +#~ "If you have an internal network card and an assigned IP address, gateway, and\n" +#~ "DNS, use static to enter these values. If your IP address is assigned by a\n" +#~ "DHCP server (commonly used by cable modem services, not equal to dsl\n" +#~ "services), select dhcp. In case you've got a DSL connection (eg. ADSL) chose\n" +#~ "the dsl option! Finally, if you do not have a network card,\n" +#~ "select the lo choice. The lo is also the correct choice if you are\n" +#~ "using a PCMCIA network card.\n" +#~ "+\n" +#~ "When you set up the network first question will be the interface you want to set up.\n" +#~ "It is usually eth0, but it can differ when you set up wireless interfaces for example.\n" +#~ "If you set up a wireless card netconfig will also ask your ESSID and encription key.\n" +#~ "+\n" +#~ "2.1 If you chose static, you must give your IP address, the netmask of your\n" +#~ "local network, your gateway address (you may leave it blank) and the IP\n" +#~ "address of your primary name server (you can add more nameservers later\n" +#~ "by editing the '/etc/resolv.conf' file) and then the configuration is finished.\n" +#~ "+\n" +#~ "2.2 If you chose dhcp, you can optionally give your dhcp hostname, however,\n" +#~ "netconfig will not ask more questions about your network, since all\n" +#~ "other data will be provided by the DHCP server.\n" +#~ "+\n" +#~ "2.3 In dsl part you must give your username, something like 'someone@provider.net'.\n" +#~ "Then you'll have to specify the network interface (usually eth0) through\n" +#~ "which the ADSL connecting script will try to communicate with your ADSL\n" +#~ "modem. Then enter your password twice.\n" +#~ "+\n" +#~ "2.4 If you chose lo, you don't have to answer any questions.\n" +#~ msgstr "" +#~ "2. Dans le dialogue suivant, vous devez choisir comment votre machine est connectée au réseau. Si vous avez une carte réseau interne, une adresse IP assignée, ainsi qu'une passerelle et un DNS, choisissez statique pour entrer ces valeurs. Si votre adresse IP est assignée par un serveur DHCP (communément utilisé pour les connexions câbles), choisissez dhcp. Si vous avez une connexion DSL (eg. ADSL) choisissez l'option dsl (NDT:pour les *box [eg. Freebox] il vaut mieux choisir dhcp)! Enfin, si vous n'avez pas de carte réseau, choisissez lo. L'option lo est également le bon choix si vous utilisez une carte pcmcia.\n" +#~ "+\n" +#~ "Lorsque vous configurez le réseau, la première question portera sur le choix de la carte réseau.\n" +#~ "En général c'est eth0, mais cela peut varier lorsque vous utilisez une carte wifi par exemple.\n" +#~ "Si vous configurez une carte wifi, netconfig vous demandera également votre ESSID et la clef de cryptage.\n" +#~ "+\n" +#~ "2.1 Si vous avez choisi statique, vous devez indiquer votre adresse IP, le masque de votre réseau local, l'adresse de votre passerelle (vous pouvez laisser vide) et l'adresse IP de votre serveur DNS principal (vous pourrez en ajouter d'avantage ultérieurement en éditant le '/etc/resolv.conf'). A ce moment, la configuration est terminée.\n" +#~ "+\n" +#~ "2.2 si vous avez choisi dhcp, alors netconfig ne vous posera plus de questions à propos de votre réseau dans la mesure ou le serveur DHCP fournira les informations.\n" +#~ "+\n" +#~ "2.3 Dans la partie dsl vous devrez indiquer votre nom d'utilisateur, quelque chose du genre 'someone@provider.net'. Ensuite vous devrez spécifier l'interface réseau (généralement eth0) sur laquelle le script de connexion ADSL essaiera de communiquer avec votre modem ADSL. Entrez ensuite votre mot de passe 2 fois.\n" +#~ "+\n" +#~ "2.4 Si vous avez choisi lo, vous n'aurez à répondre à aucune question.\n" + hunk ./po/docs/fr/docs.po 13517 -# type: Plain text -#~ msgid "" -#~ "In the next dialog, you should choose how your machine connects to the " -#~ "network. If you have an internal network card and an assigned IP " -#~ "address, gateway, and DNS, use static to enter these values. If your IP " -#~ "address is assigned by a DHCP server (commonly used by cable modem " -#~ "services, not equal to dsl services), select dhcp. Finally, if you do not " -#~ "have a network card, select the lo choice. The lo is also the correct " -#~ "choice if you are using a PCMCIA network card." -#~ msgstr "" -#~ "Dans l'écran suivant, vous devez indiquer comment votre machine est " -#~ "reliée au réseau. Si vous avez une carte réseau interne, une adresse ip " -#~ "définie, une passerelle, et des DNS, utilisez l'option 'static' pour " -#~ "entrer ces informations. Si votre adresse ip est assignée par un serveur " -#~ "DHCP (c'est généralement le cas pour opérateurs cable, variable pour les " -#~ "opérateurs DSL), choisissez DHCP. Enfin, si vous n'avez pas de carte " -#~ "réseau, choisissez lo. Le choix lo est également le bon si vous utilisez " -#~ "une carte réseau PCMCIA." - -# type: Plain text -#~ msgid "" -#~ "If you chose static, you must give your IP address, the netmask of your " -#~ "local network, your gateway address (you may leave it blank) and the IP " -#~ "address of your primary name server (you can add more nameservers later " -#~ "by editing the '/etc/resolv.conf' file) and then the configuration is " -#~ "finished." -#~ msgstr "" -#~ "Si vous avez choisi static, vous devez indiquer votre adresse IP, le " -#~ "masque réseau de votre réseau local, l'adresse de votre passerelle (vous " -#~ "pouvez laisser vide) et l'adresse IP de votre DNS principal (vous pourrez " -#~ "ajouter d'autres DNS plus tard en éditant le fichier /etc/resolv.conf), " -#~ "la configuration du réseau est alors terminée." - -# type: Plain text -#~ msgid "" -#~ "If you chose dhcp, you can optionally give your dhcp hostname, however, " -#~ "netconfig will not ask more questions about your network, since all other " -#~ "data will be provided by the DHCP server." -#~ msgstr "" -#~ "Si vous avez choisi dhcp, vous pouvez optionnellement indiquer votre nom " -#~ "d'hôte dhcp, cependant, netconfig ne posera pas plus de questions sur " -#~ "votre réseau, car toutes les autres informations seront fournies par le " -#~ "serveur DHCP." - -# type: Plain text -#~ msgid "If you chose lo, you don't have to answer any questions." -#~ msgstr "Si vous avez choisi lo, vous n'aurez à répondre à aucune question." - hunk ./po/docs/fr/docs.po 13531 -# type: Plain text -#~ msgid "" -#~ "First, you must give your username, something like 'someone@provider." -#~ "net'. Then you'll have to specify the network interface (usually eth0) " -#~ "through which the ADSL connecting script will try to communicate with " -#~ "your ADSL modem. Then enter your password twice." -#~ msgstr "" -#~ "Vous devrez tout d'abord indiquer votre nom d'utilisateur, quelque chose " -#~ "du genre `someone@provider.net'. Ensuite vous devrez spécifier " -#~ "l'interface réseau (généralement eth0) au travers de laquelle le script " -#~ "de de connexion ADSL va essayer de communiquer avec votre modem ADSL. Il " -#~ "faut ensuite saisir le mot de passe 2 fois." - } From pootle at frugalware.org Wed May 2 13:18:25 2007 From: pootle at frugalware.org (Pootle) Date: Wed May 2 13:18:27 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 15 of 15 messages translated (0 fuzzy). Message-ID: <20070502111825.3A05313A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070502111821-635f8-ae6308e4bc36bcd90b4995b1956a00133f3e86e7.gz; [Commit from Pootle by user hermier. 15 of 15 messages translated (0 fuzzy). Pootle **20070502111821] { hunk ./po/frugalwareutils/fr/xwmconfig.po 10 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: 2007-04-30 11:56+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-05-02 13:18+0200\n" hunk ./po/frugalwareutils/fr/xwmconfig.po 39 -msgid "--force Run this tool even if GDM or KDM is installed.\n" +msgid "--force Run this tool even if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/fr/xwmconfig.po 50 -msgid "--silent Do not print any warning if GDM or KDM installed.\n" +msgid "--silent Do not print any warning if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/fr/xwmconfig.po 52 -"--silent N'afficher aucun avertissement si GDM ou KDM sont " -"installés.\n" +"--silent N'afficher aucun avertissement si GDM ou KDM sont installés.\n" } From vmiklos at frugalware.org Wed May 2 13:23:10 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 13:23:12 2007 Subject: [Frugalware-darcs] frugalware-current: nas-1.9-1-i686 Message-ID: <20070502112310.E0FB313A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502112153-e2957-ceb6901b148f6033c6841241dc48629a72b4d4e2.gz; [nas-1.9-1-i686 VMiklos **20070502112153 version bump ] { hunk ./source/xmultimedia/nas/FrugalBuild 5 -pkgver=1.8 -pkgextraver=a -pkgrel=2 +pkgver=1.9 +pkgextraver= +pkgrel=1 hunk ./source/xmultimedia/nas/FrugalBuild 17 -source=(http://nas.codebrilliance.com/$pkgname/$pkgname-$pkgver$pkgextraver.src.tar.gz nasd rc.nasd rc.nasd-hu.po \ - SA24527.diff) +source=(http://nas.codebrilliance.com/$pkgname/$pkgname-$pkgver$pkgextraver.src.tar.gz nasd rc.nasd rc.nasd-hu.po) hunk ./source/xmultimedia/nas/FrugalBuild 21 - Fpatchall + Fcd hunk ./source/xmultimedia/nas/FrugalBuild 36 -sha1sums=('529c74e24fbf3d2846dfe45a47cbb22698847c41'\ +sha1sums=('2ee3151c71a6667bd996a0f1cda18a8b9d7cb0c7'\ hunk ./source/xmultimedia/nas/FrugalBuild 39 - '13c0604884801eb1a0a44059924eb9476e121a78'\ - '45c3ff9a3b30fd2aea484e2ab0266dd62746267b') + '13c0604884801eb1a0a44059924eb9476e121a78') hunk ./source/xmultimedia/nas/SA24527.diff 1 - - fix a variety of problems that could result in a denial of - service by crashing the nasd server. These attacks were - researched by Luigi Auriemma, who also provided a description of - the attacks and an exploit program, 'nasbugs'. - - I have added his emailed report and the test attack code to the - nas repository in contrib/nasbugs if you are interested. Thanks - to Luigi for finding these problems. It sucked fixing them :) - - Here is a list of the bugs tested as output by the nasbugs - program: - - 1 = accept_att_local buffer overflow through USL connection - 2 = server termination through unexistent ID in AddResource - 3 = bcopy crash caused by integer overflow in ProcAuWriteElement - 4 = invalid memory pointer caused by big num_actions in ProcAuSetElements - 5 = another invalid memory pointer caused by big num_actions in - ProcAuSetElements - 6 = invalid memory pointer in compileInputs - 7 = exploits bug 3 in read mode (requires something playing on - the server) - 8 = NULL pointer caused by too much connections - - Note on bug #2, X11 display servers should be vulnerable to a - DOS of this type as well (causing fatal 'client not in use' - errors in AddResource()). - - Note on bug #8, the nasd server will not be able to accept - further client connections when the client table is full, until - the rejected clients disconnect their end of the socket and the - neccessary fd's are freed up. It's better than coring though. -Index: server/os/connection.c -=================================================================== ---- a/server/os/connection.c (revision 235) -+++ b/server/os/connection.c (revision 236) -@@ -877,13 +877,19 @@ - } - #endif /* SVR4 */ - -+/* JET 3/17/2007 - Luigi Auriemma's nasbugs, attack #1, simple buffer -+ overflow. Now we limit to _MAX_SALVENM. -+ */ -+ -+#define _MAX_SLAVENM (256) -+ - static int - accept_att_local(void) - { - int newconn; - int read_in; -- char length; -- char path[64]; -+ unsigned char length; -+ char path[_MAX_SLAVENM]; - - /* - * first get device-name -@@ -893,6 +899,9 @@ - return (-1); - } - -+ if (length >= _MAX_SLAVENM) -+ length = _MAX_SLAVENM - 1; -+ - if ((read_in = read(ptsFd, path, length)) <= 0) { - Error("audio server: Can't read slave name from USL client connection"); - return (-1); -@@ -1447,8 +1456,19 @@ - (struct sockaddr *) NULL, - (socklen_t *) NULL)) < 0) - continue; -- if (newconn > lastfdesc) { -- ErrorConnMax(newconn); -+ -+ -+ -+ /* JET 3/17/2007 - Luigi Auriemma's nasbugs, attack #8. -+ shut down the client if the max is exceeded. Note, -+ if the client does not send any data or disconnect, -+ ErrorConnMax() has been modified to return if a -+ timeout occurs. If this happens the client will simply -+ be disconnected. -+ */ -+ -+ if (newconn >= lastfdesc - 1) { -+ ErrorConnMax(newconn); - close(newconn); - continue; - } -@@ -1526,6 +1546,7 @@ - char byteOrder = 0; - int whichbyte = 1; - struct timeval waittime; -+ int rv = 0; - #ifndef _MINIX - long mask[mskcnt]; - #endif /* !_MINIX */ -@@ -1538,12 +1559,17 @@ - CLEARBITS(mask); - BITSET(mask, fd); - #ifdef hpux -- (void) select(fd + 1, (int *) mask, (int *) NULL, (int *) NULL, -- &waittime); -+ rv = select(fd + 1, (int *) mask, (int *) NULL, (int *) NULL, -+ &waittime); - #else -- (void) select(fd + 1, (fd_set *) mask, (fd_set *) NULL, -- (fd_set *) NULL, &waittime); -+ rv = select(fd + 1, (fd_set *) mask, (fd_set *) NULL, -+ (fd_set *) NULL, &waittime); - #endif -+ -+ /* JET 3/17/2007, if we timed out, simply return */ -+ if (rv == 0) -+ return; -+ - /* try to read the byte-order of the connection */ - (void) read(fd, &byteOrder, 1); - #else -Index: server/dia/auutil.c -=================================================================== ---- a/server/dia/auutil.c (revision 235) -+++ b/server/dia/auutil.c (revision 236) -@@ -209,6 +209,20 @@ - dataSize = numSamples * sizeofFormat(format) * numTracks; - minibufSize = auNativeBytesPerSample * auMinibufSamples * numTracks; - -+ /* JET 3/17/2007 - Luigi Auriemma's nasbugs, attack #3, triggers -+ this. After the overflow the malloc will succeed, since it -+ becomes a small number when dataSize is very large. dataSize, -+ however will remain large, and attempts to copy data into the -+ buffer from the client will eventually core (like in -+ ProcAuWriteElement) as the buffer is overrun */ -+ -+ /* check for a possible integer overflow first, before possibly -+ allocating a much smaller buffer than is really required. */ -+ if (dataSize > (PAD4(sizeof(ComponentRec)) + -+ PAD4(dataSize) + -+ PAD4(minibufSize) * 2)) -+ return NULL; -+ - /* the minibuf needs to be twice as large for output range checking */ - if (!(port = (ComponentPtr) aualloc(PAD4(sizeof(ComponentRec)) + - PAD4(dataSize) + -@@ -649,6 +663,14 @@ - - /* compile the inputs for this output */ - inputCnt = 0; -+ -+ /* JET 3/17/2007 - Luigi Auriemma's nasbugs, attack #6. -+ Make sure an invalid element number isn't going to be -+ used for output->firstInput. -+ */ -+ if (output->firstInput > flow->numElements) -+ return AuBadElement; -+ - status = compileInputs(client, flow->elements, output, - output->firstInput, - AuFixedPointFromSum(1, 0), -Index: server/dia/audispatch.c -=================================================================== ---- a/server/dia/audispatch.c (revision 235) -+++ b/server/dia/audispatch.c (revision 236) -@@ -550,25 +550,31 @@ - 0, /* AuElementTypeExportMonitor */ - }; - --#define ADD_VAR(n) \ --{ \ -- AuUint8 *_t = (AuUint8 *) el; \ -- \ -- varLen += (n); \ -- _t += (n); \ -- el = (auElement *) _t; \ -+#define ADD_VAR(n) \ -+{ \ -+ AuUint8 *_t = (AuUint8 *) el; \ -+ \ -+ varLen += (n); \ -+ _t += (n); \ -+ el = (auElement *) _t; \ - } - --#define COMP_ACTIONS(num) \ --{ \ -- numActions += (num) ? (num) : numDefaultActions[el->type]; \ -- ADD_VAR((num) * sizeof(auElementAction)); \ -+#define COMP_ACTIONS(num) \ -+{ \ -+ numActions += (num) ? (num) : numDefaultActions[el->type]; \ -+ ADD_VAR((num) * sizeof(auElementAction)); \ - } - --#define FREE_FLOW_ERROR(e, v) \ --{ \ -- AuFreeFlowElements(flow); \ -- AU_ERROR(e, v); \ -+/* JET 3/17/2007 - Luigi Auriemma's nasbugs, attack #5. Let's not be -+ stupid and free a flow, then deref data within the freed flow in -+ AU_ERROR(). -+*/ -+ -+#define FREE_FLOW_ERROR(e, v) \ -+{ \ -+ CARD8 val = (v); \ -+ AuFreeFlowElements(flow); \ -+ AU_ERROR(e, val); \ - } - - int -@@ -591,6 +597,20 @@ - - /* compute length of variable data and do some error checking */ - for (i = varLen = numActions = 0; i < stuff->numElements; i++, el++) -+ { -+ -+ /* JET 3/17/2007 - Luigi Auriemma's nasbugs, attack #4, -+ triggers this. while counting actions, make sure we do not -+ stray beyond the stuff buffer. If we do, then there wasn't -+ enough data supplied in the request. -+ */ -+ -+ if (el >= ((auElement *)&stuff[1] + -+ ((stuff->length << 2) - sizeof(auSetElementsReq))) ) -+ { -+ AU_ERROR(AuBadLength, 0); -+ } -+ - switch (el->type) { - case AuElementTypeImportClient: - COMP_ACTIONS(el->importclient.actions.num_actions); -@@ -628,6 +648,7 @@ - default: - AU_ERROR(AuBadElement, el->type); - } -+ } - - /* size of element list */ - len = (stuff->length << 2) - sizeof(auSetElementsReq); -Index: server/dia/resource.c -=================================================================== ---- a/server/dia/resource.c (revision 235) -+++ b/server/dia/resource.c (revision 236) -@@ -289,10 +289,22 @@ - - client = CLIENT_ID(id); - rrec = &clientTable[client]; -+ -+ /* JET 3/17/2007 - Luigi Auriemma's nasbugs, attack #2. can -+ force nasd to terminate by specifying a non-existant clientid -+ to this request. Normally all proto requests are made via -+ libaudio, in which case this situation should never happen. -+ However, if you talk protocol to the server directly... Well, -+ we will log the condition when it occurs, but will not -+ terminate the server. -+ -+ It occurs to me that X servers should be vulnerable to this -+ DOS, since this code is present in X11 too. :) */ -+ - if (!rrec->buckets) { -- ErrorF("AddResource(%x, %x, %x), client=%d \n", -+ ErrorF("AddResource(%x, %x, %x), client=%d (client not in use)\n", - id, type, (unsigned long) value, client); -- FatalError("client not in use\n"); -+ return FALSE; - } - if ((rrec->elements >= 4 * rrec->buckets) && - (rrec->hashsize < MAXHASHSIZE)) rmfile ./source/xmultimedia/nas/SA24527.diff } From krics at linuxforum.hu Wed May 2 13:28:18 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 13:28:20 2007 Subject: [Frugalware-darcs] frugalware-current: gcalctool-5.9.14-1-x86_64 Message-ID: <20070502112818.AE14F13A402C@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502112722-d209c-6202fffab4a8df001e3e8ff4b549c09013ee9934.gz; [gcalctool-5.9.14-1-x86_64 Christian Hamar alias krix **20070502112722 * Added _F_gnome_devel yes ] { hunk ./source/gnome/gcalctool/FrugalBuild 16 +_F_gnome_devel="y" } From michel.hermier at gmail.com Wed May 2 13:28:40 2007 From: michel.hermier at gmail.com (Michel Hermier) Date: Wed May 2 13:28:41 2007 Subject: [Frugalware-darcs] frugalwareutils: frugalwareutils: fix typo in the option name. Message-ID: <20070502112840.BBB5E13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070502112650-b99eb-d34d30b4e638744fd6fd0ebd123ed7d1ea39a96a.gz; [frugalwareutils: fix typo in the option name. Michel Hermier **20070502112650] { hunk ./timeconfig/timeconfig.c 54 - "unsure, then select 'local' here."), 0, 0, 0, 2, modes); + "unsure, then select 'localtime' here."), 0, 0, 0, 2, modes); } From pootle at frugalware.org Wed May 2 13:29:49 2007 From: pootle at frugalware.org (Pootle) Date: Wed May 2 13:29:51 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 7 of 7 messages translated (0 fuzzy). Message-ID: <20070502112949.991CA13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070502112941-635f8-859a2d208758708189d93db102b0e7c0e81efde4.gz; [Commit from Pootle by user hermier. 7 of 7 messages translated (0 fuzzy). Pootle **20070502112941] { hunk ./po/frugalwareutils/fr/timeconfig.po 10 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: 2007-04-30 17:41+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-05-02 13:29+0200\n" hunk ./po/frugalwareutils/fr/timeconfig.po 20 -#: ../timeconfig.c:45 -msgid "no" -msgstr "non" - hunk ./po/frugalwareutils/fr/timeconfig.po 22 -msgstr "L'horloge matérielle (bios) est ajusté sur le temps local" - -#: ../timeconfig.c:46 -msgid "yes" -msgstr "oui" +msgstr "L'horloge matérielle est ajusté sur le temps local" hunk ./po/frugalwareutils/fr/timeconfig.po 25 -msgid "Hardware clock is set to UTC" -msgstr "L'horloge matérielle est réglée en fonction de l'UTC" +msgid "Hardware clock is set to UTC/GMT" +msgstr "L'horloge matérielle est ajustée sur le temps UTC/GMT" hunk ./po/frugalwareutils/fr/timeconfig.po 29 -msgid "Do you want to set hardware clock to UTC?" -msgstr "Voulez vous ajuster votre horloge matérielle sur l'UTC?" +msgid "What is the setup of the hardware clock?" +msgstr "Quel est le réglage de votre horloge matérielle (BIOS)?" hunk ./po/frugalwareutils/fr/timeconfig.po 34 -"Is the hardware clock set to Coordinated Universal Time (UTC/GMT)? If it " -"is, select 'yes' here. If the hardware clock is set to the current local " -"time (this is how most PCs are set up), then say 'no' here. If you are not " -"sure what this is, you should answer 'no' here." -msgstr "" -"L'horloge matérielle est elle ajustée sur le Temps Cordonné Universellement " -"(UTC/GMT)? Si oui, sélectionnez 'oui' ici. Si l'horloge matérielle est " -"réglée sur le temps local (votre fuseau horaire - c'est le cas pour la " -"plupart des pc), alors répondez 'non' ici. Si vous n'êtes pas sur, vous " -"devriez répondre 'non'." +"If the hardware clock is set to the Coordinated Universal time select 'UTC'. " +"Else if it is set to the current local time (this is how most PCs are set " +"up) or if you are unsure, then select 'local' here." +msgstr "Si votre horloge matérielle est réglée sur le Temps Cordonné Universellement, choisissez 'UTC', Sinon si elle est réglée sur l'heure locale (c'est ainsi que sont réglés la majorité des PC) ou si vous n'êtes pas sur, sélectionnez alors 'localtime' ici." hunk ./po/frugalwareutils/fr/timeconfig.po 39 -#: ../timeconfig.c:99 +#: ../timeconfig.c:88 hunk ./po/frugalwareutils/fr/timeconfig.po 43 -#: ../timeconfig.c:100 +#: ../timeconfig.c:89 hunk ./po/frugalwareutils/fr/timeconfig.po 48 -#: ../timeconfig.c:118 +#: ../timeconfig.c:107 hunk ./po/frugalwareutils/fr/timeconfig.po 52 +#~ msgid "no" +#~ msgstr "non" + +#~ msgid "yes" +#~ msgstr "oui" + +#~ msgid "Do you want to set hardware clock to UTC?" +#~ msgstr "Voulez vous ajuster votre horloge matérielle sur l'UTC?" + } From krics at linuxforum.hu Wed May 2 13:32:35 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 13:32:36 2007 Subject: [Frugalware-darcs] frugalware-current: gcalctool-5.19.1-1-x86_64 Message-ID: <20070502113235.1C90C13A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502113130-d209c-b3b571a1470509e907c20a9469fdc1ed158db14e.gz; [gcalctool-5.19.1-1-x86_64 Christian Hamar alias krix **20070502113130 * Version bump ] { hunk ./source/gnome/gcalctool/FrugalBuild 5 -pkgver=5.9.14 +pkgver=5.19.1 hunk ./source/gnome/gcalctool/FrugalBuild 18 -sha1sums=('299489f6090c3f88cca754e8a513b8a8e3d16cf9') +sha1sums=('6303522683dd8c72335a9fe9fc9db994375f8cba') } From vmiklos at frugalware.org Wed May 2 13:37:40 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 13:37:44 2007 Subject: [Frugalware-darcs] frugalware-current: transfig-3.2.5-1-i686 Message-ID: <20070502113740.D6ED213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502113515-e2957-0cbfa1cbef4b862c9d5d596c0ee8071992bdf9f3.gz; [transfig-3.2.5-1-i686 VMiklos **20070502113515 version bump finally we can drop -gcc33.patch! ;) ] { hunk ./source/xapps-extra/transfig/FrugalBuild 5 -pkgver=3.2.4 +pkgver=3.2.5 hunk ./source/xapps-extra/transfig/FrugalBuild 14 -source=(http://xfig.org/software/xfig/$pkgver/transfig.$pkgver.tar.gz \ - $pkgname-$pkgver{,-gcc33}.patch) -sha1sums=('edfec1865dbfe9e7a06ae8be016f1a489b3d307d' \ - 'af14295dae4c8424a44837665d5332729198fe5c' \ - 'b128665041ad5a600159cc723759c7026ead454e') +source=(http://xfig.org/software/xfig/$pkgver/transfig.$pkgver.tar.gz) +sha1sums=('2657c104d0099dcb4565a8762a9543310e55e767') hunk ./source/xapps-extra/transfig/FrugalBuild 20 - Fpatchall + + # thanks go out to the Gentoo developers for these ugly hacks ;) + vars2subs="BINDIR=/usr/bin + MANDIR=/usr/share/man/man\$\(MANSUFFIX\) + XFIGLIBDIR=/usr/lib/xfig + USEINLINE=-DUSE_INLINE + RGB=/usr/share/X11/rgb.txt + FIG2DEV_LIBDIR=/usr/lib/fig2dev" + for variable in ${vars2subs} + do + varname=${variable%%=*} + varval=${variable##*=} + sed -i "s:^\(XCOMM\)*[[:space:]]*${varname}[[:space:]]*=.*$:${varname} = ${varval}:" \ + fig2dev/Imakefile fig2dev/dev/Imakefile + done + # end of hacks hunk ./source/xapps-extra/transfig/transfig-3.2.4-gcc33.patch 1 -diff -ruN transfig.3.2.4.orig/fig2dev/dev/gensvg.c transfig.3.2.4/fig2dev/dev/gensvg.c ---- transfig.3.2.4.orig/fig2dev/dev/gensvg.c 2003-06-24 23:13:43.000000000 +0200 -+++ transfig.3.2.4/fig2dev/dev/gensvg.c 2003-06-24 23:18:55.000000000 +0200 -@@ -692,16 +692,17 @@ - if (t->angle != 0) { - fprintf (tfp, "\n", - (int) (t->base_x * mag), (int) (t->base_y * mag), degrees (t->angle)); -- fprintf (tfp, "\n", -+ fprintf (tfp, "\n", - rgbColorVal (t->color), family[(int) ceil ((t->font + 1) / 4)], - (t->font % 2 == 0 ? "normal" : "italic"), - (t->font % 4 < 2 ? "normal" : "bold"), (int) (ceil (t->size * 12 * mag)), - anchor[t->type]); - } - else -- fprintf (tfp, "\n", -+ fprintf (tfp, "\n", - (int) (t->base_x * mag), (int) (t->base_y * mag), rgbColorVal (t->color), - family[(int) ceil ((t->font + 1) / 4)], - (t->font % 2 == 0 ? "normal" : "italic"), -diff -ruN transfig.3.2.4.orig/fig2dev/fig2dev.h transfig.3.2.4/fig2dev/fig2dev.h ---- transfig.3.2.4.orig/fig2dev/fig2dev.h 2003-06-24 23:13:43.000000000 +0200 -+++ transfig.3.2.4/fig2dev/fig2dev.h 2003-06-24 23:14:31.000000000 +0200 -@@ -22,7 +22,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include rmfile ./source/xapps-extra/transfig/transfig-3.2.4-gcc33.patch hunk ./source/xapps-extra/transfig/transfig-3.2.4.patch 1 ---- transfig.3.2.4/fig2dev/Imakefile.orig 2002-12-19 12:33:44.000000000 -0500 -+++ transfig.3.2.4/fig2dev/Imakefile 2003-07-22 13:38:50.000000000 -0500 -@@ -20,13 +20,13 @@ - XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled - XCOMM and installed xfig. - --XFIGLIBDIR = /usr/local/lib/X11/xfig -+XFIGLIBDIR = $(LIBDIR)/xfig - - XCOMM ****** - XCOMM If your system has the strerror() function (doesn't have sys_errlist) then - XCOMM comment out NEED_STRERROR with an XCOMM comment. - --NEED_STRERROR = -DNEED_STRERROR -+XCOMM NEED_STRERROR = -DNEED_STRERROR - - XCOMM The following probably only applies to Windows 9x/NT: - XCOMM If your system can open files in text and binary modes and has the -@@ -39,7 +39,7 @@ - XCOMM inline functions. With the "INLINE" keyword, you should notice that - XCOMM the display will be a bit faster in complex figures - --XCOMM USEINLINE = -DUSE_INLINE -+USEINLINE = -DUSE_INLINE - - XCOMM **************** - XCOMM Change RGB if necessary, to point to your rgb.txt color database -@@ -60,8 +60,8 @@ - XCOMM are in different places - - #ifdef USEPNG --PNGLIBDIR = $(USRLIBDIR) --PNGINC = -I/usr/include/X11 -+PNGLIBDIR = $(SYSTEMUSRLIBDIR) -+PNGINC = -I$(SYSTEMUSRINCDIR)/libpng - #endif - - XCOMM **************** -@@ -73,11 +73,11 @@ - XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) - XCOMM - --XCOMM #define USEXPM -+#define USEXPM - - #ifdef USEXPM - XPMLIBDIR = $(USRLIBDIR) --XPMINC = -I/usr/include/X11 -+XPMINC = -I$(INCDIR)/X11 - #endif - - XCOMM **************** -@@ -126,11 +126,11 @@ - - #ifdef I18N - I18N_DEFS = -DI18N --FIG2DEV_LIBDIR = /usr/local/lib/fig2dev -+FIG2DEV_LIBDIR = $(LIBDIR)/fig2dev - I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=\\\"$(FIG2DEV_LIBDIR)\\\" - - install:: -- [ -d $(DESTDIR)$(FIG2DEV_LIBDIR) ] || mkdir $(DESTDIR)$(FIG2DEV_LIBDIR) -+ [ -d $(DESTDIR)$(FIG2DEV_LIBDIR) ] || $(MKDIRHIER) $(DESTDIR)$(FIG2DEV_LIBDIR) - $(INSTALL) -c dev/japanese.ps $(DESTDIR)$(FIG2DEV_LIBDIR) - ( cd $(DESTDIR)$(FIG2DEV_LIBDIR); \ - rm -f ja.ps ja_JP.ps ja_JP.ujis.ps ja_JP.eucJP.ps ja_JP.EUC.ps; \ rmfile ./source/xapps-extra/transfig/transfig-3.2.4.patch } From iron at frugalware.org Wed May 2 13:39:09 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Wed May 2 13:39:11 2007 Subject: [Frugalware-darcs] frugalware-current: pdns-2.9.21-1-i686 Message-ID: <20070502113909.67C8113A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502113558-f490c-95c2458f33be27d8a3ae792a185b2a0d3df84ede.gz; [pdns-2.9.21-1-i686 Krisztian VASAS **20070502113558 - version bump ] { hunk ./source/network-extra/pdns/FrugalBuild 6 -pkgver=2.9.20 -pkgrel=4 +pkgver=2.9.21 +pkgrel=1 hunk ./source/network-extra/pdns/FrugalBuild 17 -sha1sums=('45fde296f17d2feaac779c206cf467d1dae2aaa1' \ +sha1sums=('2b86e4b44ef43db308c62e32b10ed0d5221a45c9' \ } From pootle at frugalware.org Wed May 2 13:51:55 2007 From: pootle at frugalware.org (Pootle) Date: Wed May 2 13:51:57 2007 Subject: [Frugalware-darcs] translations: Commit from Pootle by user hermier. 1496 of 1500 messages translated (4 fuzzy). Message-ID: <20070502115155.67B3F13A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070502115132-635f8-67c1648db7ba61a75898f56881b5bfc34d8e7a51.gz; [Commit from Pootle by user hermier. 1496 of 1500 messages translated (4 fuzzy). Pootle **20070502115132] { hunk ./po/docs/fr/docs.po 10 -"PO-Revision-Date: 2007-05-01 13:22+0200\n" +"PO-Revision-Date: 2007-05-02 13:48+0200\n" hunk ./po/docs/fr/docs.po 323 -#, fuzzy hunk ./po/docs/fr/docs.po 326 -msgstr "" -"Avant que vous commenciez à lire ce document, vous devez savoir quelques " -"informations importantes sur la façon de le lire." +msgstr "Avant que vous commenciez à lire ce document, vous devez savoir quelques informations importantes sur la façon de le lire." hunk ./po/docs/fr/docs.po 361 -#, fuzzy hunk ./po/docs/fr/docs.po 365 -msgstr "" -"Tout le long de se document, il y a des textes à l'intérieur de boites qui " -"montrent des historiques de console. Ces historiques sont important et " -"requièrent un peu d'attention puisque la plus part du temps il est attendu " -"que vous les exécuter et obteniez la même sortie." +msgstr "Tout le long de se document, il y a des textes à l'intérieur de boites qui montrent des historiques de console. Ces historiques sont important et requièrent un peu d'attention puisque la plus part du temps il est attendu que vous les exécutiez et obteniez la même sortie." hunk ./po/docs/fr/docs.po 396 -#, fuzzy hunk ./po/docs/fr/docs.po 399 -msgstr "" -"La partie `echo foo bar` est ce que vous devez taper et cela correspond a la " -"commande. La ligne suivante `foo bar` est la sortie de la commande " -"précédente." +msgstr "La partie `echo foo bar` est ce que vous devez taper et cela correspond à la commande. La ligne suivante `foo bar` est la sortie de la commande précédente." hunk ./po/docs/fr/docs.po 403 -#, fuzzy hunk ./po/docs/fr/docs.po 408 -msgstr "" -"Vous pouvez vous demander ce qui differencie une commande de ça sortie. Vous " -"voyez qu'au début de la commande il y a un `$`. Cela indique que c'est une " -"ligne de commande, mais il y a un peu plus de sens dans se symbole. Ce " -"symbole peut changer en fonction des privilèges utilisateurs requis pour " -"exécuter la commande." +msgstr "Vous pouvez vous demander ce qui différencie une commande de ça sortie. Vous voyez qu'au début de la commande il y a un `$`. Cela indique que c'est une ligne de commande, mais il y a un peu plus de sens dans se symbole. Ce symbole peut changer en fonction des privilèges utilisateurs requis pour exécuter la commande." hunk ./po/docs/fr/docs.po 2130 -#, fuzzy hunk ./po/docs/fr/docs.po 2133 -msgstr "" -"1. Tout d'abord, nous devons donner un nom à l'ordinateur. Le nom doit " -"contenir au moins 2 parties, séparées par un point (.).\n" +msgstr ". Tout d'abord, nous devons donner un nom à l'ordinateur. Le nom doit contenir au moins deux parties, séparées par un point (.)." hunk ./po/docs/fr/docs.po 2137 -#, fuzzy hunk ./po/docs/fr/docs.po 2150 -"Dans l'écran suivant, vous devez indiquer comment votre machine est reliée " -"au réseau. Si vous avez une carte réseau interne, une adresse ip définie, " -"une passerelle, et des DNS, utilisez l'option 'static' pour entrer ces " -"informations. Si votre adresse ip est assignée par un serveur DHCP (c'est " -"généralement le cas pour opérateurs cable, variable pour les opérateurs " -"DSL), choisissez DHCP. Enfin, si vous n'avez pas de carte réseau, choisissez " -"lo. Le choix lo est également le bon si vous utilisez une carte réseau " -"PCMCIA." +". Dans l'écran suivant, vous devez indiquer comment votre machine est reliée au réseau. Si vous avez une carte réseau interne, une adresse ip définie, une passerelle, et des DNS, utilisez l'option 'static' pour entrer ces informations. Si votre adresse ip est assignée par un serveur DHCP (c'est généralement le cas pour opérateurs cable, variable pour les opérateurs DSL), choisissez DHCP. Enfin, si vous n'avez pas de carte réseau, choisissez lo. Le choix lo est également le bon si vous utilisez une carte réseau PCMCIA.\n" +"+\n" +"Quand vous configurez votre réseau, la première question concernera le nom de l'interface que vous voulez configurer.C'est habituellement eth0, mais cela peut changé si vous configurer une interface sans fils par exemple.Si vous configurez une interface sans fil, netconfig demanderas aussi pour votre ESSID et la clef de cryptage." hunk ./po/docs/fr/docs.po 2156 -#, fuzzy hunk ./po/docs/fr/docs.po 2161 -msgstr "" -"Si vous avez choisi static, vous devez indiquer votre adresse IP, le masque " -"réseau de votre réseau local, l'adresse de votre passerelle (vous pouvez " -"laisser vide) et l'adresse IP de votre DNS principal (vous pourrez ajouter " -"d'autres DNS plus tard en éditant le fichier /etc/resolv.conf), la " -"configuration du réseau est alors terminée." +msgstr ".. Si vous avez choisi static, vous devez indiquer votre adresse IP, le masque réseau de votre réseau local, l'adresse de votre passerelle (vous pouvez laisser vide) et l'adresse IP de votre DNS principal (vous pourrez ajouter d'autres DNS plus tard en éditant le fichier /etc/resolv.conf), la configuration du réseau est alors terminée." hunk ./po/docs/fr/docs.po 2165 -#, fuzzy hunk ./po/docs/fr/docs.po 2169 -msgstr "" -"Si vous avez choisi dhcp, vous pouvez optionnellement indiquer votre nom " -"d'hôte dhcp, cependant, netconfig ne posera pas plus de questions sur votre " -"réseau, car toutes les autres informations seront fournies par le serveur " -"DHCP." +msgstr ".. Si vous avez choisi dhcp, vous pouvez optionnellement indiquer votre nom d'hôte dhcp, cependant, netconfig ne posera pas plus de questions sur votre réseau, car toutes les autres informations seront fournies par le serveur DHCP." hunk ./po/docs/fr/docs.po 2173 -#, fuzzy hunk ./po/docs/fr/docs.po 2178 -msgstr "" -"Vous devrez tout d'abord indiquer votre nom d'utilisateur, quelque chose du " -"genre `someone@provider.net'. Ensuite vous devrez spécifier l'interface " -"réseau (généralement eth0) au travers de laquelle le script de de connexion " -"ADSL va essayer de communiquer avec votre modem ADSL. Il faut ensuite saisir " -"le mot de passe 2 fois." +msgstr ".. Dans le cas d'une connexion dsl, Vous devrez tout d'abord indiquer votre nom d'utilisateur, quelque chose du genre `someone@provider.net'. Ensuite vous devrez spécifier l'interface réseau (généralement eth0) au travers de laquelle le script de de connexion ADSL va essayer de communiquer avec votre modem ADSL. Il faut ensuite saisir le mot de passe 2 fois." hunk ./po/docs/fr/docs.po 2182 -#, fuzzy hunk ./po/docs/fr/docs.po 2183 -msgstr "Si vous avez choisi lo, vous n'aurez à répondre à aucune question." +msgstr ".. Si vous avez choisi lo, vous n'aurez à répondre à aucune question." hunk ./po/docs/fr/docs.po 2187 -#, fuzzy hunk ./po/docs/fr/docs.po 2194 -msgstr "" -"3. Finalement, netconfig va écrire tous vos fichiers de config. Si vous " -"voulez éditer vos paramétres à la main, les éléments relatifs aux interfaces " -"sont enregistrés dans le répertoire /etc/sysconfig/network. La plupart du " -"temps un seul fichier nommé \"default\" est contenu dans ce dernier. Cela " -"est du au fait que vous pouvez définir plus d'un profil. Cela est très utile " -"lorsque vous possédez un portable, de telle façon que vous pouvez le " -"modifier rapidement pour toutes vos configurations réseau.\n" +msgstr ". Finalement, netconfig va écrire tous vos fichiers de config. Si vous voulez éditer vos paramétres à la main, les éléments relatifs aux interfaces sont enregistrés dans le répertoire /etc/sysconfig/network. La plupart du temps un seul fichier nommé \"default\" est contenu dans ce dernier. Cela est du au fait que vous pouvez définir plus d'un profil. Cela est très utile lorsque vous possédez un portable, de telle façon que vous pouvez le modifier rapidement pour toutes vos configurations réseau." hunk ./po/docs/fr/docs.po 3064 -#, fuzzy hunk ./po/docs/fr/docs.po 3067 -msgstr "" -". Après l'installation terminée, avant de taper ENTREE pour redémarrer la " -"machine, permutez sur `tty2` en\n" -"pressant `Alt-F2` puis ENTREE pour obtenir un shell.\n" +msgstr ". Après que l'installation soit terminée, avant de taper ENTREE pour redémarrer la machine, permutez sur `tty2` en pressant `Alt-F2` puis ENTREE pour obtenir un shell." hunk ./po/docs/fr/docs.po 3071 -#, fuzzy, no-wrap +#, no-wrap hunk ./po/docs/fr/docs.po 3077 -".Changer votre répertoire racine vers /mnt/target:\n" +". Changez votre répertoire racine en /mnt/target:\n" hunk ./po/docs/fr/docs.po 3093 -#, fuzzy hunk ./po/docs/fr/docs.po 3100 -". La source de votre kernel (avec les patchs appliqués) peut etre trouvé\n" -"dans le repertoire `/usr/src/linux`. Alors allez donc au repertoire `/usr/" -"src/linux` et entrez dans le/n menu de configuration en tapant `make " -"menuconfig`. Dedans, sélectionnez le driver\n" -"si vous ne voulez pas le compiler comme un module, puis sortez du menu en/" -"nsauvegardant vos modifications.\n" +". La source de votre kernel (avec les patchs additionnels appliqués) peut être trouvé\n" +"dans le répertoire `/usr/src/linux`. Alors allez donc au répertoire `/usr/src/linux` et entrez dans le/n menu de configuration en tapant `make menuconfig`. Dedans, sélectionnez le driver si vous ne voulez pas le compiler comme un module, puis sortez du menu en/nsauvegardant vos modifications." hunk ./po/docs/fr/docs.po 3105 -#, fuzzy hunk ./po/docs/fr/docs.po 3107 -msgstr "" -"Compilez votre noyau avec la commande make. Cela peut prendre plusieurs " -"minutes." +msgstr "Compilez votre noyau avec la commande `make`. Cela peut prendre plusieurs minutes." } From krics at linuxforum.hu Wed May 2 13:58:09 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 13:58:10 2007 Subject: [Frugalware-darcs] frugalware-current: gnome-volume-manager-2.17.0-2-x86_64 Message-ID: <20070502115809.215EE13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502115710-d209c-de87cd006fbf235f4f16b36059e2bc5546e2149c.gz; [gnome-volume-manager-2.17.0-2-x86_64 Christian Hamar alias krix **20070502115710 * Added _F_gnome_devel=y ] { hunk ./source/gnome/gnome-volume-manager/FrugalBuild 16 +_F_gnome_devel="y" } From vmiklos at frugalware.org Wed May 2 14:02:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 14:02:15 2007 Subject: [Frugalware-darcs] frugalware-current: xfig-3.2.5-1-i686 Message-ID: <20070502120213.8185713A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502120046-e2957-5ab0c9517257849f8d69a97c49db78f50c5fc5f3.gz; [xfig-3.2.5-1-i686 VMiklos **20070502120046 version bump ] { hunk ./source/xapps-extra/xfig/FrugalBuild 5 -pkgver=3.2.4 +pkgver=3.2.5 hunk ./source/xapps-extra/xfig/FrugalBuild 13 -up2date="lynx -dump $url |grep Download|sed 's/.*g \(.*\) D.*/\1/'" -source=(http://xfig.org/software/xfig/$pkgver/xfig.$pkgver.full.tar.gz \ - $pkgname-$pkgver-{gcc4,paths,xaw3d}.diff) +up2date="lynx -dump $url |grep Download|sed 's/.*g \(.*\) D.*/\1/;q'" +source=(http://xfig.org/software/xfig/$pkgver/xfig.$pkgver.full.tar.gz) +sha1sums=('ce09d1a74dbddf0bc6b20fe9c558db584fbfed17') hunk ./source/xapps-extra/xfig/FrugalBuild 19 + unset MAKEFLAGS hunk ./source/xapps-extra/xfig/FrugalBuild 21 - Fpatchall + # this code is copy&pasted from transfig. creating a scheme for 2 pkgs + vars2subs="BINDIR=/usr/bin + MANDIR=/usr/share/man/man\$\(MANSUFFIX\) + XFIGLIBDIR=/usr/lib/xfig + USEINLINE=-DUSE_INLINE + RGB=/usr/share/X11/rgb.txt + FIG2DEV_LIBDIR=/usr/lib/fig2dev" + for variable in ${vars2subs} + do + varname=${variable%%=*} + varval=${variable##*=} + sed -i "s:^\(XCOMM\)*[[:space:]]*${varname}[[:space:]]*=.*$:${varname} = ${varval}:" \ + fig2dev/Imakefile fig2dev/dev/Imakefile + done + # end of duplication hunk ./source/xapps-extra/xfig/FrugalBuild 43 -sha1sums=('723bf10355a92c079be08cd7be18b75baaccfbdc' \ - '3a15b00a42952ff9a8bcaf78f23589a9ac611ac1' \ - 'eb0b2df4a32e23b9227b00c53bcaafab4185c744' \ - 'e0293bdd1e6c5c8ace2c177520034624d9eb9bc3') - hunk ./source/xapps-extra/xfig/xfig-3.2.4-gcc4.diff 1 -diff -ru xfig.3.2.4/u_fonts.h xfig.3.2.4.new/u_fonts.h ---- xfig.3.2.4/u_fonts.h 2002-03-27 01:18:23.000000000 +0100 -+++ xfig.3.2.4.new/u_fonts.h 2005-12-03 15:21:02.054250392 +0100 -@@ -30,12 +30,6 @@ - /* font number for the "nil" font (when user wants tiny text) */ - #define NILL_FONT NUM_FONTS - --extern int psfontnum(); --extern int latexfontnum(); --extern struct _xfstruct x_fontinfo[], x_backup_fontinfo[]; --extern struct _fstruct ps_fontinfo[]; --extern struct _fstruct latex_fontinfo[]; -- - /* element of linked list for each font - The head of list is for the different font NAMES, - and the elements of this list are for each different -@@ -61,5 +55,11 @@ - * sizes */ - }; - -+extern int psfontnum(); -+extern int latexfontnum(); -+extern struct _xfstruct x_fontinfo[], x_backup_fontinfo[]; -+extern struct _fstruct ps_fontinfo[]; -+extern struct _fstruct latex_fontinfo[]; -+ - int x_fontnum(); - #endif /* U_FONTS_H */ rmfile ./source/xapps-extra/xfig/xfig-3.2.4-gcc4.diff hunk ./source/xapps-extra/xfig/xfig-3.2.4-paths.diff 1 ---- xfig.3.2.4.orig/Imakefile 2003-01-20 17:13:38.000000000 +0100 -+++ xfig.3.2.4/Imakefile 2003-01-20 18:54:04.000000000 +0100 -@@ -41,9 +41,9 @@ - XCOMM different tree than the "correct" tree that your X system expects. The usual - XCOMM purpose of DESTDIR is to test an install process by installing in a benign area. - --XCOMM BINDIR = /usr/bin/X11 -+XCOMM BINDIR = /usr/bin - XCOMM MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier --XCOMM XAPPLOADDIR = /home/user/xfig -+XAPPLOADDIR = /usr/lib/X11/app-defaults - - XCOMM Redefine the following if your PNG library and/or include file - XCOMM are in different places -@@ -68,8 +68,8 @@ - - #ifdef USEJPEG - #ifdef USEINSTALLEDJPEG --JPEGLIBDIR = /usr/local/lib --JPEGINC = -I/usr/include/X11 -+JPEGLIBDIR = /usr/lib -+JPEGINC = -I/usr/include - #else - JPEGLIBDIR = ../jpeg - JPEGINC = -I$(JPEGLIBDIR) -@@ -87,8 +87,8 @@ - XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm) - XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) - --XCOMM #define USEXPM --XCOMM #define USEXPM_ICON -+#define USEXPM -+#define USEXPM_ICON - - #ifdef USEXPM - XPMLIBDIR = $(USRLIBDIR) -@@ -154,19 +154,19 @@ - XCOMM inline functions. With the "INLINE" keyword, you should notice that - XCOMM the display will be a bit faster in complex figures - --XCOMM USEINLINE = -DUSE_INLINE -+USEINLINE = -DUSE_INLINE - - XCOMM use (and change) the following if you want the multi-key data base file - XCOMM somewhere other than the standard X11 library directory - XCOMM be sure to comment out the second copy of XFIGLIBDIR if you use this one --XCOMM XFIGLIBDIR = /usr/local/lib/xfig -+XFIGLIBDIR = /usr/lib/xfig - - XCOMM use this if you want the multi-key data base file in the standard X11 tree --XFIGLIBDIR = $(LIBDIR)/xfig -+XCOMM XFIGLIBDIR = $(LIBDIR)/xfig - - XCOMM XFIGDOCDIR tells where the html and pdf documentation should go - XCOMM XFIGDOCDIR = $(DOCDIR)/xfig --XFIGDOCDIR = /usr/share/doc/xfig -+XFIGDOCDIR = /usr/share/doc/xfig-3.2.4 - - XCOMM MANDIR tells where the standard man pages should go (no need to change it - XCOMM if you want the man pages installed in the standard place on your system rmfile ./source/xapps-extra/xfig/xfig-3.2.4-paths.diff hunk ./source/xapps-extra/xfig/xfig-3.2.4-xaw3d.diff 1 ---- xfig.3.2.4.orig/Imakefile 2003-02-23 14:04:25.000000000 +0100 -+++ xfig.3.2.4/Imakefile 2003-02-23 14:12:31.000000000 +0100 -@@ -105,10 +105,10 @@ - XCOMM Then be sure to change the XAW3DINC to point to the directory where your - XCOMM 3D Athena widget headers are located - --XCOMM #define XAW3D -+#define XAW3D - - #ifdef XAW3D --XAW3DINC = -I/usr/include/X11/Xaw3d -+XAW3DINC = -I/usr/X11R6/include/X11/Xaw3d - DUSEXAW3D = -DXAW3D - XAWLIB = -lXaw3d - #endif - - rmfile ./source/xapps-extra/xfig/xfig-3.2.4-xaw3d.diff } From iron at frugalware.org Wed May 2 14:02:55 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Wed May 2 14:02:56 2007 Subject: [Frugalware-darcs] frugalware-current: courier-authlib-0.59.3-1-i686 Message-ID: <20070502120255.C169E13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502115702-f490c-f89241a481adcd4c2714039dbb41ff963b8a3c65.gz; [courier-authlib-0.59.3-1-i686 Krisztian VASAS **20070502115702 - version bump ] { hunk ./source/network-extra/courier-authlib/FrugalBuild 5 -pkgver=0.59.2 +pkgver=0.59.3 hunk ./source/network-extra/courier-authlib/FrugalBuild 20 -sha1sums=('84dfd3175b2fcbbb18a1ea87f3cb803daff827df' \ +sha1sums=('d82dd91bac9e51755c9da98736cff96228be4e29' \ } From vmiklos at frugalware.org Wed May 2 14:03:56 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 14:04:00 2007 Subject: [Frugalware-darcs] fwlive: more x86_64 fixes Message-ID: <20070502120357.1DAA113A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502120244-e2957-861538e75103824a87d8ef705cf6e77f05e6d01b.gz; [more x86_64 fixes VMiklos **20070502120244] { hunk ./Makefile 207 +ifneq ($(ARCH),x86_64) hunk ./Makefile 209 +endif } From krics at linuxforum.hu Wed May 2 14:06:44 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 14:06:46 2007 Subject: [Frugalware-darcs] frugalware-current: gnome-themes-extras-0.9.0-1-x86_64 Message-ID: <20070502120644.804DC13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502120514-d209c-5f362ec0f12aade390eb7b34b6bfd074038bfda4.gz; [gnome-themes-extras-0.9.0-1-x86_64 Christian Hamar alias krix **20070502120514 * Added _F_gnome_devel=y ] { hunk ./source/gnome-extra/gnome-themes-extras/FrugalBuild 13 +_F_gnome_devel="y" } From vmiklos at frugalware.org Wed May 2 14:10:15 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 14:10:17 2007 Subject: [Frugalware-darcs] pacman-tools: updates for 0.9.1 Message-ID: <20070502121015.AA14713A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-tools;a=darcs_commitdiff;h=20070502120837-e2957-c8563cd5eb1e25546253cc5092acbf62a5efd11c.gz; [updates for 0.9.1 VMiklos **20070502120837] { hunk ./Makefile 19 -VERSION = 0.9.0 +VERSION = 0.9.1 hunk ./NEWS 3 +0.9.1 - repoman: + - bugfix for "repoman upd fails for the first time" + - bugfix for repoman push if -t is used } From janny at frugalware.org Wed May 2 14:16:07 2007 From: janny at frugalware.org (Janny) Date: Wed May 2 14:16:09 2007 Subject: [Frugalware-darcs] fwlive: typo fix in cache-umount Message-ID: <20070502121607.4442613A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502121528-ee5de-5bf8fd3128ba45266a037ab1870c66d4b28e972f.gz; [typo fix in cache-umount Janny **20070502121528] { hunk ./Makefile 266 - if [ $(shell mount|grep -o ${CHROOTDIR}/${TREE}/var/cache/pacman) ] ; then \ - umount ${CHROOTDIR}/${TREE}/var/cache/pacman; \ - fi + umount ${CHROOTDIR}/${TREE}/var/cache/pacman &>/dev/null } From vmiklos at frugalware.org Wed May 2 14:22:40 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 14:22:44 2007 Subject: [Frugalware-darcs] frugalware-current: pacman-tools-0.9.1-1-i686 Message-ID: <20070502122240.6770C13A402C@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502122037-e2957-52a21fa25b37cf1d420ab965bc4afd3b2cdcc7cd.gz; [pacman-tools-0.9.1-1-i686 VMiklos **20070502122037 version bump ] { hunk ./source/devel/pacman-tools/FrugalBuild 5 -pkgver=0.9.0 +pkgver=0.9.1 } From krics at linuxforum.hu Wed May 2 14:25:34 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 14:25:37 2007 Subject: [Frugalware-darcs] frugalware-current: redhat-artwork-5.0.12_7-1-x86_64 Message-ID: <20070502122534.44EA213A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502122347-d209c-cb591a502b452310e3dcdb7064631e890fbc452c.gz; [redhat-artwork-5.0.12_7-1-x86_64 Christian Hamar alias krix **20070502122347 * "Version" bump ] { hunk ./source/x11-extra/redhat-artwork/FrugalBuild 6 -pkgver=5.0.12_3 +pkgver=5.0.12_7 hunk ./source/x11-extra/redhat-artwork/FrugalBuild 32 -sha1sums=('79c82a005acb2dffe775ab3f471fdf14621f1445') +sha1sums=('2ef9aada8b2424ca4c2af35d8a742d076f4a292d') } From vmiklos at frugalware.org Wed May 2 14:30:27 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 14:30:30 2007 Subject: [Frugalware-darcs] frugalware-current: dosemu-1.3.5-1-i686 Message-ID: <20070502123027.DBA2D13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502122732-e2957-9c85e098081ad6a1e68fc518b4ce108e61f3c6ef.gz; [dosemu-1.3.5-1-i686 VMiklos **20070502122732 use _F_sourceforge_mirror ] { hunk ./source/apps/dosemu/FrugalBuild 17 - http://mesh.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-freedos-$dfd-bin.tgz) + http://$_F_sourceforge_mirror.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-freedos-$dfd-bin.tgz) } From vmiklos at frugalware.org Wed May 2 14:30:36 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 14:30:37 2007 Subject: [Frugalware-darcs] pacman-tools: syncpkg: use repoman sync instead of repoman push Message-ID: <20070502123037.023E613A402C@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-tools;a=darcs_commitdiff;h=20070502122903-e2957-70e7ab9b6497c454578e8ef6b488a1dc92134c53.gz; [syncpkg: use repoman sync instead of repoman push VMiklos **20070502122903] { hunk ./syncpkg 104 - [ "$ret" == "0" ] && repoman -t $tree -k push >>$mlogfile 2>&1 + [ "$ret" == "0" ] && repoman -t $tree -k sync >>$mlogfile 2>&1 } From vmiklos at frugalware.org Wed May 2 14:38:07 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 14:38:09 2007 Subject: [Frugalware-darcs] frugalware-current: udev-110-1-i686 Message-ID: <20070502123807.64E2513A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502123608-e2957-f75b18cbf5b3c8f4673422c3ca215f8eb98de808.gz; [udev-110-1-i686 VMiklos **20070502123608 version bump ] { hunk ./source/base/udev/FrugalBuild 5 -pkgver=109 +pkgver=110 } From krics at linuxforum.hu Wed May 2 15:37:33 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 15:37:36 2007 Subject: [Frugalware-darcs] frugalware-current: sakura-1.1.5-1-x86_64 Message-ID: <20070502133733.9EE1B13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502133554-d209c-0e4f69a38196a8ec6b8ad57c4de9aba70cd67ff8.gz; [sakura-1.1.5-1-x86_64 Christian Hamar alias krix **20070502133554 * Version bump * Added x86_64 to archs() * Added two Fdie (if something fail at conf or make install then halt :P ) ] { hunk ./source/xapps-extra/sakura/FrugalBuild 5 -pkgver=1.1.4 +pkgver=1.1.5 hunk ./source/xapps-extra/sakura/FrugalBuild 11 -archs=('i686') +archs=('i686' 'x86_64') hunk ./source/xapps-extra/sakura/FrugalBuild 17 -sha1sums=('abc548e3b4197642c225eac0659b2d0e7dec6972') +sha1sums=('dcb8ced6730b62024e57cd4f44e080cae7e76814') hunk ./source/xapps-extra/sakura/FrugalBuild 28 - ./0 $Fconfopts + ./0 $Fconfopts || Fdie hunk ./source/xapps-extra/sakura/FrugalBuild 30 - make DESTDIR=$Fdestdir install + make DESTDIR=$Fdestdir install || Fdie } From iron at frugalware.org Wed May 2 15:55:59 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Wed May 2 15:56:01 2007 Subject: [Frugalware-darcs] frugalware-current: courier-imap-4.1.3-1-i686 Message-ID: <20070502135559.F254313A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502135132-f490c-1d9b714d20aedda025155cb762393ad23ff2b077.gz; [courier-imap-4.1.3-1-i686 Krisztian VASAS **20070502135132 - version bump ] { hunk ./source/network-extra/courier-imap/FrugalBuild 5 -pkgver=4.1.2 +pkgver=4.1.3 hunk ./source/network-extra/courier-imap/FrugalBuild 79 -sha1sums=('73ed09528f440ef07ba98f59a83172f4f6f4106b' \ +sha1sums=('d0042e585d6df658a41a1768887d135c89e51ac0' \ } From krics at linuxforum.hu Wed May 2 16:51:17 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 16:51:20 2007 Subject: [Frugalware-darcs] frugalware-current: swfdec-0.4.4-2-x86_64 Message-ID: <20070502145117.CFF6D13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502144927-d209c-d7001e0671a9c78624acde9838246d3581a2ef91.gz; [swfdec-0.4.4-2-x86_64 Christian Hamar alias krix **20070502144858 * Release bump (added a fix from git which fixes a nasty segfault) ] { hunk ./source/xlib/swfdec/FrugalBuild 6 -pkgrel=1 +pkgrel=2 hunk ./source/xlib/swfdec/FrugalBuild 15 -source=($url/download/$pkgname/0.4/$pkgname-$pkgver.tar.gz) +# This patch now in upstream, should be removed on 0.4.5 +source=($url/download/$pkgname/0.4/$pkgname-$pkgver.tar.gz \ + git_unsigned_fix-0.4.4.patch) hunk ./source/xlib/swfdec/FrugalBuild 19 -sha1sums=('1823d9d2d31c6e2a64bd570ee54d311ef3b0ad90') +sha1sums=('1823d9d2d31c6e2a64bd570ee54d311ef3b0ad90'\ + 'da5912682612b5e138dacf6f48da9b238fa1f898') hunk ./source/xlib/swfdec/FrugalBuild 27 + Fpatch git_unsigned_fix-0.4.4.patch } [swfdec-0.4.4-2-x86_64 Christian Hamar alias krix **20070502144927 * Added the patch file .. :) ] { addfile ./source/xlib/swfdec/git_unsigned_fix-0.4.4.patch hunk ./source/xlib/swfdec/git_unsigned_fix-0.4.4.patch 1 +diff --git a/libswfdec/swfdec_bits.c b/libswfdec/swfdec_bits.c +index b74846e..c8a5062 100644 +--- a/libswfdec/swfdec_bits.c ++++ b/libswfdec/swfdec_bits.c +@@ -587,7 +587,7 @@ swfdec_bits_get_gradient (SwfdecBits * b + + n_gradients = swfdec_bits_get_u8 (bits); + grad = g_malloc (sizeof (SwfdecGradient) + +- sizeof (SwfdecGradientEntry) * (n_gradients - 1)); ++ sizeof (SwfdecGradientEntry) * (MAX (n_gradients, 1) - 1)); + for (i = 0; i < n_gradients && swfdec_bits_left (bits); i++) { + grad->array[i].ratio = swfdec_bits_get_u8 (bits); + grad->array[i].color = swfdec_bits_get_color (bits); } From krics at linuxforum.hu Wed May 2 16:55:10 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed May 2 16:55:12 2007 Subject: [Frugalware-darcs] frugalware-current: swfdec-mozilla-0.4.4-2-x86_64 Message-ID: <20070502145510.8E18A13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502145400-d209c-2757a3c4c2530b5d650c9e28abfb676cc9100bd0.gz; [swfdec-mozilla-0.4.4-2-x86_64 Christian Hamar alias krix **20070502145400 * Release bump * Rebuilt with fixed swfdec (segfault fix) ] { hunk ./source/xlib-extra/swfdec-mozilla/FrugalBuild 6 -pkgrel=1 +pkgrel=2 hunk ./source/xlib-extra/swfdec-mozilla/FrugalBuild 10 -depends=('swfdec=0.4.4' 'firefox') +depends=('swfdec=0.4.4-2' 'firefox') } From iron at frugalware.org Wed May 2 17:02:07 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Wed May 2 17:02:08 2007 Subject: [Frugalware-darcs] frugalware-current: courier-maildrop-2.0.4-1-i686 Message-ID: <20070502150207.4506913A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502145558-f490c-ca2cd7d35692f862c519bea0f7d7ceb068c8a048.gz; [courier-maildrop-2.0.4-1-i686 Krisztian VASAS **20070502145558 - version bump ] { hunk ./source/network-extra/courier-maildrop/FrugalBuild 5 -pkgver=2.0.3 +pkgver=2.0.4 hunk ./source/network-extra/courier-maildrop/FrugalBuild 18 -sha1sums=('873976836de7dd3cff8ce96b1b17593752edff55') +sha1sums=('df2755c1d0e00d19506b0659e59bf5d4756cce17') } From iron at frugalware.org Wed May 2 17:11:14 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Wed May 2 17:11:15 2007 Subject: [Frugalware-darcs] frugalware-current: amavisd-new-2.5.0-1-i686 Message-ID: <20070502151114.5FF7C13A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502150838-f490c-566f16431a9edbd23528704519ef69f1a8c2b80e.gz; [amavisd-new-2.5.0-1-i686 Krisztian VASAS **20070502150838 - version bump ] { hunk ./source/network-extra/amavisd-new/FrugalBuild 6 -pkgver=2.4.5 +pkgver=2.5.0 hunk ./source/network-extra/amavisd-new/FrugalBuild 20 -sha1sums=('2a99083b72d08cad7bf6fa6cc2eb8bd55e44f22b' \ +sha1sums=('b520c2bb5a5fd93d894466de10a89573de336da5' \ } From voroskoi at frugalware.org Wed May 2 17:38:48 2007 From: voroskoi at frugalware.org (voroskoi) Date: Wed May 2 17:38:51 2007 Subject: [Frugalware-darcs] frugalware-current: xemacs-sumo-20070427-1-i686 Message-ID: <20070502153848.4EB3113A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502153658-dd049-6d392a595e914bade425377f3683f46df942aebe.gz; [xemacs-sumo-20070427-1-i686 voroskoi **20070502153658 version bump ] { hunk ./source/apps-extra/xemacs-sumo/FrugalBuild 5 -pkgver=20061221 +pkgver=20070427 hunk ./source/apps-extra/xemacs-sumo/FrugalBuild 16 -sha1sums=('ee93af7f55625403a53714c0a3ed58e355ee334e') +sha1sums=('e094fcd1b0cc2b409bfdca828ac5603da3c4e0e4') } From iron at frugalware.org Wed May 2 17:51:15 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Wed May 2 17:51:18 2007 Subject: [Frugalware-darcs] frugalware-current: rrdtool-1.2.22-1-i686 Message-ID: <20070502155115.49D4C13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502154846-f490c-9fbc3090b3696ba74d45ea98ffdf980eabee6df8.gz; [rrdtool-1.2.22-1-i686 Krisztian VASAS **20070502154846 - version bump - removed ptyhon binding patch: did not fit ] { hunk ./source/network/rrdtool/FrugalBuild 5 -pkgver=1.2.19 +pkgver=1.2.22 hunk ./source/network/rrdtool/FrugalBuild 14 -up2date="lynx -dump $url/?M=D| grep tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;2 p'" -source=($url/$pkgname-$pkgver.tar.gz \ - $pkgname-$pkgver-python.patch) -sha1sums=('c548a1530724b35f86cce9581ca1a596677bf799' \ - 'a1a5e52ff084e9fdbadfe53b6f71a05ccc60e4b1') - +up2date="lynx -dump '$url/?M=D' | grep tar.gz$ | sed -ne 's/.*-\(.*\)\.t.*/\1/;2 p'" +source=($url/$pkgname-$pkgver.tar.gz) +# \ +# $pkgname-1.2.19-python.patch) +sha1sums=('37c5899ba0b80acafd99fc6021f20859568317be') +# \ +# 'a1a5e52ff084e9fdbadfe53b6f71a05ccc60e4b1') } From iron at frugalware.org Wed May 2 17:59:43 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Wed May 2 17:59:45 2007 Subject: [Frugalware-darcs] frugalware-current: mrtg-2.15.2-1-i686 Message-ID: <20070502155943.1044913A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502155804-f490c-9946252ee39cf9ae45a5508b508ef623d15d2914.gz; [mrtg-2.15.2-1-i686 Krisztian VASAS **20070502155804 - version bump ] { hunk ./source/network/mrtg/FrugalBuild 5 -pkgver=2.15.1 +pkgver=2.15.2 hunk ./source/network/mrtg/FrugalBuild 14 -sha1sums=('9ebfe300e916c3e1529fd410d531877608e10131') +sha1sums=('1d814dfeeaa77f83a0e6c20c4b9a5f9dcbd24089') } From voroskoi at frugalware.org Wed May 2 18:54:10 2007 From: voroskoi at frugalware.org (voroskoi) Date: Wed May 2 18:54:12 2007 Subject: [Frugalware-darcs] frugalware-current: smb4k-0.8.2-1-i686 Message-ID: <20070502165410.8EB5D13A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502165141-dd049-84ff7016964d8b421ed8fafe64677e58191ec9c6.gz; [smb4k-0.8.2-1-i686 voroskoi **20070502165141 version bump ] { hunk ./source/kde-extra/smb4k/FrugalBuild 5 -pkgver=0.8.1 +pkgver=0.8.2 hunk ./source/kde-extra/smb4k/FrugalBuild 16 -sha1sums=('8b4c87226a2bdd9e7ec0d853e498a09fcbda4b80') +sha1sums=('2cc8b19aa7ddbd127889ebb2169be5da25f35447') } From voroskoi at frugalware.org Wed May 2 19:18:42 2007 From: voroskoi at frugalware.org (voroskoi) Date: Wed May 2 19:18:43 2007 Subject: [Frugalware-darcs] frugalware-current: openssl-0.9.8-7-i686 Message-ID: <20070502171842.E85EB13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502171645-dd049-c9f00f7060eb04495e5a26fb61b0ddf8cd3bf1ec.gz; [openssl-0.9.8-7-i686 voroskoi **20070502171645 fix for http://cvs.openssl.org/chngview?cn=15978 ] { hunk ./source/lib/openssl/FrugalBuild 8 -pkgrel=6 +pkgrel=7 hunk ./source/lib/openssl/FrugalBuild 16 -source=($url$pkgname-$pkgver$pkgextraver.tar.gz man_symlinks.diff) -signatures=("$source.asc" '') +source=($url$pkgname-$pkgver$pkgextraver.tar.gz man_symlinks.diff key-length.diff) +signatures=("$source.asc" '' '') addfile ./source/lib/openssl/key-length.diff hunk ./source/lib/openssl/key-length.diff 1 +--- crypto/evp/evp_lib.c 2006/11/29 20:47:13 1.10.2.1 ++++ crypto/evp/evp_lib.c 2007/02/27 18:42:52 1.10.2.2 +@@ -225,7 +225,7 @@ + + int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx) + { +- return ctx->cipher->key_len; ++ return ctx->key_len; + } + + int EVP_CIPHER_nid(const EVP_CIPHER *cipher) } From voroskoi at frugalware.org Wed May 2 19:45:10 2007 From: voroskoi at frugalware.org (voroskoi) Date: Wed May 2 19:45:12 2007 Subject: [Frugalware-darcs] frugalware-current: openttd-0.5.1-1-i686 Message-ID: <20070502174510.E6A2013A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070502174315-dd049-d8fb2c8e59c39bbf2517e6daf31804d7d0cf062e.gz; [openttd-0.5.1-1-i686 voroskoi **20070502174315 version bump fixed up2date ] { hunk ./source/games-extra/openttd/FrugalBuild 6 -pkgver=0.5.0 +pkgver=0.5.1 hunk ./source/games-extra/openttd/FrugalBuild 15 -up2date="lynx -dump http://www.openttd.com/downloads.php |grep latest |sed -ne 's/.*is \(.*\)*./\1/;1p'" +up2date="lynx -dump http://www.openttd.com/downloads.php |grep latest |sed -ne 's/.*is \(.*\),.*/\1/;1p'" hunk ./source/games-extra/openttd/FrugalBuild 17 - http://$_F_sourceforge_mirror.dl.sourceforge.net/openttd/openttd-$pkgver-scenarios.tar.bz2 \ + http://$_F_sourceforge_mirror.dl.sourceforge.net/openttd/openttd-0.5.0-scenarios.tar.bz2 \ hunk ./source/games-extra/openttd/FrugalBuild 27 - Fcd $pkgname-$pkgver-source + Fcd $pkgname-$pkgver hunk ./source/games-extra/openttd/FrugalBuild 37 -sha1sums=('16d2181d7b02f3b2ef0590416d357364ea3e8a7a'\ +sha1sums=('d18809d50a7b02c34c88fcec11cce93f689a297f'\ hunk ./source/games-extra/openttd/FrugalBuild 39 - '19d6b47dd30427567707ee4c69c5916996506dbd'\ + 'f4fbcdeb9109489bf69e0976c68955381ff6d6d6'\ } From vmiklos at frugalware.org Wed May 2 21:35:11 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 21:35:14 2007 Subject: [Frugalware-darcs] fwlive: xstart: do not hardcode the resolution as 1024x768 Message-ID: <20070502193511.B530F13A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502192146-e2957-f7eca57b2947ad8cd5415807e1846a5a341661af.gz; [xstart: do not hardcode the resolution as 1024x768 VMiklos **20070502192146] { hunk ./xstart 23 + sudo sed -i '/^Modes/d' /etc/X11/xorg.conf } From janny at frugalware.org Wed May 2 21:54:42 2007 From: janny at frugalware.org (Janny) Date: Wed May 2 21:54:44 2007 Subject: [Frugalware-darcs] fwlive: remove sysctl patch Message-ID: <20070502195442.7E18113A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502195125-ee5de-0902cfa4f7efffa12dbdce8b74da0e27e56e5def.gz; [remove sysctl patch Janny **20070502195125 remove sysctl patch and change a sed to Makefile ] { hunk ./Makefile 154 + sed -i "s|dev.cdrom.lock=0|dev.cdrom.lock=1|" ${CHROOTDIR}/${TREE}/etc/sysctl.conf hunk ./sysctl-added_cdrom_locking.diff 1 -diff -Naur etc.old/sysctl.conf etc/sysctl.conf ---- etc.old/sysctl.conf 2006-01-08 00:15:05.000000000 +0100 -+++ etc/sysctl.conf 2006-04-14 23:33:52.000000000 +0200 -@@ -58,4 +58,4 @@ - # This limits PID values to 4 digits, which allows tools like ps - # to save screen space. - #kernel/pid_max=10000 --dev.cdrom.lock=0 -+dev.cdrom.lock=1 rmfile ./sysctl-added_cdrom_locking.diff } From vmiklos at frugalware.org Wed May 2 22:10:12 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 22:10:13 2007 Subject: [Frugalware-darcs] pacman-tools: fwmakepkg: drop support for Frugalware-0.5 Message-ID: <20070502201012.87C6213A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-tools;a=darcs_commitdiff;h=20070502200830-e2957-0687f22490c28c891198f0ebcf4dc4f190aee537.gz; [fwmakepkg: drop support for Frugalware-0.5 VMiklos **20070502200830] { hunk ./fwmakepkg 44 - # it's okay not having a util.sh, for example when using -stable - if [ "$i" = "util" -a ! -e "$Fincdir/util.sh" ]; then - return 0 - fi } From vmiklos at frugalware.org Wed May 2 23:00:17 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 23:00:19 2007 Subject: [Frugalware-darcs] fwlive: Makefile: new symlinks for x86_64 Message-ID: <20070502210017.27D9F13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502205850-e2957-653bc67051ee58d6587e7f1ede8e832052ebcffa.gz; [Makefile: new symlinks for x86_64 VMiklos **20070502205850] { hunk ./Makefile 197 +ifeq ($(ARCH),x86_64) + ln -s lib ${CHROOTDIR}/${TREE}/tmp/live-base/initrd/rootfs/lib64 + ln -s ld-2.5.so ${CHROOTDIR}/${TREE}/tmp/live-base/initrd/rootfs/lib/ld-linux-x86-64.so.2 +endif } From vmiklos at frugalware.org Wed May 2 23:06:15 2007 From: vmiklos at frugalware.org (VMiklos) Date: Wed May 2 23:06:17 2007 Subject: [Frugalware-darcs] fwlive: no longer require sysctl-added_cdrom_locking.diff Message-ID: <20070502210615.49BD013A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502210437-e2957-8d9edf989cf9c217cc38e196e5cc5246669f17b8.gz; [no longer require sysctl-added_cdrom_locking.diff VMiklos **20070502210437] { hunk ./Makefile 16 -NEED_FILES = sysctl-added_cdrom_locking.diff fstab-update xstart \ +NEED_FILES = fstab-update xstart \ hunk ./Makefile 25 -PATCH_FILES = sysctl-added_cdrom_locking.diff reboot.diff services.diff udev.diff mount_fsck.diff +PATCH_FILES = reboot.diff services.diff udev.diff mount_fsck.diff } From janny at frugalware.org Wed May 2 23:11:52 2007 From: janny at frugalware.org (Janny) Date: Wed May 2 23:11:55 2007 Subject: [Frugalware-darcs] fwlive: typo fix in config Message-ID: <20070502211152.9C53713A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070502211117-ee5de-d8bfe5562de51c1ec98d11f847b128e5bd21b38a.gz; [typo fix in config Janny **20070502211117] { hunk ./config 73 -INST_X_APPS = ${INST_MIN_APPS} xorg-server xorg-drivers fvwm mplayer alsa-utils \ - alsa-tools-gui +INST_X_APPS = ${INST_MIN_APPS} xorg-server xorg-drivers fvwm mplayer alsa-utils } From janny at frugalware.org Thu May 3 08:07:55 2007 From: janny at frugalware.org (Janny) Date: Thu May 3 08:07:57 2007 Subject: [Frugalware-darcs] fwlive: minimal cosmetic Message-ID: <20070503060755.3B08613A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070503060551-ee5de-a65e4628182a81eed2b4ee0cc81a5ef80c26ea9f.gz; [minimal cosmetic Janny **20070503060551] { hunk ./fpm2lzm 15 - echo "usage: $0 out.mo pkg1 [ pkg2 [ ... ] ]" + echo "usage: $0 out.lzm pkg1 [ pkg2 [ ... ] ]" } From krics at linuxforum.hu Thu May 3 08:12:54 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Thu May 3 08:13:01 2007 Subject: [Frugalware-darcs] frugalware-current: gtk+2-2.10.12-1-x86_64 Message-ID: <20070503061254.CF15F13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503060825-d209c-2860697daaa6ae89c7cff54c46781bce8e06bb31.gz; [gtk+2-2.10.12-1-x86_64 Christian Hamar alias krix **20070503060825 * Version bump ] { hunk ./source/gnome/gtk+2/FrugalBuild 6 -pkgver=2.10.11 +pkgver=2.10.12 hunk ./source/gnome/gtk+2/FrugalBuild 26 -sha1sums=('3c68f3fa13ab72f6b190cbe958813d29955042e2') +sha1sums=('2912aeac11628c60b653e6a4bc5919106c02e045') } From alex at alex-smith.me.uk Thu May 3 09:01:17 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Thu May 3 09:01:19 2007 Subject: [Frugalware-darcs] frugalware-current: nvidia-96xx fixed up2date Message-ID: <20070503070117.6E6EE13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503070045-46e39-8475724cd5e4b43b421b561191c280ac905aa01e.gz; [nvidia-96xx fixed up2date AlexExtreme **20070503070045] { hunk ./source/x11-extra/nvidia-96xx/FrugalBuild 18 -#up2date="lynx -dump http://www.nvidia.com/object/unix.html|grep -m1 'Latest Version:'|sed 's/.*]//;s/-/_/'" -up2date="$pkgver" +up2date="lynx -dump http://www.nvidia.com/object/unix.html | grep -m1 'Latest Legacy.*1.0-96xx series'|sed 's/.*]//;s/-/_/'" } From janny at frugalware.org Thu May 3 09:11:35 2007 From: janny at frugalware.org (Janny) Date: Thu May 3 09:11:37 2007 Subject: [Frugalware-darcs] fwlive: add to need_files parse_cmdline.in and xorg.conf.in Message-ID: <20070503071135.83BA613A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070503071009-ee5de-34c2a82ea2f9292956260ba2d11ed5b33293fd75.gz; [add to need_files parse_cmdline.in and xorg.conf.in Janny **20070503071009] { hunk ./Makefile 16 -NEED_FILES = fstab-update xstart \ +NEED_FILES = fstab-update parse_cmdline.in xorg.conf.in \ } From krics at linuxforum.hu Thu May 3 11:01:53 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Thu May 3 11:01:55 2007 Subject: [Frugalware-darcs] frugalware-current: glade3-3.2.1-1-x86_64 Message-ID: <20070503090153.7188F13A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503090049-d209c-de9432785a6b6d27e857862139cbdb7b194756e9.gz; [glade3-3.2.1-1-x86_64 Christian Hamar alias krix **20070503090049 * Version bump ] { hunk ./source/gnome-extra/glade3/FrugalBuild 5 -pkgver=3.2.0 +pkgver=3.2.1 hunk ./source/gnome-extra/glade3/FrugalBuild 18 -sha1sums=('d73bff5c8d791e0d60f709e56598e143850b0035' \ - '28a0ecf9ea108499ea25af1238f3a8fccf9a05d7') +sha1sums=('e5404adba6540fbe9b0bd976e81281ed1d972609'\ + '28a0ecf9ea108499ea25af1238f3a8fccf9a05d7') } From krics at linuxforum.hu Thu May 3 11:05:11 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Thu May 3 11:05:13 2007 Subject: [Frugalware-darcs] frugalware-current: gdesklets-0.35.4-1-x86_64 Message-ID: <20070503090511.941F713A404D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503090417-d209c-921fb5cc805bffc48f3dd75ee7ab1453619ab26a.gz; [gdesklets-0.35.4-1-x86_64 Christian Hamar alias krix **20070503090417 * Fixed up2date and source URI ] { hunk ./source/gnome-extra/gdesklets/FrugalBuild 14 -up2date="lynx -dump http://www.gdesklets.org/downloads/ | Flasttarbz2" -source=(http://gdesklets.org/downloads/`echo $pkgname | sed 's/d/D/'`-$pkgver.tar.bz2) +up2date="lynx -dump http://www.gdesklets.org/ | Flasttarbz2" +source=(http://gdesklets.org/files/`echo $pkgname | sed 's/d/D/'`-$pkgver.tar.bz2) } From vmiklos at frugalware.org Thu May 3 11:08:33 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 11:08:35 2007 Subject: [Frugalware-darcs] setup: updates for 0.7.3 Message-ID: <20070503090833.7978413A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=setup;a=darcs_commitdiff;h=20070503090813-e2957-f496ddddb870c55bdc998c3767a1ad1a8bc70878.gz; [updates for 0.7.3 VMiklos **20070503090813] { hunk ./NEWS 3 +0.7.3 - small sppedup hacks + - new translations + - spelling fixes hunk ./configure 19 -version = "0.7.2" +version = "0.7.3" } From vmiklos at frugalware.org Thu May 3 11:10:50 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 11:10:52 2007 Subject: [Frugalware-darcs] setup: new Makefile target: release Message-ID: <20070503091050.56C1013A4028@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=setup;a=darcs_commitdiff;h=20070503091014-e2957-19854172247c88c64dee43cc2a745e7a8c000c72.gz; [new Makefile target: release VMiklos **20070503091014] { hunk ./Makefile 107 + +release: + darcs tag --checkpoint $(VERSION) + $(MAKE) dist } From vmiklos at frugalware.org Thu May 3 11:20:54 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 11:20:56 2007 Subject: [Frugalware-darcs] setup: validate po files on make dist Message-ID: <20070503092054.DAD4C13A4069@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=setup;a=darcs_commitdiff;h=20070503092039-e2957-3e114ceed1bd95115a6bb882b73946c783571aaa.gz; [validate po files on make dist VMiklos **20070503092039] { hunk ./po/Makefile 10 + if ! msgfmt -c --statistics -o $$i.gmo $$i.po; then \ + echo "WARNING: $$i.po will break your build!"; \ + fi; \ } From pootle at frugalware.org Thu May 3 11:27:42 2007 From: pootle at frugalware.org (Pootle) Date: Thu May 3 11:27:47 2007 Subject: [Frugalware-darcs] translations: setup/ro/setup.po: fix invalid nplurals value Message-ID: <20070503092742.A126413A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070503092618-635f8-be01caeb488f43c642b0b2f87f94f886e4a3395a.gz; [setup/ro/setup.po: fix invalid nplurals value Pootle **20070503092618] { hunk ./po/docs/fr/docs.po 10 -"PO-Revision-Date: 2007-05-02 13:48+0200\n" +"PO-Revision-Date: 2007-05-03 08:48+0200\n" hunk ./po/docs/fr/docs.po 3111 -#, fuzzy, no-wrap +#, no-wrap hunk ./po/docs/fr/docs.po 3179 -#, fuzzy hunk ./po/docs/fr/docs.po 3184 -msgstr "" -"Dans les exemples suivant, nous allons expliquer comment modifier l'état " -"d'un service donné. Vous devrez remplacer `$nom_de_service$` avec le nom du " -"service voulu. Comme vous allez le voir la syntaxe est très simple, et vous " -"pouvez avoir des informations plus détaillées en regardant le manuel de " -"`service` en tapant:" +msgstr "Dans les exemples suivants, nous allons expliquer comment modifier l'état d'un service donné. Vous devrez remplacer `$nom_de_service$` avec le nom du service voulu. Comme vous allez le voir la syntaxe est très simple, et vous pouvez avoir des informations plus détaillées en regardant le manuel de `service` en tapant:" hunk ./po/docs/fr/docs.po 9828 -#, fuzzy hunk ./po/docs/fr/docs.po 9836 -msgstr "" -"Avant de créer un nouveau paquet, nous allons en recompiler un existant dans " -"cet howto. C'est très simple. Dans notre exemple nous allons recompiler le " -"paquet mplayer. Tout d'abord, vous devez télécharger l'arborescence de " -"sources (FST) courante : `$ repoman upd', en tant que root. Ou, en tant " -"qu'utilisateur classique, copier /etc/repoman.conf vers ~/.repoman.conf, " -"changer le répertoire fst_root pour le faire pointer dessus (par défaut, " -"cela téléchargerait les fichiers dans /var/fst, et ce l'utilisateur n'y a " -"pas les droits d'écriture, évidement) et exécuter repoman upd." +msgstr "Avant de créer un nouveau paquet, nous allons en recompiler un existant dans cet howto. C'est très simple. Dans notre exemple nous allons recompiler le paquet mplayer. Tout d'abord, vous devez télécharger l'arborescence de sources (FST) courante : `$ repoman upd`, en tant que root. Ou, en tant qu'utilisateur classique, copier '/etc/repoman.conf' vers '~/.repoman.conf', changer le répertoire fst_root pour le faire pointer dessus (par défaut, cela téléchargerait les fichiers dans /var/fst, et ce l'utilisateur n'y a pas les droits d'écriture, évidement) et exécuter `repoman upd`." hunk ./po/docs/fr/docs.po 9871 -#, fuzzy hunk ./po/docs/fr/docs.po 9879 -msgstr "" -"Tout d'abord nous nous plaçons dans le répertoire de mplayer puis (comme " -"make et Makefile) nous exécutons makepkg qui va construire le paquet " -"conformément au paramètres indiqués dans FrugalBuild. Nous avions l'habitude " -"d'utiliser l'option -R pour construire le paquet dans un environnement " -"chrooté. Depuis Frugalware 0.5 la construction en chroot est la méthode par " -"défaut, vous devez utiliser -H si vous souhaitez construire le paquet sur le " -"système hôte.Chroot nécessite les privilèges root. Pour autoriser un groupe " -"(par exemple le groupe devels) à utiliser sudo makepkg, lancer visudo en " -"tant que root, et ajoutez les lignes suivantes:\n" +msgstr "Tout d'abord nous nous plaçons dans le répertoire de mplayer puis (comme make et Makefile) nous exécutons makepkg qui va construire le paquet conformément au paramètres indiqués dans FrugalBuild. Nous avions l'habitude d'utiliser l'option -R pour construire le paquet dans un environnement chrooté. Depuis Frugalware 0.5 la construction en chroot est la méthode par défaut, vous devez utiliser -H si vous souhaitez construire le paquet sur le système hôte.Chroot nécessite les privilèges root. Pour autoriser un groupe (par exemple le groupe devels) à utiliser sudo makepkg, lancer visudo en tant que root, et ajoutez les lignes suivantes:" hunk ./po/docs/hu/docs.po 10 -"POT-Creation-Date: 2007-04-30 05:21+0200\n" +"POT-Creation-Date: 2007-05-02 05:23+0200\n" hunk ./po/docs/hu/docs.po 319 +#, fuzzy hunk ./po/docs/hu/docs.po 321 -"Before you start to read this documents, you should know some important " -"things about how to read this document." +"Before you start to read this document, you should know some important " +"things about how to read it." hunk ./po/docs/hu/docs.po 358 +#, fuzzy hunk ./po/docs/hu/docs.po 362 -"the time you are expected to run them and get the expected output." +"the time you are expected to run them and get the same output." hunk ./po/docs/hu/docs.po 389 +#, fuzzy hunk ./po/docs/hu/docs.po 391 -"This is how a console log look. Lets details it so you understand what does." +"This is how a console log look. Lets details it so you understand what means." hunk ./po/docs/hu/docs.po 398 +#, fuzzy hunk ./po/docs/hu/docs.po 401 -"following next line `foo bar` is the ouput of the previous commad." +"following line `foo bar` is the ouput of the previous commad." hunk ./po/docs/hu/docs.po 408 +#, fuzzy hunk ./po/docs/hu/docs.po 411 -"in front of the command there is a `$`. This indicates that ist's a command " +"in front of the command there is a `$`. This indicates that it's a command " hunk ./po/docs/hu/docs.po 422 +#, fuzzy hunk ./po/docs/hu/docs.po 424 -".Here is the list of the common prefix for the console commands. * `$` " +".Here is the list of the common prefix for the console commands: * `$` " hunk ./po/docs/hu/docs.po 1180 -"The following examples explains how you can get the iso. You have to replace " -"respectively `$version$`, `$arch$` and `$media$` to get the wanted iso." +"The following examples explains how you can get the iso images. You have to " +"replace respectively `$version$`, `$arch$` and `$media$` to get the wanted " +"iso image." hunk ./po/docs/hu/docs.po 1918 -#, no-wrap hunk ./po/docs/hu/docs.po 1919 -"1. First, we have to give a name to your computer. The name must consist of at\n" -"least two parts, separated by a dot (.).\n" +". First, we have to give a name to your computer. The name must consist of " +"at least two parts, separated by a dot (.)." hunk ./po/docs/hu/docs.po 1924 -#: user.txt:664 network.txt:48 -#, no-wrap +#: user.txt:648 network.txt:32 hunk ./po/docs/hu/docs.po 1926 -"2. In the next dialog, you should choose how your machine connects to the network.\n" -"If you have an internal network card and an assigned IP address, gateway, and\n" -"DNS, use static to enter these values. If your IP address is assigned by a\n" -"DHCP server (commonly used by cable modem services, not equal to dsl\n" -"services), select dhcp. In case you've got a DSL connection (eg. ADSL) chose\n" -"the dsl option! Finally, if you do not have a network card,\n" -"select the lo choice. The lo is also the correct choice if you are\n" -"using a PCMCIA network card.\n" -"+\n" -"When you set up the network first question will be the interface you want to set up.\n" -"It is usually eth0, but it can differ when you set up wireless interfaces for example.\n" -"If you set up a wireless card netconfig will also ask your ESSID and encription key.\n" -"+\n" -"2.1 If you chose static, you must give your IP address, the netmask of your\n" -"local network, your gateway address (you may leave it blank) and the IP\n" -"address of your primary name server (you can add more nameservers later\n" -"by editing the '/etc/resolv.conf' file) and then the configuration is finished.\n" -"+\n" -"2.2 If you chose dhcp, you can optionally give your dhcp hostname, however,\n" -"netconfig will not ask more questions about your network, since all\n" -"other data will be provided by the DHCP server.\n" -"+\n" -"2.3 In dsl part you must give your username, something like 'someone@provider.net'.\n" -"Then you'll have to specify the network interface (usually eth0) through\n" -"which the ADSL connecting script will try to communicate with your ADSL\n" -"modem. Then enter your password twice.\n" -"+\n" -"2.4 If you chose lo, you don't have to answer any questions.\n" +". In the next dialog, you should choose how your machine connects to the " +"network. If you have an internal network card and an assigned IP address, " +"gateway, and DNS, use static to enter these values. If your IP address is " +"assigned by a DHCP server (commonly used by cable modem services, not equal " +"to dsl services), select dhcp. In case you've got a DSL connection (eg. " +"ADSL) chose the dsl option! Finally, if you do not have a network card, " +"select the lo choice. The lo is also the correct choice if you are using a " +"PCMCIA network card. + When you set up the network first question will be " +"the interface you want to set up. It is usually eth0, but it can differ " +"when you set up wireless interfaces for example. If you set up a wireless " +"card netconfig will also ask your ESSID and encription key." +msgstr "" + +# type: Plain text +#: user.txt:653 network.txt:37 +msgid "" +".. If you chose static, you must give your IP address, the netmask of your " +"local network, your gateway address (you may leave it blank) and the IP " +"address of your primary name server (you can add more nameservers later by " +"editing the '/etc/resolv.conf' file) and then the configuration is finished." +msgstr "" + +# type: Plain text +#: user.txt:657 network.txt:41 +msgid "" +".. If you chose dhcp, you can optionally give your dhcp hostname, however, " +"netconfig will not ask more questions about your network, since all other " +"data will be provided by the DHCP server." +msgstr "" + +# type: Plain text +#: user.txt:662 network.txt:46 +msgid "" +".. In dsl part you must give your username, something like 'someone@provider." +"net'. Then you'll have to specify the network interface (usually eth0) " +"through which the ADSL connecting script will try to communicate with your " +"ADSL modem. Then enter your password twice." +msgstr "" + +# type: Plain text +#: user.txt:664 network.txt:48 +msgid ".. If you chose lo, you don't have to answer any questions." hunk ./po/docs/hu/docs.po 1972 -#, no-wrap hunk ./po/docs/hu/docs.po 1973 -"3. Finally, netconfig will write all your network configuration files. If you\n" -"want to edit your settings by hand, the interface information is stored in\n" -"the '/etc/sysconfig/network' directory. There is only one file there called\n" -"default in most cases. It's because you can set up more then one profile.\n" -"It's very useful when you got a laptop so you can set up options for all\n" -"networks you use.\n" +". Finally, netconfig will write all your network configuration files. If you " +"want to edit your settings by hand, the interface information is stored in " +"the '/etc/sysconfig/network' directory. There is only one file there called " +"default in most cases. It's because you can set up more then one profile. " +"It's very useful when you got a laptop so you can set up options for all " +"networks you use." hunk ./po/docs/hu/docs.po 2687 -#, no-wrap hunk ./po/docs/hu/docs.po 2688 -"1. After setup is finished, before hitting ENTER to reboot, switch to `tty2` by\n" -"pressing `Alt-F2` and press ENTER to get a shell.\n" +". After setup is finished, before hitting ENTER to reboot, switch to `tty2` " +"by pressing `Alt-F2` and press ENTER to get a shell." hunk ./po/docs/hu/docs.po 2696 -"2. Change your root directory to /mnt/target:\n" +". Change your root directory to /mnt/target:\n" hunk ./po/docs/hu/docs.po 2713 -#, no-wrap hunk ./po/docs/hu/docs.po 2714 -"3. The source of your kernel (with additional patches applied) can be found\n" -"at `/usr/src/linux`. So go to the `/usr/src/linux` directory and enter the\n" -"configuration menu by typing `make menuconfig`. Inside it, select the driver\n" -"you don't want to compile as a module anymore, and exit from the menu with\n" -"saving changes.\n" +". The source of your kernel (with additional patches applied) can be found " +"at `/usr/src/linux`. So go to the `/usr/src/linux` directory and enter the " +"configuration menu by typing `make menuconfig`. Inside it, select the driver " +"you don't want to compile as a module anymore, and exit from the menu with " +"saving changes." hunk ./po/docs/hu/docs.po 2721 -# type: Bullet: '4) ' +# type: Plain text hunk ./po/docs/hu/docs.po 2724 -"Compile your kernel with the `make` command. This may take several minutes." +". Compile your kernel with the `make` command. This may take several minutes." hunk ./po/docs/hu/docs.po 2731 -"5. Copy your new kernel to `/boot` by typing the following command:\n" +". Copy your new kernel to `/boot` by typing the following command:\n" hunk ./po/docs/hu/docs.po 2791 -"help looking and the service manual doing:" +"help looking and the `service` manual doing:" hunk ./po/docs/hu/docs.po 8273 -"as root. Or, as a regular user, copy edit '~/.repoman.conf', and add the " -"fst_root dir in it (by default, it would download the files to /var/fst, and " -"it is not writable as a user, of course) and issue `repoman upd`." +"as root. Or, as a regular user, copy '/etc/repoman.conf' to '~/.repoman." +"conf' and edit it, change the fst_root dir in it (by default, it would " +"download the files to /var/fst, and it is not writable as a user, of course) " +"and issue `repoman upd`." hunk ./po/docs/hu/docs.po 8304 -#, no-wrap hunk ./po/docs/hu/docs.po 8305 -"First we enter the directory of mplayer then (like make and Makefile\n" -") we run makepkg that will build the package according to the parameters\n" -"described in FrugalBuild. We used use the -R option to build the package\n" -" in a chroot-ed environment. Since 0.5 building in chroot is the default\n" -"methot, you have to use -H if you want to build on the host system.\n" -"Chroot requires root privileges. To allow group (for example the devels\n" -"group) to use sudo makepkg, start visudo as root, and add the following line:\n" +"First we enter the directory of mplayer then (like make and Makefile) we " +"run makepkg that will build the package according to the parameters " +"described in FrugalBuild. We used use the -R option to build the package in " +"a chroot-ed environment. Since 0.5 building in chroot is the default methot, " +"you have to use -H if you want to build on the host system. Chroot requires " +"root privileges. To allow group (for example the devels group) to use sudo " +"makepkg, start visudo as root, and add the following line:" hunk ./po/frugalwareutils/de/grubconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" -"PO-Revision-Date: 2007-04-20 20:01+0200\n" -"Last-Translator: andrej prochazka \n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-28 17:29+0200\n" +"Last-Translator: Daniel Exner \n" hunk ./po/frugalwareutils/de/grubconfig.po 58 +#, fuzzy hunk ./po/frugalwareutils/de/grubconfig.po 66 -"Option 3 require setting the partition bootable with (c)fdisk\n" +"Option 3 requires setting the partition bootable with (c)fdisk\n" hunk ./po/frugalwareutils/de/grubconfig.po 70 +"GRUB kann an verschiedenen Orten installiert werden:\n" +"\n" +"\t1. Im Master Boot Record der ersten Festplatte.\n" +"\t2. Auf einer formatierten Diskette.\n" +"\t3. Im Superblock der root Linux Partition.\n" +"\n" +"Für Option 3 muss die Partition mittels (c)fdisk bootbar gemacht werden\n" +"Tip: Option 3 eignet sich am besten wenn bereits ein Boot Manager " +"installiert ist.\n" +"Welche Option wird gewünscht?" hunk ./po/frugalwareutils/de/grubconfig.po 83 -msgstr "" +msgstr "GRUB Boot-Loader" hunk ./po/frugalwareutils/de/grubconfig.po 87 -msgstr "" +msgstr "Bitte warten" hunk ./po/frugalwareutils/de/grubconfig.po 91 -msgstr "" +msgstr "Versuche den GRUB Boot-Loader zu installieren..." hunk ./po/frugalwareutils/de/libfwdialog.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" -"PO-Revision-Date: 2007-03-20 15:33+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-28 17:39+0200\n" +"Last-Translator: Daniel Exner \n" hunk ./po/frugalwareutils/de/libfwdialog.po 18 -"X-Generator: Translate Toolkit 0.10.1\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/de/libfwdialog.po 22 -msgstr "" +msgstr "Setup" hunk ./po/frugalwareutils/de/libfwdialog.po 26 -msgstr "" +msgstr "Schließen" hunk ./po/frugalwareutils/de/libfwdialog.po 30 -msgstr "" +msgstr "Sicher schließen?" hunk ./po/frugalwareutils/de/libfwnetconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" -"PO-Revision-Date: 2007-03-20 15:34+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-28 17:31+0200\n" +"Last-Translator: Daniel Exner \n" hunk ./po/frugalwareutils/de/libfwnetconfig.po 18 -"X-Generator: Translate Toolkit 0.10.1\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/de/libfwnetconfig.po 23 -msgstr "" +msgstr "%s: dieses Profil existiert nicht!\n" hunk ./po/frugalwareutils/de/libfwnetconfig.po 28 -msgstr "" +msgstr "Profil: Zeile %d: Falscher Interface Name!\n" hunk ./po/frugalwareutils/de/libfwnetconfig.po 33 -msgstr "" +msgstr "Profil: Zeile %d: Syntax Fehler\n" hunk ./po/frugalwareutils/de/libfwnetconfig.po 38 -msgstr "" +msgstr "Profil: Zeile %d: Alle Verzeichniss müssen zu einer Sektion gehören\n" hunk ./po/frugalwareutils/de/libfwxwmconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" -"PO-Revision-Date: 2007-03-20 15:36+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-28 17:32+0200\n" +"Last-Translator: Daniel Exner \n" hunk ./po/frugalwareutils/de/libfwxwmconfig.po 18 -"X-Generator: Translate Toolkit 0.10.1\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/de/libfwxwmconfig.po 22 -msgstr "" +msgstr "K Desktop Environment" hunk ./po/frugalwareutils/de/libfwxwmconfig.po 26 -msgstr "" +msgstr "Eine leichtgewichtige Desktop Umgebung" hunk ./po/frugalwareutils/de/mouseconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" -"PO-Revision-Date: 2007-03-20 15:37+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-28 17:33+0200\n" +"Last-Translator: Daniel Exner \n" hunk ./po/frugalwareutils/de/mouseconfig.po 18 -"X-Generator: Translate Toolkit 0.10.1\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/de/mouseconfig.po 22 -msgstr "" +msgstr "PS/2 Maus (die meisten Desktop-PC's und Laptops)" hunk ./po/frugalwareutils/de/mouseconfig.po 26 -msgstr "" +msgstr "Microsoft PS/2 Intellimouse" hunk ./po/frugalwareutils/de/mouseconfig.po 30 -msgstr "" +msgstr "2 Tasten Microsoft oder kompatibel Maus" hunk ./po/frugalwareutils/de/mouseconfig.po 34 -msgstr "" +msgstr "3 Tasten Microsoft oder kompatibel Maus" hunk ./po/frugalwareutils/de/mouseconfig.po 38 -msgstr "" +msgstr "Logitech Mouseman seriell, oder ähnliche" hunk ./po/frugalwareutils/de/mouseconfig.po 42 -msgstr "" +msgstr "MouseSystems seriell (die meisten 3 Tasten Mäuse)" hunk ./po/frugalwareutils/de/netconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" -"PO-Revision-Date: 2007-03-20 15:38+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-28 18:10+0200\n" +"Last-Translator: Daniel Exner \n" hunk ./po/frugalwareutils/de/netconfig.po 18 -"X-Generator: Translate Toolkit 0.10.1\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/de/netconfig.po 23 -msgstr "" +msgstr "Anleitung: %s [Optionen] start|stop|restart|status|list\n" hunk ./po/frugalwareutils/de/netconfig.po 28 -msgstr "" +msgstr "%s [Optionen] [Profil]\n" hunk ./po/frugalwareutils/de/netconfig.po 33 -msgstr "" +msgstr "-h | --help Diese Hilfe.\n" hunk ./po/frugalwareutils/de/netconfig.po 38 -msgstr "" +msgstr "-f | --fast Schneller Modus, wie ihn das Setup benutzt.\n" hunk ./po/frugalwareutils/de/netconfig.po 44 -msgstr "" +msgstr "SIGHUP läd das aktuelle Profil neu.\n" hunk ./po/frugalwareutils/de/netconfig.po 49 -msgstr "" +msgstr "--dry-run Simulationslauf.\n" hunk ./po/frugalwareutils/de/netconfig.po 53 -msgstr "" +msgstr "Benutze DHCP Server" hunk ./po/frugalwareutils/de/netconfig.po 57 -msgstr "" +msgstr "Benutze eine statische IP" hunk ./po/frugalwareutils/de/netconfig.po 61 -msgstr "" +msgstr "DSL Verbindung" hunk ./po/frugalwareutils/de/netconfig.po 65 -msgstr "" +msgstr "Kein Netzwerk - Nur Loopback Verbindung" hunk ./po/frugalwareutils/de/netconfig.po 69 -msgstr "" +msgstr "Wähle Netzwerk Verbindungstyp" hunk ./po/frugalwareutils/de/netconfig.po 83 +"Jetzt müssen wir wisse, wie die Maschine an das Netzwerk angeschlossen ist.\n" +"Wenn eine interne Netzwerkkarte vorhanden ist, und IP Adresse sowie Gateay " +"und DNS Server statisch vergeben sind, dann benutze 'static' und trage die " +"Werte ein. Ebenso können die Werte bei einer DSL Verbindung eingetragen " +"werden.\n" +"Wenn deine IP Addresse von einem DHCP Server vergeben wird (häufig bei " +"Kabelmodem-Anbietern), wähle 'dhcp'.\n" +"Wenn du deine Netzwerkkarte direkt an das DSL Modem angeschlossen hast, " +"wähle 'dsl'.\n" +"Wenn du keine Netzwerkkarte besitzt, wähle 'lo'.\n" hunk ./po/frugalwareutils/de/netconfig.po 96 -msgstr "" +msgstr "DSL Konfiguration" hunk ./po/frugalwareutils/de/netconfig.po 100 -msgstr "" +msgstr "Willst du jetzt eine DSL Verbindung konfigurieren?" hunk ./po/frugalwareutils/de/netconfig.po 104 -msgstr "" +msgstr "Bitte Benutzernamen eingeben" hunk ./po/frugalwareutils/de/netconfig.po 108 -msgstr "" +msgstr "Bitte PPPoE Benutzernamen eingeben" hunk ./po/frugalwareutils/de/netconfig.po 112 -msgstr "" +msgstr "Passwort" hunk ./po/frugalwareutils/de/netconfig.po 116 -msgstr "" +msgstr "Bitte gib dein PPPoE Passwort ein" hunk ./po/frugalwareutils/de/netconfig.po 120 -msgstr "" +msgstr "Bitte gib dein PPPoE Passwort nochmals ein" hunk ./po/frugalwareutils/de/netconfig.po 124 -msgstr "" +msgstr "Nicht das gleiche Passwort eingegeben!" hunk ./po/frugalwareutils/de/netconfig.po 128 -msgstr "" +msgstr "Sorry, die Passwörter stimmen nicht überein. Nochmal?" hunk ./po/frugalwareutils/de/netconfig.po 132 -msgstr "" +msgstr "Bitte gib den Namen des Interfaces ein" hunk ./po/frugalwareutils/de/raidconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/de/setup.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" -"PO-Revision-Date: 2007-03-20 15:40+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-28 17:36+0200\n" +"Last-Translator: Daniel Exner \n" hunk ./po/frugalwareutils/de/setup.po 18 -"X-Generator: Translate Toolkit 0.10.1\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/de/setup.po 22 -msgstr "" +msgstr "Kontrollzentrum" hunk ./po/frugalwareutils/de/setup.po 26 -msgstr "" +msgstr "Bitte eines der folgende Konfigurations Werkzeuge wählen:" hunk ./po/frugalwareutils/de/setup.po 30 -msgstr "" +msgstr "Allgemeine Konfiguration" hunk ./po/frugalwareutils/de/timeconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/de/timeconfig.po 20 -#: ../timeconfig.c:45 -msgid "no" -msgstr "" - hunk ./po/frugalwareutils/de/timeconfig.po 25 -msgid "yes" -msgstr "" - -#: ../timeconfig.c:46 -msgid "Hardware clock is set to UTC" +msgid "Hardware clock is set to UTC/GMT" hunk ./po/frugalwareutils/de/timeconfig.po 29 -msgid "Do you want to set hardware clock utc?" +msgid "What is the setup of the hardware clock?" hunk ./po/frugalwareutils/de/timeconfig.po 34 -"Is the hardware clock set to Coordinated Universal Time (UTC/GMT)? If it " -"is, select 'yes' here. If the hardware clock is set to the current local " -"time (this is how most PCs are set up), then say 'no' here. If you are not " -"sure what this is, you should answer 'no' here." +"If the hardware clock is set to the Coordinated Universal time select 'UTC'. " +"Else if it is set to the current local time (this is how most PCs are set " +"up) or if you are unsure, then select 'local' here." hunk ./po/frugalwareutils/de/timeconfig.po 39 -#: ../timeconfig.c:99 +#: ../timeconfig.c:88 hunk ./po/frugalwareutils/de/timeconfig.po 43 -#: ../timeconfig.c:100 +#: ../timeconfig.c:89 hunk ./po/frugalwareutils/de/timeconfig.po 47 -#: ../timeconfig.c:118 +#: ../timeconfig.c:107 hunk ./po/frugalwareutils/de/xconfig-helper.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/de/xconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/de/xwmconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/de/xwmconfig.po 37 -msgid "--force Run this tool even GDM or KDM installed.\n" +msgid "--force Run this tool even if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/de/xwmconfig.po 47 -msgid "--silent Do not print any warning if GDM or KDM installed.\n" +msgid "--silent Do not print any warning if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/fr/grubconfig.po 10 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/grubconfig.po 76 -"Suggestion: Choisissez l'option 3 si vous avez déjà un chargeur de démarrage.\n" +"Suggestion: Choisissez l'option 3 si vous avez déjà un chargeur de " +"démarrage.\n" hunk ./po/frugalwareutils/fr/libfwdialog.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/libfwnetconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/libfwxwmconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/mouseconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/netconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/raidconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/setup.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/xconfig-helper.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/fr/xconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/grubconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/grubconfig.po 57 +#, fuzzy hunk ./po/frugalwareutils/hu/grubconfig.po 65 -"Option 3 require setting the partition bootable with (c)fdisk\n" +"Option 3 requires setting the partition bootable with (c)fdisk\n" hunk ./po/frugalwareutils/hu/libfwdialog.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/libfwnetconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/libfwxwmconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/mouseconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/netconfig.po 11 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/raidconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/setup.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/timeconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/timeconfig.po 19 -#: ../timeconfig.c:45 -msgid "no" -msgstr "nem" - hunk ./po/frugalwareutils/hu/timeconfig.po 24 -msgid "yes" -msgstr "igen" - -#: ../timeconfig.c:46 -msgid "Hardware clock is set to UTC" +#, fuzzy +msgid "Hardware clock is set to UTC/GMT" hunk ./po/frugalwareutils/hu/timeconfig.po 29 -msgid "Do you want to set hardware clock utc?" -msgstr "A rendszeróra a Greenwich-i idõre (UTC/GMT) legyen beállítva?" +msgid "What is the setup of the hardware clock?" +msgstr "" hunk ./po/frugalwareutils/hu/timeconfig.po 33 +#, fuzzy hunk ./po/frugalwareutils/hu/timeconfig.po 35 -"Is the hardware clock set to Coordinated Universal Time (UTC/GMT)? If it " -"is, select 'yes' here. If the hardware clock is set to the current local " -"time (this is how most PCs are set up), then say 'no' here. If you are not " -"sure what this is, you should answer 'no' here." +"If the hardware clock is set to the Coordinated Universal time select 'UTC'. " +"Else if it is set to the current local time (this is how most PCs are set " +"up) or if you are unsure, then select 'local' here." hunk ./po/frugalwareutils/hu/timeconfig.po 44 -#: ../timeconfig.c:99 +#: ../timeconfig.c:88 hunk ./po/frugalwareutils/hu/timeconfig.po 48 -#: ../timeconfig.c:100 +#: ../timeconfig.c:89 hunk ./po/frugalwareutils/hu/timeconfig.po 53 -#: ../timeconfig.c:118 +#: ../timeconfig.c:107 hunk ./po/frugalwareutils/hu/timeconfig.po 57 +#~ msgid "no" +#~ msgstr "nem" + +#~ msgid "yes" +#~ msgstr "igen" + +#, fuzzy +#~ msgid "Do you want to set hardware clock to UTC?" +#~ msgstr "A rendszeróra a Greenwich-i idõre (UTC/GMT) legyen beállítva?" + hunk ./po/frugalwareutils/hu/xconfig-helper.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/xconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/xwmconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/hu/xwmconfig.po 37 -#, c-format -msgid "--force Run this tool even GDM or KDM installed.\n" +#, fuzzy, c-format +msgid "--force Run this tool even if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/hu/xwmconfig.po 48 -#, c-format -msgid "--silent Do not print any warning if GDM or KDM installed.\n" +#, fuzzy, c-format +msgid "--silent Do not print any warning if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/pl/grubconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/grubconfig.po 56 +#, fuzzy hunk ./po/frugalwareutils/pl/grubconfig.po 64 -"Option 3 require setting the partition bootable with (c)fdisk\n" +"Option 3 requires setting the partition bootable with (c)fdisk\n" hunk ./po/frugalwareutils/pl/libfwdialog.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/libfwnetconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/libfwxwmconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/mouseconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/netconfig.po 12 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/raidconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/setup.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/timeconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/timeconfig.po 18 -#: ../timeconfig.c:45 -msgid "no" -msgstr "nie" - hunk ./po/frugalwareutils/pl/timeconfig.po 23 -msgid "yes" -msgstr "tak" - -#: ../timeconfig.c:46 -msgid "Hardware clock is set to UTC" +#, fuzzy +msgid "Hardware clock is set to UTC/GMT" hunk ./po/frugalwareutils/pl/timeconfig.po 28 -msgid "Do you want to set hardware clock utc?" -msgstr "Ustawiæ zegar na UTC?" +msgid "What is the setup of the hardware clock?" +msgstr "" hunk ./po/frugalwareutils/pl/timeconfig.po 32 +#, fuzzy hunk ./po/frugalwareutils/pl/timeconfig.po 34 -"Is the hardware clock set to Coordinated Universal Time (UTC/GMT)? If it " -"is, select 'yes' here. If the hardware clock is set to the current local " -"time (this is how most PCs are set up), then say 'no' here. If you are not " -"sure what this is, you should answer 'no' here." +"If the hardware clock is set to the Coordinated Universal time select 'UTC'. " +"Else if it is set to the current local time (this is how most PCs are set " +"up) or if you are unsure, then select 'local' here." hunk ./po/frugalwareutils/pl/timeconfig.po 41 -#: ../timeconfig.c:99 +#: ../timeconfig.c:88 hunk ./po/frugalwareutils/pl/timeconfig.po 45 -#: ../timeconfig.c:100 +#: ../timeconfig.c:89 hunk ./po/frugalwareutils/pl/timeconfig.po 49 -#: ../timeconfig.c:118 +#: ../timeconfig.c:107 hunk ./po/frugalwareutils/pl/timeconfig.po 53 +#~ msgid "no" +#~ msgstr "nie" + +#~ msgid "yes" +#~ msgstr "tak" + +#, fuzzy +#~ msgid "Do you want to set hardware clock to UTC?" +#~ msgstr "Ustawiæ zegar na UTC?" + hunk ./po/frugalwareutils/pl/xconfig-helper.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/xconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/xwmconfig.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/pl/xwmconfig.po 34 -#, c-format -msgid "--force Run this tool even GDM or KDM installed.\n" +#, fuzzy, c-format +msgid "--force Run this tool even if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/pl/xwmconfig.po 44 -#, c-format -msgid "--silent Do not print any warning if GDM or KDM installed.\n" +#, fuzzy, c-format +msgid "--silent Do not print any warning if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/sk/grubconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/grubconfig.po 57 +#, fuzzy hunk ./po/frugalwareutils/sk/grubconfig.po 65 -"Option 3 require setting the partition bootable with (c)fdisk\n" +"Option 3 requires setting the partition bootable with (c)fdisk\n" hunk ./po/frugalwareutils/sk/libfwdialog.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/libfwnetconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/libfwxwmconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/mouseconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/netconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/raidconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/setup.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/timeconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/timeconfig.po 19 -#: ../timeconfig.c:45 -msgid "no" -msgstr "nie" - hunk ./po/frugalwareutils/sk/timeconfig.po 24 -msgid "yes" -msgstr "ano" - -#: ../timeconfig.c:46 -msgid "Hardware clock is set to UTC" +#, fuzzy +msgid "Hardware clock is set to UTC/GMT" hunk ./po/frugalwareutils/sk/timeconfig.po 29 -msgid "Do you want to set hardware clock utc?" -msgstr "Chcete nastaviÅ¥ Hardware hodiny na UTC?" +msgid "What is the setup of the hardware clock?" +msgstr "" hunk ./po/frugalwareutils/sk/timeconfig.po 33 +#, fuzzy hunk ./po/frugalwareutils/sk/timeconfig.po 35 -"Is the hardware clock set to Coordinated Universal Time (UTC/GMT)? If it " -"is, select 'yes' here. If the hardware clock is set to the current local " -"time (this is how most PCs are set up), then say 'no' here. If you are not " -"sure what this is, you should answer 'no' here." +"If the hardware clock is set to the Coordinated Universal time select 'UTC'. " +"Else if it is set to the current local time (this is how most PCs are set " +"up) or if you are unsure, then select 'local' here." hunk ./po/frugalwareutils/sk/timeconfig.po 43 -#: ../timeconfig.c:99 +#: ../timeconfig.c:88 hunk ./po/frugalwareutils/sk/timeconfig.po 47 -#: ../timeconfig.c:100 +#: ../timeconfig.c:89 hunk ./po/frugalwareutils/sk/timeconfig.po 51 -#: ../timeconfig.c:118 +#: ../timeconfig.c:107 hunk ./po/frugalwareutils/sk/timeconfig.po 55 +#~ msgid "no" +#~ msgstr "nie" + +#~ msgid "yes" +#~ msgstr "ano" + +#, fuzzy +#~ msgid "Do you want to set hardware clock to UTC?" +#~ msgstr "Chcete nastaviÅ¥ Hardware hodiny na UTC?" + hunk ./po/frugalwareutils/sk/xconfig-helper.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/xconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/xwmconfig.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sk/xwmconfig.po 37 -#, c-format -msgid "--force Run this tool even GDM or KDM installed.\n" +#, fuzzy, c-format +msgid "--force Run this tool even if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/sk/xwmconfig.po 48 -#, c-format -msgid "--silent Do not print any warning if GDM or KDM installed.\n" +#, fuzzy, c-format +msgid "--silent Do not print any warning if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/sv/grubconfig.po 5 -#, fuzzy hunk ./po/frugalwareutils/sv/grubconfig.po 9 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-05-01 00:28+0200\n" hunk ./po/frugalwareutils/sv/grubconfig.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/sv/grubconfig.po 21 -msgstr "" +msgstr "MBR" hunk ./po/frugalwareutils/sv/grubconfig.po 25 -msgstr "" +msgstr "Installera pÃ¥ Master Boot Record" hunk ./po/frugalwareutils/sv/grubconfig.po 29 -msgstr "" +msgstr "Diskett" hunk ./po/frugalwareutils/sv/grubconfig.po 33 -msgstr "" +msgstr "Installera pÃ¥ en formated diskett i /dev/fd0" hunk ./po/frugalwareutils/sv/grubconfig.po 38 -msgstr "" +msgstr "Root" hunk ./po/frugalwareutils/sv/grubconfig.po 42 -msgstr "" +msgstr "Installera pÃ¥ superomrÃ¥de (Använd inte detta med XFS)" hunk ./po/frugalwareutils/sv/grubconfig.po 46 -msgstr "" +msgstr "Hoppa över" hunk ./po/frugalwareutils/sv/grubconfig.po 50 -msgstr "" +msgstr "Hoppa över installationen av GRUB." hunk ./po/frugalwareutils/sv/grubconfig.po 54 -msgstr "" +msgstr "Installerar uppstartshanteraren GRUB" hunk ./po/frugalwareutils/sv/grubconfig.po 68 +"GRUB kan installeras pÃ¥ en mängd olika platser:\n" +"\n" +"\t1. Master Boot Record pÃ¥ din första hÃ¥rddisk.\n" +"\t2. En formaterad diskett.\n" +"\t3. SuperomrÃ¥det pÃ¥ din Linux rootpartition\n" +"\n" +"Val 3 kräver att du gör partitionen startbar med (c)fdisk\n" +"Tips: Välj val 3 om du redan har en uppstartshanterare installerad.\n" +"Vilket av valen vill du använda?" hunk ./po/frugalwareutils/sv/grubconfig.po 80 -msgstr "" +msgstr "Uppstartshanteraren GRUB" hunk ./po/frugalwareutils/sv/grubconfig.po 84 -msgstr "" +msgstr "Var god vänta" hunk ./po/frugalwareutils/sv/grubconfig.po 88 -msgstr "" +msgstr "Försöker att installera uppstartshanteraren GRUB..." hunk ./po/frugalwareutils/sv/libfwdialog.po 5 -#, fuzzy hunk ./po/frugalwareutils/sv/libfwdialog.po 9 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-30 23:53+0200\n" hunk ./po/frugalwareutils/sv/libfwdialog.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/sv/libfwdialog.po 21 -msgstr "" +msgstr "Konfiguration" hunk ./po/frugalwareutils/sv/libfwdialog.po 25 -msgstr "" +msgstr "Avsluta" hunk ./po/frugalwareutils/sv/libfwdialog.po 29 -msgstr "" +msgstr "Är du säker pÃ¥ att du vill avsluta?" hunk ./po/frugalwareutils/sv/libfwnetconfig.po 10 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sv/libfwxwmconfig.po 5 -#, fuzzy hunk ./po/frugalwareutils/sv/libfwxwmconfig.po 9 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-04-30 23:59+0200\n" hunk ./po/frugalwareutils/sv/libfwxwmconfig.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/sv/libfwxwmconfig.po 21 -msgstr "" +msgstr "K Skrivbordsmiljö" hunk ./po/frugalwareutils/sv/libfwxwmconfig.po 25 -msgstr "" +msgstr "En lättviktig skrivbordsmiljö." hunk ./po/frugalwareutils/sv/libfwxwmconfig.po 29 -msgstr "" +msgstr "--- Igen beskrivning, var god rapportera! ---" hunk ./po/frugalwareutils/sv/mouseconfig.po 5 -#, fuzzy hunk ./po/frugalwareutils/sv/mouseconfig.po 9 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-05-01 00:35+0200\n" hunk ./po/frugalwareutils/sv/mouseconfig.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/sv/mouseconfig.po 49 -msgstr "" +msgstr "USB-ansluten mus" hunk ./po/frugalwareutils/sv/mouseconfig.po 93 -msgstr "" +msgstr "Använd en joystick som en mus" hunk ./po/frugalwareutils/sv/mouseconfig.po 101 -msgstr "" +msgstr "Konfigurera stöd för mus i konsollen (GPM)" hunk ./po/frugalwareutils/sv/mouseconfig.po 115 -msgstr "" +msgstr "(COM1: under DOS)" hunk ./po/frugalwareutils/sv/mouseconfig.po 119 -msgstr "" +msgstr "(COM2: under DOS)" hunk ./po/frugalwareutils/sv/mouseconfig.po 123 -msgstr "" +msgstr "(COM3: under DOS)" hunk ./po/frugalwareutils/sv/mouseconfig.po 127 -msgstr "" +msgstr "(COM4: under DOS)" hunk ./po/frugalwareutils/sv/mouseconfig.po 139 -msgstr "" +msgstr "Muskonfiguration" hunk ./po/frugalwareutils/sv/netconfig.po 5 -#, fuzzy hunk ./po/frugalwareutils/sv/netconfig.po 9 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-05-01 01:04+0200\n" hunk ./po/frugalwareutils/sv/netconfig.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/sv/netconfig.po 22 -msgstr "" +msgstr "användning: %s [val] start|stop|restart|status|list\n" hunk ./po/frugalwareutils/sv/netconfig.po 27 -msgstr "" +msgstr " %s [val] [profil]\n" hunk ./po/frugalwareutils/sv/netconfig.po 32 -msgstr "" +msgstr "-h | --help Denna hjälp.\n" hunk ./po/frugalwareutils/sv/netconfig.po 37 -msgstr "" +msgstr "-f | --fast Snabbt läge, används av installationen.\n" hunk ./po/frugalwareutils/sv/netconfig.po 52 -msgstr "" +msgstr "Använd en DHCP server" hunk ./po/frugalwareutils/sv/netconfig.po 56 -msgstr "" +msgstr "Använd en statisk IP-adress" hunk ./po/frugalwareutils/sv/netconfig.po 60 -msgstr "" +msgstr "DSL-uppkoppling" hunk ./po/frugalwareutils/sv/netconfig.po 68 -msgstr "" +msgstr "Välj uppkopplingstyp" hunk ./po/frugalwareutils/sv/netconfig.po 85 -msgstr "" +msgstr "DSL-konfiguration" hunk ./po/frugalwareutils/sv/netconfig.po 89 -msgstr "" +msgstr "Vill du konfigurera en DSL-uppkoppling nu?" hunk ./po/frugalwareutils/sv/netconfig.po 93 -msgstr "" +msgstr "Skriv in användarnamn" hunk ./po/frugalwareutils/sv/netconfig.po 101 -msgstr "" +msgstr "Lösenord" hunk ./po/frugalwareutils/sv/netconfig.po 117 -msgstr "" +msgstr "Tyvärr, lösenorden matchade inte varandra. Vill du försöka igen?" hunk ./po/frugalwareutils/sv/netconfig.po 133 -msgstr "" +msgstr "Nätverkskonfiguration" hunk ./po/frugalwareutils/sv/raidconfig.po 10 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sv/setup.po 5 -#, fuzzy hunk ./po/frugalwareutils/sv/setup.po 9 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-05-01 00:39+0200\n" hunk ./po/frugalwareutils/sv/setup.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/sv/setup.po 21 -msgstr "" +msgstr "Kontrollstation" hunk ./po/frugalwareutils/sv/setup.po 25 -msgstr "" +msgstr "Var god välj en av de följande Konfigurationsverktygen att börja med:" hunk ./po/frugalwareutils/sv/setup.po 29 -msgstr "" +msgstr "Generell konfiguration" hunk ./po/frugalwareutils/sv/timeconfig.po 10 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sv/timeconfig.po 20 -#: ../timeconfig.c:45 -msgid "no" -msgstr "" - hunk ./po/frugalwareutils/sv/timeconfig.po 25 -msgid "yes" -msgstr "" - -#: ../timeconfig.c:46 -msgid "Hardware clock is set to UTC" +msgid "Hardware clock is set to UTC/GMT" hunk ./po/frugalwareutils/sv/timeconfig.po 29 -msgid "Do you want to set hardware clock to UTC?" +msgid "What is the setup of the hardware clock?" hunk ./po/frugalwareutils/sv/timeconfig.po 34 -"Is the hardware clock set to Coordinated Universal Time (UTC/GMT)? If it " -"is, select 'yes' here. If the hardware clock is set to the current local " -"time (this is how most PCs are set up), then say 'no' here. If you are not " -"sure what this is, you should answer 'no' here." +"If the hardware clock is set to the Coordinated Universal time select 'UTC'. " +"Else if it is set to the current local time (this is how most PCs are set " +"up) or if you are unsure, then select 'local' here." hunk ./po/frugalwareutils/sv/timeconfig.po 39 -#: ../timeconfig.c:99 +#: ../timeconfig.c:88 hunk ./po/frugalwareutils/sv/timeconfig.po 43 -#: ../timeconfig.c:100 +#: ../timeconfig.c:89 hunk ./po/frugalwareutils/sv/timeconfig.po 47 -#: ../timeconfig.c:118 +#: ../timeconfig.c:107 hunk ./po/frugalwareutils/sv/xconfig-helper.po 5 -#, fuzzy hunk ./po/frugalwareutils/sv/xconfig-helper.po 9 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-05-01 01:14+0200\n" hunk ./po/frugalwareutils/sv/xconfig-helper.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/sv/xconfig-helper.po 25 +"xmessage -buttons OK:1 -center -timeout 1 \"Om du ser detta meddelande, " +"klicka pÃ¥ OK inom 10 sekunder. Använd tid: %d sekund(er).\"" hunk ./po/frugalwareutils/sv/xconfig.po 10 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/frugalwareutils/sv/xwmconfig.po 5 -#, fuzzy hunk ./po/frugalwareutils/sv/xwmconfig.po 9 -"POT-Creation-Date: 2007-04-30 06:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" +"PO-Revision-Date: 2007-05-01 01:01+0200\n" hunk ./po/frugalwareutils/sv/xwmconfig.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/frugalwareutils/sv/xwmconfig.po 21 -msgstr "" +msgstr "Fönsterhanterare" hunk ./po/frugalwareutils/sv/xwmconfig.po 28 +"Välj en av fönsterhanterarna frÃ¥n listan nedan. Fönsterhanterare är " +"ansvariga för skrivbordets utseende." hunk ./po/frugalwareutils/sv/xwmconfig.po 34 -msgstr "" +msgstr "användning: %s [val]\n" hunk ./po/frugalwareutils/sv/xwmconfig.po 38 -msgid "--force Run this tool even if GDM or KDM is installed.\n" +msgid "--force Run this tool even if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/sv/xwmconfig.po 44 -msgstr "" +msgstr "--help Denna hjälp.\n" hunk ./po/frugalwareutils/sv/xwmconfig.po 48 -msgid "--silent Do not print any warning if GDM or KDM installed.\n" +msgid "--silent Do not print any warning if GDM or KDM are installed.\n" hunk ./po/frugalwareutils/sv/xwmconfig.po 53 -msgstr "" +msgstr "Konfiguration av XDM" hunk ./po/frugalwareutils/sv/xwmconfig.po 57 -msgstr "" +msgstr "Var god vänta" hunk ./po/frugalwareutils/sv/xwmconfig.po 61 -msgstr "" +msgstr "Söker efter skrivbordshanterare..." hunk ./po/frugalwareutils/sv/xwmconfig.po 65 -msgstr "" +msgstr "KDM hittad" hunk ./po/frugalwareutils/sv/xwmconfig.po 70 +"KDM är installerad, du kan välja fönsterhanterare frÃ¥n inloggningsmenyn." hunk ./po/frugalwareutils/sv/xwmconfig.po 74 -msgstr "" +msgstr "GDM hittad" hunk ./po/frugalwareutils/sv/xwmconfig.po 79 +"GDM är installerad, du kan välja fönsterhanterare frÃ¥n inloggningsmenyn." hunk ./po/frugalwareutils/sv/xwmconfig.po 83 -msgstr "" +msgstr "Ingen X-server hittad" hunk ./po/frugalwareutils/sv/xwmconfig.po 90 +"X-servern är inte installerad, var god utfärda kommandot 'pacman -S x11' som " +"root." hunk ./po/homepage/fr/homepage.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:23+0200\n" hunk ./po/homepage/hu/homepage.po 12 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:23+0200\n" hunk ./po/homepage/sk/homepage.po 9 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:23+0200\n" hunk ./po/pacman/de/libpacman.po 10 -"POT-Creation-Date: 2007-04-27 06:24+0200\n" +"POT-Creation-Date: 2007-05-02 06:23+0200\n" hunk ./po/pacman/de/pacman-g2.po 10 -"POT-Creation-Date: 2007-04-27 06:24+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/pacman/de/pacman-g2.po 379 -#: ../pacman-g2.c:96 +#: ../pacman-g2.c:95 hunk ./po/pacman/de/pacman-g2.po 384 -#: ../pacman-g2.c:97 +#: ../pacman-g2.c:96 hunk ./po/pacman/de/pacman-g2.po 389 -#: ../pacman-g2.c:98 +#: ../pacman-g2.c:97 hunk ./po/pacman/de/pacman-g2.po 394 -#: ../pacman-g2.c:99 +#: ../pacman-g2.c:98 hunk ./po/pacman/de/pacman-g2.po 399 -#: ../pacman-g2.c:100 +#: ../pacman-g2.c:99 hunk ./po/pacman/de/pacman-g2.po 404 -#: ../pacman-g2.c:101 +#: ../pacman-g2.c:100 hunk ./po/pacman/de/pacman-g2.po 409 -#: ../pacman-g2.c:102 +#: ../pacman-g2.c:101 hunk ./po/pacman/de/pacman-g2.po 414 -#: ../pacman-g2.c:103 +#: ../pacman-g2.c:102 hunk ./po/pacman/de/pacman-g2.po 419 -#: ../pacman-g2.c:104 +#: ../pacman-g2.c:103 hunk ./po/pacman/de/pacman-g2.po 428 -#: ../pacman-g2.c:107 +#: ../pacman-g2.c:106 hunk ./po/pacman/de/pacman-g2.po 433 -#: ../pacman-g2.c:108 ../pacman-g2.c:113 ../pacman-g2.c:125 ../pacman-g2.c:130 -#: ../pacman-g2.c:144 +#: ../pacman-g2.c:107 ../pacman-g2.c:112 ../pacman-g2.c:124 ../pacman-g2.c:129 +#: ../pacman-g2.c:143 hunk ./po/pacman/de/pacman-g2.po 439 -#: ../pacman-g2.c:109 ../pacman-g2.c:115 ../pacman-g2.c:126 ../pacman-g2.c:146 +#: ../pacman-g2.c:108 ../pacman-g2.c:114 ../pacman-g2.c:125 ../pacman-g2.c:145 hunk ./po/pacman/de/pacman-g2.po 444 -#: ../pacman-g2.c:110 ../pacman-g2.c:127 ../pacman-g2.c:148 +#: ../pacman-g2.c:109 ../pacman-g2.c:126 ../pacman-g2.c:147 hunk ./po/pacman/de/pacman-g2.po 450 -#: ../pacman-g2.c:112 +#: ../pacman-g2.c:111 hunk ./po/pacman/de/pacman-g2.po 455 -#: ../pacman-g2.c:114 +#: ../pacman-g2.c:113 hunk ./po/pacman/de/pacman-g2.po 462 -#: ../pacman-g2.c:116 +#: ../pacman-g2.c:115 hunk ./po/pacman/de/pacman-g2.po 467 -#: ../pacman-g2.c:117 +#: ../pacman-g2.c:116 hunk ./po/pacman/de/pacman-g2.po 472 -#: ../pacman-g2.c:118 +#: ../pacman-g2.c:117 hunk ./po/pacman/de/pacman-g2.po 480 -#: ../pacman-g2.c:121 +#: ../pacman-g2.c:120 hunk ./po/pacman/de/pacman-g2.po 485 -#: ../pacman-g2.c:123 +#: ../pacman-g2.c:122 hunk ./po/pacman/de/pacman-g2.po 490 -#: ../pacman-g2.c:129 +#: ../pacman-g2.c:128 hunk ./po/pacman/de/pacman-g2.po 495 -#: ../pacman-g2.c:131 +#: ../pacman-g2.c:130 hunk ./po/pacman/de/pacman-g2.po 500 -#: ../pacman-g2.c:132 +#: ../pacman-g2.c:131 hunk ./po/pacman/de/pacman-g2.po 508 -#: ../pacman-g2.c:133 +#: ../pacman-g2.c:132 hunk ./po/pacman/de/pacman-g2.po 514 -#: ../pacman-g2.c:134 ../pacman-g2.c:149 +#: ../pacman-g2.c:133 ../pacman-g2.c:148 hunk ./po/pacman/de/pacman-g2.po 520 -#: ../pacman-g2.c:135 +#: ../pacman-g2.c:134 hunk ./po/pacman/de/pacman-g2.po 525 -#: ../pacman-g2.c:136 +#: ../pacman-g2.c:135 hunk ./po/pacman/de/pacman-g2.po 530 -#: ../pacman-g2.c:137 +#: ../pacman-g2.c:136 hunk ./po/pacman/de/pacman-g2.po 539 -#: ../pacman-g2.c:138 +#: ../pacman-g2.c:137 hunk ./po/pacman/de/pacman-g2.po 544 -#: ../pacman-g2.c:139 +#: ../pacman-g2.c:138 hunk ./po/pacman/de/pacman-g2.po 553 -#: ../pacman-g2.c:140 +#: ../pacman-g2.c:139 hunk ./po/pacman/de/pacman-g2.po 558 -#: ../pacman-g2.c:141 +#: ../pacman-g2.c:140 hunk ./po/pacman/de/pacman-g2.po 566 -#: ../pacman-g2.c:143 +#: ../pacman-g2.c:142 hunk ./po/pacman/de/pacman-g2.po 571 -#: ../pacman-g2.c:145 +#: ../pacman-g2.c:144 hunk ./po/pacman/de/pacman-g2.po 579 -#: ../pacman-g2.c:147 +#: ../pacman-g2.c:146 hunk ./po/pacman/de/pacman-g2.po 584 -#: ../pacman-g2.c:150 +#: ../pacman-g2.c:149 hunk ./po/pacman/de/pacman-g2.po 593 -#: ../pacman-g2.c:151 +#: ../pacman-g2.c:150 hunk ./po/pacman/de/pacman-g2.po 600 -#: ../pacman-g2.c:152 +#: ../pacman-g2.c:151 hunk ./po/pacman/de/pacman-g2.po 605 -#: ../pacman-g2.c:153 +#: ../pacman-g2.c:152 hunk ./po/pacman/de/pacman-g2.po 613 -#: ../pacman-g2.c:154 +#: ../pacman-g2.c:153 hunk ./po/pacman/de/pacman-g2.po 619 -#: ../pacman-g2.c:155 +#: ../pacman-g2.c:154 hunk ./po/pacman/de/pacman-g2.po 627 -#: ../pacman-g2.c:156 +#: ../pacman-g2.c:155 hunk ./po/pacman/de/pacman-g2.po 633 -#: ../pacman-g2.c:158 +#: ../pacman-g2.c:157 hunk ./po/pacman/de/pacman-g2.po 638 -#: ../pacman-g2.c:159 +#: ../pacman-g2.c:158 hunk ./po/pacman/de/pacman-g2.po 643 -#: ../pacman-g2.c:160 +#: ../pacman-g2.c:159 hunk ./po/pacman/de/pacman-g2.po 648 -#: ../pacman-g2.c:161 +#: ../pacman-g2.c:160 hunk ./po/pacman/de/pacman-g2.po 656 -#: ../pacman-g2.c:162 +#: ../pacman-g2.c:161 hunk ./po/pacman/de/pacman-g2.po 662 -#: ../pacman-g2.c:163 +#: ../pacman-g2.c:162 hunk ./po/pacman/de/pacman-g2.po 667 -#: ../pacman-g2.c:164 +#: ../pacman-g2.c:163 hunk ./po/pacman/de/pacman-g2.po 674 -#: ../pacman-g2.c:165 +#: ../pacman-g2.c:164 hunk ./po/pacman/de/pacman-g2.po 679 -#: ../pacman-g2.c:178 +#: ../pacman-g2.c:177 hunk ./po/pacman/de/pacman-g2.po 684 -#: ../pacman-g2.c:179 +#: ../pacman-g2.c:178 hunk ./po/pacman/de/pacman-g2.po 689 -#: ../pacman-g2.c:357 +#: ../pacman-g2.c:356 hunk ./po/pacman/de/pacman-g2.po 693 -#: ../pacman-g2.c:384 +#: ../pacman-g2.c:383 hunk ./po/pacman/de/pacman-g2.po 697 -#: ../pacman-g2.c:484 +#: ../pacman-g2.c:483 hunk ./po/pacman/de/pacman-g2.po 701 -#: ../pacman-g2.c:508 +#: ../pacman-g2.c:507 hunk ./po/pacman/de/pacman-g2.po 706 -#: ../pacman-g2.c:514 +#: ../pacman-g2.c:513 hunk ./po/pacman/de/pacman-g2.po 711 -#: ../pacman-g2.c:518 +#: ../pacman-g2.c:517 hunk ./po/pacman/de/pacman-g2.po 716 -#: ../pacman-g2.c:522 +#: ../pacman-g2.c:521 hunk ./po/pacman/de/pacman-g2.po 721 -#: ../pacman-g2.c:530 +#: ../pacman-g2.c:529 hunk ./po/pacman/de/pacman-g2.po 726 -#: ../pacman-g2.c:536 +#: ../pacman-g2.c:535 hunk ./po/pacman/de/pacman-g2.po 731 -#: ../pacman-g2.c:540 +#: ../pacman-g2.c:539 hunk ./po/pacman/de/pacman-g2.po 736 -#: ../pacman-g2.c:544 +#: ../pacman-g2.c:543 hunk ./po/pacman/de/pacman-g2.po 741 -#: ../pacman-g2.c:548 +#: ../pacman-g2.c:547 hunk ./po/pacman/de/pacman-g2.po 746 -#: ../pacman-g2.c:552 +#: ../pacman-g2.c:551 hunk ./po/pacman/de/pacman-g2.po 751 -#: ../pacman-g2.c:556 +#: ../pacman-g2.c:555 hunk ./po/pacman/de/pacman-g2.po 756 -#: ../pacman-g2.c:560 +#: ../pacman-g2.c:559 hunk ./po/pacman/de/pacman-g2.po 761 -#: ../pacman-g2.c:564 +#: ../pacman-g2.c:563 hunk ./po/pacman/de/pacman-g2.po 766 -#: ../pacman-g2.c:568 +#: ../pacman-g2.c:567 hunk ./po/pacman/de/pacman-g2.po 771 -#: ../pacman-g2.c:572 +#: ../pacman-g2.c:571 hunk ./po/pacman/de/pacman-g2.po 776 -#: ../pacman-g2.c:580 +#: ../pacman-g2.c:579 hunk ./po/pacman/de/pacman-g2.po 781 -#: ../pacman-g2.c:588 +#: ../pacman-g2.c:587 hunk ./po/pacman/de/pacman-g2.po 785 -#: ../pacman-g2.c:594 +#: ../pacman-g2.c:593 hunk ./po/pacman/de/pacman-g2.po 790 -#: ../pacman-g2.c:601 +#: ../pacman-g2.c:600 hunk ./po/pacman/de/pacman-g2.po 794 -#: ../pacman-g2.c:614 +#: ../pacman-g2.c:613 hunk ./po/pacman/fr/libpacman.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:23+0200\n" hunk ./po/pacman/fr/pacman-g2.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/pacman/fr/pacman-g2.po 380 -#: ../pacman-g2.c:96 +#: ../pacman-g2.c:95 hunk ./po/pacman/fr/pacman-g2.po 385 -#: ../pacman-g2.c:97 +#: ../pacman-g2.c:96 hunk ./po/pacman/fr/pacman-g2.po 390 -#: ../pacman-g2.c:98 +#: ../pacman-g2.c:97 hunk ./po/pacman/fr/pacman-g2.po 395 -#: ../pacman-g2.c:99 +#: ../pacman-g2.c:98 hunk ./po/pacman/fr/pacman-g2.po 400 -#: ../pacman-g2.c:100 +#: ../pacman-g2.c:99 hunk ./po/pacman/fr/pacman-g2.po 405 -#: ../pacman-g2.c:101 +#: ../pacman-g2.c:100 hunk ./po/pacman/fr/pacman-g2.po 410 -#: ../pacman-g2.c:102 +#: ../pacman-g2.c:101 hunk ./po/pacman/fr/pacman-g2.po 415 -#: ../pacman-g2.c:103 +#: ../pacman-g2.c:102 hunk ./po/pacman/fr/pacman-g2.po 420 -#: ../pacman-g2.c:104 +#: ../pacman-g2.c:103 hunk ./po/pacman/fr/pacman-g2.po 429 -#: ../pacman-g2.c:107 +#: ../pacman-g2.c:106 hunk ./po/pacman/fr/pacman-g2.po 434 -#: ../pacman-g2.c:108 ../pacman-g2.c:113 ../pacman-g2.c:125 ../pacman-g2.c:130 -#: ../pacman-g2.c:144 +#: ../pacman-g2.c:107 ../pacman-g2.c:112 ../pacman-g2.c:124 ../pacman-g2.c:129 +#: ../pacman-g2.c:143 hunk ./po/pacman/fr/pacman-g2.po 440 -#: ../pacman-g2.c:109 ../pacman-g2.c:115 ../pacman-g2.c:126 ../pacman-g2.c:146 +#: ../pacman-g2.c:108 ../pacman-g2.c:114 ../pacman-g2.c:125 ../pacman-g2.c:145 hunk ./po/pacman/fr/pacman-g2.po 445 -#: ../pacman-g2.c:110 ../pacman-g2.c:127 ../pacman-g2.c:148 +#: ../pacman-g2.c:109 ../pacman-g2.c:126 ../pacman-g2.c:147 hunk ./po/pacman/fr/pacman-g2.po 452 -#: ../pacman-g2.c:112 +#: ../pacman-g2.c:111 hunk ./po/pacman/fr/pacman-g2.po 457 -#: ../pacman-g2.c:114 +#: ../pacman-g2.c:113 hunk ./po/pacman/fr/pacman-g2.po 464 -#: ../pacman-g2.c:116 +#: ../pacman-g2.c:115 hunk ./po/pacman/fr/pacman-g2.po 471 -#: ../pacman-g2.c:117 +#: ../pacman-g2.c:116 hunk ./po/pacman/fr/pacman-g2.po 476 -#: ../pacman-g2.c:118 +#: ../pacman-g2.c:117 hunk ./po/pacman/fr/pacman-g2.po 484 -#: ../pacman-g2.c:121 +#: ../pacman-g2.c:120 hunk ./po/pacman/fr/pacman-g2.po 489 -#: ../pacman-g2.c:123 +#: ../pacman-g2.c:122 hunk ./po/pacman/fr/pacman-g2.po 494 -#: ../pacman-g2.c:129 +#: ../pacman-g2.c:128 hunk ./po/pacman/fr/pacman-g2.po 499 -#: ../pacman-g2.c:131 +#: ../pacman-g2.c:130 hunk ./po/pacman/fr/pacman-g2.po 504 -#: ../pacman-g2.c:132 +#: ../pacman-g2.c:131 hunk ./po/pacman/fr/pacman-g2.po 512 -#: ../pacman-g2.c:133 +#: ../pacman-g2.c:132 hunk ./po/pacman/fr/pacman-g2.po 517 -#: ../pacman-g2.c:134 ../pacman-g2.c:149 +#: ../pacman-g2.c:133 ../pacman-g2.c:148 hunk ./po/pacman/fr/pacman-g2.po 523 -#: ../pacman-g2.c:135 +#: ../pacman-g2.c:134 hunk ./po/pacman/fr/pacman-g2.po 528 -#: ../pacman-g2.c:136 +#: ../pacman-g2.c:135 hunk ./po/pacman/fr/pacman-g2.po 533 -#: ../pacman-g2.c:137 +#: ../pacman-g2.c:136 hunk ./po/pacman/fr/pacman-g2.po 542 -#: ../pacman-g2.c:138 +#: ../pacman-g2.c:137 hunk ./po/pacman/fr/pacman-g2.po 548 -#: ../pacman-g2.c:139 +#: ../pacman-g2.c:138 hunk ./po/pacman/fr/pacman-g2.po 557 -#: ../pacman-g2.c:140 +#: ../pacman-g2.c:139 hunk ./po/pacman/fr/pacman-g2.po 562 -#: ../pacman-g2.c:141 +#: ../pacman-g2.c:140 hunk ./po/pacman/fr/pacman-g2.po 571 -#: ../pacman-g2.c:143 +#: ../pacman-g2.c:142 hunk ./po/pacman/fr/pacman-g2.po 576 -#: ../pacman-g2.c:145 +#: ../pacman-g2.c:144 hunk ./po/pacman/fr/pacman-g2.po 585 -#: ../pacman-g2.c:147 +#: ../pacman-g2.c:146 hunk ./po/pacman/fr/pacman-g2.po 590 -#: ../pacman-g2.c:150 +#: ../pacman-g2.c:149 hunk ./po/pacman/fr/pacman-g2.po 599 -#: ../pacman-g2.c:151 +#: ../pacman-g2.c:150 hunk ./po/pacman/fr/pacman-g2.po 604 -#: ../pacman-g2.c:152 +#: ../pacman-g2.c:151 hunk ./po/pacman/fr/pacman-g2.po 609 -#: ../pacman-g2.c:153 +#: ../pacman-g2.c:152 hunk ./po/pacman/fr/pacman-g2.po 617 -#: ../pacman-g2.c:154 +#: ../pacman-g2.c:153 hunk ./po/pacman/fr/pacman-g2.po 625 -#: ../pacman-g2.c:155 +#: ../pacman-g2.c:154 hunk ./po/pacman/fr/pacman-g2.po 633 -#: ../pacman-g2.c:156 +#: ../pacman-g2.c:155 hunk ./po/pacman/fr/pacman-g2.po 640 -#: ../pacman-g2.c:158 +#: ../pacman-g2.c:157 hunk ./po/pacman/fr/pacman-g2.po 645 -#: ../pacman-g2.c:159 +#: ../pacman-g2.c:158 hunk ./po/pacman/fr/pacman-g2.po 650 -#: ../pacman-g2.c:160 +#: ../pacman-g2.c:159 hunk ./po/pacman/fr/pacman-g2.po 656 -#: ../pacman-g2.c:161 +#: ../pacman-g2.c:160 hunk ./po/pacman/fr/pacman-g2.po 664 -#: ../pacman-g2.c:162 +#: ../pacman-g2.c:161 hunk ./po/pacman/fr/pacman-g2.po 671 -#: ../pacman-g2.c:163 +#: ../pacman-g2.c:162 hunk ./po/pacman/fr/pacman-g2.po 676 -#: ../pacman-g2.c:164 +#: ../pacman-g2.c:163 hunk ./po/pacman/fr/pacman-g2.po 681 -#: ../pacman-g2.c:165 +#: ../pacman-g2.c:164 hunk ./po/pacman/fr/pacman-g2.po 688 -#: ../pacman-g2.c:178 +#: ../pacman-g2.c:177 hunk ./po/pacman/fr/pacman-g2.po 694 -#: ../pacman-g2.c:179 +#: ../pacman-g2.c:178 hunk ./po/pacman/fr/pacman-g2.po 699 -#: ../pacman-g2.c:357 +#: ../pacman-g2.c:356 hunk ./po/pacman/fr/pacman-g2.po 703 -#: ../pacman-g2.c:384 +#: ../pacman-g2.c:383 hunk ./po/pacman/fr/pacman-g2.po 707 -#: ../pacman-g2.c:484 +#: ../pacman-g2.c:483 hunk ./po/pacman/fr/pacman-g2.po 711 -#: ../pacman-g2.c:508 +#: ../pacman-g2.c:507 hunk ./po/pacman/fr/pacman-g2.po 716 -#: ../pacman-g2.c:514 +#: ../pacman-g2.c:513 hunk ./po/pacman/fr/pacman-g2.po 721 -#: ../pacman-g2.c:518 +#: ../pacman-g2.c:517 hunk ./po/pacman/fr/pacman-g2.po 726 -#: ../pacman-g2.c:522 +#: ../pacman-g2.c:521 hunk ./po/pacman/fr/pacman-g2.po 731 -#: ../pacman-g2.c:530 +#: ../pacman-g2.c:529 hunk ./po/pacman/fr/pacman-g2.po 736 -#: ../pacman-g2.c:536 +#: ../pacman-g2.c:535 hunk ./po/pacman/fr/pacman-g2.po 741 -#: ../pacman-g2.c:540 +#: ../pacman-g2.c:539 hunk ./po/pacman/fr/pacman-g2.po 746 -#: ../pacman-g2.c:544 +#: ../pacman-g2.c:543 hunk ./po/pacman/fr/pacman-g2.po 751 -#: ../pacman-g2.c:548 +#: ../pacman-g2.c:547 hunk ./po/pacman/fr/pacman-g2.po 756 -#: ../pacman-g2.c:552 +#: ../pacman-g2.c:551 hunk ./po/pacman/fr/pacman-g2.po 761 -#: ../pacman-g2.c:556 +#: ../pacman-g2.c:555 hunk ./po/pacman/fr/pacman-g2.po 766 -#: ../pacman-g2.c:560 +#: ../pacman-g2.c:559 hunk ./po/pacman/fr/pacman-g2.po 771 -#: ../pacman-g2.c:564 +#: ../pacman-g2.c:563 hunk ./po/pacman/fr/pacman-g2.po 776 -#: ../pacman-g2.c:568 +#: ../pacman-g2.c:567 hunk ./po/pacman/fr/pacman-g2.po 781 -#: ../pacman-g2.c:572 +#: ../pacman-g2.c:571 hunk ./po/pacman/fr/pacman-g2.po 786 -#: ../pacman-g2.c:580 +#: ../pacman-g2.c:579 hunk ./po/pacman/fr/pacman-g2.po 791 -#: ../pacman-g2.c:588 +#: ../pacman-g2.c:587 hunk ./po/pacman/fr/pacman-g2.po 795 -#: ../pacman-g2.c:594 +#: ../pacman-g2.c:593 hunk ./po/pacman/fr/pacman-g2.po 800 -#: ../pacman-g2.c:601 +#: ../pacman-g2.c:600 hunk ./po/pacman/fr/pacman-g2.po 804 -#: ../pacman-g2.c:614 +#: ../pacman-g2.c:613 hunk ./po/pacman/hu/libpacman.po 12 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:23+0200\n" hunk ./po/pacman/hu/pacman-g2.po 11 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/pacman/hu/pacman-g2.po 378 -#: ../pacman-g2.c:96 +#: ../pacman-g2.c:95 hunk ./po/pacman/hu/pacman-g2.po 383 -#: ../pacman-g2.c:97 +#: ../pacman-g2.c:96 hunk ./po/pacman/hu/pacman-g2.po 388 -#: ../pacman-g2.c:98 +#: ../pacman-g2.c:97 hunk ./po/pacman/hu/pacman-g2.po 393 -#: ../pacman-g2.c:99 +#: ../pacman-g2.c:98 hunk ./po/pacman/hu/pacman-g2.po 398 -#: ../pacman-g2.c:100 +#: ../pacman-g2.c:99 hunk ./po/pacman/hu/pacman-g2.po 403 -#: ../pacman-g2.c:101 +#: ../pacman-g2.c:100 hunk ./po/pacman/hu/pacman-g2.po 408 -#: ../pacman-g2.c:102 +#: ../pacman-g2.c:101 hunk ./po/pacman/hu/pacman-g2.po 413 -#: ../pacman-g2.c:103 +#: ../pacman-g2.c:102 hunk ./po/pacman/hu/pacman-g2.po 418 -#: ../pacman-g2.c:104 +#: ../pacman-g2.c:103 hunk ./po/pacman/hu/pacman-g2.po 427 -#: ../pacman-g2.c:107 +#: ../pacman-g2.c:106 hunk ./po/pacman/hu/pacman-g2.po 432 -#: ../pacman-g2.c:108 ../pacman-g2.c:113 ../pacman-g2.c:125 ../pacman-g2.c:130 -#: ../pacman-g2.c:144 +#: ../pacman-g2.c:107 ../pacman-g2.c:112 ../pacman-g2.c:124 ../pacman-g2.c:129 +#: ../pacman-g2.c:143 hunk ./po/pacman/hu/pacman-g2.po 438 -#: ../pacman-g2.c:109 ../pacman-g2.c:115 ../pacman-g2.c:126 ../pacman-g2.c:146 +#: ../pacman-g2.c:108 ../pacman-g2.c:114 ../pacman-g2.c:125 ../pacman-g2.c:145 hunk ./po/pacman/hu/pacman-g2.po 443 -#: ../pacman-g2.c:110 ../pacman-g2.c:127 ../pacman-g2.c:148 +#: ../pacman-g2.c:109 ../pacman-g2.c:126 ../pacman-g2.c:147 hunk ./po/pacman/hu/pacman-g2.po 449 -#: ../pacman-g2.c:112 +#: ../pacman-g2.c:111 hunk ./po/pacman/hu/pacman-g2.po 454 -#: ../pacman-g2.c:114 +#: ../pacman-g2.c:113 hunk ./po/pacman/hu/pacman-g2.po 461 -#: ../pacman-g2.c:116 +#: ../pacman-g2.c:115 hunk ./po/pacman/hu/pacman-g2.po 468 -#: ../pacman-g2.c:117 +#: ../pacman-g2.c:116 hunk ./po/pacman/hu/pacman-g2.po 473 -#: ../pacman-g2.c:118 +#: ../pacman-g2.c:117 hunk ./po/pacman/hu/pacman-g2.po 481 -#: ../pacman-g2.c:121 +#: ../pacman-g2.c:120 hunk ./po/pacman/hu/pacman-g2.po 486 -#: ../pacman-g2.c:123 +#: ../pacman-g2.c:122 hunk ./po/pacman/hu/pacman-g2.po 491 -#: ../pacman-g2.c:129 +#: ../pacman-g2.c:128 hunk ./po/pacman/hu/pacman-g2.po 496 -#: ../pacman-g2.c:131 +#: ../pacman-g2.c:130 hunk ./po/pacman/hu/pacman-g2.po 501 -#: ../pacman-g2.c:132 +#: ../pacman-g2.c:131 hunk ./po/pacman/hu/pacman-g2.po 509 -#: ../pacman-g2.c:133 +#: ../pacman-g2.c:132 hunk ./po/pacman/hu/pacman-g2.po 514 -#: ../pacman-g2.c:134 ../pacman-g2.c:149 +#: ../pacman-g2.c:133 ../pacman-g2.c:148 hunk ./po/pacman/hu/pacman-g2.po 519 -#: ../pacman-g2.c:135 +#: ../pacman-g2.c:134 hunk ./po/pacman/hu/pacman-g2.po 524 -#: ../pacman-g2.c:136 +#: ../pacman-g2.c:135 hunk ./po/pacman/hu/pacman-g2.po 529 -#: ../pacman-g2.c:137 +#: ../pacman-g2.c:136 hunk ./po/pacman/hu/pacman-g2.po 538 -#: ../pacman-g2.c:138 +#: ../pacman-g2.c:137 hunk ./po/pacman/hu/pacman-g2.po 543 -#: ../pacman-g2.c:139 +#: ../pacman-g2.c:138 hunk ./po/pacman/hu/pacman-g2.po 551 -#: ../pacman-g2.c:140 +#: ../pacman-g2.c:139 hunk ./po/pacman/hu/pacman-g2.po 556 -#: ../pacman-g2.c:141 +#: ../pacman-g2.c:140 hunk ./po/pacman/hu/pacman-g2.po 563 -#: ../pacman-g2.c:143 +#: ../pacman-g2.c:142 hunk ./po/pacman/hu/pacman-g2.po 568 -#: ../pacman-g2.c:145 +#: ../pacman-g2.c:144 hunk ./po/pacman/hu/pacman-g2.po 577 -#: ../pacman-g2.c:147 +#: ../pacman-g2.c:146 hunk ./po/pacman/hu/pacman-g2.po 582 -#: ../pacman-g2.c:150 +#: ../pacman-g2.c:149 hunk ./po/pacman/hu/pacman-g2.po 590 -#: ../pacman-g2.c:151 +#: ../pacman-g2.c:150 hunk ./po/pacman/hu/pacman-g2.po 595 -#: ../pacman-g2.c:152 +#: ../pacman-g2.c:151 hunk ./po/pacman/hu/pacman-g2.po 600 -#: ../pacman-g2.c:153 +#: ../pacman-g2.c:152 hunk ./po/pacman/hu/pacman-g2.po 606 -#: ../pacman-g2.c:154 +#: ../pacman-g2.c:153 hunk ./po/pacman/hu/pacman-g2.po 612 -#: ../pacman-g2.c:155 +#: ../pacman-g2.c:154 hunk ./po/pacman/hu/pacman-g2.po 621 -#: ../pacman-g2.c:156 +#: ../pacman-g2.c:155 hunk ./po/pacman/hu/pacman-g2.po 629 -#: ../pacman-g2.c:158 +#: ../pacman-g2.c:157 hunk ./po/pacman/hu/pacman-g2.po 634 -#: ../pacman-g2.c:159 +#: ../pacman-g2.c:158 hunk ./po/pacman/hu/pacman-g2.po 639 -#: ../pacman-g2.c:160 +#: ../pacman-g2.c:159 hunk ./po/pacman/hu/pacman-g2.po 645 -#: ../pacman-g2.c:161 +#: ../pacman-g2.c:160 hunk ./po/pacman/hu/pacman-g2.po 652 -#: ../pacman-g2.c:162 +#: ../pacman-g2.c:161 hunk ./po/pacman/hu/pacman-g2.po 659 -#: ../pacman-g2.c:163 +#: ../pacman-g2.c:162 hunk ./po/pacman/hu/pacman-g2.po 664 -#: ../pacman-g2.c:164 +#: ../pacman-g2.c:163 hunk ./po/pacman/hu/pacman-g2.po 670 -#: ../pacman-g2.c:165 +#: ../pacman-g2.c:164 hunk ./po/pacman/hu/pacman-g2.po 675 -#: ../pacman-g2.c:178 +#: ../pacman-g2.c:177 hunk ./po/pacman/hu/pacman-g2.po 681 -#: ../pacman-g2.c:179 +#: ../pacman-g2.c:178 hunk ./po/pacman/hu/pacman-g2.po 686 -#: ../pacman-g2.c:357 +#: ../pacman-g2.c:356 hunk ./po/pacman/hu/pacman-g2.po 690 -#: ../pacman-g2.c:384 +#: ../pacman-g2.c:383 hunk ./po/pacman/hu/pacman-g2.po 694 -#: ../pacman-g2.c:484 +#: ../pacman-g2.c:483 hunk ./po/pacman/hu/pacman-g2.po 698 -#: ../pacman-g2.c:508 +#: ../pacman-g2.c:507 hunk ./po/pacman/hu/pacman-g2.po 703 -#: ../pacman-g2.c:514 +#: ../pacman-g2.c:513 hunk ./po/pacman/hu/pacman-g2.po 709 -#: ../pacman-g2.c:518 +#: ../pacman-g2.c:517 hunk ./po/pacman/hu/pacman-g2.po 714 -#: ../pacman-g2.c:522 +#: ../pacman-g2.c:521 hunk ./po/pacman/hu/pacman-g2.po 719 -#: ../pacman-g2.c:530 +#: ../pacman-g2.c:529 hunk ./po/pacman/hu/pacman-g2.po 724 -#: ../pacman-g2.c:536 +#: ../pacman-g2.c:535 hunk ./po/pacman/hu/pacman-g2.po 729 -#: ../pacman-g2.c:540 +#: ../pacman-g2.c:539 hunk ./po/pacman/hu/pacman-g2.po 734 -#: ../pacman-g2.c:544 +#: ../pacman-g2.c:543 hunk ./po/pacman/hu/pacman-g2.po 739 -#: ../pacman-g2.c:548 +#: ../pacman-g2.c:547 hunk ./po/pacman/hu/pacman-g2.po 744 -#: ../pacman-g2.c:552 +#: ../pacman-g2.c:551 hunk ./po/pacman/hu/pacman-g2.po 749 -#: ../pacman-g2.c:556 +#: ../pacman-g2.c:555 hunk ./po/pacman/hu/pacman-g2.po 754 -#: ../pacman-g2.c:560 +#: ../pacman-g2.c:559 hunk ./po/pacman/hu/pacman-g2.po 759 -#: ../pacman-g2.c:564 +#: ../pacman-g2.c:563 hunk ./po/pacman/hu/pacman-g2.po 764 -#: ../pacman-g2.c:568 +#: ../pacman-g2.c:567 hunk ./po/pacman/hu/pacman-g2.po 769 -#: ../pacman-g2.c:572 +#: ../pacman-g2.c:571 hunk ./po/pacman/hu/pacman-g2.po 774 -#: ../pacman-g2.c:580 +#: ../pacman-g2.c:579 hunk ./po/pacman/hu/pacman-g2.po 779 -#: ../pacman-g2.c:588 +#: ../pacman-g2.c:587 hunk ./po/pacman/hu/pacman-g2.po 783 -#: ../pacman-g2.c:594 +#: ../pacman-g2.c:593 hunk ./po/pacman/hu/pacman-g2.po 788 -#: ../pacman-g2.c:601 +#: ../pacman-g2.c:600 hunk ./po/pacman/hu/pacman-g2.po 792 -#: ../pacman-g2.c:614 +#: ../pacman-g2.c:613 hunk ./po/pacman/sk/libpacman.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:23+0200\n" hunk ./po/pacman/sk/pacman-g2.po 10 -"POT-Creation-Date: 2007-04-24 06:22+0200\n" +"POT-Creation-Date: 2007-05-02 06:24+0200\n" hunk ./po/pacman/sk/pacman-g2.po 369 -#: ../pacman-g2.c:96 +#: ../pacman-g2.c:95 hunk ./po/pacman/sk/pacman-g2.po 374 -#: ../pacman-g2.c:97 +#: ../pacman-g2.c:96 hunk ./po/pacman/sk/pacman-g2.po 379 -#: ../pacman-g2.c:98 +#: ../pacman-g2.c:97 hunk ./po/pacman/sk/pacman-g2.po 384 -#: ../pacman-g2.c:99 +#: ../pacman-g2.c:98 hunk ./po/pacman/sk/pacman-g2.po 389 -#: ../pacman-g2.c:100 +#: ../pacman-g2.c:99 hunk ./po/pacman/sk/pacman-g2.po 394 -#: ../pacman-g2.c:101 +#: ../pacman-g2.c:100 hunk ./po/pacman/sk/pacman-g2.po 399 -#: ../pacman-g2.c:102 +#: ../pacman-g2.c:101 hunk ./po/pacman/sk/pacman-g2.po 404 -#: ../pacman-g2.c:103 +#: ../pacman-g2.c:102 hunk ./po/pacman/sk/pacman-g2.po 409 -#: ../pacman-g2.c:104 +#: ../pacman-g2.c:103 hunk ./po/pacman/sk/pacman-g2.po 416 -#: ../pacman-g2.c:107 +#: ../pacman-g2.c:106 hunk ./po/pacman/sk/pacman-g2.po 421 -#: ../pacman-g2.c:108 ../pacman-g2.c:113 ../pacman-g2.c:125 ../pacman-g2.c:130 -#: ../pacman-g2.c:144 +#: ../pacman-g2.c:107 ../pacman-g2.c:112 ../pacman-g2.c:124 ../pacman-g2.c:129 +#: ../pacman-g2.c:143 hunk ./po/pacman/sk/pacman-g2.po 427 -#: ../pacman-g2.c:109 ../pacman-g2.c:115 ../pacman-g2.c:126 ../pacman-g2.c:146 +#: ../pacman-g2.c:108 ../pacman-g2.c:114 ../pacman-g2.c:125 ../pacman-g2.c:145 hunk ./po/pacman/sk/pacman-g2.po 432 -#: ../pacman-g2.c:110 ../pacman-g2.c:127 ../pacman-g2.c:148 +#: ../pacman-g2.c:109 ../pacman-g2.c:126 ../pacman-g2.c:147 hunk ./po/pacman/sk/pacman-g2.po 437 -#: ../pacman-g2.c:112 +#: ../pacman-g2.c:111 hunk ./po/pacman/sk/pacman-g2.po 442 -#: ../pacman-g2.c:114 +#: ../pacman-g2.c:113 hunk ./po/pacman/sk/pacman-g2.po 448 -#: ../pacman-g2.c:116 +#: ../pacman-g2.c:115 hunk ./po/pacman/sk/pacman-g2.po 453 -#: ../pacman-g2.c:117 +#: ../pacman-g2.c:116 hunk ./po/pacman/sk/pacman-g2.po 458 -#: ../pacman-g2.c:118 +#: ../pacman-g2.c:117 hunk ./po/pacman/sk/pacman-g2.po 464 -#: ../pacman-g2.c:121 +#: ../pacman-g2.c:120 hunk ./po/pacman/sk/pacman-g2.po 469 -#: ../pacman-g2.c:123 +#: ../pacman-g2.c:122 hunk ./po/pacman/sk/pacman-g2.po 474 -#: ../pacman-g2.c:129 +#: ../pacman-g2.c:128 hunk ./po/pacman/sk/pacman-g2.po 479 -#: ../pacman-g2.c:131 +#: ../pacman-g2.c:130 hunk ./po/pacman/sk/pacman-g2.po 484 -#: ../pacman-g2.c:132 +#: ../pacman-g2.c:131 hunk ./po/pacman/sk/pacman-g2.po 490 -#: ../pacman-g2.c:133 +#: ../pacman-g2.c:132 hunk ./po/pacman/sk/pacman-g2.po 495 -#: ../pacman-g2.c:134 ../pacman-g2.c:149 +#: ../pacman-g2.c:133 ../pacman-g2.c:148 hunk ./po/pacman/sk/pacman-g2.po 500 -#: ../pacman-g2.c:135 +#: ../pacman-g2.c:134 hunk ./po/pacman/sk/pacman-g2.po 505 -#: ../pacman-g2.c:136 +#: ../pacman-g2.c:135 hunk ./po/pacman/sk/pacman-g2.po 510 -#: ../pacman-g2.c:137 +#: ../pacman-g2.c:136 hunk ./po/pacman/sk/pacman-g2.po 517 -#: ../pacman-g2.c:138 +#: ../pacman-g2.c:137 hunk ./po/pacman/sk/pacman-g2.po 522 -#: ../pacman-g2.c:139 +#: ../pacman-g2.c:138 hunk ./po/pacman/sk/pacman-g2.po 529 -#: ../pacman-g2.c:140 +#: ../pacman-g2.c:139 hunk ./po/pacman/sk/pacman-g2.po 534 -#: ../pacman-g2.c:141 +#: ../pacman-g2.c:140 hunk ./po/pacman/sk/pacman-g2.po 541 -#: ../pacman-g2.c:143 +#: ../pacman-g2.c:142 hunk ./po/pacman/sk/pacman-g2.po 546 -#: ../pacman-g2.c:145 +#: ../pacman-g2.c:144 hunk ./po/pacman/sk/pacman-g2.po 553 -#: ../pacman-g2.c:147 +#: ../pacman-g2.c:146 hunk ./po/pacman/sk/pacman-g2.po 558 -#: ../pacman-g2.c:150 +#: ../pacman-g2.c:149 hunk ./po/pacman/sk/pacman-g2.po 565 -#: ../pacman-g2.c:151 +#: ../pacman-g2.c:150 hunk ./po/pacman/sk/pacman-g2.po 570 -#: ../pacman-g2.c:152 +#: ../pacman-g2.c:151 hunk ./po/pacman/sk/pacman-g2.po 575 -#: ../pacman-g2.c:153 +#: ../pacman-g2.c:152 hunk ./po/pacman/sk/pacman-g2.po 581 -#: ../pacman-g2.c:154 +#: ../pacman-g2.c:153 hunk ./po/pacman/sk/pacman-g2.po 587 -#: ../pacman-g2.c:155 +#: ../pacman-g2.c:154 hunk ./po/pacman/sk/pacman-g2.po 593 -#: ../pacman-g2.c:156 +#: ../pacman-g2.c:155 hunk ./po/pacman/sk/pacman-g2.po 599 -#: ../pacman-g2.c:158 +#: ../pacman-g2.c:157 hunk ./po/pacman/sk/pacman-g2.po 604 -#: ../pacman-g2.c:159 +#: ../pacman-g2.c:158 hunk ./po/pacman/sk/pacman-g2.po 609 -#: ../pacman-g2.c:160 +#: ../pacman-g2.c:159 hunk ./po/pacman/sk/pacman-g2.po 614 -#: ../pacman-g2.c:161 +#: ../pacman-g2.c:160 hunk ./po/pacman/sk/pacman-g2.po 620 -#: ../pacman-g2.c:162 +#: ../pacman-g2.c:161 hunk ./po/pacman/sk/pacman-g2.po 626 -#: ../pacman-g2.c:163 +#: ../pacman-g2.c:162 hunk ./po/pacman/sk/pacman-g2.po 631 -#: ../pacman-g2.c:164 +#: ../pacman-g2.c:163 hunk ./po/pacman/sk/pacman-g2.po 636 -#: ../pacman-g2.c:165 +#: ../pacman-g2.c:164 hunk ./po/pacman/sk/pacman-g2.po 641 -#: ../pacman-g2.c:178 +#: ../pacman-g2.c:177 hunk ./po/pacman/sk/pacman-g2.po 646 -#: ../pacman-g2.c:179 +#: ../pacman-g2.c:178 hunk ./po/pacman/sk/pacman-g2.po 651 -#: ../pacman-g2.c:357 +#: ../pacman-g2.c:356 hunk ./po/pacman/sk/pacman-g2.po 655 -#: ../pacman-g2.c:384 +#: ../pacman-g2.c:383 hunk ./po/pacman/sk/pacman-g2.po 659 -#: ../pacman-g2.c:484 +#: ../pacman-g2.c:483 hunk ./po/pacman/sk/pacman-g2.po 663 -#: ../pacman-g2.c:508 +#: ../pacman-g2.c:507 hunk ./po/pacman/sk/pacman-g2.po 668 -#: ../pacman-g2.c:514 +#: ../pacman-g2.c:513 hunk ./po/pacman/sk/pacman-g2.po 673 -#: ../pacman-g2.c:518 +#: ../pacman-g2.c:517 hunk ./po/pacman/sk/pacman-g2.po 678 -#: ../pacman-g2.c:522 +#: ../pacman-g2.c:521 hunk ./po/pacman/sk/pacman-g2.po 683 -#: ../pacman-g2.c:530 +#: ../pacman-g2.c:529 hunk ./po/pacman/sk/pacman-g2.po 688 -#: ../pacman-g2.c:536 +#: ../pacman-g2.c:535 hunk ./po/pacman/sk/pacman-g2.po 693 -#: ../pacman-g2.c:540 +#: ../pacman-g2.c:539 hunk ./po/pacman/sk/pacman-g2.po 698 -#: ../pacman-g2.c:544 +#: ../pacman-g2.c:543 hunk ./po/pacman/sk/pacman-g2.po 703 -#: ../pacman-g2.c:548 +#: ../pacman-g2.c:547 hunk ./po/pacman/sk/pacman-g2.po 708 -#: ../pacman-g2.c:552 +#: ../pacman-g2.c:551 hunk ./po/pacman/sk/pacman-g2.po 713 -#: ../pacman-g2.c:556 +#: ../pacman-g2.c:555 hunk ./po/pacman/sk/pacman-g2.po 718 -#: ../pacman-g2.c:560 +#: ../pacman-g2.c:559 hunk ./po/pacman/sk/pacman-g2.po 723 -#: ../pacman-g2.c:564 +#: ../pacman-g2.c:563 hunk ./po/pacman/sk/pacman-g2.po 728 -#: ../pacman-g2.c:568 +#: ../pacman-g2.c:567 hunk ./po/pacman/sk/pacman-g2.po 733 -#: ../pacman-g2.c:572 +#: ../pacman-g2.c:571 hunk ./po/pacman/sk/pacman-g2.po 738 -#: ../pacman-g2.c:580 +#: ../pacman-g2.c:579 hunk ./po/pacman/sk/pacman-g2.po 743 -#: ../pacman-g2.c:588 +#: ../pacman-g2.c:587 hunk ./po/pacman/sk/pacman-g2.po 747 -#: ../pacman-g2.c:594 +#: ../pacman-g2.c:593 hunk ./po/pacman/sk/pacman-g2.po 752 -#: ../pacman-g2.c:601 +#: ../pacman-g2.c:600 hunk ./po/pacman/sk/pacman-g2.po 756 -#: ../pacman-g2.c:614 +#: ../pacman-g2.c:613 hunk ./po/setup/ro/setup.po 5 -#, fuzzy hunk ./po/setup/ro/setup.po 10 -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2007-04-29 09:25+0200\n" +"Last-Translator: Alexandru Bucur \n" hunk ./po/setup/ro/setup.po 16 -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Translate Toolkit 0.11\n" +"Plural-Forms: nplurals=3;plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1))\n" +"X-Generator: Pootle 0.10.1\n" hunk ./po/setup/ro/setup.po 22 -msgstr "" +msgstr "Selectati limba" hunk ./po/setup/ro/setup.po 26 -msgstr "" +msgstr "Configurand sursa instalatiei" hunk ./po/setup/ro/setup.po 30 -msgstr "" +msgstr "Nu am putut deschide fisierul de output pentru citit" hunk ./po/setup/ro/setup.po 38 -msgstr "" +msgstr "Nu am putut deschide fisierul de output pentru scris" hunk ./po/setup/ro/setup.po 42 -msgstr "" +msgstr "Selectati un mirror" hunk ./po/setup/ro/setup.po 46 -msgstr "" +msgstr "Va rugam selectati un mirror" hunk ./po/setup/ro/setup.po 53 +"Puteti specifica acum mirror-ul cel mai apropriat de dumneavoastra pentru a " +"descarca pachetele mai repede. In majoritatea cazurilor valoarea standard " +"este buna" hunk ./po/setup/ro/setup.po 61 -msgstr "" +msgstr "Va rugam asteptati" hunk ./po/setup/ro/setup.po 65 -msgstr "" +msgstr "Se configureaza interfata de retea..." hunk ./po/setup/ro/setup.po 69 -msgstr "" +msgstr "Se scriu fisierele de configurare ale limbii" hunk ./po/setup/ro/setup.po 73 -msgstr "" +msgstr "Partitiile selectate sunt formatate" hunk ./po/setup/ro/setup.po 77 -msgstr "" +msgstr "Se seteaza spatiul de swap" hunk ./po/setup/ro/setup.po 81 -msgstr "" +msgstr "Se seteaza partitiile de swap" hunk ./po/setup/ro/setup.po 85 -msgstr "" +msgstr "Va rugam selectati ce partiti de swap vreti sa foloseasca Frugalware" hunk ./po/setup/ro/setup.po 89 -msgstr "" +msgstr "Formatare rapida fara verificarea erorilor" hunk ./po/setup/ro/setup.po 93 -msgstr "" +msgstr "Formatare lenta cu verificarea erorilor" hunk ./po/setup/ro/setup.po 98 -msgstr "" +msgstr "Formatand partitiile" hunk ./po/setup/ro/setup.po 103 -msgstr "" +msgstr "%s se formateaza" hunk ./po/setup/ro/setup.po 112 +"Daca %s nu a fost inca formatat, ar trebui sa faceti acest lucru.\n" +" ATENTIE: Acest lucru o sa stearga toate datele de pe %s. Vreti sa formatati " +"aceasta partitie?" hunk ./po/setup/ro/setup.po 118 -msgstr "" +msgstr "Nu formata, doar activeaza partitia." hunk ./po/setup/ro/setup.po 122 -msgstr "" +msgstr "Sistemul de fisiere ext2fs standard in Linux" hunk ./po/setup/ro/setup.po 126 -msgstr "" +msgstr "Versiunea jurnalizata a ext2fs" hunk ./po/setup/ro/setup.po 130 -msgstr "" +msgstr "Sistemlul jurnalizat al lui Hans Reiser" hunk ./po/setup/ro/setup.po 134 -msgstr "" +msgstr "Sistemul jurnalizat SGI" hunk ./po/setup/ro/setup.po 139 -msgstr "" +msgstr "Selectand sistemul de fisiere pentru %s" hunk ./po/setup/ro/setup.po 144 -msgstr "" +msgstr "Va rugam selectati tipul de sistem de fisiere pentru %s" hunk ./po/setup/ro/setup.po 148 -msgstr "" +msgstr "Formatand partitia swap" hunk ./po/setup/ro/setup.po 153 -msgstr "" +msgstr "Formatand %s ca partitie swap" hunk ./po/setup/ro/setup.po 158 -msgstr "" +msgstr "Formatand %s ca partitie swap si se verifica daca exista erori" hunk ./po/setup/ro/setup.po 162 -msgstr "" +msgstr "Setand partitia root" hunk ./po/setup/ro/setup.po 166 -msgstr "" +msgstr "Selectati partitia de instalare pentru Linux" hunk ./po/setup/ro/setup.po 173 +"Va rugam selectati din lista urmatoare partitia pentru root (/). Urmatoarele " +"partitii sunt disponibile:" hunk ./po/setup/ro/setup.po 178 -msgstr "" +msgstr "Formatand" hunk ./po/setup/ro/setup.po 183 -msgstr "" +msgstr "Se creaza sistemul de fisiere %s pe %s si se verifica de erori" hunk ./po/setup/ro/setup.po 188 -msgstr "" +msgstr "Se creaza sistemul de fisiere %s pe %s" hunk ./po/setup/ro/setup.po 193 -msgstr "" +msgstr "Selectati unde sa mount-ati %s" hunk ./po/setup/ro/setup.po 197 -msgstr "" +msgstr "(in folosinta)" hunk ./po/setup/ro/setup.po 202 -msgstr "" +msgstr "%s pe %s/\t%s" hunk ./po/setup/ro/setup.po 207 -msgstr "" +msgstr "Selecteaza alte partitii" hunk ./po/setup/ro/setup.po 211 -msgstr "" +msgstr "Continua" hunk ./po/setup/ro/setup.po 215 -msgstr "" +msgstr "Selecteaza alte partitii Linux pentru /etc/fstab" hunk ./po/setup/ro/setup.po 228 +"Puteti folosi alte partitii pentru a va instala sistemul Linux pe mai mult " +"decat o partitie. Acum, v-ati mount-at doar partitia / . S-ar putea sa " +"doriti sa mount-ati si alte directoare cum ar fi /boot, /home sau /usr/local " +"pe alte partitii. Nu ar trebui sa incercati sa mount-ati /usr, /etc, /sbin, " +"sau /bin pe partitiile lor proprii deoarece contin anumite utilitati pnetru " +"a porni sistemul si de a mount-a partitiile. De asemenea, nu refolositi o " +"partitie pe care ati introdus-o inainte. Va rugam selectati una din " +"partitiile listate mai jos, sau daca ati terminat, apasati Continuare." hunk ./po/setup/ro/setup.po 239 -msgstr "" +msgstr "Ecran de primire" hunk ./po/setup/ro/setup.po 244 -msgstr "" +msgstr "Bine ati venit la %s" hunk ./po/setup/ro/setup.po 248 -msgstr "" +msgstr "Bine ati venit" hunk ./po/setup/ro/setup.po 259 +"Bine ati venit printre utilizatorii Frugalware!\n" +"\n" +"Scopul crearii Frugalware a fost pentru a va ajuta sa va efectuati munca mai " +"usor si mai rapid. Speram ca o sa va placa produsul nostru.\n" +"\n" +"Echipa Frugalware" hunk ./po/setup/ro/setup.po 268 -msgstr "" +msgstr "Detectand componentele hardware" hunk ./po/setup/ro/setup.po 272 -msgstr "" +msgstr "Scanand pentru carduri SCSI si PCI" hunk ./po/setup/ro/setup.po 276 -msgstr "" +msgstr "Selectand tipul tastaturii" hunk ./po/setup/ro/setup.po 280 -msgstr "" +msgstr "Configurand tastatura" hunk ./po/setup/ro/setup.po 284 -msgstr "" +msgstr "Selectia tipului tastaturii" hunk ./po/setup/ro/setup.po 293 +"Puteti selecta una din urmatoarele tipuri de tastaturi. Daca nu selectati un " +"tip, 'qwerty/us.map.gz'(tipul de tastatura din US) o sa fie standard. " +"Folositi sagetile SUS/JOS si PageUp/PageDown pentru a va misca prin toata " +"lista." hunk ./po/setup/ro/setup.po 300 -msgstr "" +msgstr "Incarcand sursa instalarii" hunk ./po/setup/ro/setup.po 304 -msgstr "" +msgstr "Selectand sursa media" hunk ./po/setup/ro/setup.po 308 -msgstr "" +msgstr "Scanand" hunk ./po/setup/ro/setup.po 312 -msgstr "" +msgstr "Scanand pentru un CD/DVD care sa contina un cd Frugalware de instalare" hunk ./po/setup/ro/setup.po 316 -msgstr "" +msgstr "CD/DVD gasit" hunk ./po/setup/ro/setup.po 321 -msgstr "" +msgstr "Un disc de instalare Frugalware a fost gasit pe /dev/%s." hunk ./po/setup/ro/setup.po 325 -msgstr "" +msgstr "Partitionand discurile" hunk ./po/setup/ro/setup.po 329 -msgstr "" +msgstr "Versiunea prietenoasa (bazata pe curses) a lui fdisk" hunk ./po/setup/ro/setup.po 333 -msgstr "" +msgstr "Programul traditional de partitionare pentru Linux" hunk ./po/setup/ro/setup.po 337 -msgstr "" +msgstr "Un program de manipulare a partitiilor" hunk ./po/setup/ro/setup.po 341 -msgstr "" +msgstr "Creand partitii" hunk ./po/setup/ro/setup.po 345 -msgstr "" +msgstr "Selectati un program de partitionare" hunk ./po/setup/ro/setup.po 349 -msgstr "" +msgstr "Selectati programul pe care vrei sa-l folositi pentru partitionare:" hunk ./po/setup/ro/setup.po 353 -msgstr "" +msgstr "Vreti sa creati o matrice RAID?" hunk ./po/setup/ro/setup.po 357 -msgstr "" +msgstr "Vreti sa creati matrici RAID software in timpul partitionarii?" hunk ./po/setup/ro/setup.po 361 -msgstr "" +msgstr "Nu s-a gasit harddisk-ul" hunk ./po/setup/ro/setup.po 368 +"Nu pare rau, nu s-a gasit nici un harddisk pe acest calculator. Apasati " +"ENTER pentru restart." hunk ./po/setup/ro/setup.po 373 -msgstr "" +msgstr "Creeaza RAID" hunk ./po/setup/ro/setup.po 377 -msgstr "" +msgstr "Selectati un hard disk pentru partitionare" hunk ./po/setup/ro/setup.po 383 +"Va rugam selectati un hard disk pentru partitionare. Urmatoarele sunt " +"valabile:" hunk ./po/setup/ro/setup.po 388 -msgstr "" +msgstr "Restartand calculatorul dumneavoastra" hunk ./po/setup/ro/setup.po 392 -msgstr "" +msgstr "Instalare incheiata" hunk ./po/setup/ro/setup.po 401 +"Instalarea si configurarea sistemului s-a incheiat cu succes. Speram ca o sa " +"va placa %s. Va rugam scoateti CD/DVD-ul din unitate si apasati ENTER pentru " +"restart" hunk ./po/setup/ro/setup.po 408 -msgstr "" +msgstr "Selectand pachetele" hunk ./po/setup/ro/setup.po 412 -msgstr "" +msgstr "Selectand categoriile" hunk ./po/setup/ro/setup.po 416 -msgstr "" +msgstr "Va rugam selectati ce categorii sa instalati:" hunk ./po/setup/ro/setup.po 420 -msgstr "" +msgstr "Utilizati meniurile expert?" hunk ./po/setup/ro/setup.po 433 +"Daca vreti, puteti selecta pachetele voastre din meniul expert. Unde meniul " +"normal arata o alegere ca 'C compiler system', meniul expert arata 'C libs', " +"'C compiler', 'C include files', etc - fiecare pachet individual. Evident, " +"trebuie sa stiti ce vreti sa faceti daca folositi meniul expert deoarece " +"este posibil sa sariti peste pachete care sunt cruciale pentru functionarea " +"sistemului dumneavoastra. Alegeti 'nu' pentru a utiliza meniului normal care " +"selecteaza grupuri de pachete, sau alegeti 'da' pentru utilizarea meniul " +"expert in care puteti selecta fiecare pachet in parte." hunk ./po/setup/ro/setup.po 445 -msgstr "" +msgstr "Eroare" hunk ./po/setup/ro/setup.po 450 -msgstr "" +msgstr "Nu s-a reusit parsarea fisierului de configurare a pacman-g2 (%s)" hunk ./po/setup/ro/setup.po 455 -msgstr "" +msgstr "Nu s-a putut inregistra baza de date '%s' (%s)" hunk ./po/setup/ro/setup.po 460 -msgstr "" +msgstr "Sincronizarea %s a esuat" hunk ./po/setup/ro/setup.po 465 -msgstr "" +msgstr "Nu s-a reusit actualizarea %s (%s)" hunk ./po/setup/ro/setup.po 469 -msgstr "" +msgstr "Cautand categoriile..." hunk ./po/setup/ro/setup.po 473 -msgstr "" +msgstr "Cautand pachetele..." hunk ./po/setup/ro/setup.po 477 -msgstr "" +msgstr "Cautand dependintele lipsa..." hunk ./po/setup/ro/setup.po 481 -msgstr "" +msgstr "Se instaleaza pachetele selectate" hunk ./po/setup/ro/setup.po 489 +"Au aparut erori in timpul instalarii pachetelor selectate.\n" +"Apasati ENTER pentru a continua..." hunk ./po/setup/ro/setup.po 494 -msgstr "" +msgstr "Inserati urmatorul disc" hunk ./po/setup/ro/setup.po 502 +"Va rugam inserati urmatorul disc de instalare al Frugalware si apasati ENTER " +"pentru a continua instalarea pachetelor. Daca nu aveti mai multe discuri, " +"selectati NU, si apoi puteti incheia instalarea. Ati insera urmatorul disc?" hunk ./po/setup/ro/setup.po 508 -msgstr "" +msgstr "Configurand sistemul instalat" hunk ./po/setup/ro/setup.po 512 -msgstr "" +msgstr "Nu exista parola utilizatorului root." hunk ./po/setup/ro/setup.po 522 +"Momentan nu este setata nici o parola pentru administratorul sistemului " +"(root). Este recomandat ca sa setati o parola acuma pentru a fi activ prima " +"data cand restartati calculatorul. Acest lucru este important in mod special " +"daca calculatorul dumneavoastra este pe o conexiune de internet. Vreti sa " +"setati parola de root?" hunk ./po/setup/ro/setup.po 530 -msgstr "" +msgstr "Nu s-a detectat nici un cont de utilizator" hunk ./po/setup/ro/setup.po 538 +"Nu este nici un cont de utilizator care nu are drepturi de administrare" +"(root).Este recomandat sa se creeze unul. Vreti sa creati un cont de " +"utilizator acum ?" hunk ./po/setup/ro/setup.po 544 -msgstr "" +msgstr "Configurarea de dupa instalare" hunk ./po/setup/ro/setup.po 548 -msgstr "" +msgstr "Configurand modulele kernelului" hunk ./po/setup/ro/setup.po 552 -msgstr "" +msgstr "Actualizand dependintele modulelor..." hunk ./po/setup/ro/setup.po 556 -msgstr "" +msgstr "Instalare" hunk ./po/setup/ro/setup.po 560 -msgstr "" +msgstr "Nu s-a putut deschide fisierul pentru citire" hunk ./po/setup/ro/setup.po 564 -msgstr "" +msgstr "Scoaterea CD/DVD-ului de instalare..." hunk ./po/setup/ro/setup.po 568 -msgstr "" +msgstr "Eroare de instalare" hunk ./po/setup/ro/setup.po 576 +"Au aparut erori in timpul instalarii pachetelor selectate. Este recomandat " +"sa renuntati la instalare, dar s-ar putea sa vreti sa ignorati aceasta " +"problema. Vreti sa iesiti din programul de instalare?" hunk ./po/setup/ro/setup.po 582 -msgstr "" +msgstr "Iesire din programul de instalare" hunk ./po/setup/ro/setup.po 586 -msgstr "" +msgstr "Sunteti siguri ca vreti sa iesiti din programul de instalare?" hunk ./po/setup/ro/setup.po 590 -msgstr "" +msgstr "Oops" hunk ./po/setup/ro/setup.po 594 -msgstr "" +msgstr "S-a produs o problema" hunk ./po/setup/ro/setup.po 601 +"Eroare interna: Segmentation fault. Va rugam sa anuntati aceasta problema la " +"http://bugs.frugalware.org" hunk ./po/setup/ro/setup.po 606 -msgstr "" +msgstr "Selectand un task" hunk ./po/setup/ro/setup.po 610 -msgstr "" +msgstr "Selectati un task pentru a continua" hunk ./po/setup/ro/setup.po 617 +"Ati ales sa schimbati modul in care Frugalware este instalat in mod normal. " +"Uitati aici o lista de task-uri cu care puteti continua:" hunk ./po/setup/sv/setup.po 112 -"OBS: Detta kommer att radera all data pÃ¥ %s. Vill du formatera denna partition?" +"OBS: Detta kommer att radera all data pÃ¥ %s. Vill du formatera denna " +"partition?" hunk ./po/setup/sv/setup.po 171 -msgstr "Var god välj en partition frÃ¥n den följande listan att använda som din root (/) partition. De följande är tillgängliga:" +msgstr "" +"Var god välj en partition frÃ¥n den följande listan att använda som din root " +"(/) partition. De följande är tillgängliga:" hunk ./po/setup/sv/setup.po 226 -msgstr "Du kan även använda dina andra partitioner för att sprida ut ditt Linuxsystem över mer än en partition. För närvarande har du endast monterat din / partition. Du vill nog även montera katalagor som /boot, /home/ eller /usr/local pÃ¥ separata partitioner. Du bör inte försöka att montera /usr, /etc, /sbin/ or /bin pÃ¥ egna partitioner eftersom de innehÃ¥ller verktyg som behövs för att starta systemet och montera partioner. Dessutom, Ã¥teranvänd inte en partition du redan lagt till. Var god välj en av partitionerna nedan, eller om du är klar, tryck pÃ¥ Fortsätt." +msgstr "" +"Du kan även använda dina andra partitioner för att sprida ut ditt " +"Linuxsystem över mer än en partition. För närvarande har du endast monterat " +"din / partition. Du vill nog även montera katalagor som /boot, /home/ eller /" +"usr/local pÃ¥ separata partitioner. Du bör inte försöka att montera /usr, /" +"etc, /sbin/ or /bin pÃ¥ egna partitioner eftersom de innehÃ¥ller verktyg som " +"behövs för att starta systemet och montera partioner. Dessutom, Ã¥teranvänd " +"inte en partition du redan lagt till. Var god välj en av partitionerna " +"nedan, eller om du är klar, tryck pÃ¥ Fortsätt." hunk ./po/setup/sv/setup.po 291 -msgstr "Du kan välja en av de följande tangentbordslayouter. Om du inte väljer en tangentbordslayout, är 'qwerty/us.map.gz' (Amerikansk-engelsk tangentbordslayout) standard. Använd UPP/NER piltangenterna och PageUp/PageDown för att rulla igenom listan av urval." +msgstr "" +"Du kan välja en av de följande tangentbordslayouter. Om du inte väljer en " +"tangentbordslayout, är 'qwerty/us.map.gz' (Amerikansk-engelsk " +"tangentbordslayout) standard. Använd UPP/NER piltangenterna och PageUp/" +"PageDown för att rulla igenom listan av urval." hunk ./po/setup/sv/setup.po 311 -msgstr "Söker efter en CD/DVD-rom som innehÃ¥ller en Frugalware installationsdisk..." +msgstr "" +"Söker efter en CD/DVD-rom som innehÃ¥ller en Frugalware installationsdisk..." hunk ./po/setup/sv/setup.po 399 -msgstr "Systeminstallation och konfiguration är fullständigt slutfört. Vi hoppas att du kommer att tycka om %s. Var god ta bort mediumet frÃ¥n din CD/DVD-enhet och tyck ENTER för att starta om." +msgstr "" +"Systeminstallation och konfiguration är fullständigt slutfört. Vi hoppas att " +"du kommer att tycka om %s. Var god ta bort mediumet frÃ¥n din CD/DVD-enhet " +"och tyck ENTER för att starta om." hunk ./po/setup/sv/setup.po 431 -msgstr "Om du vill kan du välja paket frÃ¥n expertmenyerna. DÃ¥ den normala menyn visar dig val som 'C compiler system', visar expertmenyn dig 'C libs', 'C compiler', 'C included files', osv. Du bör veta vad du hÃ¥ller pÃ¥ med om du använder expertmenyerna dÃ¥ det är är möjligt att hoppa över paket som är viktiga för att för ett fungerande system. Välj 'nej' för att använda de normala menyerna som väljer grupper av paket, eller välj 'ja' för att använda expertmenyerna där du väljer paket för paket." +msgstr "" +"Om du vill kan du välja paket frÃ¥n expertmenyerna. DÃ¥ den normala menyn " +"visar dig val som 'C compiler system', visar expertmenyn dig 'C libs', 'C " +"compiler', 'C included files', osv. Du bör veta vad du hÃ¥ller pÃ¥ med om du " +"använder expertmenyerna dÃ¥ det är är möjligt att hoppa över paket som är " +"viktiga för att för ett fungerande system. Välj 'nej' för att använda de " +"normala menyerna som väljer grupper av paket, eller välj 'ja' för att " +"använda expertmenyerna där du väljer paket för paket." hunk ./po/setup/sv/setup.po 499 -msgstr "Var god och sätt in nästa Frugalware installationsdisk och tryck ENTER för fortsätta installera paket. Om du inte har fler diskar, välj NEJ för att gÃ¥ vidare med att slutföra installationen. Har du satt in nästa installations disk?" +msgstr "" +"Var god och sätt in nästa Frugalware installationsdisk och tryck ENTER för " +"fortsätta installera paket. Om du inte har fler diskar, välj NEJ för att gÃ¥ " +"vidare med att slutföra installationen. Har du satt in nästa installations " +"disk?" hunk ./po/setup/sv/setup.po 520 -msgstr "Det finns för närvarande inget lösenord satt för systemadministratörkontot (root). Det är rekommenderat att du ställer in ett nu sÃ¥ att det är aktivt när du startar om din dator. Detta är väldigt viktigt om din dator är ansluten till internet via LAN. Vill du ställa in lösenordet för root?" +msgstr "" +"Det finns för närvarande inget lösenord satt för systemadministratörkontot " +"(root). Det är rekommenderat att du ställer in ett nu sÃ¥ att det är aktivt " +"när du startar om din dator. Detta är väldigt viktigt om din dator är " +"ansluten till internet via LAN. Vill du ställa in lösenordet för root?" hunk ./po/setup/sv/setup.po 535 -msgstr "Det finns för närvarande inget normalt (icke-root) användarkonto konfigurerat. Det är starkt rekomenderat att skapa ett. Vill du skapa ett normalt användarkonto nu?" +msgstr "" +"Det finns för närvarande inget normalt (icke-root) användarkonto " +"konfigurerat. Det är starkt rekomenderat att skapa ett. Vill du skapa ett " +"normalt användarkonto nu?" hunk ./po/setup/sv/setup.po 573 -msgstr "Fel inträffade under installationen av de valda paketen. Det är rekomenderat att avbryta installation, men du kan även ignorera detta. Vill du lämna installationsprogrammet?" +msgstr "" +"Fel inträffade under installationen av de valda paketen. Det är rekomenderat " +"att avbryta installation, men du kan även ignorera detta. Vill du lämna " +"installationsprogrammet?" hunk ./po/setup/sv/setup.po 614 -msgstr "Du valde att ändra hur Frugalware vanligtvis installeras. Här är en lista med uppgifter du kan fortsätta med:" +msgstr "" +"Du valde att ändra hur Frugalware vanligtvis installeras. Här är en lista " +"med uppgifter du kan fortsätta med:" } From pootle at frugalware.org Thu May 3 11:27:42 2007 From: pootle at frugalware.org (Pootle) Date: Thu May 3 11:27:47 2007 Subject: [Frugalware-darcs] translations: po/setup/sk: syntax fixes Message-ID: <20070503092742.BF74413A4068@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=translations;a=darcs_commitdiff;h=20070503092715-635f8-b28a8f3541758c6a7f18a9bd712cbf6255bcbec1.gz; [po/setup/sk: syntax fixes Pootle **20070503092715] { hunk ./po/setup/sk/setup.po 110 -"Ak %s nebol naformátovaný, mal by si ho naformátovaÅ¥.\n" -"Chces ho naformátovaÅ¥ ?" } From krics at linuxforum.hu Thu May 3 11:32:40 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Thu May 3 11:32:42 2007 Subject: [Frugalware-darcs] frugalware-current: xfsprogs-dmapi-2.2.8_1-1-x86_64 Message-ID: <20070503093240.3979C13A4069@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503093129-d209c-3b1886ce362ac2c3bac63ccf769a7e60c851be89.gz; [xfsprogs-dmapi-2.2.8_1-1-x86_64 Christian Hamar alias krix **20070503093129 * Version bump * Fixes for build ] { hunk ./source/base/xfsprogs-dmapi/FrugalBuild 6 -pkgver=2.2.5_1 +pkgver=2.2.8_1 hunk ./source/base/xfsprogs-dmapi/FrugalBuild 10 -depends=('xfsprogs>=2.8.4_1') +depends=('xfsprogs>=2.8.10_1') hunk ./source/base/xfsprogs-dmapi/FrugalBuild 15 -sha1sums=('dc2d268123c765a27495011df204dd20ac80f7c9') +sha1sums=('ba9cf1c2770bf6735cf638e5bc62f04a6acfc56f') hunk ./source/base/xfsprogs-dmapi/FrugalBuild 18 - Fcd dmapi-2.2.5 + Fcd dmapi-2.2.8 hunk ./source/base/xfsprogs-dmapi/FrugalBuild 20 + # Needed because make install fails if this is not done. + autoreconf || Fdie hunk ./source/base/xfsprogs-dmapi/FrugalBuild 23 - make DIST_ROOT=$Fdestdir install install-dev || Fdie + make DIST_ROOT=$Fdestdir install || Fdie + make DIST_ROOT=$Fdestdir install-dev || Fdie + # Small fixup for lib. chmod +x it because all .so got this .. + chmod +x $Fdestdir/lib/libdm.so* || Fdie hunk ./source/base/xfsprogs-dmapi/FrugalBuild 29 -# optimization ok +# optimization OK } From vmiklos at frugalware.org Thu May 3 11:36:28 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 11:36:32 2007 Subject: [Frugalware-darcs] setup: NEWS: list the language codes of the new translations Message-ID: <20070503093628.A1C8513A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=setup;a=darcs_commitdiff;h=20070503093507-e2957-f88cc7bd9eb0cfeb46e1e1d1bf249057ef5dfaf5.gz; [NEWS: list the language codes of the new translations VMiklos **20070503093507] { hunk ./NEWS 4 - - new translations + - new translations (ro, sk, sv) } From vmiklos at frugalware.org Thu May 3 11:49:01 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 11:49:03 2007 Subject: [Frugalware-darcs] setup: System.map is needed by depmod.. Message-ID: <20070503094901.2150013A4069@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=setup;a=darcs_commitdiff;h=20070503094835-e2957-fe06f72a48fe483e7e48057f2d4bb9bf1a0f4802.gz; [System.map is needed by depmod.. VMiklos **20070503094835] { hunk ./Makefile 275 + cp $(BDIR)/boot/System.map-$(KERNELV)-fw$(KERNELREL) \ + $(CWD)/System.map-$(KERNELV)-fw$(KERNELREL)-$(CARCH) } From vmiklos at frugalware.org Thu May 3 11:55:51 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 11:55:56 2007 Subject: [Frugalware-darcs] setup: and System.map has a suffix, too Message-ID: <20070503095551.BC1651688010@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=setup;a=darcs_commitdiff;h=20070503095522-e2957-694df588e17480ab1e2ba28b0b27b65b8f7e642c.gz; [and System.map has a suffix, too VMiklos **20070503095522] { hunk ./Makefile 277 - depmod -b kernel/ -a -e -F System.map -r $(KERNELV)-fw$(KERNELREL) + depmod -b kernel/ -a -e -F System.map-$(KERNELV)-fw$(KERNELREL)-$(CARCH) -r $(KERNELV)-fw$(KERNELREL) } From vmiklos at frugalware.org Thu May 3 12:01:01 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 12:01:02 2007 Subject: [Frugalware-darcs] setup: dialog: handle the case when a translation is not available Message-ID: <20070503100101.6C53113A4069@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=setup;a=darcs_commitdiff;h=20070503100005-e2957-e772b61bc8902354e69760ccf7566e2f7316a250.gz; [dialog: handle the case when a translation is not available VMiklos **20070503100005] { hunk ./Makefile 205 - cp -a $(BDIR)/usr/share/locale/$$i dialog/usr/share/locale; \ + [ -d $(BDIR)/usr/share/locale/$$i ] && cp -a $(BDIR)/usr/share/locale/$$i dialog/usr/share/locale; \ } From vmiklos at frugalware.org Thu May 3 12:05:22 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 12:05:25 2007 Subject: [Frugalware-darcs] setup: dialog: if a translation is missing then it's not an error Message-ID: <20070503100523.0048F13A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=setup;a=darcs_commitdiff;h=20070503100442-e2957-49da23cf7304f4ee569efcd1f5908dcec15a2695.gz; [dialog: if a translation is missing then it's not an error VMiklos **20070503100442] { hunk ./Makefile 205 - [ -d $(BDIR)/usr/share/locale/$$i ] && cp -a $(BDIR)/usr/share/locale/$$i dialog/usr/share/locale; \ + if [ -d $(BDIR)/usr/share/locale/$$i ]; then cp -a $(BDIR)/usr/share/locale/$$i dialog/usr/share/locale; fi; \ } From vmiklos at frugalware.org Thu May 3 12:12:36 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 12:12:38 2007 Subject: [Frugalware-darcs] frugalware-current: fwsetup-0.7.3-1-i686 Message-ID: <20070503101236.2B52913A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503101051-e2957-5cbdd4321cdde53f76b153bb7065e1950d094867.gz; [fwsetup-0.7.3-1-i686 VMiklos **20070503101051 version bump updated makedepends() ] { hunk ./source/devel-extra/fwsetup/FrugalBuild 5 -pkgver=0.7.2 +pkgver=0.7.3 hunk ./source/devel-extra/fwsetup/FrugalBuild 10 -makedepends=('dialog' 'parted' 'pacman-g2>=3.5.1') +makedepends=('dialog' 'parted' 'pacman-g2>=3.5.5' 'module-init-tools') } From krics at linuxforum.hu Thu May 3 14:55:42 2007 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Thu May 3 14:55:44 2007 Subject: [Frugalware-darcs] frugalware-current: libchipcard3-3.0.3-1-x86_64 Message-ID: <20070503125542.C388813A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503125432-d209c-bc4b666d0ede273310ed30786338b1cc7cf66ead.gz; [libchipcard3-3.0.3-1-x86_64 Christian Hamar alias krix **20070503125432 * Version bump ] { hunk ./source/lib-extra/libchipcard3/FrugalBuild 5 -pkgver=3.0.2 +pkgver=3.0.3 hunk ./source/lib-extra/libchipcard3/FrugalBuild 15 -sha1sums=('1df55d2e337b49f3de8ac7e1e0708f1f62ffb643') +sha1sums=('297103e2803e0911933b8a6c99e9f91564dc81a2') } From vmiklos at frugalware.org Thu May 3 17:33:36 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 17:33:38 2007 Subject: [Frugalware-darcs] frugalware-current: libarchive-2.1.10-2-i686 Message-ID: <20070503153336.1148F13A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503153158-e2957-798e61b893644b7f074f85a954b038af494fcc94.gz; [libarchive-2.1.10-2-i686 VMiklos **20070503153158 added device_nodes_fix.patch from hermier closes #2002 ] { hunk ./source/lib/libarchive/FrugalBuild 6 -pkgrel=1 +pkgrel=2 hunk ./source/lib/libarchive/FrugalBuild 13 -source=($url/src/$pkgname-$pkgver.tar.gz) -sha1sums=('74618a97e6b13780cdaa1fa34b615323c5ecac0e') +source=($url/src/$pkgname-$pkgver.tar.gz device_nodes_fix.patch) +sha1sums=('74618a97e6b13780cdaa1fa34b615323c5ecac0e'\ + 'cb837bd7da64d376c4d6efff23384322a8b10abf') addfile ./source/lib/libarchive/device_nodes_fix.patch hunk ./source/lib/libarchive/device_nodes_fix.patch 1 +diff -Naur libarchive-2.1.10/libarchive/archive_entry.c libarchive-2.1.10-p/libarchive/archive_entry.c +--- libarchive-2.1.10/libarchive/archive_entry.c 2007-04-28 04:34:46.000000000 +0200 ++++ libarchive-2.1.10-p/libarchive/archive_entry.c 2007-05-03 17:24:57.000000000 +0200 +@@ -99,6 +99,18 @@ + #undef max + #define max(a, b) ((a)>(b)?(a):(b)) + ++static void ++dev_set_major(dev_t *d, dev_t m) ++{ ++ *d = makedev(m, minor(*d)); ++} ++ ++static void ++dev_set_minor(dev_t *d, dev_t m) ++{ ++ *d = makedev(major(*d), m); ++} ++ + /* + * Handle wide character (i.e., Unicode) and non-wide character + * strings transparently. +@@ -780,19 +792,13 @@ + void + archive_entry_set_devmajor(struct archive_entry *entry, dev_t m) + { +- dev_t d; +- +- d = entry->ae_stat.st_dev; +- entry->ae_stat.st_dev = makedev(major(m), minor(d)); ++ dev_set_major(&entry->ae_stat.st_dev, m); + } + + void + archive_entry_set_devminor(struct archive_entry *entry, dev_t m) + { +- dev_t d; +- +- d = entry->ae_stat.st_dev; +- entry->ae_stat.st_dev = makedev(major(d), minor(m)); ++ dev_set_minor(entry->ae_stat.st_dev, m); + } + + /* Set symlink if symlink is already set, else set hardlink. */ +@@ -858,19 +864,13 @@ + void + archive_entry_set_rdevmajor(struct archive_entry *entry, dev_t m) + { +- dev_t d; +- +- d = entry->ae_stat.st_rdev; +- entry->ae_stat.st_rdev = makedev(major(m), minor(d)); ++ dev_set_major(&entry->ae_stat.st_rdev, m); + } + + void + archive_entry_set_rdevminor(struct archive_entry *entry, dev_t m) + { +- dev_t d; +- +- d = entry->ae_stat.st_rdev; +- entry->ae_stat.st_rdev = makedev(major(d), minor(m)); ++ dev_set_minor(&entry->ae_stat.st_rdev, m); + } + + void } From vmiklos at frugalware.org Thu May 3 18:00:51 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 18:00:53 2007 Subject: [Frugalware-darcs] frugalware-current: udev-110-2-i686 Message-ID: <20070503160051.8480513A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503155936-e2957-70a1a87b40580a0ef8a08d52b1420cd6548e9d02.gz; [udev-110-2-i686 VMiklos **20070503155936 * udevdir is /dev in upstream, remove sed hack * CFLAGS are now finally respected, remove sed hack * change to verbose build so that we can check for optimization * run udevtrigger and udevsettle in post_upgrade ] { hunk ./source/base/udev/FrugalBuild 6 -pkgrel=1 +pkgrel=2 hunk ./source/base/udev/FrugalBuild 30 - Fsed '\(udevdir =\t${prefix}\)/udev' '\1/dev' Makefile - Fsed '$(OPTIMIZATION)' "" Makefile - Fpatchall - make || return 1 + Fcd + make V=1 || return 1 hunk ./source/base/udev/udev.install 31 + echo -n "restarting udev... " hunk ./source/base/udev/udev.install 34 + mkdir -p /dev/.udev/queue + udevtrigger + udevsettle --timeout=5 + echo "done." } From vmiklos at frugalware.org Thu May 3 22:16:48 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 22:16:50 2007 Subject: [Frugalware-darcs] fwlive: make it possible to use fwlive as a netinstall disc Message-ID: <20070503201648.6B0E61670014@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070503201611-e2957-617b45f2fdde24d46070d2302e6fa61a9c90bd93.gz; [make it possible to use fwlive as a netinstall disc VMiklos **20070503201611] { hunk ./Makefile 15 +ifeq ($(CONFIG_SETUP),y) +SETUPDIR = ${CHROOTDIR}/${TREE}/usr/share/setup +SETUPKERNELVER = cd $(SETUPDIR); ls vmlinuz*|sed 's/vmlinuz-//' +SETUPKERNEL = $(SETUPDIR)/vmlinuz-$(shell ${SETUPKERNELVER}) +SETUPINITRD = $(SETUPDIR)/initrd-$(ARCH).img.gz +SETUPINITRDSIZE = echo "$$(($$(gzip --list $(SETUPINITRD) |grep initrd-$(ARCH).img|sed 's/.*[0-9]\+ \+\([0-9]\+\) .*/\1/')/1024))" +endif hunk ./Makefile 222 +ifeq ($(CONFIG_SETUP),y) + cp ${SETUPKERNEL} ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/ + cp ${SETUPINITRD} ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/ +endif hunk ./Makefile 233 +ifeq ($(CONFIG_SETUP),y) + echo "title Install Frugalware $(FWREL) - $(shell ${SETUPKERNELVER})" >> ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/grub/menu.lst + echo " kernel /boot/vmlinuz-$(shell ${SETUPKERNELVER}) initrd=initrd-$(ARCH).img.gz load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=$(shell ${SETUPINITRDSIZE}) rw root=/dev/ram quiet vga=791" >> ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/grub/menu.lst + echo " initrd /boot/initrd-$(ARCH).img.gz" >> ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/grub/menu.lst +endif hunk ./config 61 +# set this to 'n' if you don't want to include the installer on the livecd +CONFIG_SETUP = y + hunk ./config 71 +ifeq ($(CONFIG_SETUP),y) +INST_MUSTHAVE_APPS += fwsetup +endif } From alex at alex-smith.me.uk Thu May 3 22:45:55 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Thu May 3 22:45:57 2007 Subject: [Frugalware-darcs] upstart-mess: udev-110-3-i686 Message-ID: <20070503204555.6D58413A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-mess;a=darcs_commitdiff;h=20070503204532-46e39-15def7a26d06653889478b127d8ea0091fc419e6.gz; [udev-110-3-i686 AlexExtreme **20070503204532 * Sync with -current ] { hunk ./source/base/udev/FrugalBuild 5 -pkgver=109 -pkgrel=2 +pkgver=110 +pkgrel=3 hunk ./source/base/udev/FrugalBuild 30 - Fsed '\(udevdir =\t${prefix}\)/udev' '\1/dev' Makefile - Fsed '$(OPTIMIZATION)' "" Makefile - Fpatchall - make || return 1 + Fcd + make V=1 || return 1 } From vmiklos at frugalware.org Thu May 3 23:25:40 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:25:42 2007 Subject: [Frugalware-darcs] frugalwareutils: libfwnetconfig: resolve a conflict Message-ID: <20070503212540.D15B313A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070503212409-e2957-84a6ee72805a9922f454687ffae23915cdbf82e0.gz; [libfwnetconfig: resolve a conflict VMiklos **20070503212409] { hunk ./libfwnetconfig/libfwnetconfig.c 647 - int oldmask; + int oldmask, i, j, staticip = 0; hunk ./libfwnetconfig/libfwnetconfig.c 660 - if(dns && strlen(dns)) - fprintf(fp, "dns = %s\n", dns); + for(i=0;idnses);i++) + { + char *dns = (char*)g_list_nth_data(profile->dnses, i); + if(dns && strlen(dns)) + fprintf(fp, "dns = %s\n", dns); + } } From vmiklos at frugalware.org Thu May 3 23:25:41 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:25:45 2007 Subject: [Frugalware-darcs] frugalwareutils: libfwnetconfig: updates for gnetconfig Message-ID: <20070503212541.437A41670015@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070503212008-e2957-79b2ed0487625002ed12240efe687b1266366a24.gz; [libfwnetconfig: updates for gnetconfig VMiklos **20070503212008 * no longer make use of the nettype parameter * if multiple dns servers are set, write them to the config * if multiple interfaces are set, write them to the config * if multiple ip addresses are set for an interface, write them to the config ] { merger 0.0 ( hunk ./libfwnetconfig/libfwnetconfig.c 643 - char *dns = NULL; + char *dns = (char*)g_list_nth_data(profile->dnses, 0); merger 0.0 ( hunk ./libfwnetconfig/libfwnetconfig.c 643 - char *dns = (char*)g_list_nth_data(profile->dnses, 0); + char *dns = NULL; hunk ./libfwnetconfig/libfwnetconfig.c 641 - fwnet_interface_t* iface = (fwnet_interface_t*)g_list_nth_data(profile->interfaces, 0); - char *option = (char*)g_list_nth_data(iface->options, 0); - char *dns = (char*)g_list_nth_data(profile->dnses, 0); ) ) hunk ./libfwnetconfig/libfwnetconfig.c 645 - char ipaddr[16], netmask[16]; + char ipaddr[16] = "", netmask[16] = ""; merger 0.0 ( hunk ./libfwnetconfig/libfwnetconfig.c 647 + int i; hunk ./libfwnetconfig/libfwnetconfig.c 647 - int oldmask; + int oldmask, i, j, staticip = 0; ) hunk ./libfwnetconfig/libfwnetconfig.c 656 - if((dns && strlen(dns)) || strlen(profile->adsl_username) || - strlen(profile->adsl_password) || strlen(profile->adsl_interface)) + if(((char*)g_list_nth_data(profile->dnses, 0) && strlen((char*)g_list_nth_data(profile->dnses, 0))) || + strlen(profile->adsl_username) || strlen(profile->adsl_password) || + strlen(profile->adsl_interface)) merger 0.0 ( hunk ./libfwnetconfig/libfwnetconfig.c 660 - if(dns && strlen(dns)) - fprintf(fp, "dns = %s\n", dns); + for(i=0;i<=g_list_length(profile->dnses);i++) + { + dns = g_list_nth_data (profile->dnses, i); + if(dns && strlen(dns)) + fprintf(fp, "dns = %s\n", dns); + } hunk ./libfwnetconfig/libfwnetconfig.c 660 - if(dns && strlen(dns)) - fprintf(fp, "dns = %s\n", dns); + for(i=0;idnses);i++) + { + char *dns = (char*)g_list_nth_data(profile->dnses, i); + if(dns && strlen(dns)) + fprintf(fp, "dns = %s\n", dns); + } ) hunk ./libfwnetconfig/libfwnetconfig.c 668 - if(strcmp(nettype, "lo")) - fprintf(fp, "[%s]\n", iface->name); - if(iface->essid != NULL && strlen(iface->essid)) - fprintf(fp, "essid = %s\n", iface->essid); - if(iface->mode != NULL && strlen(iface->mode)) - fprintf(fp, "mode = %s\n", iface->mode); - if(iface->key != NULL && strlen(iface->key)) - fprintf(fp, "key = %s\n", iface->key); - if(!strcmp(nettype, "dhcp")) - { - fprintf(fp, "options = dhcp\n"); - if(strlen(iface->dhcp_opts)) - fprintf(fp, "%s", iface->dhcp_opts); - } - else if (!strcmp(nettype, "static")) + for(i=0;iinterfaces);i++) hunk ./libfwnetconfig/libfwnetconfig.c 670 - if(option != NULL && strlen(option)) - fprintf(fp, "%s\n", option); - if(strlen(iface->gateway)) - fprintf(fp, "gateway = default gw %s\n", iface->gateway); + fwnet_interface_t* iface = (fwnet_interface_t*)g_list_nth_data(profile->interfaces, i); + fprintf(fp, "[%s]\n", iface->name); + if(iface->essid != NULL && strlen(iface->essid)) + fprintf(fp, "essid = %s\n", iface->essid); + if(iface->mode != NULL && strlen(iface->mode)) + fprintf(fp, "mode = %s\n", iface->mode); + if(iface->key != NULL && strlen(iface->key)) + fprintf(fp, "key = %s\n", iface->key); + if(fwnet_is_dhcp(iface)) + { + fprintf(fp, "options = dhcp\n"); + if(strlen(iface->dhcp_opts)) + fprintf(fp, "%s", iface->dhcp_opts); + } + else + { + for(j=0;joptions);j++) + { + char *option = (char*)g_list_nth_data(iface->options, j); + if(option != NULL && strlen(option)) + { + if(!strlen(ipaddr)) + sscanf(option, "options = %s netmask %s", ipaddr, netmask); + fprintf(fp, "%s\n", option); + staticip = 1; + } + } + if(strlen(iface->gateway)) + fprintf(fp, "gateway = default gw %s\n", iface->gateway); + } hunk ./libfwnetconfig/libfwnetconfig.c 711 - if(option) - sscanf(option, "options = %s netmask %s", ipaddr, netmask); - - if(strcmp(nettype, "static")) + if(!staticip) } From vmiklos at frugalware.org Thu May 3 23:25:40 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:25:46 2007 Subject: [Frugalware-darcs] frugalwareutils: do not ask for the interface name if the 'lo' nettype is choosen Message-ID: <20070503212540.F377B1670014@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070503211746-e2957-aa7dee3db92f0843ce7d9173db67f132a18e41c5.gz; [do not ask for the interface name if the 'lo' nettype is choosen VMiklos **20070503211746] { hunk ./netconfig/netconfig.c 151 - iface = fwdialog_ask(_("Enter interface name"), + if(strcmp(nettype, "lo")) + { + iface = fwdialog_ask(_("Enter interface name"), } From vmiklos at frugalware.org Thu May 3 23:25:41 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:25:46 2007 Subject: [Frugalware-darcs] frugalwareutils: allocate memory for an interface is lo is not choosen Message-ID: <20070503212541.6F74913A406C@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070503211810-e2957-d066395acbc5254bcbb1fac49d0ed22949eb9cd9.gz; [allocate memory for an interface is lo is not choosen VMiklos **20070503211810] { hunk ./netconfig/netconfig.c 157 - snprintf(newinterface->name, IF_NAMESIZE, iface); - newprofile->interfaces = g_list_append(newprofile->interfaces, newinterface); + snprintf(newinterface->name, IF_NAMESIZE, iface); + newprofile->interfaces = g_list_append(newprofile->interfaces, newinterface); + } } From vmiklos at frugalware.org Thu May 3 23:25:41 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:25:48 2007 Subject: [Frugalware-darcs] frugalwareutils: netconfig: typo fix: ask for dsl parameters if dsl is selected Message-ID: <20070503212542.123C613A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070503211906-e2957-dd0d18224ec0b2015d3bdd9697aeb4edcde83dd9.gz; [netconfig: typo fix: ask for dsl parameters if dsl is selected VMiklos **20070503211906] { hunk ./netconfig/netconfig.c 213 - if(strcmp(nettype, "dsl")) + if(!strcmp(nettype, "dsl")) } From vmiklos at frugalware.org Thu May 3 23:25:42 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:25:49 2007 Subject: [Frugalware-darcs] frugalwareutils: add "dhcp" to options is dhcp is requested Message-ID: <20070503212542.3629613A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070503211846-e2957-9f5d6ec79b425a2dd544698e4c7f56410fae1362.gz; [add "dhcp" to options is dhcp is requested VMiklos **20070503211846] { hunk ./netconfig/netconfig.c 184 + sprintf(option, "dhcp"); + newinterface->options = g_list_append(newinterface->options, option); } From vmiklos at frugalware.org Thu May 3 23:28:16 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:28:17 2007 Subject: [Frugalware-darcs] frugalwareutils: libfwnetconfig / fwnet_writeconfig(): drop the nettype parameter Message-ID: <20070503212816.4E34013A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070503212638-e2957-d5050b176528256a80e5dc62d0e5489875ef4112.gz; [libfwnetconfig / fwnet_writeconfig(): drop the nettype parameter VMiklos **20070503212638] { hunk ./libfwnetconfig/libfwnetconfig.c 635 - * @param nettype the type of the network (lo, dhcp or static) hunk ./libfwnetconfig/libfwnetconfig.c 637 -int fwnet_writeconfig(fwnet_profile_t *profile, char *host, char *nettype) +int fwnet_writeconfig(fwnet_profile_t *profile, char *host) hunk ./libfwnetconfig/libfwnetconfig.h 76 -int fwnet_writeconfig(fwnet_profile_t *profile, char *host, char *nettype); +int fwnet_writeconfig(fwnet_profile_t *profile, char *host); hunk ./netconfig/netconfig.c 218 - fwnet_writeconfig(newprofile, host, nettype); + fwnet_writeconfig(newprofile, host); } From vmiklos at frugalware.org Thu May 3 23:40:06 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:40:08 2007 Subject: [Frugalware-darcs] pacman-g2: _pacman_db_read(): ignore any content after a possible pipe Message-ID: <20070503214006.425811670014@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070503213649-e2957-d683c8c7216515fc469f29b62ecf9e661e33de98.gz; [_pacman_db_read(): ignore any content after a possible pipe VMiklos **20070503213649 this is a standalone patch, may be backported later if necessary to -stable using pipes we may append additional metadata for a file in a single line ] { hunk ./lib/libpacman/be_files.c 358 + if((ptr = strchr(line, '|'))) { + /* just ignore the content after the pipe for now */ + *ptr = '\0'; + } } From vmiklos at frugalware.org Thu May 3 23:40:06 2007 From: vmiklos at frugalware.org (VMiklos) Date: Thu May 3 23:40:08 2007 Subject: [Frugalware-darcs] pacman-g2: _pacman_db_read(): cosmetics: renamed variable foo to ptr Message-ID: <20070503214006.ABBC613A406A@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070503213148-e2957-9b8378ab0d5333f1ddc36431f64e9d3c79027820.gz; [_pacman_db_read(): cosmetics: renamed variable foo to ptr VMiklos **20070503213148] { hunk ./autogen.sh 2 + hunk ./lib/libpacman/be_files.c 185 - char *foo; + char *ptr; hunk ./lib/libpacman/be_files.c 235 - foo = strdup(tmplist->data); - snprintf(info->desc, 512, "%s", foo+strlen(lang_tmp)+1); - FREE(foo); + ptr = strdup(tmplist->data); + snprintf(info->desc, 512, "%s", ptr+strlen(lang_tmp)+1); + FREE(ptr); } From vmiklos at frugalware.org Fri May 4 00:14:18 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 00:14:20 2007 Subject: [Frugalware-darcs] pacman-g2: makepkg: drop no longer necessary detect_pacman() Message-ID: <20070503221418.DB89213A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070503214627-e2957-6acc529605e7c5fd3a3a728cd01ba656e7a7603e.gz; [makepkg: drop no longer necessary detect_pacman() VMiklos **20070503214627] { hunk ./scripts/makepkg 351 -detect_pacman() -{ - if [ -e $CHROOTDIR/usr/bin/pacman-g2 ]; then - echo pacman-g2 - else - echo pacman - fi -} - hunk ./scripts/makepkg 353 - local PACMAN=`detect_pacman` - hunk ./scripts/makepkg 359 - corelist="$corelist `/usr/sbin/chroot $CHROOTDIR $PACMAN -Sg $i |grep -v '^\w'`" + corelist="$corelist `/usr/sbin/chroot $CHROOTDIR pacman-g2 -Sg $i |grep -v '^\w'`" hunk ./scripts/makepkg 361 - for i in `/usr/sbin/chroot $CHROOTDIR $PACMAN -Q|sed 's/\([^ ]*\) .*/\1/'` + for i in `/usr/sbin/chroot $CHROOTDIR pacman-g2 -Q|sed 's/\([^ ]*\) .*/\1/'` hunk ./scripts/makepkg 368 - /usr/sbin/chroot $CHROOTDIR $PACMAN -Rcn $removelist --noconfirm + /usr/sbin/chroot $CHROOTDIR pacman-g2 -Rcn $removelist --noconfirm hunk ./scripts/makepkg 932 - PACMAN=`detect_pacman` - yes "" | /usr/sbin/chroot "$CHROOTDIR" $PACMAN -Sy $PACMAN --ask 94 && \ - /usr/sbin/chroot "$CHROOTDIR" $PACMAN -Su --noconfirm + yes "" | /usr/sbin/chroot "$CHROOTDIR" pacman-g2 -Sy pacman-g2 --ask 94 && \ + /usr/sbin/chroot "$CHROOTDIR" pacman-g2 -Su --noconfirm } From vmiklos at frugalware.org Fri May 4 00:14:19 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 00:14:21 2007 Subject: [Frugalware-darcs] pacman-g2: makepkg: don't allow files in packages to contain pipes Message-ID: <20070503221419.21E3B13A406A@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070503221128-e2957-35642b56c6db32fce7cbd6af166c717e30a30d5f.gz; [makepkg: don't allow files in packages to contain pipes VMiklos **20070503221128 currently no package contains, just in case.. ] { hunk ./scripts/makepkg 1365 + +if [ -n "`find . -name "*|*"`" ]; then + error "Files in a package must not contain pipes!" + exit 2 +fi } From crazy at frugalware.org Fri May 4 00:50:32 2007 From: crazy at frugalware.org (crazy) Date: Fri May 4 00:50:34 2007 Subject: [Frugalware-darcs] frugalware-current: darcs-1.0.8-3-i686 Message-ID: <20070503225032.E567813A4069@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503224759-f6986-78aeab9b0d3958cefd77e4320e039d5398edd1c6.gz; [darcs-1.0.8-3-i686 crazy **20070503224759 * rebuild with ghc 6.6.1-2 * added an backport patch to make stable darcs work with ghc >6.4 ] { addfile ./source/devel/darcs/ghc-6.6.patch move ./source/devel/darcs/ghc-6.6.patch ./source/devel/darcs/darcs-1.0.8-ghc6.6.patch hunk ./source/devel/darcs/FrugalBuild 6 -pkgrel=2 +pkgrel=3 hunk ./source/devel/darcs/FrugalBuild 12 -makedepends=('ghc' 'latex2html' 'git') +makedepends=('ghc>=6.6.1-2' 'latex2html' 'git') hunk ./source/devel/darcs/FrugalBuild 14 -source=(http://abridgegame.org/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('f69fb2f5deb3c5281b2eaed9fcb8aa3fe55829dd') +source=(http://abridgegame.org/$pkgname/$pkgname-$pkgver.tar.gz darcs-1.0.8-ghc6.6.patch) +sha1sums=('f69fb2f5deb3c5281b2eaed9fcb8aa3fe55829dd'\ + '7276f69e6217bc7babceb8c497c2c4a1e05660f6') hunk ./source/devel/darcs/FrugalBuild 20 + Fcd + Fpatchall + Fautoreconf hunk ./source/devel/darcs/darcs-1.0.8-ghc6.6.patch 1 +diff -Naur darcs-1.0.8/configure.ac darcs-1.0.8-p/configure.ac +--- darcs-1.0.8/configure.ac 2006-06-16 20:59:29.000000000 +0200 ++++ darcs-1.0.8-p/configure.ac 2007-05-03 17:35:12.000000000 +0200 +@@ -110,6 +110,7 @@ + dnl Look for Text.Regex + + GHC_CHECK_MODULE(Text.Regex( mkRegex, matchRegex, Regex ), text, mkRegex undefined) ++GHC_CHECK_MODULE(Text.Regex( mkRegex, matchRegex, Regex ), regex-compat, mkRegex undefined) + + dnl See if we need a package for QuickCheck + +@@ -117,13 +118,17 @@ + + dnl See if we need the util or mtl packages for Control.Monad + +-GHC_CHECK_MODULE(Control.Monad.Error, util, putStr undefined) +-GHC_CHECK_MODULE(Control.Monad.Error, mtl, putStr undefined) ++GHC_CHECK_MODULE(Control.Monad.Error, util, strMsg "foo" :: String) ++GHC_CHECK_MODULE(Control.Monad.Error, mtl, strMsg "foo" :: String) + + dnl See if we need a package for parsec... + + GHC_CHECK_MODULE(Text.ParserCombinators.Parsec, parsec, errorPos undefined) + ++dnl Check if we need package html ++ ++GHC_CHECK_MODULE(Text.Html, html, text "foo") ++ + dnl Deal with systems on which getCurrentDirectory uses '\\' rather than '/': + + WORKAROUND_getCurrentDirectory +diff -Naur darcs-1.0.8/Lcs.lhs darcs-1.0.8-p/Lcs.lhs +--- darcs-1.0.8/Lcs.lhs 2006-06-16 20:59:28.000000000 +0200 ++++ darcs-1.0.8-p/Lcs.lhs 2007-05-03 17:35:12.000000000 +0200 +@@ -358,7 +358,8 @@ + -- | goto next unchanged line, return the given line if unchanged + nextUnchanged :: BSTArray s -> Int -> ST s Int + nextUnchanged c i = do +- if i == (aLen c) + 1 then return i ++ len <- aLenM c ++ if i == len + 1 then return i + else do b <- readArray c i + if b then nextUnchanged c (i+1) + else return i +@@ -367,7 +368,8 @@ + -- behind the last line + skipOneUnChanged :: BSTArray s -> Int -> ST s Int + skipOneUnChanged c i = do +- if i == (aLen c) + 1 then return i ++ len <- aLenM c ++ if i == len + 1 then return i + else do b <- readArray c i + if not b then return (i+1) + else skipOneUnChanged c (i+1) +@@ -381,8 +383,9 @@ + + -- | goto next changed line, return the given line if changed + nextChanged :: BSTArray s -> Int -> ST s (Maybe Int) +-nextChanged c i = +- if i <= aLen c ++nextChanged c i = do ++ len <- aLenM c ++ if i <= len + then do b <- readArray c i + if not b then nextChanged c (i+1) + else return $ Just i +@@ -430,8 +433,17 @@ + initP :: [PackedString] -> PArray + initP a = listArray (0, length a) (nilPS:a) + ++#if __GLASGOW_HASKELL__ > 604 ++aLen :: (IArray a e) => a Int e -> Int ++aLen a = snd $ bounds a ++aLenM :: (MArray a e m) => a Int e -> m Int ++aLenM a = getBounds a >>= return . snd ++#else + aLen :: HasBounds a => a Int e -> Int + aLen a = snd $ bounds a ++aLenM :: (HasBounds a, Monad m) => a Int e -> m Int ++aLenM = return . snd . bounds ++#endif + \end{code} + + \begin{code} } From crazy at frugalware.org Fri May 4 01:16:23 2007 From: crazy at frugalware.org (crazy) Date: Fri May 4 01:16:26 2007 Subject: [Frugalware-darcs] frugalware-current: mlt-plus-plus-0.2.2-2-i686 Message-ID: <20070503231623.EC76B13A4067@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503231530-f6986-e446eab85e6ca5da400cf38ad9519682b29dc3cf.gz; [mlt-plus-plus-0.2.2-2-i686 crazy **20070503231530 * rebuild with mlt ] { hunk ./source/xmultimedia-extra/mlt-plus-plus/FrugalBuild 6 -pkgrel=1 +pkgrel=2 hunk ./source/xmultimedia-extra/mlt-plus-plus/FrugalBuild 9 -depends=('mlt' 'libstdc++') +depends=('mlt>=0.2.3' 'libstdc++') } From crazy at frugalware.org Fri May 4 01:37:45 2007 From: crazy at frugalware.org (crazy) Date: Fri May 4 01:37:46 2007 Subject: [Frugalware-darcs] frugalware-current: kdenlive-0.4-2-i686 Message-ID: <20070503233745.1B21C13A4068@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070503233430-f6986-758bec72cc4a42fb03d2c593dfedb80f724a5fb8.gz; [kdenlive-0.4-2-i686 crazy **20070503233430 * rebuild with mlt* * depends fix * s/build()/_F_kde_reconf/ ] { hunk ./source/kde-extra/kdenlive/FrugalBuild 6 -pkgrel=1 +pkgrel=2 hunk ./source/kde-extra/kdenlive/FrugalBuild 8 -depends=('libdrm' 'libiec61883' 'mlt-plus-plus' 'libraw1394' 'kdelibs>=3.5.5' 'libavc1394' \ - 'mlt-qimage' 'mlt-sdl' 'mlt-jack' 'mlt-lumas' 'ladspa_sdk' 'libtheora') +depends=('libdrm' 'libiec61883' 'mlt-plus-plus>=0.2.2-2' 'libraw1394' 'kdelibs>=3.5.6' 'libavc1394' \ + 'mlt-qimage>=0.2.3' 'mlt-sdl>=0.2.3' 'mlt-jack>=0.2.3' 'mlt-lumas>=0.2.3' 'ladspa_sdk' 'libtheora') hunk ./source/kde-extra/kdenlive/FrugalBuild 11 +_F_kde_reconf=1 hunk ./source/kde-extra/kdenlive/FrugalBuild 17 -build() -{ - Fcd - make -f admin/Makefile.common cvs || Fdie - Fbuild -} - } From janny at frugalware.org Fri May 4 09:25:25 2007 From: janny at frugalware.org (Janny) Date: Fri May 4 09:25:28 2007 Subject: [Frugalware-darcs] fwlive: remove mount_fsck.diff Message-ID: <20070504072525.8E7811768012@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504070229-ee5de-8057ecd948d030dec0072781fea6f53e9c96f92b.gz; [remove mount_fsck.diff Janny **20070504070229] { hunk ./Makefile 23 -NEED_FILES = fstab-update parse_cmdline.in xorg.conf.in \ +NEED_FILES = fstab-update parse_cmdline.in xorg.conf.in rc.fsupd \ hunk ./Makefile 25 - rc.parse_cmdline parse_cmdline.en parse_cmdline.hu parse_cmdline mount_fsck.diff xstart xorg.conf menu.lst -INST_FILES_755 = /etc/rc.d/rc.fwlive /etc/rc.d/rc.config /usr/local/bin/configsave \ + rc.parse_cmdline parse_cmdline.en parse_cmdline.hu parse_cmdline xstart xorg.conf menu.lst +INST_FILES_755 = /etc/rc.d/rc.fwlive /etc/rc.d/rc.config /etc/rc.d/rc.fsupd /usr/local/bin/configsave \ hunk ./Makefile 32 -PATCH_FILES = reboot.diff services.diff udev.diff mount_fsck.diff +PATCH_FILES = reboot.diff services.diff udev.diff hunk ./Makefile 136 + if [ ! -e ${CHROOTDIR}/${TREE}/etc/rc.d/rcS.d/S16rc.fsupd ] ; then \ + ln -s ../rc.fsupd ${CHROOTDIR}/${TREE}/etc/rc.d/rcS.d/S16rc.fsupd ; \ + fi + if [ ! -e ${CHROOTDIR}/${TREE}/etc/rc.d/rc6.d/K95rc.fsupd ] ; then \ + ln -s ../rc.fsupd ${CHROOTDIR}/${TREE}/etc/rc.d/rc6.d/K95rc.fsupd ; \ + fi hunk ./Makefile 268 - chroot ${CHROOTDIR}/${TREE} /sbin/depmod -ae -v $(shell ${KERNVER}) + chroot ${CHROOTDIR}/${TREE} /sbin/depmod -ae -v $(shell ${KERNVER}) &>/dev/null hunk ./fstab-update 19 -echo -ne "\nStarting $0 daemon, which will update fstab automatically ..." hunk ./mount_fsck.diff 1 -diff -Naur etc.orig/rc.d/rc.fsck etc/rc.d/rc.fsck ---- etc.orig/rc.d/rc.fsck 2006-05-30 14:00:14.000000000 +0200 -+++ etc/rc.d/rc.fsck 2007-01-03 13:39:21.000000000 +0100 -@@ -30,7 +30,7 @@ - if [ ! $rw = yes ]; then - if [ ! -r /etc/fastboot ]; then - start "$fscheck" -- /sbin/fsck $ffsck -C -a -T / -+ /sbin/fsck $ffsck -C -a -T / >/dev/null 2>&1 - fsstate=$? - ok $? - else -@@ -53,14 +53,14 @@ - fi - echo "$umountfs" - umount -a -r -- mount -n -o remount,ro / -+ mount -n -o remount,ro / >/dev/null 2>&1 - echo "$rebootsys" - sleep 2 - reboot -f - fi - # Remount the root filesystem in read-write mode - start "$remountrw" -- mount -w -n -o remount / -+ mount -w -n -o remount / >/dev/null 2>&1 - if [ $? -gt 0 ] ; then - ok 1 - echo -e "$failedrw" -@@ -78,7 +78,7 @@ - # Any /etc/mtab that exists here is old, so we delete it to start over: - /bin/rm -f /etc/mtab* - # Remounting the / partition will initialize the new /etc/mtab: -- mount -w -o remount / -+ mount -w -o remount / >/dev/null 2>&1 - - # Fix /etc/mtab to list sys and proc if they were not yet entered in - # /etc/mtab because / was still mounted read-only: -diff -Naur etc.orig/rc.d/rc.mount etc/rc.d/rc.mount ---- etc.orig/rc.d/rc.mount 2006-12-13 10:52:25.000000000 +0100 -+++ etc/rc.d/rc.mount 2007-01-03 13:40:20.000000000 +0100 -@@ -23,6 +23,11 @@ - - rc_start() - { -+ # starting fstab auto updater -+ if [ -e /usr/local/bin/fstab-update ]; then -+ /usr/local/bin/fstab-update --daemon & -+ fi -+ - # See if a forced filesystem check was requested at shutdown. - if [ -r /etc/forcefsck ]; then - ffsck="-f" -@@ -31,14 +36,14 @@ - # Check all the non-root filesystems. - if ! [ -r /etc/fastboot ]; then - msg $"Checking non-root filesystems" -- /sbin/fsck $ffsck -T -C -R -A -a -+ /sbin/fsck $ffsck -T -C -R -A -a >/dev/null 2>&1 - ok $? - fi - - # Mount non-root file systems in fstab (but not NFS or SMB - # because TCP/IP is not yet configured). - msg $"Mounting local filesystems" -- mount -a -t nonfs,nosmbfs,noproc,nosysfs,nofuse -+ mount -a -t nonfs,nosmbfs,noproc,nosysfs,nofuse,tmpfs >/dev/null 2>&1 - ok $? - - # Clean up some temporary files. -@@ -55,7 +60,7 @@ - if [ "$rfstype" = "umsdos" ]; then - # We need to update any files added in DOS. - msg $"Synchronizing UMSDOS directory structure" -- umssync -r99 -v- / -+ umssync -r99 -v- / >/dev/null 2>&1 - ok $? - fi - } -@@ -64,15 +69,8 @@ - { - if (( ${rl} == 0 )) || (( ${rl} == 6 )) ; then - msg $"Unmounting local filesystems" -- umount -a -r -t nonfs,noumsdos,nosmbfs,noproc,nofuse -+ umount -a -r -t nonfs,noumsdos,nosmbfs,noproc,nofuse,tmpfs >/dev/null 2>&1 - ok $? -- -- # Don't remount UMSDOS root volumes. -- if [ ! "`mount | head -n 1 | cut -d ' ' -f 5`" = "umsdos" ]; then -- msg $"Remounting root filesystem read-only" -- mount -n -o remount,ro / -- ok $? -- fi - fi - # This never hurts. :) - sync rmfile ./mount_fsck.diff } From janny at frugalware.org Fri May 4 09:25:25 2007 From: janny at frugalware.org (Janny) Date: Fri May 4 09:25:30 2007 Subject: [Frugalware-darcs] fwlive: add mount_fsck.diff instead rc.fsupd init script Message-ID: <20070504072525.8002B167001E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504072056-ee5de-8babdcb414e87eef41903c8fa47a4f857fe10b6e.gz; [add mount_fsck.diff instead rc.fsupd init script Janny **20070504072056] { addfile ./rc.fsupd hunk ./rc.fsupd 1 +#!/bin/bash + +# (c) 2005 Marcus Habermehl +# (c) 2003 Vajna Miklos +# rc.frugalware for Frugalware +# distributed under GPL License + +# chkconfig: 2345 00 94 +# description: restart / start / stop fstab-update daemon. + +source /lib/initscripts/functions +TEXTDOMAIN=frugalware +TEXTDOMAINDIR=/lib/initscripts/messages + +actions=(start stop restart) + +if [ "$1" = "stop" ]; then + echo -e "Stop fstab update daemon, which will update fstab automatically" + killall fstab-update 2>&1 /dev/null + ok $? +elif [ "$1" = "restart" ]; then + "$0" stop + sleep 5 + "$0" start +else # start + echo -e "Starting fstab update daemon, which will update fstab automatically" + if [ -e /usr/local/bin/fstab-update ]; then + /usr/local/bin/fstab-update --daemon & + fi + ok $? +fi + } From vmiklos at frugalware.org Fri May 4 09:30:47 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 09:30:48 2007 Subject: [Frugalware-darcs] fwlive: s/fw based on fw/fwlive based on fw/ in /etc/fwlive-release Message-ID: <20070504073047.0DD80167001D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504073016-e2957-f1123c7936cf25f5fa4a1f77b4dac8e371ee35cc.gz; [s/fw based on fw/fwlive based on fw/ in /etc/fwlive-release VMiklos **20070504073016] { hunk ./Makefile 156 - echo "${BIGN} ${FWLREL}, based on Frugalware Linux ${FWREL}" >${CHROOTDIR}/${TREE}/etc/fwlive-release + echo "FWLive ${FWLREL}, based on Frugalware Linux ${FWREL}" >${CHROOTDIR}/${TREE}/etc/fwlive-release } From vmiklos at frugalware.org Fri May 4 09:51:09 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 09:51:11 2007 Subject: [Frugalware-darcs] fwlive: issue: use @foo@ syntax for to-be-replaced strings Message-ID: <20070504075109.701A9167001D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504074905-e2957-cb655d04502b997f3b9cd593bff38990d0de93da.gz; [issue: use @foo@ syntax for to-be-replaced strings VMiklos **20070504074905] { hunk ./Makefile 187 - sed "s|bigname|${BIGN}|" -i ${CHROOTDIR}/${TREE}/etc/issue; \ - sed "s|v0.0|${FWLREL}|" -i ${CHROOTDIR}/${TREE}/etc/issue; \ + sed "s|@VENDOR@|${VENDOR}|" -i ${CHROOTDIR}/${TREE}/etc/issue; \ + sed "s|@FWLREL@|${FWLREL}|" -i ${CHROOTDIR}/${TREE}/etc/issue; \ hunk ./config 44 -# Vendor name -# FIXME: do we really need this? sometimes this would have to be Fwlive, the -# best would be to get rid of it -BIGN = Frugalware +# Vendor name (used in /etc/issue only) +VENDOR = Frugalware hunk ./issue 3 - Welcome to FWLive v0.0 by bigname \l  + Welcome to FWLive @FWLREL@ by @VENDOR@ \l  } From vmiklos at frugalware.org Fri May 4 09:58:00 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 09:58:02 2007 Subject: [Frugalware-darcs] frugalware-current: udev-110-2-i686 Message-ID: <20070504075800.C1FCB167001D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504075707-e2957-e9eb14ee94eaee801bd2f23fb83ad1a6dfbf6e74.gz; [udev-110-2-i686 VMiklos **20070504075707 change the groups of /dev/* so that after an upgrade and after a reboot the groups won't change ] { hunk ./source/base/udev/FrugalBuild 42 + chgrp tty $Fdestdir/dev/console hunk ./source/base/udev/FrugalBuild 44 + chgrp sys $Fdestdir/dev/null } From janny at frugalware.org Fri May 4 10:04:11 2007 From: janny at frugalware.org (Janny) Date: Fri May 4 10:04:12 2007 Subject: [Frugalware-darcs] fwlive: add to kill-packages -R fwsetup Message-ID: <20070504080411.1C332167001D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504080307-ee5de-612a022204b4cdcd14e96e61bdadc4b67d57339f.gz; [add to kill-packages -R fwsetup Janny **20070504080307] { hunk ./Makefile 151 + fi + if [ $(shell pacman -r ${CHROOTDIR}/${TREE} -Q fwsetup &>/dev/null; echo $$?) = 0 ] ; then \ + pacman -r ${CHROOTDIR}/${TREE} -Rf fwsetup --noconfirm --config ${PACCONF} ; \ } From janny at frugalware.org Fri May 4 10:04:11 2007 From: janny at frugalware.org (Janny) Date: Fri May 4 10:04:13 2007 Subject: [Frugalware-darcs] fwlive: sorting kill-packages target Message-ID: <20070504080411.5457C167001D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504080145-ee5de-85179ca46395c13a59452f9fe8bcdca23b4bab12.gz; [sorting kill-packages target Janny **20070504080145] { hunk ./Makefile 40 -all: checkroot check-tree checkfiles chroot-mkdirs create-pkgdb cache-mount install-base install-apps install-kernel cache-umount install-files patch-files remove-files kill-packages create-symlinks create-files fix-files create-users live-base hacking-kdmrc create +all: checkroot check-tree checkfiles chroot-mkdirs create-pkgdb cache-mount install-base install-apps install-kernel cache-umount install-files patch-files remove-files create-symlinks create-files fix-files create-users live-base hacking-kdmrc kill-packages create } From vmiklos at frugalware.org Fri May 4 15:42:43 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 15:42:46 2007 Subject: [Frugalware-darcs] frugalwareutils: libfwnetconfig: prepend "options = " to the options string Message-ID: <20070504134243.86657176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070504134159-e2957-40fd144bf85a73ccfa4f02ba7a0926abe06a4b98.gz; [libfwnetconfig: prepend "options = " to the options string VMiklos **20070504134159] { hunk ./libfwnetconfig/libfwnetconfig.c 693 - fprintf(fp, "%s\n", option); + fprintf(fp, "options = %s\n", option); hunk ./netconfig/netconfig.c 195 - snprintf(option, 49, "options = %s netmask %s", ipaddr, netmask); + snprintf(option, 49, "%s netmask %s", ipaddr, netmask); } From michel.hermier at gmail.com Fri May 4 15:53:07 2007 From: michel.hermier at gmail.com (Michel Hermier) Date: Fri May 4 15:53:09 2007 Subject: [Frugalware-darcs] frugalware-current: wifi-radar: Fix typo in the documentation. Message-ID: <20070504135307.DDBBA176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504135042-b99eb-40792cad251ef88143c17ad975c076a6a1d334cc.gz; [wifi-radar: Fix typo in the documentation. Michel Hermier **20070504135042] { hunk ./source/xapps-extra/wifi-radar/README.Frugalware 1 -Don't forget to change the wifi interface name in '/etc/wifi_radar.conf'! +Don't forget to change the wifi interface name in '/etc/wifi-radar.conf'! } From vmiklos at frugalware.org Fri May 4 15:57:32 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 15:57:34 2007 Subject: [Frugalware-darcs] fwlive: $(FWLREL) is not generated automatically based on the version of the frugalware pkg Message-ID: <20070504135732.B46A5176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504135705-e2957-e0767a5bb7cf13997288036c6969bd68e5f1b353.gz; [$(FWLREL) is not generated automatically based on the version of the frugalware pkg VMiklos **20070504135705] { hunk ./Makefile 15 +FWLREL = pacman -r ${CHROOTDIR}/${TREE} -Q frugalware |cut -d ' ' -f2 hunk ./Makefile 160 - echo "FWLive ${FWLREL}, based on Frugalware Linux ${FWREL}" >${CHROOTDIR}/${TREE}/etc/fwlive-release + echo "FWLive $(shell ${FWLREL}) (${FWLCODENAME}), based on Frugalware Linux ${FWREL}" >${CHROOTDIR}/${TREE}/etc/fwlive-release hunk ./Makefile 192 - sed "s|@FWLREL@|${FWLREL}|" -i ${CHROOTDIR}/${TREE}/etc/issue; \ + sed "s|@FWLREL@|$(shell ${FWLREL}) (${FWLCODENAME})|" -i ${CHROOTDIR}/${TREE}/etc/issue; \ hunk ./Makefile 250 - sed -i "s|Live|${FWLREL}|" ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/linux/make_iso.sh + sed -i "s|Live|$(shell ${FWLREL}) (${FWLCODENAME})|" ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/linux/make_iso.sh hunk ./config 40 -# this will be included in /etc/issue and /etc/fwlive-release -# FIXME: do we really need this? -FWLREL = 0.6-$(shell uname -m) (Voyager) +# codename of the livecd, used in /etc/issue and /etc/fwlive-release +FWLCODENAME = Voyager } From vmiklos at frugalware.org Fri May 4 16:05:34 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 16:05:36 2007 Subject: [Frugalware-darcs] fwlive: configsave: gramatical corrections Message-ID: <20070504140534.AD818176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504140228-e2957-1333e5dc55ebaacaf4407a36485b03008d3a04f5.gz; [configsave: gramatical corrections VMiklos **20070504140228] { hunk ./configsave 2 -# save and restore FWLive config to a file +# save/restore FWLive config to/from a file hunk ./configsave 22 - # directory with changes is only in FWLiveCD, not in installed version + # directory with changes is only in FWLive, not in installed version hunk ./configsave 24 - echo "This script can work only from FWLive CD"; exit 1 + echo "This script can work only from FWLive."; exit 1 hunk ./configsave 36 - echo "saving changes to $CONFFILE..." + echo -n "Saving changes to $CONFFILE... " hunk ./configsave 40 - if [ $? -ne 0 ]; then echo "can't write config to $CONFFILE"; exit 1; fi + if [ $? -ne 0 ]; then + echo "can't write config to $CONFFILE"; exit 1 + else + echo "done." + fi hunk ./configsave 51 - echo "restoring changes from $CONFFILE..." + echo -n "Restoring changes from $CONFFILE... " hunk ./configsave 54 + echo "done." } From vmiklos at frugalware.org Fri May 4 16:05:35 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 16:05:38 2007 Subject: [Frugalware-darcs] fwlive: configsave: indentation fixes Message-ID: <20070504140535.2BA83176801F@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504140330-e2957-d87faacba13e60f41206ebbea98de8b667cdf6e4.gz; [configsave: indentation fixes VMiklos **20070504140330] { hunk ./configsave 5 - PATH=$PATH:/usr/sbin +PATH=$PATH:/usr/sbin hunk ./configsave 7 - # only root can run this - if [ "0$UID" -ne 0 ]; then - echo "Only root can run `basename $0`"; exit 1 - fi +# only root can run this +if [ "0$UID" -ne 0 ]; then + echo "Only root can run `basename $0`"; exit 1 +fi hunk ./configsave 12 - . /usr/local/bin/liblinuxlive - FWCONF=fwliveconf.mo - MEMORY=/$MOUNTDIR/live/memory - CHANGES=$MEMORY/changes - SAVEDIRS=" SAVE_DIRS" +. /usr/local/bin/liblinuxlive +FWCONF=fwliveconf.mo +MEMORY=/$MOUNTDIR/live/memory +CHANGES=$MEMORY/changes +SAVEDIRS=" SAVE_DIRS" hunk ./configsave 18 - CONFFILE=$1 - if [ "$CONFFILE" = "" ]; then echo "usage: $0 /media/sda?/$FWCONF"; exit 1; fi - if [ -e "$CONFFILE" -a ! -f "$CONFFILE" ]; then echo "not a regular file $CONFFILE"; exit 1; fi +CONFFILE=$1 +if [ "$CONFFILE" = "" ]; then echo "usage: $0 /media/sda?/$FWCONF"; exit 1; fi +if [ -e "$CONFFILE" -a ! -f "$CONFFILE" ]; then echo "not a regular file $CONFFILE"; exit 1; fi hunk ./configsave 22 - # directory with changes is only in FWLive, not in installed version - if [ ! -d $CHANGES ]; then - echo "This script can work only from FWLive."; exit 1 - fi +# directory with changes is only in FWLive, not in installed version +if [ ! -d $CHANGES ]; then + echo "This script can work only from FWLive."; exit 1 +fi hunk ./configsave 30 - MYSELF="`basename \"$0\"`" +MYSELF="`basename \"$0\"`" hunk ./configsave 35 - if [ "$MYSELF" = "configsave" ]; then - echo -n "Saving changes to $CONFFILE... " - rm $CONFFILE 2>/dev/null - touch ${SAVEDIRS// / $CHANGES/} - mksquashfs ${SAVEDIRS// / $CHANGES/} $CONFFILE -e $CHANGES/var/{run,log,man,tmp} /etc/fstab >/dev/null 2>/dev/null - if [ $? -ne 0 ]; then - echo "can't write config to $CONFFILE"; exit 1 - else - echo "done." - fi - fi +if [ "$MYSELF" = "configsave" ]; then + echo -n "Saving changes to $CONFFILE... " + rm $CONFFILE 2>/dev/null + touch ${SAVEDIRS// / $CHANGES/} + mksquashfs ${SAVEDIRS// / $CHANGES/} $CONFFILE -e $CHANGES/var/{run,log,man,tmp} /etc/fstab >/dev/null 2>/dev/null + if [ $? -ne 0 ]; then + echo "can't write config to $CONFFILE"; exit 1 + else + echo "done." + fi +fi hunk ./configsave 50 - if [ "$MYSELF" = "configrestore" ]; then - echo -n "Restoring changes from $CONFFILE... " - mo2dir $CONFFILE $CHANGES - uniondbg -g / - echo "done." - fi +if [ "$MYSELF" = "configrestore" ]; then + echo -n "Restoring changes from $CONFFILE... " + mo2dir $CONFFILE $CHANGES + uniondbg -g / + echo "done." +fi } From vmiklos at frugalware.org Fri May 4 16:10:45 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 16:10:46 2007 Subject: [Frugalware-darcs] fwlive: added some initial README Message-ID: <20070504141045.2B920176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504141021-e2957-389962028908ab9c30cb139d7d7b2306e8e9ce54.gz; [added some initial README VMiklos **20070504141021] { addfile ./README hunk ./Makefile 1 -# Makefile for livecd creation -# -# The only tested entry points/targets are: -# distclean - should clean the chroot & co. -# all - should do everything in one BIG step (now it only installs pkgs to chroot) hunk ./Makefile 2 -# Preferably you want to run sudo make distclean before sudo make all ;) +# Makefile for livecd creation hunk ./Makefile 4 + hunk ./README 1 +This is the source of the Frugalware LiveCD, FWLive. + +Building +-------- + +To build the livecd: + + # make + +To clean up compiled code in the source dir: + + # make clean + +To remove the building chroot: + + # make distclean + +Customizing +----------- + +Have a look at the file named 'config', you can set several configuration +options there. } From vmiklos at frugalware.org Fri May 4 16:22:59 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 16:23:01 2007 Subject: [Frugalware-darcs] fwlive: Makefile: do not include any pkgrel in $(FWLREL) Message-ID: <20070504142300.052D9176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070504142012-e2957-8c3d2f1406e6396c40f20a8de7d81965b3b2d690.gz; [Makefile: do not include any pkgrel in $(FWLREL) VMiklos **20070504142012] { hunk ./Makefile 11 -FWLREL = pacman -r ${CHROOTDIR}/${TREE} -Q frugalware |cut -d ' ' -f2 +FWLREL = pacman -r ${CHROOTDIR}/${TREE} -Q frugalware |sed 's/.* \(.*\)-.*/\1/' } From vmiklos at frugalware.org Fri May 4 17:17:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Fri May 4 17:17:15 2007 Subject: [Frugalware-darcs] frugalware-current: php-pear-mdb2-2.4.1-1-i686 Message-ID: <20070504151713.506A6176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504151643-e2957-9241ed15afc79f96afb8e526ed30194024e9c5e0.gz; [php-pear-mdb2-2.4.1-1-i686 VMiklos **20070504151643 version bump ] { hunk ./source/devel-extra/php-pear-mdb2/FrugalBuild 5 -pkgver=2.4.0 +pkgver=2.4.1 hunk ./source/devel-extra/php-pear-mdb2/FrugalBuild 9 -pkgrel=1 -sha1sums=('641b300b4fea957304804ac090a1dfe7f91c4cd1') +sha1sums=('91e12cc3ae6203db6cf5b6bb42c7befa11777800') } From crazy at frugalware.org Fri May 4 17:18:29 2007 From: crazy at frugalware.org (crazy) Date: Fri May 4 17:18:31 2007 Subject: [Frugalware-darcs] frugalware-current: php-5.2.2-1-i686 Message-ID: <20070504151829.C164D176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504151542-f6986-92f44e5a7c1038e31cfcad4097b556d806c6347b.gz; [php-5.2.2-1-i686 crazy **20070504151542 * Version bump * remove sec fix , in upstream now * added sqlite3 support , closes #1948 ] { hunk ./source/devel/php/CVE-2007-1001.diff 1 ---- ext/gd/libgd/wbmp.c 2003/12/31 01:01:44 1.5 -+++ ext/gd/libgd/wbmp.c 2007/03/10 12:16:19 1.6 -@@ -116,6 +116,15 @@ - if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL) - return (NULL); - -+ if (overflow2(sizeof (int), width)) { -+ gdFree(wbmp); -+ return NULL; -+ } -+ if (overflow2(sizeof (int) * width, height)) { -+ gdFree(wbmp); -+ return NULL; -+ } -+ - if ((wbmp->bitmap = (int *) safe_emalloc(sizeof(int), width * height, 0)) == NULL) - { - gdFree (wbmp); -@@ -175,6 +184,13 @@ - #ifdef __DEBUG - printf ("W: %d, H: %d\n", wbmp->width, wbmp->height); - #endif -+ -+ if (overflow2(sizeof (int), wbmp->width) || -+ overflow2(sizeof (int) * wbmp->width, wbmp->height)) -+ { -+ gdFree(wbmp); -+ return (-1); -+ } - - if ((wbmp->bitmap = (int *) safe_emalloc(wbmp->width * wbmp->height, sizeof(int), 0)) == NULL) - { rmfile ./source/devel/php/CVE-2007-1001.diff hunk ./source/devel/php/FrugalBuild 6 -pkgver=5.2.1 -pkgrel=3 +pkgver=5.2.2 +pkgrel=1 hunk ./source/devel/php/FrugalBuild 12 - 'libidn' 'libmysqlclient' 'libpq>=8.2.3') + 'libidn' 'libmysqlclient' 'libpq>=8.2.3' 'sqlite3') hunk ./source/devel/php/FrugalBuild 20 - http://www.php.net/distributions/manual/php_manual_{en,ar,pt_BR,zh,hk,tw,cs,da,nl,fi,fr,de,el,hu,it,ja,kr,pl,ro,ru,sk,es,sv}.tar.gz \ - CVE-2007-1001.diff) + http://www.php.net/distributions/manual/php_manual_{en,ar,pt_BR,zh,hk,tw,cs,da,nl,fi,fr,de,el,hu,it,ja,kr,pl,ro,ru,sk,es,sv}.tar.gz) hunk ./source/devel/php/FrugalBuild 108 - --with-mime-magic" + --with-mime-magic" \ + --with-sqlite=shared hunk ./source/devel/php/FrugalBuild 122 - make INSTALL_ROOT=$Fdestdir EXTENSION_DIR=/usr/lib/php install || return 1 + make INSTALL_ROOT=$Fdestdir EXTENSION_DIR=/usr/lib/php PEAR_INSTALLDIR=/usr/share/pear install || Fdie hunk ./source/devel/php/FrugalBuild 139 - ./buildconf --force + ./buildconf --force hunk ./source/devel/php/FrugalBuild 143 - make INSTALL_ROOT=$Fdestdir EXTENSION_DIR=/usr/lib/php install || return 1 + make INSTALL_ROOT=$Fdestdir EXTENSION_DIR=/usr/lib/php PEAR_INSTALLDIR=/usr/share/pear install || Fdie hunk ./source/devel/php/FrugalBuild 171 -sha1sums=('221ef0402d8fa49464c648d95debc7d21a3f16d9'\ +sha1sums=('9addca2ae7b6bf2bea78023484212d9f32fd08d7'\ hunk ./source/devel/php/FrugalBuild 174 - 'af702608837bf5b984c7173f24a4c3d090fc96d9'\ - '8638a91fb6d2d4ba7fd6d793cc3383cedba5cd26'\ + '40ae88f0721e02a2c75de76be342c51c85bf734d'\ + 'b98d1b83435d8dca25d29797846532f02dfffd6d'\ hunk ./source/devel/php/FrugalBuild 177 - '3912d5f07aee472886f1ac3492e57f860920331f'\ - 'a6bb7bf8e1a7f85ace3d5f4eb880644a5aa29df8'\ + '817eec918ed73ad3ca239a78f3c6272ff3ea4432'\ + 'e20217326c05d679725710c373074910da8ce68c'\ hunk ./source/devel/php/FrugalBuild 181 - '5e51347025092b2dbe448a87e1bb2de91ace94d6'\ - '28025892b8f2ea309aeaab2ee981a7f36a9ad180'\ - '6bfe0d2cef235a85be9e6fd9ec5ca6bfe5a74632'\ + 'ee703c97c5056bcb222ae4ce021350afc6517004'\ + '794ef8d46894b41e05b9bd83d2474719921b6946'\ + 'ec673df393cf93c7bcb22142a5e1f280cdfc6680'\ hunk ./source/devel/php/FrugalBuild 186 - 'f19dcffc65f406fae493e1bdeda803ee4099a335'\ + '9bc276fcbee9f9ba72303c464c2a6f841ff4775a'\ hunk ./source/devel/php/FrugalBuild 190 - '536f9ebffb48ad48ac2495a2d00d0155a3ccaafc'\ + 'fce0c91c42a1d046cb1f73ce65d282e39c6536ae'\ hunk ./source/devel/php/FrugalBuild 192 - '8be7e6069f60208f1b8d1bcdab7ca7ca8bf789da'\ + 'f963f7de3c464a1b538bcef6409f010cdba11579'\ hunk ./source/devel/php/FrugalBuild 197 - 'f479e4943e14c3a442659c3af05e30d32156d1b1'\ - '4fc9917ca86877c4bdac5a89c8621edae7b47c90') + 'f479e4943e14c3a442659c3af05e30d32156d1b1') } From alex at alex-smith.me.uk Fri May 4 18:45:24 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Fri May 4 18:45:26 2007 Subject: [Frugalware-darcs] frugalware-current: pidgin-2.0.0-1-i686 Message-ID: <20070504164524.D6B34176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504164331-46e39-3db4bbe3557d2ced29ea059a1e7cf25023c5a880.gz; [pidgin-2.0.0-1-i686 AlexExtreme **20070504164331 * Version bump * Rename gaim to pidgin. Yes, I know I need to rebuild plugins :) ] { move ./source/xapps/gaim ./source/xapps/pidgin hunk ./source/xapps/pidgin/FrugalBuild 5 -pkgname=gaim -pkgver=2.0.0beta6 -pkgrel=2 +pkgname=pidgin +pkgver=2.0.0 +pkgrel=1 hunk ./source/xapps/pidgin/FrugalBuild 9 -url="http://gaim.sourceforge.net/" +url="http://www.pidgin.im/" hunk ./source/xapps/pidgin/FrugalBuild 12 -makedepends=('evolution-data-server>=1.9.1' 'doxygen' 'tk' 'perl-xml' 'intltool' 'sqlite3') +makedepends=('evolution-data-server>=1.10.0' 'doxygen' 'tk' 'perl-xml' 'intltool' 'sqlite3') +conflicts=('gaim') +provides=('gaim') +replaces=('gaim') hunk ./source/xapps/pidgin/FrugalBuild 19 +_F_sourceforge_broken_up2date=1 hunk ./source/xapps/pidgin/FrugalBuild 21 -up2date="lynx -dump http://sourceforge.net/project/showfiles.php?group_id=235|grep -m1 '.tar.bz2'|sed 's/.*gaim-\(.*\).tar.bz2.*/\1/'" -source=(${source[@]} \ - musicmessaging-use-usr.patch \ - perl-fix.patch - http://ftp.frugalware.org/pub/other/sources/$pkgname/yahoo-filexfer.patch) +sha1sums=('7bfe348abc25307845e8de1d0fe2b761293ab071') hunk ./source/xapps/pidgin/FrugalBuild 24 + Fcd hunk ./source/xapps/pidgin/FrugalBuild 26 - Fmake --sysconfdir=/etc/gaim --enable-nss=no --enable-gnutls=yes \ - --disable-fatal-asserts --disable-dependency-tracking --enable-static \ - --with-howl-includes=/usr/include/avahi-compat-howl/ --enable-dbus --enable-gstreamer + Fmake --enable-nss --enable-gnutls --disable-fatal-asserts --disable-dependency-tracking \ + --enable-static --with-howl-includes=/usr/include/avahi-compat-howl/ \ + --enable-dbus --enable-gstreamer hunk ./source/xapps/pidgin/FrugalBuild 36 -sha1sums=('39345fe6e0519f2e126f7f60f7d9905e3460517b' \ - '1ba22d3dbb7b621d610987f244862b9e588e058a' \ - '8ef38e3d66c7e7f66d8798c7f1155e1820e083eb' \ - '97c7c4c902dbc7134452950cd33563444a80a584') hunk ./source/xapps/pidgin/musicmessaging-use-usr.patch 1 -diff -Naur gaim-2.0.0beta3/plugins/musicmessaging/musicmessaging.c gaim-2.0.0beta3-p/plugins/musicmessaging/musicmessaging.c ---- gaim-2.0.0beta3/gtk/plugins/musicmessaging/musicmessaging.c 2006-02-11 20:16:37.000000000 +0100 -+++ gaim-2.0.0beta3-p/gtk/plugins/musicmessaging/musicmessaging.c 2006-07-27 00:04:29.713734656 +0200 -@@ -594,7 +594,6 @@ - gtk_widget_show(sep); - gtk_widget_show(image); - gtk_widget_show(button); -- - gtk_box_pack_start(GTK_BOX(GAIM_GTK_CONVERSATION(conv)->toolbar), sep, FALSE, FALSE, 0); - gtk_box_pack_start(GTK_BOX(GAIM_GTK_CONVERSATION(conv)->toolbar), button, FALSE, FALSE, 0); - } -@@ -627,7 +626,7 @@ - editor_path_label = gtk_label_new(_("Score Editor Path")); - editor_path_button = gtk_button_new_with_mnemonic(_("_Apply")); - -- gtk_entry_set_text((GtkEntry*)editor_path, "/usr/local/bin/gscore"); -+ gtk_entry_set_text((GtkEntry*)editor_path, "/usr/bin/gscore"); - - g_signal_connect(G_OBJECT(editor_path_button), "clicked", - G_CALLBACK(set_editor_path), editor_path); -@@ -678,7 +677,7 @@ - static void - init_plugin(GaimPlugin *plugin) { - gaim_prefs_add_none("/plugins/gtk/musicmessaging"); -- gaim_prefs_add_string("/plugins/gtk/musicmessaging/editor_path", "/usr/local/bin/gscore"); -+ gaim_prefs_add_string("/plugins/gtk/musicmessaging/editor_path", "/usr/bin/gscore"); - } - - GAIM_INIT_PLUGIN(musicmessaging, init_plugin, info); rmfile ./source/xapps/pidgin/musicmessaging-use-usr.patch hunk ./source/xapps/pidgin/perl-fix.patch 1 -diff -Naur gaim-2.0.0beta4.orig/gtk/plugins/perl/Makefile.am gaim-2.0.0beta4/gtk/plugins/perl/Makefile.am ---- gaim-2.0.0beta4.orig/gtk/plugins/perl/Makefile.am 2006-10-26 12:28:46.000000000 +0200 -+++ gaim-2.0.0beta4/gtk/plugins/perl/Makefile.am 2006-10-26 12:58:07.000000000 +0200 -@@ -42,7 +42,7 @@ - ${LN_S} -f ../${srcdir}/$$f $$f; \ - done; \ - fi -- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) -+ @cd common && $(perlpath) Makefile.PL - - common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) -@@ -51,7 +51,7 @@ - @for dir in $(perl_dirs); do \ - cd $$dir && \ - if [ ! -f Makefile ]; then \ -- $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ -+ $(perlpath) Makefile.PL; \ - fi && \ - ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ - $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \ -diff -Naur gaim-2.0.0beta4.orig/gtk/plugins/perl/Makefile.in gaim-2.0.0beta4/gtk/plugins/perl/Makefile.in ---- gaim-2.0.0beta4.orig/gtk/plugins/perl/Makefile.in 2006-10-26 12:28:46.000000000 +0200 -+++ gaim-2.0.0beta4/gtk/plugins/perl/Makefile.in 2006-10-26 12:58:07.000000000 +0200 -@@ -579,7 +579,7 @@ - ${LN_S} -f ../${srcdir}/$$f $$f; \ - done; \ - fi -- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) -+ @cd common && $(perlpath) Makefile.PL - - common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) -@@ -588,7 +588,7 @@ - @for dir in $(perl_dirs); do \ - cd $$dir && \ - if [ ! -f Makefile ]; then \ -- $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ -+ $(perlpath) Makefile.PL; \ - fi && \ - ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ - $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \ -diff -Naur gaim-2.0.0beta4.orig/libgaim/plugins/perl/Makefile.am gaim-2.0.0beta4/libgaim/plugins/perl/Makefile.am ---- gaim-2.0.0beta4.orig/libgaim/plugins/perl/Makefile.am 2006-10-26 12:28:46.000000000 +0200 -+++ gaim-2.0.0beta4/libgaim/plugins/perl/Makefile.am 2006-10-26 12:57:38.000000000 +0200 -@@ -97,7 +97,7 @@ - ${LN_S} -f ../${srcdir}/$$f $$f; \ - done; \ - fi -- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) -+ @cd common && $(perlpath) Makefile.PL - - common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) -@@ -106,7 +106,7 @@ - @for dir in $(perl_dirs); do \ - cd $$dir && \ - if [ ! -f Makefile ]; then \ -- $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ -+ $(perlpath) Makefile.PL; \ - fi && \ - ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ - $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \ -diff -Naur gaim-2.0.0beta4.orig/libgaim/plugins/perl/Makefile.in gaim-2.0.0beta4/libgaim/plugins/perl/Makefile.in ---- gaim-2.0.0beta4.orig/libgaim/plugins/perl/Makefile.in 2006-10-26 12:28:46.000000000 +0200 -+++ gaim-2.0.0beta4/libgaim/plugins/perl/Makefile.in 2006-10-26 12:57:50.000000000 +0200 -@@ -804,7 +804,7 @@ - ${LN_S} -f ../${srcdir}/$$f $$f; \ - done; \ - fi -- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) -+ @cd common && $(perlpath) Makefile.PL - - common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) -@@ -813,7 +813,7 @@ - @for dir in $(perl_dirs); do \ - cd $$dir && \ - if [ ! -f Makefile ]; then \ -- $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ -+ $(perlpath) Makefile.PL; \ - fi && \ - ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ - $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \ rmfile ./source/xapps/pidgin/perl-fix.patch } From alex at alex-smith.me.uk Fri May 4 19:49:05 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Fri May 4 19:49:07 2007 Subject: [Frugalware-darcs] frugalware-current: pidgin-plugin-guifications-2.13beta7-1-i686 Message-ID: <20070504174905.58875176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504174839-46e39-9ee2ad99dacf0ffe3ab4191ad762f71e5450db21.gz; [pidgin-plugin-guifications-2.13beta7-1-i686 AlexExtreme **20070504174839 * Pidgin-ified ] { move ./source/xapps/gaim-plugin-guifications ./source/xapps/pidgin-plugin-guifications hunk ./source/xapps/pidgin-plugin-guifications/FrugalBuild 4 -pkgname=gaim-plugin-guifications -realname=gaim-guifications -pkgver=2.13beta6 +pkgname=pidgin-plugin-guifications +realname=pidgin-guifications +pkgver=2.13beta7 hunk ./source/xapps/pidgin-plugin-guifications/FrugalBuild 9 -url="http://gaim.guifications.org/" -depends=('gaim>=2.0.0beta6') +url="http://plugins.guifications.org/" +depends=('pidgin>=2.0.0') hunk ./source/xapps/pidgin-plugin-guifications/FrugalBuild 14 -up2date="lynx -dump http://gaim.guifications.org/trac/downloads | grep -m1 '$realname-\(.*\).tar.bz2' | sed 's/.*ons-\(.*\).t.*/\1/'" -source=(http://downloads.guifications.org/gaim-plugins/Guifications2/$realname-$pkgver.tar.bz2) +up2date="lynx -dump http://downloads.guifications.org/plugins/Guifications2/ | grep $realname | Flasttarbz2" +source=(http://downloads.guifications.org/plugins/Guifications2/$realname-$pkgver.tar.bz2) +conflicts=('gaim-plugin-guifications') +provides=('gaim-plugin-guifications') +replaces=('gaim-plugin-guifications') hunk ./source/xapps/pidgin-plugin-guifications/FrugalBuild 21 +sha1sums=('ab757958ae8ea15cb276578d730cacda0c4f8cf1') hunk ./source/xapps/pidgin-plugin-guifications/FrugalBuild 23 -sha1sums=('43098152899453de9cd51f08ab43321b30196e2c') } From crazy at frugalware.org Fri May 4 20:06:34 2007 From: crazy at frugalware.org (crazy) Date: Fri May 4 20:06:36 2007 Subject: [Frugalware-darcs] frugalware-current: php-5.2.2-2-i686 Message-ID: <20070504180634.3F1AB176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504180442-f6986-b2d8a00ff7f036268edbc8f82392592f291cceef.gz; [php-5.2.2-2-i686 crazy **20070504180442 * this one does work ... ] { hunk ./source/devel/php/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/devel/php/FrugalBuild 108 - --with-mime-magic" \ - --with-sqlite=shared + --with-mime-magic \ + --with-sqlite=shared" hunk ./source/devel/php/FrugalBuild 115 + Fmessage "Building PHP-CGI.." hunk ./source/devel/php/FrugalBuild 138 - Fmessage "Prepare for PHP build. Running distclean..." - make distclean + Fmessage "Building PHP ..." + make distclean || Fdie } From crazy at frugalware.org Fri May 4 20:47:16 2007 From: crazy at frugalware.org (crazy) Date: Fri May 4 20:47:18 2007 Subject: [Frugalware-darcs] frugalware-current: eaccelerator-0.9.5-4-i686 Message-ID: <20070504184716.C4B3C176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504184451-f6986-089a0d2d6ae6210751f81d1a5a7a1c5aec4e0247.gz; [eaccelerator-0.9.5-4-i686 crazy **20070504184451 * rebuild with php ] { hunk ./source/devel-extra/eaccelerator/FrugalBuild 6 -pkgrel=3 +pkgrel=4 hunk ./source/devel-extra/eaccelerator/FrugalBuild 16 -depends=('php') +depends=('php>=5.2.2-2') } From crazy at frugalware.org Fri May 4 21:10:12 2007 From: crazy at frugalware.org (crazy) Date: Fri May 4 21:10:15 2007 Subject: [Frugalware-darcs] frugalware-current: xine-ui-0.99.5-1-i686 Message-ID: <20070504191012.D66B9176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504190731-f6986-91e3f6d5b6583cfb362feab2d5b29a41d63b06fd.gz; [xine-ui-0.99.5-1-i686 crazy **20070504190731 * Version bump * fixed up2date , depends * new m8r * bitte hermier ;) ] { hunk ./source/xapps/xine-ui/CVE-2007-0254.diff 1 ---- xine-ui/src/xitk/errors.c 2005/02/07 18:16:28 1.32 -+++ xine-ui/src/xitk/errors.c 2006/06/29 14:08:13 1.33 -@@ -17,7 +17,7 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * -- * $Id: errors.c,v 1.32 2005/02/07 18:16:28 miguelfreitas Exp $ -+ * $Id: errors.c,v 1.33 2006/06/29 14:08:13 dgp85 Exp $ - * - * xine engine error handling/notification - * -@@ -68,7 +68,7 @@ - _("Done"), _("More..."), - NULL, _errors_display_log, - NULL, 400, ALIGN_CENTER, -- message); -+ "%s", message); - - xitk_window_set_parent_window(xw, gGui->video_window); - -@@ -125,7 +125,7 @@ - } else { - xitk_window_t *xw; - -- xw = xitk_window_dialog_error(gGui->imlib_data, buf2); -+ xw = xitk_window_dialog_error(gGui->imlib_data, "%s", buf2); - - if(!gGui->use_root_window && gGui->video_display == gGui->display) { - XLockDisplay(gGui->display); -@@ -228,7 +228,7 @@ - } else { - xitk_window_t *xw; - -- xw = xitk_window_dialog_info(gGui->imlib_data, buf2); -+ xw = xitk_window_dialog_info(gGui->imlib_data, "%s", buf2); - - if(!gGui->use_root_window && gGui->video_display == gGui->display) { - XLockDisplay(gGui->display); -@@ -354,7 +354,7 @@ - _("Disable this warning."), - checked, _dont_show_too_slow_again, - NULL, 500, ALIGN_CENTER, -- message); -+ "%s", message); - if(!gGui->use_root_window && gGui->video_display == gGui->display) { - XLockDisplay(gGui->display); - XSetTransientForHint(gGui->display, xitk_window_get_window(xw), gGui->video_window); rmfile ./source/xapps/xine-ui/CVE-2007-0254.diff hunk ./source/xapps/xine-ui/FrugalBuild 2 -# Maintainer: VMiklos +# Maintainer: crazy +# Contributor: VMiklos hunk ./source/xapps/xine-ui/FrugalBuild 6 -pkgver=0.99.4 -pkgrel=4 +pkgver=0.99.5 +pkgrel=1 hunk ./source/xapps/xine-ui/FrugalBuild 10 +_F_sourceforge_broken_up2date=1 hunk ./source/xapps/xine-ui/FrugalBuild 13 -depends=('xine-lib' 'curl>=7.16.0' 'libpng') +depends=('xine-lib>=1.1.6' 'curl>=7.16.0' 'libpng' 'libxinerama' \ + 'libxft' 'libxrender' 'libxau' 'libxdmcp' 'libxcb' 'libxtst' \ + 'libxml2') hunk ./source/xapps/xine-ui/FrugalBuild 18 -up2date="lynx -dump http://xinehq.de/index.php/releases | grep xine-ui-.*tar.gz | sed -n 's/.*ui-\([0-9\.]\+\)\.tar.*/\1/;1 p'" -source=($source xine-ui-0.99.4-CVE-2006-1905.diff CVE-2007-0254.diff leak.diff) -sha1sums=('b982e5697f183559c216f9243b9410d61b9c58aa'\ - 'c527cf014bb83f00ea080be03821e39970b4ba3b'\ - '9fab4596fdbd66d90273403e22b54323fced98de'\ - '78d23c380da0fc0d835f728f0a7d17dd67722e89') +sha1sums=('4f452516319f31cda01d08ea2779f195933af0bb') hunk ./source/xapps/xine-ui/leak.diff 1 -Index: xine-ui-0.99.4/src/xitk/main.c -=================================================================== ---- xine-ui-0.99.4.orig/src/xitk/main.c -+++ xine-ui-0.99.4/src/xitk/main.c -@@ -375,6 +375,7 @@ static void xrm_parse(void) { - } - - (void) XrmMergeDatabases(server_rmdb, &rmdb); -+ if ( server_rmdb != rmdb ) XrmDestroyDatabase(server_rmdb); - - if((environment = getenv("XENVIRONMENT")) == NULL) { - int len; -@@ -758,10 +759,11 @@ static xine_video_port_t *load_video_out - #ifdef HAVE_XINERAMA - if (XineramaQueryExtension(gGui->video_display, &dummy_event, &dummy_error)) { - int count = 1; -- XineramaQueryScreens(gGui->video_display, &count); -+ XineramaScreenInfo *info = XineramaQueryScreens(gGui->video_display, &count); - if (count > 1) - /* multihead -> assuming square pixels */ - gGui->pixel_aspect = 1.0; -+ if ( info ) XFree(info); - } - #endif - rmfile ./source/xapps/xine-ui/leak.diff hunk ./source/xapps/xine-ui/xine-ui-0.99.4-CVE-2006-1905.diff 1 -diff -Naur xine-ui-0.99.4/src/xitk/main.c xine-ui-0.99.4.new/src/xitk/main.c ---- xine-ui-0.99.4/src/xitk/main.c 2005-07-24 04:40:37.000000000 +0200 -+++ xine-ui-0.99.4.new/src/xitk/main.c 2006-04-27 15:59:20.000000000 +0200 -@@ -456,7 +456,7 @@ - int len; - char *blanks = " "; - -- printf(title); -+ printf("%s", title); - - sprintf(buffer, "%s", blanks); - plugin = *plugins++; -@@ -469,7 +469,7 @@ - sprintf(buffer, "%s%s%s", buffer, (strlen(buffer) == strlen(blanks)) ? "" : ", ", plugin); - } - else { -- printf(buffer); -+ printf("%s", buffer); - printf(",\n"); - snprintf(buffer, sizeof(buffer), "%s%s", blanks, plugin); - } -@@ -478,7 +478,7 @@ - } - - if(strlen(buffer)) -- printf(buffer); -+ printf("%s", buffer); - - printf(".\n\n"); - } -@@ -1211,7 +1211,7 @@ - } - - if(strlen(buffer)) -- report(buffer); -+ report("%s", buffer); - - } - break; -diff -Naur xine-ui-0.99.4/src/xitk/xine-toolkit/xitk.c xine-ui-0.99.4.new/src/xitk/xine-toolkit/xitk.c ---- xine-ui-0.99.4/src/xitk/xine-toolkit/xitk.c 2005-05-21 00:02:05.000000000 +0200 -+++ xine-ui-0.99.4.new/src/xitk/xine-toolkit/xitk.c 2006-04-27 15:59:20.000000000 +0200 -@@ -1877,7 +1877,7 @@ - sprintf(buffer, "%s%s", buffer, " ]-"); - - if(verbosity) -- printf(buffer); -+ printf("%s", buffer); - - gXitk->wm_type = xitk_check_wm(display); - rmfile ./source/xapps/xine-ui/xine-ui-0.99.4-CVE-2006-1905.diff } From crazy at frugalware.org Fri May 4 21:18:29 2007 From: crazy at frugalware.org (crazy) Date: Fri May 4 21:18:32 2007 Subject: [Frugalware-darcs] frugalware-current: tastymenu-0.8.1-1-i686 Message-ID: <20070504191829.483F2176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504191602-f6986-8c0b077a9449620f6e4047c1a7fcd59ed8f77e35.gz; [tastymenu-0.8.1-1-i686 crazy **20070504191602 * Version bump ] { hunk ./source/kde-extra/tastymenu/FrugalBuild 5 -pkgver=0.8 +pkgver=0.8.1 hunk ./source/kde-extra/tastymenu/FrugalBuild 14 -sha1sums=('31ee39fb53e23396a0b65535bf203b5c1e838577') +sha1sums=('ab25ea8edf7e47afeffa520d9803f6fd19500876') } From janny at frugalware.org Fri May 4 21:39:50 2007 From: janny at frugalware.org (Janny) Date: Fri May 4 21:39:53 2007 Subject: [Frugalware-darcs] frugalware-current: sugarcrm-4.5.1c-1-i686 Message-ID: <20070504193950.66429176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504193904-ee5de-12488a9ecd04c1be3d31979b3d3b5de0cbc65824.gz; [sugarcrm-4.5.1c-1-i686 Janny **20070504193904 version bump ] { hunk ./source/network-extra/sugarcrm/FrugalBuild 6 -pkgver=4.5.1b +pkgver=4.5.1c hunk ./source/network-extra/sugarcrm/FrugalBuild 16 -#dirnum=`lynx -dump $url/content/downloads/|grep 'SugarOS.*\.zip'|sort|sed 's/.*.php\///g;s/\/.*.//;1q'` -dirnum=2700 +dirnum=`lynx -dump $url/content/downloads/|grep 'SugarOS.*\.zip'|sort|sed 's/.*.php\///g;s/\/.*.//;1q'` +#dirnum=2700 hunk ./source/network-extra/sugarcrm/FrugalBuild 30 -sha1sums=('24f56de133ef2bb023e3a6530f393ba7d4aa2104'\ - 'a185a0383308d5ad2a990b84fdae1b88557af6b2') +sha1sums=('3bfbeffba5abc6e6a4d773d0cef4a09d47b9197a'\ + '2ad5db72181854016c96c83635244dc75226ff77') } From janny at frugalware.org Fri May 4 21:46:36 2007 From: janny at frugalware.org (Janny) Date: Fri May 4 21:46:38 2007 Subject: [Frugalware-darcs] frugalware-current: sugarcrm-4.5.1c-1-i686 Message-ID: <20070504194636.48AC8176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504194545-ee5de-7f0329ba5dd0729344c05e827d73df7821928757.gz; [sugarcrm-4.5.1c-1-i686 Janny **20070504194545] { hunk ./source/network-extra/sugarcrm/FrugalBuild 16 -dirnum=`lynx -dump $url/content/downloads/|grep 'SugarOS.*\.zip'|sort|sed 's/.*.php\///g;s/\/.*.//;1q'` -#dirnum=2700 +#dirnum=`lynx -dump $url/content/downloads/|grep 'SugarOS.*\.zip'|sort|sed 's/.*.php\///g;s/\/.*.//;1q'` +dirnum=2827 } From alex at alex-smith.me.uk Fri May 4 21:57:48 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Fri May 4 21:57:52 2007 Subject: [Frugalware-darcs] frugalware-current: pidgin-2.0.0-2-i686 Message-ID: <20070504195748.BDA30176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504195545-46e39-80235a5a0ff1b5d303682f5c161e487067a8947c.gz; [pidgin-2.0.0-2-i686 AlexExtreme **20070504195545 * Added fix for perl crap in / ] { hunk ./source/xapps/pidgin/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/xapps/pidgin/FrugalBuild 21 -sha1sums=('7bfe348abc25307845e8de1d0fe2b761293ab071') +source=(${source[@]} perl-fix.patch) +sha1sums=('7bfe348abc25307845e8de1d0fe2b761293ab071' \ + 'c3facfbc8ec54b6b5a4f83a827cd766658fd9777') addfile ./source/xapps/pidgin/perl-fix.patch hunk ./source/xapps/pidgin/perl-fix.patch 1 +diff -Naur pidgin-2.0.0/libpurple/plugins/perl/Makefile.am pidgin-2.0.0-perl-fix/libpurple/plugins/perl/Makefile.am +--- pidgin-2.0.0/libpurple/plugins/perl/Makefile.am 2007-05-03 20:14:10.000000000 +0200 ++++ pidgin-2.0.0-perl-fix/libpurple/plugins/perl/Makefile.am 2007-05-04 21:28:57.000000000 +0200 +@@ -92,7 +92,7 @@ + ${LN_S} -f ../${srcdir}/$$f $$f; \ + done; \ + fi +- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) ++ @cd common && $(perlpath) Makefile.PL + + common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +@@ -101,7 +101,7 @@ + @for dir in $(perl_dirs); do \ + cd $$dir && \ + if [ ! -f Makefile ]; then \ +- $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ ++ $(perlpath) Makefile.PL; \ + fi && \ + ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ + $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \ +diff -Naur pidgin-2.0.0/libpurple/plugins/perl/Makefile.in pidgin-2.0.0-perl-fix/libpurple/plugins/perl/Makefile.in +--- pidgin-2.0.0/libpurple/plugins/perl/Makefile.in 2007-05-04 07:24:28.000000000 +0200 ++++ pidgin-2.0.0-perl-fix/libpurple/plugins/perl/Makefile.in 2007-05-04 21:28:57.000000000 +0200 +@@ -786,7 +786,7 @@ + ${LN_S} -f ../${srcdir}/$$f $$f; \ + done; \ + fi +- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) ++ @cd common && $(perlpath) Makefile.PL + + common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +@@ -795,7 +795,7 @@ + @for dir in $(perl_dirs); do \ + cd $$dir && \ + if [ ! -f Makefile ]; then \ +- $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ ++ $(perlpath) Makefile.PL; \ + fi && \ + ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ + $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \ +diff -Naur pidgin-2.0.0/pidgin/plugins/perl/Makefile.am pidgin-2.0.0-perl-fix/pidgin/plugins/perl/Makefile.am +--- pidgin-2.0.0/pidgin/plugins/perl/Makefile.am 2007-05-03 20:14:10.000000000 +0200 ++++ pidgin-2.0.0-perl-fix/pidgin/plugins/perl/Makefile.am 2007-05-04 21:28:57.000000000 +0200 +@@ -42,7 +42,7 @@ + ${LN_S} -f ../${srcdir}/$$f $$f; \ + done; \ + fi +- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) ++ @cd common && $(perlpath) Makefile.PL + + common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +@@ -51,7 +51,7 @@ + @for dir in $(perl_dirs); do \ + cd $$dir && \ + if [ ! -f Makefile ]; then \ +- $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ ++ $(perlpath) Makefile.PL; \ + fi && \ + ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ + $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \ +diff -Naur pidgin-2.0.0/pidgin/plugins/perl/Makefile.in pidgin-2.0.0-perl-fix/pidgin/plugins/perl/Makefile.in +--- pidgin-2.0.0/pidgin/plugins/perl/Makefile.in 2007-05-04 07:24:43.000000000 +0200 ++++ pidgin-2.0.0-perl-fix/pidgin/plugins/perl/Makefile.in 2007-05-04 21:28:57.000000000 +0200 +@@ -598,7 +598,7 @@ + ${LN_S} -f ../${srcdir}/$$f $$f; \ + done; \ + fi +- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) ++ @cd common && $(perlpath) Makefile.PL + + common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +@@ -607,7 +607,7 @@ + @for dir in $(perl_dirs); do \ + cd $$dir && \ + if [ ! -f Makefile ]; then \ +- $(perlpath) Makefile.PL $(PERL_MM_PARAMS); \ ++ $(perlpath) Makefile.PL; \ + fi && \ + ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \ + $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \ } From janny at frugalware.org Fri May 4 22:12:25 2007 From: janny at frugalware.org (Janny) Date: Fri May 4 22:12:27 2007 Subject: [Frugalware-darcs] frugalware-current: kvpnc-0.8.9-1-i686 Message-ID: <20070504201225.62545176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504201139-ee5de-439c84e9b82ced5f60083bc3a0a8c954b6be52f0.gz; [kvpnc-0.8.9-1-i686 Janny **20070504201139 version bump ] { hunk ./source/kde-extra/kvpnc/FrugalBuild 5 -pkgver=0.8.8 +pkgver=0.8.9 hunk ./source/kde-extra/kvpnc/FrugalBuild 24 -sha1sums=('e5788db3855006745e5c7661a9da713f80d07304'\ +sha1sums=('0d18870fa804b86ef27ebe9b8180477a9dc86309'\ } From janny at frugalware.org Fri May 4 22:48:35 2007 From: janny at frugalware.org (Janny) Date: Fri May 4 22:48:38 2007 Subject: [Frugalware-darcs] frugalware-current: kmplayer-0.9.4a-1-i686 Message-ID: <20070504204835.6F7D0176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070504204801-ee5de-2d4f25a11d20dcf5ef024004092049be5c82310d.gz; [kmplayer-0.9.4a-1-i686 Janny **20070504204801 version bump ] { hunk ./source/kde-extra/kmplayer/FrugalBuild 5 -pkgver=0.9.4 +pkgver=0.9.4a hunk ./source/kde-extra/kmplayer/FrugalBuild 27 -sha1sums=('cb5df7744b77df2cb656109d1becd3744816a0d2') +sha1sums=('27d78793d6e9ac37a5810b8e742ffa0f55317488') } From iron at frugalware.org Sat May 5 08:46:54 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Sat May 5 08:46:58 2007 Subject: [Frugalware-darcs] frugalware-current: grub-theme-fwlive-0.2.0-1-i686 Message-ID: <20070505064654.98384176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505064531-f490c-59929a226fce77d68461ba8756ac9cfb3496e39c.gz; [grub-theme-fwlive-0.2.0-1-i686 Krisztian VASAS **20070505064531 - initial import for fwlive ] { adddir ./source/base-extra/grub-theme-fwlive addfile ./source/base-extra/grub-theme-fwlive/FrugalBuild hunk ./source/base-extra/grub-theme-fwlive/FrugalBuild 1 +# Compiling time: 0.29 SBU +# Maintainer: Krisztian VASAS + +pkgname=grub-theme-fwlive +pkgver=0.2.0 +pkgrel=1 +pkgdesc="FwLive theme for GNU GRand Unified Bootloader" +url="http://ftp.frugalware.org/pub/other/artwork/grub-theme" +rodepends=('grub') +makedepends=('gfxboot>=3.3.22' 'perl-html-parser' 'cpio') +groups=('base') +archs=('i686' 'x86_64') +up2date="lynx -dump '${url}?C=M;O=A' | sed -ne 's/.*fwlive-grub-theme-\(.*\).tar.gz/\1/; $ p'" +source=($url/fwlive-grub-theme-$pkgver.tar.gz) +options=('nodocs') + +build() +{ + cd $Fsrcdir/themes/fwlive + make BINDIR=/usr/sbin/ + Ffilerel boot/message /boot/grub/message-fwlive +} + +sha1sums=('118b3605fa48a665797864274812a4785ee4c087') + addfile ./source/base-extra/grub-theme-fwlive/grub-theme-fwlive.install hunk ./source/base-extra/grub-theme-fwlive/grub-theme-fwlive.install 1 +post_install() +{ + [ -f /boot/grub/message ] && rm /boot/grub/message + [ -h /boot/grub/message ] || ln -s message-fwlive /boot/grub/message +} + +post_upgrade() +{ + post_install +} + +post_remove() +{ + rm /boot/grub/message + if [ "`ls -1 /boot/grub/message-* 2>/dev/null | wc -l`" -gt 0 ]; then + ln -s `ls -1 /boot/grub/message-* | head -n 1` /boot/grub/message + fi +} + +op=$1 +shift + +$op $* + +# vim: ft=sh } From alex at alex-smith.me.uk Sat May 5 08:48:42 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 08:48:43 2007 Subject: [Frugalware-darcs] frugalware-current: maxima-5.12.0-1-i686 Message-ID: <20070505064842.47C54176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505064742-46e39-e02187abf35061062869964669d943591d2cab44.gz; [maxima-5.12.0-1-i686 AlexExtreme **20070505064742 * Fixed weird darcs f*ckup ] { hunk ./source/xapps-extra/maxima/FrugalBuild 1 -# Compiling Time: 0.52 SBU +# Compiling Time: 0.54 SBU hunk ./source/xapps-extra/maxima/FrugalBuild 6 -pkgver=5.11.0 +pkgver=5.12.0 hunk ./source/xapps-extra/maxima/FrugalBuild 17 -sha1sums=('e9bcdbefe4dc23b83e4d30d52833f597d9cd3340' \ - '07b089e468510e7061f64d1a0ac29faea3a58f76' \ - 'c1ec0d97d8479c7ad0f4d13c640f5fef402eff35' \ - '204ceb9a3a3ba7ff2418566730326692ce4a0385') +sha1sums=('0b96c36fe603bb429504b99b2670eeb0b2fc7c71'\ + '07b089e468510e7061f64d1a0ac29faea3a58f76'\ + 'c1ec0d97d8479c7ad0f4d13c640f5fef402eff35'\ + '7170d07e7b81b7895a0e6d593f974fe5849acf8b') hunk ./source/xapps-extra/maxima/FrugalBuild 30 -#optimization OK +# optimization OK + } From iron at frugalware.org Sat May 5 08:51:03 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Sat May 5 08:51:07 2007 Subject: [Frugalware-darcs] frugalware-current: grub-theme-fwlive-0.2.0-1-i686 Message-ID: <20070505065103.C8683176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505064835-f490c-2d610cd401482ffaba1be5bd2bd37b5ded4876f0.gz; [grub-theme-fwlive-0.2.0-1-i686 Krisztian VASAS **20070505064835 - corrected groups() ] { hunk ./source/base-extra/grub-theme-fwlive/FrugalBuild 11 -groups=('base') +groups=('base-extra') } From alex at alex-smith.me.uk Sat May 5 09:49:15 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 09:49:17 2007 Subject: [Frugalware-darcs] homepage-ng: pastelib: updated spam rules Message-ID: <20070505074915.40883176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=homepage-ng;a=darcs_commitdiff;h=20070505074850-46e39-3e8056fb9a2825c6d809826e534c25779e96ea1f.gz; [pastelib: updated spam rules AlexExtreme **20070505074850] { hunk ./pastelib/config/frugalware.org.conf.php 209 - "paris-hilton|paris-tape|2large|fuel-dispenser|fueling-dispenser|huojia|". + "paris-hilton|paris-tape|2large|fuel-dispenser|fueling-dispenser|huojia|effexor|paxil|lipitor". } From janny at frugalware.org Sat May 5 09:58:12 2007 From: janny at frugalware.org (Janny) Date: Sat May 5 09:58:14 2007 Subject: [Frugalware-darcs] fwlive: rm vga= in menu.lst Message-ID: <20070505075812.ACE84176801F@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070505075641-ee5de-0547680ffe9cb77c6cea33f3d32057d559431440.gz; [rm vga= in menu.lst Janny **20070505075641] { hunk ./config 22 -APPSGROUP = KDE +APPSGROUP = MIN hunk ./menu.lst 6 - kernel /boot/vmlinuz initrd=/boot/initrd.gz init=linuxrc max_loop=255 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 rw root=/dev/ram0 vga=791 + kernel /boot/vmlinuz initrd=/boot/initrd.gz init=linuxrc max_loop=255 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 rw root=/dev/ram0 } From janny at frugalware.org Sat May 5 09:58:12 2007 From: janny at frugalware.org (Janny) Date: Sat May 5 09:58:14 2007 Subject: [Frugalware-darcs] fwlive: apply new grub theme Message-ID: <20070505075812.8F9C2176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070505074627-ee5de-0fbcf45b936aeeb8eb9081a71dcdd251a81708c8.gz; [apply new grub theme Janny **20070505074627 important a new fwlive grub theme thx IroNiQ ] { hunk ./Makefile 236 - cp ${CHROOTDIR}/${TREE}/boot/grub/message-frugalware ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/grub/message + cp ${CHROOTDIR}/${TREE}/boot/grub/message-fwlive ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/grub/message hunk ./config 66 -INST_MUSTHAVE_APPS = busybox-fwlive util-linux grub-theme-frugalware \ +INST_MUSTHAVE_APPS = busybox-fwlive util-linux grub-theme-fwlive \ } From alex at alex-smith.me.uk Sat May 5 11:53:50 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 11:53:51 2007 Subject: [Frugalware-darcs] upstart-jobs: upstart-jobs: helps to add initmsg. Message-ID: <20070505095350.46BB6176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-jobs;a=darcs_commitdiff;h=20070505095322-46e39-29a78ceecc6da591cc63fcfd0cc0a784bf1d8d8a.gz; [upstart-jobs: helps to add initmsg. AlexExtreme **20070505095322] { addfile ./src/initmsg hunk ./src/initmsg 1 +#!/bin/dash + +# initmsg +# Copyright (C) 2007 Alex Smith +# Copyright (C) 2007 Miklos Vajna +# +# initmsg is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# initmsg is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with initmsg; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +[ $# -eq 0 ] && exit 1 + +case "$(echo -e test)" in + -[e]*) + ECHO="echo" + ;; + *) + ECHO="echo -e" + ;; +esac + +# Find current screen size +if [ -z "${COLUMNS}" ]; then + COLUMNS=$(stty size) + COLUMNS=${COLUMNS##* } +fi + +# When using remote connections, such as a serial port, stty size returns 0 +if [ "${COLUMNS}" = "0" ]; then + COLUMNS=80 +fi + +[ -r "/etc/sysconfig/initmsg" ] && . /etc/sysconfig/initmsg + +msg() { + $ECHO "$msg_prefix$*$msg_suffix" +} + +hint() { + $ECHO "$hint_prefix$*$hint_suffix" +} + +ret() { + ret=$1 + shift 1 + if [ "$ret" = 0 ]; then + $ECHO "$ok_prefix$*$ok_suffix" + else + $ECHO "$failed_prefix$*$failed_suffix" + fi + +} + +action=$1 +shift 1 +$action $* } From alex at alex-smith.me.uk Sat May 5 12:13:11 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 12:13:13 2007 Subject: [Frugalware-darcs] upstart-mess: iptables-1.3.7-3-i686 Message-ID: <20070505101311.6FB02176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-mess;a=darcs_commitdiff;h=20070505101246-46e39-8d1bb1cd77784ec9934745329cbdcfeca93bbf4a.gz; [iptables-1.3.7-3-i686 AlexExtreme **20070505101246 * Made the job script POSIX-compliant ] { hunk ./source/network/iptables/FrugalBuild 7 -pkgrel=2 +pkgrel=3 hunk ./source/network/iptables/FrugalBuild 18 - 'a9e5479a2b8572a5926c60f3a96b550a9a9a7e11' \ + '4867e41f4f89662f94ae237e196645284ce8bf85' \ hunk ./source/network/iptables/firewall-job 11 - if [ -e /etc/sysconfig/iptables ] ; then - source /etc/sysconfig/iptables - if (( $forward == 1 )) ; then + if [ -e /etc/sysconfig/iptables ]; then + . /etc/sysconfig/iptables + if [ $forward -eq 1 ]; then } From alex at alex-smith.me.uk Sat May 5 12:19:42 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 12:19:43 2007 Subject: [Frugalware-darcs] upstart-jobs: upstart-jobs: make the jobs POSIX-compliant. this means they can be used with dash Message-ID: <20070505101942.45466176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-jobs;a=darcs_commitdiff;h=20070505101908-46e39-a5a5832d1442f13760120c71ca89d50c8484f4c9.gz; [upstart-jobs: make the jobs POSIX-compliant. this means they can be used with dash AlexExtreme **20070505101908] { hunk ./README 2 ----------- +------------ + +Core system jobs for using Upstart with Frugalware. + +Dependencies +------------ hunk ./README 9 -Core system jobs for using Upstart with Frugalware +Upstart-jobs require the following: + * dash + * coreutils + * util-linux + * udev + * grep + * sed + * kbd + * e2fsprogs + * shadow + * gawk + * module-init-tools + * procps + * frugalwareutils hunk ./README 27 -make install +Run 'make install' as root hunk ./etc/event.d/console 10 - source /etc/sysconfig/console + . /etc/sysconfig/console hunk ./etc/event.d/consolefont 10 - source /etc/sysconfig/font + . /etc/sysconfig/font hunk ./etc/event.d/keymap 10 - source /etc/sysconfig/keymap + . /etc/sysconfig/keymap hunk ./etc/event.d/welcome 10 - echo -e "\033[1;34m>> \033[1;37mWelcome to $(cat /etc/frugalware-release)!\033[1;0m " + initmsg msg "Welcome to $(cat /etc/frugalware-release)!" hunk ./etc/event.d/welcome 12 - echo -e "\033[1;34m>> \033[1;37mWelcome to Frugalware Linux!\033[1;0m " + initmsg msg "Welcome to Frugalware Linux!" hunk ./etc/event.d/welcome 14 - echo -e "\033[1;34m>> \033[1;37mCopyright (C) 2004-2007 Frugalware Developer Team\033[1;0m " + initmsg msg "Copyright (C) 2004-2007 Frugalware Developer Team" } From alex at alex-smith.me.uk Sat May 5 12:52:39 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 12:52:40 2007 Subject: [Frugalware-darcs] upstart-jobs: upstart-jobs: s/dash/sh/ in initmsg. forgot to change it back after testing Message-ID: <20070505105239.70593176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-jobs;a=darcs_commitdiff;h=20070505105208-46e39-a68d2e14795f9e939929751bbeeae8a17ae4d4c6.gz; [upstart-jobs: s/dash/sh/ in initmsg. forgot to change it back after testing AlexExtreme **20070505105208] { hunk ./src/initmsg 1 -#!/bin/dash +#!/bin/sh } From alex at alex-smith.me.uk Sat May 5 13:01:06 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 13:01:07 2007 Subject: [Frugalware-darcs] upstart-jobs: upstart-jobs: cosmetics Message-ID: <20070505110106.55803176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-jobs;a=darcs_commitdiff;h=20070505110044-46e39-cfa26dc2374fc20768d9ba1936760ea54c1fc01f.gz; [upstart-jobs: cosmetics AlexExtreme **20070505110044] { hunk ./etc/event.d/network 15 - netconfig start 2>&1 |logger + netconfig start 2>&1 | logger hunk ./etc/event.d/network 17 - netconfig $net 2>&1 |logger + netconfig $net 2>&1 | logger hunk ./etc/event.d/network 22 - netconfig stop 2>&1 |logger + netconfig stop 2>&1 | logger } From alex at alex-smith.me.uk Sat May 5 13:07:37 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 13:07:40 2007 Subject: [Frugalware-darcs] upstart-jobs: upstart-jobs: added HACKING document Message-ID: <20070505110738.0149F176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-jobs;a=darcs_commitdiff;h=20070505110717-46e39-3376bf7b628fa3a1f8af579d809f45da12d91258.gz; [upstart-jobs: added HACKING document AlexExtreme **20070505110717] { addfile ./HACKING hunk ./HACKING 1 +Hacking guide for Upstart-jobs +------------------------------ + +Here are a few notes on writing Upstart jobs: + + * When writing scripts for jobs, keep the scripts POSIX-compliant and don't + use Bashisms + * Keep to these syntax guidelines for scripts: + - Add spaces between pipes, like so: + /sbin/netconfig start 2>&1 | logger + and not + /sbin/netconfig start 2>&1 |logger + - Do not put spaces between the command and the ; on if lines, do this: + if [ "$blah" = "foo" ]; then + and not + if [ "$blah" = "foo" ] ; then + - Use tabs for indenting rather than spaces. All script sections should + have at least 1 tab at the start of the line to improve readability, + like so: + script + /sbin/blah -v + cat foo > bar + end script + rather than + script + /sbin/blah -v + cat foo > bar + end script + * Make sure it works before pushing it. This is the boot sequence we're + talking about here, if it stops working, shit happens. } From alex at alex-smith.me.uk Sat May 5 13:08:46 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 13:08:48 2007 Subject: [Frugalware-darcs] upstart-jobs: upstart-jobs: updates for 0.2.0 Message-ID: <20070505110846.8A0BF176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-jobs;a=darcs_commitdiff;h=20070505110744-46e39-3c92c43620f50e5f1b37663eb6bda516aef77779.gz; [upstart-jobs: updates for 0.2.0 AlexExtreme **20070505110744] { hunk ./NEWS 5 +--------|------------------------------------------------------------------- +0.2.0 | * Numerous bug fixes to the new display manager system + | * Fixed weird hangs on boot with Udev + | * Redirect the output of netconfig to the log with logger + | * If quiet was specified on the kernel command line, adjust the + | printk level accordingly + | * All the job scripts are now POSIX-compliant + | * Colour support during bootup. This makes it much easier to + | distinguish between error messages from Upstart itself and the + | jobs } [upstart-jobs: updates for 0.2.0 AlexExtreme **20070505110744] From alex at alex-smith.me.uk Sat May 5 13:12:22 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 13:12:24 2007 Subject: [Frugalware-darcs] upstart-mess: upstart-jobs-0.2.0-1-i686 Message-ID: <20070505111223.2B15A176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=upstart-mess;a=darcs_commitdiff;h=20070505111203-46e39-4b2b7b22c98ce20ed193a1d666cea10ee5f188cf.gz; [upstart-jobs-0.2.0-1-i686 AlexExtreme **20070505111203 * Version bump ] { hunk ./source/base/upstart-jobs/FrugalBuild 5 -pkgver=0.1.4 -pkgrel=3 +pkgver=0.2.0 +pkgrel=1 hunk ./source/base/upstart-jobs/FrugalBuild 15 -source=(http://ftp.frugalware.org/pub/other/upstart-jobs/$pkgname-$pkgver.tar.bz2 \ - set-display-manager-fix.patch start-display-manager-fix.patch) -signatures=(${source[0]}.asc '' '') +source=(http://ftp.frugalware.org/pub/other/upstart-jobs/$pkgname-$pkgver.tar.bz2) +signatures=(${source[0]}.asc) hunk ./source/base/upstart-jobs/set-display-manager-fix.patch 1 -Sat Apr 14 10:30:29 BST 2007 AlexExtreme - * upstart-jobs: don't show default in set-display-manager list and don't let the user set the display manager to default -diff -rN -u old-upstart-jobs/src/set-display-manager new-upstart-jobs/src/set-display-manager ---- old-upstart-jobs/src/set-display-manager 2007-04-14 10:31:26.000000000 +0100 -+++ new-upstart-jobs/src/set-display-manager 2007-04-14 10:31:26.000000000 +0100 -@@ -51,12 +51,18 @@ - dm=$(basename $file) - dm=$(echo $dm | sed 's/[0-9]*//') - -+ if [ "$dm" = "default" ]; then -+ continue -+ fi -+ - description=$(cat $file | grep Description | sed 's/.*Description: //') - echo " * $dm - $description" - done - else - if [ -z "$(ls -l /etc/sysconfig/desktop.d | grep $1)" ]; then - echo "No such display manager is installed!" -+ elif [ "$1" = "default" ]; then -+ echo "You can't set the display manager to default!" - else - if [ -e /etc/sysconfig/desktop.d/90default ]; then - rm -f /etc/sysconfig/desktop.d/90default - rmfile ./source/base/upstart-jobs/set-display-manager-fix.patch hunk ./source/base/upstart-jobs/start-display-manager-fix.patch 1 -Sat Apr 14 10:51:22 BST 2007 AlexExtreme - * upstart-jobs: bug fix for start-display-manager -diff -rN -u old-upstart-jobs/src/start-display-manager new-upstart-jobs/src/start-display-manager ---- old-upstart-jobs/src/start-display-manager 2007-04-14 10:52:21.000000000 +0100 -+++ new-upstart-jobs/src/start-display-manager 2007-04-14 10:52:21.000000000 +0100 -@@ -26,7 +26,11 @@ - files=$(ls -l /etc/sysconfig/desktop.d/ | grep total | sed 's/total //') - - if [ $files -gt 0 ]; then -- source /etc/sysconfig/desktop.d/* -+ # For some reason source /etc/sysconfig/desktop.d only uses the first file... -+ for file in /etc/sysconfig/desktop.d/*; do -+ source $file -+ done -+ - exec $desktop - logger "Failed to use '$desktop' session manager." - else - rmfile ./source/base/upstart-jobs/start-display-manager-fix.patch } From vmiklos at frugalware.org Sat May 5 13:39:16 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 13:39:18 2007 Subject: [Frugalware-darcs] frugalware-current: php-pear-mdb2_driver_mysql-1.4.1-1-i686 Message-ID: <20070505113916.9AD0B176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505113816-e2957-43696839d9a2405e44f0b9903ca2e1b51444bc4f.gz; [php-pear-mdb2_driver_mysql-1.4.1-1-i686 VMiklos **20070505113816 version bump ] { hunk ./source/devel-extra/php-pear-mdb2_driver_mysql/FrugalBuild 5 -pkgver=1.4.0 +pkgver=1.4.1 hunk ./source/devel-extra/php-pear-mdb2_driver_mysql/FrugalBuild 9 -sha1sums=('0896190bdce73d49ced5231a03ad6f6122386ad8') +sha1sums=('edbbc2e5e6074080650c5f6a21b7fe7fb8dededd') } From vmiklos at frugalware.org Sat May 5 14:14:32 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 14:14:34 2007 Subject: [Frugalware-darcs] frugalware-current: t/xorg: blacklist xf86-video-vermilion Message-ID: <20070505121432.06F26176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505114728-e2957-feae4c22e4adacecb2f01e9ae9098a7fb907233a.gz; [t/xorg: blacklist xf86-video-vermilion VMiklos **20070505114728] { hunk ./t/xorg 27 +# xf86-video-vermilion: requires xorg-server >= 1.3.99.0 hunk ./t/xorg 29 -'\(xf86-video-impact\|compiz\|xf86-video-wsfb\|mkcfm\|xkbdata\)'|sed 's/^-//' +'\(xf86-video-impact\|compiz\|xf86-video-wsfb\|mkcfm\|xkbdata\|xf86-video-vermilion\)'|sed 's/^-//' } From vmiklos at frugalware.org Sat May 5 14:14:32 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 14:14:35 2007 Subject: [Frugalware-darcs] frugalware-current: t/xorg: blacklist xf86-video-intel Message-ID: <20070505121432.6E8DE176801E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505120345-e2957-e66fa768bce233e85b5ccdff1727b3c35222f70f.gz; [t/xorg: blacklist xf86-video-intel VMiklos **20070505120345] { hunk ./t/xorg 28 +# xf86-video-intel: requires xorg-server >= 1.2.99.0 hunk ./t/xorg 30 -'\(xf86-video-impact\|compiz\|xf86-video-wsfb\|mkcfm\|xkbdata\|xf86-video-vermilion\)'|sed 's/^-//' +'\(xf86-video-impact\|compiz\|xf86-video-wsfb\|mkcfm\|xkbdata\|xf86-video-vermilion\|xf86-video-intel\)'|sed 's/^-//' } From voroskoi at frugalware.org Sat May 5 16:53:26 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sat May 5 16:53:29 2007 Subject: [Frugalware-darcs] homepage-ng: FSA162-phpmyadmin Message-ID: <20070505145326.EF498176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=homepage-ng;a=darcs_commitdiff;h=20070505145055-dd049-2739ea847911c48b4b3d36a56c8de6101ae7c3ca.gz; [FSA162-phpmyadmin voroskoi **20070505145055] { hunk ./frugalware/xml/security.xml 29 + + 162 + 2007-05-05 + voroskoi + phpmyadmin + 2.10.0.2-1 + 2.10.1-1terminus1 + http://bugs.frugalware.org/task/1984 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2245 + Some vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious people to conduct cross-site scripting attacks. + Input passed to the "fieldkey" parameter in browse_foreigners.php and input passed to the "PMA_sanitize()" function is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. + } From vmiklos at frugalware.org Sat May 5 17:36:40 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 17:36:41 2007 Subject: [Frugalware-darcs] bmf: glide-2.46-1-i686 Message-ID: <20070505153640.17DB9176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=bmf;a=darcs_commitdiff;h=20070505153557-e2957-bb6f6c10e5733c97ff3ae6561a8e00d00ce250a1.gz; [glide-2.46-1-i686 VMiklos **20070505153557 initial import experimental, don't use, etc as usual :) ] { adddir ./source/xlib-extra/glide addfile ./source/xlib-extra/glide/FrugalBuild hunk ./source/xlib-extra/glide/FrugalBuild 1 +# Compiling Time: 0.01 SBU +# Maintainer: VMiklos + +pkgname=glide +pkgver=2.46 +pkgrel=1 +pkgdesc="Glide runtime for 3Dfx Voodoo Graphics boards" +url="http://www.3dfx.com/" +depends=('xorg-server' 'libxxf86dga') +makedepends=('xf86dgaproto') +groups=('xlib-extra') +archs=('i686') +up2date="lynx -dump http://ftp.frugalware.org/pub/other/sources/glide/ |Flasttar" +source=(http://ftp.frugalware.org/pub/other/sources/glide/glide-$pkgver.tar.gz +Glide_VG-C_brainos.patch +Glide_VG-asm.patch +Glide_VG-ioctl.patch +Glide_VG-morearchs.patch +Glide_VG-opt.patch +Glide_VG-soname.patch) +options=('nobuild') +sha1sums=('b483e69b14e3d504d6a4a0358eb5b5a33f2cb707'\ + 'b3b03d7e6472dd0098b376d5fed70ab50afc1e7c'\ + '1c7f7aedb933fe14891d0c4efbf3f7a6dd264d7c'\ + '1e4ac141ac54978b1944f704ec00488c17f844aa'\ + 'a14e9e5dcad46c9d9a31208d23ba8c102eb1bcea'\ + '7d65f6f938238e6be66f3a2e8808cacf459a418d'\ + '88b55471c8e512510fabf086e5d147035053cd5c') + +# installing test00 will fail because it would like to link to some old Mesa +# version. we should forget this package as is ;) +# adding to the repo so that if one would need it, no need to start from scratch +# sbu is invalid, too + +build() +{ + unset MAKEFLAGS + Fpatchall + make -f makefile.unix CNODEBUG="$CFLAGS" || return 1 + + # no make install :/ + # libs + Fexerel sst1/lib/libglide2x.so /usr/lib/libglide2x.so + Fexerel swlibs/lib/libtexus.so /usr/lib/libtexus.so + # executables + Fexerel swlibs/bin/texus /usr/bin/texus + Fexerel sst1/glide/tests/test00 /usr/bin/test3Dfx + # headers + Ffilerel swlibs/include/{3dfx,glide,glidesys,glideutl,sst1vid,gump,linutil,texus}.h /usr/include/glide +} addfile ./source/xlib-extra/glide/Glide_VG-C_brainos.patch hunk ./source/xlib-extra/glide/Glide_VG-C_brainos.patch 1 +--- Glide_VG-2.46/swlibs/fxpci/pcilib/fxpci.c.orig 2005-04-18 22:45:59.647024112 +0000 ++++ Glide_VG-2.46/swlibs/fxpci/pcilib/fxpci.c 2005-04-18 22:49:41.756258376 +0000 +@@ -1541,10 +1541,10 @@ + + + #ifdef __linux__ ++static FxBool pciOpen2(); + + FX_EXPORT FxBool FX_CSTYLE + pciOpen( void ) { +- static FxBool pciOpen2(); + int deviceNumber; + + if ( libraryInitialized ) return FXTRUE; +--- Glide_VG-2.46/sst1/init/init96/init96.c~ 1999-11-29 19:48:02.000000000 +0000 ++++ Glide_VG-2.46/sst1/init/init96/init96.c 2005-04-18 23:09:42.158769456 +0000 +@@ -660,6 +660,9 @@ + return(FXTRUE); + } + ++static void init96SetupRendering(InitRegisterDesc *regDesc, ++ GrScreenResolution_t sRes); ++ + /*------------------------------------------------------------------- + Function: init96MapBoard + Date: 10/17 +@@ -759,8 +762,6 @@ + { + FxBool rv=FXTRUE; + GrScreenResolution_t res = GR_RESOLUTION_640x480; +- static void init96SetupRendering(InitRegisterDesc *regDesc, +- GrScreenResolution_t sRes); + + if (curHALData->initAperture) + (*curHALData->initAperture)(regDesc); +--- Glide_VG-2.46/sst1/glide/tests/display.c~ 1999-11-29 19:48:23.000000000 +0000 ++++ Glide_VG-2.46/sst1/glide/tests/display.c 2005-04-18 23:11:49.442419400 +0000 +@@ -67,6 +67,11 @@ + "GR_LFB_SRC_FMT_ZA16 " + }; + ++static void imageConvert( void *dst, ++ void *src, ++ GrLfbSrcFmt_t format, ++ FxU32 *bpp ); ++ + + void main( int argc, char **argv) { + char match; +@@ -92,11 +97,6 @@ + static FxU32 imageWidth; + static FxU32 imageHeight; + +- static void imageConvert( void *dst, +- void *src, +- GrLfbSrcFmt_t format, +- FxU32 *bpp ); +- + srcfname[0] = 0; + dstfname[0] = 0; + +--- Glide_VG-2.46/sst1/init/init.c.orig 2005-04-18 23:25:31.088510208 +0000 ++++ Glide_VG-2.46/sst1/init/init.c 2005-04-18 23:30:01.885342832 +0000 +@@ -23,6 +23,7 @@ + ** + */ + ++#define ziew + + #include "init.h" + #include "fxinit.h" +--- Glide_VG-2.46/swlibs/fxpci/pcilib/fxpci.h~ 2005-04-18 23:22:15.372263600 +0000 ++++ Glide_VG-2.46/swlibs/fxpci/pcilib/fxpci.h 2005-04-18 23:30:11.195927408 +0000 +@@ -59,8 +59,10 @@ + } PciRegister; + + #ifndef KERNEL ++#ifndef ziew + extern const PciRegister PCI_VENDOR_ID; + extern const PciRegister PCI_DEVICE_ID; ++#endif + extern const PciRegister PCI_COMMAND; + extern const PciRegister PCI_STATUS; + extern const PciRegister PCI_REVISION_ID; +--- Glide_VG-2.46/sst1/glide/tests/test26.c~ 1999-11-29 19:48:23.000000000 +0000 ++++ Glide_VG-2.46/sst1/glide/tests/test26.c 2005-04-18 23:35:02.478645704 +0000 +@@ -59,6 +59,11 @@ + "GR_LFB_SRC_FMT_ZA16 " + }; + ++static void imageConvert( void *dst, ++ void *src, ++ GrLfbSrcFmt_t format, ++ FxU32 *bpp ); ++ + + void main( int argc, char **argv) { + char match; +@@ -82,11 +87,6 @@ + static FxU32 imageWidth; + static FxU32 imageHeight; + +- static void imageConvert( void *dst, +- void *src, +- GrLfbSrcFmt_t format, +- FxU32 *bpp ); +- + /* Process Command Line Arguments */ + while( rv = tlGetOpt( argc, argv, "bdnr", &match, &remArgs ) ) { + if ( rv == -1 ) { addfile ./source/xlib-extra/glide/Glide_VG-asm.patch hunk ./source/xlib-extra/glide/Glide_VG-asm.patch 1 +--- Glide_VG-2.46/sst1/glide/src/xdraw.s~ Mon Nov 29 20:48:01 1999 ++++ Glide_VG-2.46/sst1/glide/src/xdraw.s Sat May 20 21:24:20 2000 +@@ -54,7 +54,7 @@ + # fmuls TEXTEQU + + .align 4 +-\(.data) ++.section .data + One .DATA 0x03f800000 + Area .DATA 0 + dxAB .DATA 0 addfile ./source/xlib-extra/glide/Glide_VG-ioctl.patch hunk ./source/xlib-extra/glide/Glide_VG-ioctl.patch 1 +--- Glide_VG-2.46/swlibs/fxpci/pcilib/fxlinux.c.orig 2004-01-18 11:51:03.000000000 +0100 ++++ Glide_VG-2.46/swlibs/fxpci/pcilib/fxlinux.c 2004-01-18 11:55:19.323911880 +0100 +@@ -130,7 +130,7 @@ + desc.size=sizeof(tmp); + desc.value=&tmp; + /* fprintf(stderr, "Read byte desc at %x tmp at %x\n", &desc, &tmp); */ +- ioctl(linuxDevFd, _IOR(0, 0, sizeof(struct pioData)), &desc); ++ ioctl(linuxDevFd, _IOR(0, 0, struct pioData), &desc); + /* fprintf(stderr, "Got byte %d versus %d\n", tmp, inb(port)); */ + return tmp; + } +@@ -148,7 +148,7 @@ + desc.size=sizeof(tmp); + desc.value=&tmp; + /* fprintf(stderr, "Read word desc at %x tmp at %x\n", &desc, &tmp); */ +- ioctl(linuxDevFd, _IOR(0, 0, sizeof(struct pioData)), &desc); ++ ioctl(linuxDevFd, _IOR(0, 0, struct pioData), &desc); + /* fprintf(stderr, "Got word %d versus %d\n", tmp, inw(port)); */ + return tmp; + } +@@ -166,7 +166,7 @@ + desc.size=sizeof(tmp); + desc.value=&tmp; + /* fprintf(stderr, "Read long desc at %x tmp at %x\n", &desc, &tmp); */ +- ioctl(linuxDevFd, _IOR(0, 0, sizeof(struct pioData)), &desc); ++ ioctl(linuxDevFd, _IOR(0, 0, struct pioData), &desc); + /* fprintf(stderr, "Got long %x versus %x\n", tmp, inl(port)); */ + return tmp; + } +@@ -182,7 +182,7 @@ + desc.port=port; + desc.size=sizeof(data); + desc.value=&data; +- return ioctl(linuxDevFd, _IOW(0, 1, sizeof(struct pioData)), &desc)!=-1; ++ return ioctl(linuxDevFd, _IOW(0, 1, struct pioData), &desc)!=-1; + } + + FxBool pioOutWord(unsigned short port, FxU16 data) { +@@ -196,7 +196,7 @@ + desc.port=port; + desc.size=sizeof(data); + desc.value=&data; +- return ioctl(linuxDevFd, _IOW(0, 1, sizeof(struct pioData)), &desc)!=-1; ++ return ioctl(linuxDevFd, _IOW(0, 1, struct pioData), &desc)!=-1; + } + + FxBool pioOutLong(unsigned short port, FxU32 data) { +@@ -210,7 +210,7 @@ + desc.port=port; + desc.size=sizeof(data); + desc.value=&data; +- return ioctl(linuxDevFd, _IOW(0, 1, sizeof(struct pioData)), &desc)!=-1; ++ return ioctl(linuxDevFd, _IOW(0, 1, struct pioData), &desc)!=-1; + } + + FxBool hasDev3DfxLinux(void) { +@@ -247,7 +247,7 @@ + default: + return 0; + } +- if (ioctl(linuxDevFd, _IOR('3', 3, sizeof(struct pioData)), &desc)==-1) ++ if (ioctl(linuxDevFd, _IOR('3', 3, struct pioData), &desc)==-1) + return 0; + switch (size) { + case 1: +@@ -270,7 +270,7 @@ + desc.size=size; + desc.device=device; + desc.value=&data; +- if (ioctl(linuxDevFd, _IOW('3', 4, sizeof(struct pioData)), &desc)==-1) ++ if (ioctl(linuxDevFd, _IOW('3', 4, struct pioData), &desc)==-1) + return FXFALSE; + return FXTRUE; + } addfile ./source/xlib-extra/glide/Glide_VG-morearchs.patch hunk ./source/xlib-extra/glide/Glide_VG-morearchs.patch 1 +--- Glide_VG-2.46/sst1/init/initvg/sst1init.h.orig 1999-11-29 20:48:02.000000000 +0100 ++++ Glide_VG-2.46/sst1/init/initvg/sst1init.h 2004-01-18 11:13:11.026782482 +0100 +@@ -156,14 +156,24 @@ + + #define P6FENCE {_asm xchg eax, p6FenceVar} + +-#elif defined(__GNUC__) +-#if defined(__i386__) ++#elif defined(__GNUC__) && defined(__i386__) + #define P6FENCE asm("xchg %%eax,%0" \ + : /* no outputs */ \ + : "m" (p6FenceVar) \ + : "eax" \ + ); +-#endif ++#elif defined(__ia64__) ++#define P6FENCE asm volatile ("mf.a" ::: "memory"); ++#elif defined(__alpha__) ++# define P6FENCE asm volatile("mb" ::: "memory"); ++#elif defined(__powerpc__) ++# define P6FENCE asm volatile ("sync" ::: "memory"); ++#elif defined (__x86_64__) ++# define P6FENCE asm volatile("mfence" ::: "memory"); ++#elif defined(__sparc64__) ++# define P6FENCE asm volatile("membar #LoadLoad | #LoadStore | #StoreStore | #StoreLoad" ::: "memory"); ++#elif defined(__sparc__) ++# define P6FENCE asm volatile("" ::: "memory"); + #else + #error "P6 Fencing in-line assembler code needs to be added for this compiler" + #endif +--- Glide_VG-2.46/swlibs/fxpci/pcilib/fxpci.c.orig 1999-11-29 20:48:02.000000000 +0100 ++++ Glide_VG-2.46/swlibs/fxpci/pcilib/fxpci.c 2004-01-18 11:00:53.731282699 +0100 +@@ -31,7 +31,6 @@ + #include + #include "fxpci.h" + #ifdef __linux__ +-#include + #include "fxlinux.h" + #else + #include +--- Glide_VG-2.46/swlibs/fxpci/pcilib/fxlinux.c.orig 1999-11-29 20:48:02.000000000 +0100 ++++ Glide_VG-2.46/swlibs/fxpci/pcilib/fxlinux.c 2004-01-18 11:04:05.617826712 +0100 +@@ -26,7 +26,17 @@ + #include + #include + #include +-#include ++#if defined(__powerpc__) || defined(__sparc__) ++#define iopl(X) (-1) ++#define inb(P) 0 ++#define inw(P) 0 ++#define inl(P) 0 ++#define outb(D,P) ++#define outw(D,P) ++#define outl(D,P) ++#else ++#include ++#endif + #include + #include "fxpci.h" + #include "pcilib.h" +--- Glide_VG-2.46/sst1/glide/src/cpudetect.c.orig 1999-11-29 20:48:01.000000000 +0100 ++++ Glide_VG-2.46/sst1/glide/src/cpudetect.c 2004-01-18 11:21:11.005578980 +0100 +@@ -22,6 +22,7 @@ + #include + + int _cpu_detect_asm() { ++#ifdef __i386__ + struct utsname name; + + uname(&name); +@@ -31,17 +32,24 @@ + if (!strcmp(name.machine, "i686")) return 6; + fprintf(stderr, "Couldn't determine cpu type. Using i586\n"); + return 5; ++#else ++ return 0; ++#endif + } + + void single_precision_asm() { ++#ifdef __i386__ + asm("push %eax \n fnclex \n fstcw (%esp) \n movl (%esp), %eax \n " + "and $0x0000fcff, %eax \n movl %eax, (%esp) \n fldcw (%esp) \n pop %eax"); ++#endif + } + + + void double_precision_asm() { ++#ifdef __i386__ + asm("push %eax \n fnclex \n fstcw (%esp) \n movw (%esp), %eax \n " + "and $0x0000fcff, %eax \n or $0x000002ff, %eax \n mov %eax, (%esp) \n " + "fldcw (%esp) \n pop %eax"); ++#endif + } + addfile ./source/xlib-extra/glide/Glide_VG-opt.patch hunk ./source/xlib-extra/glide/Glide_VG-opt.patch 1 +--- Glide_VG-2.46/sst1/init/initvg/makefile.unix.orig Mon Nov 29 20:48:02 1999 ++++ Glide_VG-2.46/sst1/init/initvg/makefile.unix Thu Jul 17 15:43:49 2003 +@@ -51,6 +51,3 @@ + # This library must be compiled without the big optimization options + # for some strange reason + # +-ifndef DEBUG +-CFLAGS = -O -m486 -fomit-frame-pointer $(LCDEFS) $(LCOPTS) $(LCINC) +-endif addfile ./source/xlib-extra/glide/Glide_VG-soname.patch hunk ./source/xlib-extra/glide/Glide_VG-soname.patch 1 +--- Glide_VG-2.46/swlibs/include/make/3dfx.mak.orig 1999-11-29 20:48:02.000000000 +0100 ++++ Glide_VG-2.46/swlibs/include/make/3dfx.mak 2004-04-24 17:27:44.802468880 +0200 +@@ -194,6 +194,7 @@ + + $(SHARED_LIBRARY): $(LIBPARTS) $(SUBLIBRARIES) + $(LINK) $(LDFLAGS) -shared -o $(SHARED_LIBRARY) \ ++ -Xlinker -soname=$(SHARED_LIBRARY) \ + -Xlinker --whole-archive \ + $(LIBRARIES) $(SUBLIBRARIES) \ + -Xlinker --no-whole-archive \ } From vmiklos at frugalware.org Sat May 5 17:42:30 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 17:42:31 2007 Subject: [Frugalware-darcs] frugalware-current: t/xorg: blacklist xf86-video-glide Message-ID: <20070505154230.33EB7176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505154135-e2957-04f6a8be8bac1deddf1ca4b33bca42dabc2be159.gz; [t/xorg: blacklist xf86-video-glide VMiklos **20070505154135] { hunk ./t/xorg 29 +# xf86-video-glide: makedepends on xfree86.. hunk ./t/xorg 31 -'\(xf86-video-impact\|compiz\|xf86-video-wsfb\|mkcfm\|xkbdata\|xf86-video-vermilion\|xf86-video-intel\)'|sed 's/^-//' +'\(xf86-video-impact\|compiz\|xf86-video-wsfb\|mkcfm\|xkbdata\|xf86-video-vermilion\|xf86-video-intel\|xf86-video-glide\)'|sed 's/^-//' } From vmiklos at frugalware.org Sat May 5 17:45:02 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 17:45:03 2007 Subject: [Frugalware-darcs] frugalware-current: intltool-0.35.5-1-i686 Message-ID: <20070505154502.5A471176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505154439-e2957-c6cc8e19d5c8c35a054df6616511e274a416c811.gz; [intltool-0.35.5-1-i686 VMiklos **20070505154439 up2date fix ] { hunk ./source/gnome/intltool/FrugalBuild 12 +_F_gnome_devel=y } From vmiklos at frugalware.org Sat May 5 18:19:22 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 18:19:23 2007 Subject: [Frugalware-darcs] frugalware-current: mingw-binutils-2.17.50_20070129_1-1-i686 Message-ID: <20070505161922.178BF176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505161822-e2957-22d8a5de803b296fc28719680077cd278bab0a21.gz; [mingw-binutils-2.17.50_20070129_1-1-i686 VMiklos **20070505161822 update to newer snapshot ] { hunk ./source/devel-extra/mingw-binutils/FrugalBuild 5 -pkgver=2.17.50_20060824_1 +pkgver=2.17.50_20070129_1 hunk ./source/devel-extra/mingw-binutils/FrugalBuild 15 -up2date="lynx -dump http://sourceforge.net/project/showfiles.php?group_id=2435|grep -m1 'binutils-\(.*\).tar.gz'|sed 's/.*ls-\(.*\)-src.*/\1/;s/-/_/g;q'" +up2date="lynx -dump http://sourceforge.net/project/showfiles.php?group_id=2435|grep 'binutils-.*-src.tar.gz'|sed -n 's/.*ls-\(.*\)-src.*/\1/;s/-/_/g;$ p'" hunk ./source/devel-extra/mingw-binutils/FrugalBuild 17 -_F_cd_path=binutils-$origver-src -Fprefix=/usr/lib/mingw +sha1sums=('a55f2e1c2f9640f259d9a6de0d5e5c7620f6e94f') hunk ./source/devel-extra/mingw-binutils/FrugalBuild 21 - Fbuild --target=i386-mingw32msvc + Fcd binutils-$origver-src + Fbuild --prefix=/usr/lib/mingw --target=i386-mingw32msvc hunk ./source/devel-extra/mingw-binutils/FrugalBuild 28 -sha1sums=('cd00a310b74c613f0e2b3a8172e5ad9b0137f963') - } From voroskoi at frugalware.org Sat May 5 18:26:38 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sat May 5 18:26:39 2007 Subject: [Frugalware-darcs] frugalware-current: smb4k-0.8.3-1-i686 Message-ID: <20070505162638.2C9AB176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505162404-dd049-7f25e18960c656919db84a3ead2fd412aa4a528e.gz; [smb4k-0.8.3-1-i686 voroskoi **20070505162404 version bump ] { hunk ./source/kde-extra/smb4k/FrugalBuild 5 -pkgver=0.8.2 +pkgver=0.8.3 hunk ./source/kde-extra/smb4k/FrugalBuild 16 -sha1sums=('2cc8b19aa7ddbd127889ebb2169be5da25f35447') +sha1sums=('22d9b2b43e9c5cad992ecedf146f18e5422226fb') } From voroskoi at frugalware.org Sat May 5 19:28:10 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sat May 5 19:28:13 2007 Subject: [Frugalware-darcs] frugalware-0.6: ktorrent-2.1.4-1terminus1-i686 Message-ID: <20070505172811.052F8176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-0.6;a=darcs_commitdiff;h=20070505172435-dd049-d24bc47d54fcac9692e4aacbb3785c8c5b972422.gz; [ktorrent-2.1.4-1terminus1-i686 voroskoi **20070505172435 secfix bump, closes #2012 ] { hunk ./source/kde-extra/ktorrent/FrugalBuild 5 -pkgver=2.1.2 -pkgrel=1 +pkgver=2.1.4 +pkgrel=1terminus1 hunk ./source/kde-extra/ktorrent/FrugalBuild 15 -sha1sums=('7c1e5a85b7ff8c9338930279a64e8c92adf5f782') +sha1sums=('454992ec5f0b4f67e62474cf863a2d66dbd77f28') } From vmiklos at frugalware.org Sat May 5 19:29:26 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 19:29:28 2007 Subject: [Frugalware-darcs] frugalware-current: pciutils-2.2.5-1-i686 Message-ID: <20070505172926.E597F176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505172729-e2957-4a932b7340fb6dc5dfb73e0469ba5c2dd63f0e4e.gz; [pciutils-2.2.5-1-i686 VMiklos **20070505172729 version bump drop -pcimodules.patch: we use sysfs for hw detection ] { hunk ./source/base/pciutils/FrugalBuild 5 -pkgver=2.2.4 -pkgrel=2 +pkgver=2.2.5 +pkgrel=1 hunk ./source/base/pciutils/FrugalBuild 14 - $pkgname-2.2.4-pcimodules.patch \ hunk ./source/base/pciutils/FrugalBuild 16 -signatures=($source.sign '' '' '') +signatures=($source.sign '' '') hunk ./source/base/pciutils/pciutils-2.2.4-pcimodules.patch 1 -diff -Naur pciutils-2.2.4.orig/lspci.c pciutils-2.2.4/lspci.c ---- pciutils-2.2.4.orig/lspci.c 2006-09-14 01:07:46.000000000 +0200 -+++ pciutils-2.2.4/lspci.c 2006-09-14 01:07:53.000000000 +0200 -@@ -120,8 +120,10 @@ - d->config = xmalloc(64); - d->present = xmalloc(64); - memset(d->present, 1, 64); -- if (!pci_read_block(p, 0, d->config, 64)) -- die("Unable to read the standard configuration space header"); -+ if (!pci_read_block(p, 0, d->config, 64)) { -+ fprintf(stderr, "Unable to read the standard configuration space header"); -+ return NULL; -+ } - if ((d->config[PCI_HEADER_TYPE] & 0x7f) == PCI_HEADER_TYPE_CARDBUS) - { - /* For cardbus bridges, we need to fetch 64 bytes more to get the -diff -Naur pciutils-2.2.4.orig/Makefile pciutils-2.2.4/Makefile ---- pciutils-2.2.4.orig/Makefile 2006-09-14 01:07:46.000000000 +0200 -+++ pciutils-2.2.4/Makefile 2006-09-14 01:07:53.000000000 +0200 -@@ -24,7 +24,7 @@ - - export - --all: $(PCILIB) lspci setpci lspci.8 setpci.8 update-pciids update-pciids.8 $(PCI_IDS) -+all: $(PCILIB) lspci setpci pcimodules lspci.8 setpci.8 pcimodules.8 update-pciids update-pciids.8 $(PCI_IDS) - - $(PCILIB): $(PCIINC) force - $(MAKE) -C lib all -@@ -36,9 +36,11 @@ - - lspci: lspci.o common.o $(PCILIB) - setpci: setpci.o common.o $(PCILIB) -+pcimodules: pcimodules.o common.o $(PCILIB) - - lspci.o: lspci.c pciutils.h $(PCIINC) - setpci.o: setpci.c pciutils.h $(PCIINC) -+pcimodules.o: pcimodules.c pciutils.h $(PCIINC) - common.o: common.c pciutils.h $(PCIINC) - - update-pciids: update-pciids.sh -@@ -58,10 +60,10 @@ - install: all - # -c is ignored on Linux, but required on FreeBSD - $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 -- $(INSTALL) -c -m 755 -s lspci setpci $(DESTDIR)$(SBINDIR) -+ $(INSTALL) -c -m 755 -s lspci setpci pcimodules $(DESTDIR)$(SBINDIR) - $(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR) - $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR) -- $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8 -+ $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 pcimodules.8 $(DESTDIR)$(MANDIR)/man8 - - uninstall: all - rm -f $(DESTDIR)$(SBINDIR)/lspci $(DESTDIR)$(SBINDIR)/setpci $(DESTDIR)$(SBINDIR)/update-pciids -diff -Naur pciutils-2.2.4.orig/pcimodules.c pciutils-2.2.4/pcimodules.c ---- pciutils-2.2.4.orig/pcimodules.c 1970-01-01 01:00:00.000000000 +0100 -+++ pciutils-2.2.4/pcimodules.c 2006-09-14 01:14:04.000000000 +0200 -@@ -0,0 +1,185 @@ -+/* -+ * pcimodules: Load all kernel modules for PCI device currently -+ * plugged into any PCI slot. -+ * -+ * Copyright 2000 Yggdrasil Computing, Incorporated -+ * This file may be copied under the terms and conditions of version -+ * two of the GNU General Public License, as published by the Free -+ * Software Foundation (Cambridge, Massachusetts, USA). -+ * -+ * This file is based on pciutils/lib/example.c, which has the following -+ * authorship and copyright statement: -+ * -+ * Written by Martin Mares and put to public domain. You can do -+ * with it anything you want, but I don't give you any warranty. -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#define _GNU_SOURCE -+#include -+ -+#include "pciutils.h" -+ -+#define MODDIR "/lib/modules" -+#define PCIMAP "modules.pcimap" -+ -+#define LINELENGTH 8000 -+ -+#define DEVICE_ANY 0xffffffff -+#define VENDOR_ANY 0xffffffff -+ -+#include "lib/pci.h" -+ -+struct pcimap_entry { -+ unsigned int vendor, subsys_vendor, dev, subsys_dev, class, class_mask; -+ char *module; -+ struct pcimap_entry *next; -+}; -+ -+static struct pcimap_entry *pcimap_list = NULL; -+ -+const char program_name[] = "pcimodules"; -+ -+#define OPT_STRING "h" -+static struct option long_options[] = { -+ {"class", required_argument, NULL, 'c'}, -+ {"classmask", required_argument, NULL, 'm'}, -+ {"help", no_argument, NULL, 'h'}, -+ { 0, 0, 0, 0} -+}; -+ -+static unsigned long desired_class; -+static unsigned long desired_classmask; /* Default is 0: accept all classes.*/ -+ -+void -+read_pcimap(void) -+{ -+ struct utsname utsname; -+ char filename[MAXPATHLEN]; -+ FILE *pcimap_file; -+ char line[LINELENGTH]; -+ struct pcimap_entry *entry; -+ unsigned int driver_data; -+ char *prevmodule = ""; -+ char module[LINELENGTH]; -+ -+ if (uname(&utsname) < 0) { -+ perror("uname"); -+ exit(1); -+ } -+ sprintf(filename, "%s/%s/%s", MODDIR, utsname.release, PCIMAP); -+ if ((pcimap_file = fopen(filename, "r")) == NULL) { -+ perror(filename); -+ exit(1); -+ } -+ -+ while(fgets(line, LINELENGTH, pcimap_file) != NULL) { -+ if (line[0] == '#') -+ continue; -+ -+ entry = xmalloc(sizeof(struct pcimap_entry)); -+ -+ if (sscanf(line, "%s 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x", -+ module, -+ &entry->vendor, &entry->dev, -+ &entry->subsys_vendor, &entry->subsys_dev, -+ &entry->class, &entry->class_mask, -+ &driver_data) != 8) { -+ fprintf (stderr, -+ "modules.pcimap unparsable line: %s.\n", line); -+ free(entry); -+ continue; -+ } -+ -+ /* Optimize memory allocation a bit, in case someday we -+ have Linux systems with ~100,000 modules. It also -+ allows us to just compare pointers to avoid trying -+ to load a module twice. */ -+ if (strcmp(module, prevmodule) != 0) { -+ prevmodule = xmalloc(strlen(module)+1); -+ strcpy(prevmodule, module); -+ } -+ entry->module = prevmodule; -+ entry->next = pcimap_list; -+ pcimap_list = entry; -+ } -+ fclose(pcimap_file); -+} -+ -+/* Return a filled in pci_access->dev tree, with the device classes -+ stored in dev->aux. -+*/ -+static void -+match_pci_modules(void) -+{ -+ struct pci_access *pacc; -+ struct pci_dev *dev; -+ unsigned int class, subsys_dev, subsys_vendor; -+ struct pcimap_entry *map; -+ const char *prevmodule = ""; -+ -+ pacc = pci_alloc(); /* Get the pci_access structure */ -+ /* Set all options you want -- here we stick with the defaults */ -+ pci_init(pacc); /* Initialize the PCI library */ -+ pci_scan_bus(pacc); /* We want to get the list of devices */ -+ for(dev=pacc->devices; dev; dev=dev->next) { -+ pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES); -+ class = (pci_read_word(dev, PCI_CLASS_DEVICE) << 8) -+ | pci_read_byte(dev, PCI_CLASS_PROG); -+ subsys_dev = pci_read_word(dev, PCI_SUBSYSTEM_ID); -+ subsys_vendor = pci_read_word(dev,PCI_SUBSYSTEM_VENDOR_ID); -+ for(map = pcimap_list; map != NULL; map = map->next) { -+ if (((map->class ^ class) & map->class_mask) == 0 && -+ ((desired_class ^ class) & desired_classmask)==0 && -+ (map->dev == DEVICE_ANY || -+ map->dev == dev->device_id) && -+ (map->vendor == VENDOR_ANY || -+ map->vendor == dev->vendor_id) && -+ (map->subsys_dev == DEVICE_ANY || -+ map->subsys_dev == subsys_dev) && -+ (map->subsys_vendor == VENDOR_ANY || -+ map->subsys_vendor == subsys_vendor) && -+ prevmodule != map->module) { -+ printf("%s\n", map->module); -+ prevmodule = map->module; -+ } -+ } -+ -+ } -+ pci_cleanup(pacc); -+} -+ -+int -+main (int argc, char **argv) -+{ -+ int opt_index = 0; -+ int opt; -+ -+ while ((opt = getopt_long(argc, argv, OPT_STRING, long_options, -+ &opt_index)) != -1) { -+ switch(opt) { -+ case 'c': -+ desired_class = strtol(optarg, NULL, 0); -+ break; -+ case 'm': -+ desired_classmask = strtol(optarg, NULL, 0); -+ break; -+ case 'h': -+ printf ("Usage: pcimodules [--help]\n" -+ " Lists kernel modules corresponding to PCI devices currently plugged" -+ " into the computer.\n"); -+ } -+ } -+ -+ read_pcimap(); -+ match_pci_modules(); -+ return 0; -+} -diff -Naur pciutils-2.2.4.orig/pcimodules.man pciutils-2.2.4/pcimodules.man ---- pciutils-2.2.4.orig/pcimodules.man 1970-01-01 01:00:00.000000000 +0100 -+++ pciutils-2.2.4/pcimodules.man 2006-09-14 01:07:53.000000000 +0200 -@@ -0,0 +1,92 @@ -+.TH pcimodules 8 "@TODAY@" "@VERSION@" "Linux PCI Utilities" -+.IX pcimodules -+.SH NAME -+pcimodules \- List kernel driver modules available for all currently plugged -+in PCI devices -+.SH SYNOPSIS -+.B pcimodules -+.RB [ --class class_id ] -+.RB [ --classmask mask ] -+.RB [ --help ] -+.SH DESCRIPTION -+.B pcimodules -+lists all driver modules for all currently plugged in PCI devices. -+.B pcimodules -+should be run at boot time, and whenever a PCI device is "hot plugged" -+into the system. This can be done by the following Bourne shell syntax: -+.IP -+ for module in $(pcimodules) ; do -+.IP -+ modprobe -s -k "$module" -+.IP -+ done -+.PP -+When a PCI device is removed from the system, the Linux kernel will -+decrement a usage count on PCI driver module. If this count drops -+to zero (i.e., there are no PCI drivers), then the -+.B modprobe -r -+process that is normally configured to run from cron every few minutes -+will eventually remove the unneeded module. -+.PP -+The --class and --classmask arguments can be used to limit the search -+to certain classes of PCI devices. This is useful, for example, to -+generate a list of ethernet card drivers to be loaded when the kernel -+has indicated that it is trying to resolve an unknown network interface. -+.PP -+Modules are listed in the order in which the PCI devices are physically -+arranged so that the computer owner can arrange things like having scsi -+device 0 be on a controller that is not alphabetically the first scsi -+controller. -+.SH OPTIONS -+.TP -+.B --class class --classmask mask -+.PP -+--class and --classmask limit the search to PCI -+cards in particular classes. These arguments are always used together. -+The arguments to --class and --classmask -+can be given as hexadecimal numbers by prefixing a leading "0x". -+Note that the classes used by pcimodules are in "Linux" format, -+meaning the class value that you see with lspci would be shifted -+left eight bits, with the new low eight bits programming interface ID. -+An examples of how to use class and classmask is provided below. -+.B --help, -h -+Print a help message and exit. -+.SH EXAMPLES -+.TP -+pcimodules -+lists all modules corresponding to currently plugged in PCI devices. -+.TP -+pcimodules --class 0x200000 --classmask 0xffff00 -+lists all modules corresponding to currently plugged in ethernet PCI devices. -+.SH FILES -+.TP -+.B /lib/modules//modules.pcimap -+This file is automatically generated by -+.B depmod, -+and used by -+.B pcimodules -+to determine which modules correspond to which PCI ID's. -+.TP -+.B /proc/bus/pci -+An interface to PCI bus configuration space provided by the post-2.1.82 Linux -+kernels. Contains per-bus subdirectories with per-card config space files and a -+.I devices -+file containing a list of all PCI devices. -+ -+.SH SEE ALSO -+.BR lspci (8) -+ -+.SH MAINTAINER -+The Linux PCI Utilities are maintained by Martin Mares . -+ -+.SH AUTHOR -+.B pcimodules -+was written by Adam J. Richter , based on public -+domain example code by Martin Mares . -+ -+.SH COPYRIGHT -+.B pcimodules -+is copyright 2000, Yggdrasil Computing, Incorporated, and may -+be copied under the terms and conditions of version 2 of the GNU -+General Public License as published by the Free Software Foundation -+(Cambrige, Massachusetts, United States of America). -diff -Naur pciutils-2.2.4.orig/pciutils-2.2.4-pcimodules.patch pciutils-2.2.4/pciutils-2.2.4-pcimodules.patch ---- pciutils-2.2.4.orig/pciutils-2.2.4-pcimodules.patch 1970-01-01 01:00:00.000000000 +0100 -+++ pciutils-2.2.4/pciutils-2.2.4-pcimodules.patch 2006-09-14 01:07:49.000000000 +0200 -@@ -0,0 +1,336 @@ -+diff -Naur pciutils-2.2.4.orig/lspci.c pciutils-2.2.4/lspci.c -+--- pciutils-2.2.4.orig/lspci.c 2006-09-14 00:57:18.000000000 +0200 -++++ pciutils-2.2.4/lspci.c 2006-09-14 01:01:18.000000000 +0200 -+@@ -120,8 +120,10 @@ -+ d->config = xmalloc(64); -+ d->present = xmalloc(64); -+ memset(d->present, 1, 64); -+- if (!pci_read_block(p, 0, d->config, 64)) -+- die("Unable to read the standard configuration space header"); -++ if (!pci_read_block(p, 0, d->config, 64)) { -++ fprintf(stderr, "Unable to read the standard configuration space header"); -++ return NULL; -++ } -+ if ((d->config[PCI_HEADER_TYPE] & 0x7f) == PCI_HEADER_TYPE_CARDBUS) -+ { -+ /* For cardbus bridges, we need to fetch 64 bytes more to get the -+diff -Naur pciutils-2.2.4.orig/pcimodules.c pciutils-2.2.4/pcimodules.c -+--- pciutils-2.2.4.orig/pcimodules.c 1970-01-01 01:00:00.000000000 +0100 -++++ pciutils-2.2.4/pcimodules.c 2006-09-14 01:01:25.000000000 +0200 -+@@ -0,0 +1,183 @@ -++/* -++ * pcimodules: Load all kernel modules for PCI device currently -++ * plugged into any PCI slot. -++ * -++ * Copyright 2000 Yggdrasil Computing, Incorporated -++ * This file may be copied under the terms and conditions of version -++ * two of the GNU General Public License, as published by the Free -++ * Software Foundation (Cambridge, Massachusetts, USA). -++ * -++ * This file is based on pciutils/lib/example.c, which has the following -++ * authorship and copyright statement: -++ * -++ * Written by Martin Mares and put to public domain. You can do -++ * with it anything you want, but I don't give you any warranty. -++ */ -++ -++#include -++#include -++#include -++#include -++#include -++#include -++#include -++#include -++ -++#define _GNU_SOURCE -++#include -++ -++#include "pciutils.h" -++ -++#define MODDIR "/lib/modules" -++#define PCIMAP "modules.pcimap" -++ -++#define LINELENGTH 8000 -++ -++#define DEVICE_ANY 0xffffffff -++#define VENDOR_ANY 0xffffffff -++ -++#include "lib/pci.h" -++ -++struct pcimap_entry { -++ unsigned int vendor, subsys_vendor, dev, subsys_dev, class, class_mask; -++ char *module; -++ struct pcimap_entry *next; -++}; -++ -++static struct pcimap_entry *pcimap_list = NULL; -++ -++#define OPT_STRING "h" -++static struct option long_options[] = { -++ {"class", required_argument, NULL, 'c'}, -++ {"classmask", required_argument, NULL, 'm'}, -++ {"help", no_argument, NULL, 'h'}, -++ { 0, 0, 0, 0} -++}; -++ -++static unsigned long desired_class; -++static unsigned long desired_classmask; /* Default is 0: accept all classes.*/ -++ -++void -++read_pcimap(void) -++{ -++ struct utsname utsname; -++ char filename[MAXPATHLEN]; -++ FILE *pcimap_file; -++ char line[LINELENGTH]; -++ struct pcimap_entry *entry; -++ unsigned int driver_data; -++ char *prevmodule = ""; -++ char module[LINELENGTH]; -++ -++ if (uname(&utsname) < 0) { -++ perror("uname"); -++ exit(1); -++ } -++ sprintf(filename, "%s/%s/%s", MODDIR, utsname.release, PCIMAP); -++ if ((pcimap_file = fopen(filename, "r")) == NULL) { -++ perror(filename); -++ exit(1); -++ } -++ -++ while(fgets(line, LINELENGTH, pcimap_file) != NULL) { -++ if (line[0] == '#') -++ continue; -++ -++ entry = xmalloc(sizeof(struct pcimap_entry)); -++ -++ if (sscanf(line, "%s 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x", -++ module, -++ &entry->vendor, &entry->dev, -++ &entry->subsys_vendor, &entry->subsys_dev, -++ &entry->class, &entry->class_mask, -++ &driver_data) != 8) { -++ fprintf (stderr, -++ "modules.pcimap unparsable line: %s.\n", line); -++ free(entry); -++ continue; -++ } -++ -++ /* Optimize memory allocation a bit, in case someday we -++ have Linux systems with ~100,000 modules. It also -++ allows us to just compare pointers to avoid trying -++ to load a module twice. */ -++ if (strcmp(module, prevmodule) != 0) { -++ prevmodule = xmalloc(strlen(module)+1); -++ strcpy(prevmodule, module); -++ } -++ entry->module = prevmodule; -++ entry->next = pcimap_list; -++ pcimap_list = entry; -++ } -++ fclose(pcimap_file); -++} -++ -++/* Return a filled in pci_access->dev tree, with the device classes -++ stored in dev->aux. -++*/ -++static void -++match_pci_modules(void) -++{ -++ struct pci_access *pacc; -++ struct pci_dev *dev; -++ unsigned int class, subsys_dev, subsys_vendor; -++ struct pcimap_entry *map; -++ const char *prevmodule = ""; -++ -++ pacc = pci_alloc(); /* Get the pci_access structure */ -++ /* Set all options you want -- here we stick with the defaults */ -++ pci_init(pacc); /* Initialize the PCI library */ -++ pci_scan_bus(pacc); /* We want to get the list of devices */ -++ for(dev=pacc->devices; dev; dev=dev->next) { -++ pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES); -++ class = (pci_read_word(dev, PCI_CLASS_DEVICE) << 8) -++ | pci_read_byte(dev, PCI_CLASS_PROG); -++ subsys_dev = pci_read_word(dev, PCI_SUBSYSTEM_ID); -++ subsys_vendor = pci_read_word(dev,PCI_SUBSYSTEM_VENDOR_ID); -++ for(map = pcimap_list; map != NULL; map = map->next) { -++ if (((map->class ^ class) & map->class_mask) == 0 && -++ ((desired_class ^ class) & desired_classmask)==0 && -++ (map->dev == DEVICE_ANY || -++ map->dev == dev->device_id) && -++ (map->vendor == VENDOR_ANY || -++ map->vendor == dev->vendor_id) && -++ (map->subsys_dev == DEVICE_ANY || -++ map->subsys_dev == subsys_dev) && -++ (map->subsys_vendor == VENDOR_ANY || -++ map->subsys_vendor == subsys_vendor) && -++ prevmodule != map->module) { -++ printf("%s\n", map->module); -++ prevmodule = map->module; -++ } -++ } -++ -++ } -++ pci_cleanup(pacc); -++} -++ -++int -++main (int argc, char **argv) -++{ -++ int opt_index = 0; -++ int opt; -++ -++ while ((opt = getopt_long(argc, argv, OPT_STRING, long_options, -++ &opt_index)) != -1) { -++ switch(opt) { -++ case 'c': -++ desired_class = strtol(optarg, NULL, 0); -++ break; -++ case 'm': -++ desired_classmask = strtol(optarg, NULL, 0); -++ break; -++ case 'h': -++ printf ("Usage: pcimodules [--help]\n" -++ " Lists kernel modules corresponding to PCI devices currently plugged" -++ " into the computer.\n"); -++ } -++ } -++ -++ read_pcimap(); -++ match_pci_modules(); -++ return 0; -++} -+diff -Naur pciutils-2.2.4.orig/pcimodules.man pciutils-2.2.4/pcimodules.man -+--- pciutils-2.2.4.orig/pcimodules.man 1970-01-01 01:00:00.000000000 +0100 -++++ pciutils-2.2.4/pcimodules.man 2006-09-14 01:01:30.000000000 +0200 -+@@ -0,0 +1,92 @@ -++.TH pcimodules 8 "@TODAY@" "@VERSION@" "Linux PCI Utilities" -++.IX pcimodules -++.SH NAME -++pcimodules \- List kernel driver modules available for all currently plugged -++in PCI devices -++.SH SYNOPSIS -++.B pcimodules -++.RB [ --class class_id ] -++.RB [ --classmask mask ] -++.RB [ --help ] -++.SH DESCRIPTION -++.B pcimodules -++lists all driver modules for all currently plugged in PCI devices. -++.B pcimodules -++should be run at boot time, and whenever a PCI device is "hot plugged" -++into the system. This can be done by the following Bourne shell syntax: -++.IP -++ for module in $(pcimodules) ; do -++.IP -++ modprobe -s -k "$module" -++.IP -++ done -++.PP -++When a PCI device is removed from the system, the Linux kernel will -++decrement a usage count on PCI driver module. If this count drops -++to zero (i.e., there are no PCI drivers), then the -++.B modprobe -r -++process that is normally configured to run from cron every few minutes -++will eventually remove the unneeded module. -++.PP -++The --class and --classmask arguments can be used to limit the search -++to certain classes of PCI devices. This is useful, for example, to -++generate a list of ethernet card drivers to be loaded when the kernel -++has indicated that it is trying to resolve an unknown network interface. -++.PP -++Modules are listed in the order in which the PCI devices are physically -++arranged so that the computer owner can arrange things like having scsi -++device 0 be on a controller that is not alphabetically the first scsi -++controller. -++.SH OPTIONS -++.TP -++.B --class class --classmask mask -++.PP -++--class and --classmask limit the search to PCI -++cards in particular classes. These arguments are always used together. -++The arguments to --class and --classmask -++can be given as hexadecimal numbers by prefixing a leading "0x". -++Note that the classes used by pcimodules are in "Linux" format, -++meaning the class value that you see with lspci would be shifted -++left eight bits, with the new low eight bits programming interface ID. -++An examples of how to use class and classmask is provided below. -++.B --help, -h -++Print a help message and exit. -++.SH EXAMPLES -++.TP -++pcimodules -++lists all modules corresponding to currently plugged in PCI devices. -++.TP -++pcimodules --class 0x200000 --classmask 0xffff00 -++lists all modules corresponding to currently plugged in ethernet PCI devices. -++.SH FILES -++.TP -++.B /lib/modules//modules.pcimap -++This file is automatically generated by -++.B depmod, -++and used by -++.B pcimodules -++to determine which modules correspond to which PCI ID's. -++.TP -++.B /proc/bus/pci -++An interface to PCI bus configuration space provided by the post-2.1.82 Linux -++kernels. Contains per-bus subdirectories with per-card config space files and a -++.I devices -++file containing a list of all PCI devices. -++ -++.SH SEE ALSO -++.BR lspci (8) -++ -++.SH MAINTAINER -++The Linux PCI Utilities are maintained by Martin Mares . -++ -++.SH AUTHOR -++.B pcimodules -++was written by Adam J. Richter , based on public -++domain example code by Martin Mares . -++ -++.SH COPYRIGHT -++.B pcimodules -++is copyright 2000, Yggdrasil Computing, Incorporated, and may -++be copied under the terms and conditions of version 2 of the GNU -++General Public License as published by the Free Software Foundation -++(Cambrige, Massachusetts, United States of America). -+diff -Naur pciutils-2.2.4.orig/Makefile pciutils-2.2.4/Makefile -+--- pciutils-2.2.4.orig/Makefile 2006-09-14 00:57:18.000000000 +0200 -++++ pciutils-2.2.4/Makefile 2006-09-14 01:01:09.000000000 +0200 -+@@ -24,7 +24,7 @@ -+ -+ export -+ -+-all: $(PCILIB) lspci setpci lspci.8 setpci.8 update-pciids update-pciids.8 $(PCI_IDS) -++all: $(PCILIB) lspci setpci pcimodules lspci.8 setpci.8 pcimodules.8 update-pciids update-pciids.8 $(PCI_IDS) -+ -+ $(PCILIB): $(PCIINC) force -+ $(MAKE) -C lib all -+@@ -36,9 +36,11 @@ -+ -+ lspci: lspci.o common.o $(PCILIB) -+ setpci: setpci.o common.o $(PCILIB) -++pcimodules: pcimodules.o common.o $(PCILIB) -+ -+ lspci.o: lspci.c pciutils.h $(PCIINC) -+ setpci.o: setpci.c pciutils.h $(PCIINC) -++pcimodules.o: pcimodules.c pciutils.h $(PCIINC) -+ common.o: common.c pciutils.h $(PCIINC) -+ -+ update-pciids: update-pciids.sh -+@@ -58,10 +60,10 @@ -+ install: all -+ # -c is ignored on Linux, but required on FreeBSD -+ $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 -+- $(INSTALL) -c -m 755 -s lspci setpci $(DESTDIR)$(SBINDIR) -++ $(INSTALL) -c -m 755 -s lspci setpci pcimodules $(DESTDIR)$(SBINDIR) -+ $(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR) -+ $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR) -+- $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8 -++ $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 pcimodules.8 $(DESTDIR)$(MANDIR)/man8 -+ -+ uninstall: all -+ rm -f $(DESTDIR)$(SBINDIR)/lspci $(DESTDIR)$(SBINDIR)/setpci $(DESTDIR)$(SBINDIR)/update-pciids rmfile ./source/base/pciutils/pciutils-2.2.4-pcimodules.patch } From alex at alex-smith.me.uk Sat May 5 19:33:15 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 19:33:19 2007 Subject: [Frugalware-darcs] frugalware-current: gnonlin-0.10.8-1-i686 Message-ID: <20070505173315.62546176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505173111-46e39-de329bb3db54a8bf2d1d50d80c40de0b4c530bc4.gz; [gnonlin-0.10.8-1-i686 AlexExtreme **20070505173111 * Version bump ] { hunk ./source/xmultimedia-extra/gnonlin/FrugalBuild 5 -pkgver=0.10.7 +pkgver=0.10.8 hunk ./source/xmultimedia-extra/gnonlin/FrugalBuild 15 -sha1sums=('d4c3223e00c24c38cd5f539433d3a7d0cb058720') +sha1sums=('bb780f2dcfd544a8e378031a9fa71075f679f931') } From alex at alex-smith.me.uk Sat May 5 19:40:16 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 19:40:18 2007 Subject: [Frugalware-darcs] frugalware-current: libtelepathy-0.0.54-1-i686 Message-ID: <20070505174016.72018176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505173933-46e39-555d61c5f8919e7e5db1cea8d931ad9fe86fbd94.gz; [libtelepathy-0.0.54-1-i686 AlexExtreme **20070505173933 * Version bump ] { hunk ./source/lib-extra/libtelepathy/FrugalBuild 5 -pkgver=0.0.51 +pkgver=0.0.54 hunk ./source/lib-extra/libtelepathy/FrugalBuild 14 -sha1sums=('9a5fbd9c66b4d5513c962c85c9a352628492f13b') +sha1sums=('5f79e27331167913996f2b5b67b917a4dddcef88') } From alex at alex-smith.me.uk Sat May 5 19:49:00 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 19:49:02 2007 Subject: [Frugalware-darcs] frugalware-current: kaa-metadata-0.6.1-1-i686 Message-ID: <20070505174900.10127176801C@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505174749-46e39-08fc761e4cd85670d0778a4379f2a3c5a625c411.gz; [kaa-metadata-0.6.1-1-i686 AlexExtreme **20070505174749 * Version bump ] { hunk ./source/lib-extra/kaa-metadata/FrugalBuild 5 -pkgver=0.6.0 +pkgver=0.6.1 hunk ./source/lib-extra/kaa-metadata/FrugalBuild 15 -sha1sums=('dc2578fee62ee296241d00d6d95322bb71d194b3') +sha1sums=('fce1b1109a5881c56cd40c161430bdcb8a2fd539') } From alex at alex-smith.me.uk Sat May 5 19:51:57 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 19:51:58 2007 Subject: [Frugalware-darcs] frugalware-current: beautifulsoup-3.0.4-1-i686 Message-ID: <20070505175157.79D13176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505175120-46e39-ef9af4b57f71547ae1a4fead86d2fe3fb3c67c02.gz; [beautifulsoup-3.0.4-1-i686 AlexExtreme **20070505175120 * Version bump ] { hunk ./source/lib-extra/beautifulsoup/FrugalBuild 6 -pkgver=3.0.3 +pkgver=3.0.4 hunk ./source/lib-extra/beautifulsoup/FrugalBuild 15 -sha1sums=('327bdd8e269fab18dfb01efa0e18a93a4ea482f9') +sha1sums=('431121839a83393aa3f161bd756c4fa2acf063ef') } From alex at alex-smith.me.uk Sat May 5 19:56:06 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 19:56:08 2007 Subject: [Frugalware-darcs] frugalware-current: libjingle-tapioca-0.3.11-1-i686 Message-ID: <20070505175606.75339176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505175515-46e39-679ec2689c523c1a895fe0502d98417231dafab9.gz; [libjingle-tapioca-0.3.11-1-i686 AlexExtreme **20070505175515 * Version bump ] { hunk ./source/lib-extra/libjingle-tapioca/FrugalBuild 5 -pkgver=0.3.10 +pkgver=0.3.11 hunk ./source/lib-extra/libjingle-tapioca/FrugalBuild 14 -sha1sums=('1702941775c457595d826a2510a34aa25e4c84c1') +sha1sums=('47f6b403388d470f2bcb9e1e961711e236d01445') } From voroskoi at frugalware.org Sat May 5 20:27:01 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sat May 5 20:27:03 2007 Subject: [Frugalware-darcs] homepage-ng: FSA163-lesstif Message-ID: <20070505182701.326A4176801E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=homepage-ng;a=darcs_commitdiff;h=20070505182416-dd049-8645075e924d7af0561205e6987d02399ab48df5.gz; [FSA163-lesstif voroskoi **20070505182416] { hunk ./frugalware/xml/security.xml 29 + + 163 + 2007-05-05 + voroskoi + lesstif + 0.95.0-1 + 0.95.0-2terminus1 + http://bugs.frugalware.org/task/1967 + http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0605 + The XPM library's scan.c file may allow attackers to execute arbitrary code by crafting a malicious XPM image file containing a negative bitmap_unit value that provokes a buffer overflow. + } From alex at alex-smith.me.uk Sat May 5 20:56:08 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 20:56:11 2007 Subject: [Frugalware-darcs] frugalware-current: sofia-sip-1.12.6-1-i686 Message-ID: <20070505185608.EC9BA176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505185545-46e39-c5991a1f28269e11626da8e7b4fa7c3777a160b9.gz; [sofia-sip-1.12.6-1-i686 AlexExtreme **20070505185545 * Version bump ] { hunk ./source/lib-extra/sofia-sip/FrugalBuild 5 -pkgver=1.12.5 +pkgver=1.12.6 hunk ./source/lib-extra/sofia-sip/FrugalBuild 14 -sha1sums=('ac91110f746af15b984821bfdf9f4a7c6a75d72d') +sha1sums=('4930b76c6857eb1f1022d730df39f297229e7a2d') } From alex at alex-smith.me.uk Sat May 5 21:19:20 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 21:19:21 2007 Subject: [Frugalware-darcs] frugalware-current: telepathy-glib-0.5.11-1-i686 Message-ID: <20070505191920.2847C176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505191725-46e39-72843fbf3802286247e47b929216e09452693ccf.gz; [telepathy-glib-0.5.11-1-i686 AlexExtreme **20070505191725 * New package ] { adddir ./source/lib-extra/telepathy-glib addfile ./source/lib-extra/telepathy-glib/FrugalBuild hunk ./source/lib-extra/telepathy-glib/FrugalBuild 1 +# Compiling Time: 0.11 SBU +# Maintainer: AlexExtreme + +pkgname=telepathy-glib +pkgver=0.5.11 +pkgrel=1 +pkgdesc="A glib library to ease writing telepathy clients in glib." +url="http://telepathy.freedesktop.org/wiki/" +depends=('libtelepathy') +groups=('lib-extra') +archs=('i686' 'x86_64') +up2date="lynx -dump http://telepathy.freedesktop.org/releases/telepathy-glib/ | Flasttar" +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +signatures=(${source[0]}.asc) + +# optimization OK } From vmiklos at frugalware.org Sat May 5 21:23:13 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 21:23:14 2007 Subject: [Frugalware-darcs] fwlive: menu.lst: use autoconf-like replecament Message-ID: <20070505192313.76805176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070505192148-e2957-bd19eb6c19f39fc0ca6971d860cd41bdae7eff7d.gz; [menu.lst: use autoconf-like replecament VMiklos **20070505192148] { hunk ./Makefile 235 - sed -i "s|NAME|${FWLSREL} ${FWREL}|" ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/grub/menu.lst + sed -i "s|@GRUBTILE@|${FWLSREL} ${FWREL}|" ${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/boot/grub/menu.lst hunk ./menu.lst 5 -title NAME +title @GRUBTITLE@ } From alex at alex-smith.me.uk Sat May 5 21:26:16 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sat May 5 21:26:18 2007 Subject: [Frugalware-darcs] frugalware-current: telepathy-gabble-0.5.11-1-i686 Message-ID: <20070505192617.02081176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505192530-46e39-31150ad40c53ace3be55318c729edbd31a74e65b.gz; [telepathy-gabble-0.5.11-1-i686 AlexExtreme **20070505192530 * Version bump ] { hunk ./source/lib-extra/telepathy-gabble/FrugalBuild 5 -pkgver=0.5.6 +pkgver=0.5.11 hunk ./source/lib-extra/telepathy-gabble/FrugalBuild 9 -depends=('dbus-glib>=0.71-2' 'loudmouth>=1.2.1') +depends=('dbus-glib>=0.71-2' 'loudmouth>=1.2.1' 'telepathy-glib>=0.5.11') hunk ./source/lib-extra/telepathy-gabble/FrugalBuild 15 -sha1sums=('1016d5c0264602ce6629bb4f4497cbcb57582cca') +sha1sums=('89e31c9f50fe3c4514cc2d91d2c0bc8378271103') } From janny at frugalware.org Sat May 5 22:23:21 2007 From: janny at frugalware.org (Janny) Date: Sat May 5 22:23:22 2007 Subject: [Frugalware-darcs] fwlive: to remove fsck.tmpfs not fund message in boot Message-ID: <20070505202321.66D4B176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070505202014-ee5de-040fda5a3005ce2861be34301e434360e9aee8a2.gz; [to remove fsck.tmpfs not fund message in boot Janny **20070505202014] { hunk ./Makefile 171 + sed -i "s|/sbin/fsck|true|" ${CHROOTDIR}/${TREE}/etc/rc.d/rc.fsck } From vmiklos at frugalware.org Sat May 5 22:50:49 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 22:50:51 2007 Subject: [Frugalware-darcs] pacman-g2: makepkg: removed old style logging Message-ID: <20070505205049.C7D54176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070505194945-e2957-10f71d78df9a4c56e51b86ef4be56a338281c116.gz; [makepkg: removed old style logging VMiklos **20070505194945] { hunk ./scripts/makepkg 51 -LOGGING=0 hunk ./scripts/makepkg 281 - echo " -k, --logging Logging package build process" hunk ./scripts/makepkg 603 - --logging) LOGGING=1 ;; + --logging) ;; # we can remove this after Frugalware-0.7 is out hunk ./scripts/makepkg 634 - k) LOGGING=1 ;; + k) ;; # see logging hunk ./scripts/makepkg 673 -# check if log dir exists and create if necessary. -if [ -n "$LOGDIR" -a ! -d "$LOGDIR" -a -w "`dirname \"$LOGDIR\"`" ]; then - mkdir -p $LOGDIR - if [ $? -ne 0 ]; then - error "Can't create LOGDIR ($LOGDIR)! Please create it or edit /etc/makepkg.conf." - exit 1 - fi -fi - hunk ./scripts/makepkg 1349 -BUILDLOG=${startdir}/${pkgname}-${pkgver}-${pkgrel}-${CARCH}.log hunk ./scripts/makepkg 1350 -build 2>&1 | tee "${BUILDLOG}" -if [ ${PIPESTATUS[0]} -gt 0 ]; then +build +if [ $? -gt 0 ]; then hunk ./scripts/makepkg 1369 - echo "Elapsed Time: $pkgsbu SBU">> "${BUILDLOG}" hunk ./scripts/makepkg 1501 - -# check optimization and write it to $BUILDSCRIPT -msg "Checking for optimization..." -if grep -q -- "\($CFLAGS\|$CXXFLAGS\)" "${BUILDLOG}" ; then - if ! grep -q "# optimization" "${BUILDSCRIPT}" ; then - echo -e "\n# optimization OK" >> "${BUILDSCRIPT}" - fi -else - warning "This package isn't ${CARCH} optimized!" -fi - -# copy build log to LOGDIR if set -if [ -d "$LOGDIR" ]; then - msg "Creating permanent copy of build log" - cp "${BUILDLOG}" "${LOGDIR}/${LOGDIR_APPEND}-${pkgname}-${pkgver}-${pkgrel}.log" -fi - -# remove build log -if [ "${LOGGING}" == "0" ] ; then - msg "Removing build log..." - rm -f "${BUILDLOG}" -fi } From vmiklos at frugalware.org Sat May 5 22:50:50 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 22:50:53 2007 Subject: [Frugalware-darcs] pacman-g2: makepkg: indentation fixes Message-ID: <20070505205050.44913176801E@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070505194613-e2957-0044cbd1543762ccb21530a306453762ab889c0e.gz; [makepkg: indentation fixes VMiklos **20070505194613] { hunk ./scripts/makepkg 879 - darcs changes $BUILDSCRIPT |sed "s|\(.*\)source/\(.*\)/FrugalBuild\(.*\)|\1\2\3|;/Can't find changes prior to:/,\$d" >Changelog + darcs changes $BUILDSCRIPT | \ + sed "s|\(.*\)source/\(.*\)/FrugalBuild\(.*\)|\1\2\3|;/Can't find changes prior to:/,\$d" \ + >Changelog } From vmiklos at frugalware.org Sat May 5 22:50:50 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 22:50:54 2007 Subject: [Frugalware-darcs] pacman-g2: makepkg: spelling fix Message-ID: <20070505205050.6E2411768020@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070505194423-e2957-58e4855dafaadc0669263df36227e5385b73fc91.gz; [makepkg: spelling fix VMiklos **20070505194423] { hunk ./scripts/makepkg 1367 - error "Files in a package must not contain pipes!" + error "Filenames in a package must not contain pipes!" } From vmiklos at frugalware.org Sat May 5 22:50:50 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 22:50:54 2007 Subject: [Frugalware-darcs] pacman-g2: makepkg.conf.in: disable LOGDIR* usage by default Message-ID: <20070505205050.934D61768021@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070505193901-e2957-65e5809a49cbb661b2918d79f48485e2a492ca23.gz; [makepkg.conf.in: disable LOGDIR* usage by default VMiklos **20070505193901] { hunk ./etc/makepkg.conf.in 60 -LOGDIR_APPEND=`date +%Y-%m-%d-%s` -LOGDIR=/var/log/builds +#LOGDIR_APPEND=`date +%Y-%m-%d-%s` +#LOGDIR=/var/log/builds } From vmiklos at frugalware.org Sat May 5 22:50:50 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 22:50:55 2007 Subject: [Frugalware-darcs] pacman-g2: makepkg: added new logging method Message-ID: <20070505205050.B6B981768021@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-g2;a=darcs_commitdiff;h=20070505204741-e2957-8c331576dc574eabaa638052c5ec19a16eea6584.gz; [makepkg: added new logging method VMiklos **20070505204741 pros: this logs everything in a chroot, especially useful when you would like to know what version of deps were installed, or - the other goal - if there are dep problems, then they're logged, too. cons: pacman's and wget's progressbar will no longer available, but.. are we users? :) ] { hunk ./scripts/makepkg 965 + BUILDLOG=${startdir}/${pkgname}-${pkgver}-${pkgrel}-${CARCH}.log hunk ./scripts/makepkg 972 + fi 2>&1 | tee $BUILDLOG + if [ "$USE_COLOR" != "n" ]; then + # remove colors + sed -i "s|.[1;[0-9]\+m||g" $BUILDLOG hunk ./scripts/makepkg 979 - # save the build log if necessary - if [ -f $CHROOTDIR/var/tmp/fst/${pkgname}-${pkgver}-${pkgrel}-${CARCH}.log ]; then - mv $CHROOTDIR/var/tmp/fst/${pkgname}-${pkgver}-${pkgrel}-${CARCH}.log ./ - if [ "`id -u`" = "0" ]; then - chown `stat -c %u:%g FrugalBuild` \ - ${pkgname}-${pkgver}-${pkgrel}-${CARCH}.log - fi + if [ "`id -u`" = "0" ]; then + chown `stat -c %u:%g FrugalBuild` \ + ${pkgname}-${pkgver}-${pkgrel}-${CARCH}.log hunk ./scripts/makepkg 998 + # check optimization and write it to $BUILDSCRIPT + msg "Checking for optimization..." + if grep -q -- "\($CFLAGS\|$CXXFLAGS\)" "${BUILDLOG}" ; then + if ! grep -q "# optimization" "${BUILDSCRIPT}" ; then + echo -e "\n# optimization OK" >> "${BUILDSCRIPT}" + fi + else + warning "This package isn't ${CARCH}-optimized!" + fi + # copy build log to LOGDIR if set + if [ -d "$LOGDIR" ]; then + msg "Creating permanent copy of build log" + cp "${BUILDLOG}" "${LOGDIR}/${LOGDIR_APPEND}-${pkgname}-${pkgver}-${pkgrel}.log" + fi } From crazy at frugalware.org Sat May 5 23:12:30 2007 From: crazy at frugalware.org (crazy) Date: Sat May 5 23:12:33 2007 Subject: [Frugalware-darcs] frugalware-current: rasqal-0.9.14-1-i686 Message-ID: <20070505211230.75180176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505211053-f6986-ec058a92913b2632e44d753111523fc2182633bf.gz; [rasqal-0.9.14-1-i686 crazy **20070505211053 * New package * part 1 for #2016 ] { adddir ./source/lib-extra/rasqal addfile ./source/lib-extra/rasqal/FrugalBuild hunk ./source/lib-extra/rasqal/FrugalBuild 1 +# Compiling Time: 0.15 SBU +# Maintainer: crazy + +pkgname=rasqal +pkgver=0.9.14 +pkgrel=1 +pkgdesc="RDF query parsing and execution library" +url="http://librdf.org/rasqal/" +depends=('raptor>=1.4.14' 'libxml2') +groups=('lib-extra') +archs=('i686') +up2date="lynx -dump $url|grep -m1 '.tar.gz'|Flasttar" +source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz) +sha1sums=('80f4051b1dde928b1f071475c7941cd6ae9ce46b') + +# optimization OK } From vmiklos at frugalware.org Sat May 5 23:17:48 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 23:17:49 2007 Subject: [Frugalware-darcs] frugalware-current: t/srcjunk: keep *.log.bz2 Message-ID: <20070505211748.08DF8176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505211658-e2957-aa2aafc99335684633bcc7d72ccbd41a95f57b22.gz; [t/srcjunk: keep *.log.bz2 VMiklos **20070505211658] { hunk ./t/srcjunk 55 -find source ! -type d ! -name Changelog |sort >$allsrcs -find _darcs/current/source ! -name Changelog|sed 's|_darcs/current/||' |sort >$darcssrcs +find source ! -type d ! -name Changelog -a ! -name *.log.bz2 |sort >$allsrcs +find _darcs/current/source ! -name Changelog -a ! -name *.log.bz2 |sed 's|_darcs/current/||' |sort >$darcssrcs } From vmiklos at frugalware.org Sat May 5 23:22:52 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 23:22:53 2007 Subject: [Frugalware-darcs] frugalware-current: perl-dbi-1.55-1-i686 Message-ID: <20070505212252.1DD3A176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505212213-e2957-99378b9adbbf45957fe43ca754bcbf6a409f21b2.gz; [perl-dbi-1.55-1-i686 VMiklos **20070505212213 version bump ] { hunk ./source/devel/perl-dbi/FrugalBuild 7 -pkgver=1.54 +pkgver=1.55 hunk ./source/devel/perl-dbi/FrugalBuild 15 - -sha1sums=('89e24b5ab8e0ac9c2ff0296d591707e2d3e1a639') +sha1sums=('3a3093c4a1998c5b3670c9ffc28f1e49a7c004ad') } From vmiklos at frugalware.org Sat May 5 23:26:07 2007 From: vmiklos at frugalware.org (VMiklos) Date: Sat May 5 23:26:09 2007 Subject: [Frugalware-darcs] pacman-tools: repoman: sync(): upload a compressed buildlog if available Message-ID: <20070505212607.81364176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman-tools;a=darcs_commitdiff;h=20070505212503-e2957-d36721b19940fdeecb9f01fdc62e693053d680c7.gz; [repoman: sync(): upload a compressed buildlog if available VMiklos **20070505212503] { hunk ./repoman 298 + + buildlog="$pkgname-$pkgver-$pkgrel-$arch.log" + if [ -f $buildlog ]; then + dry_run bzip2 $buildlog + dry_run upload $buildlog.bz2 source/$groups/$pkgname/ + fi } From voroskoi at frugalware.org Sat May 5 23:46:25 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sat May 5 23:46:26 2007 Subject: [Frugalware-darcs] frugalware-current: fglrx-8.36.5-1-i686 Message-ID: <20070505214625.220B1176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505214228-dd049-68d3cc58fbd3444f8559e648fb42613dc4bac6f6.gz; [fglrx-8.36.5-1-i686 voroskoi **20070505214228 version bump kernel-2.6.20 supported by upstream fixed depends()/rodepends() ] { hunk ./source/x11-extra/fglrx/FrugalBuild 6 -pkgver=8.35.5 -pkgrel=3 +pkgver=8.36.5 +pkgrel=1 hunk ./source/x11-extra/fglrx/FrugalBuild 20 -depends=('xorg-server' 'libstdc++5') -rodepends=('fglrx_module') +depends=() +rodepends=('fglrx_module' 'xorg-server' 'libstdc++5') hunk ./source/x11-extra/fglrx/FrugalBuild 29 - README.Frugalware libGL.la fglrx.sh fglrx-2.6.20.patch) + README.Frugalware libGL.la fglrx.sh) hunk ./source/x11-extra/fglrx/FrugalBuild 46 - patch -p0 < fglrx-2.6.20.patch || Fdie hunk ./source/x11-extra/fglrx/FrugalBuild 99 -sha1sums=('07d02058a958a20c9b80a1802ff64524ad9a8b95'\ - '94c4193fed9f2cae25cbcc40f688cc6f3fc72d59'\ +sha1sums=('c0edc17d1816ec7415d64d0cc85193060f61e080'\ + 'b64a2303c77f84f5e5db13c9c8fd55f43fa9699b'\ hunk ./source/x11-extra/fglrx/FrugalBuild 102 - '7adaf85a976398259a377259e635f625728c67a3'\ - 'c57e170cf7fcf2ee3a2c2025d1ee2d004cf6ce88') + '7adaf85a976398259a377259e635f625728c67a3') hunk ./source/x11-extra/fglrx/fglrx-2.6.20.patch 1 ---- ATi/common/lib/modules/fglrx/build_mod/firegl_public.c.old 2007-03-28 21:39:58.000000000 -0400 -+++ ATi/common/lib/modules/fglrx/build_mod/firegl_public.c 2007-03-28 21:39:46.000000000 -0400 -@@ -23,6 +23,8 @@ - - // ============================================================ - #include -+#include -+#include - #ifdef MODVERSIONS - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71) - #include -@@ -204,6 +204,70 @@ - int errno; - #endif // __ia64__ - -+#if defined(__i386__) -+#define __syscall_return(type, res) \ -+do { \ -+ if ((unsigned long)(res) >= (unsigned long)(-(128 + 1))) { \ -+ errno = -(res); \ -+ res = -1; \ -+ } \ -+ return (type) (res); \ -+} while (0) -+#define _syscall2(type,name,type1,arg1,type2,arg2) \ -+type name(type1 arg1,type2 arg2) \ -+{ \ -+long __res; \ -+__asm__ volatile ("push %%ebx ; movl %2,%%ebx ; int $0x80 ; pop %%ebx" \ -+ : "=a" (__res) \ -+ : "0" (__NR_##name),"ri" ((long)(arg1)),"c" ((long)(arg2)) \ -+ : "memory"); \ -+__syscall_return(type,__res); \ -+} -+ -+#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ -+type name(type1 arg1,type2 arg2,type3 arg3) \ -+{ \ -+long __res; \ -+__asm__ volatile ("push %%ebx ; movl %2,%%ebx ; int $0x80 ; pop %%ebx" \ -+ : "=a" (__res) \ -+ : "0" (__NR_##name),"ri" ((long)(arg1)),"c" ((long)(arg2)), \ -+ "d" ((long)(arg3)) : "memory"); \ -+__syscall_return(type,__res); \ -+} -+#elif defined(__x86_64__) -+#define __syscall_clobber "r11","rcx","memory" -+#define __syscall "syscall" -+ -+#define __syscall_return(type, res) \ -+do { \ -+ if ((unsigned long)(res) >= (unsigned long)(-127)) { \ -+ errno = -(res); \ -+ res = -1; \ -+ } \ -+ return (type) (res); \ -+} while (0) -+#define _syscall2(type,name,type1,arg1,type2,arg2) \ -+type name(type1 arg1,type2 arg2) \ -+{ \ -+long __res; \ -+__asm__ volatile (__syscall \ -+ : "=a" (__res) \ -+ : "0" (__NR_##name),"D" ((long)(arg1)),"S" ((long)(arg2)) : __syscall_clobber ); \ -+__syscall_return(type,__res); \ -+} -+ -+#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ -+type name(type1 arg1,type2 arg2,type3 arg3) \ -+{ \ -+long __res; \ -+__asm__ volatile (__syscall \ -+ : "=a" (__res) \ -+ : "0" (__NR_##name),"D" ((long)(arg1)),"S" ((long)(arg2)), \ -+ "d" ((long)(arg3)) : __syscall_clobber); \ -+__syscall_return(type,__res); \ -+} -+#endif -+ - // int mlock(const void *addr, size_t len); - _syscall2(int, mlock, const void *, addr, size_t, len ) - // int munlock(const void *addr, size_t len); -@@ -5005,15 +5069,9 @@ - - DBG_TRACE("destroying slab object '%s'", slabcache_obj->name); - -- if (kmem_cache_destroy(slabcache_obj->cache) == 0) -- { -- ret = 1; -- slabcache_obj->cache = NULL; -- } -- else -- { -- DBG_ERROR("destroying failed"); -- } -+ kmem_cache_destroy(slabcache_obj->cache); -+ ret = 1; -+ slabcache_obj->cache = NULL; - - DBG_LEAVE("%d", ret); - return ret; rmfile ./source/x11-extra/fglrx/fglrx-2.6.20.patch } From crazy at frugalware.org Sat May 5 23:51:35 2007 From: crazy at frugalware.org (crazy) Date: Sat May 5 23:51:37 2007 Subject: [Frugalware-darcs] frugalware-current: librdf-1.0.5-1-i686 Message-ID: <20070505215135.9E62F176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505214915-f6986-a63e726786878d69abe00dfdfb8c6cbaf851ad0f.gz; [librdf-1.0.5-1-i686 crazy **20070505214915 * New ( crazy ) package * closes #2016 * bitte Alex :P ] { adddir ./source/lib-extra/librdf addfile ./source/lib-extra/librdf/FrugalBuild hunk ./source/lib-extra/librdf/FrugalBuild 1 +# Compiling Time: 0.21 SBU +# Maintainer: crazy + +pkgname=librdf +origname=redland +pkgver=1.0.5 +pkgrel=1 +pkgdesc="RDF Application Framework" +url="http://librdf.org/" +depends=('raptor>=1.4.14' 'rasqal>=0.9.14' 'db>=4.5.20' 'sqlite3>=3.3.17' 'libpq>=8.2.4' 'libxml2' 'openssl') +makedepends=('postgresql>=8.2.4') +groups=('lib-extra') +archs=('i686') +up2date="lynx -dump $url|grep -om1 'redland-\(.*\).tar.gz'|Flasttar" +source=(http://download.librdf.org/source/$origname-$pkgver.tar.gz) +Fconfopts="$Fconfopts --with-raptor=system --with-rasqal=system --with-sqlit=yes --with-sqlite-version=3" +_F_cd_path="$origname-$pkgver" +sha1sums=('770da4aa57f582580b43af85672ec2cfeb8ce190') + +# optimization OK } From voroskoi at frugalware.org Sun May 6 00:07:44 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 00:07:49 2007 Subject: [Frugalware-darcs] frugalware-current: e16-0.16.8.7-1-i686 Message-ID: <20070505220744.A5BD5176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505220320-dd049-e685be8cb39af0848aa6d58d908a506386e36524.gz; [e16-0.16.8.7-1-i686 voroskoi **20070505220320 version bump renamed to e16 updated depends(), some more features enabled updated desktop and xinitrc files ] { move ./source/x11-extra/enlightenment ./source/x11-extra/e16 hunk ./source/x11-extra/e16/FrugalBuild 5 -pkgname=enlightenment -pkgver=0.16.8.6 +pkgname=e16 +pkgver=0.16.8.7 hunk ./source/x11-extra/e16/FrugalBuild 10 -depends=('esd' 'libx11' 'imlib2' 'fontconfig' 'libxcb' 'libice' 'libxrender' 'libxft') +depends=('imlib2' 'libxinerama' 'esd' 'libxft' 'libxcomposite' 'libxdamage' 'libxrandr' 'libxxf86vm') hunk ./source/x11-extra/e16/FrugalBuild 13 -_F_sourceforge_name="e16" -_F_sourceforge_dirname="$pkgname" +_F_sourceforge_dirname="enlightenment" hunk ./source/x11-extra/e16/FrugalBuild 16 +replaces=('enlightenment') hunk ./source/x11-extra/e16/FrugalBuild 28 +sha1sums=('f4d67dc8b85ebdb04b182e5381adc6be327ad46b'\ + '180fba94369c2126cd4759325112656b9d0eec3b'\ + '1c1356fd99c4e29b85379ad52103f8b161378e65') hunk ./source/x11-extra/e16/FrugalBuild 32 -sha1sums=('0ae102a73c332d0c468e491ece877170d89b4233'\ - 'cad5a55c6ddef04dc72a0e531bebc395bb2b4f82'\ - '409b53558d3bcca4b1dd8946319975d8c0ea0820') hunk ./source/x11-extra/e16/enlightenment.desktop 3 -Name=Enlightenment +Name=E16 hunk ./source/x11-extra/e16/enlightenment.desktop 5 -Exec=enlightenment +Exec=e16 hunk ./source/x11-extra/e16/xinitrc.enlightenment 29 -enlightenment +e16 } From voroskoi at frugalware.org Sun May 6 00:12:24 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 00:12:27 2007 Subject: [Frugalware-darcs] frugalware-current: e16-renames Message-ID: <20070505221224.C3113176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505220905-dd049-55586422efc794da043e88e3074425a88fe4074a.gz; [e16-renames voroskoi **20070505220905] { move ./source/x11-extra/e16/enlightenment.desktop ./source/x11-extra/e16/e16.desktop move ./source/x11-extra/e16/xinitrc.enlightenment ./source/x11-extra/e16/xinitrc.e16 } From voroskoi at frugalware.org Sun May 6 00:26:15 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 00:26:16 2007 Subject: [Frugalware-darcs] frugalware-current: tor-0.1.2.13-1-i686 Message-ID: <20070505222615.2E636176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070505222249-dd049-f7776f81c23d4f493b0ddcfabf69ae89bc0a01de.gz; [tor-0.1.2.13-1-i686 voroskoi **20070505222249 version bump using signatures() ] { hunk ./source/network-extra/tor/FrugalBuild 6 -pkgver=0.1.1.26 -pkgrel=3 +pkgver=0.1.2.13 +pkgrel=1 hunk ./source/network-extra/tor/FrugalBuild 17 +signatures=("$source.asc" '' '') hunk ./source/network-extra/tor/FrugalBuild 32 -sha1sums=('4d754ee52e20ae99179a74245a5288527c179ab6' \ - 'f2d940f3fe3496bac73bf48aba5d33063865578f' \ - 'a60e41bc599f4a2c039148546979518c53bf5bf0') } From janny at frugalware.org Sun May 6 00:54:06 2007 From: janny at frugalware.org (Janny) Date: Sun May 6 00:54:07 2007 Subject: [Frugalware-darcs] fwlive: add some language to rc.fwlive and rc.fsupd Message-ID: <20070505225406.5E7FC176801D@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070505225034-ee5de-6c14e3854de007b06bece12f679ebae85c6fab05.gz; [add some language to rc.fwlive and rc.fsupd Janny **20070505225034] { hunk ./Makefile 20 -NEED_FILES = fstab-update parse_cmdline.in xorg.conf.in rc.fsupd \ +NEED_FILES = fstab-update parse_cmdline.in xorg.conf.in rc.fsupd fsupd.hu fsupd.en \ hunk ./Makefile 27 - /etc/X11/xorg.conf /boot/grub/menu.lst + /etc/X11/xorg.conf /boot/grub/menu.lst /etc/rc.d/rc.messages/fsupd.hu /etc/rc.d/rc.messages/fsupd.en hunk ./rc.fsupd 18 - echo -e "Stop fstab update daemon, which will update fstab automatically" + stop $stopfsupd hunk ./rc.fsupd 26 - echo -e "Starting fstab update daemon, which will update fstab automatically" + start $startfsupd hunk ./rc.fwlive 14 +lang=`grep lang /proc/cmdline|sed 's/.*lang=\([^ ]*\)\( .*\|$\)/\1/'` +if [ -z "$lang" ] || [ $lang == "en_US" ]; then + greet="Welcome to" + else if [ $lang == "hu_HU" ]; then + greet="Üdvözli az" + else if [ $lang == "de_DE" ]; then + greet="Empfehlung" + else if [ $lang == "fr_FR" ]; then + greet="" + fi + fi + fi +fi + hunk ./rc.fwlive 30 - fwgreet=$"\e[01mWelcome to \e[01;36mFwLive\e[0m" + fwgreet=$"\e[01m${greet} \e[01;36mFwLive\e[0m" } From janny at frugalware.org Sun May 6 00:54:06 2007 From: janny at frugalware.org (Janny) Date: Sun May 6 00:54:08 2007 Subject: [Frugalware-darcs] fwlive: add rc.fsupd lang files Message-ID: <20070505225406.7CC64176801F@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070505225329-ee5de-85bd8e0f4a87556e97190a38510a891461785893.gz; [add rc.fsupd lang files Janny **20070505225329] { addfile ./fsupd.en hunk ./fsupd.en 1 +# (c) 2007 Janny +# fsupd.hu for FwLive +# distributed under GPL License +# Copyright 1993-2003 Patrick J. Volkerding, All rights reserved +# Patrick J. Volkerding's scripts were distributed under an OSI approved +# BSD License, which can be found in the COPYRIGHT file. + +startfsupd="Starting fstab update daemon..." +stopfsupd="Stop fstab update daemon..." + +# vim: ft=sh addfile ./fsupd.hu hunk ./fsupd.hu 1 +# (c) 2007 Janny +# fsupd.hu for FwLive +# distributed under GPL License +# Copyright 1993-2003 Patrick J. Volkerding, All rights reserved +# Patrick J. Volkerding's scripts were distributed under an OSI approved +# BSD License, which can be found in the COPYRIGHT file. + +startfsupd="Az fstab frissitõ démon indítása..." +stopfsupd="Az fstab frissítõ démon leállítása..." + +# vim: ft=sh } From iron at frugalware.org Sun May 6 09:02:34 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Sun May 6 09:02:37 2007 Subject: [Frugalware-darcs] frugalware-current: pidgin-plugin-extendedprefs-0.7-1-i686 Message-ID: <20070506070234.EECC316A8021@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070506070124-f490c-5cad681bc647453fa6bec0eb98dec992ebaaa281.gz; [pidgin-plugin-extendedprefs-0.7-1-i686 Krisztian VASAS **20070506070124 - renamed to pigdin-* - corrected FB (gaim->pidgin) - version bump ] { move ./source/xapps/gaim-plugin-extendedprefs ./source/xapps/pidgin-plugin-extendedprefs hunk ./source/xapps/pidgin-plugin-extendedprefs/FrugalBuild 2 -# Maintainer: IroNiQ +# Maintainer: Krisztian VASAS hunk ./source/xapps/pidgin-plugin-extendedprefs/FrugalBuild 4 -pkgname=gaim-plugin-extendedprefs -pkgver=0.5 +pkgname=pidgin-plugin-extendedprefs +pkgver=0.7 hunk ./source/xapps/pidgin-plugin-extendedprefs/FrugalBuild 7 -pkgdesc="Gaim Extended Preferencies Plugin" -_F_sourceforge_name="gaim-extprefs" +pkgdesc="Pidgin Extended Preferencies Plugin" +_F_sourceforge_name="pidgin-extprefs" +_F_sourceforge_dirname="gaim-extprefs" hunk ./source/xapps/pidgin-plugin-extendedprefs/FrugalBuild 11 -depends=('gaim') +depends=('pidgin') hunk ./source/xapps/pidgin-plugin-extendedprefs/FrugalBuild 14 -sha1sums=('de37f0745fdc24cb0ed66fb480d45c38ff6170f5') +sha1sums=('aaa9c514bb768a0adf1d5f0a44035d2891b7fe94') } From janny at frugalware.org Sun May 6 09:24:36 2007 From: janny at frugalware.org (Janny) Date: Sun May 6 09:24:38 2007 Subject: [Frugalware-darcs] fwlive: change extension from .mo at .lzm in the configrestore and rc.config files Message-ID: <20070506072436.714231768022@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=fwlive;a=darcs_commitdiff;h=20070506072104-ee5de-542c4535839ab685631d1a138bec8faa53f142d2.gz; [change extension from .mo at .lzm in the configrestore and rc.config files Janny **20070506072104] { hunk ./configsave 13 -FWCONF=fwliveconf.mo + +FWCONF=fwliveconf.lzm hunk ./configsave 53 - mo2dir $CONFFILE $CHANGES + lzm2dir $CONFFILE $CHANGES hunk ./rc.config 14 -CONFFILE="`ls -1 /{media,mnt}/*/fwliveconf.mo 2>/dev/null | head -n 1`" +CONFFILE="`ls -1 /{media,mnt}/*/fwliveconf.lzm 2>/dev/null | head -n 1`" hunk ./rc.config 60 -# automatically restore/save settings in the case fwliveconf.mo is found +# automatically restore/save settings in the case fwliveconf.lzm is found hunk ./rc.config 73 - /usr/local/bin/configsave $UTVONAL/fwliveconf.mo + /usr/local/bin/configsave $UTVONAL/fwliveconf.lzm } From iron at frugalware.org Sun May 6 09:47:44 2007 From: iron at frugalware.org (Krisztian VASAS) Date: Sun May 6 09:47:46 2007 Subject: [Frugalware-darcs] frugalware-current: grub-theme-fwlive-0.2.1-1-i686 Message-ID: <20070506074744.0F4301768022@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070506074702-f490c-f849f82223deec4a904d89b348f859409547c557.gz; [grub-theme-fwlive-0.2.1-1-i686 Krisztian VASAS **20070506074702 - removed unneeded VGA option ] { hunk ./source/base-extra/grub-theme-fwlive/FrugalBuild 5 -pkgver=0.2.0 +pkgver=0.2.1 hunk ./source/base-extra/grub-theme-fwlive/FrugalBuild 24 -sha1sums=('118b3605fa48a665797864274812a4785ee4c087') +sha1sums=('07630a061592d39a2dc042393252f1a5362960c3') } From voroskoi at frugalware.org Sun May 6 10:26:48 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 10:26:50 2007 Subject: [Frugalware-darcs] frugalware-current: libtrash-2.8-1-i686 Message-ID: <20070506082648.43FF51768022@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070506082319-dd049-68952a8588d059770904fb0c2479858b219f4a19.gz; [libtrash-2.8-1-i686 voroskoi **20070506082319 version bump ] { hunk ./source/lib-extra/libtrash/FrugalBuild 5 -pkgver=2.6 +pkgver=2.8 hunk ./source/lib-extra/libtrash/FrugalBuild 27 +sha1sums=('635f2ddb0ae2aae9e7bb077547f294700d40d2a8') hunk ./source/lib-extra/libtrash/FrugalBuild 29 -sha1sums=('128fb63f3b8c9e894b66f49c9679b337f7fd1d7d') } From voroskoi at frugalware.org Sun May 6 10:41:11 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 10:41:13 2007 Subject: [Frugalware-darcs] frugalware-current: imap-2006h-1-i686 Message-ID: <20070506084111.C00B91768022@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070506083759-dd049-d2af11e571792d8f82fb443f10d5d0efabd1c6b3.gz; [imap-2006h-1-i686 voroskoi **20070506083759 version bump ] { move ./source/network-extra/imap/imap-2006g-big.patch ./source/network-extra/imap/imap-2006h-big.patch hunk ./source/network-extra/imap/FrugalBuild 6 -pkgver=2006g +pkgver=2006h hunk ./source/network-extra/imap/FrugalBuild 65 -sha1sums=('e3de2bb0a6a1dc26a6c6143b17c306df35a75edb'\ +sha1sums=('afba54844bf81af18c1ee5da36d155d71a5875fc'\ } From voroskoi at frugalware.org Sun May 6 11:00:11 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 11:00:13 2007 Subject: [Frugalware-darcs] frugalware-current: klavaro-1.0.3-1-i686 Message-ID: <20070506090011.319F316A8020@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070506085727-dd049-97f6cfef695a0712b8dbc49d9d70c342bb9cb16c.gz; [klavaro-1.0.3-1-i686 voroskoi **20070506085727 version bump ] { hunk ./source/xapps-extra/klavaro/FrugalBuild 5 -pkgver=1.0.2 +pkgver=1.0.3 hunk ./source/xapps-extra/klavaro/FrugalBuild 8 -depends=('gtk+2' 'atk' 'freetype2' 'pango' 'cairo') +depends=('gtk+2') hunk ./source/xapps-extra/klavaro/FrugalBuild 14 -sha1sums=('370a5284611ea16289b1cdaf131333716b9ccbe9') +sha1sums=('ac441f72907b98374e0030c3300724a7ea1d505b') } From alex at alex-smith.me.uk Sun May 6 11:00:54 2007 From: alex at alex-smith.me.uk (AlexExtreme) Date: Sun May 6 11:00:57 2007 Subject: [Frugalware-darcs] frugalwareutils: netconfig: slap me. when removing the loop stuff I orignally put in for runit i left one of the help lines there :P Message-ID: <20070506090055.52D6F16A8020@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalwareutils;a=darcs_commitdiff;h=20070506090005-46e39-5901546174a2091be3de0056a6ebf54df40ac926.gz; [netconfig: slap me. when removing the loop stuff I orignally put in for runit i left one of the help lines there :P AlexExtreme **20070506090005] { hunk ./netconfig/netconfig.c 50 - printf(_(" SIGHUP will unload and reload the current profile.\n")); } From voroskoi at frugalware.org Sun May 6 11:09:16 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 11:09:19 2007 Subject: [Frugalware-darcs] frugalware-current: valknut_remove Message-ID: <20070506090917.090B41768022@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070506090331-dd049-fd1df35a4c4aaa0fe64baf20b6ad93ac0e991ef2.gz; [valknut_remove voroskoi **20070506090331] { hunk ./source/xapps-extra/valknut/FrugalBuild 1 -# Compiling Time: ~1 SBU -# Maintainer: voroskoi - -pkgname=valknut -pkgver=0.3.7 -pkgrel=2 -pkgdesc="Direct Connect 4 Linux File Sharing program." -_F_berlios_ext=".tar.bz2" -_F_berlios_dirname="dcgui" -Finclude berlios -url="http://dcgui.berlios.de/" -depends=('qt' 'dclib') -options=('scriptlet') -groups=('xapps-extra') -archs=('i686' 'x86_64') -source=(${source[@]} valknut-0.3.7_gcc4.patch) -sha1sums=('0172ff77c5273e2f786c46d9c4c19121f37a01f3' \ - 'c1d5ed12896c7ccebc27eea7ec84f75e9058e139') - -# optimization OK rmfile ./source/xapps-extra/valknut/FrugalBuild hunk ./source/xapps-extra/valknut/valknut-0.3.7_gcc4.patch 1 ---- valknut-0.3.7/valknut/dciconloader.h 2004-08-18 14:23:57.000000000 +0200 -+++ valknut-0.3.7/valknut/dciconloader.h.new 2007-01-24 15:53:07.000000000 +0100 -@@ -122,7 +122,7 @@ - - private: - /** */ -- QPixmap DCIconLoader::LoadPixmap( QString file ); -+ QPixmap LoadPixmap( QString file ); - - /** */ - PixmapMap m_PixmapMap; rmfile ./source/xapps-extra/valknut/valknut-0.3.7_gcc4.patch rmdir ./source/xapps-extra/valknut } From voroskoi at frugalware.org Sun May 6 11:14:26 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 11:14:27 2007 Subject: [Frugalware-darcs] frugalware-current: dclib_remove Message-ID: <20070506091426.6037D1768022@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070506091045-dd049-cd0b903745c048d625e915e04d1b06a4cdaf2255.gz; [dclib_remove voroskoi **20070506091045] { hunk ./source/xlib-extra/dclib/FrugalBuild 1 -# Compiling Time: 0.45 SBU -# Maintainer: voroskoi - -pkgname=dclib -pkgver=0.3.7 -pkgrel=3 -pkgdesc="Direct connect library" -_F_berlios_ext=".tar.bz2" -_F_berlios_dirname="dcgui" -Finclude berlios -url="http://dcgui.berlios.de/" -depends=('bzip2' 'openssl' 'libstdc++' 'libxml2') -groups=('xlib-extra') -archs=('i686' 'x86_64') -sha1sums=('b82226c2ec60c655158ddfd63b6480d9f4b952cf') - -# optimization OK rmfile ./source/xlib-extra/dclib/FrugalBuild rmdir ./source/xlib-extra/dclib } From voroskoi at frugalware.org Sun May 6 11:44:33 2007 From: voroskoi at frugalware.org (voroskoi) Date: Sun May 6 11:44:35 2007 Subject: [Frugalware-darcs] e17: e17-initial Message-ID: <20070506094433.BC6C21768022@genesis.frugalware.org> Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=e17;a=darcs_commitdiff;h=20070506094126-dd049-8074053bf355fe744e1b2a7b9f01f21c87c4f06b.gz; [e17-initial voroskoi **20070506094126] { adddir ./frugalware-i686 adddir ./source adddir ./source/e17-extra adddir ./source/include addfile ./source/include/Makefile addfile ./source/include/aspell.sh addfile ./source/include/berlios.sh addfile ./source/include/beryl.sh addfile ./source/include/e17-cvs.sh addfile ./source/include/e17.sh addfile ./source/include/emul.sh addfile ./source/include/firefox-extension.sh addfile ./source/include/firefox-i18n.sh addfile ./source/include/gem.sh addfile ./source/include/gnome-scriptlet.install addfile ./source/include/gnome-scriptlet.sh addfile ./source/include/gnome.sh addfile ./source/include/java.sh addfile ./source/include/kde.sh addfile ./source/include/kernel-module.install addfile ./source/include/kernel-module.sh addfile ./source/include/kernel-source.install addfile ./source/include/kernel-version.sh addfile ./source/include/kernel.install addfile ./source/include/kernel.sh addfile ./source/include/mono.sh addfile ./source/include/openoffice-dict.install addfile ./source/include/openoffice-dict.sh addfile ./source/include/pear.install addfile ./source/include/pear.sh addfile ./source/include/pecl.sh addfile ./source/include/perl.sh addfile ./source/include/python.sh addfile ./source/include/rox.sh addfile ./source/include/scm.sh addfile ./source/include/sourceforge.sh addfile ./source/include/texinfo.install addfile ./source/include/texinfo.sh addfile ./source/include/thunderbird-i18n.sh addfile ./source/include/util.sh addfile ./source/include/xfce4.sh addfile ./source/include/xorg.sh hunk ./source/include/Makefile 1 +# Makefile for Frugalware documentation +# +# Copyright (C) 2007 Miklos Vajna +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +XML_PATH = /usr/share/sgml/docbook/dtd/xml-dtd-4.2 + +all: $(subst .sh,.sh.3,$(wildcard *.sh)) + +stat: + @echo $(shell ls *.3|wc -l)/$(shell ls *.sh|wc -l) + +%.sh.txt: %.sh + sed -n 's/^#\( \|$$\)//;/^###/,/^###/p' $(basename $@)|sed 's/^###//' > $@ + +%.sh.xml: %.sh.txt + asciidoc -d manpage -b docbook $(basename $@).txt + sed -i '/ +# +# == NAME +# aspell.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for aspell dictonary packages. +# +# == EXAMPLE +# -------------------------------------------------- +# # Compiling Time: SBU +# # Maintainer: VMiklos +# +# _F_aspell_lang=de +# pkgver=20030222r1 +# pkgrel=1 +# pkgdesc="GNU Aspell 0.60 German Word List Package" +# Finclude aspell +# -------------------------------------------------- +# +# == OPTIONS +# * _F_aspell_lang: the language of the dictionary +# * _F_aspell_ver (defaults to 6): the dictionary is made for this version of aspell +# * _F_aspell_noverstrip: don't unset _F_aspell_ver even if it is '5' +### +[ -z "$_F_aspell_ver" ] && _F_aspell_ver=6 +[ "$_F_aspell_ver" = "5" ] && [ -z "$_F_aspell_noverstrip" ] && unset _F_aspell_ver + +### +# == OVERWRITTEN VARIABLES +# * pkgname +# * url +# * depends() +# * groups() +# * archs() +# * up2date +# * source() +# * signatures +### +pkgname=aspell$_F_aspell_ver-$_F_aspell_lang +url="http://aspell.net/" +depends=('aspell>=0.60') +groups=('locale-extra') +archs=('i686' 'x86_64') +up2date="lynx -dump ftp://ftp.gnu.org/pub/gnu/aspell/dict/$_F_aspell_lang/|grep aspell$_F_aspell_ver-$_F_aspell_lang.*bz2$|sed -n 's/.*aspell$_F_aspell_ver-$_F_aspell_lang-\(.*\).t.*/\1/;s/-/r/;$ p'" +source=(ftp://ftp.gnu.org/gnu/aspell/dict/$_F_aspell_lang/$pkgname-${pkgver/r/-}.tar.bz2) +signatures=($source.sig) + +### +# == PROVIDED FUNCTIONS +# * build() +### +build() +{ + Fcd $pkgname-${pkgver/r/-} + ./configure + + make || return 1 + + Fmakeinstall +} hunk ./source/include/berlios.sh 1 +#!/bin/sh + +### +# = berlios.sh(3) +# Priyank Gosalia +# +# == NAME +# berlios.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for packages hosted at berios. +# +# == EXAMPLE +# -------------------------------------------------- +# # Compiling Time: 0.01 SBU +# # Maintainer: Christian Hamar alias krix +# +# pkgname=sonata +# pkgver=1.0.1 +# pkgrel=1 +# pkgdesc="Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD)." +# _F_berlios_ext=".tar.bz2" +# Finclude berlios +# depends=('mpd' 'pygtk') +# options=('scriptlet') +# groups=('xapps-extra') +# archs=('i686' 'x86_64') +# sha1sums=('e771538c1fc4f6299efc4699acffd8af7d529417') +# -------------------------------------------------- +# +# == OPTIONS +# * _F_berlios_name (defaults to $pkgname): if you want to use a custom package +# name (for example the upstream name contains uppercase letters) then use this +# to declare the real name +# * _F_berlios_ext (defaults to .tar.gz): extension of the source tarball +# * _F_berlios_dirname (default to $_F_berlios_name): if the source tarball +# uses a name different to the berlios project name, then use this option to +# declare the project name +### +if [ -z "$_F_berlios_name" ]; then + _F_berlios_name=$pkgname +fi + +if [ -z "$_F_berlios_ext" ]; then + _F_berlios_ext=".tar.gz" +fi + +if [ -z "$_F_berlios_dirname" ]; then + _F_berlios_dirname="$_F_berlios_name" +fi + +### +# == OVERWRITTEN VARIABLES +# * url +# * up2date +# * source() +### +url="http://developer.berlios.de/projects/$_F_berlios_dirname" +up2date="lynx -dump http://developer.berlios.de/project/showfiles.php?group_id=\$(lynx -dump $url| grep -m1 showfiles | sed -e 's/.*id=\(.*\)\&.*/\1/;q') | grep -m1 '$_F_berlios_name-\(.*\)$_F_berlios_ext'| sed 's/.*$_F_berlios_name-\(.*\)$_F_berlios_ext.*/\1/;s/-/_/g'" +source=(http://download.berlios.de/$_F_berlios_dirname/$_F_berlios_name-${pkgver//_/-}$_F_berlios_ext) hunk ./source/include/beryl.sh 1 +#!/bin/sh + +### +# = beryl.sh(3) +# AlexExtreme +# +# == NAME +# beryl.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for beryl packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=beryl-plugins-unsupported +# pkgrel=2 +# groups=('x11-extra') +# archs=('i686' 'x86_64') +# Finclude beryl +# depends=("beryl-plugins=$pkgver" 'gtk+2' 'librsvg' 'dbus-glib>=0.71-2') +# makedepends=('intltool' 'perl-xml') +# sha1sums=('7552df78bdeaee2fd601f2b22f21ec34d778113d') +# -------------------------------------------------- +# +# == OPTIONS +# * _F_beryl_name (defaults to $pkgname): if you want to use a custom package +# name (for example the upstream name contains uppercase letters) then use this +# to declare the real name +### +if [ -z "$_F_beryl_name" ]; then + _F_beryl_name=$pkgname +fi + +### +# == OVERWRITTEN VARIABLES +# * pkgver +# * pkgdesc +# * url +# * up2date +# * source() +# * _F_cd_path +### +pkgver=0.2.1 +pkgdesc="Beryl is a compositing window manager which provides lots of fancy effects on your desktop" +url="http://www.beryl-project.org/" +up2date="lynx -dump http://releases.beryl-project.org/current/ | grep $_F_beryl_name | Flasttarbz2" +source=(http://releases.beryl-project.org/$pkgver/$_F_beryl_name-$pkgver.tar.bz2) +_F_cd_path="$_F_beryl_name-$pkgver" + +### +# == APPENDED VARIABLES +# * force to options() +### +options=(${options[@]} 'force') + +### +# == UNSET VARIABLES +# * MAKEFLAGS +### +unset MAKEFLAGS hunk ./source/include/e17-cvs.sh 1 +#!/bin/sh + +### +# = e17-cvs.sh(3) +# Andras Voroskoi +# +# == NAME +# e17-cvs.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for our e17 cvs snapshot packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=etk +# pkgver=20061124 +# pkgrel=1 +# pkgdesc="EFL toolkit for E17." +# depends=('edje>=0.5.0.036') +# groups=('e17-extra' 'e17-misc') +# archs=('i686' 'x86_64') +# Finclude e17-cvs +# sha1sums=('dee50d16e86bdd5fed5ba4601c95bc86b8e621b4') +# -------------------------------------------------- +# +# == OPTIONS +# * _F_e17_name (defaults to $pkgname): if you want to use a custom package +# name (for example the upstream name contains uppercase letters) then use this +# to declare the real name +### +if [ -z "$_F_e17_name" ]; then + _F_e17_name=$pkgname +fi + +### +# == OVERWRITTEN VARIABLES +# * url +# * source() +# * up2date +### +url="www.get-e.org/" +source=(http://ftp.frugalware.org/pub/other/e17/packages/$_F_e17_name/$_F_e17_name-$pkgver.tar.gz) +up2date="lynx -dump http://frugalware.org/~voroskoi/e17.up2date |sed -n '1 p'" + +### +# == PROVIDED FUNCTIONS +# * build() +### +build() { + Fcd $_F_e17_name + export NOCONFIGURE="yes" + ./autogen.sh || Fdie + Fbuild +} hunk ./source/include/e17.sh 1 +#!/bin/sh + +### +# = e17.sh(3) +# Andras Voroskoi +# +# == NAME +# e17.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for e17 packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=ewl +# pkgver=0.0.4.007 +# pkgrel=2 +# pkgdesc="EWL is a simple-to-use general purpose widget library based on the \ +# Evas canvas for E17." +# depends=('edje>=0.5.0.033-2' 'evas>=0.9.9.033' 'ecore>=0.9.9.033-2') +# makedepends=('edb') +# groups=('e17-extra' 'e17-misc') +# archs=('i686' 'x86_64') +# Finclude e17 +# sha1sums=('c003a1b0423a61a28b76aa68bde59e0f333ae6d3') +# -------------------------------------------------- +### + +### +# == OVERWRITTEN VARIABLES +# * url +# * source() +# * up2date +### +url="http://enlightenment.freedesktop.org/" +source=($url/files/$pkgname-$pkgver.tar.gz) +up2date="lynx -dump $url |grep =$pkgname |sed -e 's/.*$pkgname-\(.*\).t.*/\1/' |Fsort |sed -n '$ p'" hunk ./source/include/emul.sh 1 +#!/bin/sh + +### +# = emul.sh(3) +# Miklos Vajna +# +# == NAME +# emul.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for i686 emulation packages on x86_64. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=expat-emul +# pkgver=2.0.0_5 +# pkgrel=1 +# pkgdesc="An XML Parser library written in C for emulation of i686 on x86_64" +# url="http://expat.sf.net" +# depends=('glibc-emul') +# Finclude emul +# sha1sums=('194a653f29520845d7659cbb4127139875a997ba') +# -------------------------------------------------- +# +# == OPTIONS +# * _F_emul_arch (defaults to i686): the arch we want to emulate +### +# don't document this option, we really should not use custom package names for +# emul pkgs. it is here for backward compatibility (for example the nvidia +# package still uses it - without any good reason) +_F_emul_name=${pkgname/-emul} +# same, don't touch this +_F_emul_ver=`echo $pkgver|sed 's/\(.*\)_\([^_]\+\)/\1-\2/'` +_F_emul_arch=i686 + +### +# == OVERWRITTEN VARIABLES +# * groups() +# * archs() +# * up2date +# * source() +### +groups=('emul-extra') +archs=('!i686' 'x86_64') +up2date="lynx -dump http://ftp.frugalware.org/pub/frugalware/frugalware-current/frugalware-$_F_emul_arch/ |grep '/$_F_emul_name-[^-]*-[^-]*-$_F_emul_arch.fpm$'|sed 's/.*$_F_emul_name-\(.*\)-\([^-]*\)-$_F_emul_arch.fpm/\1_\2/;q'" +source=(http://ftp.frugalware.org/pub/frugalware/frugalware-current/frugalware-$_F_emul_arch/$_F_emul_name-$_F_emul_ver-$_F_emul_arch.fpm) +### +# == APPENDED VARIABLES +# * nostrip to options() +### +options=(${options[@]} 'nostrip') + +### +# == PROVIDED FUNCTIONS +# * build() +### +build() +{ + mkdir $Fsrcdir/tmp || return 1 + tar xf $_F_emul_name-$_F_emul_ver-$_F_emul_arch.fpm -C tmp || return 1 + Fmkdir /usr/lib/chroot32 + cp -av tmp/* $Fdestdir/usr/lib/chroot32 || return 1 + Frm /usr/share/{doc,man} +} hunk ./source/include/firefox-extension.sh 1 +#!/bin/sh + +### +# = firefox-extension.sh(3) +# Miklos Vajna +# +# == NAME +# firefox-extension.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for Firefox extension packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgver=1.01 +# pkgrel=1 +# pkgdesc="Display WML (Wireless Markup Language) content." +# url="https://addons.mozilla.org/firefox/1843/" +# up2date="elinks -dump $url |grep xpi$|sed 's/.*g-\(.*\)-.*/\1/'" +# source=(http://releases.mozilla.org/pub/mozilla.org/extensions/firebug/\ +# firebug-$pkgver-fx+fl.xpi chrome.manifest) +# _F_firefox_ext=firebug +# _F_firefox_id="firebug@software.joehewitt.com" +# _F_firefox_name="$_F_firefox_ext-$pkgver-fx+fl.xpi" +# _F_firefox_nocurly=1 +# Finclude firefox-extension +# sha1sums=('f2d188ae2a952fa8326d1bf1364a14079013fd19'\ +# 'e1ad5704e87a6cd3e8e49728a3b1fe53c832ba9f') +# -------------------------------------------------- +# +# NOTE: For the first time, you need to install the extension as a user +# manually and take the chrome.manifest from your ~/.mozilla/firefox directory. +# +# == OPTIONS +# * _F_firefox_ext: name of the extension +# * _F_firefox_id: id of the extension +# * _F_firefox_name: if not set, the name of the source must be in a +# $_F_firefox_ext-$pkgver.xpi form +# * _F_firefox_nocurly: set this if the is not in curly brackets +# +# == OVERWRITTEN VARIABLES +# * pkgname +# * rodepends() +# * groups() +# * archs() +### +pkgname=firefox-$_F_firefox_ext +rodepends=('firefox>=2.0') +groups=('xapps-extra' 'firefox-extensions') +archs=('i686' 'x86_64') + +### +# == PROVIDED FUNCTIONS +# * Fxpiinstall() +### +Fxpiinstall() +{ + [ -z "$_F_firefox_ext" ] && _F_firefox_ext="$pkgname" + [ -n "$_F_firefox_name" ] && mv $_F_firefox_name $_F_firefox_ext-$pkgver.xpi + if [ -z "$_F_firefox_nocurly" ]; then + Fmkdir /usr/lib/firefox/extensions/\{$_F_firefox_id\} + cd $Fdestdir/usr/lib/firefox/extensions/\{$_F_firefox_id\} + else + Fmkdir /usr/lib/firefox/extensions/$_F_firefox_id + cd $Fdestdir/usr/lib/firefox/extensions/$_F_firefox_id + fi + unzip -qqo $Fsrcdir/$_F_firefox_ext-$pkgver.xpi || return 1 + Fpatchall + if [ -z "$_F_firefox_nocurly" ]; then + Ffile /usr/lib/firefox/extensions/\{$_F_firefox_id\}/chrome.manifest + else + Ffile /usr/lib/firefox/extensions/$_F_firefox_id/chrome.manifest + fi +} + +### +# * build() just calls Fxpiinstall() +### +build() +{ + Fxpiinstall +} hunk ./source/include/firefox-i18n.sh 1 +#!/bin/sh + +### +# = firefox-i18n.sh(3) +# Miklos Vajna +# +# == NAME +# firefox-i18n.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for Firefox language packages. +# +# == EXAMPLE +# -------------------------------------------------- +# _F_firefox_lang=it +# pkgver=2.0 +# pkgrel=1 +# pkgdesc="Italian language support for Firefox" +# Finclude firefox-i18n +# sha1sums=('0b8a517c87e9e2c0143eb60f10ce0e07316eb733') +# -------------------------------------------------- +# +# == OVERWRITTEN VARIABLES +# * up2date +# * source() +# * pkgname +# * url +# * rodepends() +# * makedepends() +# * groups() +# * archs() +### + +up2date="2.0" +source=(http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi/$_F_firefox_lang.xpi) +pkgname=firefox-$_F_firefox_lang +url="http://www.mozilla.org/projects/l10n/mlp.html" +rodepends=('firefox>=2.0') +makedepends=('unzip') +groups=('locale-extra') +archs=('i686' 'x86_64') + +### +# == PROVIDED FUNCTIONS +# * build() +### +build() +{ + unzip -qqo $_F_firefox_lang.xpi + sed -i 's|chrome/||' chrome.manifest + Ffilerel chrome.manifest /usr/lib/firefox/chrome/$_F_firefox_lang.manifest + Ffilerel chrome/$_F_firefox_lang.jar /usr/lib/firefox/chrome/$_F_firefox_lang.jar +} hunk ./source/include/gem.sh 1 +#!/bin/sh + +### +# = gem.sh(3) +# Miklos Vajna +# +# == NAME +# gem.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for Ruby gem packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=actionwebservice +# pkgver=1.2.2 +# pkgrel=1 +# pkgdesc="Simple Support for Web Services APIs for Rails" +# url="http://rubyforge.org/projects/aws/" +# depends=('activerecord>=1.15.2' 'actionpack>=1.13.2') +# groups=('devel-extra') +# archs=('i686' 'x86_64') +# Finclude gem +# sha1sums=('2712601395ec0a059263b730b10db9f93cd5a1f1') +# -------------------------------------------------- +# +# == APPENDED VARIABLES +# * ruby to depends() +# * rubygems to makedepends() +### +depends=(${depends[@]} 'ruby') +makedepends=(${makedepends[@]} 'rubygems') + +### +# == OVERWRITTEN VARIABLES +# * source() +# * up2date +### +source=(http://gems.rubyforge.org/gems/"$pkgname"-"$pkgver".gem) +up2date='lynx -dump "http://rubyforge.vm.bytemark.co.uk/gems/" | grep "$pkgname-[0-9.]\+.gem$" | sed "s/.*$pkgname-\(.*\).gem.*/\1/" | Fsort | tail -n 1' + +### +# == PROVIDED FUNCTIONS +# * Finstallgem() +### +Finstallgem() { + gem install "$pkgname" --local --version "$pkgver" --install-dir . --ignore-dependencies + cd gems/"$pkgname"-"$pkgver" + libdir=`ruby -r rbconfig -e 'print Config::CONFIG["rubylibdir"]'` + archdir=`ruby -r rbconfig -e 'print Config::CONFIG["archdir"]'` + if [ -d bin ]; then + Fmkdir /usr/bin + cp -R bin/* "$Fdestdir"/usr/bin || Fdie + Ffileschmod /usr/bin +x + fi + if [ -d lib ]; then + Fmkdir "$libdir" + cp -R lib/* "$Fdestdir"/"$libdir" || Fdie + fi + if [ -d ext ]; then + Fmkdir "$archdir" + cp -R ext/* "$Fdestdir"/"$archdir" || Fdie + fi + if [ -d doc -a -n "`ls doc`" ]; then + Fmkdir /usr/share/doc/"$pkgname"-"$pkgver" + if [ -d doc/"$pkgname"-"$pkgver" -a -n "`ls doc/$pkgname-$pkgver`" ]; then + cp -R doc/"$pkgname"-"$pkgver"/* "$Fdestdir"/usr/share/doc/"$pkgname"-"$pkgver" || Fdie + rm -rf doc/"$pkgname"-"$pkgver"/ || Fdie + fi + if [ -n "`ls doc`" ]; then + cp -R doc/* "$Fdestdir"/usr/share/doc/"$pkgname"-"$pkgver" || Fdie + fi + fi + mv `find . -mindepth 1 -maxdepth 1 -type f` $Fsrcdir +} + +### +# * build() just calls Fxpiinstall() +### +build() { + Finstallgem +} hunk ./source/include/gnome-scriptlet.install 1 +schemas=($_F_gnome_schemas) +entries=($_F_gnome_entries) + +post_install() +{ + if [ ${#schemas[*]} -gt 0 ]; then + echo -n "installing gconf schemas... " + for schema in "${schemas[@]}" ; do + GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ + /usr/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1 + done + if [ -e /bin/pidof ]; then + kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1 + fi + echo "done." + fi + if [ ${#entries[*]} -gt 0 ]; then + echo -n "loading gconf entries... " + for entry in "${entries[@]}" ; do + gconftool-2 --direct --config-source=`/usr/bin/gconftool-2 --get-default-source` --load $entry > /dev/null 2>&1 + done + if [ -e /bin/pidof ]; then + kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1 + fi + echo "done." + fi + if [ -n "$_F_gnome_desktop" ]; then + echo -n "updating desktop database..." + if update-desktop-database > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi + if [ -n "$_F_gnome_scrollkeeper" ]; then + echo -n "updating scrollkeeper catalogue..." + if scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi + if [ -n "$_F_gnome_mime" ]; then + echo -n "updating mime database..." + if update-mime-database /usr/share/mime > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi + if [ -n "$_F_gnome_iconcache" ]; then + echo -n "updating hicolor icon cache..." + if gtk-update-icon-cache -f -t /usr/share/icons/hicolor > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi +} + +post_upgrade() +{ + post_install $1 +} + +pre_remove() { + if [ ${#schemas[*]} -gt 0 ]; then + echo -n "updating gconf schemas... " + for schema in "${schemas[@]}" ; do + GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ + /usr/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1 + done + if [ -e /bin/pidof ]; then + kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1 + fi + echo "done." + fi + if [ ${#entries[*]} -gt 0 ]; then + echo -n "unloading gconf entries... " + for entry in "${entries[@]}" ; do + gconftool-2 --direct --config-source=`/usr/bin/gconftool-2 --get-default-source` --unload $entry > /dev/null 2>&1 + done + if [ -e /bin/pidof ]; then + kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1 + fi + echo "done." + fi +} + +post_remove() +{ + if [ -n "$_F_gnome_desktop" ]; then + echo -n "updating desktop database..." + if update-desktop-database > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi + if [ -n "$_F_gnome_scrollkeeper" ]; then + echo -n "updating scrollkeeper catalogue..." + if scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi + if [ -n "$_F_gnome_mime" ]; then + echo -n "updating mime database..." + if update-mime-database /usr/share/mime > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi + if [ -n "$_F_gnome_iconcache" ]; then + echo -n "updating hicolor icon cache..." + if gtk-update-icon-cache -f -t /usr/share/icons/hicolor > /dev/null 2>&1 ; then + echo " done." + else + echo " failed." + fi + fi +} + +op=$1 +shift + +$op $* hunk ./source/include/gnome-scriptlet.sh 1 +#!/bin/sh + +### +# = gnome-scriptlet.sh(3) +# Miklos Vajna +# +# == NAME +# gnome-scriptlet.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for GNOME packages using scriplets. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=notification-daemon +# pkgver=0.3.6 +# pkgrel=1 +# pkgdesc="Galago Desktop Presence Framework - Desktop Notification Daemon" +# url="http://www.galago-project.org" +# depends=('libnotify>=0.4.3' 'libwnck' 'libsexy' 'gconf' 'dbus-glib>=0.71') +# makedepends=('gnome-doc-utils' 'intltool') +# groups=('gnome') +# archs=('i686' 'x86_64') +# source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2) +# up2date="lynx -dump http://www.galago-project.org/files/releases/source/$pkgname | Flasttar" +# options=('scriptlet') +# _F_gnome_schemas=('/etc/gconf/schemas/notification-daemon.schemas') +# _F_gnome_desktop="y" +# _F_gnome_scrollkeeper="y" +# Finclude gnome-scriptlet +# sha1sums=('e43940d202e6af08ac69ec8129fa52be2a99300d') +# -------------------------------------------------- +# NOTE: Please don't forget to include the necessary packgages (scrollkeeper, +# desktop-file-utils etc.) in the depends(). At the moment gnome-scriptlet.sh +# won't do this for you. +# +# == OPTIONS +# * _F_gnome_schemas() - if declared, gconf will be called to register them +# * _F_gnome_entries() - same as above except for gconf .entries files +# * _F_gnome_desktop - set to "y" if your package provides a .desktop file +# * _F_gnome_scrollkeeper - set to "y" if you want to run scrollkeeper +# * _F_gnome_mime - set to "y" if your package provides a mime type +# * _F_gnome_iconcache - set to "y" if your package provides an icon in +# /usr/share/icons/hicolor +# * _F_gnome_scriptlet - name of the generated install script (defaults to +# src/gnome-scriptlet.install) +### +if [ -z "$_F_gnome_scriptlet" ]; then + _F_gnome_scriptlet="src/gnome-scriptlet.install" +fi + +if [ -n "$_F_gnome_schemas" ]; then + Fconfopts="$Fconfopts --disable-schemas-install" +fi +if [ -n "$_F_gnome_scrollkeeper" ]; then + Fconfopts="$Fconfopts --disable-scrollkeeper" +fi +if [ -n "$_F_gnome_desktop" ]; then + Fconfopts="$Fconfopts --enable-desktop-update=no" +fi +if [ -n "$_F_gnome_mime" ]; then + Fconfopts="$Fconfopts --disable-update-mimedb --enable-mime-update=no" +fi + +### +# == OVERWRITTEN VARIABLES +# * install +### +install="$_F_gnome_scriptlet" + +### +# == PROVIDED FUNCTIONS +# * Fbuild_slice_scrollkeeper() removes scrollkeeper-update from Makefile.in +# and omf.make +### +Fbuild_slice_scrollkeeper() +{ + find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \; + if [ -f omf.make ]; then + sed -i -e 's/-scrollkeeper-update.*//' omf.make + fi +} + +### +# * Fbuild_gnome_scriptlet() generates a scriptlet for the given package from +# the template according to the declared options +### +Fbuild_gnome_scriptlet() +{ + local i str + + cp $Fincdir/gnome-scriptlet.install $Fsrcdir + if [ -n "$_F_gnome_schemas" ]; then + for i in "${_F_gnome_schemas[@]}" + do + if [ -z "$str" ]; then + str="'$i'\n" + else + str="$str\t'$i'\n" + fi + done + fi + Fsed '$_F_gnome_schemas' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet + str='' + if [ -n "$_F_gnome_entries" ]; then + for i in "${_F_gnome_entries[@]}" + do + if [ -z "$str" ]; then + str="'$i'\n" + else + str="$str\t'$i'\n" + fi + done + fi + Fsed '$_F_gnome_entries' "$str" ${Fsrcdir%/src}/$_F_gnome_scriptlet + Fsed '$_F_gnome_desktop' "$_F_gnome_desktop" ${Fsrcdir%/src}/$_F_gnome_scriptlet + Fsed '$_F_gnome_scrollkeeper' "$_F_gnome_scrollkeeper" ${Fsrcdir%/src}/$_F_gnome_scriptlet + Fsed '$_F_gnome_mime' "$_F_gnome_mime" ${Fsrcdir%/src}/$_F_gnome_scriptlet + Fsed '$_F_gnome_iconcache' "$_F_gnome_iconcache" ${Fsrcdir%/src}/$_F_gnome_scriptlet +} + +### +# * build() just includes Fbuild_slice_scrollkeeper and Fbuild_gnome_scriptlet +# in the default build() (and disables the schema installation on make install) +### +build() +{ + Fbuild_slice_scrollkeeper + Fpatchall + Fmake + if [ -n "$_F_gnome_schemas" ]; then + Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1 + else + Fmakeinstall + fi + Fbuild_gnome_scriptlet +} hunk ./source/include/gnome.sh 1 +#!/bin/sh + +### +# = gnome.sh(3) +# Miklos Vajna +# +# == NAME +# gnome.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for GNOME packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=gtkmm +# pkgver=2.10.7 +# pkgrel=1 +# pkgdesc="C++ interface for GTK+2" +# url="http://www.gnome.org/" +# depends=('glibmm>=2.13.1' 'gtk+2' 'cairomm>=1.2.2') +# groups=('gnome') +# archs=('i686' 'x86_64') +# Finclude gnome +# sha1sums=('e40c337bc2afd2de4a6527bf333e9c8788c38668') +# Fconfopts="$Fconfopts --disable-examples --disable-demos" +# -------------------------------------------------- +# +# == OPTIONS +# * _F_gnome_name (defaults to $pkgname): if you want to use a custom package +# name (for example the upstream name contains uppercase letters) then use this +# to declare the real name +# * _F_gnome_devel: if set, the unsable version will be used +# NOTE: this is currently enabled by default for -current +### + +if [ -z "$_F_gnome_name" ]; then + _F_gnome_name=$pkgname +fi + +if [ -z "$_F_gnome_devel" ]; then + _F_gnome_devel="n" +fi + +# don't document this function, it's used only for source() +_F_gnome_getver() +{ + local tmpver count + + tmpver=`echo $pkgver | tr -d '[0-9][a-z]'` + count=`expr length "$tmpver"` + + case $count in + 1) + tmpver="$pkgver" + ;; + 2) + tmpver="${pkgver%.*}" + ;; + 3) + tmpver="${pkgver%.*.*}" + ;; + esac + echo $tmpver +} + +### +# == OVERWRITTEN VARIABLES +# * _F_gnome_pygtkdefsdir +# * _F_gnome_pkgurl +# * up2date +# * source() +### +_F_gnome_pygtkdefsdir="usr/share/pygtk/2.0/defs" +_F_gnome_pkgurl="http://ftp.gnome.org/pub/GNOME/sources" +if [ "$_F_gnome_devel" != "n" ]; then + up2date="lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/\$(lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/?C=N\;O=D|grep '/'|sed -ne 's|.*]\(.*\)/.*|\1|' -e '1 p')/|grep ]LA|sed 's/.*S-\([0-9\.]*\).*/\1/'" +else + up2date="lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/\$(lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/?C=N\;O=D|grep '[0-9]\.[0-9]*[02468]/'|sed -ne 's|.*]\(.*\)/.*|\1|' -e '1 p')/|grep ]LA|sed 's/.*S-\([0-9\.]*\).*/\1/'" +fi +source=(http://ftp.gnome.org/pub/gnome/sources/$_F_gnome_name/`_F_gnome_getver`/$_F_gnome_name-$pkgver.tar.bz2) + +### +# == APPENDED VARIABLES +# * scriptlet to options() +### +options=(${options[@]} 'scriptlet') hunk ./source/include/java.sh 1 +#!/bin/sh + +### +# = java.sh(3) +# Miklos Vajna +# +# == NAME +# java.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for java packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=jakarta-regexp +# pkgver=1.4 +# pkgrel=1 +# pkgdesc="100% Pure Java Regular Expression package" +# url="http://jakarta.apache.org/regexp" +# groups=('devel-extra') +# archs=('i686' 'x86_64') +# up2date="lynx -dump http://www.apache.org/dist/jakarta/regexp/source/ |Flasttar" +# source=(http://www.apache.org/dist/jakarta/regexp/source/jakarta-regexp-$pkgver.tar.gz) +# signatures=($source.asc) +# Finclude java +# +# build() +# { +# Fcd +# Fjavacleanup +# Fant +# mv build/jakarta-regexp{-$pkgver,}.jar +# Fjar build/jakarta-regexp.jar +# } +# -------------------------------------------------- +# +# == OPTIONS +# * _F_java_compiler: Sets the java compiler used for building. Defaults to +# 'ecj', can be 'gcj', too. +# * _F_java_cflags (defaults to -fPIC -findirect-dispatch -fjni): compiler flags passed to the bytecompiler (gcj) +# * _F_java_ldflags (defaults to -Wl,-Bsymbolic): linker flags passed to the bytecompiler (gcj) +### +if [ -z "$_F_java_cflags" ]; then + _F_java_cflags="-fPIC -findirect-dispatch -fjni" +fi + +if [ -z "$_F_java_ldflags" ]; then + _F_java_ldflags="-Wl,-Bsymbolic" +fi + +### +# == OVERWRITTEN VARIABLES +# * depends() +# * makedepends() +### +depends=('libgcj') +makedepends=('gcc-gcj' 'ant-eclipse-ecj') + +### +# == PROVIDED FUNCTIONS +# * Fant(): a wrapper for ant to use _F_java_compiler as compiler +### +Fant() +{ + if [ -n "$_F_java_compiler" ]; then + ant -Dbuild.compiler=$_F_java_compiler $@ || Fdie + else + ant $@ || Fdie + fi +} + +### +# * Fgcj(): compile a native binary +# (example: Fgcj org.foo.hello.Main output input.jar [input2.jar]) +### +Fgcj() +{ + local main="$1" output="$2" + shift 2 + if [ ! -d "`dirname $output`" ]; then + mkdir -p "`dirname $output`" || Fdie + fi + echo "gcj $CFLAGS --main=$main -o $output $@" + gcj $CFLAGS --main=$main -o $output $@ || Fdie +} + +### +# * Fgcjshared(): compile a native library +# (example: Fgcjshared liboutput.jar.so input.jar [input2.jar]) +### +Fgcjshared() +{ + local output="$1" + shift 1 + if [ ! -d "`dirname $output`" ]; then + mkdir -p "`dirname $output`" || Fdie + fi + echo "gcj -shared $CFLAGS $_F_java_cflags $_F_java_ldflags -o $output $@" + gcj -shared $CFLAGS $_F_java_cflags $_F_java_ldflags -o $output $@ || Fdie +} + +### +# * Fjar(): calls Fgcjshared the installs the original and the native jar, too +### +Fjar() +{ + local i dir file + for i in $@ + do + dir=`dirname $i` + file=`basename $i` + Ffilerel $dir/$file /usr/share/java/$file + if [ ! -e $dir/lib$file.so ]; then + Fgcjshared $dir/lib$file.so $i + fi + Fexerel $dir/lib$file.so /usr/lib/lib$file.so + done +} + +### +# * Fjavacleanup(): cleans up the source tree (jar and class files) before +# building +### +Fjavacleanup() +{ + find . -name "*.class" -exec rm -vf {} \; + find . -name "*.jar" -exec rm -vf {} \; +} hunk ./source/include/kde.sh 1 +#!/bin/sh + +### +# = kde.sh(3) +# Gabriel Craciunescu +# +# == NAME +# kde.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for KDE packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=kdegames +# pkgver=3.5.6 +# pkgrel=1 +# pkgdesc="Games for KDE." +# groups=('kde') +# archs=('i686' 'x86_64') +# depends=('kdebase>=3.5.6' 'dbus>=0.93') +# makedepends=('doxygen' 'qt-docs') +# Finclude kde +# sha1sums=('1848b81f890180b130000dd6004009d4acc98f48') +# -------------------------------------------------- +# +# == OPTIONS +# * _F_kde_name (defaults to $pkgname): if you want to use a custom package +# name (for example the upstream name contains uppercase letters) then use this +# to declare the real name +# * _F_kde_build_debug (default: 0): enable debug support +# * _F_kde_reconf (default: 0): run KDE's autoreconf +# * _F_kde_split_docs (default: 0) split documentation +# * _F_kde_defaults (default: 1): Don't overwrite url, up2date and source(). +# They are for 'kde core' and conflicts with other schemas, so that this way +# you can disable them. +# * _F_kde_do_not_compile: don't compile some subdir +# * _F_kde_id: overwrite url and up2date for kde-apps.org +# * _F_kde_id2: overwrite url and up2date for kde-look.org +### + +if [ -z "$_F_kde_name" ]; then + _F_kde_name=$pkgname +fi +if [ -z "$_F_kde_build_debug" ]; then + _F_kde_build_debug=0 +fi +if [ -z "$_F_kde_reconf" ]; then + _F_kde_reconf=0 +fi +if [ -z "$_F_kde_split_docs" ]; then + _F_kde_split_docs=0 +fi +if [ -z "$_F_kde_defaults" ]; then + _F_kde_defaults=1 +fi + +### +# == OVERWRITTEN VARIABLES +# * url +# * _F_kde_ver +# * up2date +# * source +# * _F_cd_path (if not set) +### +## TODO: add mirror option +if [ "$_F_kde_defaults" -eq 1 ]; then + url="http://www.kde.org" + _F_kde_ver=3.5.6 + pkgurl="ftp://ftp.solnet.ch/mirror/KDE/stable/$_F_kde_ver/src" + up2date="lynx -dump http://www.kde.org/download/|grep '$_F_kde_name'|sed -n '1 p'|sed 's/.*-\([^ ]*\) .*/\1/'" + source=($pkgurl/$_F_kde_name-$pkgver.tar.bz2) +fi +if [ -z "$_F_cd_path" ]; then + _F_cd_path=$_F_kde_name-$pkgver +fi + +### +# == APPENDED VARIABLES +# * scriptlet to options() +### +# qt's post_install is essential for kde pkgs +options=(${options[@]} 'scriptlet') +## If someone want to work on this /etc move here is a way to do it. Just add ${kde_config} to Fconfopts +## !!!BIG FAT WARNING!!!: THE WHOLE KDE AND _EVERY DAMN KDE_APP NEED BE REBUILD W