[Frugalware-git] frugalware-current: fop-0.95-1-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5b2d200905e0830311c3cb4e71fc1822e1eadf48

commit 5b2d200905e0830311c3cb4e71fc1822e1eadf48
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Wed Aug 6 10:52:20 2008 +0200

fop-0.95-1-i686
- version bump
- xmlgraphics-commons-1.3.diff is removed, it's in upstream now

diff --git a/source/apps-extra/fop/FrugalBuild 
b/source/apps-extra/fop/FrugalBuild
index cd920ee..9025a50 100644
--- a/source/apps-extra/fop/FrugalBuild
+++ b/source/apps-extra/fop/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Miklos Vajna [EMAIL PROTECTED]

pkgname=fop
-pkgver=0.94
-pkgrel=2
+pkgver=0.95
+pkgrel=1
pkgdesc=Formatting Objects Processor is a print formatter driven by XSL
url=http://xmlgraphics.apache.org/fop/;
Finclude java
@@ -12,12 +12,12 @@ groups=('apps-extra')
replaces=('fop-devel')
archs=('i686' 'x86_64')
up2date=lynx -dump http://www.apache.org/dist/xmlgraphics/fop/source/ |grep -v 
beta |Flastarchive -src.tar.gz
-source=(http://www.apache.org/dist/xmlgraphics/fop/source/fop-$pkgver-src.tar.gz
 \
-   xmlgraphics-commons-1.3.diff)
-signatures=($source.asc '')
+source=(http://www.apache.org/dist/xmlgraphics/fop/source/fop-$pkgver-src.tar.gz)
+signatures=($source.asc)

build()
{
+   Fcd
Fpatchall
Fjavacleanup
if [ $CARCH == x86_64 ]; then
diff --git a/source/apps-extra/fop/xmlgraphics-commons-1.3.diff 
b/source/apps-extra/fop/xmlgraphics-commons-1.3.diff
deleted file mode 100644
index 0c6992a..000
--- a/source/apps-extra/fop/xmlgraphics-commons-1.3.diff
+++ /dev/null
@@ -1,22 +0,0 @@
 ./src/java/org/apache/fop/render/ps/AbstractPSTranscoder.java.orig 
2008-05-03 02:41:12.0 +0200
-+++ ./src/java/org/apache/fop/render/ps/AbstractPSTranscoder.java  
2008-05-03 02:41:45.0 +0200
-@@ -36,7 +36,7 @@
- import org.apache.fop.fonts.FontSetup;
- import org.apache.fop.svg.AbstractFOPTranscoder;
- import org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D;
--import org.apache.xmlgraphics.java2d.ps.TextHandler;
-+import org.apache.xmlgraphics.java2d.TextHandler;
-
- import org.w3c.dom.Document;
- import org.w3c.dom.svg.SVGLength;
 ./src/java/org/apache/fop/render/ps/NativeTextHandler.java.orig
2008-05-03 02:42:46.0 +0200
-+++ ./src/java/org/apache/fop/render/ps/NativeTextHandler.java 2008-05-03 
02:43:02.0 +0200
-@@ -29,7 +29,7 @@
- import org.apache.fop.fonts.FontTriplet;
-
- import org.apache.xmlgraphics.java2d.ps.PSGraphics2D;
--import org.apache.xmlgraphics.java2d.ps.TextHandler;
-+import org.apache.xmlgraphics.java2d.TextHandler;
- import org.apache.xmlgraphics.ps.PSGenerator;
-
- /**
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pciutils-3.0.0-4-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ff2211c4137a82e95a76ba0a7c8545a5d7e2f7d8

commit ff2211c4137a82e95a76ba0a7c8545a5d7e2f7d8
Author: crazy [EMAIL PROTECTED]
Date:   Wed Aug 6 14:52:46 2008 +0200

pciutils-3.0.0-4-x86_64
* release bump
* added support for shared libpci
* ( requested by hermier )

diff --git a/source/base/pciutils/FrugalBuild b/source/base/pciutils/FrugalBuild
index 0cf8c72..ab2662b 100644
--- a/source/base/pciutils/FrugalBuild
+++ b/source/base/pciutils/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=pciutils
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
pkgdesc=PCI utilities
url=http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html;
depends=('zlib=1.2.3-6')
@@ -22,14 +22,17 @@ build()
export CFLAGS=$CFLAGS -fPIC -DPIC
fi
Fsed '^OPT=.*' OPT=$CFLAGS Makefile
-   make OPT=${CFLAGS} -D_GNU_SOURCE=1 PREFIX=/usr || Fdie
+   make OPT=${CFLAGS} -D_GNU_SOURCE=1 PREFIX=/usr SHARED=yes || Fdie
rm -f pci.ids
wget http://pciids.sourceforge.net/pci.ids
-   make PREFIX=$Fdestdir/usr install || Fdie
+   make PREFIX=$Fdestdir/usr install install-lib || Fdie
+   make clean || Fdie
+   make OPT=${CFLAGS} -D_GNU_SOURCE=1 PREFIX=/usr SHARED=no || Fdie
gunzip $Fdestdir/usr/share/misc/pci.ids.gz
-   Fmkdir /usr/{include/pci,lib}
-   Ffilerel lib/*.h usr/include/pci/
Ffilerel lib/libpci.a /usr/lib/
+   Ffileschmod usr/lib/libpci.so.$pkgver 0755
+   Fln libpci.so.$pkgver /usr/lib/libpci.so
+   Fln libpci.so.$pkgver /usr/lib/libpci.so.0
}

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


[Frugalware-git] frugalware-current: sword-common-1.3-1-i686

2008-08-06 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cd0c6b89062d3be6cffb6faf2b60c5fe26b90116

commit cd0c6b89062d3be6cffb6faf2b60c5fe26b90116
Author: CSÉCSY László [EMAIL PROTECTED]
Date:   Wed Aug 6 15:19:34 2008 +0200

sword-common-1.3-1-i686
version bump
added options=('noversrc')

diff --git a/source/locale-extra/sword-common/FrugalBuild 
b/source/locale-extra/sword-common/FrugalBuild
index f1f3b45..754510d 100644
--- a/source/locale-extra/sword-common/FrugalBuild
+++ b/source/locale-extra/sword-common/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CSÉCSY László [EMAIL PROTECTED]

pkgname=sword-common
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc=The Common Edition: New Testament module for Sword
url='http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Common'
@@ -12,7 +12,8 @@ groups=('locale-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump 
http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Common | grep 
'Module Version' | sed 's/.*Module Version \(.*\) .*/\1/'
source=(http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/Common.zip)
-sha1sums=('dd5391dc46d01a7b3c9113364794800b58da520d')
+sha1sums=('e7b83e016e7cb58716e38cd0b5ec383df44867d7')
+options=('noversrc')

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


[Frugalware-git] frugalware-current: sword-lxx-2.5-1-i686

2008-08-06 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5c57cf4176aeb5d310e514336f7e6897a40909a2

commit 5c57cf4176aeb5d310e514336f7e6897a40909a2
Author: CSÉCSY László [EMAIL PROTECTED]
Date:   Wed Aug 6 17:44:28 2008 +0200

sword-lxx-2.5-1-i686
version bump
options=('noversrc')

diff --git a/source/locale-extra/sword-lxx/FrugalBuild 
b/source/locale-extra/sword-lxx/FrugalBuild
index cf095a1..7fb155d 100644
--- a/source/locale-extra/sword-lxx/FrugalBuild
+++ b/source/locale-extra/sword-lxx/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CSÉCSY László [EMAIL PROTECTED]

pkgname=sword-lxx
-pkgver=2.0
+pkgver=2.5
pkgrel=1
pkgdesc=Septuagint, Morphologically Tagged Rahlfs' module for Sword
url='http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=LXX'
@@ -12,7 +12,8 @@ groups=('locale-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump 
http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=LXX | grep 'Module 
Version' | sed 's/.*Module Version \(.*\) .*/\1/'
source=(http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/LXX.zip)
-sha1sums=('58b4934d4677f7b24ade5ae64072ff8eecff12a2')
+sha1sums=('aad29ca908b17f860e14740681fac559a52e4e2a')
+options=('noversrc')

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


[Frugalware-git] frugalware-current: sword-wlc-1.4-1-i686

2008-08-06 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fe91a15de0020f6324dc22a6143f23ce5f7fc0a6

commit fe91a15de0020f6324dc22a6143f23ce5f7fc0a6
Author: CSÉCSY László [EMAIL PROTECTED]
Date:   Wed Aug 6 17:47:18 2008 +0200

sword-wlc-1.4-1-i686
version bump
added options=('noversrc')

diff --git a/source/locale-extra/sword-wlc/FrugalBuild 
b/source/locale-extra/sword-wlc/FrugalBuild
index 4ddf728..4cf53de 100644
--- a/source/locale-extra/sword-wlc/FrugalBuild
+++ b/source/locale-extra/sword-wlc/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CSÉCSY László [EMAIL PROTECTED]

pkgname=sword-wlc
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc=Westminster Leningrad Codex module for Sword
url='http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=WLC'
@@ -12,7 +12,8 @@ groups=('locale-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump 
http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=WLC | grep 'Module 
Version' | sed 's/.*Module Version *\([0-9\.]*\) .*/\1/'
source=(http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/WLC.zip)
-sha1sums=('235df5c502270bd933a24da642d80d46498bf8e6')
+sha1sums=('34adcbfe6a524223efe8394cc2e1cb5f3f9f2320')
+options=('noversrc')

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


[Frugalware-git] homepage-ng: news_fr.xml

2008-08-06 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=563ace30c1c4ad8ef8f3d50ff5b0847d1a03eaf9

commit 563ace30c1c4ad8ef8f3d50ff5b0847d1a03eaf9
Author: Michel Hermier [EMAIL PROTECTED]
Date:   Wed Aug 6 18:11:42 2008 +0200

news_fr.xml
* Add last weekly news.

diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml
index 2f8e0ad..aa793a6 100644
--- a/frugalware/xml/news_fr.xml
+++ b/frugalware/xml/news_fr.xml
@@ -22,6 +22,26 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --

news
post
+   id106/id
+   titleLettre d'information Frugalware numéro 29/title
+   dateTue, 05 Aug 2008 21:28:06 +1000/date
+   authorphayz/author
+   hidden0/hidden
+   content![CDATA[
+   Cette lettre d'information à pour but de vous tenir 
informé avec ce qu'il c'est passé récemment dans le monde Frugalware.br /
+   Dans ce numéro:
+   ul
+   liAnnonce du wallpaper Frugalware/li
+   liElentir commence a travailler sur un 
installateur graphique/li
+   liNouvelle donation/li
+   liAstuce - Police monospace pour Envy Code 
R/li
+   liDétails sur un(des) paquet(s) - 
rxvt-unicode (à nouveau) :)/li
+   /ul
+   Vous pouvez la lire a href=/newsletter/29ici 
(anglais)/a. Nous espérons que vous l'apprécierez!
+   ]]
+   /content
+   /post
+   post
id105/id
titleCompétition pour le wallpaper de Frugalware/title
dateThu, 24 Jul 2008 21:28:52 +1000/date
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: news.xml

2008-08-06 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a9dfdd81760b6f16ad5a16f2700faa9a544ff4ab

commit a9dfdd81760b6f16ad5a16f2700faa9a544ff4ab
Author: Michel Hermier [EMAIL PROTECTED]
Date:   Wed Aug 6 18:10:41 2008 +0200

news.xml
* Fix last news id (cut  paste is not your friend phaz :p)

diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index 6c12766..cc68700 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -22,7 +22,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --

news
post
-id104/id
+id106/id
titleFrugalware Newsletter Issue 29/title
dateTue, 05 Aug 2008 21:28:06 +1000/date
authorphayz/author
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: sword-geraugustinus-1.5-1-i686

2008-08-06 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8942d01ae6512d08bb3c85313632d983ff7eaad3

commit 8942d01ae6512d08bb3c85313632d983ff7eaad3
Author: CSÉCSY László [EMAIL PROTECTED]
Date:   Wed Aug 6 17:51:25 2008 +0200

sword-geraugustinus-1.5-1-i686
version bump
added options=('noversrc')

diff --git a/source/locale-extra/sword-geraugustinus/FrugalBuild 
b/source/locale-extra/sword-geraugustinus/FrugalBuild
index a0904f3..a71d5d0 100644
--- a/source/locale-extra/sword-geraugustinus/FrugalBuild
+++ b/source/locale-extra/sword-geraugustinus/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CSÉCSY László [EMAIL PROTECTED]

pkgname=sword-geraugustinus
-pkgver=1.2
+pkgver=1.5
pkgrel=1
pkgdesc=Augustines Confessions (German) module for Sword
url='http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=GerAugustinus'
@@ -12,7 +12,8 @@ groups=('locale-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump 
http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=GerAugustinus | grep 
'Module Version' | sed 's/.*Module Version \(.*\) .*/\1/'
source=(http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/GerAugustinus.zip)
-sha1sums=('c3406d4a0ec0667e37ed5ebf95a652112b8c4015')
+sha1sums=('aacbcfd6395a431e7457a87d5d2926b6e8c23095')
+options=('noversrc')

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


[Frugalware-git] frugalware-current: ndiswrapper-1.53-4-i686

2008-08-06 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4d03d7c089fa535a7df974f82b967b5dc4cc664e

commit 4d03d7c089fa535a7df974f82b967b5dc4cc664e
Author: Krisztian VASAS [EMAIL PROTECTED]
Date:   Wed Aug 6 19:11:11 2008 +0200

ndiswrapper-1.53-4-i686
- package moved to network

diff --git a/source/network-extra/ndiswrapper/FrugalBuild 
b/source/network-extra/ndiswrapper/FrugalBuild
index 2bdcf47..a89a4da 100644
--- a/source/network-extra/ndiswrapper/FrugalBuild
+++ b/source/network-extra/ndiswrapper/FrugalBuild
@@ -4,12 +4,12 @@

pkgname=ndiswrapper
pkgver=1.53
-pkgrel=3
+pkgrel=4
pkgdesc=Wrapper for using Windows drivers for some wireless cards
_F_kernelmod_scriptlet=$pkgname.install
Finclude kernel-module sourceforge
depends=([EMAIL PROTECTED] 'pciutils' 'wireless_tools')
-groups=('network-extra')
+groups=('network')
archs=('i686' 'x86_64')
source=([EMAIL PROTECTED] README.Frugalware ndiswrapper-detect-fix-x86_64.patch)
sha1sums=('0d27b2f1d59d6d4bcb6b384cab946f99cb1889d7' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ndiswrapper-1.53-4-i686

2008-08-06 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d91978508f8b72fbffe0a169a4c8cdf93733abca

commit d91978508f8b72fbffe0a169a4c8cdf93733abca
Author: Krisztian VASAS [EMAIL PROTECTED]
Date:   Wed Aug 6 19:13:11 2008 +0200

ndiswrapper-1.53-4-i686
- package's dir moved to network

diff --git a/source/network-extra/ndiswrapper/FrugalBuild 
b/source/network-extra/ndiswrapper/FrugalBuild
deleted file mode 100644
index a89a4da..000
--- a/source/network-extra/ndiswrapper/FrugalBuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Compiling Time: 0.18 SBU
-# Contributor: Bence Nagy [EMAIL PROTECTED]
-# Maintainer: voroskoi [EMAIL PROTECTED]
-
-pkgname=ndiswrapper
-pkgver=1.53
-pkgrel=4
-pkgdesc=Wrapper for using Windows drivers for some wireless cards
-_F_kernelmod_scriptlet=$pkgname.install
-Finclude kernel-module sourceforge
-depends=([EMAIL PROTECTED] 'pciutils' 'wireless_tools')
-groups=('network')
-archs=('i686' 'x86_64')
-source=([EMAIL PROTECTED] README.Frugalware 
ndiswrapper-detect-fix-x86_64.patch)
-sha1sums=('0d27b2f1d59d6d4bcb6b384cab946f99cb1889d7' \
-  'c3f24143cb9814326a2c0c3cbc8d58d953bac268' \
-  '7e46cc4bb72520d911f256748e8c3936498f001b')
-
-build()
-{
-   # no Fcheckkernel, crosscompilation verified
-   Fpatchall
-   Fsed '$(shell uname -r)' $_F_kernelmod_uname {driver/,}Makefile
-   Fmake
-   Fmakeinstall
-   Fdoc README.Frugalware
-   Fbuild_kernelmod_scriptlet
-}
diff --git a/source/network-extra/ndiswrapper/README.Frugalware 
b/source/network-extra/ndiswrapper/README.Frugalware
deleted file mode 100644
index 117e851..000
--- a/source/network-extra/ndiswrapper/README.Frugalware
+++ /dev/null
@@ -1,25 +0,0 @@
-Ndiswrapper requires .inf and .sys files from a Windows(tm) driver to function.
-Download these to /root for example, then run:
-
---
-# ndiswrapper -i /root/foo.inf
---
-
-After that you can delete them. They will be copied to the proper location. 
Once
-done, please run:
-

-# depmod -a

-
-Check this http://ndiswrapper.sf.net/mediawiki/index.php/List[list] of drivers.
-You can get your possible hadware with:
-
-
-# lspci -n | egrep 'Class (0280|0200):' |  cut -d' ' -f4
-
-
-Look for that on the above page for your driver.
-
-Please have a look at the http://ndiswrapper.sourceforge.net/wiki/[wiki] for 
the FAQ,
-HowTos, Tips, Configuration, and installation information.
diff --git 
a/source/network-extra/ndiswrapper/ndiswrapper-detect-fix-x86_64.patch 
b/source/network-extra/ndiswrapper/ndiswrapper-detect-fix-x86_64.patch
deleted file mode 100644
index 5ee0635..000
--- a/source/network-extra/ndiswrapper/ndiswrapper-detect-fix-x86_64.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur ndiswrapper-1.3rc1.orig/driver/Makefile 
ndiswrapper-1.3rc1/driver/Makefile
 ndiswrapper-1.3rc1.orig/driver/Makefile2005-09-23 12:24:05.0 
+0200
-+++ ndiswrapper-1.3rc1/driver/Makefile 2005-09-23 12:24:40.0 +0200
-@@ -99,6 +99,10 @@
- ntoskernel_io_exports.h: ntoskernel_io.c
- usb_exports.h: usb.c
-
-+ifeq ($(CONFIG_MK8),y)
-+CONFIG_X86_64=y
-+endif
-+
- ifeq ($(CONFIG_X86_64),y)
- OBJS += x86_64_stubs.o
- x86_64_stubs.o: x86_64_stubs.h x86_64_stubs.S
diff --git a/source/network-extra/ndiswrapper/ndiswrapper.install 
b/source/network-extra/ndiswrapper/ndiswrapper.install
deleted file mode 100644
index 9e1bf2a..000
--- a/source/network-extra/ndiswrapper/ndiswrapper.install
+++ /dev/null
@@ -1,31 +0,0 @@
-post_install()
-{
-   /sbin/depmod -a $_F_kernelmod_uname
-}
-
-post_upgrade()
-{
-   post_remove
-   if [ -d /etc/ndiswrapper ]; then
-   echo -n reinstalling Windows drivers... 
-   for i in /etc/ndiswrapper/*
-   do
-   mv $i /tmp
-   /usr/sbin/ndiswrapper -i \
-   /tmp/`basename $i`/`basename $i`.inf
-   done
-   echo done.
-   fi
-   post_remove
-}
-
-post_remove()
-{
-   post_install
-}
-
-op=$1
-shift
-$op $*
-
-# vim: ft=sh
diff --git a/source/network/ndiswrapper/FrugalBuild 
b/source/network/ndiswrapper/FrugalBuild
new file mode 100644
index 000..a89a4da
--- /dev/null
+++ b/source/network/ndiswrapper/FrugalBuild
@@ -0,0 +1,28 @@
+# Compiling Time: 0.18 SBU
+# Contributor: Bence Nagy [EMAIL PROTECTED]
+# Maintainer: voroskoi [EMAIL PROTECTED]
+
+pkgname=ndiswrapper
+pkgver=1.53
+pkgrel=4
+pkgdesc=Wrapper for using Windows drivers for some wireless cards
+_F_kernelmod_scriptlet=$pkgname.install
+Finclude kernel-module sourceforge
+depends=([EMAIL PROTECTED] 'pciutils' 'wireless_tools')
+groups=('network')
+archs=('i686' 'x86_64')
+source=([EMAIL PROTECTED] README.Frugalware 
ndiswrapper-detect-fix-x86_64.patch)

[Frugalware-git] frugalware-current: rrdtool-1.2.28-1-i686

2008-08-06 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=935ba17723561419884561b7acbf7aef91e1ed80

commit 935ba17723561419884561b7acbf7aef91e1ed80
Author: Krisztian VASAS [EMAIL PROTECTED]
Date:   Wed Aug 6 19:50:29 2008 +0200

rrdtool-1.2.28-1-i686
- version bump
- package moved to network-extra

diff --git a/source/network-extra/rrdtool/FrugalBuild 
b/source/network-extra/rrdtool/FrugalBuild
new file mode 100644
index 000..7fb6e35
--- /dev/null
+++ b/source/network-extra/rrdtool/FrugalBuild
@@ -0,0 +1,39 @@
+# Compiling Time: 0.28 SBU
+# Maintainer: Karoly CZOVEK [EMAIL PROTECTED]
+
+pkgname=rrdtool
+pkgver=1.2.28
+pkgrel=1
+sbu=1
+pkgdesc=a program to generate fancy graphs from network usage or from any 
thing is able to meter
+url=http://oss.oetiker.ch/$pkgname/pub;
+depends=('gd' 'cgilib' 'libart_lgpl')
+makedepends=('tcl')
+groups=('network-extra')
+archs=('i686' 'x86_64')
+up2date=lynx -dump '$url/?C=M;O=A' | grep tar.gz$ | sed -ne 
's/.*-\(.*\)\.t.*/\1/;$ p'
+source=($url/$pkgname-$pkgver.tar.gz)
+sha1sums=('a8ca75fcf7b32ca94b057fa663e5f989522e2df9')
+build()
+{
+   Fpatchall
+   Fconf
+
+   # Configure Perl stuff
+   (cd bindings/perl-piped  rm -f Makefile  perl Makefile.PL)
+   (cd bindings/perl-shared  rm -f Makefile  perl Makefile.PL)
+
+   make || return 1
+   Fmakeinstall
+
+   mv $Fdestdir/usr/lib/perl5/site_perl/?.?.? 
$Fdestdir/usr/lib/perl5/site_perl/current
+   mv $Fdestdir/usr/lib\ /usr/share/tclrrd$pkgver $Fdestdir/usr/share
+   rmdir $Fdestdir/usr/lib\ /usr/share/
+   rmdir $Fdestdir/usr/lib\ /usr/
+   rmdir $Fdestdir/usr/lib\ /
+   Frm /usr/lib/perl5/?.?.?
+   find $Fdestdir/usr/lib/perl5/site_perl/current/ -name .packlist -exec 
rm {} \;
+}
+
+
+# optimization OK
diff --git a/source/network-extra/rrdtool/rrdtool-1.2.19-python.patch 
b/source/network-extra/rrdtool/rrdtool-1.2.19-python.patch
new file mode 100644
index 000..8e4adb5
--- /dev/null
+++ b/source/network-extra/rrdtool/rrdtool-1.2.19-python.patch
@@ -0,0 +1,22 @@
+diff -uNr bindings/python-orig/Makefile.am bindings/python/Makefile.am
+--- bindings/python-orig/Makefile.am   2007-03-31 11:21:43.0 +0100
 bindings/python/Makefile.am2007-03-31 11:24:47.0 +0100
+@@ -2,6 +2,7 @@
+
+ pyexec_PROGRAMS = rrdtoolmodule.so
+
++rrdtoolmodule_so_LDFLAGS = -module -shared
+ rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la
+ rrdtoolmodule_so_SOURCES = rrdtoolmodule.c
+
+diff -uNr bindings/python-orig/Makefile.in bindings/python/Makefile.in
+--- bindings/python-orig/Makefile.in   2007-03-31 11:21:43.0 +0100
 bindings/python/Makefile.in2007-03-31 11:22:14.0 +0100
+@@ -233,6 +233,7 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+ AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@
++rrdtoolmodule_so_LDFLAGS = -module -shared
+ rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la
+ rrdtoolmodule_so_SOURCES = rrdtoolmodule.c
+ noinst_HEADERS = rrd_extra.h
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] kernel2626: acerhk-0.5.35-19-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=c065d1a13e3607b335cd3f5a1f5b8e37ed776d3f

commit c065d1a13e3607b335cd3f5a1f5b8e37ed776d3f
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Wed Aug 6 21:40:19 2008 +0200

acerhk-0.5.35-19-i686
- rebuilt with kernel-2.6.26-1

diff --git a/source/apps-extra/acerhk/FrugalBuild 
b/source/apps-extra/acerhk/FrugalBuild
index 04441de..0cfc88a 100644
--- a/source/apps-extra/acerhk/FrugalBuild
+++ b/source/apps-extra/acerhk/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=acerhk
pkgver=0.5.35
-pkgrel=18
+pkgrel=19
pkgdesc=Acer Hotkey driver for Linux
url=http://www.cakey.de/acerhk/;
Finclude kernel-module
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] kernel2626: acx100-20080806-1-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=67e5f805c58eef487ee5e98918103b883f7e7bad

commit 67e5f805c58eef487ee5e98918103b883f7e7bad
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Wed Aug 6 22:10:21 2008 +0200

acx100-20080806-1-i686
- update to new snapshot
- removed kernel-2.6.2{4,5}.patch

diff --git a/source/network-extra/acx100/FrugalBuild 
b/source/network-extra/acx100/FrugalBuild
index 6e51e27..a75546a 100644
--- a/source/network-extra/acx100/FrugalBuild
+++ b/source/network-extra/acx100/FrugalBuild
@@ -3,8 +3,8 @@

pkgname=acx100
origname=acx-mac80211
-pkgver=20080210
-pkgrel=7
+pkgver=20080806
+pkgrel=1
pkgdesc=The ACX100/ACX111 wireless network driver.
_F_sourceforge_ext=.tar.bz2
_F_sourceforge_dirname=${pkgname}
@@ -15,18 +15,15 @@ groups=('network-extra')
archs=('i686' 'x86_64')
_F_archive_name=${origname}
up2date=Flasttar http://acx100.sourceforge.net/wiki/Main_Page;
-source=([EMAIL PROTECTED] \
-   
http://ftp.frugalware.org/pub/other/sources/$pkgname/{fw.tar.bz2,ACX100_USB.bin}
 kernel-2.6.25.patch)
-sha1sums=('1bc0f77283467d721ae935a771fcaa8b098ed34d' \
-  '5b5ef1a9d6441f5f8345e1957cd7686e730897f6' \
-  '6446b0736b6b08e6dc25620f7584e4f7a1a11cb4' \
-  '3ae7b7553f9f504bd3efbd0d5594a05db4ec9419')
+source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/{$origname-$pkgver.tar.bz2,fw.tar.bz2,ACX100_USB.bin})
+signatures=($source.asc '' '')

build() {
# no Fcheckkernel, crosscompilation verified
Fcd ${origname}-${pkgver}
Fpatchall
-   make -C $_F_kernelmod_dir/build M=`pwd` CONFIG_ACX_MAC80211=m 
CONFIG_ACX_MAC80211_PCI=y CONFIG_ACX_MAC80211_USB=y || Fdie
+   make EXTRA_KCONFIG=CONFIG_ACX_MAC80211=m CONFIG_ACX_MAC80211_PCI=y 
CONFIG_ACX_MAC80211_USB=y \
+   KERNELDIR=/usr/src/linux || Fdie
Fmkdir $_F_kernelmod_dir/net
Ffilerel $_F_kernelmod_dir/net/acx-mac80211.ko
Ffile /lib/firmware/ACX100_USB.bin
diff --git a/source/network-extra/acx100/kernel-2.6.24.patch 
b/source/network-extra/acx100/kernel-2.6.24.patch
deleted file mode 100644
index 4e70628..000
--- a/source/network-extra/acx100/kernel-2.6.24.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 pci.c
-+++ pci.c  2007/11/11 23:41:12
-@@ -2116,7 +2116,7 @@
- /* TODO: pci_set_power_state(pdev, PCI_D0); ? */
-
-   /* request shared IRQ handler */
--  if (request_irq(ndev-irq, acxpci_i_interrupt, SA_SHIRQ, ndev-name, 
ndev)) {
-+  if (request_irq(ndev-irq, acxpci_i_interrupt, IRQF_SHARED, ndev-name, 
ndev)) {
-   printk(%s: request_irq FAILED\n, ndev-name);
-   result = -EAGAIN;
-   goto done;
 usb.c
-+++ usb.c  2007/11/11 23:48:50
-@@ -859,7 +859,6 @@
-   ndev-watchdog_timeo = 4 * HZ;
- #endif
-   ndev-change_mtu = acx_e_change_mtu;
--  SET_MODULE_OWNER(ndev);
-
-   /* Setup private driver context */
-
diff --git a/source/network-extra/acx100/kernel-2.6.25.patch 
b/source/network-extra/acx100/kernel-2.6.25.patch
deleted file mode 100644
index e54cb87..000
--- a/source/network-extra/acx100/kernel-2.6.25.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 common.c
-+++ common.c
-@@ -4237,8 +4237,8 @@
-  (type: 0x%08X, ID: %d, MAC: 
-  MAC_FMT )\n, conf-type, conf-if_id, MAC_ARG(conf-mac_addr));
- #else
-- (type: 0x%08X, ID: %d, MAC: %s)\n,
-- conf-type, conf-if_id, print_mac(mac, conf-mac_addr));
-+ (type: 0x%08X, MAC: %s)\n,
-+ conf-type, print_mac(mac, conf-mac_addr));
- #endif
-
-   out_unlock:
-@@ -4280,8 +4280,8 @@
-  MAC_FMT )\n,
-  conf-type, conf-if_id, MAC_ARG(conf-mac_addr));
- #else
-- (type: 0x%08X, ID: %d, MAC: %s)\n,
-- conf-type, conf-if_id, print_mac(mac, conf-mac_addr));
-+ (type: 0x%08X, MAC: %s)\n,
-+ conf-type, print_mac(mac, conf-mac_addr));
- #endif
-   FN_EXIT0;
- }
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] kernel2626: madwifi-0.9.4-12-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=480a47e72364dd3d3a7ba67cd2316ec0a6edf090

commit 480a47e72364dd3d3a7ba67cd2316ec0a6edf090
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Wed Aug 6 22:22:11 2008 +0200

madwifi-0.9.4-12-i686
- added kernel-2.6.26.patch

diff --git a/source/network/madwifi/FrugalBuild 
b/source/network/madwifi/FrugalBuild
index b03a570..685bb40 100644
--- a/source/network/madwifi/FrugalBuild
+++ b/source/network/madwifi/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=madwifi
pkgver=0.9.4
-pkgrel=11
+pkgrel=12
pkgdesc=Madwifi drivers for Atheros wireless chipsets
Finclude kernel-module
depends=([EMAIL PROTECTED] 'wireless_tools')
@@ -13,9 +13,10 @@ groups=('network')
archs=('i686' 'x86_64')
Finclude sourceforge
url=http://madwifi.sourceforge.net/;
-source=($source madwifi-0.9.3-cflags.diff)
+source=($source madwifi-0.9.3-cflags.diff kernel-2.6.26.patch)
sha1sums=('6f289cb2e99d27b23570d15b69bf0f4240e34d1e' \
-  '26fdc221e5bb0299d8b3c41ad30b6fe6882a8e35')
+  '26fdc221e5bb0299d8b3c41ad30b6fe6882a8e35' \
+  '41928bbfdbb4e1c1fa5c1ed93fb673542c18bbc3')

# If the package needs testing, feel free to poke Benjamin Woods [EMAIL 
PROTECTED]

diff --git a/source/network/madwifi/kernel-2.6.26.patch 
b/source/network/madwifi/kernel-2.6.26.patch
new file mode 100644
index 000..af14023
--- /dev/null
+++ b/source/network/madwifi/kernel-2.6.26.patch
@@ -0,0 +1,12 @@
+--- a/net80211/ieee80211_linux.h   2008-05-09 01:15:01 +0400
 b/net80211/ieee80211_linux.h   2008-05-11 02:26:35 +0400
+@@ -315,6 +315,9 @@ typedef spinlock_t acl_lock_t;
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,14)
+ #define __skb_append(a,b,c)   __skb_append(a, b)
+ #endif
++#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,25)
++#define __skb_append(a,b,c)   __skb_queue_after(c,a,b)
++#endif
+
+ /*
+  * Per-node power-save queue definitions.  Beware of control
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: rrdtool-1.2.27-1-i686

2008-08-06 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=559b2e9770ed7e765eff2d448657532c99df6da2

commit 559b2e9770ed7e765eff2d448657532c99df6da2
Author: Krisztian VASAS [EMAIL PROTECTED]
Date:   Wed Aug 6 22:33:42 2008 +0200

rrdtool-1.2.27-1-i686
- dir removed from network

diff --git a/source/network/rrdtool/FrugalBuild 
b/source/network/rrdtool/FrugalBuild
deleted file mode 100644
index be923a5..000
--- a/source/network/rrdtool/FrugalBuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Compiling Time: 0.28 SBU
-# Maintainer: Karoly CZOVEK [EMAIL PROTECTED]
-
-pkgname=rrdtool
-pkgver=1.2.27
-pkgrel=1
-sbu=1
-pkgdesc=a program to generate fancy graphs from network usage or from any 
thing is able to meter
-url=http://oss.oetiker.ch/$pkgname/pub;
-depends=('gd' 'cgilib' 'libart_lgpl')
-makedepends=('tcl')
-groups=('network')
-archs=('i686' 'x86_64')
-up2date=lynx -dump '$url/?M=D' | grep tar.gz$ | sed -ne 
's/.*-\(.*\)\.t.*/\1/;2 p'
-source=($url/$pkgname-$pkgver.tar.gz)
-# \
-#  $pkgname-1.2.19-python.patch)
-sha1sums=('15028b65be68da83602f7479405dffb1eef819ec')
-# \
-#  'a1a5e52ff084e9fdbadfe53b6f71a05ccc60e4b1')
-build()
-{
-   Fpatchall
-   Fconf
-
-   # Configure Perl stuff
-   (cd bindings/perl-piped  rm -f Makefile  perl Makefile.PL)
-   (cd bindings/perl-shared  rm -f Makefile  perl Makefile.PL)
-
-   make || return 1
-   Fmakeinstall
-
-   mv $Fdestdir/usr/lib/perl5/site_perl/?.?.? 
$Fdestdir/usr/lib/perl5/site_perl/current
-   mv $Fdestdir/usr/lib\ /usr/share/tclrrd$pkgver $Fdestdir/usr/share
-   rmdir $Fdestdir/usr/lib\ /usr/share/
-   rmdir $Fdestdir/usr/lib\ /usr/
-   rmdir $Fdestdir/usr/lib\ /
-   Frm /usr/lib/perl5/?.?.?
-   find $Fdestdir/usr/lib/perl5/site_perl/current/ -name .packlist -exec 
rm {} \;
-}
-
-
-# optimization OK
diff --git a/source/network/rrdtool/rrdtool-1.2.19-python.patch 
b/source/network/rrdtool/rrdtool-1.2.19-python.patch
deleted file mode 100644
index 8e4adb5..000
--- a/source/network/rrdtool/rrdtool-1.2.19-python.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -uNr bindings/python-orig/Makefile.am bindings/python/Makefile.am
 bindings/python-orig/Makefile.am   2007-03-31 11:21:43.0 +0100
-+++ bindings/python/Makefile.am2007-03-31 11:24:47.0 +0100
-@@ -2,6 +2,7 @@
-
- pyexec_PROGRAMS = rrdtoolmodule.so
-
-+rrdtoolmodule_so_LDFLAGS = -module -shared
- rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la
- rrdtoolmodule_so_SOURCES = rrdtoolmodule.c
-
-diff -uNr bindings/python-orig/Makefile.in bindings/python/Makefile.in
 bindings/python-orig/Makefile.in   2007-03-31 11:21:43.0 +0100
-+++ bindings/python/Makefile.in2007-03-31 11:22:14.0 +0100
-@@ -233,6 +233,7 @@
- target_os = @target_os@
- target_vendor = @target_vendor@
- AM_CPPFLAGS = @CFLAGS@ -I$(top_srcdir)/src @PYTHON_INCLUDES@
-+rrdtoolmodule_so_LDFLAGS = -module -shared
- rrdtoolmodule_so_LDADD = $(top_builddir)/src/librrd.la
- rrdtoolmodule_so_SOURCES = rrdtoolmodule.c
- noinst_HEADERS = rrd_extra.h
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] kernel2626: gspcav1-1.00.20-16-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=02a409f03c71da5a568034f927cc027fd7103061

commit 02a409f03c71da5a568034f927cc027fd7103061
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Wed Aug 6 22:31:34 2008 +0200

gspcav1-1.00.20-16-i686
- rebuilt with kernel-2.6.26-1

diff --git a/source/multimedia-extra/gspcav1/FrugalBuild 
b/source/multimedia-extra/gspcav1/FrugalBuild
index 29a919d..6a018f9 100644
--- a/source/multimedia-extra/gspcav1/FrugalBuild
+++ b/source/multimedia-extra/gspcav1/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=gspcav1
pkgver=1.00.20
-pkgrel=15
+pkgrel=16
pkgdate=20071224
pkgdesc=One driver Upto 220 Webcams supported
url=http://mxhaard.free.fr;
@@ -16,6 +16,9 @@ up2date=lynx -dump $url/download.html|grep -m1 'gspcav1'|sed 
's/.*version \(.*\
source=(http://mxhaard.free.fr/spca50x/Download/$pkgname-$pkgdate.tar.gz)
sha1sums=('e34e91f4bccc69830f1b5f09fe0ecb4eccfe854d')

+# merged in 2.6.27, so it can be removed after we drop support for
+# 2.6.26
+
build() {
# no Fcheckkernel, crosscompilation verified
Fcd $pkgname-$pkgdate
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] kernel2626: qc-usb-0.6.6-41-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=6022a3e89385c16b5a4261681885f731ba75bacc

commit 6022a3e89385c16b5a4261681885f731ba75bacc
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu Aug 7 00:09:07 2008 +0200

qc-usb-0.6.6-41-i686
- added kernel-2.6.26.patch

diff --git a/source/multimedia-extra/qc-usb/FrugalBuild 
b/source/multimedia-extra/qc-usb/FrugalBuild
index 98b1a95..4372f62 100644
--- a/source/multimedia-extra/qc-usb/FrugalBuild
+++ b/source/multimedia-extra/qc-usb/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=qc-usb
pkgver=0.6.6
-pkgrel=40
+pkgrel=41
pkgdesc=Quickcam kernel driver.
groups=('multimedia-extra')
archs=('i686' 'x86_64')
@@ -11,9 +11,10 @@ _F_sourceforge_dirname=qce-ga
Finclude sourceforge kernel-module
url=http://qce-ga.sourceforge.net/;
up2date=lynx -dump 
http://sourceforge.net/project/showfiles.php?group_id=12924|grep qc-usb |sed 
's/[^]]*][^]]*]\([^ ]*\) .*/\1/;q'
-source=($source kernel-2.6.24.patch)
+source=($source kernel-2.6.2{4,6}.patch)
sha1sums=('947a9f1233586af71d82e413f455ef01ee388b43' \
-  'e0362a80fc4d08d7cfa10899ded63b6eaf854ee7')
+  'e0362a80fc4d08d7cfa10899ded63b6eaf854ee7' \
+  'b549293fe695aa346b26a7d52c65ac142c4ae4bc')

build() {
Fpatchall
diff --git a/source/multimedia-extra/qc-usb/kernel-2.6.26.patch 
b/source/multimedia-extra/qc-usb/kernel-2.6.26.patch
new file mode 100644
index 000..a386337
--- /dev/null
+++ b/source/multimedia-extra/qc-usb/kernel-2.6.26.patch
@@ -0,0 +1,30 @@
+From kernel 2.6.26rc2, SetPageReserved and ClearPageReserved changed from
+macros to inline functions, that are generated using macros (among which
+SETPAGEFLAG).
+
+The functions were redefined because they don't exist as macros, and then
+preventing compilation.
+
+This patch allows to compile the quickcam/qce-ga/qc-usb module on kernels
+2.6.26rc2 and later.
+
+An other fix could use #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,26).
+
+Signed-off-by: Guillaume Bedot [EMAIL PROTECTED]
+--- qc-usb-0.6.6.orig/qc-memory.c  2008-05-27 16:41:19.0 +0200
 qc-usb-0.6.6/qc-memory.c   2008-05-27 16:41:35.0 +0200
+@@ -81,12 +81,14 @@
+ #define pte_offset(pmd,adr)   pte_offset_map(pmd,adr) /* Emulation for a 
kernel using the new rmap-vm */
+ #endif/* Fix by 
Michele Balistreri [EMAIL PROTECTED] */
+
++#ifndef SETPAGEFLAG
+ #ifndef SetPageReserved
+ #define SetPageReserved(p)mem_map_reserve(p)
+ #endif
+ #ifndef ClearPageReserved
+ #define ClearPageReserved(p)  mem_map_unreserve(p)
+ #endif
++#endif
+ /* }}} */
+
+ /* {{{ [fold] kvirt_to_pa(): obtain physical address from virtual address 
obtained by vmalloc() */
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pekwm-0.1.7-1-i686

2008-08-06 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a5c178bc2a711046c416007ef814fcf104cd8106

commit a5c178bc2a711046c416007ef814fcf104cd8106
Author: James Buren [EMAIL PROTECTED]
Date:   Wed Aug 6 17:32:01 2008 -0500

pekwm-0.1.7-1-i686
* version bump
* delete old patch
* added official html docs
* updated source, up2date

diff --git a/source/x11-extra/pekwm/FrugalBuild 
b/source/x11-extra/pekwm/FrugalBuild
index 8d1f770..fd97d9f 100644
--- a/source/x11-extra/pekwm/FrugalBuild
+++ b/source/x11-extra/pekwm/FrugalBuild
@@ -3,31 +3,33 @@
# Contributor: DNAku [EMAIL PROTECTED]

pkgname=pekwm
-pkgver=0.1.6
-pkgrel=3
+pkgver=0.1.7
+pkgrel=1
pkgdesc=A lightweight window manager, originally based off aewm++.
url=http://pekwm.org/projects/pekwm;
-depends=('libsm' 'libxinerama' 'libxrandr' 'libxft' 'pcre' 'libxpm' 'libjpeg' 
'libpng')
+depends=('libsm' 'libxinerama' 'libxrandr' 'libxft' 'libxpm' 'libjpeg' 
'libpng' 'libstdc++')
groups=('x11-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url/releases
-# i know the name is wierd, but blame the website, not me.
-_F_http_name=15?project_id=3
-source=(http://pekwm.org/files/download/$_F_http_name $pkgname.desktop \
-   $pkgname-$pkgver-gcc-4.3.patch $pkgname-session xinitrc.$pkgname)
-sha1sums=('f1be57d14d32d096a399b1b9409ee9c44820bb6e' \
+source=(http://www.pekwm.org/projects/3/files/$pkgname-$pkgver.tar.bz2 \
+   http://www.pekwm.org/files/pekwm/doc/$pkgver/arc/pekwm-doc.tar.bz2 \
+   $pkgname.desktop $pkgname-session xinitrc.$pkgname)
+sha1sums=('dcd91dc8d08000bd8df402b08b7cfb2d71b038bc' \
+  '030508b778ecfb4eaba13a321261c86ae59e1d22' \
'2ae1c2462271de97a8a49a142d628ba554e00f40' \
-  'bee2386b1e8955ba391c0392db91415b8e34b304' \
'75b1c92ef3edd8c547a594725cf4dcf31ebcf32c' \
'bec93feb202820cd19455c92fb5bb9fa92b88a51')

build()
{
-   # call tar directly, since Fextract appears to not work here
-   tar -xf $_F_http_name || Fdie
Fbuild --enable-shape --enable-xinerama --enable-xrandr --enable-xft \
-   --enable-pcre --enable-image-xpm --enable-image-png --enable-image-jpeg\
-   --enable-menus --enable-harbour
+  --enable-image-xpm --enable-image-png --enable-image-jpeg \
+  --disable-debug --enable-menus --enable-harbour
+   # process html docs for users
+   Fmkdir /usr/share/doc/$pkgname-$pkgver/html
+   Fcp $pkgname-doc /usr/share/doc/$pkgname-$pkgver
+   Fmv /usr/share/doc/$pkgname-$pkgver/$pkgname-doc/* 
/usr/share/doc/$pkgname-$pkgver
+   Frm /usr/share/doc/$pkgname-$pkgver/$pkgname-doc
Ffile /etc/X11/sessions/$pkgname.desktop
Fexe /etc/X11/xinit/xinitrc.$pkgname
Fexe /usr/bin/$pkgname-session
diff --git a/source/x11-extra/pekwm/pekwm-0.1.6-gcc-4.3.patch 
b/source/x11-extra/pekwm/pekwm-0.1.6-gcc-4.3.patch
deleted file mode 100644
index 3d1e30a..000
--- a/source/x11-extra/pekwm/pekwm-0.1.6-gcc-4.3.patch
+++ /dev/null
@@ -1,127 +0,0 @@
 pekwm-0.1.6.orig/src/CfgParser.cc  2007-05-08 10:10:13.0 +0200
-+++ pekwm-0.1.6/src/CfgParser.cc   2008-04-22 22:41:21.0 +0200
-@@ -11,10 +11,11 @@
- #include Util.hh
-
- #include iostream
- #include memory
- #include cassert
-+#include cstring
-
- #ifdef HAVE_GETTEXT
- #include libintl.h
- #define _(S) gettext(S)
- #else // !HAVE_GETTEXT
 pekwm-0.1.6.orig/src/CfgParser.hh  2007-05-08 10:10:13.0 +0200
-+++ pekwm-0.1.6/src/CfgParser.hh   2008-04-22 22:41:21.0 +0200
-@@ -30,10 +30,11 @@
-
- #include list
- #include map
- #include set
- #include string
-+#include cstring
- #include iostream
- #include cstdlib
-
- //! @brief Configuration file parser.
- class CfgParser {
 pekwm-0.1.6.orig/src/CfgParserSource.cc2007-05-08 10:10:13.0 
+0200
-+++ pekwm-0.1.6/src/CfgParserSource.cc 2008-04-22 22:41:21.0 +0200
-@@ -11,10 +11,11 @@
- //
-
- #include CfgParserSource.hh
- #include Util.hh
-
-+#include cstdlib
- #include iostream
-
- extern C {
- #include unistd.h
- }
 pekwm-0.1.6.orig/src/ColorHandler.cc   2007-05-08 10:10:13.0 
+0200
-+++ pekwm-0.1.6/src/ColorHandler.cc2008-04-22 22:41:21.0 +0200
-@@ -5,10 +5,11 @@
- // See the LICENSE file for more information.
- //
-
- #include ColorHandler.hh
- #include PScreen.hh
-+#include cstring
-
- #ifdef DEBUG
- #include iostream
- using std::cerr;
- using std::endl;
 pekwm-0.1.6.orig/src/ColorHandler.hh   2007-05-08 10:10:13.0 
+0200
-+++ pekwm-0.1.6/src/ColorHandler.hh2008-04-22 22:41:21.0 +0200
-@@ -13,10 +13,11 @@
-
- #include pekwm.hh
-
- #include list
- #include string
-+#include cstring
-
- class ColorHandler {
- public:
- class Entry {
- public:
 pekwm-0.1.6.orig/src/PImageNativeLoaderXpm.cc  2007-05-08 
10:10:13.0 +0200
-+++ pekwm-0.1.6/src/PImageNativeLoaderXpm.cc   2008-04-22 22:41:21.0 
+0200
-@@ -11,10 +11,11 @@
- #ifdef HAVE_IMAGE_XPM
-
- #include PImageNativeLoaderXpm.hh
-
- #include iostream

[Frugalware-git] kernel2626: lirc-0.8.3-5-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=dd168a3410b3a7e50021639686cd6573558ed989

commit dd168a3410b3a7e50021639686cd6573558ed989
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu Aug 7 01:56:09 2008 +0200

lirc-0.8.3-5-i686
- added kernel-2.6.26.patch

diff --git a/source/apps-extra/lirc/FrugalBuild 
b/source/apps-extra/lirc/FrugalBuild
index 8229397..5ba1fb0 100644
--- a/source/apps-extra/lirc/FrugalBuild
+++ b/source/apps-extra/lirc/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=lirc
pkgver=0.8.3
-pkgrel=4
+pkgrel=5
pkgdesc=LIRC is a package that allows you to decode and send infra-red signals 
of many commonly used remote controls.
url=http://www.lirc.org/;
Finclude kernel-module sourceforge
@@ -20,7 +20,8 @@ rodepends=(lirc_modules=$pkgver)
groups=('apps-extra')
archs=('i686' 'x86_64')
backup=(etc/lirc{d,md}.conf etc/sysconfig/lirc)
-source=([EMAIL PROTECTED] rc.lirc lirc.logrotate lirc.sysconfig 
README.Frugalware)
+source=([EMAIL PROTECTED] rc.lirc lirc.logrotate lirc.sysconfig 
README.Frugalware \
+   kernel-2.6.26.patch)
unset install

build() {
@@ -53,6 +54,7 @@ sha1sums=('2238c2265bf7e8218e3691834ad90bc7231a8737' \
'30a7d32e512af135840e657edfa0736ad9d53281' \
'4342b004eb53d51fcbb9af2cf136bb4990874608' \
'504e0cd04780e75b6a8ab6836815c1ed9058db78' \
-  '0b80c73e902920c028dca98a9006aaa313c6e120')
+  '0b80c73e902920c028dca98a9006aaa313c6e120' \
+  '3465689927bd998fcd4e6875ccc004346c93c4cf')

# optimization OK
diff --git a/source/apps-extra/lirc/kernel-2.6.26.patch 
b/source/apps-extra/lirc/kernel-2.6.26.patch
new file mode 100644
index 000..130b6cb
--- /dev/null
+++ b/source/apps-extra/lirc/kernel-2.6.26.patch
@@ -0,0 +1,107 @@
+--- a/drivers/kcompat.h2008-01-13 11:26:28.0 +0100
 b/drivers/kcompat.h2008-05-14 18:37:49.0 +0200
+@@ -36,10 +36,10 @@
+   class_simple_destroy(cls);
+ }
+
+-#define lirc_class_device_create(cs, parent, dev, device, fmt, args...) \
+-  class_simple_device_add(cs, dev, device, fmt, ## args)
++#define lirc_device_create(cs, parent, dev, fmt, args...) \
++  class_simple_device_add(cs, dev, parent, fmt, ## args)
+
+-static inline void class_device_destroy(lirc_class_t *cls, dev_t devt)
++static inline void lirc_device_destroy(lirc_class_t *cls, dev_t devt)
+ {
+   class_simple_device_remove(devt);
+ }
+@@ -48,20 +48,40 @@
+
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2, 6, 15)
+
+-#define lirc_class_device_create(cs, parent, dev, device, fmt, args...) \
+-  class_device_create(cs, dev, device, fmt, ## args)
++#define lirc_device_create(cs, parent, dev, fmt, args...) \
++  class_device_create(cs, dev, parent, fmt, ## args)
+
+ #else /* = 2.6.15 */
+
+-#define lirc_class_device_create class_device_create
++#if LINUX_VERSION_CODE  KERNEL_VERSION(2, 6, 26)
++
++#define lirc_device_create(cs, parent, dev, fmt, args...) \
++  class_device_create(cs, NULL, dev, parent, fmt, ## args)
++
++#else /* = 2.6.26 */
++
++#define lirc_device_create device_create
++
++#endif /* = 2.6.26 */
++
+ #define LIRC_DEVFS_PREFIX
+
+-#endif
++#endif /* = 2.6.15 */
+
+ typedef struct class lirc_class_t;
+
++#if LINUX_VERSION_CODE  KERNEL_VERSION(2, 6, 26)
++
++#define lirc_device_destroy class_device_destroy
++
++#else
++
++#define lirc_device_destroy device_destroy
++
+ #endif
+
++#endif /* = 2.6.13 */
++
+ #elif LINUX_VERSION_CODE = KERNEL_VERSION(2, 4, 0)
+ #define LIRC_HAVE_DEVFS
+ #define LIRC_HAVE_DEVFS_24
+@@ -133,8 +153,8 @@
+ #ifndef LIRC_HAVE_SYSFS
+ #define class_destroy(x) do { } while (0)
+ #define class_create(x, y) NULL
+-#define class_device_destroy(x, y) do { } while (0)
+-#define lirc_class_device_create(x, y, z, xx, yy, zz) 0
++#define lirc_class_destroy(x, y) do { } while (0)
++#define lirc_class_create(x, y, z, xx, yy, zz) 0
+ #define IS_ERR(x) 0
+ typedef struct class_simple
+ {
+--- a/drivers/lirc_dev/lirc_dev.c  2008-01-13 11:45:02.0 +0100
 b/drivers/lirc_dev/lirc_dev.c  2008-05-14 18:37:49.0 +0200
+@@ -145,7 +145,8 @@
+ #ifdef LIRC_HAVE_DEVFS_26
+   devfs_remove(DEV_LIRC /%u, ir-p.minor);
+ #endif
+-  class_device_destroy(lirc_class, MKDEV(IRCTL_DEV_MAJOR, ir-p.minor));
++  lirc_device_destroy(lirc_class,
++  MKDEV(IRCTL_DEV_MAJOR, ir-p.minor));
+
+   if (ir-buf != ir-p.rbuf) {
+   lirc_buffer_free(ir-buf);
+@@ -400,9 +401,9 @@
+   S_IFCHR|S_IRUSR|S_IWUSR,
+   DEV_LIRC /%u, ir-p.minor);
+ #endif
+-  (void) lirc_class_device_create(lirc_class, NULL,
+-  MKDEV(IRCTL_DEV_MAJOR, ir-p.minor),
+-  ir-p.dev, lirc%u, ir-p.minor);
++  (void) lirc_device_create(lirc_class, ir-p.dev,
++MKDEV(IRCTL_DEV_MAJOR, ir-p.minor),
++lirc%u, ir-p.minor);
+
+   if (p-sample_rate || p-get_queue) {
+   

[Frugalware-git] kernel2626: wlan-ng-0.2.9-4-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=3af5156f7c2f4a421af3e953af160862fc0f51b7

commit 3af5156f7c2f4a421af3e953af160862fc0f51b7
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu Aug 7 02:11:06 2008 +0200

wlan-ng-0.2.9-4-i686
- added kernel-2.6.26.patch

diff --git a/source/network-extra/wlan-ng/FrugalBuild 
b/source/network-extra/wlan-ng/FrugalBuild
index d276e02..e73f023 100644
--- a/source/network-extra/wlan-ng/FrugalBuild
+++ b/source/network-extra/wlan-ng/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=wlan-ng
pkgver=0.2.9
-pkgrel=3
+pkgrel=4
pkgdesc=Wireless Lan modules
url=http://www.linux-wlan.org/;
Finclude kernel-module
@@ -13,9 +13,10 @@ archs=('i686' 'x86_64')
backup=(etc/wlan/wlan.conf)
up2date=lynx -dump ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/|grep 
tar.bz2$|sed -n 's/.*g-\(.*\)\.t.*/\1/;s/-//;$ p'
source=(ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-$pkgname-$pkgver.tar.bz2
 \
-   rc.wlan)
+   rc.wlan kernel-2.6.26.patch)
sha1sums=('e6b8e37bbe3b6d2d17dea5d8db782cad7f84a64e' \
-  'b5b76089293cf11ab5c5f634f1c3b8dd7f4c34a7')
+  'b5b76089293cf11ab5c5f634f1c3b8dd7f4c34a7' \
+  '6c7b50d0d57edcb6d018292ddfe72304a555bb42')

build()
{
diff --git a/source/network-extra/wlan-ng/kernel-2.6.26.patch 
b/source/network-extra/wlan-ng/kernel-2.6.26.patch
new file mode 100644
index 000..ec306f0
--- /dev/null
+++ b/source/network-extra/wlan-ng/kernel-2.6.26.patch
@@ -0,0 +1,14 @@
+Index: src/p80211/p80211netdev.c
+===
+--- src/p80211/p80211netdev.c  (revision 1865)
 src/p80211/p80211netdev.c  (working copy)
+@@ -947,7 +947,9 @@
+ #endif
+ #endif
+
+-#if (LINUX_VERSION_CODE = KERNEL_VERSION(2,6,24) )
++#if (LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26) )
++  dev_net_set(dev, init_net);
++#elif (LINUX_VERSION_CODE = KERNEL_VERSION(2,6,24) )
+   dev-nd_net = init_net;
+ #endif
\ No newline at end of file
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] kernel2626: ndiswrapper-1.53-5-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=18a58241e8cf250b958e864eabbc576473249dcb

commit 18a58241e8cf250b958e864eabbc576473249dcb
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu Aug 7 02:17:36 2008 +0200

ndiswrapper-1.53-5-i686
- rebuilt with kernel-2.6.26-1

diff --git a/source/network/ndiswrapper/FrugalBuild 
b/source/network/ndiswrapper/FrugalBuild
index a89a4da..d8abcb4 100644
--- a/source/network/ndiswrapper/FrugalBuild
+++ b/source/network/ndiswrapper/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=ndiswrapper
pkgver=1.53
-pkgrel=4
+pkgrel=5
pkgdesc=Wrapper for using Windows drivers for some wireless cards
_F_kernelmod_scriptlet=$pkgname.install
Finclude kernel-module sourceforge
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: poppler-0.8.5-1-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d673a6a009fea55e006a0fe950e4d3c79f96d828

commit d673a6a009fea55e006a0fe950e4d3c79f96d828
Author: crazy [EMAIL PROTECTED]
Date:   Thu Aug 7 02:32:49 2008 +0200

poppler-0.8.5-1-x86_64
* Version bump
* removed that ancient diff

diff --git a/source/xlib/poppler/FrugalBuild b/source/xlib/poppler/FrugalBuild
index c277c17..88b75d8 100644
--- a/source/xlib/poppler/FrugalBuild
+++ b/source/xlib/poppler/FrugalBuild
@@ -2,13 +2,13 @@
# Maintainer: Christian Hamar alias krix [EMAIL PROTECTED]

pkgname=poppler
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc=A PDF rendering library
url=http://poppler.freedesktop.org/;
depends=('libxext' 'fontconfig' 'libstdc++' 'cairo=1.4.14' 'libjpeg' 
'libxrender' 'libpng')
rodepends=('poppler-data')
-makedepends=('qt' 'gtk+2=2.12.9' 'gtk-doc1.9' 'libqtgui' 'libqtxml' 
'libqttest')
+makedepends=('qt' 'gtk+2=2.12.9' 'gtk-doc1.9' 'libqtgui=4.4.1' 
'libqtxml=4.4.1' 'libqttest=4.4.1')
groups=('xlib')
archs=('i686' 'x86_64')
up2date=lynx -dump http://poppler.freedesktop.org/releases.html|grep 
tar.gz|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'
@@ -46,6 +46,6 @@ build() {
Frm usr/share/man
}

-sha1sums=('2ad0acfea3a8787b19c2882a2eac2f9d0afd5a48' \
+sha1sums=('993c7ac0e12c20674908a44542f49b43bd417574' \
'a048348d9a8c6d545714350d3ab66dc7028e4b7f')
# optimization OK
diff --git a/source/xlib/poppler/MOAB-06-01-2007.diff 
b/source/xlib/poppler/MOAB-06-01-2007.diff
deleted file mode 100644
index 5ac9d8f..000
--- a/source/xlib/poppler/MOAB-06-01-2007.diff
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -Naur poppler-0.5.4.orig/poppler/Catalog.cc 
poppler-0.5.4/poppler/Catalog.cc
 poppler-0.5.4.orig/poppler/Catalog.cc  2006-09-13 17:10:52.0 
+0200
-+++ poppler-0.5.4/poppler/Catalog.cc   2007-01-19 18:56:23.0 +0100
-@@ -26,6 +26,12 @@
- #include UGooString.h
- #include Catalog.h
-
-+// This define is used to limit the depth of recursive readPageTree calls
-+// This is needed because the page tree nodes can reference their parents
-+// leaving us in an infinite loop
-+// Most sane pdf documents don't have a call depth higher than 10
-+#define MAX_CALL_DEPTH 1000
-+
- //
- // Catalog
- //
-@@ -75,7 +81,7 @@
- pageRefs[i].num = -1;
- pageRefs[i].gen = -1;
-   }
--  numPages = readPageTree(pagesDict.getDict(), NULL, 0);
-+  numPages = readPageTree(pagesDict.getDict(), NULL, 0, 0);
-   if (numPages != numPages0) {
- error(-1, Page count in top-level pages object is incorrect);
-   }
-@@ -217,7 +223,7 @@
-   return s;
- }
-
--int Catalog::readPageTree(Dict *pagesDict, PageAttrs *attrs, int start) {
-+int Catalog::readPageTree(Dict *pagesDict, PageAttrs *attrs, int start, int 
callDepth) {
-   Object kids;
-   Object kid;
-   Object kidRef;
-@@ -262,9 +268,13 @@
- // This should really be isDict(Pages), but I've seen at least one
- // PDF file where the /Type entry is missing.
- } else if (kid.isDict()) {
--  if ((start = readPageTree(kid.getDict(), attrs1, start))
-- 0)
--  goto err2;
-+  if (callDepth  MAX_CALL_DEPTH) {
-+error(-1, Limit of %d recursive calls reached while reading the page 
tree. If your document is correct and not a test to try to force a crash, 
please report a bug., MAX_CALL_DEPTH);
-+  } else {
-+if ((start = readPageTree(kid.getDict(), attrs1, start, callDepth + 
1))
-+   0)
-+goto err2;
-+  }
- } else {
-   error(-1, Kid object (page %d) is wrong type (%s),
-   start+1, kid.getTypeName());
-diff -Naur poppler-0.5.4.orig/poppler/Catalog.h poppler-0.5.4/poppler/Catalog.h
 poppler-0.5.4.orig/poppler/Catalog.h   2006-01-23 15:43:36.0 
+0100
-+++ poppler-0.5.4/poppler/Catalog.h2007-01-19 18:56:43.0 +0100
-@@ -193,7 +193,7 @@
-   PageMode pageMode;  // page mode
-   PageLayout pageLayout;  // page layout
-
--  int readPageTree(Dict *pages, PageAttrs *attrs, int start);
-+  int readPageTree(Dict *pages, PageAttrs *attrs, int start, int callDepth);
-   Object *findDestInTree(Object *tree, GooString *name, Object *obj);
- };
-
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: wxsqlite3-1.9.0.1-1-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab0a5cba0089c8870b1d7f4020dd45c01bcfd2ae

commit ab0a5cba0089c8870b1d7f4020dd45c01bcfd2ae
Author: crazy [EMAIL PROTECTED]
Date:   Thu Aug 7 02:46:31 2008 +0200

wxsqlite3-1.9.0.1-1-x86_64
* Version bump

diff --git a/source/xlib-extra/wxsqlite3/FrugalBuild 
b/source/xlib-extra/wxsqlite3/FrugalBuild
index 6feaf4b..ad1c55c 100644
--- a/source/xlib-extra/wxsqlite3/FrugalBuild
+++ b/source/xlib-extra/wxsqlite3/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Miklos Nemeth [EMAIL PROTECTED]

pkgname=wxsqlite3
-pkgver=1.8.5
+pkgver=1.9.0.1
pkgrel=1
pkgdesc=wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x 
database
depends=('sqlite3' 'wxgtk=2.8.8')
@@ -15,7 +15,8 @@ Finclude sourceforge
url=http://wxcode.sourceforge.net/components/wxsqlite3/;
up2date=lynx -dump http://wxcode.sourceforge.net/components/wxsqlite3/ | grep 
Latest | sed 's/.*n: \([0-9.]*\) B.*/\1/'
Fconfopts=$Fconfopts --with-sqlite3-prefix=/usr
-sha1sums=('d6f159f791a836e099f1297d0230cfe0505cb811')
+sha1sums=('228d6f33afa10670a5d2c02c51d977fe038aa43e')
+_F_cd_path=$pkgname-1.9.0
unset MAKEFLAGS

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


[Frugalware-git] frugalware-current: aria2-0.15.1+2-1-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=04bc4ec52360ca758ed5008a9fd930a97db8c3a4

commit 04bc4ec52360ca758ed5008a9fd930a97db8c3a4
Author: crazy [EMAIL PROTECTED]
Date:   Thu Aug 7 02:48:44 2008 +0200

aria2-0.15.1+2-1-x86_64
* Version bump

diff --git a/source/network-extra/aria2/FrugalBuild 
b/source/network-extra/aria2/FrugalBuild
index f73b3df..fffe2c4 100644
--- a/source/network-extra/aria2/FrugalBuild
+++ b/source/network-extra/aria2/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=aria2
_F_archive_name=${pkgname}c
-pkgver=0.15.1+1
+pkgver=0.15.1+2
pkgrel=1
pkgdesc=aria2 is an utility for downloading files.
depends=('openssl' 'libstdc++' 'cppunit' 'c-ares=1.5.1')
@@ -15,7 +15,7 @@ _F_sourceforge_name=${pkgname}c # huh ?:)
_F_sourceforge_dirname=$pkgname
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge
-sha1sums=('4b93cb09609869ee6e322fefc607f27f253e6e1c')
+sha1sums=('8fde4b656f6c858a38cc5693aeefd6d5d0f42a9c')

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


[Frugalware-git] frugalware-current: rosegarden-1.7.1-1-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a42ace6f3a8d8e181d0a9eced41bcc10623b3a03

commit a42ace6f3a8d8e181d0a9eced41bcc10623b3a03
Author: crazy [EMAIL PROTECTED]
Date:   Thu Aug 7 02:54:55 2008 +0200

rosegarden-1.7.1-1-x86_64
* Version bump

diff --git a/source/kde-extra/rosegarden/FrugalBuild 
b/source/kde-extra/rosegarden/FrugalBuild
index 2568eef..7c3aa10 100644
--- a/source/kde-extra/rosegarden/FrugalBuild
+++ b/source/kde-extra/rosegarden/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: crazy [EMAIL PROTECTED]

pkgname=rosegarden
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc=Rosegarden is a professional audio MIDI sequencer,score editor,music 
composition and editing environment.
depends=('kdelibs=3.5.9' 'dssi' 'liblrdf' 'liblo=0.24' 'jack' 'fftw')
@@ -16,5 +16,5 @@ _F_sourceforge_ext=.tar.bz2
_F_cmake_confopts=-DWANT_LIRC=NO
Finclude sourceforge cmake
url=http://www.rosegardenmusic.com/;
-sha1sums=('7075a4fbc55065730f2cc938de4829b76b5ca6bd')
+sha1sums=('669714768bda2a773d092e27495936a1ea6edf41')
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xscreensaver-5.06-1-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6adbcda20a20ff58ba2a40888ed5dbfd7da2ae2d

commit 6adbcda20a20ff58ba2a40888ed5dbfd7da2ae2d
Author: crazy [EMAIL PROTECTED]
Date:   Thu Aug 7 03:01:34 2008 +0200

xscreensaver-5.06-1-x86_64
* Version bump

diff --git a/source/xlib/xscreensaver/FrugalBuild 
b/source/xlib/xscreensaver/FrugalBuild
index 5a6bc7b..e919aa9 100644
--- a/source/xlib/xscreensaver/FrugalBuild
+++ b/source/xlib/xscreensaver/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: VMiklos [EMAIL PROTECTED]

pkgname=xscreensaver
-pkgver=5.05
+pkgver=5.06
pkgrel=1
pkgdesc=A screen saver and locker for the X Window System.
url=http://www.jwz.org/xscreensaver;
@@ -28,12 +28,12 @@ build()
make install_prefix=$Fdestdir install || Fdie
Frm usr/share/man/man6/barcode.6
Fmkdir /usr/share/wallpapers
-
+
Fsplit xscreensaver-data /usr/share/man/man6
Fsplit xscreensaver-data /usr/libexec/xscreensaver
Fsplit xscreensaver-data /usr/share/xscreensaver/config
}

-sha1sums=('6f23422b17dd8a06cdaf419fd16d398eee50601b')
+sha1sums=('3310789ecf1ed8ff790d94512fe536857e793e4c')

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


[Frugalware-git] frugalware-current: mldonkey-2.9.6-1-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b92477e8697dc38e6ba8c5f678d1e1949f750b2a

commit b92477e8697dc38e6ba8c5f678d1e1949f750b2a
Author: crazy [EMAIL PROTECTED]
Date:   Thu Aug 7 03:05:46 2008 +0200

mldonkey-2.9.6-1-x86_64
* Version bump

diff --git a/source/xapps-extra/mldonkey/FrugalBuild 
b/source/xapps-extra/mldonkey/FrugalBuild
index 250a6cb..87847a5 100644
--- a/source/xapps-extra/mldonkey/FrugalBuild
+++ b/source/xapps-extra/mldonkey/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix [EMAIL PROTECTED]

pkgname=mldonkey
-pkgver=2.9.5
+pkgver=2.9.6
pkgrel=1
pkgdesc=mldonkey is a new client to access the eDonkey network.
_F_sourceforge_ext=.tar.bz2
@@ -15,7 +15,7 @@ rodepends=('wget' 'procps')
options=('scriptlet')
groups=('xapps-extra')
archs=('x86_64' 'i686')
-sha1sums=('ed7ab26049f70606bdd924e039cc36b4d9660417' \
+sha1sums=('3c52b11e906aa08d1c4132e3bb23756d447f20f9' \
'b04a153c34219867b656d5f31a86c359e5d5701b' \
'fa2d96abad27ddd03f8ac0546cd423a752cade67')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lyx-1.5.6-1-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=840d1f175f8f9b6fe314e2ed66863b343c6efda1

commit 840d1f175f8f9b6fe314e2ed66863b343c6efda1
Author: crazy [EMAIL PROTECTED]
Date:   Thu Aug 7 03:26:14 2008 +0200

lyx-1.5.6-1-x86_64
* Version bump

diff --git a/source/xapps-extra/lyx/FrugalBuild 
b/source/xapps-extra/lyx/FrugalBuild
index 3a7d930..db222d9 100644
--- a/source/xapps-extra/lyx/FrugalBuild
+++ b/source/xapps-extra/lyx/FrugalBuild
@@ -3,7 +3,7 @@
# Conteibutor: Bence Nagy [EMAIL PROTECTED]

pkgname=lyx
-pkgver=1.5.5
+pkgver=1.5.6
pkgrel=1
pkgdesc=An advanced open-source document processor based on TeX
url='http://www.lyx.org'
@@ -15,7 +15,7 @@ archs=('i686' 'x86_64')
options=('scriptlet')
up2date=lynx -dump 'http://lyx.cybermirror.org/stable/?D=A'|Flasttarbz2
source=(http://lyx.cybermirror.org/stable/$pkgname-$pkgver.tar.bz2)
-sha1sums=('a1467e5c1d9114a4b806e1858563fd9d03fcaab3')
+sha1sums=('9ac2d712ada5b8e6920ce94e509352533754fb99')


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


[Frugalware-git] frugalware-current: xcb-util-0.2.1-1-x86_64

2008-08-06 Thread crazy
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0849cd4eca3c3aee55fbcbccb2550650e333a58d

commit 0849cd4eca3c3aee55fbcbccb2550650e333a58d
Author: crazy [EMAIL PROTECTED]
Date:   Thu Aug 7 03:29:45 2008 +0200

xcb-util-0.2.1-1-x86_64
* Version bump

diff --git a/source/x11/xcb-util/FrugalBuild b/source/x11/xcb-util/FrugalBuild
index 0d115b0..9899e65 100644
--- a/source/x11/xcb-util/FrugalBuild
+++ b/source/x11/xcb-util/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: crazy [EMAIL PROTECTED]

pkgname=xcb-util
-pkgver=0.2
+pkgver=0.2.1
pkgrel=1
pkgdesc=Utility libraries for X C Binding
url=http://xcb.freedesktop.org;
@@ -12,6 +12,6 @@ archs=('i686' 'x86_64')
makedepends=('pkgconfig' 'gperf')
up2date=(lynx -dump 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep xcb-util 
| Flasttar)
source=(http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2)
-sha1sums=('45d780c81b1b3e10db1f60b5232f58ea56647e88')
+sha1sums=('7c03b84c4704986d6d4cf2f4e956715b021a0cb2')

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


[Frugalware-git] kernel2626: r8169-6.007.00-2-i686

2008-08-06 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2626.git;a=commitdiff;h=518be216b947135b867b1c87e25b49a5fed5fc84

commit 518be216b947135b867b1c87e25b49a5fed5fc84
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu Aug 7 03:37:22 2008 +0200

r8169-6.007.00-2-i686
- rebuilt with kernel-2.6.26-1

diff --git a/source/network-extra/r8169/FrugalBuild 
b/source/network-extra/r8169/FrugalBuild
index c093c85..724eb3c 100644
--- a/source/network-extra/r8169/FrugalBuild
+++ b/source/network-extra/r8169/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=r8169
pkgver=6.007.00
-pkgrel=1
+pkgrel=2
Finclude sourceforge kernel-module
pkgdesc=Realtek driver for RTL8169/8110 cards.
url=http://www.realtek.com.tw;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git