[Frugalware-darcs] frugalware-current: weechat-0.1.9-1-i686

2006-05-25 Thread voroskoi
[weechat-0.1.9-1-i686
voroskoi [EMAIL PROTECTED]**20060525071044
 version bump
 manually added hungarian translation updates \
   as i've forgot to send them in :/
 added ruby support
] {
hunk ./extra/source/network/weechat/FrugalBuild 1
-# Last Modified: Sun, 19 Mar 2006 09:08:05 +0100
+# Last Modified: Thu, 25 May 2006 09:02:38 +0200
hunk ./extra/source/network/weechat/FrugalBuild 7
-pkgver=0.1.8
+pkgver=0.1.9
hunk ./extra/source/network/weechat/FrugalBuild 12
+makedepends=('ruby')
hunk ./extra/source/network/weechat/FrugalBuild 17
-source=(http://weechat.flashtux.org/download/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce8ca542fde9ed7a1d4bf47fb9d98c6b33d12ec0')
+source=(http://weechat.flashtux.org/download/$pkgname-$pkgver.tar.gz \
+   http://frugalware.org/~voroskoi/weechat/hu.po)
+sha1sums=('b0d64c27ae8c89d072a87f56526690903d3afdd5' \
+   '27cc9d1fd5841f7e4d7ad3a66793fa32507434e1')
hunk ./extra/source/network/weechat/FrugalBuild 22
-build(){
+build() {
+   mv $Fsrcdir/hu.po $Fsrcdir/$pkgname-$pkgver/po/ || Fdie
+   msgfmt $Fsrcdir/$pkgname-$pkgver/po/hu.po -o 
$Fsrcdir/$pkgname-$pkgver/po/hu.gmo
hunk ./extra/source/network/weechat/FrugalBuild 30
+   --enable-ruby \
hunk ./extra/source/network/weechat/FrugalBuild 37
-# optimalization OK
-
-# vim: ft=sh
+# optimization OK
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: php-5.1.4-3-i686

2006-05-25 Thread Kapolnasi Tamas
[php-5.1.4-3-i686
Kapolnasi Tamas [EMAIL PROTECTED]**20060525081608
 - added xsl support (--with-xsl)
] {
hunk ./source/devel/php/FrugalBuild 1
-# Last Modified: Tue, 09 May 2006 09:01:35 +0200
+# Last Modified: Wed, 24 May 2006 19:06:17 +0200
hunk ./source/devel/php/FrugalBuild 7
-pkgrel=2
+pkgrel=3
hunk ./source/devel/php/FrugalBuild 41
-   --with-zlib --with-pgsql=shared \
+   --with-zlib --with-xsl --with-pgsql=shared \
hunk ./source/devel/php/FrugalBuild 60
-sha1sums=('a44c06d5954b29a6e33d3c803a78765d8fc6e993' \
+sha1sums=('cfabe187fa1cd9c51a9e1ce8d61b6bc9f43d0016' \
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: docs/xml/teams.xml

2006-05-25 Thread Kapolnasi Tamas
[docs/xml/teams.xml
Kapolnasi Tamas [EMAIL PROTECTED]**20060525102319
 - added myself to devel (php)
] {
hunk ./docs/xml/teams.xml 51
+   maintainer
+   email[EMAIL PROTECTED]/email
+   /maintainer
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: weechat-0.1.9-2-i686

2006-05-25 Thread voroskoi
[weechat-0.1.9-2-i686
voroskoi [EMAIL PROTECTED]**20060525104040
 added a patch for beep on highlight
] {
addfile ./extra/source/network/weechat/weechat_beep_on_highlight.diff
hunk ./extra/source/network/weechat/FrugalBuild 1
-# Last Modified: Thu, 25 May 2006 09:02:38 +0200
+# Last Modified: Thu, 25 May 2006 12:13:42 +0200
hunk ./extra/source/network/weechat/FrugalBuild 8
-pkgrel=1
+pkgrel=2
hunk ./extra/source/network/weechat/FrugalBuild 18
-   http://frugalware.org/~voroskoi/weechat/hu.po)
+   http://frugalware.org/~voroskoi/weechat/hu.po \
+   weechat_beep_on_highlight.diff)
hunk ./extra/source/network/weechat/FrugalBuild 21
-   '27cc9d1fd5841f7e4d7ad3a66793fa32507434e1')
+   '27cc9d1fd5841f7e4d7ad3a66793fa32507434e1' \
+   '96a2bdc3ae9de62fad3397a9408212317cd6b877')
hunk ./extra/source/network/weechat/weechat_beep_on_highlight.diff 1
+--- weechat/src/common/weeconfig.c 2006-05-21 17:04:44.0 +0200
 src/common/weeconfig.c 2006-05-25 11:29:42.0 +0200
+@@ -67,6 +67,7 @@
+ int cfg_look_set_title;
+ int cfg_look_startup_logo;
+ int cfg_look_startup_version;
++int cfg_look_highlight_beep;
+ char *cfg_look_weechat_slogan;
+ char *cfg_look_charset_decode_iso;
+ char *cfg_look_charset_decode_utf;
+@@ -123,6 +124,10 @@
+ N_(display WeeChat version at startup),
+ OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
+ NULL, NULL, cfg_look_startup_version, NULL, config_change_noop },
++  { look_highlight_beep, N_(console beep on highlight),
++N_(console beep on highlight),
++OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
++NULL, NULL, cfg_look_highlight_beep, NULL, config_change_noop },
+   { look_weechat_slogan, N_(WeeChat slogan),
+ N_(WeeChat slogan (if empty, slogan is not used)),
+ OPTION_TYPE_STRING, 0, 0, 0,
+--- weechat/src/common/weeconfig.h 2006-04-16 11:46:23.0 +0200
 src/common/weeconfig.h 2006-05-25 11:50:50.0 +0200
+@@ -90,6 +90,7 @@
+ extern int cfg_look_set_title;
+ extern int cfg_look_startup_logo;
+ extern int cfg_look_startup_version;
++extern int cfg_look_highlight_beep;
+ extern char *cfg_look_weechat_slogan;
+ extern char *cfg_look_charset_decode_iso;
+ extern char *cfg_look_charset_decode_utf;
+--- weechat/src/gui/gui-common.c   2006-05-20 11:45:03.0 +0200
 src/gui/gui-common.c   2006-05-25 11:42:31.0 +0200
+@@ -159,8 +159,12 @@
+ buffer-last_line-length += length;
+ if (type  MSG_TYPE_MSG)
+ buffer-last_line-line_with_message = 1;
+-if (type  MSG_TYPE_HIGHLIGHT)
++if (type  MSG_TYPE_HIGHLIGHT) {
+ buffer-last_line-line_with_highlight = 1;
++  if (cfg_look_highlight_beep) {
++  printf(\a);
++  }
++}
+ if ((type  MSG_TYPE_TIME) || (type  MSG_TYPE_NICK) || (type  
MSG_TYPE_PREFIX))
+ buffer-last_line-length_align += length;
+ if (type  MSG_TYPE_NOLOG)
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: gmp-4.2.1-1-i686

2006-05-25 Thread VMiklos
[gmp-4.2.1-1-i686
VMiklos [EMAIL PROTECTED]**20060525110110
 drop --enable-mpfr, it's now a separate pkg
] {
hunk ./source/lib/gmp/FrugalBuild 24
-   Fbuild --enable-mpfr \
-   --enable-cxx \
+   Fbuild --enable-cxx \
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: mpfr-2.2.0_10-1-i686

2006-05-25 Thread VMiklos
[mpfr-2.2.0_10-1-i686
VMiklos [EMAIL PROTECTED]**20060525115434
 new package
] {
adddir ./source/lib/mpfr
addfile ./source/lib/mpfr/FrugalBuild
hunk ./source/lib/mpfr/FrugalBuild 1
+# Last Modified: Thu, 25 May 2006 13:53:52 +0200
+# Compiling Time: 0.74 SBU
+# Maintainer: VMiklos [EMAIL PROTECTED]
+
+pkgname=mpfr
+basever=2.2.0
+patchver=10
+pkgver=${basever}_$patchver
+pkgrel=1
+pkgdesc=Library for multiple-precision floating-point computations.
+url=http://www.mpfr.org/mpfr-current/;
+depends=('gmp')
+groups=('lib')
+archs=('i686')
+up2date=echo \$(lynx -dump $url |grep version|sed 's/.*n \(.*\) 
(.*/\1/;q')_\$(lynx -source -dump $url |grep 'patch[0-9]\{2\}'|sed -n 
's/.*patch\([0-9]\{2\}\).*/\1/;$ p')
+source=(http://www.mpfr.org/mpfr-current/mpfr-$basever.tar.bz2)
+for i in `seq -w $patchver`
+do
+   source=([EMAIL PROTECTED] $url/patch$i)
+done
+
+build()
+{
+   Fcd $pkgname-$basever
+   Fbuild --enable-shared --enable-static
+}
+
+# optimization OK
+
+sha1sums=('3894bf68982e6218fd94ee743f05c0554a35536a' \
+ '9751461c5ad1f141a6cf741b95245dd8e91b' \
+ '82b3660bf0fcaecfb6b8569456fbb2aa419420e7' \
+ 'b5b8d74134ecc62015d141b862ba9f97b5978320' \
+ '495809b7e24760732c6f5757750effb83850e63d' \
+ 'b2600dead06a074fc4485d1a2f3e4940a1c54134' \
+ 'bf00dae04a4ed7aa1cc50ba479cb77073adbcd07' \
+ '2ddfa1db2125d696612749a27d275b7e246cd0e8' \
+ '68d023f0391cc4360d6db7aaf322288b7cfa7bb4' \
+ '7e93b9eb080e892b5b78b54eb18f22deaf4f3d27' \
+ '0264ff30edf374486a3b57603d5ebe4f22795a4a')
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: mpfr-2.2.0_10-1-x86_64

2006-05-25 Thread VMiklos
[mpfr-2.2.0_10-1-x86_64
VMiklos [EMAIL PROTECTED]**20060525120149
 added x86_64 to archs()
] {
hunk ./source/lib/mpfr/FrugalBuild 1
-# Last Modified: Thu, 25 May 2006 13:53:52 +0200
+# Last Modified: Thu, 25 May 2006 14:01:05 +0200
hunk ./source/lib/mpfr/FrugalBuild 14
-archs=('i686')
+archs=('i686' 'x86_64')
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: gcc-4.1.1-1-i686

2006-05-25 Thread VMiklos
[gcc-4.1.1-1-i686
VMiklos [EMAIL PROTECTED]**20060525161604
 version bump
 changed the gmp depend to mpfr, since it's a separate package
 and mpfr depends on gmp already
] {
hunk ./source/devel/gcc/FrugalBuild 1
-# Last Modified: Mon, 17 Apr 2006 01:51:07 +0200
+# Last Modified: Thu, 25 May 2006 17:53:03 +0200
hunk ./source/devel/gcc/FrugalBuild 6
-pkgver=4.1.0
+pkgver=4.1.1
hunk ./source/devel/gcc/FrugalBuild 12
-makedepends=('gmp' 'gcc-gnat' 'gtk+2' 'libart_lgpl' 'libxtst')
+makedepends=('mpfr' 'gcc-gnat' 'gtk+2' 'libart_lgpl' 'libxtst')
hunk ./source/devel/gcc/FrugalBuild 38
-   'glibc' gcc=$pkgver gmp libgfortran \
+   'glibc' gcc=$pkgver mpfr libgfortran \
hunk ./source/devel/gcc/FrugalBuild 172
+sha1sums=('a398b95d38b6e35f4c4e02c34c0a3bff79811f8f' \
+ '3dd2f55a0d9c33dba0a9293cd0db17e785588957' \
+ '27cc00050d9b88b6e2649c406243769dc66593f5')
+
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: gcc-4.1.1-1-i686

2006-05-25 Thread VMiklos
[gcc-4.1.1-1-i686
VMiklos [EMAIL PROTECTED]**20060525162656
 forgot to update the subpkgs FB
] {
hunk ./extra/source/subpkgs/gcc/FrugalBuild 1
-# Last Modified: Fri, 17 Mar 2006 18:12:59 +0100
+# Last Modified: Thu, 25 May 2006 17:53:03 +0200
hunk ./extra/source/subpkgs/gcc/FrugalBuild 5
-pkgver=4.1.0
+pkgver=4.1.1
hunk ./extra/source/subpkgs/gcc/FrugalBuild 22
-   'glibc' gcc=$pkgver gmp libgfortran \
+   'glibc' gcc=$pkgver mpfr libgfortran \
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: unrar-3.6.4-1-i686

2006-05-25 Thread voroskoi
[unrar-3.6.4-1-i686
voroskoi [EMAIL PROTECTED]**20060525185026
 version bump
] {
hunk ./source/apps/unrar/FrugalBuild 1
-# Last Modified: Thu, 11 May 2006 23:21:51 +0200
+# Last Modified: Thu, 25 May 2006 20:49:25 +0200
hunk ./source/apps/unrar/FrugalBuild 7
-pkgver=3.6.3
+pkgver=3.6.4
hunk ./source/apps/unrar/FrugalBuild 17
-sha1sums=('c3bc74f4330a05d1dc290d50aab045abc0f49243' \
+sha1sums=('bb9c33d801bf96aef06b8def89d6554c82d4f0d8' \
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] blogdata: Tegyünk prób át kapcsolatainkkal

2006-05-25 Thread CS�CSY L�szl
[Tegyünk próbát kapcsolatainkkal
CSÉCSY László [EMAIL PROTECTED]**20060525193913] {
addfile ./blog/SDG/akos_szamoca.txt
hunk ./blog/SDG/akos_szamoca.txt 1
+Tegyünk próbát kapcsolatainkkal
+
+Jópofa feladatot kaptam az a href=http://sdg.ajrg.hu;SDG-tõl/a: próbáljam 
meg kideríteni Ákos (igen, az ex-Bonanzás, zenész Kovács Ákos) és/vagy Szamóca 
(igen, a színész Eperjes Károly) elérhetõségét, magyarán telefonszámát. Oka is 
van az õ megkeresésüknek: szokásos nyári konferenciahetünkön szeretnénk 
valamelyiküket felkérni egy elõadás megtartására, Magyar vagyok témakörben. 
Felhívom tehát minden ismerõsöm és olvasóm figyelmét, hogy ha valamilyen módon 
el tudnák juttatni nekem valamelyikük telefonszámát, azt nagyon megköszönnénk.
+
+Amennyiben nem lehetséges az õ telefonszámuk megismerése, ezúton hozzájárulok, 
hogy megkeressenek a href=mailto:boobaa(kukuc)ajrg(pötty)huemailben/a, 
valamint ismerõseimnek engedélyt adok, hogy Ákos és Szamóca számára 
telefonszámomat továbbadják. (Természetesen szívesen felhívnám én is õket, csak 
hát ugye a tudakozó nem feltétlenül vezet eredményre, mikor ily ismert 
emberekrõl van szó.)
hunk ./blog/metadata.db 1
-a:38:{s:26:/Blosxcom.PHP/na_vegre.txt;a:3:{i:0;i:1137284760;i:1;s:7:default;i:2;s:53:Végre
 sikerült felrugdosni ezt a kiváló blogmotort
+a:39:{s:26:/Blosxcom.PHP/na_vegre.txt;a:3:{i:0;i:1137284760;i:1;s:7:default;i:2;s:53:Végre
 sikerült felrugdosni ezt a kiváló blogmotort
hunk ./blog/metadata.db 39
+;}s:21:/SDG/akos_szamoca.txt;a:3:{i:0;i:1148585879;i:1;s:7:default;i:2;s:32:Tegyünk
 próbát kapcsolatainkkal
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] homepage-ng: fwng: added news.xml to the repo

2006-05-25 Thread Krisztian VASAS
[fwng: added news.xml to the repo
Krisztian VASAS [EMAIL PROTECTED]**20060525201535] {
adddir ./frugalware/xml
hunk ./frugalware/index.php 10
-$xmlfile = news.$flang..xml;
+$xmlfile = xml/news.$flang..xml;
addfile ./frugalware/xml/news.xml
hunk ./frugalware/xml/news.xml 1
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE news [
+!ELEMENT news (post)*
+!ELEMENT post (title, date, author, editedby*, content)
+!ELEMENT date (#PCDATA)
+!ELEMENT title (#PCDATA)
+!ELEMENT author (#PCDATA)
+!ELEMENT content (#PCDATA)
+!ELEMENT editedby (name, date)
+!ELEMENT name (#PCDATA)
+]
+news
+   post
+   titletest post/title
+   dateFri May 12 21:38:39 CEST 2006/date
+   authorIroNiQ/author
+   content![CDATA[
+   This is a test post.br /
+   It can have more than one line.br /
+   ]]
+   /content
+   /post
+   post
+   titlesecond test post/title
+   dateFri May 12 21:38:39 CEST 2006/date
+   authorIroNiQ/author
+   editedby
+   nameVMiklos/name
+   dateFri May 12 22:11:03 CEST 2006/date
+   /editedby
+   editedby
+   nameboobaa/name
+   dateFri May 12 22:11:18 CEST 2006/date
+   /editedby
+   content![CDATA[
+   This is the second test post.br /
+   It can have more than one line, too.br /
+   ]]
+   /content
+   /post
+/news
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] pacman: pacman: fix for groups in multiple repos

2006-05-25 Thread VMiklos
[pacman: fix for groups in multiple repos
VMiklos [EMAIL PROTECTED]**20060525202734
 From: Wael Nasreddine [EMAIL PROTECTED]
 Subject: [pacman-dev] Problem with pacman 3 and groups
 
 Hi,
 
 There's a problem with pacman well at least the one from VMiklos
 darcs, I didn't test the one in arch's repository though but I'm
 pretty sure it has the same issue.
 
 If packages in 2 repositories are members of the same group, pacman
 sees 2 groups with the same name instead of one group containing
 packages from both repo, First i thought it ain't a bug but more or
 less future feature but when I tried to install a group, pacman tried
 to install packages from the first repository in pacman.conf, and not
 all packages.
] {
hunk ./src/pacman/sync.c 492
-   for(j = pmc_syncs; j  !grp; j = j-next) {
+   for(j = pmc_syncs; j; j = j-next) {
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: xconfig: initial import

2006-05-25 Thread VMiklos
[xconfig: initial import
VMiklos [EMAIL PROTECTED]**20060525234126] {
adddir ./xconfig
hunk ./Makefile 26
- libfwxconfig
+ libfwxconfig xconfig
addfile ./xconfig/Makefile
hunk ./xconfig/Makefile 1
+# Makefile for frugalwareutils
+#
+# Copyright (C) 2006 Miklos Vajna [EMAIL PROTECTED]
+#
+# 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
+#
+
+CFLAGS ?= -g -Wall -O2 -pipe
+ifeq ($(shell arch),x86_64)
+CFLAGS += -fPIC
+endif
+LDFLAGS=-ldialog -lcurses -lm
+CFLAGS += $(shell pkg-config --cflags glib-2.0)
+LDFLAGS += $(shell pkg-config --libs glib-2.0)
+
+# fwutil
+CFLAGS += -I../libfwutil
+LDFLAGS += -L../libfwutil -lfwutil
+
+# fwdialog
+CFLAGS += -I../libfwdialog
+LDFLAGS += -L../libfwdialog -lfwdialog
+
+# fwxconfig
+CFLAGS += -I../libfwxconfig
+LDFLAGS += -L../libfwxconfig -lfwxconfig
+
+# setup
+CFLAGS += -I../setup
+
+###SUBDIRS = po
+CONFNAME = xconfig
+
+-include ../Makefile.inc
+-include ../Makefile.conf.inc
addfile ./xconfig/xconfig.c
hunk ./xconfig/xconfig.c 1
+/*
+ *  xconfig.c for frugalwareutils
+ * 
+ *  Copyright (c) 2006 by Miklos Vajna [EMAIL PROTECTED]
+ * 
+ *  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; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  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.
+ */
+
+#include stdio.h
+#include glib.h
+#include libfwdialog.h
+#include libfwutil.h
+#include libfwxconfig.h
+#include setup.h
+#include stdlib.h
+#include dirent.h
+#include sys/types.h
+#include sys/stat.h
+#include unistd.h
+#include libintl.h
+
+char *fwx_get_mousedev()
+{
+   FILE *pp;
+   char line[256];
+
+   pp = popen(source /etc/sysconfig/gpm; echo $dev, r);
+   fgets(line, 255, pp);
+   pclose(pp);
+   return(strdup(line));
+}
+
+int run()
+{
+   FILE *input = stdin;
+   dialog_state.output = stderr;
+   char *mdev, *res, *depth;
+   struct stat buf;
+   int needrelease, ret;
+
+   i18ninit(__FILE__);
+   init_dialog(input, dialog_state.output);
+   dialog_backtitle(_(X configuration));
+
+   // sanility checks
+   if(stat(/usr/bin/xinit, buf))
+   {
+   dialog_msgbox(_(xinit missing), _(Could not find xinit, 
please install 
+   it with pacman -S xinit.), 0, 0, 1);
+   return(1);
+   }
+
+   if(stat(/usr/bin/xmessage, buf))
+   {
+   dialog_msgbox(_(xmessage missing), _(Could not find xinit, 
please install 
+   it with pacman -S xmessage.), 0, 0, 1);
+   return(1);
+   }
+
+   if(stat(/usr/bin/xsetroot, buf))
+   {
+   dialog_msgbox(_(xsetroot missing), _(Could not find xinit, 
please install 
+   it with pacman -S xsetroot.), 0, 0, 1);
+   return(1);
+   }
+
+   dialog_msgbox(_(Configuring the X server), _(Attemping to create 
+   an X config file...), 0, 0, 0);
+   needrelease = fwx_init();
+   mdev = fwx_get_mousedev();
+
+   fwx_doprobe();
+   while(1)
+   {
+   res = dialog_ask(_(Selecting resolution),
+   _(Please enter the screen resolution you want to use. 
+   You can use values such as 1024x768, 800x600 or 
640x480. If unsure, just press ENTER.),
+   1024x768);
+   depth = dialog_ask(_(Selecting color depth),
+   _(Please enter the color depth you want to use. If 
unsure, just press ENTER.),
+   24);
+   fwx_doconfig(mdev, res, depth);
+   end_dialog();
+   ret = fwx_dotest();
+   init_dialog(input, dialog_state.output);
+   dialog_backtitle(_(X configuration));
+   if(ret)
+   break;
+   }
+ 

[Frugalware-darcs] frugalwareutils: libfwxconfig: typo fix in fwx_dotest()

2006-05-25 Thread VMiklos
[libfwxconfig: typo fix in fwx_dotest()
VMiklos [EMAIL PROTECTED]**20060525231900] {
hunk ./libfwxconfig/libfwxconfig.c 238
-   if(stat(CLICKFILE, buf))
+   if(!stat(CLICKFILE, buf))
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: _fwx_reg_match - static

2006-05-25 Thread VMiklos
[_fwx_reg_match - static
VMiklos [EMAIL PROTECTED]**20060525235306] {
hunk ./libfwxconfig/libfwxconfig.c 126
-int _fwx_reg_match(char *str, char *pattern)
+static int _fwx_reg_match(char *str, char *pattern)
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: libfwxconfig: mark internal functions as static

2006-05-25 Thread VMiklos
[libfwxconfig: mark internal functions as static
VMiklos [EMAIL PROTECTED]**20060525235141] {
hunk ./libfwxconfig/libfwxconfig.c 81
-void fwx_print_mouse_options(FILE *fp)
+static void _fwx_print_mouse_options(FILE *fp)
hunk ./libfwxconfig/libfwxconfig.c 88
-void fwx_print_kbd_options(FILE *fp)
+static void _fwx_print_kbd_options(FILE *fp)
hunk ./libfwxconfig/libfwxconfig.c 108
-void fwx_print_mouse_identifier(FILE *fp, int num, char *device, char *proto)
+static void _fwx_print_mouse_identifier(FILE *fp, int num, char *device, char 
*proto)
hunk ./libfwxconfig/libfwxconfig.c 114
-   fwx_print_mouse_options(fp);
+   _fwx_print_mouse_options(fp);
hunk ./libfwxconfig/libfwxconfig.c 158
-   fwx_print_mouse_options(nfp);
+   _fwx_print_mouse_options(nfp);
hunk ./libfwxconfig/libfwxconfig.c 164
-   fwx_print_mouse_identifier(nfp, 0, /dev/psaux, 
ps/2);
-   fwx_print_mouse_identifier(nfp, 1, /dev/tts/0, NULL);
+   _fwx_print_mouse_identifier(nfp, 0, /dev/psaux, 
ps/2);
+   _fwx_print_mouse_identifier(nfp, 1, /dev/tts/0, NULL);
hunk ./libfwxconfig/libfwxconfig.c 204
-   fwx_print_kbd_options(nfp);
+   _fwx_print_kbd_options(nfp);
hunk ./libfwxconfig/libfwxconfig.h 24
-void fwx_print_mouse_options(FILE *fp);
-void fwx_print_kbd_options(FILE *fp);
-void fwx_print_mouse_identifier(FILE *fp, int num, char *device, char *proto);
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: libfwxconfig/hu.po: typo fix

2006-05-25 Thread VMiklos
[libfwxconfig/hu.po: typo fix
VMiklos [EMAIL PROTECTED]**20060526002946] {
hunk ./libfwxconfig/po/hu.po 25
-xmessage -buttons OK:1 -center -timeout 1 \Ha látja ezt az üzeneten, 
kattintson 
+xmessage -buttons OK:1 -center -timeout 1 \Ha látja ezt az üzenetet, 
kattintson 
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: libfwxconfig: added doxygen documentation

2006-05-25 Thread VMiklos
[libfwxconfig: added doxygen documentation
VMiklos [EMAIL PROTECTED]**20060525235604] {
hunk ./libfwxconfig/libfwxconfig.c 39
+/** @defgroup libfwxconfig Frugalware X Configuration library
+ * @brief Functions to make X configuration easier
+ * @{
+ */
+
+/** Initialize the environment if necessary
+ * @return 1 if fwx_release() call is needed later, 0 if not
+ */
hunk ./libfwxconfig/libfwxconfig.c 81
+/** Release the environment
+ */
hunk ./libfwxconfig/libfwxconfig.c 131
+/** Creates a config draft, which will be an input fro fwx_doconfig()
+ * @return 0 on success, 1 on failure
+ */
hunk ./libfwxconfig/libfwxconfig.c 152
+/** Creates a configuration from the draft
+ * @return 1 on success, 0 on failure
+ */
hunk ./libfwxconfig/libfwxconfig.c 249
+/** Performs a probe with the new config
+ * @return 1 on success, 0 on failure
+ */
hunk ./libfwxconfig/libfwxconfig.c 266
+/** Get the name of the device used by gpm
+ * @return the name of the device
+ */
hunk ./libfwxconfig/libfwxconfig.c 279
+/* @} */
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: libfwxconfig: added Hungarian translation

2006-05-25 Thread VMiklos
[libfwxconfig: added Hungarian translation
VMiklos [EMAIL PROTECTED]**20060526000952] {
addfile ./libfwxconfig/po/hu.po
hunk ./libfwxconfig/po/hu.po 1
+# Hungarian translations for xconfig-helper package.
+# Copyright (C) 2006 THE xconfig-helper'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the xconfig-helper 
package.
+#  [EMAIL PROTECTED], 2006.
+#
+msgid 
+msgstr 
+Project-Id-Version: xconfig-helper\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2006-05-26 02:06+0200\n
+PO-Revision-Date: 2006-05-26 02:06+0200\n
+Last-Translator:  [EMAIL PROTECTED]\n
+Language-Team: Hungarian [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=ISO-8859-2\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=1; plural=0;\n
+
+#: ../xconfig-helper.c:42
+#, c-format
+msgid 
+xmessage -buttons OK:1 -center -timeout 1 \If you see this message, click 
+OK within 10 seconds. Elapsed time: %d second(s).\
+msgstr 
+xmessage -buttons OK:1 -center -timeout 1 \Ha látja ezt az üzeneten, 
kattintson 
+az OK-ra 10 másodpercen belül. Eltelt idõ: %d másodperc.\
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: libfwxconfig: gettext support

2006-05-25 Thread VMiklos
[libfwxconfig: gettext support
VMiklos [EMAIL PROTECTED]**20060526000919] {
adddir ./libfwxconfig/po
hunk ./libfwxconfig/Makefile 24
+# fwutil
+CFLAGS += -I../libfwutil
+LDFLAGS += -L../libfwutil -lfwutil
+
+SUBDIRS = po
addfile ./libfwxconfig/po/Makefile
hunk ./libfwxconfig/po/Makefile 1
+# Makefile for frugalwareutils
+#
+# Copyright (C) 2006 Miklos Vajna [EMAIL PROTECTED]
+#
+# 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
+#
+
+LANGS=hu
+DOMAIN=xconfig-helper
+
+-include ../../Makefile.inc
+-include ../../Makefile.po.inc
addfile ./libfwxconfig/po/POTFILES.in
hunk ./libfwxconfig/po/POTFILES.in 1
+xconfig-helper.c
hunk ./libfwxconfig/xconfig-helper.c 27
+#include libfwutil.h
+#include libintl.h
hunk ./libfwxconfig/xconfig-helper.c 37
-   system(xsetroot -solid SteelBlue);
+   i18ninit(__FILE__);
hunk ./libfwxconfig/xconfig-helper.c 39
+   system(xsetroot -solid SteelBlue);
hunk ./libfwxconfig/xconfig-helper.c 42
-   snprintf(buf, 255, xmessage -buttons OK:1 -center -timeout 1 
\
+   snprintf(buf, 255, _(xmessage -buttons OK:1 -center -timeout 1 
\
hunk ./libfwxconfig/xconfig-helper.c 44
-   Elapsed time: %d second(s).\, i);
+   Elapsed time: %d second(s).\), i);
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: xconfig: spelling fixes

2006-05-25 Thread VMiklos
[xconfig: spelling fixes
VMiklos [EMAIL PROTECTED]**20060526003936] {
hunk ./xconfig/xconfig.c 54
-   dialog_msgbox(_(xmessage missing), _(Could not find xinit, 
please install 
+   dialog_msgbox(_(xmessage missing), _(Could not find 
xmessage, please install 
hunk ./xconfig/xconfig.c 61
-   dialog_msgbox(_(xsetroot missing), _(Could not find xinit, 
please install 
+   dialog_msgbox(_(xsetroot missing), _(Could not find 
xsetroot, please install 
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: xconfig: added gettext support

2006-05-25 Thread VMiklos
[xconfig: added gettext support
VMiklos [EMAIL PROTECTED]**20060526004932] {
adddir ./xconfig/po
hunk ./xconfig/Makefile 42
-###SUBDIRS = po
+SUBDIRS = po
addfile ./xconfig/po/Makefile
hunk ./xconfig/po/Makefile 1
+# Makefile for frugalwareutils
+#
+# Copyright (C) 2006 Miklos Vajna [EMAIL PROTECTED]
+#
+# 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
+#
+
+LANGS=de hu
+DOMAIN=xconfig
+
+-include ../../Makefile.inc
+-include ../../Makefile.po.inc
addfile ./xconfig/po/POTFILES.in
hunk ./xconfig/po/POTFILES.in 1
+xconfig.c
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: xconfig: clean up includes

2006-05-25 Thread VMiklos
[xconfig: clean up includes
VMiklos [EMAIL PROTECTED]**20060526003238] {
hunk ./xconfig/xconfig.c 28
-#include stdlib.h
-#include dirent.h
hunk ./xconfig/xconfig.c 30
-#include unistd.h
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: xconfig/hu.po: initial import

2006-05-25 Thread VMiklos
[xconfig/hu.po: initial import
VMiklos [EMAIL PROTECTED]**20060526005126] {
addfile ./xconfig/po/hu.po
hunk ./xconfig/po/de.po 1
+# German translations for xconfig package
+# German messages for xconfig.
+# Copyright (C) 2006 THE xconfig'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the xconfig package.
+# Marcus Habermehl [EMAIL PROTECTED], 2006.
+#
+msgid 
+msgstr 
+Project-Id-Version: xconfig\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2006-05-26 02:43+0200\n
+PO-Revision-Date: 2006-05-26 02:46+0200\n
+Last-Translator: Marcus Habermehl [EMAIL PROTECTED]\n
+Language-Team: German [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=ISO-8859-1\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
+
+#: ../xconfig.c:42 ../xconfig.c:85
+msgid X configuration
+msgstr 
+
+#: ../xconfig.c:47
+msgid xinit missing
+msgstr 
+
+#: ../xconfig.c:47
+msgid Could not find xinit, please install it with pacman -S xinit.
+msgstr 
+
+#: ../xconfig.c:54
+msgid xmessage missing
+msgstr 
+
+#: ../xconfig.c:54
+msgid Could not find xmessage, please install it with pacman -S xmessage.
+msgstr 
+
+#: ../xconfig.c:61
+msgid xsetroot missing
+msgstr 
+
+#: ../xconfig.c:61
+msgid Could not find xsetroot, please install it with pacman -S xsetroot.
+msgstr 
+
+#: ../xconfig.c:66
+msgid Configuring the X server
+msgstr Konfiguration des X-Servers
+
+#: ../xconfig.c:66
+msgid Attemping to create an X config file...
+msgstr Versuche eine X Konfigurationsdatei zu erstellen ...
+
+#: ../xconfig.c:74
+msgid Selecting resolution
+msgstr Auflösung auswählen
+
+#: ../xconfig.c:75
+msgid 
+Please enter the screen resolution you want to use. You can use values such 
+as 1024x768, 800x600 or 640x480. If unsure, just press ENTER.
+msgstr 
+Bitte geben Sie die Bildschirmauflösung an, die Sie verwenden möchten. Sie 
+können Werte wie 1024x768, 800x600 oder 640x480 verwenden. Wenn Sie unsicher 
+sind, drücken Sie einfach ENTER.
+
+
+#: ../xconfig.c:78
+msgid Selecting color depth
+msgstr Farbtiefe auswählen
+
+#: ../xconfig.c:79
+msgid 
+Please enter the color depth you want to use. If unsure, just press ENTER.
+msgstr 
+Bitte geben Sie die Farbtiefe an, die Sie verwenden möchten. Wenn Sie 
unsicher 
+sind, drücken Sie einfach ENTER.
hunk ./xconfig/po/hu.po 1
+# Hungarian translations for xconfig package.
+# Copyright (C) 2006 THE xconfig'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the xconfig package.
+#  [EMAIL PROTECTED], 2006.
+#
+msgid 
+msgstr 
+Project-Id-Version: xconfig\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2006-05-26 02:43+0200\n
+PO-Revision-Date: 2006-05-26 02:35+0200\n
+Last-Translator:  [EMAIL PROTECTED]\n
+Language-Team: Hungarian [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=ISO-8859-2\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=1; plural=0;\n
+
+#: ../xconfig.c:42 ../xconfig.c:85
+msgid X configuration
+msgstr X beállítás
+
+#: ../xconfig.c:47
+msgid xinit missing
+msgstr Az xinit hiányzik
+
+#: ../xconfig.c:47
+msgid Could not find xinit, please install it with pacman -S xinit.
+msgstr Az xinit nem található, telepítse a pacman -S xinit-tel.
+
+#: ../xconfig.c:54
+msgid xmessage missing
+msgstr Az xmessage hiányzik
+
+#: ../xconfig.c:54
+msgid Could not find xmessage, please install it with pacman -S xmessage.
+msgstr Az xmessage nem található, telepítse a pacman -S xmessage paranccsal.
+
+#: ../xconfig.c:61
+msgid xsetroot missing
+msgstr Az xsetroot hiányzik
+
+#: ../xconfig.c:61
+msgid Could not find xsetroot, please install it with pacman -S xsetroot.
+msgstr Az xsetroot nem található, telepítse a pacman -S xroot-tal.
+
+#: ../xconfig.c:66
+msgid Configuring the X server
+msgstr Az X-kiszolgáló beállítása
+
+#: ../xconfig.c:66
+msgid Attemping to create an X config file...
+msgstr Az X konfigurációs fájl létrehozása...
+
+#: ../xconfig.c:74
+msgid Selecting resolution
+msgstr A felbontás kiválasztása
+
+#: ../xconfig.c:75
+msgid 
+Please enter the screen resolution you want to use. You can use values such 
+as 1024x768, 800x600 or 640x480. If unsure, just press ENTER.
+msgstr 
+Kérem, adja meg a használni kívánt felbontást. A következökhöz hasonló 
+értékek megengedettek: 1024x768, 800x600 vagy 640x480. Ha nem biztos benne, 
+csak nyomjon ENTER-t.
+
+#: ../xconfig.c:78
+msgid Selecting color depth
+msgstr A színmélység beállítása
+
+#: ../xconfig.c:79
+msgid 
+Please enter the color depth you want to use. If unsure, just press ENTER.
+msgstr 
+Kérem, adja meg a használni kívánt színmélységet. Ha nem biztos nebbe, csak 
+nyomjon ENTER-t.
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: xconfig/de.po: initial import

2006-05-25 Thread VMiklos
[xconfig/de.po: initial import
VMiklos [EMAIL PROTECTED]**20060526005108] {
addfile ./xconfig/po/de.po
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: TODO: xconfig items are done

2006-05-25 Thread VMiklos
[TODO: xconfig items are done
VMiklos [EMAIL PROTECTED]**20060526005710] {
hunk ./TODO 4
-xconfig:
-- dialog frontend
-- lib: doxygen, gettext
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalwareutils: updates for 0.5.8

2006-05-25 Thread VMiklos
[updates for 0.5.8
VMiklos [EMAIL PROTECTED]**20060526010012] {
hunk ./Makefile.inc 19
-VERSION = 0.5.7
+VERSION = 0.5.8
hunk ./NEWS 3
+0.5.8 - new config tool: xconfig
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: frugalware-0.5pre1-2-i686

2006-05-25 Thread VMiklos
[frugalware-0.5pre1-2-i686
VMiklos [EMAIL PROTECTED]**20060526010450
 moved xconfig to frugalwareutils
] {
hunk ./source/base/frugalware/FrugalBuild 1
-# Last modified: Sat, 20 May 2006 16:26:03 +0200
+# Last modified: Fri, 26 May 2006 03:04:38 +0200
hunk ./source/base/frugalware/FrugalBuild 7
-pkgrel=1
+pkgrel=2
hunk ./source/base/frugalware/FrugalBuild 17
-service{,-{de,hu}.po} xconfig{,-{de,hu}.po} xwmconfig)
+service{,-{de,hu}.po} xwmconfig)
hunk ./source/base/frugalware/FrugalBuild 26
-   for script in service xconfig xwmconfig ; do
+   for script in service xwmconfig ; do
hunk ./source/base/frugalware/FrugalBuild 40
+
hunk ./source/base/frugalware/FrugalBuild 51
- 'ae54d4731d53ec8714bf29efad6188a23579aa1e' \
- '7acf1ea4bb4691edef9526227c16558099be3665' \
- '99b9c09f241e4828c00552dc54dc398725553452' \
hunk ./source/base/frugalware/xconfig 1
-#!/bin/bash
-
-# xconfig:  Auto configure X.
-
-# (c) 2003-2005 Vajna Miklos [EMAIL PROTECTED]
-# (c)   Tomas Matejicek http://slax.linux-live.org
-# (c)   Patrick J. Volkerding, [EMAIL PROTECTED]
-# xconfig for Frugalware
-# distributed under GPL License
-
-TEXTDOMAIN=xconfig ; TEXTDOMAINDIR=/var/lib/frugalware/messages
-. /etc/sysconfig/gpm
-
-### constants
-
-FWVER=`cat /etc/frugalware-release|cut -d ' ' -f 2`
-PATH=$PATH:/usr/X11/bin
-RESOL=$1
-REFRESH=60-75
-HORIZSYNC=31.5 - 64.3
-USEBIOS=No
-XorgConfig=/etc/X11/xorg.conf
-COREPOINTER=\CorePointer\
-defresol=1024x768
-defdepth=24
-MOUSELNK=$dev
-debug=:1 # if you want to test the script while an x server is running
-
-### strings
-
-xbacktitle=$Configuring the X server - Frugalware $FWVER Setup
-
-### functions
-
-mouse_options()
-{
-   echo Option  \ZAxisMapping\ \4 5\
-   echo Option  \Buttons\ \3\
-   echo Option  \AlwaysCore\ \true\
-}
-
-kbd_options()
-{
-   if [[ $LANG =~ ^en_ ]]; then
-   echo Option  \XkbLayout\ \us\
-   else
-   echo Option  \XkbLayout\ \`echo $LANG|sed 
's/^\(.*\)_.*$/\1/'`\
-   fi
-}
-
-# $1=number
-# $2=device
-# $3=protocol, optional, defaults to auto
-mouse_identifier()
-{
-   if [ $3 =  ]; then PROTO=auto; else PROTO=$3; fi
-   echo Identifier  \Mouse$1\
-   echo Driver  \mouse\
-   echo `mouse_options`
-   echo Option  \Protocol\ \$PROTO\
-   echo Option  \Device\ \$2\
-   echo EndSection
-   echo 
-   echo Section \InputDevice\
-}
-
-# Have the X server create a default config file:
-
-doprobe()
-{
-   X -configure $debug 2/dev/null
-   if [ $? != 0 ]; then
-   dialog --backtitle $xbacktitle --title $Cannot run 
autoconfig \
-   --aspect 20 --msgbox \
-   $Failed to autoconfigure the X server. This means you 
have to configure manually your X server after setup finished. Try running 
xorgcfg, to configure the X server. \
-   0 0
-   exit 0
-   fi
-}
-
-# $1 resolution, $2 depth
-doconfig()
-{
-   rm -f $XorgConfig
-
-   cat $HOME/xorg.conf.new | while read LINE ;
-   do
-   # force X to configure mouse
-   if echo $LINE | grep -i Protocol | grep -i auto 1 /dev/null ; 
then
-   if [ $MOUSELNK = /dev/input/mice -o $MOUSELNK = 
/dev/input/mouse0 -o $MOUSELNK = /dev/usbmouse -o `cat /proc/cmdline | 
egrep -i wheelmouse` !=  ]; then
-   PROTOCOL=imps/2
-   elif [ $MOUSELNK = /dev/psaux -o $MOUSELNK = 
/dev/psaux ]; then
-   PROTOCOL=ps/2
-   else
-   PROTOCOL=auto
-   fi
-
-   FORCEPROTOCOL=`cat /proc/cmdline | egrep -io 
\(^|[[:space:]]+)mouseproto=([^[:space:]]+)\ | egrep -o \[^=]+\\\$\ | tail 
-n 1`
-   if [ ! $FORCEPROTOCOL =  ]; then 
PROTOCOL=$FORCEPROTOCOL; fi
-   echo `mouse_options`  $XorgConfig
-   echo -n Option  \Protocol\ \$PROTOCOL\  
$XorgConfig
-   LINE=
-   fi
-   if echo $LINE | grep -i Identifier | grep -i Mouse 1 /dev/null 
; then
-   echo `mouse_identifier 0 /dev/psaux ps/2` 
$XorgConfig
-   echo `mouse_identifier 1 /dev/tts/0` $XorgConfig
-   echo -n Identifier  \Mouse3\ $XorgConfig
-   LINE=
-   fi
-   if echo $LINE | grep -i CorePointer 1 /dev/null ; then
-   if [ -r /dev/psaux ]; then CORE0=$COREPOINTER; fi
-   if [ -r /dev/tts/0 ]; then CORE2=$COREPOINTER; fi
-   echo InputDevice\Mouse0\ $CORE0  $XorgConfig
-   echo InputDevice\Mouse1\ $CORE2  $XorgConfig
-   LINE=
-   fi
-   echo $LINE  $XorgConfig
-   if echo 

[Frugalware-darcs] frugalware-current: frugalwareutils-0.5.8-1-i686

2006-05-25 Thread VMiklos
[frugalwareutils-0.5.8-1-i686
VMiklos [EMAIL PROTECTED]**20060526011255
 version bump
 sha1sums - signatures
] {
hunk ./source/base/frugalwareutils/FrugalBuild 1
-# Last Modified: Fri, 19 May 2006 12:45:08 +0200
+# Last Modified: Fri, 26 May 2006 03:12:43 +0200
hunk ./source/base/frugalwareutils/FrugalBuild 6
-pkgver=0.5.7
+pkgver=0.5.8
hunk ./source/base/frugalwareutils/FrugalBuild 16
+signatures=(${source[0]}.asc)
hunk ./source/base/frugalwareutils/FrugalBuild 19
-sha1sums=('56d73523ac5bfa54747810c037d76d47c962d2db')
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: pxlib-0.6.1-1-i686

2006-05-25 Thread crazy
[pxlib-0.6.1-1-i686
crazy [EMAIL PROTECTED]**20060526014908
 * New package
] {
adddir ./extra/source/lib/pxlib
addfile ./extra/source/lib/pxlib/FrugalBuild
hunk ./extra/source/lib/pxlib/FrugalBuild 1
+# Last Modified: Fri, 26 May 2006 03:47:48 +0200
+# Compiling Time: 0.14 SBU
+# Maintainer: crazy [EMAIL PROTECTED]
+
+pkgname=pxlib
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=A simply, small C library to read and write Paradox DB files.
+url=http://pxlib.sourceforge.net/;
+depends=('glibc' 'perl-xml')
+groups=('lib-extra')
+archs=('i686')
+Finclude sourceforge
+up2date=lynx -dump 
'http://sourceforge.net/project/showfiles.php?group_id=79398'|grep 
'.tar.gz'|grep -m1 'pxlib'|sed 's/.*b-\(.*\).tar.gz .*/\1/'
+sha1sums=('b1ad3273d8e7303c5b713b94d307b97d9ab46b68')
+
+# optimization OK
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs