[Frugalware-git] frugalware-current: postfix-2.6.1-1-i686 version bump

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f558a54b52376ccc64070d717381c45afb01e524

commit f558a54b52376ccc64070d717381c45afb01e524
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 09:48:08 2009 +0200

postfix-2.6.1-1-i686
version bump

diff --git a/source/network/postfix/FrugalBuild 
b/source/network/postfix/FrugalBuild
index 372848f..4fce65c 100644
--- a/source/network/postfix/FrugalBuild
+++ b/source/network/postfix/FrugalBuild
@@ -3,9 +3,9 @@
# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=postfix
-pkgver=2.5.6
-pkgrel=3
-vdaver=2.5.5
+pkgver=2.6.1
+pkgrel=1
+vdaver=2.6.1
pkgdesc=A fast, easy to administer, and secure MTA
url=http://www.postfix.org/;
depends=('db=4.7.25' 'pcre' 'cyrus-sasl' 'libmysqlclient=5.1.34' 'libldap' 
'libpq=8.2-1')
@@ -25,10 +25,10 @@ source=($mirror/official/$pkgname-$pkgver.tar.gz \
README.Frugalware
http://vda.sourceforge.net/VDA/postfix-$vdaver-vda-ng.patch.gz)

-sha1sums=('b6aae7ec9996937c9a901f41c6c262eceba44479' \
+sha1sums=('0d072c80a3e7b4b228ae45cbf0adbe3f945a7767' \
'2cc54da13d2a73e3027061fd8c4c4ce4ae44a361' \
'b05736300a01bc6d4d0ca7bb92704de29b68651d' \
-  '84b3dabc26236121fdc666da4f0fa98cc0cfbe8b')
+  'ad17b14148030937ead11f8d42b6bfe268452fe6')

build()
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-mail-dkim-0.35-1-i686 version bump

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=742f71d29f27d6bf2cdbc402fa1ff9e5c06c98c1

commit 742f71d29f27d6bf2cdbc402fa1ff9e5c06c98c1
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 09:52:36 2009 +0200

perl-mail-dkim-0.35-1-i686
version bump

diff --git a/source/devel-extra/perl-mail-dkim/FrugalBuild 
b/source/devel-extra/perl-mail-dkim/FrugalBuild
index 0cc08d1..cae94b1 100644
--- a/source/devel-extra/perl-mail-dkim/FrugalBuild
+++ b/source/devel-extra/perl-mail-dkim/FrugalBuild
@@ -3,10 +3,10 @@

_F_perl_name=Mail-DKIM
_F_perl_author=J/JA/JASLONG
-pkgver=0.34
+pkgver=0.35
pkgrel=1
pkgdesc=Signs/verifies Internet mail with DKIM/DomainKey signatures
depends=('perl-crypt-openssl-rsa=0.24' 'perl-digest-sha1' 'perl-mailtools' 
'perl-net-dns')
Finclude perl
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('8c5d5e7caca29b0a3f9643357ae0c249ca884b28')
+sha1sums=('4f2ba5a290a7f5fc0cd39f3a7ea7a286c63493d9')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: Fix crashes/lockups during package search * probably fixes #3712, #3752, #3790

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=aec8cec35460c971b51610094d39b98fd3915428

commit aec8cec35460c971b51610094d39b98fd3915428
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 13:24:00 2009 +0530

Fix crashes/lockups during package search
* probably fixes #3712, #3752, #3790

diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c
index 96652e1..c30a936 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -1800,6 +1800,10 @@ cb_gfpm_search_keypress (GtkWidget *widget, GdkEventKey 
*event, gpointer data)
{
g_print (Error creating search thread: %s\n, error-message);
}
+   else
+   {
+   g_print (created search thread\n);
+   }
return;
}

@@ -1825,18 +1829,23 @@ gfpm_search (GtkWidget *widget)
guint   nounreg = 0;

g_mutex_lock (search_mutex);
-   gdk_threads_enter ();
+
+   icon_yes = gfpm_get_icon (ICON_INSTALLED, 16);
+   icon_no = gfpm_get_icon (ICON_NINSTALLED, 16);
+   icon_up = gfpm_get_icon (ICON_NEEDUPDATE, 16);
+   icon_ln = gfpm_get_icon (ICON_LOCALNEWER, 16);
+
search_str = (gchar*)gtk_entry_get_text (GTK_ENTRY(widget));
+
if (search_str == NULL)
-   {
-   gdk_threads_leave ();
+   {
goto cleanup;
}
-
+
srepo = gtk_combo_box_get_active_text (GTK_COMBO_BOX(gfpm_search_combo));
+
if (srepo == NULL)
{
-   gdk_threads_leave ();
goto cleanup;
}
if (!strcmp(srepo, _(Installed Packages)))
@@ -1844,9 +1853,14 @@ gfpm_search (GtkWidget *widget)
g_free (srepo);
srepo = g_strdup (local);
}
+
+   gdk_threads_enter ();
+
model = gtk_tree_view_get_model (GTK_TREE_VIEW(gfpm_pkgs_tvw));
gtk_list_store_clear (GTK_LIST_STORE(model));
store = (GtkListStore*) model;
+   gfpm_update_status (_(Searching for packages ...));
+
pacman_set_option (PM_OPT_NEEDLES, (long)search_str);
if (!strcmp(local, srepo))
{
@@ -1867,26 +1881,25 @@ gfpm_search (GtkWidget *widget)
l = pacman_db_search (search_db);
r = 1;
}
+
+
+
+   gfpm_update_status (_(Search Complete));
+
if (l == NULL)
{
-   gfpm_update_status (_(Search Complete));
-   gfpm_error (_(Package not found), _(No such package found));
-   gdk_threads_leave ();
+   g_print (NOT FOUND !!!\n);
+   //gfpm_error (_(Package not found), _(No such package 
found));
goto cleanup;
}
-
-   icon_yes = gfpm_get_icon (ICON_INSTALLED, 16);
-   icon_no = gfpm_get_icon (ICON_NINSTALLED, 16);
-   icon_up = gfpm_get_icon (ICON_NEEDUPDATE, 16);
-   icon_ln = gfpm_get_icon (ICON_LOCALNEWER, 16);
-   gfpm_update_status (_(Searching for packages ...));
-   gdk_threads_leave ();
-
+
if (r == 0)
{
PM_PKG  *pm_spkg;
PM_PKG  *pm_lpkg;
gboolean up = FALSE;
+   model = gtk_tree_view_get_model ((GtkTreeView*)gfpm_pkgs_tvw);
+   store = (GtkListStore*) model;

for (i=l;i;i=pacman_list_next(i))
{
@@ -1908,7 +1921,7 @@ gfpm_search (GtkWidget *widget)
{
up = FALSE;
}
-   gdk_threads_enter ();
+
gtk_list_store_append (store, iter);
gtk_list_store_set (store, iter,
0, TRUE,
@@ -1916,10 +1929,8 @@ gfpm_search (GtkWidget *widget)
2, (char*)pacman_pkg_getinfo (pm_lpkg, PM_PKG_NAME),
3, (char*)pacman_pkg_getinfo (pm_lpkg, PM_PKG_VERSION),
4, (char*)pacman_pkg_getinfo (pm_spkg, PM_PKG_VERSION),
-   //5, (char*)pacman_pkg_getinfo 
(pm_lpkg, PM_PKG_DESC),
-1);
-   gdk_flush ();
-   gdk_threads_leave ();
+
pacman_pkg_free (pm_lpkg);
pacman_pkg_free (pm_spkg);
}
@@ -1930,7 +1941,9 @@ gfpm_search (GtkWidget *widget)
PM_PKG  *pm_lpkg;
gbooleaninst = FALSE;
gbooleanup = FALSE;
-
+
+   model = gtk_tree_view_get_model ((GtkTreeView*)gfpm_pkgs_tvw);
+   store = (GtkListStore*) model;
for (i=l;i;i=pacman_list_next(i))
{
gbooleanln = FALSE;
@@ -1964,8 +1977,9 @@ gfpm_search (GtkWidget *widget)
}
}
else
+   {
inst = FALSE;
-   gdk_threads_enter ();
+   }
gtk_list_store_append (store, iter);
if (inst == TRUE)
gtk_list_store_set (store, iter, 3, (char*)pacman_pkg_getinfo (pm_lpkg, 
PM_PKG_VERSION), -1);
@@ -1977,29 +1991,27 @@ gfpm_search (GtkWidget *widget)
1, (inst==TRUE)?(ln==TRUE)?icon_ln:(up==TRUE)?icon_up:icon_yes:icon_no,
2, (char*)pacman_pkg_getinfo (pm_pkg, PM_PKG_NAME),
4, (char*)pacman_pkg_getinfo (pm_pkg, PM_PKG_VERSION),
-   //5, (char*)pacman_pkg_getinfo (pm_pkg, 
PM_PKG_DESC),
-1);
-   gdk_flush ();
-   gdk_threads_leave ();
pacman_pkg_free (pm_pkg);
pacman_pkg_free (pm_lpkg);
-   /*while (gtk_events_pending())
-   gtk_main_iteration ();*/
}
}
+   gdk_flush ();
+   gdk_threads_leave ();
+
pacman_set_option (PM_OPT_NEEDLES, (long)NULL);
if (search_db!=NULL  !nounreg)
{
pacman_db_unregister (search_db);
}
-   

[Frugalware-git] frugalware-current: drupal-acl-5.x_1.7-1-i686 version bump

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cd6fca1fc79b330f32a8a587a2feeacd595908e0

commit cd6fca1fc79b330f32a8a587a2feeacd595908e0
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 09:58:35 2009 +0200

drupal-acl-5.x_1.7-1-i686
version bump

diff --git a/source/network-extra/drupal-acl/FrugalBuild 
b/source/network-extra/drupal-acl/FrugalBuild
index d04f258..4a45953 100644
--- a/source/network-extra/drupal-acl/FrugalBuild
+++ b/source/network-extra/drupal-acl/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

_F_drupal_module=acl
-pkgver=5.x_1.6
+pkgver=5.x_1.7
pkgrel=1
pkgdesc=A Drupal API for other modules to create lists of users and give them 
access to nodes
Finclude drupal
-sha1sums=('dd60330a5fad22af5f254fe8de46d0f7e24fd564')
+sha1sums=('8de7aa01be22f4e44c42738073e3dac8a3022029')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: drupal-forum_access-5.x_1.12-1-i686 version bump

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6abe19381fe938c00dac95a4a88bea7e96b212b1

commit 6abe19381fe938c00dac95a4a88bea7e96b212b1
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 10:00:52 2009 +0200

drupal-forum_access-5.x_1.12-1-i686
version bump

diff --git a/source/network-extra/drupal-forum_access/FrugalBuild 
b/source/network-extra/drupal-forum_access/FrugalBuild
index ca98eb6..bd75201 100644
--- a/source/network-extra/drupal-forum_access/FrugalBuild
+++ b/source/network-extra/drupal-forum_access/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

_F_drupal_module=forum_access
-pkgver=5.x_1.11
+pkgver=5.x_1.12
pkgrel=1
pkgdesc=changes your forum administration page to allow you to set forums 
private
Finclude drupal
-rodepends=('drupal-acl')
-sha1sums=('af1991ceb8ec993b98d5342795cbbadc8e7d5050')
+rodepends=('drupal-acl=5.x_1.7')
+sha1sums=('a75081fc0ba9e3d9e4f656e90cca17117163a80b')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ntp-4.2.4p7-1-i686 version bump closes #3792 in -current

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4dd9403828ad725f38891dd36f075b417375c383

commit 4dd9403828ad725f38891dd36f075b417375c383
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 10:04:10 2009 +0200

ntp-4.2.4p7-1-i686
version bump
closes #3792 in -current

diff --git a/source/network-extra/ntp/FrugalBuild 
b/source/network-extra/ntp/FrugalBuild
index b3d23b9..414db8e 100644
--- a/source/network-extra/ntp/FrugalBuild
+++ b/source/network-extra/ntp/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Krisztian VASAS i...@frugalware.org

pkgname=ntp
-pkgver=4.2.4p6
+pkgver=4.2.4p7
pkgrel=1
pkgdesc=The ntp daemon from ntp.org
url=http://www.ntp.org/;
@@ -14,7 +14,7 @@ depends=('openssl=0.9.8-11' 'readline')
up2date=lynx -dump http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ | grep -m1 
'http.*tar.gz$' | sed 's/.*ntp-\(.*\)\.tar.*/\1/'
source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$pkgname-$pkgver.tar.gz 
rc.ntpd rc.ntpd.pot ntp.org.conf)
backup=(etc/ntp.org.conf)
-sha1sums=('ad4b068cc03ce346a6276ed6b31c026b6ffc3d92' \
+sha1sums=('8476f75daffe9851cc6f33d170902bce77637499' \
'2bf638fba95847568e45afc7b2cfdf6d1767b429' \
'6f0275b9c1adcdef0c441408d8b5c4e4c82e1de4' \
'9e116eabff29a0216bfc2c56817ba48d1f3182f6')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: siege-2.69-1-i686 version bump

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5daeae9fa29efc8344844b13c9624fb81601c8c4

commit 5daeae9fa29efc8344844b13c9624fb81601c8c4
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 10:08:08 2009 +0200

siege-2.69-1-i686
version bump

diff --git a/source/network-extra/siege/FrugalBuild 
b/source/network-extra/siege/FrugalBuild
index 534212f..73546c7 100644
--- a/source/network-extra/siege/FrugalBuild
+++ b/source/network-extra/siege/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

pkgname=siege
-pkgver=2.68
+pkgver=2.69
pkgrel=1
pkgdesc=An http regression testing and benchmarking utility.
url=http://www.joedog.org/index/siege-home;
@@ -11,7 +11,7 @@ groups=('network-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump $url | grep -m1 stable | sed 's/.*SIEGE-\([0-9.]\+\) 
.*/\1/'
source=(ftp://ftp.joedog.org/pub/$pkgname/$pkgname-$pkgver.tar.gz destdir.patch)
-sha1sums=('f550a87ebd85cbe3bb9905ffbd434c259d668794' \
+sha1sums=('f0514eefe4e024ee059b09ab50903bbced79f3b9' \
'c4601a165130d0c13ed0d64e8e2f665cca349666')

build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-1.0: ntp-4.2.4p7-1anacreon1-i686 secfix verbump, backport of 4dd9403 closes #3792 in -stable

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.0.git;a=commitdiff;h=ab3264f69a77a6278ce5dbba1da4bb141522108b

commit ab3264f69a77a6278ce5dbba1da4bb141522108b
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 10:10:48 2009 +0200

ntp-4.2.4p7-1anacreon1-i686
secfix verbump, backport of 4dd9403
closes #3792 in -stable

diff --git a/source/network-extra/ntp/FrugalBuild 
b/source/network-extra/ntp/FrugalBuild
index b3d23b9..5329508 100644
--- a/source/network-extra/ntp/FrugalBuild
+++ b/source/network-extra/ntp/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Krisztian VASAS i...@frugalware.org

pkgname=ntp
-pkgver=4.2.4p6
-pkgrel=1
+pkgver=4.2.4p7
+pkgrel=1anacreon1
pkgdesc=The ntp daemon from ntp.org
url=http://www.ntp.org/;
conflicts=('openntpd')
@@ -14,7 +14,7 @@ depends=('openssl=0.9.8-11' 'readline')
up2date=lynx -dump http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ | grep -m1 
'http.*tar.gz$' | sed 's/.*ntp-\(.*\)\.tar.*/\1/'
source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$pkgname-$pkgver.tar.gz 
rc.ntpd rc.ntpd.pot ntp.org.conf)
backup=(etc/ntp.org.conf)
-sha1sums=('ad4b068cc03ce346a6276ed6b31c026b6ffc3d92' \
+sha1sums=('8476f75daffe9851cc6f33d170902bce77637499' \
'2bf638fba95847568e45afc7b2cfdf6d1767b429' \
'6f0275b9c1adcdef0c441408d8b5c4e4c82e1de4' \
'9e116eabff29a0216bfc2c56817ba48d1f3182f6')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: rednotebook-0.7.2-1-x86_64 * version bump

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=50c5b8e519b67784ecfb1fa1880338d146bcf1a3

commit 50c5b8e519b67784ecfb1fa1880338d146bcf1a3
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 10:21:29 2009 +0200

rednotebook-0.7.2-1-x86_64
* version bump

diff --git a/source/gnome-extra/rednotebook/FrugalBuild 
b/source/gnome-extra/rednotebook/FrugalBuild
index 0357c8f..e16eb60 100644
--- a/source/gnome-extra/rednotebook/FrugalBuild
+++ b/source/gnome-extra/rednotebook/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=rednotebook
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc=RedNotebook is a desktop diary that makes it very easy for you to keep 
track of the stuff you do and the thoughts you have.
depends=('pygtk' 'libgtkhtml' 'pyyaml' 'gnome-python-extras')
@@ -11,4 +11,4 @@ _F_gnome_iconcache=y
Finclude sourceforge gnome-scriptlet
groups=('gnome-extra')
archs=('i686' 'x86_64')
-sha1sums=('39d699fa60858e611525a6b24085f454603f7b43')
+sha1sums=('a2be15830574e57eb5f5413df5f8cd195807c6c7')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: bristol-0.40.3-1-x86_64 * version bump

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=18277925bc37c9f415d68680d37d413b064781ca

commit 18277925bc37c9f415d68680d37d413b064781ca
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 10:30:30 2009 +0200

bristol-0.40.3-1-x86_64
* version bump

diff --git a/source/xmultimedia-extra/bristol/FrugalBuild 
b/source/xmultimedia-extra/bristol/FrugalBuild
index 0b6f2cb..51af733 100644
--- a/source/xmultimedia-extra/bristol/FrugalBuild
+++ b/source/xmultimedia-extra/bristol/FrugalBuild
@@ -2,14 +2,14 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=bristol
-pkgver=0.40.2
+pkgver=0.40.3
pkgrel=1
pkgdesc=Bristol is synth emulation package for a diverse range of vintage 
synthesisers, electric pianos and organs.
depends=('jack' 'libx11')
Finclude sourceforge
groups=('xmultimedia-extra')
-archs=('i686')
+archs=('i686' 'x86_64')
up2date=lynx -dump 
'http://sourceforge.net/project/showfiles.php?group_id=157415package_id=175973'
 | grep -m2 tar.gz | Flasttar
-sha1sums=('d6b5a01f6ed6c3b5895902647f5c1da12a9948cb')
+sha1sums=('6975a234366477bc22aef306fc174a8849266d39')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pipewalker-0.6.1-1-x86_64 * version bump

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9a8c784236929e9888dd5ce03da4055bf4fbfdd2

commit 9a8c784236929e9888dd5ce03da4055bf4fbfdd2
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 10:35:59 2009 +0200

pipewalker-0.6.1-1-x86_64
* version bump

diff --git a/source/games-extra/pipewalker/FrugalBuild 
b/source/games-extra/pipewalker/FrugalBuild
index 9dad6e8..9736bf6 100644
--- a/source/games-extra/pipewalker/FrugalBuild
+++ b/source/games-extra/pipewalker/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=pipewalker
-pkgver=0.5.1
+pkgver=0.6.1
pkgrel=1
pkgdesc=his game is a clone of NetWalk.You need to merge all workstations on 
map to one network and connect server.
depends=('mesa' 'sdl' 'libstdc++')
@@ -10,7 +10,7 @@ _F_sourceforge_ext=-src.tar.gz
Finclude sourceforge
groups=('games-extra')
archs=('i686' 'x86_64')
-sha1sums=('c1f90d8fa03d760f3b1338f34d622538cdcda61d')
+sha1sums=('a19de780c6be993ec4848eb179a305a221685eed')

build() {
Fbuild
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: bsnes-046-1-x86_64 * version bump

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8a5a0de110cdefe1f4e39721e4bc7f0ecc74d647

commit 8a5a0de110cdefe1f4e39721e4bc7f0ecc74d647
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 10:42:22 2009 +0200

bsnes-046-1-x86_64
* version bump

diff --git a/source/games-extra/bsnes/FrugalBuild 
b/source/games-extra/bsnes/FrugalBuild
index 06e7a42..797505f 100644
--- a/source/games-extra/bsnes/FrugalBuild
+++ b/source/games-extra/bsnes/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: James Buren r...@frugalware.org

pkgname=bsnes
-pkgver=045
-pkgrel=2
+pkgver=046
+pkgrel=1
pkgdesc=A newer snes emulator designed with accuracy in mind.
url=http://byuu.org/bsnes/;
depends=('mesa' 'sdl' 'libgl' 'libxv' 'libao' 'openal=1.7.411' 'libxtst' 
'libqtgui' 'libice' 'libxrender' 'libxdamage')
@@ -17,7 +17,7 @@ _F_desktop_icon=$pkgname
_F_desktop_categories=Game;Emulator;
_F_cd_path=src
options=('scriptlet')
-sha1sums=('538979c2ab96d9045bc9c9b59edda2775c7fb0ca')
+sha1sums=('8f0b35ef1fa8a62b5fa1cbaac44eb5d7b810e6ac')

build()
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tmw-0.0.29-1-x86_64 * version bump

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dfcf2411edf150f4b8e08f105182129266a3c743

commit dfcf2411edf150f4b8e08f105182129266a3c743
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 10:54:54 2009 +0200

tmw-0.0.29-1-x86_64
* version bump

diff --git a/source/games-extra/tmw/FrugalBuild 
b/source/games-extra/tmw/FrugalBuild
index 13d81fe..e330191 100644
--- a/source/games-extra/tmw/FrugalBuild
+++ b/source/games-extra/tmw/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=tmw
-pkgver=0.0.28.1
-pkgrel=2
+pkgver=0.0.29
+pkgrel=1
pkgdesc=The Mana World (TMW) is a serious effort to create an innovative free 
and open source MMORPG.
_F_sourceforge_dirname=themanaworld
_F_sourceforge_realname=The Mana World
@@ -13,6 +13,6 @@ depends=('sdlimage' 'sdl_mixer' 'guichan' 'libgl' 
'curl=7.19.0' 'sdl_net' 'phys
rodepends=('tmwmusic')
groups=('games-extra')
archs=('i686' 'x86_64')
-sha1sums=('fd88efd9a14c90bd372a682641a90288eccb5124')
+sha1sums=('d565911e3410120c1218befeece85c93c682a842')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: bleachbit-0.5.0-1-x86_64 * version bump

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=acf0c21245a955a41083bd527047f07e4561ed0f

commit acf0c21245a955a41083bd527047f07e4561ed0f
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 10:58:48 2009 +0200

bleachbit-0.5.0-1-x86_64
* version bump

diff --git a/source/xapps-extra/bleachbit/FrugalBuild 
b/source/xapps-extra/bleachbit/FrugalBuild
index ed2bd08..0d66550 100644
--- a/source/xapps-extra/bleachbit/FrugalBuild
+++ b/source/xapps-extra/bleachbit/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=bleachbit
-pkgver=0.4.2
+pkgver=0.5.0
pkgrel=1
pkgdesc=BleachBit deletes unnecessary files to free valuable disk space and 
maintain privacy.
depends=('pygtk')
@@ -11,7 +11,7 @@ _F_sourceforge_ext=.tar.bz2
Finclude sourceforge
groups=('xapps-extra')
archs=('i686' 'x86_64')
-sha1sums=('e8a25dc33ac4266dab9661d627cedc9739e1e5de')
+sha1sums=('ee32f513e6d02f7b67677f25cff9ec463918ddda')

build() {
Fsed prefix ?= /usr/local prefix ?= /usr Makefile
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pidgin-musictracker-0.4.18-1-x86_64 * version bump

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=76b930b3db6ddab342bfecc11f3cf162bdb8b321

commit 76b930b3db6ddab342bfecc11f3cf162bdb8b321
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 11:18:07 2009 +0200

pidgin-musictracker-0.4.18-1-x86_64
* version bump

diff --git a/source/xapps-extra/pidgin-musictracker/FrugalBuild 
b/source/xapps-extra/pidgin-musictracker/FrugalBuild
index 3a8b5dd..bbb7871 100644
--- a/source/xapps-extra/pidgin-musictracker/FrugalBuild
+++ b/source/xapps-extra/pidgin-musictracker/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=pidgin-musictracker
-pkgver=0.4.17
+pkgver=0.4.18
pkgrel=1
pkgdesc=A plugin for Pidgin which displays the music track currently playing.
depends=('gtk+2' 'glibc' 'libxau' 'libxdmcp' 'freetype2' 'dbus-glib' 'pcre' 
'libxext' 'libxdamage' 'pidgin')
@@ -11,6 +11,6 @@ _F_googlecode_ext=.tar.bz2
Finclude googlecode
groups=('xapps-extra')
archs=('i686' 'x86_64')
-sha1sums=('a190084fecc1e5bc37d9cafc24e469454a3226e6')
+sha1sums=('c8c7861bf7a64b4e7ef545675bffcb945cff')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: Added a progress bar to the log viewer * this fixes the window freeze problem especially when reading huge log files * closes #3715, #3716

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=0a6b331096e498e2b2f37dc17767ecd12a0952fc

commit 0a6b331096e498e2b2f37dc17767ecd12a0952fc
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 14:51:16 2009 +0530

Added a progress bar to the log viewer
* this fixes the window freeze problem especially when reading huge log files
* closes #3715, #3716

diff --git a/data/gfpm.glade b/data/gfpm.glade
index 69f6bbb..1b462be 100644
--- a/data/gfpm.glade
+++ b/data/gfpm.glade
@@ -2371,58 +2371,85 @@
property name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK 
| GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
property name=border_width5/property
property name=label_xalign0/property
-property name=shadow_typeout/property
child
widget class=GtkAlignment id=alignment6
property name=visibleTrue/property
property name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK 
| GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
child
-  widget class=GtkHPaned id=hpaned2
+  widget class=GtkVBox id=vbox1
property name=visibleTrue/property
-property name=can_focusTrue/property
-property name=eventsGDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK/property
-property name=border_width6/property
-property name=resize_modequeue/property
+property name=orientationvertical/property
child
-  widget class=GtkScrolledWindow 
id=scrolledwindow8
-property name=width_request160/property
+  widget class=GtkHPaned id=hpaned2
property name=visibleTrue/property
property name=can_focusTrue/property
property name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK 
| GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
-property 
name=hscrollbar_policyautomatic/property
-property 
name=vscrollbar_policyautomatic/property
+property name=border_width6/property
+property name=resize_modequeue/property
+child
+  widget class=GtkScrolledWindow 
id=scrolledwindow8
+property name=width_request160/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+property 
name=hscrollbar_policyautomatic/property
+property 
name=vscrollbar_policyautomatic/property
+child
+  widget class=GtkTreeView id=log_tvw
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+property 
name=headers_visibleFalse/property
+  /widget
+/child
+  /widget
+  packing
+property name=resizeFalse/property
+property name=shrinkTrue/property
+  /packing
+/child
child
-  widget class=GtkTreeView id=log_tvw
+  widget class=GtkScrolledWindow 
id=scrolledwindow10
property name=visibleTrue/property
property name=can_focusTrue/property
property name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK 
| GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
-property 
name=headers_visibleFalse/property
+property 
name=hscrollbar_policyautomatic/property
+property 
name=vscrollbar_policyautomatic/property
+child
+  widget class=GtkTextView id=log_txtvw
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+  /widget
+/child
/widget
+

[Frugalware-git] frugalware-current: zziplib-0.13.54-1-i686 version bump

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7ba60a342a252f4c3fdbe6d0ea96c924fb16823a

commit 7ba60a342a252f4c3fdbe6d0ea96c924fb16823a
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 11:42:06 2009 +0200

zziplib-0.13.54-1-i686
version bump

diff --git a/source/lib-extra/zziplib/FrugalBuild 
b/source/lib-extra/zziplib/FrugalBuild
index f74a1f7..7ee599a 100644
--- a/source/lib-extra/zziplib/FrugalBuild
+++ b/source/lib-extra/zziplib/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

pkgname=zziplib
-pkgver=0.13.49
-pkgrel=2
+pkgver=0.13.54
+pkgrel=1
pkgdesc=easily extract data from files archived in a single zip file
depends=('zlib')
groups=('lib-extra')
@@ -14,9 +14,6 @@ url=http://zziplib.sourceforge.net/;
up2date=lynx -dump 
'http://sourceforge.net/project/showfiles.php?group_id=6389package_id=35602' | 
grep 'zziplib-[0-9]\+\.[0-9\.]\+' | head -n 1 | sed 
's/.*zziplib-\([0-9\.]\+\)\.tar\.bz2.*/\1/'

build() {
-   Fcd
-   ## we need autoreconf first
-   Fautoreconf
Fconf
make || return 1
make test || return 1
@@ -28,4 +25,4 @@ build() {
}

# optimization OK
-sha1sums=('72825fcbab93377d7866a8e6a9dfdef53f0343fa')
+sha1sums=('b635b58f07ccf50a681458afb53514ac5c837ccf')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: drupal6-token-6.x_1.11-1-i686 new package / initial import

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7087cbc1afa631b2fffec4747e457f7c6de9b2a6

commit 7087cbc1afa631b2fffec4747e457f7c6de9b2a6
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 11:43:56 2009 +0200

drupal6-token-6.x_1.11-1-i686
new package / initial import

diff --git a/source/network-extra/drupal6-token/FrugalBuild 
b/source/network-extra/drupal6-token/FrugalBuild
new file mode 100644
index 000..9aa375e
--- /dev/null
+++ b/source/network-extra/drupal6-token/FrugalBuild
@@ -0,0 +1,10 @@
+# Compiling Time: 0 SBU
+# Maintainer: CSÉCSY László boo...@frugalware.org
+
+_F_drupal_module=token
+_F_drupal_ver=6.x
+pkgver=6.x_1.11
+pkgrel=1
+pkgdesc=Provides an API to use small bits of text that can be placed into 
Drupal paths
+Finclude drupal
+sha1sums=('90a3eff98ee7deeb898d5fb31ba7f8bdee72262a')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: gfpm-logviewer: Convert the output of strftime() to valid utf-8 before displaying it * Fixes problem of accents not being shown correctly in languages like fr_FR * Closes #3714

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=4f9351a71fb0c289250fd6723545f7e1db0cb643

commit 4f9351a71fb0c289250fd6723545f7e1db0cb643
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 15:14:33 2009 +0530

gfpm-logviewer: Convert the output of strftime() to valid utf-8 before 
displaying it
* Fixes problem of accents not being shown correctly in languages like fr_FR
* Closes #3714

diff --git a/src/gfpm-logviewer.c b/src/gfpm-logviewer.c
index cbfa1a8..7dd5761 100644
--- a/src/gfpm-logviewer.c
+++ b/src/gfpm-logviewer.c
@@ -180,8 +180,11 @@ _gfpm_logviewer_populate (void)
prev_year = (t-tm_year+1900);
if (prev_month != (t-tm_mon+1))
{
-   char day[64] = ;
-   strftime (day, 64, %B %Y, t);
+   char tday[64] = ;
+   char *day = NULL;
+   strftime (tday, 64, %B %Y, t);
+   /* convert to utf-8 */
+   day = g_convert (tday, 
strlen(tday), UTF-8, , NULL, NULL, NULL);
prev_month = t-tm_mon+1;
li = (LogViewItem*) malloc(sizeof(LogViewItem));

@@ -193,8 +196,11 @@ _gfpm_logviewer_populate (void)
}
if (prev_month != (t-tm_mon+1))
{
-   char day[64] = ;
-   strftime (day, 64, %B %Y, t);
+   char tday[64] = ;
+   char *day = NULL;
+   strftime (tday, 64, %B %Y, t);
+   /* convert to utf-8 */
+   day = g_convert (tday, strlen(tday), 
UTF-8, , NULL, NULL, NULL);
li = (LogViewItem*) malloc(sizeof(LogViewItem));
prev_month = t-tm_mon+1;
li-label = g_strdup (day);
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: drupal6-auto_nodetitle-6.x_1.1-1-i686 new package / initial import

2009-05-30 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e35fa208e2355806b9ac3ef4f03a18be4894bc4f

commit e35fa208e2355806b9ac3ef4f03a18be4894bc4f
Author: CSÉCSY László boo...@frugalware.org
Date:   Sat May 30 11:46:33 2009 +0200

drupal6-auto_nodetitle-6.x_1.1-1-i686
new package / initial import

diff --git a/source/network-extra/drupal6-auto_nodetitle/FrugalBuild 
b/source/network-extra/drupal6-auto_nodetitle/FrugalBuild
new file mode 100644
index 000..ad881d7
--- /dev/null
+++ b/source/network-extra/drupal6-auto_nodetitle/FrugalBuild
@@ -0,0 +1,10 @@
+# Compiling Time: 0 SBU
+# Maintainer: CSÉCSY László boo...@frugalware.org
+
+_F_drupal_module=auto_nodetitle
+_F_drupal_ver=6.x
+pkgver=6.x_1.1
+pkgrel=1
+pkgdesc=A small and efficient Drupal module that allows hiding of the node 
title field
+Finclude drupal
+sha1sums=('91fa69bd4f09e9f4841f7740f117ae62ee055b04')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: sqlite3-emul-3.6.14.1_1-1-x86_64

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=96bb5c067d8d1337c5d0b4550ff031444bce4858

commit 96bb5c067d8d1337c5d0b4550ff031444bce4858
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 11:54:35 2009 +0200

sqlite3-emul-3.6.14.1_1-1-x86_64

version bump

diff --git a/source/emul-extra/sqlite3-emul/FrugalBuild 
b/source/emul-extra/sqlite3-emul/FrugalBuild
index 5222956..82f30d3 100644
--- a/source/emul-extra/sqlite3-emul/FrugalBuild
+++ b/source/emul-extra/sqlite3-emul/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=sqlite3-emul
-pkgver=3.6.13_1
+pkgver=3.6.14.1_1
pkgrel=1
pkgdesc=A C library that implements an SQL database engine for emulation of 
i686 on x86_64
url=http://www.sqlite.org/;
depends=('readline-emul')
groups=('emul-extra')
Finclude emul
-sha1sums=('e16efd21123d7a6e0175f4758593d269d977d9c8')
+sha1sums=('a1339880aca00ae4a30aef9f36b36785e2980e78')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: glib2-emul-2.20.2_1-1-x86_64

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8b57f62486e4b698696200e5c719f0bb84f00cbb

commit 8b57f62486e4b698696200e5c719f0bb84f00cbb
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 12:00:19 2009 +0200

glib2-emul-2.20.2_1-1-x86_64

version bump

diff --git a/source/emul-extra/glib2-emul/FrugalBuild 
b/source/emul-extra/glib2-emul/FrugalBuild
index b24547e..9255ad1 100644
--- a/source/emul-extra/glib2-emul/FrugalBuild
+++ b/source/emul-extra/glib2-emul/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=glib2-emul
-pkgver=2.20.1_1
+pkgver=2.20.2_1
pkgrel=1
pkgdesc=Common C routines used by GTK+2 and other libraries
url=http://www.gtk.org;
@@ -10,4 +10,4 @@ depends=('glibc-emul')
groups=('emul-extra')
archs=('!i686' 'x86_64')
Finclude emul
-sha1sums=('1831c5b925187ff3006cc3f00898b71bf6a1201e')
+sha1sums=('d8a34003467f60e4d490ae24d291f0a6608169b6')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: gfpm-logviewer: Don't destroy the logviewer dialog on delete-event

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=a65d90a7cb881af74fbcab6acee5aa70da6c0ace

commit a65d90a7cb881af74fbcab6acee5aa70da6c0ace
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 15:33:27 2009 +0530

gfpm-logviewer: Don't destroy the logviewer dialog on delete-event

diff --git a/src/gfpm-logviewer.c b/src/gfpm-logviewer.c
index 7dd5761..846d377 100644
--- a/src/gfpm-logviewer.c
+++ b/src/gfpm-logviewer.c
@@ -86,6 +86,11 @@ gfpm_logviewer_init (void)
sel = gtk_tree_view_get_selection (GTK_TREE_VIEW(gfpm_logviewer_tvw));
g_signal_connect (G_OBJECT(sel), changed, 
G_CALLBACK(cb_gfpm_logviewer_tvw_row_activated), NULL);

+   /* hide window on delete-event */
+   g_signal_connect (G_OBJECT(gfpm_logviewer_dlg),
+   delete-event,
+   G_CALLBACK(gtk_widget_hide),
+   (gpointer)gfpm_logviewer_dlg);
return;
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: gfpm-optimizedb: Don't destroy the optimize package database dialog on delete-event * Closes #3713

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=ebf917f385070ef28d948cf3e00785d873a6ae8a

commit ebf917f385070ef28d948cf3e00785d873a6ae8a
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 15:30:51 2009 +0530

gfpm-optimizedb: Don't destroy the optimize package database dialog on 
delete-event
* Closes #3713

diff --git a/src/gfpm-optimizedb.c b/src/gfpm-optimizedb.c
index 164cbdd..e13bed0 100644
--- a/src/gfpm-optimizedb.c
+++ b/src/gfpm-optimizedb.c
@@ -1,7 +1,7 @@
/*
*  gfpm-optimizedb.c for gfpm
*
- *  Copyright (C) 2006-2008 by Priyank Gosalia priyan...@gmail.com
+ *  Copyright (C) 2006-2009 by Priyank Gosalia priyan...@gmail.com
*  Based on pacman-optimize written by Judd Vinet
*  Copyright (C) 2002-2006 Judd Vinet jvi...@zeroflux.org
*
@@ -62,6 +62,10 @@ gfpm_optimize_db_dlg_init (void)
clicked,
G_CALLBACK(gfpm_optimize_db_dlg_hide),
NULL);
+   g_signal_connect (G_OBJECT(gfpm_optimize_db_dlg),
+   delete-event,
+   G_CALLBACK(gtk_widget_hide),
+   (gpointer)gfpm_optimize_db_dlg);

return;
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: Prevent a freeze when package search doesnt yield any results.

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=b894ab11cc7a062e90f9d7521ed2fb83980e2b9f

commit b894ab11cc7a062e90f9d7521ed2fb83980e2b9f
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 15:45:17 2009 +0530

Prevent a freeze when package search doesnt yield any results.

diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c
index c30a936..1d5e68d 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -1889,6 +1889,8 @@ gfpm_search (GtkWidget *widget)
if (l == NULL)
{
g_print (NOT FOUND !!!\n);
+   gdk_flush ();
+   gdk_threads_leave ();
//gfpm_error (_(Package not found), _(No such package found));
goto cleanup;
}
@@ -2005,14 +2007,12 @@ gfpm_search (GtkWidget *widget)
pacman_db_unregister (search_db);
}

+   cleanup:
gfpm_update_status (_(Searching for packages ...DONE));
-
g_object_unref (icon_yes);
g_object_unref (icon_no);
g_object_unref (icon_up);
g_object_unref (icon_ln);
-
-   cleanup:
g_mutex_unlock (search_mutex);

return;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gmp-emul-4.3.1_1-1-x86_64

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=057cf726abd5623e55043224ac69f4e4bef30e23

commit 057cf726abd5623e55043224ac69f4e4bef30e23
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 12:16:53 2009 +0200

gmp-emul-4.3.1_1-1-x86_64

version bump

diff --git a/source/emul-extra/gmp-emul/FrugalBuild 
b/source/emul-extra/gmp-emul/FrugalBuild
index a4d5957..08bc012 100644
--- a/source/emul-extra/gmp-emul/FrugalBuild
+++ b/source/emul-extra/gmp-emul/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=gmp-emul
-pkgver=4.3.0_1
+pkgver=4.3.1_1
pkgrel=1
pkgdesc=GNU multiple precision arithmetic library (32bit emul)
url=http://swox.com/gmp/;
@@ -10,4 +10,4 @@ depends=('libstdc++-emul')
groups=('emul-extra')
archs=('!i686' 'x86_64')
Finclude emul
-sha1sums=('02d57c988665960f299a300b1a416c288095b0bf')
+sha1sums=('69d0aaf5388f1d3478de7ef155038720acecd71e')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: procps-emul-3.2.8_1-1-x86_64

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7cc3f6ce52855afaceaeeb0e51a3015b79aef24e

commit 7cc3f6ce52855afaceaeeb0e51a3015b79aef24e
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 12:27:17 2009 +0200

procps-emul-3.2.8_1-1-x86_64

version bump

diff --git a/source/emul-extra/procps-emul/FrugalBuild 
b/source/emul-extra/procps-emul/FrugalBuild
index e6c97b9..179e123 100644
--- a/source/emul-extra/procps-emul/FrugalBuild
+++ b/source/emul-extra/procps-emul/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=procps-emul
-pkgver=3.2.7_6
+pkgver=3.2.8_1
pkgrel=1
pkgdesc=utilities for displaying process information (32bit emul)
url=http://procps.sourceforge.net;
@@ -10,4 +10,4 @@ depends=('ncurses-emul')
groups=('emul-extra')
archs=('!i686' 'x86_64')
Finclude emul
-sha1sums=('e7008c4aa0a2f0211aa2f2ed1d4b10b9ad225ed4')
+sha1sums=('a8b0f62065446206652e8d7308f3a91dee60d913')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: updates for 1.2.3

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=012e979bde75f28f82627dd4f69f535db16dcc0f

commit 012e979bde75f28f82627dd4f69f535db16dcc0f
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 15:59:59 2009 +0530

updates for 1.2.3

diff --git a/NEWS b/NEWS
index afd27ad..e7aef72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
VERSION DESCRIPTION
--
+1.2.3  - BUGFIX (#3712, #3752, #3790): Fix 
crashes/lockups during package search
+ BUGFIX (#3687): Truncated Text in the 
preferences window (wasnt fixed in 1.2.2)
+ BUGFIX (#3715, #3716): Added a 
progress bar to the logviewer to prevent lockups when reading huge log files
+ BUGFIX (#3714): Accents not displayed 
correctly in log viewer.
+ BUGFIX (#3713): Don't destroy the 
optimize database dialog on delete-event
+ Don't destroy the log viewer dialog 
on delete-event
1.2.2   - BUGFIX (#3691): UI freezes for a 
while when searching packages
BUGFIX (#3687): Truncated Text in the preferences window
BUGFIX (#3686): Prevent preferences window from being destroyed on delete-event
diff --git a/configure.ac b/configure.ac
index 73883ac..ef7a230 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
ENV_CFLAGS=$CFLAGS

AC_PREREQ(2.59)
-AC_INIT([Gfpm], 1.2.2, [priyan...@gmail.com], gfpm)
+AC_INIT([Gfpm], 1.2.3, [priyan...@gmail.com], gfpm)
AC_DEFINE_UNQUOTED([GFPM_RELEASE_NAME], [Eris], [Release codenames])
AC_CONFIG_SRCDIR([src/gfpm.c])
AC_LANG(C)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: alsa-lib-emul-1.0.20_1-1-x86_64

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44fbec1e15594a672c63d93916cfe7940fd96237

commit 44fbec1e15594a672c63d93916cfe7940fd96237
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 12:32:37 2009 +0200

alsa-lib-emul-1.0.20_1-1-x86_64

version bump

diff --git a/source/emul-extra/alsa-lib-emul/FrugalBuild 
b/source/emul-extra/alsa-lib-emul/FrugalBuild
index 9a322d5..78e51a1 100644
--- a/source/emul-extra/alsa-lib-emul/FrugalBuild
+++ b/source/emul-extra/alsa-lib-emul/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=alsa-lib-emul
-pkgver=1.0.19_1
+pkgver=1.0.20_1
pkgrel=1
pkgdesc=An alternative implementation of Linux sound support (32bit emul)
url=http://www.alsa-project.org/;
@@ -10,4 +10,4 @@ depends=('glibc-emul')
groups=('emul-extra')
archs=('!i686' 'x86_64')
Finclude emul
-sha1sums=('eac1242a85a8094289aaad99843800e5d76f8fc4')
+sha1sums=('0e42f912b6eb678882ea86df48bcc397759c171d')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: module-init-tools-3.9-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9b38059a631f330cef3ed62014a343f003a239da

commit 9b38059a631f330cef3ed62014a343f003a239da
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 11:43:46 2009 +0200

module-init-tools-3.9-1-i686

- version bump

diff --git a/source/base/module-init-tools/FrugalBuild 
b/source/base/module-init-tools/FrugalBuild
index 7b164c3..169b540 100644
--- a/source/base/module-init-tools/FrugalBuild
+++ b/source/base/module-init-tools/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=module-init-tools
-pkgver=3.8
+pkgver=3.9
pkgrel=1
pkgdesc=Utilities for inserting and removing modules from the Linux kernel
url=http://kerneltools.org/KernelTools.org;
@@ -15,7 +15,7 @@ _F_archive_grepv=pre
up2date=Flasttar 
http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/;
source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/$pkgname-$pkgver.tar.bz2
rc.modules modules binfmt_misc.conf)
-sha1sums=('28cb40b5a94d6d10df144b821350dd87a749707e' \
+sha1sums=('3f61aea95910a4218db5c0f2436c2906848c2454' \
'2946433739d105c569a8f0b15bb41a7403a52b5c' \
'07c76e65af673c8aad478ad78ef2d750b8ea407e' \
'73cef31f3c1f924c3ef1cd112672ffda750266a5')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lesstif-0.95.2-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=982cb7c25bad3846bfcba851b453d186219667ce

commit 982cb7c25bad3846bfcba851b453d186219667ce
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 11:48:00 2009 +0200

lesstif-0.95.2-1-i686

- version bump

diff --git a/source/xlib-extra/lesstif/CAN-2005-0605.patch 
b/source/xlib-extra/lesstif/CAN-2005-0605.patch
deleted file mode 100644
index f706a4d..000
--- a/source/xlib-extra/lesstif/CAN-2005-0605.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 lesstif-0.95.0/lib/Xm-2.1/Xpmscan.c.BAD2006-08-29 14:34:31.0 
-0500
-+++ lesstif-0.95.0/lib/Xm-2.1/Xpmscan.c2006-08-29 14:36:05.0 
-0500
-@@ -672,8 +672,8 @@
- char *dst;
- unsigned int *iptr;
- char *data;
--unsigned int x, y, i;
--int bits, depth, ibu, ibpp, offset;
-+unsigned int x, y;
-+int bits, depth, ibu, ibpp, offset, i;
- unsigned long lbt;
- Pixel pixel, px;
-
-@@ -684,6 +684,9 @@
- ibpp = image-bits_per_pixel;
- offset = image-xoffset;
-
-+if (image-bitmap_unit  0)
-+  return (XpmNoMemory);
-+
- if ((image-bits_per_pixel | image-depth) == 1) {
-   ibu = image-bitmap_unit;
-   for (y = 0; y  height; y++)
 lesstif-0.95.0/lib/Xm-2.1/Xpmcreate.c.BAD  2006-08-29 14:36:13.0 
-0500
-+++ lesstif-0.95.0/lib/Xm-2.1/Xpmcreate.c  2006-08-29 14:36:36.0 
-0500
-@@ -1265,10 +1265,10 @@
- register char *src;
- register char *dst;
- register unsigned int *iptr;
--register unsigned int x, y, i;
-+register unsigned int x, y;
- register char *data;
- Pixel pixel, px;
--int nbytes, depth, ibu, ibpp;
-+int nbytes, depth, ibu, ibpp, i;
-
- data = image-data;
- iptr = pixelindex;
diff --git a/source/xlib-extra/lesstif/FrugalBuild 
b/source/xlib-extra/lesstif/FrugalBuild
index a310453..02fee67 100644
--- a/source/xlib-extra/lesstif/FrugalBuild
+++ b/source/xlib-extra/lesstif/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=lesstif
-pkgver=0.95.0
-pkgrel=3
+pkgver=0.95.2
+pkgrel=1
pkgdesc=A free replacement for OSF/Motif(R)
depends=('libxp' 'libxt' 'libxft' 'libxrender' 'fontconfig' 'freetype2' 
'renderproto')
groups=('xlib-extra')
@@ -11,10 +11,8 @@ archs=('i686' 'x86_64')
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge
url=http://www.lesstif.org/;
-source=($source c++fix.patch CAN-2005-0605.patch lesstif.sh)
-sha1sums=('2a6f20d3bd525e6066ba2be22d8a47bf4bcd0425'\
-  '30947900c9ccb3802acc97dc42a58285f92fecb8'\
-  '0531ac69cc4daee9cec724b57efaac74f4379ed1'\
+source=($source lesstif.sh)
+sha1sums=('b894e544d529a235a6a665d48ca94a465f44a4e5' \
'd5f384b2e1503679f736483f81974a9462c17f82')

build()
@@ -22,7 +20,7 @@ build()
Fbuild --enable-utf8 --enable-production --enable-verbose=no \
--with-x
Fmkdir /usr/lib/lesstif/lib
-   for i in bin man include share LessTif
+   for i in bin include share LessTif
do
Fmv /usr/$i /usr/lib/lesstif
done
diff --git a/source/xlib-extra/lesstif/c++fix.patch 
b/source/xlib-extra/lesstif/c++fix.patch
deleted file mode 100644
index 3861c09..000
--- a/source/xlib-extra/lesstif/c++fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 lesstif-0.95.0/include/Motif-2.1/Xm/VendorSP.h.BAD 2006-08-30 
11:00:30.0 -0500
-+++ lesstif-0.95.0/include/Motif-2.1/Xm/VendorSP.h 2006-08-30 
11:00:47.0 -0500
-@@ -28,12 +28,13 @@
-
- #include Xm/XmP.h
- #include Xm/VendorS.h
--#include X11/ShellP.h
-
- #ifdef __cplusplus
- extern C {
- #endif
-
-+#include X11/ShellP.h
-+
- XMLIBEXPORT extern Cardinal _XmFilterResources(XtResource *resources,
-  Cardinal numResources,
-  WidgetClass filterClass,
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: busybox-1.14.1-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3327ade537a5a9a484c28dc8c324014b8bbdfa6f

commit 3327ade537a5a9a484c28dc8c324014b8bbdfa6f
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 11:50:37 2009 +0200

busybox-1.14.1-1-i686

- version bump

diff --git a/source/apps-extra/busybox/FrugalBuild 
b/source/apps-extra/busybox/FrugalBuild
index 1262c4b..ac16585 100644
--- a/source/apps-extra/busybox/FrugalBuild
+++ b/source/apps-extra/busybox/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=busybox
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc=Utilities for rescue and embedded systems.
url=http://www.busybox.net/;
@@ -12,7 +12,7 @@ archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump 'http://busybox.net/'|grep '(stable)'|sed 's/[^,]*BusyBox 
\([0-9.]*\) (.*/\1/'|Fsort|tail -n 1
source=(http://www.busybox.net/downloads/busybox-$pkgver.tar.bz2 config)
# NOTE: we can't use signatures() here as the author signes only the checksums
-sha1sums=('fa9789a9b104887a754ca2cff224b89f427b83cf' \
+sha1sums=('5399439c4e17b6995cf3634aa16b3cf2bbe47ec3' \
'ca0dc676d288a9eec0fd4e324ac68e5226a6d286')

build()
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gdal-1.6.1-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e6048fa3cf137ae673bdad6522abbb447c7ffecc

commit e6048fa3cf137ae673bdad6522abbb447c7ffecc
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 12:26:27 2009 +0200

gdal-1.6.1-1-i686

- version bump

diff --git a/source/apps-extra/gdal/FrugalBuild 
b/source/apps-extra/gdal/FrugalBuild
index 1e12d67..5202896 100644
--- a/source/apps-extra/gdal/FrugalBuild
+++ b/source/apps-extra/gdal/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Janos Kovacs ja...@frugalware.org

pkgname=gdal
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
pkgdesc=GDAL - a translator library for raster geospatial data formats
url=http://www.gdal.org/;
license=MIT licence; Copyright by Frank Warmerdam
@@ -14,7 +14,7 @@ groups=('apps-extra')
up2date=lynx -dump http://download.osgeo.org/gdal/|grep 
$pkgname-[0-9\.]*\.tar.gz$ |tail -n 1 |sed -ne 's/.*-\(.*\)\.t.*/\1/;1 p'
source=(http://download.osgeo.org/gdal/$pkgname-$pkgver.tar.gz)
Finclude python
-sha1sums=('cae5a891231ee5794350d1626a688d802a429423')
+sha1sums=('b2091a3830d8230a97aa0ced429935e7caef00ee')

build() {
Fbuild --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: b2evolution-2.4.7-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1dd66017cf515de3830021c65e6fa1c42b99d28b

commit 1dd66017cf515de3830021c65e6fa1c42b99d28b
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 11:52:50 2009 +0200

b2evolution-2.4.7-1-i686

- version bump

diff --git a/source/network-extra/b2evolution/FrugalBuild 
b/source/network-extra/b2evolution/FrugalBuild
index ed2570b..30048d6 100644
--- a/source/network-extra/b2evolution/FrugalBuild
+++ b/source/network-extra/b2evolution/FrugalBuild
@@ -2,12 +2,12 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=b2evolution
-pkgver=2.4.6
+pkgver=2.4.7
pkgrel=1
pkgdesc=A powerful blog tool you can install on your own website.
_F_sourceforge_dirname=evocms
# see http://b2evolution.net/downloads/index.html
-_F_sourceforge_ext=-stable-2009-01-12.zip
+_F_sourceforge_ext=-stable-2009-05-27.zip
Finclude sourceforge
url=http://b2evolution.net/;
rodepends=('apache' 'php' 'mysql' 'webappconfig')
@@ -17,7 +17,7 @@ archs=('i686' 'x86_64')
up2date=lynx -dump http://b2evolution.net/downloads/index.html|grep Stable|sed 
's/ \+\([0-9.]*\) .*/\1/;q'
backup=(var/www/b2evolution/blogs/conf/_basic_config.php)
source=($source b2evosetup README.Frugalware)
-sha1sums=('7929652cd46fd342731b7d181f084fbc5ef1a6d6' \
+sha1sums=('b790a702998b93afd9c9dd19207d6dcaf9339657' \
'8341c7f3831489959840a5d0f5eb55c6afb6fc58' \
'3b1583125ff4604da9519c05675e2e7a310681cb')
options=('stick')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: squirrelmail-1.4.19-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=41a7638279dfc9a1f92e81b9507706a3d96b704d

commit 41a7638279dfc9a1f92e81b9507706a3d96b704d
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 12:31:39 2009 +0200

squirrelmail-1.4.19-1-i686

- version bump
- avoid Fcpr
- closes #3779

diff --git a/source/network-extra/squirrelmail/FrugalBuild 
b/source/network-extra/squirrelmail/FrugalBuild
index a4d7b1b..cc44e2b 100644
--- a/source/network-extra/squirrelmail/FrugalBuild
+++ b/source/network-extra/squirrelmail/FrugalBuild
@@ -3,10 +3,10 @@
# Contributor: Kapolnasi Tamas kta...@tdc.hu

pkgname=squirrelmail
-pkgver=1.4.17
+pkgver=1.4.19
pkgextraver=
compatpluginver=2.0.9-1.0
-pkgrel=2
+pkgrel=1
pkgdesc=SquirrelMail is a standards-based webmail package written in PHP
rodepends=('php' 'php-pear-db')
backup=(var/www/squirrelmail/config/config.php \
@@ -21,7 +21,7 @@ else
up2date=lynx -dump http://www.squirrelmail.org/download.php|grep 
'squirrelmail-'|sed -n 's/.*squirrelmail-\(.*\)\.t.*/\1/; 1 p' |sed 
s/$pkgextraver//
fi
source=($source 
http://www.$pkgname.org/plugins/compatibility-$compatpluginver.tar.gz 
README.Frugalware)
-sha1sums=('ac2ed4ac009405b3ab256b3b6724d7368082bee1' \
+sha1sums=('673e5da4018c854ff6e8a7ea24ce754d28ce7fc3' \
'25779cf0d97b10b9dfe41c2580b723eb6bcb5f9e' \
'1bfe33f98b235076efc97764d8b0224fb1141f65')

@@ -29,11 +29,11 @@ build()
{
Fcd ${pkgname}-${pkgver}${pkgextraver}
Fmkdir /var/www/ /usr/share/$pkgname
-Fcpr ${pkgname}-${pkgver}${pkgextraver}/* usr/share/${pkgname}/
+Fcp ${pkgname}-${pkgver}${pkgextraver}/* usr/share/${pkgname}/
Fln /usr/share/${pkgname} /var/www/squirrelmail
chown nobody $Fdestdir/usr/share/${pkgname}/data || Fdie
Fdoc README.Frugalware
# compatibility plugin
-   Fcpr compatibility usr/share/${pkgname}/plugins/
+   Fcp compatibility usr/share/${pkgname}/plugins/
Fsed sqauth_save_password redeclare_sqauth_save_password 
$Fdestdir/usr/share/squirrelmail/plugins/compatibility/includes/1.5.1/global.php
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: FSA606-wireshark

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=96306bd0bdaf34fcb0ef16e8fc56c5a90e03eb6b

commit 96306bd0bdaf34fcb0ef16e8fc56c5a90e03eb6b
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 12:39:00 2009 +0200

FSA606-wireshark

diff --git a/frugalware/xml/security.xml b/frugalware/xml/security.xml
index 7ba6376..5efb425 100644
--- a/frugalware/xml/security.xml
+++ b/frugalware/xml/security.xml
@@ -26,6 +26,18 @@

fsas
fsa
+   id606/id
+   date2009-05-30/date
+   authorMiklos Vajna/author
+   packagewireshark/package
+   vulnerable1.0.7-1anacreon1/vulnerable
+   unaffected1.0.8-1anacreon1/unaffected
+   btshttp://bugs.frugalware.org/task/3787/bts
+   cveNo CVE reference, see 
http://www.wireshark.org/security/wnpa-sec-2009-03.html./cve
+   descA vulnerability has been reported in Wireshark, which can 
be exploited by malicious people to cause a DoS (Denial of Service).
+   The vulnerability is caused due to an error in the 
PCNFSD dissector and can be exploited to cause a crash via a specially crafted 
PCNFSD packet./desc
+   /fsa
+   fsa
id605/id
date2009-05-18/date
authorMiklos Vajna/author
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: coreutils-emul-7.4_1-1-x86_64

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=79c420a3777a44097ec3406ce1818247c4733fa8

commit 79c420a3777a44097ec3406ce1818247c4733fa8
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 12:39:18 2009 +0200

coreutils-emul-7.4_1-1-x86_64

version bump

diff --git a/source/emul-extra/coreutils-emul/FrugalBuild 
b/source/emul-extra/coreutils-emul/FrugalBuild
index e1502de..9cf348e 100644
--- a/source/emul-extra/coreutils-emul/FrugalBuild
+++ b/source/emul-extra/coreutils-emul/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=coreutils-emul
-pkgver=7.2_1
+pkgver=7.4_1
pkgrel=1
pkgdesc=These are the GNU core utilities, the basic command line programs for 
emulation of i686 on x86_64
url=http://www.gnu.org/software/coreutils;
@@ -10,4 +10,4 @@ depends=('glibc-emul')
groups=('emul-extra')
archs=('!i686' 'x86_64')
Finclude emul
-sha1sums=('eb44d499cff1d8cc5d59070f56101bcd151b3686')
+sha1sums=('d7e4e0145e1162f054b56b650612de5e02a05db9')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: FSA607-ntp

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e89e27fb7e5d5be185ccf9222fd37984b7d51cba

commit e89e27fb7e5d5be185ccf9222fd37984b7d51cba
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 12:41:58 2009 +0200

FSA607-ntp

diff --git a/frugalware/xml/security.xml b/frugalware/xml/security.xml
index 5efb425..cf56560 100644
--- a/frugalware/xml/security.xml
+++ b/frugalware/xml/security.xml
@@ -26,6 +26,19 @@

fsas
fsa
+   id607/id
+   date2009-05-30/date
+   authorMiklos Vajna/author
+   packagentp/package
+   vulnerable4.2.4p6-1/vulnerable
+   unaffected4.2.4p7-1anacreon1/unaffected
+   btshttp://bugs.frugalware.org/task/3792/bts
+   
cvehttp://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1252/cve
+   descA vulnerability has been reported in NTP, which can be 
exploited by malicious people to cause a DoS (Denial of Service) or compromise 
a vulnerable system.
+   The vulnerability is caused due to a boundary error 
within the crypto_recv() function in ntpd/ntp_crypto.c. This can be exploited 
to cause a stack-based buffer overflow via a specially crafted packet sent to 
the ntpd.
+   Successful exploitation allows execution of arbitrary 
code, but requires that Autokey Authentication is configured via crypto pw 
[password] in ntp.conf./desc
+   /fsa
+   fsa
id606/id
date2009-05-30/date
authorMiklos Vajna/author
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: sed-emul-4.2_1-1-x86_64

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1859b57e0f15c71bc6408f451a6bc2796d06f20b

commit 1859b57e0f15c71bc6408f451a6bc2796d06f20b
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 12:49:38 2009 +0200

sed-emul-4.2_1-1-x86_64

version bump

diff --git a/source/emul-extra/sed-emul/FrugalBuild 
b/source/emul-extra/sed-emul/FrugalBuild
index 58caf04..a8204b6 100644
--- a/source/emul-extra/sed-emul/FrugalBuild
+++ b/source/emul-extra/sed-emul/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=sed-emul
-pkgver=4.1.5_3
+pkgver=4.2_1
pkgrel=1
pkgdesc=GNU version of sed, a stream editor for emulation of i686 on x86_64
url=http://www.gnu.org/software/sed;
depends=('glibc-emul')
groups=('emul-extra')
Finclude emul
-sha1sums=('016409d9748100d4e0c16a3adfb9bc15c7408b74')
+sha1sums=('e2a1de1d4c2661341947e5410e2c6c65e28cde7c')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: TAG 1.2.3

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=4484ddb0e071cddf11dc95156109427c32efe3ee

commit 4484ddb0e071cddf11dc95156109427c32efe3ee
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 16:29:22 2009 +0530

TAG 1.2.3
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-1.0: squirrelmail-1.4.17-3anacreon1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.0.git;a=commitdiff;h=c4720ab81beb785d3d0aabc73e9c09c607ab72f0

commit c4720ab81beb785d3d0aabc73e9c09c607ab72f0
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 13:22:35 2009 +0200

squirrelmail-1.4.17-3anacreon1-i686

- backport 41a7638
- closes #3779

diff --git a/source/network-extra/squirrelmail/CVE-2009-1579.patch 
b/source/network-extra/squirrelmail/CVE-2009-1579.patch
new file mode 100644
index 000..94caafc
--- /dev/null
+++ b/source/network-extra/squirrelmail/CVE-2009-1579.patch
@@ -0,0 +1,12 @@
+--- squirrelmail/functions/imap_general.php2009/05/11 22:08:25 13673
 squirrelmail/functions/imap_general.php2009/05/11 22:17:35 13674
+@@ -973,7 +973,8 @@
+  * LDAP whatever way to find the users IMAP server.
+  */
+ function map_yp_alias($username) {
++   $escusername = escapeshellarg($username);
++   $yp = `ypmatch $escusername aliases`;
+-   $yp = `ypmatch $username aliases`;
+return chop(substr($yp, strlen($username)+1));
+ }
+
diff --git a/source/network-extra/squirrelmail/FrugalBuild 
b/source/network-extra/squirrelmail/FrugalBuild
index 83902a6..7f3d8c7 100644
--- a/source/network-extra/squirrelmail/FrugalBuild
+++ b/source/network-extra/squirrelmail/FrugalBuild
@@ -6,7 +6,7 @@ pkgname=squirrelmail
pkgver=1.4.17
pkgextraver=
compatpluginver=2.0.9-1.0
-pkgrel=2anacreon1
+pkgrel=3anacreon1
pkgdesc=SquirrelMail is a standards-based webmail package written in PHP
rodepends=('php' 'php-pear-db')
backup=(var/www/squirrelmail/config/config.php \
@@ -20,14 +20,16 @@ if [ x$pkgextraver == x ]; then
else
up2date=lynx -dump http://www.squirrelmail.org/download.php|grep 
'squirrelmail-'|sed -n 's/.*squirrelmail-\(.*\)\.t.*/\1/; 1 p' |sed 
s/$pkgextraver//
fi
-source=($source 
http://www.$pkgname.org/plugins/compatibility-$compatpluginver.tar.gz 
README.Frugalware)
+source=($source 
http://www.$pkgname.org/plugins/compatibility-$compatpluginver.tar.gz 
README.Frugalware CVE-2009-1579.patch)
sha1sums=('ac2ed4ac009405b3ab256b3b6724d7368082bee1' \
'25779cf0d97b10b9dfe41c2580b723eb6bcb5f9e' \
-  '1bfe33f98b235076efc97764d8b0224fb1141f65')
+  '1bfe33f98b235076efc97764d8b0224fb1141f65' \
+  '5ec737e80c9c1837fcbff07698b6cd292b4da768')

build()
{
Fcd ${pkgname}-${pkgver}${pkgextraver}
+   Fpatchall
Fmkdir /var/www/ /usr/share/$pkgname
Fcpr ${pkgname}-${pkgver}${pkgextraver}/* usr/share/${pkgname}/
Fln /usr/share/${pkgname} /var/www/squirrelmail
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: Convert error messages returned by pacman_strerror() to UTF-8 * Fixes problem of accents not being displayed correctly for some languages like fr_FR and hu_HU * Closes #2738

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=58954c7f8d9246dafb54047b81fd4587ca9c70d3

commit 58954c7f8d9246dafb54047b81fd4587ca9c70d3
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 17:07:26 2009 +0530

Convert error messages returned by pacman_strerror() to UTF-8
* Fixes problem of accents not being displayed correctly for some
languages like fr_FR and hu_HU
* Closes #2738

diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c
index 1d5e68d..50e5ebd 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -494,8 +494,11 @@ cb_gfpm_apply_btn_clicked (GtkButton *button, gpointer 
data)
gfpm_progress_install) == -1)
{
gchar *str;
-   str = g_strdup_printf (_(Failed to init transaction 
(%s)\n), pacman_strerror(pm_errno));
+   gchar *p_error_utf8 = gfpm_convert_to_utf8 
(pacman_strerror(pm_errno));
+   str = g_strdup_printf (_(Failed to init transaction 
(%s)\n), p_error_utf8);
errorstr = g_string_append (errorstr, str);
+   if (p_error_utf8)
+   g_free (p_error_utf8);
if (pm_errno == PM_ERR_HANDLE_LOCK)
g_string_printf (errorstr, %s, lck_error);
if (gfpm_question (_(Error), errorstr-str) == GTK_RESPONSE_YES)
@@ -562,8 +565,11 @@ cb_gfpm_apply_btn_clicked (GtkButton *button, gpointer 
data)
itry:   if (pacman_trans_init(PM_TRANS_TYPE_SYNC, flags, gfpm_progress_event, 
cb_gfpm_trans_conv, gfpm_progress_install) == -1)
{
gchar *str;
-   str = g_strdup_printf (_(Failed to init transaction 
(%s)\n), pacman_strerror(pm_errno));
+   gchar *p_error_utf8 = gfpm_convert_to_utf8 
(pacman_strerror(pm_errno));
+   str = g_strdup_printf (_(Failed to init transaction 
(%s)\n), p_error_utf8);
errorstr = g_string_append (errorstr, str);
+   if (p_error_utf8)
+   g_free (p_error_utf8);
if (pm_errno == PM_ERR_HANDLE_LOCK)
g_string_printf (errorstr, %s, lck_error);
if (gfpm_question (_(Error), errorstr-str) == GTK_RESPONSE_YES)
@@ -1215,9 +1221,11 @@ gfpm_trans_prepare (PM_LIST *list)
PM_LIST *i;
GList   *pkgs = NULL;
gchar   *str = NULL;
-   str = g_strdup_printf (_(Failed to prepare transaction 
(%s)\n), pacman_strerror (pm_errno));
+   gchar   *p_error_utf8 = gfpm_convert_to_utf8 
(pacman_strerror(pm_errno));
+   str = g_strdup_printf (_(Failed to prepare transaction 
(%s)\n), p_error_utf8);
gfpm_error (_(Error), str);
g_free (str);
+   g_free (p_error_utf8);
int t = (long)pacman_trans_getinfo (PM_TRANS_TYPE);
switch ((long)pm_errno)
{
@@ -1230,9 +1238,9 @@ gfpm_trans_prepare (PM_LIST *list)
if (t == PM_TRANS_TYPE_REMOVE)
{
val = g_strdup_printf (%s : %s %s,
-   
(char*)pacman_dep_getinfo (m, PM_DEP_TARGET),
-   
_(is required by),
-   
(char*)pacman_dep_getinfo (m, PM_DEP_NAME));
+   
(char*)pacman_dep_getinfo (m, PM_DEP_TARGET),
+   _(is 
required by),
+   
(char*)pacman_dep_getinfo (m, PM_DEP_NAME));
depstring = g_string_append (depstring, val);
}
else
@@ -1298,9 +1306,11 @@ gfpm_trans_commit (PM_LIST **list)
PM_LIST *i;
GList   *pkgs = NULL;
gchar   *str = NULL;
-   str = g_strdup_printf (_(Failed to commit transaction 
(%s)\n), pacman_strerror (pm_errno));
+   gchar   *p_error_utf8 = gfpm_convert_to_utf8 
(pacman_strerror(pm_errno));
+   str = g_strdup_printf (_(Failed to commit transaction 
(%s)\n), p_error_utf8);
gfpm_error (_(Error), str);
g_free (str);
+   g_free (p_error_utf8);

switch ((long)pm_errno)
{
@@ -1411,17 +1421,21 @@ cb_gfpm_refresh_button_clicked (GtkButton *button, 
gpointer data)
{
gchar *str;
GString *errorstr = g_string_new ();
-   str = g_strdup_printf (_(Failed to init transaction (%s)\n), 
pacman_strerror(pm_errno));
+   gchar *p_error_utf8 = gfpm_convert_to_utf8 
(pacman_strerror(pm_errno));
+   str = g_strdup_printf (_(Failed to init transaction (%s)\n), 
p_error_utf8);
errorstr = g_string_append (errorstr, str);
if (pm_errno == PM_ERR_HANDLE_LOCK)
errorstr = g_string_append (errorstr,
_(If you're sure a package manager is not already running, you can delete 
/tmp/pacman-g2.lck));
gfpm_error (_(Error), errorstr-str);
+   g_free (p_error_utf8);
return;
}
if (pacman_trans_sysupgrade()==-1)
{
-   g_print (error %s, pacman_strerror(pm_errno));
+   gchar *p_error_utf8 = gfpm_convert_to_utf8 

[Frugalware-git] frugalware-current: gfpm-1.2.3-2-i686 * backport a patch from git to fix #2738

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc39f9300227559a3d99bbad8043bc8f20677a06

commit fc39f9300227559a3d99bbad8043bc8f20677a06
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 17:23:37 2009 +0530

gfpm-1.2.3-2-i686
* backport a patch from git to fix #2738

diff --git a/source/xapps/gfpm/FrugalBuild b/source/xapps/gfpm/FrugalBuild
index 7398b0c..1010dba 100644
--- a/source/xapps/gfpm/FrugalBuild
+++ b/source/xapps/gfpm/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=gfpm
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc=Graphical Frugalware Package Manager
url=http://ftp.frugalware.org/pub/other/gfpm;
depends=('glib2' 'gtk+2=2.14.7' 'libglade' 'pacman-g2=3.7.3' 
'frugalwareutils=0.8.7')
@@ -14,8 +14,8 @@ archs=('i686' 'x86_64' 'ppc')
_F_gnome_iconcache=y
Finclude gnome-scriptlet
up2date=lynx -dump $url | Flasttar
-source=($url/$pkgname-$pkgver.tar.gz)
-signatures=(${source[0]}.asc)
+source=($url/$pkgname-$pkgver.tar.gz gfpm-bug2738.patch)
+signatures=(${source[0]}.asc '')

build()
{
diff --git a/source/xapps/gfpm/gfpm-bug2738.patch 
b/source/xapps/gfpm/gfpm-bug2738.patch
new file mode 100644
index 000..d385be5
--- /dev/null
+++ b/source/xapps/gfpm/gfpm-bug2738.patch
@@ -0,0 +1,193 @@
+diff -Naur gfpm-1.2.3/src/gfpm-interface.c gfpm-1.2.3.new/src/gfpm-interface.c
+--- gfpm-1.2.3/src/gfpm-interface.c2009-05-30 15:59:59.0 +0530
 gfpm-1.2.3.new/src/gfpm-interface.c2009-05-30 17:18:15.0 
+0530
+@@ -494,8 +494,11 @@
+   gfpm_progress_install) == -1)
+   {
+   gchar *str;
+-  str = g_strdup_printf (_(Failed to init transaction 
(%s)\n), pacman_strerror(pm_errno));
++  gchar *p_error_utf8 = gfpm_convert_to_utf8 
(pacman_strerror(pm_errno));
++  str = g_strdup_printf (_(Failed to init transaction 
(%s)\n), p_error_utf8);
+   errorstr = g_string_append (errorstr, str);
++  if (p_error_utf8)
++  g_free (p_error_utf8);
+   if (pm_errno == PM_ERR_HANDLE_LOCK)
+   g_string_printf (errorstr, %s, lck_error);
+   if (gfpm_question (_(Error), errorstr-str) == 
GTK_RESPONSE_YES)
+@@ -562,8 +565,11 @@
+ itry: if (pacman_trans_init(PM_TRANS_TYPE_SYNC, flags, gfpm_progress_event, 
cb_gfpm_trans_conv, gfpm_progress_install) == -1)
+   {
+   gchar *str;
+-  str = g_strdup_printf (_(Failed to init transaction 
(%s)\n), pacman_strerror(pm_errno));
++  gchar *p_error_utf8 = gfpm_convert_to_utf8 
(pacman_strerror(pm_errno));
++  str = g_strdup_printf (_(Failed to init transaction 
(%s)\n), p_error_utf8);
+   errorstr = g_string_append (errorstr, str);
++  if (p_error_utf8)
++  g_free (p_error_utf8);
+   if (pm_errno == PM_ERR_HANDLE_LOCK)
+   g_string_printf (errorstr, %s, lck_error);
+   if (gfpm_question (_(Error), errorstr-str) == 
GTK_RESPONSE_YES)
+@@ -1215,9 +1221,11 @@
+   PM_LIST *i;
+   GList   *pkgs = NULL;
+   gchar   *str = NULL;
+-  str = g_strdup_printf (_(Failed to prepare transaction 
(%s)\n), pacman_strerror (pm_errno));
++  gchar   *p_error_utf8 = gfpm_convert_to_utf8 
(pacman_strerror(pm_errno));
++  str = g_strdup_printf (_(Failed to prepare transaction 
(%s)\n), p_error_utf8);
+   gfpm_error (_(Error), str);
+   g_free (str);
++  g_free (p_error_utf8);
+   int t = (long)pacman_trans_getinfo (PM_TRANS_TYPE);
+   switch ((long)pm_errno)
+   {
+@@ -1230,9 +1238,9 @@
+   if (t == PM_TRANS_TYPE_REMOVE)
+   {
+   val = g_strdup_printf (%s : %s 
%s,
+-  
(char*)pacman_dep_getinfo (m, PM_DEP_TARGET),
+-  
_(is required by),
+-  
(char*)pacman_dep_getinfo (m, PM_DEP_NAME));
++  
(char*)pacman_dep_getinfo (m, PM_DEP_TARGET),
++  _(is 
required by),
++  
(char*)pacman_dep_getinfo (m, PM_DEP_NAME));
+   depstring = g_string_append 
(depstring, val);
+   }
+  

[Frugalware-git] frugalware-current: conky-1.7.1_rc3-1-x86_64 * verison bump to release candidate 3 (enough stable) * enabling wlan and rs support

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e8250c60d5dd8cd4e98c0aaab6c3c08988d1d21a

commit e8250c60d5dd8cd4e98c0aaab6c3c08988d1d21a
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 13:59:48 2009 +0200

conky-1.7.1_rc3-1-x86_64
* verison bump to release candidate 3 (enough stable)
* enabling wlan and rs support

diff --git a/source/xapps-extra/conky/FrugalBuild 
b/source/xapps-extra/conky/FrugalBuild
index 8334100..c6fcd5d 100644
--- a/source/xapps-extra/conky/FrugalBuild
+++ b/source/xapps-extra/conky/FrugalBuild
@@ -3,22 +3,24 @@
# Contributor: DNAku dn...@frugalware.org

pkgname=conky
-pkgver=1.7.0
+pkgver=1.7.1_rc3
pkgrel=1
pkgdesc=Light-weight system monitor.
_F_sourceforge_ext=.tar.bz2
+#remove next line later
+_F_sourceforge_realname=$pkgname-development
+_F_sourceforge_pkgver=1.7.1_rc3
Finclude sourceforge
-depends=('libxext' 'libxdamage' 'libxrender' 'libxft')
+depends=('libxext' 'libxdamage' 'libxrender' 'libxft' 'wireless_tools' 'curl')
makedepends=('xorg-server')
groups=('xapps-extra')
archs=('i686' 'x86_64')
-source=($source header.diff)
-sha1sums=('209cf441f88fde814dd81a812d2fed7c30b46f46' \
-  '9a1408ae703f917d544d16e913563d6f79fcb3d4')
+#source=($source header.diff)
+sha1sums=('20f608b7b25989e4c7183720e9b94973045d0056')

build()
{
-   Fbuild --enable-xft --enable-proc-uptime --enable-double-buffer 
--enable-own-window
+   Fbuild --enable-xft --enable-proc-uptime --enable-double-buffer 
--enable-own-window --enable-wlan --enable-rss
Fdocrel doc/*.html
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: terminatorx-3.82-1-x86_64 * added x86_64 to archs

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a99a0b9980c4a4d1480a445fcdc5347a249fc33f

commit a99a0b9980c4a4d1480a445fcdc5347a249fc33f
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 14:15:03 2009 +0200

terminatorx-3.82-1-x86_64
* added x86_64 to archs

diff --git a/source/xapps-extra/terminatorx/FrugalBuild 
b/source/xapps-extra/terminatorx/FrugalBuild
index a9e9586..2a6dbb3 100644
--- a/source/xapps-extra/terminatorx/FrugalBuild
+++ b/source/xapps-extra/terminatorx/FrugalBuild
@@ -10,7 +10,7 @@ depends=('gtk+2' 'libxau' 'libxdmcp' 'libxxf86dga' 'libmad' 
'jack' 'libcap' 'lib
makedepends=('ladspa_sdk' 'rarian')
options=('scriptlet')
groups=('xapps-extra')
-archs=('i686')
+archs=('i686' 'x86_64')
_F_archive_name=terminatorX
up2date=Flasttar $url/download.html
source=($url/dist/$_F_archive_name-$pkgver.tar.bz2)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: nicotine-plus-1.2.12-1-i686 * Version bump

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5c2dff41898cbade4336207b60ae893b85fdbc18

commit 5c2dff41898cbade4336207b60ae893b85fdbc18
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 17:59:16 2009 +0530

nicotine-plus-1.2.12-1-i686
* Version bump

diff --git a/source/xapps-extra/nicotine-plus/FrugalBuild 
b/source/xapps-extra/nicotine-plus/FrugalBuild
index 90299ed..a37fe1e 100644
--- a/source/xapps-extra/nicotine-plus/FrugalBuild
+++ b/source/xapps-extra/nicotine-plus/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Priyank Gosalia priyan...@gmail.com

pkgname=nicotine-plus
-pkgver=1.2.10
+pkgver=1.2.12
pkgrel=1
pkgdesc=Nicotine-Plus is a fork of original Nicotine Soulseek client.
depends=('pygtk=2.12.1-4' 'pyvorbis')
@@ -16,12 +16,11 @@ Finclude sourceforge
url=http://nicotine-plus.sourceforge.net/;
source=(${source/nicotine-plus-$pkgver/nicotine+-$pkgver})
_F_cd_path=nicotine+-$pkgver
-sha1sums=('f7015caf020a3b42ba45549f7074453bd35bb19f')
+sha1sums=('7b9ba2620b7134feb2d43e18ad2fb54d706ce589')

build()
{
Fbuild
-   Fmv /usr/bin/nicotine /usr/bin/nicotine.py
Fwrapper LC_ALL=C /usr/bin/nicotine.py nicotine
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: usbmanager-0.9-2-i686

2009-05-30 Thread Cedynamix
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f38698aa715a3ad35bffbeef10eb064e0ac01811

commit f38698aa715a3ad35bffbeef10eb064e0ac01811
Author: Cedynamix cedyna...@gmail.com
Date:   Sat May 30 14:57:56 2009 +0200

usbmanager-0.9-2-i686

* new icon

diff --git a/source/xapps-extra/usbmanager/FrugalBuild 
b/source/xapps-extra/usbmanager/FrugalBuild
index 0771bbb..f01586a 100644
--- a/source/xapps-extra/usbmanager/FrugalBuild
+++ b/source/xapps-extra/usbmanager/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=usbmanager
pkgver=0.9
-pkgrel=1
+pkgrel=2
pkgdesc=A USB storage management interface
archs=('i686')
depends=('python=2.6.1')
diff --git a/source/xapps-extra/usbmanager/usbmanager.png 
b/source/xapps-extra/usbmanager/usbmanager.png
new file mode 100644
index 000..8389103
Binary files /dev/null and b/source/xapps-extra/usbmanager/usbmanager.png differ
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: usbmanager-0.9-2-x86_64 * added x86_64 to archs

2009-05-30 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=29e06ee36a23c164198a2afcde634aa250bbc224

commit 29e06ee36a23c164198a2afcde634aa250bbc224
Author: Devil505 devil505li...@gmail.com
Date:   Sat May 30 15:00:37 2009 +0200

usbmanager-0.9-2-x86_64
* added x86_64 to archs

diff --git a/source/xapps-extra/usbmanager/FrugalBuild 
b/source/xapps-extra/usbmanager/FrugalBuild
index f01586a..1fe675a 100644
--- a/source/xapps-extra/usbmanager/FrugalBuild
+++ b/source/xapps-extra/usbmanager/FrugalBuild
@@ -5,7 +5,7 @@ pkgname=usbmanager
pkgver=0.9
pkgrel=2
pkgdesc=A USB storage management interface
-archs=('i686')
+archs=('i686' 'x86_64')
depends=('python=2.6.1')
groups=('xapps-extra')
_F_cd_path=./
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: unrar-3.9.3-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=897053afcf772ee88a9d6594bb3be47548898155

commit 897053afcf772ee88a9d6594bb3be47548898155
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sat May 30 14:58:58 2009 +0200

unrar-3.9.3-1-i686

- version bump

diff --git a/source/apps-extra/unrar/FrugalBuild 
b/source/apps-extra/unrar/FrugalBuild
index 6d0dbab..2dbfd99 100644
--- a/source/apps-extra/unrar/FrugalBuild
+++ b/source/apps-extra/unrar/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: voroskoi voros...@frugalware.org

pkgname=unrar
-pkgver=3.8.5
+pkgver=3.9.3
pkgrel=1
pkgdesc=Uncompress rar files
url=http://www.rarlab.com/;
@@ -12,7 +12,7 @@ groups=('apps-extra')
archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump $url/rar_add.htm |grep unrarsrc |sed 's/.*c-\(.*\).t.*/\1/'
source=(http://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz)
-sha1sums=('911d3ef2c279d9522afa22b452176dd86883a751')
+sha1sums=('7888cf70847e0b71f9ce4f3dcc24a57dbbf79b27')

build() {
Fcd $pkgname
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: util.sh

2009-05-30 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6ab63457612db1a40fdbb27fb3b5a2f36020a35d

commit 6ab63457612db1a40fdbb27fb3b5a2f36020a35d
Author: Michel Hermier herm...@frugalware.org
Date:   Sat May 30 19:21:23 2009 +0200

util.sh

* Move url encoding fix, before pkextraver removal. Make more sence.

diff --git a/source/include/util.sh b/source/include/util.sh
index aab2fde..496b81c 100644
--- a/source/include/util.sh
+++ b/source/include/util.sh
@@ -881,7 +881,7 @@ Fsanitizeversion() {
if [ $# -gt 0 ]; then
echo $1 | Fsanitizeversion
else
-   sed s/$pkgextraver$//;s/-/_/g;s/%2B/+/g
+   sed s/%2B/+/g;s/$pkgextraver$//;s/-/_/g
fi
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gtranslator-1.9.5-1-i686 * Version bump * New dependencies: gtksourceview, gdl

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=09e9a216f55313dcb6fff30a379c496df33f7c2e

commit 09e9a216f55313dcb6fff30a379c496df33f7c2e
Author: Priyank priy...@frugalware.org
Date:   Sat May 30 22:58:58 2009 +0530

gtranslator-1.9.5-1-i686
* Version bump
* New dependencies: gtksourceview, gdl

diff --git a/source/gnome-extra/gtranslator/FrugalBuild 
b/source/gnome-extra/gtranslator/FrugalBuild
index 2c8085c..95c38cc 100644
--- a/source/gnome-extra/gtranslator/FrugalBuild
+++ b/source/gnome-extra/gtranslator/FrugalBuild
@@ -3,13 +3,13 @@
# Contributor: BMH1980 bmh1...@frugalware.org

pkgname=gtranslator
-pkgver=1.1.7
+pkgver=1.9.5
pkgrel=1
pkgdesc=An enhanced gettext po file editor for GNOME.
url=http://www.gnome.org/;
license=GPL2
-depends=('libgnomeui' 'gtkspell')
-makedepends=('perl-xml-parser')
+depends=('libgnomeui=2.24.1' 'gtkspell' 'gtksourceview' 'gdl')
+makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils')
groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_iconcache=y
@@ -17,6 +17,6 @@ _F_gnome_desktop=y
_F_gnome_scrollkeeper=y
_F_gnome_devel=y
Finclude sourceforge gnome-scriptlet
-sha1sums=('91fa41c87f2e3cdef1cc59baaa4c27ad853d07e7')
+sha1sums=('c60375a73958be43cd9076a196ed897e444dd4ba')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: system-tools-backends-2.6.1-2-i686 * rc.system-tools-backends: added status subcommand

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a9daee21550cf6ca8232df4af5ca148150b58efe

commit a9daee21550cf6ca8232df4af5ca148150b58efe
Author: Priyank priy...@frugalware.org
Date:   Sun May 31 00:59:15 2009 +0530

system-tools-backends-2.6.1-2-i686
* rc.system-tools-backends: added status subcommand

diff --git a/source/gnome-extra/system-tools-backends/FrugalBuild 
b/source/gnome-extra/system-tools-backends/FrugalBuild
index 79f5daa..ac16fec 100644
--- a/source/gnome-extra/system-tools-backends/FrugalBuild
+++ b/source/gnome-extra/system-tools-backends/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=system-tools-backends
pkgver=2.6.1
-pkgrel=1
+pkgrel=2
pkgdesc=Backends for Gnome System Toools
url=http://www.gnome.org/projects/gst/;
depends=('perl-xml-parser' 'perl-net-dbus' 'dbus-glib')
@@ -16,6 +16,6 @@ source=(${sour...@]} 
$pkgname-2.4.1-frugalware-as-slackware.patch rc.$pkgname)
Fconfopts=$Fconfopts --with-stb-group=root --datadir=/usr/share 
--with-net-dbus=/usr/lib/perl5
sha1sums=('fa49c81963ab8c522dfefb9a8c2ffda61380a01b' \
'c777161b43f7f6e498975b1e18b9ce09d533dd87' \
-  'bb75706748353647b71c102f45ac72cc91d50800')
+  '2ae939ba0d53a4b428984fd98f696cd86a169c78')

# optimization OK
diff --git a/source/gnome-extra/system-tools-backends/rc.system-tools-backends 
b/source/gnome-extra/system-tools-backends/rc.system-tools-backends
index 98d738e..ad4f484 100644
--- a/source/gnome-extra/system-tools-backends/rc.system-tools-backends
+++ b/source/gnome-extra/system-tools-backends/rc.system-tools-backends
@@ -11,7 +11,7 @@ source /lib/initscripts/functions
TEXTDOMAIN=system-tools-backends
TEXTDOMAINDIR=/lib/initscripts/messages

-actions=(restart start stop)
+actions=(restart start stop status)
daemon=$System Tools Backends
pid=pidof /usr/bin/system-tools-backends 2 /dev/null
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: miro-2.0.4-1-i686 * Version bump * Removed qt-mt.pc * Removed python26.patch (now in upstream) * Fix SBU

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=456140f4f539952d34a6ca9d75e1e6d0b38ccd15

commit 456140f4f539952d34a6ca9d75e1e6d0b38ccd15
Author: Priyank priy...@frugalware.org
Date:   Sun May 31 01:14:25 2009 +0530

miro-2.0.4-1-i686
* Version bump
* Removed qt-mt.pc
* Removed python26.patch (now in upstream)
* Fix SBU

diff --git a/source/gnome-extra/miro/FrugalBuild 
b/source/gnome-extra/miro/FrugalBuild
index 8cb120c..f68b915 100644
--- a/source/gnome-extra/miro/FrugalBuild
+++ b/source/gnome-extra/miro/FrugalBuild
@@ -1,10 +1,10 @@
-# Compiling Time: 1.34 SBU
+# Compiling Time: 2.34 SBU
# Maintainer: Priyank Gosalia priyan...@gmail.com

pkgname=miro
_F_archive_name=Miro
-pkgver=1.2.8
-pkgrel=4
+pkgver=2.0.4
+pkgrel=1
pkgdesc=The free and open source internet TV platform.
url=http://www.getmiro.com/;
depends=('gtk+2' 'pygtk' 'dbus-python' 'pyrex' 'libboost-mt=1.37.0' 'xine-lib' 
'db=4.7.25' 'bsddb3=4.7.1'
@@ -17,19 +17,16 @@ archs=('i686' 'x86_64' 'ppc')
options=('scriptlet')
up2date=lynx -dump 'http://ftp.osuosl.org/pub/pculture.org/miro/src/?C=M;O=A'| 
Flasttar
source=(http://ftp.osuosl.org/pub/pculture.org/$pkgname/src/${_F_archive_name}-$pkgver.tar.gz
 \
-   qt-mt.pc gcc43.patch boost136.patch python26.patch)
-sha1sums=('1e72b808224621c53dc64acde8825f47c427ba38' \
-  '153e1902352eb4d724ec816b8097f01830178181' \
-  'e6cf10bbff82d7a2b608904734b005004ae6b6ca' \
-  'f0f506e7828036015778c27f81a3a2d4229a8e41' \
-  '7e546ea761f19d0f41f0556a74267d2ec9c4ad7a')
+   gcc43.patch boost136.patch)
+sha1sums=('79a098e44f4e8b6a650c1d06549839f15a27c10b' \
+  'ef9aa397d765d95457d7eaba1d63e4e9c1c102ac' \
+  'f0f506e7828036015778c27f81a3a2d4229a8e41')

build()
{
Fcd
Fpatchall
Fsed 'boost_python' 'boost_python-mt' platform/gtk-x11/setup.py
-   Fsed 'boost_python' 'boost_python-mt' portable/setup_portable.py
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$Fsrcdir
cd platform/gtk-x11 || Fdie
python setup.py install --root=$Fdestdir || Fdie
diff --git a/source/gnome-extra/miro/gcc43.patch 
b/source/gnome-extra/miro/gcc43.patch
index 9fec461..0d4bf0e 100644
--- a/source/gnome-extra/miro/gcc43.patch
+++ b/source/gnome-extra/miro/gcc43.patch
@@ -1,15 +1,3 @@
-diff -up Miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp.fix 
Miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp
 Miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp.gcc43
2008-02-15 03:45:47.0 -0700
-+++ Miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp  
2008-02-15 03:46:00.0 -0700
-@@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
- #include iomanip
- #include cctype
- #include algorithm
--#include string
-+#include cstring
-
- #include libtorrent/config.hpp
- #include libtorrent/assert.hpp
diff -up Miro-1.1.2/portable/libtorrent/src/file.cpp.gcc43 
Miro-1.1.2/portable/libtorrent/src/file.cpp
--- Miro-1.1.2/portable/libtorrent/src/file.cpp.gcc43   2008-02-15 
04:12:42.0 -0700
+++ Miro-1.1.2/portable/libtorrent/src/file.cpp 2008-02-15 04:15:19.0 
-0700
diff --git a/source/gnome-extra/miro/python26.patch 
b/source/gnome-extra/miro/python26.patch
deleted file mode 100644
index 52dfdeb..000
--- a/source/gnome-extra/miro/python26.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/platform/gtk-x11/miro.real   2008-10-24 19:49:17.0 +0200
-+++ b/platform/gtk-x11/miro.real   2008-11-12 08:51:17.649458321 +0100
-@@ -6,8 +6,12 @@
- if xlibhelper.XInitThreads() == 0:
- print WARNING: XInitThreads() failed!
-
--import os.path
-+import miro.feedparser
-+import miro.storedatabase
- import sys
-+sys.modules['feedparser'] = miro.feedparser
-+sys.modules['storedatabase'] = miro.storedatabase
-+import os.path
- import optparse
-
- import pygtk
diff --git a/source/gnome-extra/miro/qt-mt.pc b/source/gnome-extra/miro/qt-mt.pc
deleted file mode 100644
index 95ce3b4..000
--- a/source/gnome-extra/miro/qt-mt.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=/opt/qt
-exec_prefix=${prefix}
-libdir=${prefix}/lib
-includedir=${prefix}/include
-qt_config=qt warn_on release incremental link_prl nocrosscompiler 
minimal-config small-config medium-config large-config full-config styles tools 
kernel widgets dialogs iconview workspace network canvas table xml opengl sql 
release dll thread largefile stl ipv6 system-mng system-jpeg system-png gif 
system-zlib nis cups bigcodecs x11sm xshape xinerama xcursor xrandr xrender 
xftfreetype xkb dylib create_prl link_prl qt warn_on depend_includepath 
qmake_cache x11 x11inc create_libtool create_pc moc x11lib
-
-Name: Qt
-Description: Libqt-mt.so.3.3.8 Library
-Version: 3.3.8
-Libs: -L${libdir} -lqt-mt -L/usr/X11R6/lib -L/usr/X11R6/lib -lz -lGL -lXmu 
-lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext 
-lX11 -lm -lSM -lICE -ldl -lpthread
-Cflags: -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT 
-I${includedir}

[Frugalware-git] frugalware-current: python-formencode-1.2.2-1-i686 * Version bump

2009-05-30 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=afb748f0a89225b102fe69b885333d5e4a223744

commit afb748f0a89225b102fe69b885333d5e4a223744
Author: Priyank priy...@frugalware.org
Date:   Sun May 31 01:21:10 2009 +0530

python-formencode-1.2.2-1-i686
* Version bump

diff --git a/source/devel-extra/python-formencode/FrugalBuild 
b/source/devel-extra/python-formencode/FrugalBuild
index 2a2f309..2ba5bf7 100644
--- a/source/devel-extra/python-formencode/FrugalBuild
+++ b/source/devel-extra/python-formencode/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Priyank Gosalia priyan...@gmail.com

pkgname=python-formencode
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc=FormEncode is a validation and form generation package.
url=http://formencode.org/;
@@ -13,4 +13,4 @@ archs=('i686' 'x86_64')
up2date=lynx -dump 'http://cheeseshop.python.org/pypi/FormEncode' |grep 
'.tar.gz#'| sed 's/.*-\(.*\)\.tar.*/\1/'
source=(http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz)
_F_cd_path=FormEncode-$pkgver
-sha1sums=('9bda57c6aebbfc29446cc25363a2968fe6eea748')
+sha1sums=('573359ec15934be9b1e74c11e1796b8df872c677')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: nx-x11-1.4.0_10-2-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c6921a3c77056932d2674610750d1934b119b3cf

commit c6921a3c77056932d2674610750d1934b119b3cf
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun May 31 03:24:15 2009 +0200

nx-x11-1.4.0_10-2-i686

- bin, will be replaced by the new 'nx' package soon

diff --git a/source/xapps-extra/nx-x11/FrugalBuild 
b/source/xapps-extra/nx-x11/FrugalBuild
deleted file mode 100644
index 70e92b7..000
--- a/source/xapps-extra/nx-x11/FrugalBuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Compiling Time: 4.28 SBU
-# Maintainer: Miklos Vajna vmik...@frugalware.org
-
-pkgname=nx-x11
-pkgver=1.4.0_10
-realver=`echo $pkgver|sed 's/_/-/'`
-pkgrel=2
-pkgdesc=A special version of the X11 libraries supporting NX compression 
technology
-url=http://www.nomachine.com/;
-depends=('libjpeg' 'libpng' 'libxaw' 'openssl' 'libstdc++')
-makedepends=('imake' 'gccmakedep' 'xproto' 'rman')
-groups=('xapps-extra')
-archs=('i686')
-up2date=lynx -dump http://www.nomachine.com/sources.php |grep nx-X11|sed 
's/.*nx-X11-//;s/-/_/;q'
-source=(http://www.nomachine.com/download/nxsources/{nx-X11/nx-X11-$realver.tar.gz,nxagent/nxagent-1.4.0-65.tar.gz,nxauth/nxauth-1.4.0-2.tar.gz,nxcomp/nxcomp-1.4.0-31.tar.gz,nxcompext/nxcompext-1.4.0-3.tar.gz,nxviewer/nxviewer-1.4.0-4.tar.gz,nxdesktop/nxdesktop-1.4.0-61.tar.gz}
 \
-   $pkgname-$pkgver-{gcc4,xprint}.diff)
-sha1sums=('aa954608b3feb386af578edbb3c8181c76843b79' \
- 'f881fa224ba4dab56342f8ea98455011534c34b3' \
- '36bc17dbc6bff280af3b2fcd7d8659b3978388f9' \
- '56dd02ffb3bb3a9cfbbb6fcd749d5f7a7a5c5a6b' \
- '5d1b7b9b676c8545ae63960da94ff8910d225a69' \
- 'b701a69534d422f24a50cb93107fd072aea6c407' \
- '97c1e24e9ba3eade7ac901155f22ae5e99743f18' \
- 'fcb5a98c442a59dc36b5f3ce5fa719ff15a9e0bc' \
- '23639a30ba6fe70de8c7b63dc0f1700468e591b9')
-
-build()
-{
-   cd nxcomp
-   Fpatch $pkgname-$pkgver-gcc4.diff
-   cd ../nx-X11
-   Fpatch $pkgname-$pkgver-xprint.diff
-
-   make World || return 1
-   cd ../nxviewer
-   xmkmf || return 1
-   make World || return 1
-   cd ../nxdesktop
-   ./configure --prefix=/usr/NX --mandir=/usr/share/man 
--sharedir=/usr/share
-   make || return 1
-
-   cd ../nx-X11
-   Fexerel programs/{Xserver/nxagent,nxauth/nxauth} 
../nxviewer/nxviewer/nxviewer \
-   ../nxviewer/nxpasswd/nxpasswd ../nxdesktop/nxdesktop 
/usr/NX/bin/
-   cd lib/X11/
-   Fexerel /usr/NX/lib/libX11.so.6.2
-   cd ../Xext/
-   Fexerel /usr/NX/lib/libXext.so.6.4
-cd ../Xrender/
-   Fexerel /usr/NX/lib/libXrender.so.1.2
-   cd ../../../nxcomp
-   Fexerel /usr/NX/lib/libXcomp.so.1.4.0
-cd ../nxcompext/
-   Fexerel /usr/NX/lib/libXcompext.so.1.4.0
-   Ffilerel ../nxcomp/NX.h /usr/include/NX.h
-   Fmkdir /var/lib/nxserver
-}
diff --git a/source/xapps-extra/nx-x11/nx-x11-1.4.0_10-gcc4.diff 
b/source/xapps-extra/nx-x11/nx-x11-1.4.0_10-gcc4.diff
deleted file mode 100644
index a791620..000
--- a/source/xapps-extra/nx-x11/nx-x11-1.4.0_10-gcc4.diff
+++ /dev/null
@@ -1,12 +0,0 @@
 nxcomp.orig/RenderExtension.h  2005-12-04 09:08:44.0 +
-+++ nxcomp/RenderExtension.h   2005-12-04 09:09:47.0 +
-@@ -142,6 +142,9 @@
-   } raw_data;
- };
-
-+//Forward declarations
-+class RenderMinorExtensionStore;
-+
- class RenderExtensionStore : public MessageStore
- {
-   public:
diff --git a/source/xapps-extra/nx-x11/nx-x11-1.4.0_10-xprint.diff 
b/source/xapps-extra/nx-x11/nx-x11-1.4.0_10-xprint.diff
deleted file mode 100644
index 4cdf530..000
--- a/source/xapps-extra/nx-x11/nx-x11-1.4.0_10-xprint.diff
+++ /dev/null
@@ -1,11 +0,0 @@
 nx-X11.orig/config/cf/X11.tmpl 2004-09-12 09:57:39.081261320 +0100
-+++ nx-X11/config/cf/X11.tmpl  2004-09-12 09:57:57.543454640 +0100
-@@ -469,7 +469,7 @@
- #endif
- #endif
- #ifndef BuildXprintLib
--#define BuildXprintLib(BuildXprint  !BuildServersOnly)
-+#define BuildXprintLibYES
- #endif
- #ifndef BuildScreenSaverExt
- #define BuildScreenSaverExt   NO
diff --git a/source/xapps-extra/nx-x11/nx-x11.install 
b/source/xapps-extra/nx-x11/nx-x11.install
deleted file mode 100644
index 6461321..000
--- a/source/xapps-extra/nx-x11/nx-x11.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install()
-{
-   ldconfig -r /usr/NX 2/dev/null
-}
-
-post_upgrade()
-{
-   post_install
-}
-
-op=$1
-shift
-$op $*
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: nxproxy-1.4.0_2-2-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ab97260a2c44370c5b7fd69f76972cdbf08033e

commit 3ab97260a2c44370c5b7fd69f76972cdbf08033e
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun May 31 03:27:07 2009 +0200

nxproxy-1.4.0_2-2-i686

- bin, will be replaced by the new 'nx' package soon

diff --git a/source/xapps-extra/nxproxy/FrugalBuild 
b/source/xapps-extra/nxproxy/FrugalBuild
deleted file mode 100644
index ef73c41..000
--- a/source/xapps-extra/nxproxy/FrugalBuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Compiling Time: 0.02 SBU
-# Maintainer: Miklos Vajna vmik...@frugalware.org
-
-pkgname=nxproxy
-pkgver=1.4.0_2
-realver=`echo $pkgver|sed 's/_/-/'`
-pkgrel=2
-pkgdesc=X11 protocol compression library wrapper.
-url=http://www.nomachine.com/;
-depends=('nx-x11' 'zlib')
-conflicts=('nx-x11=1.5.0')
-groups=('xapps-extra')
-archs=('i686')
-up2date=lynx -dump http://www.nomachine.com/sources.php |grep nxproxy|sed 
's/.*nxproxy-//;s/-/_/;q'
-source=(http://www.nomachine.com/download/nxsources/nxproxy-$realver.tar.gz \
-   nxproxy.sh)
-sha1sums=('d90e9f3196e58a45cbc84e8734a995efc52cf7a3' \
- '7b088289c9f4f00dddbd5560d23f9677abee6d22')
-
-build()
-{
-   Fcd $pkgname
-   Fmake
-   Fexerel nxproxy /usr/NX/bin/nxproxy.bin
-   Fexe nxproxy.sh /usr/NX/bin/nxproxy
-}
diff --git a/source/xapps-extra/nxproxy/nxproxy.sh 
b/source/xapps-extra/nxproxy/nxproxy.sh
deleted file mode 100644
index 1a534a8..000
--- a/source/xapps-extra/nxproxy/nxproxy.sh
+++ /dev/null
@@ -1 +0,0 @@
-LD_LIBRARY_PATH=/usr/NX/lib nxproxy.bin $@
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: nx-3.3.0-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1efc3f2d6b3ea08988d2ec87dbeca56f2f11b23

commit e1efc3f2d6b3ea08988d2ec87dbeca56f2f11b23
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun May 31 03:28:21 2009 +0200

nx-3.3.0-1-i686

- new package
- basically this is a merged package from nx-x11 and nxproxy
- also update to 3.3 from 1.4 :)

diff --git a/source/xapps-extra/nx/FrugalBuild 
b/source/xapps-extra/nx/FrugalBuild
new file mode 100644
index 000..5b3862b
--- /dev/null
+++ b/source/xapps-extra/nx/FrugalBuild
@@ -0,0 +1,81 @@
+# Compiling Time: 6.38 SBU
+# Maintainer: Miklos Vajna vmik...@frugalware.org
+
+pkgname=nx
+pkgver=3.3.0
+pkgrel=1
+pkgdesc=NX provides a proxy system for the X Window System.
+url=http://www.nomachine.com;
+depends=('expat' 'audiofile' 'openssl' 'libjpeg' 'libpng' 'libxt' 'libxp' 
'libxdamage' 'libxrandr' 'libxtst')
+makedepends=('imake' 'inputproto')
+groups=('xapps-extra')
+replaces=('nx-x11' 'nxproxy')
+archs=('i686')
+up2date=lynx -dump $url/sources.php |grep nx-X11|sed 
's/.*nx-X11-\(.*\)-.*/\1/;q'
+source=(http://64.34.161.181/download/$pkgver/sources/nxproxy-$pkgver-2.tar.gz
+   http://64.34.161.181/download/$pkgver/sources/nxcomp-$pkgver-3.tar.gz
+   http://64.34.161.181/download/$pkgver/sources/nxcompext-$pkgver-3.tar.gz
+   http://64.34.161.181/download/$pkgver/sources/nxssh-$pkgver-1.tar.gz
+   
http://64.34.161.181/download/$pkgver/sources/nxcompshad-$pkgver-3.tar.gz
+   http://64.34.161.181/download/$pkgver/sources/nx-X11-$pkgver-5.tar.gz
+   http://64.34.161.181/download/$pkgver/sources/nxauth-$pkgver-1.tar.gz
+   http://64.34.161.181/download/$pkgver/sources/nxagent-$pkgver-10.tar.gz
+   
http://64.34.161.181/download/$pkgver/sources/nxscripts-$pkgver-1.tar.gz)
+sha1sums=('3703e4e5d9097c54b34190fc2a17208385ec7533' \
+  '2d3f9a9b1a83b32d6e8cc69b9b10c1aacc1f0783' \
+  '4c811a6ebdebf2a975ee80bfbbed92af550e7082' \
+  'bca3771af0aa8fcc80bca867c5d8bbd646c9429a' \
+  '2a55519bee2a8b8fa5a6573904d3b098792cf51f' \
+  'dfaa8356f9627f30401ee36ad5d5883947feb1c3' \
+  'd8826654066e4a34ecf6ad903591e76924683d21' \
+  '9945f602f729220e7b1b44e79c4c2c6882fd61ad' \
+  '0513aed9cff11cc575dde7b03ecefb05a3c9376d')
+
+build()
+{
+   Fcd 
+   for i in nxcomp nxcompshad nxproxy
+   do
+   cd $i || return 1
+   Fconf
+   make CCFLAGS=$CFLAGS || return 1
+   cd ..
+   done
+   make -C nx-X11 World || return 1
+   cd nxssh || return 1
+   Fmake --without-zlib-version-check
+   cd ..
+   cd nxproxy || return 1
+   Fconf
+   make CCFLAGS=$CFLAGS || return 1
+   cd ..
+
+   # install: handwork...
+   Fmkdir /usr/bin /usr/lib{,exec}/nx
+
+   Fexerel nx-X11/lib/X11/libX11.so.* \
+   nx-X11/lib/Xext/libXext.so.* \
+   nx-X11/lib/Xrender/libXrender.so.* \
+   /usr/lib/nx/
+   Fexerel nx-X11/programs/Xserver/nxagent \
+   /usr/libexec/nx/
+   cat  nxwrapper  EOF
+#!/bin/sh
+
+export LD_LIBRARY_PATH=/usr/lib/nx:\$LD_LIBRARY_PATH
+exec /usr/libexec/nx/\$(basename \$0) \$@
+EOF
+   Fexerel /usr/libexec/nx/nxwrapper
+   Fln /usr/libexec/nx/nxwrapper /usr/bin/nxagent
+   Fexerel nxcomp/libXcomp.so.* /usr/lib/nx/
+   Fexerel nxcompext/libXcompext.so.* /usr/lib/nx/
+   Fexerel nxcompshad/libXcompshad.so.* /usr/lib/nx/
+   Fexerel nxssh/nxssh /usr/libexec/nx/
+   Fln /usr/libexec/nx/nxwrapper /usr/bin/nxssh
+   Fexerel nxproxy/nxproxy /usr/libexec/nx/
+   Fln /usr/libexec/nx/nxwrapper /usr/bin/nxproxy
+   Fdocrel nxscripts
+}
+
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: freenx-0.5.0-6-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=19555ab4e586f300a5bf1c6b5fc8f75568cbce0f

commit 19555ab4e586f300a5bf1c6b5fc8f75568cbce0f
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun May 31 03:29:53 2009 +0200

freenx-0.5.0-6-i686

- bin, newer versions are splitted to freenx-server and freenx-client

diff --git a/source/xapps-extra/freenx/FrugalBuild 
b/source/xapps-extra/freenx/FrugalBuild
deleted file mode 100644
index 375fcdc..000
--- a/source/xapps-extra/freenx/FrugalBuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: Miklos Vajna vmik...@frugalware.org
-
-pkgname=freenx
-pkgver=0.5.0
-pkgrel=6
-pkgdesc=An X11/RDP/VNC proxy server especially well suited to low bandwidth 
links such as ISDN or modem.
-Finclude berlios
-url=http://freenx.berlios.de/;
-rodepends=('openssh' 'expect' 'netcat' 'nxproxy' 'nx-x11')
-groups=('xapps-extra')
-backup=(usr/NX/etc/{passwords,node.conf})
-archs=('i686')
-#up2date=lynx -dump http://debian.tu-bs.de/knoppix/nx/lwe-release/|grep 
tar.gz$|sed 's/.*-\(.*\)-L.*/\1/;s/_/./g;q'
-source=(http://debian.tu-bs.de/knoppix/nx/lwe-release/FreeNX-${pkgver//./_}-LWE.tar.gz
 \
-   freenx.sh $pkgname-$pkgver-{syntax,resume,xorg7}.diff README.Frugalware)
-
-build()
-{
-   Fcd FreeNX-${pkgver//./_}-LWE
-   Fpatchall
-   cd freenx-server
-   # don't worry, this is not gentoo specific :)
-   patch -p0  gentoo-nomachine.diff
-   Fexerel nx{server,node,node-login,keygen,loadconfig,setup,print,client} 
/usr/NX/bin
-   Ffilerel node.conf.sample /usr/NX/etc/node.conf
-   touch $Fdestdir/usr/NX/etc/{passwords,passwords.orig}
-   chmod 600 $Fdestdir/usr/NX/etc/{passwords,passwords.orig}
-   Fmkdir /usr/NX/var/db/{closed,running,failed}
-   chmod 700 $Fdestdir/usr/NX/var/db/{closed,running,failed}
-   Fmkdir /usr/NX/home/nx/.ssh
-   chmod 700 $Fdestdir/usr/NX/home/nx/{,.ssh}
-   Fexe /etc/profile.d/freenx.sh
-   Fdoc README.Frugalware
-}
-
-sha1sums=('9611f790bf7f371cdf181eac5eae35a56e096ac2' \
- '7ae2bd919720646c0c24f2375e82799ee66fb419' \
- '2c605274f278279b32d01ecb2d25390149f1c256' \
- '88f022f91186f3636da53f59a669681c231dece3' \
- '2a1fd4deae29d21740d076e751877eabd275cf8d' \
- 'f535b0969a27069f5d6b329c15ddbb0d74e670ab')
diff --git a/source/xapps-extra/freenx/README.Frugalware 
b/source/xapps-extra/freenx/README.Frugalware
deleted file mode 100644
index dbf243b..000
--- a/source/xapps-extra/freenx/README.Frugalware
+++ /dev/null
@@ -1,57 +0,0 @@
-1. Installation
-+
-On the server:
-+
--
-# pacman-g2 -S freenx
--
-+
-On the client:
-+
---
-# pacman-g2 -S knx
---
-
-2. Configuration
-+
-On the server setup a fake password for the nx user:
-+

-# passwd nx

-+
-Now allow the client to connect to the server by copying the file
-'/usr/NX/home/nx/id_dsa' from the server to '/usr/share/knx/client.id_dsa.key'
-on the client. Also make sure about it's readable by users:
-+
-
-# chmod 644 /usr/share/knx/client.id_dsa.key
-
-+
-Also don't forget to allow incoming ssh connections (by default port 22) in
-'/etc/sysconfig/firwall', then load the config with the
-+
---
-# service firewall restart
---
-+
-command.
-
-3. Users
-+
-By default shell accounts are not allowed to connect to th nx server, you can
-allow a user to do so by
-+

-# nxserver --adduser username

-+
-then set a separate (for nx) password for the user:
-+
---
-# nxserver --passwd username
---
-
-4. The client
-+
-Now start knx, the usage of that application is self-explaining.
diff --git a/source/xapps-extra/freenx/freenx-0.5.0-resume.diff 
b/source/xapps-extra/freenx/freenx-0.5.0-resume.diff
deleted file mode 100644
index d9e2b25..000
--- a/source/xapps-extra/freenx/freenx-0.5.0-resume.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur FreeNX-0_5_0-LWE.orig/freenx-server/node.conf.sample 
FreeNX-0_5_0-LWE/freenx-server/node.conf.sample
 FreeNX-0_5_0-LWE.orig/freenx-server/node.conf.sample   2005-08-07 
11:53:57.0 +0200
-+++ FreeNX-0_5_0-LWE/freenx-server/node.conf.sample2006-06-24 
01:11:09.0 +0200
-@@ -334,7 +334,7 @@
- #
-
- # When set to 1 this will automatically resume started sessions
--#ENABLE_AUTORECONNECT=0
-+ENABLE_AUTORECONNECT=1
-
- # When set to 1 this will automatically resume started sessions
- # but only if an older client version is used
-@@ -371,7 +371,7 @@
-
- # The number of seconds we wait for the nxagent to start before
- # deciding startup has failed
--#AGENT_STARTUP_TIMEOUT=60

[Frugalware-git] frugalware-current: freenx-server-0.7.3-1-i686

2009-05-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=145418738f1dc7be2975483f2f37877166edaadc

commit 145418738f1dc7be2975483f2f37877166edaadc
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun May 31 03:32:03 2009 +0200

freenx-server-0.7.3-1-i686

- new package
- this is the server part of the old freenx package
- also update to 0.7.3 fro 0.5
- tested only with the binary nxclient so far
- closes #927

diff --git a/source/xapps-extra/freenx-server/FrugalBuild 
b/source/xapps-extra/freenx-server/FrugalBuild
new file mode 100644
index 000..93f1f6c
--- /dev/null
+++ b/source/xapps-extra/freenx-server/FrugalBuild
@@ -0,0 +1,37 @@
+# Compiling Time: 0 SBU
+# Maintainer: Miklos Vajna vmik...@frugalware.org
+
+pkgname=freenx-server
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=Free Software (GPL) Implementation of the NX Server
+_F_berlios_dirname=freenx
+Finclude berlios
+depends=('nx' 'openssh' 'netcat' 'expect' 'which' 'perl' 'cups')
+makedepends=('imake' 'gccmakedep')
+# can be removed after Frugalware-1.1
+replaces=('freenx')
+groups=('xapps-extra')
+archs=('i686')
+source=($source freenx-server-0.7.2-sharing_and_multimedia_fixes.patch)
+sha1sums=('888344f946cfb0802e2532e6b93601248c909eb8' \
+  '13ced57d9db7bda2430d20ba61b5db5944f6a4f4')
+
+build()
+{
+   Fpatchall
+   Fsed '$NX_DIR/bin' '/usr/libexec/nx' nxloadconfig nxserver
+   Fsed '$NX_DIR/lib' '/usr/lib/nx' nxloadconfig nxserver
+   Fsed '^NX_LOGFILE=.*' 'NX_LOGFILE=/var/log/nx/nxserver.log' nxloadconfig
+   Fmake
+   Fmakeinstall NX_ETC_DIR=/etc/nxserver
+
+   Fmkdir /var/lib/nxserver/home/.ssh
+   Fln /etc/nxserver/server.id_dsa.pub.key \
+   /var/lib/nxserver/home/.ssh/authorized_keys
+   chmod 0700 $Fdestdir/var/lib/nxserver/home{,/.ssh} || return 1
+   Fmkdir /var/lib/nxserver/db/{closed,running,failed}
+   chmod -R 0700 $Fdestdir/var/lib/nxserver
+   Fmkdir /var/log/nx
+   chmod 0700 $Fdestdir/var/log/nx
+}
diff --git 
a/source/xapps-extra/freenx-server/freenx-server-0.7.2-sharing_and_multimedia_fixes.patch
 
b/source/xapps-extra/freenx-server/freenx-server-0.7.2-sharing_and_multimedia_fixes.patch
new file mode 100644
index 000..cb620db
--- /dev/null
+++ 
b/source/xapps-extra/freenx-server/freenx-server-0.7.2-sharing_and_multimedia_fixes.patch
@@ -0,0 +1,272 @@
+--- freenx-server-0.7.2/nxprint.sharing_and_multimedia 2008-03-14 
22:47:47.0 +0100
 freenx-server-0.7.2/nxprint2008-08-24 14:18:27.0 +0200
+@@ -51,7 +51,8 @@
+   if [ -z $(find $UTILITY_DRIVERS_CACHE.all -mmin -60 2 /dev/null) ]
+   then
+   {
+-  cd /usr/share/ppd/
++#JJK: cd /usr/share/ppd/
++  cd $PPD_DIR
+   awk -F '' '/\*Manufacturer:/ { a[FILENAME]=$2 }
+   /\*NickName:/ { b[FILENAME]=$2 }
+   END {
+--- freenx-server-0.7.2/nxloadconfig.sharing_and_multimedia2008-03-14 
22:47:47.0 +0100
 freenx-server-0.7.2/nxloadconfig   2008-08-24 14:18:27.0 +0200
+@@ -102,11 +102,28 @@
+
+ # Restriction directives
+
+-DISPLAY_BASE=1000
++#JJK: DISPLAY_BASE=1000
++#JJK: Change DISPLAY_BASE to 2000 to avoid conflict of DISPLAY_BASE+7000 with 
nasd
++DISPLAY_BASE=2000
+ SESSION_LIMIT=200
+ SESSION_USER_LIMIT= #Calculated
+ DISPLAY_LIMIT=200
+
++#JJK: Added the following to allow printing when using cifs mount
++#JJK: Note the smb print port (#139) must then be tunnelled manually
++#JJK: from DISPLAY+3000+SMBPORT_OFFSET on the server to port 139 on the host
++#JJK: by running on the client:
++#JJK:   ssh ... -R DISPLAY+3000+SMBPORT_OFFSET:client name:139
++#JJK: If SAMBA_MOUNT_SHARE_PROTOCOL=smbfs (technically, if it doesn't equal
++#JJK  'cifs' or in most cases 'both') then the ssh tunnel is automatically
++#JJK: set up from port DISPLAY+3000 on the server to port 139
++#JJK: on the remote client.
++#JJK: Note in *all* cases, the cups printer on the client is accessed from
++#JJK: the server via the command line, using the following -h flag:
++#JJK:   -h localhost:DISPLAY+9000 [-P printer name]
++#JJK: or via the CUPS web browser using:
++#JJK:   http://localhost:DISPLAY+9000
++SMBPORT_OFFSET=8000
+ ENABLE_PERSISTENT_SESSION=all
+ DISABLE_PERSISTENT_SESSION=
+
+@@ -161,7 +178,11 @@
+ ENABLE_CUPS_SEAMLESS=0
+ CUPS_SEAMLESS_DELAY=10
+ ENABLE_FOOMATIC=1
+-COMMAND_FOOMATIC=/usr/lib/cups/driver/foomatic-ppdfile
++#JJK: COMMAND_FOOMATIC=/usr/lib/cups/driver/foomatic-ppdfile
++COMMAND_FOOMATIC=/usr/bin/foomatic-ppdfile
++
++#JJK: added the following path referenced in nxprint
++PPD_DIR=/usr/share/cups/model #JJK: Note /usr/share/ppd on some systems
+
+ CUPS_BACKEND=/usr/lib/cups/backend
+ CUPS_IPP_BACKEND=$CUPS_BACKEND/nxipp
+@@ -179,7 +200,8 @@
+ DEFAULT_X_WM=
+ KILL_DEFAULT_X_WM=1
+ USER_X_STARTUP_SCRIPT=.Xclients
+-DEFAULT_X_SESSION=/etc/X11/xdm/Xsession
++#JJK: DEFAULT_X_SESSION=/etc/X11/xdm/Xsession