[Frugalware-git] frugalware-current: libftdi-1.2-1-x86_64

2015-07-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=071d810c461df6488e953694e0ca7b1645191711

commit 071d810c461df6488e953694e0ca7b1645191711
Author: Elentir elen...@frugalware.org
Date:   Sat Jul 11 11:35:08 2015 +0200

libftdi-1.2-1-x86_64

* version bump

diff --git a/source/lib-extra/libftdi/FrugalBuild 
b/source/lib-extra/libftdi/FrugalBuild
index 03a5873..1bee68c 100644
--- a/source/lib-extra/libftdi/FrugalBuild
+++ b/source/lib-extra/libftdi/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Laszlo Papp djsz...@archlinux.us

pkgname=libftdi
-pkgver=0.20
+pkgver=1.2
pkgrel=1
pkgdesc=A library to talk to FTDI chips
url=http://www.intra2net.com/en/developer/libftdi/;
@@ -11,7 +11,9 @@ depends=('libusb')
groups=('lib-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url/download.php
-source=($url/download/$pkgname-$pkgver.tar.gz)
-sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2')
+_F_archive_name=${pkgname}1
+source=($url/download/$_F_archive_name-$pkgver.tar.bz2)
+Finclude cmake
+sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a')

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


[Frugalware-git] frugalware-current: avrdude-6.1-2-x86_64

2015-07-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c8d906d838c4cff49266039d375ef4e319e496d8

commit c8d906d838c4cff49266039d375ef4e319e496d8
Author: Elentir elen...@frugalware.org
Date:   Sat Jul 11 11:44:51 2015 +0200

avrdude-6.1-2-x86_64

* add patch to fix build

diff --git a/source/devel-extra/avrdude/FrugalBuild 
b/source/devel-extra/avrdude/FrugalBuild
index ba3554d..3fa3508 100644
--- a/source/devel-extra/avrdude/FrugalBuild
+++ b/source/devel-extra/avrdude/FrugalBuild
@@ -1,19 +1,21 @@
# Compiling Time: 0.14 SBU
-# Maintainer: Elentir elen...@mailoo.org
+# Maintainer: Elentir elen...@frugalware.org
# Contributor: Laszlo Papp djsz...@archlinux.us

pkgname=avrdude
pkgver=6.1
-pkgrel=1
+pkgrel=2
pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
url=http://www.nongnu.org/avrdude/;
-depends=('libusb' 'readline')
+depends=('libftdi')
makedepends=('bison' 'flex')
groups=('devel-extra')
license=GPL
archs=('i686' 'x86_64')
up2date=Flasttar http://download.savannah.gnu.org/releases/$pkgname;
-source=(http://download.savannah.gnu.org/releases/$pkgname/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('15525cbff5918568ef3955d871dbb94feaf83c79')
+source=(http://download.savannah.gnu.org/releases/$pkgname/${pkgname}-${pkgver}.tar.gz;
 \
+   avrdude-6.1_includes.patch)
+sha1sums=('15525cbff5918568ef3955d871dbb94feaf83c79' \
+  '32723766f149ffcc30dc98ccaf19a41a29a00805')

# optimization OK
diff --git a/source/devel-extra/avrdude/avrdude-6.1_includes.patch 
b/source/devel-extra/avrdude/avrdude-6.1_includes.patch
new file mode 100644
index 000..5fc8904
--- /dev/null
+++ b/source/devel-extra/avrdude/avrdude-6.1_includes.patch
@@ -0,0 +1,13 @@
+diff -p -up ./configure.org ./configure
+--- ./configure.org 2014-06-04 21:00:03.027735142 +0200
 ./configure 2014-06-04 21:04:46.428267513 +0200
+@@ -5650,7 +5650,8 @@ fi
+ LIBPTHREAD=$LIBPTHREAD
+
+ # Checks for header files.
+-for ac_header in limits.h stdlib.h string.h
++for ac_header in limits.h stdlib.h string.h inttypes.h stdint.h memory.h \
++  strings.h sys/stat.h sys_time.h sys_types.h termios.h
+ do :
+   as_ac_Header=`$as_echo ac_cv_header_$ac_header | $as_tr_sh`
+ ac_fn_c_check_header_mongrel $LINENO $ac_header $as_ac_Header 
$ac_includes_default
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: Merge branch 'master' of git.frugalware.org:/pub/other/people/elentir/texlivetesting

2015-07-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e0db0d77030d48b81b34a763fc2cd5c5867cb62b

commit e0db0d77030d48b81b34a763fc2cd5c5867cb62b
Merge: 72b11bd 85677d0
Author: Elentir elen...@frugalware.org
Date:   Thu Jul 9 14:19:54 2015 +0200

Merge branch 'master' of 
git.frugalware.org:/pub/other/people/elentir/texlivetesting
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: openocd-0.9.0-1-x86_64

2015-06-23 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5aea8c4a06e70498d80f49b8a8a7ed411daaf3b0

commit 5aea8c4a06e70498d80f49b8a8a7ed411daaf3b0
Author: Elentir elen...@frugalware.org
Date:   Tue Jun 23 11:01:33 2015 +0200

openocd-0.9.0-1-x86_64

* version bump

diff --git a/source/apps-extra/openocd/FrugalBuild 
b/source/apps-extra/openocd/FrugalBuild
index a2747dc..265ab7d 100644
--- a/source/apps-extra/openocd/FrugalBuild
+++ b/source/apps-extra/openocd/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=openocd
-pkgver=0.7.0
+pkgver=0.9.0
pkgrel=1
pkgdesc=Free and Open On-Chip Debugging, In-System Programming and 
Boundary-Scan Testing
depends=('libftdi')
@@ -10,8 +10,8 @@ groups=('apps-extra')
archs=('i686' 'x86_64')
Finclude sourceforge
Fconfopts+=--enable-amtjtagaccel --enable-arm-jtag-ew --enable-buspirate 
--enable-ep93xx --enable-at91rm9200 --enable-gw16012 \
---enable-ft2232_libftdi --enable-ftdi --enable-jlink --enable-oocd_trace 
--enable-parport --enable-presto_libftdi --enable-rlink \
+--enable-ftdi --enable-jlink --enable-oocd_trace --enable-parport 
--enable-presto_libftdi --enable-rlink \
--enable-stlink --enable-ulink --enable-usbprog --enable-vsllink 
--enable-usb_blaster_libftdi --disable-werror
-sha1sums=('90aa1a0eaad0da855a0557c9d8984d8fbc92b143')
+sha1sums=('f57cb48ae09baac7dc6e3961f134317fb1dec290')

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


[Frugalware-git] frugalware-current: scikit-learn-0.16.1-1-x86_64

2015-06-23 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3fa727098dc4fe6ca19dd0ee58c0f5694520fb37

commit 3fa727098dc4fe6ca19dd0ee58c0f5694520fb37
Author: Elentir elen...@frugalware.org
Date:   Tue Jun 23 10:48:50 2015 +0200

scikit-learn-0.16.1-1-x86_64

* new package

diff --git a/source/devel-extra/scikit-learn/FrugalBuild 
b/source/devel-extra/scikit-learn/FrugalBuild
new file mode 100644
index 000..0f95ddb
--- /dev/null
+++ b/source/devel-extra/scikit-learn/FrugalBuild
@@ -0,0 +1,14 @@
+# Compiling Time: 0.05 SBU
+# Maintainer: Elentir elen...@frugalware.org
+
+pkgname=scikit-learn
+pkgver=0.16.1
+pkgrel=1
+pkgdesc=A set of python modules for machine learning and data mining
+depends=('python=2.7' 'numpy' 'scipy')
+groups=('devel-extra')
+archs=('i686' 'x86_64')
+Finclude sourceforge
+sha1sums=('5ceaf8a38bef34021bc9f6481c0fdb86d5a92394')
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: avrdude-6.1-1-x86_64

2015-06-23 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ebc15e844120bb290635e27b05ca4c4837da04df

commit ebc15e844120bb290635e27b05ca4c4837da04df
Author: Elentir elen...@frugalware.org
Date:   Tue Jun 23 10:51:25 2015 +0200

avrdude-6.1-1-x86_64

* version bump

diff --git a/source/devel-extra/avrdude/FrugalBuild 
b/source/devel-extra/avrdude/FrugalBuild
index bf56fdd..ba3554d 100644
--- a/source/devel-extra/avrdude/FrugalBuild
+++ b/source/devel-extra/avrdude/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Laszlo Papp djsz...@archlinux.us

pkgname=avrdude
-pkgver=5.11.1
+pkgver=6.1
pkgrel=1
pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
url=http://www.nongnu.org/avrdude/;
@@ -14,6 +14,6 @@ license=GPL
archs=('i686' 'x86_64')
up2date=Flasttar http://download.savannah.gnu.org/releases/$pkgname;
source=(http://download.savannah.gnu.org/releases/$pkgname/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('330b3a38d3de6c54d4866819ffb6924ed3728173')
+sha1sums=('15525cbff5918568ef3955d871dbb94feaf83c79')

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


[Frugalware-git] frugalware-current: ethtool-4.0-1-x86_64

2015-06-23 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=991b07481a210a239112632f4cd1c12fc0fff969

commit 991b07481a210a239112632f4cd1c12fc0fff969
Author: Elentir elen...@frugalware.org
Date:   Tue Jun 23 10:56:21 2015 +0200

ethtool-4.0-1-x86_64

* version bump

diff --git a/source/network/ethtool/FrugalBuild 
b/source/network/ethtool/FrugalBuild
index a2b5927..f08dead 100644
--- a/source/network/ethtool/FrugalBuild
+++ b/source/network/ethtool/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=ethtool
-pkgver=3.11
+pkgver=4.0
pkgrel=1
pkgdesc=A tool for setting ethernet parameters
depends=('glibc')
@@ -13,7 +13,7 @@ url=http://www.kernel.org/pub/software/network/ethtool/;
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz
 \
ethtool@.service)
up2date=Flasttar http://www.kernel.org/pub/software/network/$pkgname/;
-sha1sums=('404bcc6bbb9911c1993c1405e7d96232acb66516' \
+sha1sums=('d6f7f1f02b507c74e6ba843ecab071223dd034a1' \
'7cb7f2f720d474c610a613e7d1209b0f6093bc4e')

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


[Frugalware-git] frugalware-current: python-theano-0.7.0-1-x86_64

2015-06-22 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=52dca5b0331e3f270eb312690ddbc4687c73a03d

commit 52dca5b0331e3f270eb312690ddbc4687c73a03d
Author: Elentir elen...@frugalware.org
Date:   Mon Jun 22 19:41:13 2015 +0200

python-theano-0.7.0-1-x86_64

* new package

diff --git a/source/devel-extra/python-theano/FrugalBuild 
b/source/devel-extra/python-theano/FrugalBuild
new file mode 100644
index 000..038cf3e
--- /dev/null
+++ b/source/devel-extra/python-theano/FrugalBuild
@@ -0,0 +1,16 @@
+# Compiling Time: 0.02 SBU
+# Maintainer: Elentir elen...@frugalware.org
+
+pkgname=python-theano
+_F_archive_name=Theano
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=Optimizing compiler for evaluating mathematical expressions on CPUs 
and GPUs.
+url=http://deeplearning.net/software/theano/;
+depends=('python=2.7' 'numpy')
+groups=('devel-extra')
+archs=('i686' 'x86_64')
+_F_pypi_name=Theano
+_F_cd_path=Theano-$pkgver
+Finclude pypi
+sha1sums=('7e59a7c76a24397f0b0c0e895b315885d78f9210')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlivetesting: hunlatex-0.03_4-3-x86_64

2015-06-21 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlivetesting.git;a=commitdiff;h=85677d0cf2ec6027958d99be6147f57289bb770b

commit 85677d0cf2ec6027958d99be6147f57289bb770b
Author: Elentir elen...@frugalware.org
Date:   Sun Jun 21 15:30:03 2015 +0200

hunlatex-0.03_4-3-x86_64

- texmf - texmf-dist

diff --git a/source/xapps-extra/hunlatex/FrugalBuild 
b/source/xapps-extra/hunlatex/FrugalBuild
index 11c699e..3089d37 100644
--- a/source/xapps-extra/hunlatex/FrugalBuild
+++ b/source/xapps-extra/hunlatex/FrugalBuild
@@ -1,11 +1,11 @@
# Compiling Time: 0.01 SBU
-# Contributor: kikadf kikadf...@gmail.com
+# Maintainer: kikadf kikadf...@gmail.com
# Contributor: Bence Nagy nagybe...@tipogral.hu

pkgname=hunlatex
pkgver=0.03_4
srcver=`echo $pkgver | tr _ -`
-pkgrel=2
+pkgrel=3
pkgdesc=MagyarLaTeX contains all files necessary for typesetting in the 
Hungarian language with LaTeX.
url=http://www.math.bme.hu/latex;
depends=('texlive')
@@ -19,8 +19,9 @@ build() {
ar x magyarlatex_${srcver}_all.deb
tar xvzf data.tar.gz
cp -R usr/ $Fdestdir
-   Frm /usr/share/texmf/tex/generic/magyar/huhyph{n,}.tex 
/usr/share/texmf/tex/generic/0magyar /usr/share/texmf/tex/latex 
/usr/share/doc/magyarlatex
-   Fmkdir /usr/share/texmf/tex/generic/0babel
-   Fmv /usr/share/texmf/tex/generic/magyar/magyar.ldf 
/usr/share/texmf/tex/generic/0babel/magyar.ldf
+   Fmv /usr/share/texmf /usr/share/texmf-dist
+   Frm /usr/share/texmf-dist/tex/generic/magyar/huhyph{n,}.tex 
/usr/share/texmf-dist/tex/generic/0magyar /usr/share/texmf-dist/tex/latex 
/usr/share/doc/magyarlatex
+   Fmkdir /usr/share/texmf-dist/tex/generic/0babel
+   Fmv /usr/share/texmf-dist/tex/generic/magyar/magyar.ldf 
/usr/share/texmf-dist/tex/generic/0babel/magyar.ldf
Fdoc /usr/share/doc/magyarlatex/{README.gz,copyright}
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlivetesting: linuxdoc-tools-0.9.69-1-x86_64

2015-06-21 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlivetesting.git;a=commitdiff;h=260a70f38af65ca28e7136c6562956595a9aed03

commit 260a70f38af65ca28e7136c6562956595a9aed03
Author: Elentir elen...@frugalware.org
Date:   Sun Jun 21 15:22:14 2015 +0200

linuxdoc-tools-0.9.69-1-x86_64

- 0.9.31 - 0.9.69
- texmf - texmf-dist

diff --git a/source/apps-extra/linuxdoc-tools/FrugalBuild 
b/source/apps-extra/linuxdoc-tools/FrugalBuild
index 2bd4c1e..fc9af08 100644
--- a/source/apps-extra/linuxdoc-tools/FrugalBuild
+++ b/source/apps-extra/linuxdoc-tools/FrugalBuild
@@ -2,37 +2,24 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=linuxdoc-tools
-pkgver=0.9.31
-pkgrel=3
+pkgver=0.9.69
+pkgrel=1
pkgdesc=SGML converters for the LinuxDoc DTD only.
url=http://packages.qa.debian.org/l/linuxdoc-tools.html;
-depends=('texlive' 'texinfo' 'groff' 'gawk' 'perl' 'opensp')
+depends=('texlive' 'groff' 'gawk' 'perl' 'opensp' 'texlive-fonts-extra')
groups=('apps-extra')
archs=('i686' 'x86_64')
-up2date=lynx -dump 
http://ftp.debian.org/debian/pool/main/l/linuxdoc-tools/|grep tar.gz$|sed -n 
's/.*_\(.*\)\.t.*/\1/;$ p'
-source=(http://ftp.debian.org/debian/pool/main/l/$pkgname/${pkgname}_$pkgver.tar.gz)
+up2date=lynx -dump 
http://ftp.debian.org/debian/pool/main/l/linuxdoc-tools/|grep tar.gz$|sed -n 
's/.*_\(.*\)\.t.*/\1/;$ p' | sed 's/\.orig//'
+source=(http://ftp.debian.org/debian/pool/main/l/$pkgname/${pkgname}_$pkgver.orig.tar.gz)
options=('scriptlet')
-sha1sums=('7ea366fd2ced0eb7644950e162739b656de62f06')
+sha1sums=('bc7347704fdec5d76c462d3b6ab8b668f093f487')

-build(){
-   Fcd
-   Fsed mandir= mandir=$Fdestdir Makefile.*
-   Fconf --with-installed-nsgmls --with-installed-iso-entities
-   pushd entity-map || Fdie
-   autoconf || Fdie
-   Fconf
-   popd || Fdie
-   make OPTIMIZE=$CFLAGS || Fdie
-   perl -pi -e 
's,\$main::prefix/share/sgml/iso-entities-8879.1986/iso-entities.cat,/usr/share/sgml/sgml-iso-entities-8879.1986/catalog,'
 \
-   lib/LinuxDocTools.pm || Fdie
-   eval `perl '-V:installsitelib'` || Fdie
-   Fmkdir $installsitelib
-   Fmakeinstall perl5libdir=$Fdestdir/$installsitelib 
prefix=$Fdestdir/$Fprefix
+build() {
+   Fbuild
Fmv /usr/share/doc/$pkgname /usr/share/doc/$pkgname-$pkgver
-   perl -pi -e 
's,/usr/share/sgml/iso-entities-8879.1986/iso-entities.cat,\$main::prefix/share/sgml/sgml-iso-entities-8879.1986/catalog,'
 \
-  $Fdestdir/usr/share/$pkgname/LinuxDocTools.pm || Fdie
-   Fmkdir /usr/share/texmf/tex/latex/misc
-   Fmv /usr/share/$pkgname/*.sty /usr/share/texmf/tex/latex/misc/
+   Frm /usr/share/doc/$pkgname
+   Fmkdir /usr/share/texmf-dist/tex/latex/misc
+   Fmv /usr/share/$pkgname/*.sty /usr/share/texmf-dist/tex/latex/misc/
}

# optimization OK
diff --git a/source/apps-extra/linuxdoc-tools/linuxdoc-tools.install 
b/source/apps-extra/linuxdoc-tools/linuxdoc-tools.install
index 76cb833..0b9b6e8 100644
--- a/source/apps-extra/linuxdoc-tools/linuxdoc-tools.install
+++ b/source/apps-extra/linuxdoc-tools/linuxdoc-tools.install
@@ -1,8 +1,6 @@
post_install()
{
-   echo -n updating texhash... 
-   [ -x /usr/bin/texhash ]  texhash 21 /dev/null
-   echo done.
+   mktexlsr 21 /dev/null
}

post_upgrade()
@@ -12,9 +10,7 @@ post_upgrade()

pre_remove()
{
-   echo -n updating texhash... 
-   [ -x /usr/bin/texhash ]  texhash 21 /dev/null
-   echo done.
+   mktexlsr 21 /dev/null
}

op=$1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlivetesting: latex2html-2012-1-x86_64

2015-06-21 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlivetesting.git;a=commitdiff;h=80c810b56a5446f2dd97c848e842bda0a89ef483

commit 80c810b56a5446f2dd97c848e842bda0a89ef483
Author: Elentir elen...@frugalware.org
Date:   Sun Jun 21 14:45:42 2015 +0200

latex2html-2012-1-x86_64

- 2008 - 2012
- texmf - texmf-dist

diff --git a/source/xapps-extra/latex2html/FrugalBuild 
b/source/xapps-extra/latex2html/FrugalBuild
index 1deee14..77b76ac 100644
--- a/source/xapps-extra/latex2html/FrugalBuild
+++ b/source/xapps-extra/latex2html/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Zsolt Szalai xbit.li...@chello.hu

pkgname=latex2html
-pkgver=2008
+pkgver=2012
pkgrel=1
pkgdesc=A converter written in Perl that converts LaTeX documents to HTML.
url=http://saftsack.fs.uni-bayreuth.de/~latex2ht/;
@@ -11,21 +11,21 @@ depends=('perl' 'ghostscript' 'texlive' 'libpng=1.4.3' 
'libgif' 'netpbm')
groups=('xapps-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
-up2date=lynx -dump 
'http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/?C=M;O=D'|grep 
/.*tar.gz|sed -n 's/.*l-\(.*\)\.t.*/\1/;s/-/_/g;1 p'
-source=(http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/$pkgname-`echo 
$pkgver|sed s/_/-/g`.tar.gz)
-sha1sums=('5e0aa47572e0c13a4c5da51e963d5496be3f86e7')
+up2date=lynx -dump 'http://www.ctan.org/tex-archive/support/latex2html' |grep 
/.*tgz|sed -n 's/.*l-\(.*\)\.t.*/\1/;s/-/_/g;1 p'
+source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tgz)
+sha1sums=('54b42d3fb812b0bf3d25bbde7e0ea2daf84e69ff')

build() {
Fcd $pkgname-`echo $pkgver|sed s/_/-/g`
Fmake \
--prefix=$startdir/pkg/usr \
--shlibdir=$startdir/pkg/usr/lib/$pkgname \
-   --with-texpath=$startdir/pkg/usr/share/texmf/tex/latex/html \
+   
--with-texpath=$startdir/pkg/usr/share/texmf-dist/tex/latex/html \
--enable-wrapper \
--enable-gif \
--enable-png
make check || Fdie
make install || Fdie
Fdeststrip /usr/lib/latex2html/{*.pm,*.pl} /usr/bin/latex2html
-   chmod 755 $Fdestdir/usr/bin/{pstoimg,$pkgname,texexpand}
+   chmod 755 $Fdestdir/usr/bin/{$pkgname,texexpand}
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlivetesting: asymptote-2.35-1-x86_64

2015-06-20 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlivetesting.git;a=commitdiff;h=d990d07d68b87611481210f8cf2ee4f5eda66d5a

commit d990d07d68b87611481210f8cf2ee4f5eda66d5a
Author: Elentir elen...@frugalware.org
Date:   Sat Jun 20 14:08:53 2015 +0200

asymptote-2.35-1-x86_64

* version bump

diff --git a/source/xapps-extra/asymptote/FrugalBuild 
b/source/xapps-extra/asymptote/FrugalBuild
index 3028a33..7720953 100644
--- a/source/xapps-extra/asymptote/FrugalBuild
+++ b/source/xapps-extra/asymptote/FrugalBuild
@@ -3,12 +3,12 @@
# Contributor: uzsolt udvzs...@gmail.com

pkgname=asymptote
-pkgver=2.21
-pkgrel=2
+pkgver=2.35
+pkgrel=1
pkgdesc=Asymptote is a powerful descriptive vector graphics language.
depends=('libgc' 'gsl' 'ncurses' 'readline' 'libstdc++' 'fftw' 'imaging' \
'imagemagick=6.7.9_2-1' 'gv' 'texlive')
-makedepends=('xghostscript' 'texlive-fonts-extra')
+makedepends=('xghostscript=9.16' 'texlive-fonts-extra')
groups=('xapps-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
@@ -16,12 +16,12 @@ _F_sourceforge_ext=.src.tgz
Finclude sourceforge
url=http://asymptote.sourceforge.net/;
license=('GPL2')
-sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
+sha1sums=('32c85307042a337b2e426f6f2c6a489b21a4fbfb')
_F_desktop_desc=A asymptote GUI
_F_desktop_exec=xasy
_F_desktop_categories=Graphics;VectorGraphics;
-Fconfopts+= --with-latex=/usr/share/texmf/tex/latex \
-   --with-context=/usr/share/texmf/tex/context \
+Fconfopts+= --with-latex=/usr/share/texmf-dist/tex/latex \
+   --with-context=/usr/share/texmf-dist/tex/context \
--with-docdir=/usr/share/doc/$pkgname-$pkgver

build() {
diff --git a/source/xapps-extra/asymptote/asymptote.install 
b/source/xapps-extra/asymptote/asymptote.install
index e4352f6..86aa182 100644
--- a/source/xapps-extra/asymptote/asymptote.install
+++ b/source/xapps-extra/asymptote/asymptote.install
@@ -1,16 +1,16 @@
post_install()
{
-mktexlsr
+   mktexlsr  /dev/null 21
}

post_upgrade()
{
-   mktexlsr
+   mktexlsr  /dev/null 21
}

post_remove()
{
-   mktexlsr
+   mktexlsr  /dev/null 21
}

op=$1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: networkx-1.9.1-1-x86_64

2015-06-20 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6c5328b6883d723602e608c16213377d6b48a46c

commit 6c5328b6883d723602e608c16213377d6b48a46c
Author: Elentir elen...@frugalware.org
Date:   Sat Jun 20 14:37:18 2015 +0200

networkx-1.9.1-1-x86_64

* version bump

diff --git a/source/devel-extra/networkx/FrugalBuild 
b/source/devel-extra/networkx/FrugalBuild
index 0f589e8..1acc7d7 100644
--- a/source/devel-extra/networkx/FrugalBuild
+++ b/source/devel-extra/networkx/FrugalBuild
@@ -2,14 +2,13 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=networkx
-pkgver=1.7
+pkgver=1.9.1
pkgrel=1
pkgdesc='NetworkX is a Python package for the creation, manipulation, and study 
of the structure, dynamics, and functions of complex networks.'
groups=('devel-extra')
archs=('i686' 'x86_64')
url=http://networkx.lanl.gov;
-depends=('python=2.7')
-source=($url/download/$pkgname/$pkgname-$pkgver.tar.gz)
-_F_archive_grepv=dev
-up2date=Flasttar $url/download/$pkgname/
-sha1sums=('1a83dbbac6fb4abc6bfd644ae3c4a6af8ebb1c33')
+depends=('python=2.7' 'numpy' 'scipy')
+makedepends=('python-distribute')
+Finclude pypi
+sha1sums=('ac2db3b29c7c4d16435f2a7ebe90fc8bd687b59c')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ghostscript-9.16-1-x86_64

2015-06-20 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7c96c185922cd4db619fb4125040339f68945d68

commit 7c96c185922cd4db619fb4125040339f68945d68
Author: Elentir elen...@frugalware.org
Date:   Sat Jun 20 13:57:25 2015 +0200

ghostscript-9.16-1-x86_64

* version bump

diff --git a/source/apps/ghostscript/FrugalBuild 
b/source/apps/ghostscript/FrugalBuild
index d0cdbcc..2ea 100644
--- a/source/apps/ghostscript/FrugalBuild
+++ b/source/apps/ghostscript/FrugalBuild
@@ -5,7 +5,7 @@
options+=('asneeded')

pkgname=ghostscript
-pkgver=9.10
+pkgver=9.16
pkgrel=1
pkgdesc=An interpreter for the PostScript language.
depends=('libcups=1.6.1' 'openssl=1.0.0' 'libkrb5' 'gnutls=2.12.12')
@@ -14,11 +14,10 @@ makedepends=('libxt' 'libxext' 'cups' 'krb5')
groups=('apps')
archs=('i686' 'x86_64' 'arm')
license=GPLv2
-_F_sourceforge_ext=.tar.bz2
-Finclude sourceforge
url=http://www.ghostscript.com/;
up2date=Flasttar http://downloads.ghostscript.com/public/;
-sha1sums=('89527d45f97b6cf028ad8ca4bfa07c64462390e8')
+source=(http://downloads.ghostscript.com/public/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('529e2b0be754cb353880a4ac97e3efa47ef82f5c')

subpkgs=('xghostscript')
subdescs=('A graphical interpreter for the PostScript language.')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlivetesting: texlive-20150523-1-x86_64

2015-06-19 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlivetesting.git;a=commitdiff;h=b50f7329a6cbbd63eb44b8e7ac32b70e6f02e477

commit b50f7329a6cbbd63eb44b8e7ac32b70e6f02e477
Author: Elentir elen...@frugalware.org
Date:   Fri Jun 19 11:29:52 2015 +0200

texlive-20150523-1-x86_64

* version bump

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index 8eae58c..e1565e7 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -4,32 +4,32 @@
options+=('asneeded')

pkgname=texlive
-pkgver=20120701
-pkgrel=8
+pkgver=20150523
+pkgrel=1
pkgdesc=A complete TeX distribution
archs=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'ncurses' 'poppler=0.24.1-2' 'icu4c=55.1' 
'zlib=1.2.8')
+depends=('t1lib' 'gd' 'ncurses' 'poppler=0.24.1-2' 'icu4c=55.1' 
'zlib=1.2.8' 'graphite2' 'zziplib' 'libpaper' 'harfbuzz')
rodepends=('ghostscript' 'perl')
makedepends=('clisp' 'ffcall')
url='http://tug.org/texlive/'
-source=(ftp://tug.org/historic/systems/texlive/2012/$pkgname-$pkgver-source.tar.xz;
 \
-   
ftp://tug.org/historic/systems/texlive/2012/$pkgname-$pkgver-texmf.tar.xz; \
-   fix-fontforge-encoding.patch \
-   texmf.cnf
-   09-texlive.conf \
-   luatex-radical-rule-thickness.patch)
-up2date=Flasttar ftp://tug.org/historic/systems/texlive/2012/ | sed 
's/_source//' | sed 's/_texmf//' | sed 's/_extra//'
+source=(ftp://tug.org/historic/systems/texlive/2015/$pkgname-20150521-source.tar.xz;
 \
+   
ftp://tug.org/historic/systems/texlive/2015/$pkgname-$pkgver-texmf.tar.xz; \
+   
ftp://tug.org/historic/systems/texlive/2015/$pkgname-$pkgver-extra.tar.xz; \
+   texmf.cnf \
+   texmfcnf.lua \
+   09-texlive.conf)
+up2date=Flasttar ftp://tug.org/historic/systems/texlive/2015/ | sed 
's/_source//' | sed 's/_texmf//' | sed 's/_extra//'
groups=('xapps-extra')
conflicts=('tetex' 'tetex-kpathsea')
provides=('tetex' 'tetex-kpathsea')
replaces=('tetex' 'tetex-kpathsea')
-sha1sums=('e41ef31eba27891f3434e01638d3559cc6958016' \
-  '7248a27a8f278ff80b412b45e98aab9803859353' \
-  '5301263529702ccfda0adb3706f461888dea22eb' \
-  'a58c7445f5544da89c13681e21f3b578727eb641' \
-  'bf7ba21d45bee78657105a5f2c5e7e24b8614859' \
-  '73cb530b6b2b1146a477a17dd98ecaaedce42c58')
-_F_cd_path=$pkgname-$pkgver-source
+sha1sums=('a32df8d5d6b61f87f7dab907e864fb51b14f4143' \
+  '47780387d4061abaad62f955e00dbd13a3ef' \
+  'a71947b7d19d9b84a2005e8a41d1e1ff2cc32733' \
+  '4fec5aa2a4eb504d96b802bd11376270658f923f' \
+  '438b6ea0f2ee6813bed725a24313db1408189f0d' \
+  'bf7ba21d45bee78657105a5f2c5e7e24b8614859')
+_F_cd_path=$pkgname-20150521-source
Fconfopts+= \
--enable-build-in-source-tree \
--disable-native-texlive-build \
@@ -48,11 +48,21 @@ Fconfopts+= \
--with-system-freetype2 \
--with-system-icu \
--disable-dump-share  \
-   --without-graphite \
+   --with-system-graphite2 \
+   --with-system-gmp \
+   --with-system-mpfr \
+   --with-system-cairo \
+   --with-system-pixman \
+   --with-system-poppler \
+   --with-system-zziplib \
+   --with-system-libpaper \
+   --with-system-harfbuzz \
--enable-shared \
--with-clisp-runtime=default \
--enable-xindy --disable-xindy-rules --disable-xindy-docs

+#TODO: harfbuzz need to be recompiled with --with-graphite2=yes to be included 
here - use harfbuzz in TL source tree for now
+
subpkgs=($pkgname-xindy $pkgname-docs $pkgname-fonts-extra 
$pkgname-bibtex-extra $pkgname-misc \
$pkgname-formats-extra $pkgname-templates-extra $pkgname-pstricks 
$pkgname-sciences \
$pkgname-htmlxml $pkgname-graphics $pkgname-latex-extra 
$pkgname-lang-cyrillic \
@@ -97,13 +107,13 @@ build() {
fi

## disable ptex from format list by default
-   Fsed ^ptex ptex - ptex.ini #ptex ptex - ptex.ini 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
-   Fsed ^eptex eptex #eptex eptex 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
-   Fsed ^platex eptex #platex eptex 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
-
+   Fsed ^ptex ptex - ptex.ini #ptex ptex - ptex.ini 
../$pkgname-$pkgver-texmf/texmf-dist/web2c/fmtutil.cnf
+   Fsed ^eptex eptex #eptex eptex 
../$pkgname-$pkgver-texmf/texmf-dist/web2c/fmtutil.cnf
+   Fsed ^platex eptex #platex eptex 
../$pkgname-$pkgver-texmf/texmf-dist/web2c/fmtutil.cnf
+
## remove original ls-R from texmf, that fix conflict with previous texlive
## mkteslsr 'll restore them
-   rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/{texmf,texmf-dist}/ls-R || Fdie
+   rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/ls-R || Fdie

Fsed -lXp  texk/xdvik/configure
Fsed SELFAUTOPARENT TEXMFROOT texk/tex4htk/t4ht.c
@@ -112,44 +122,42 @@ build() {

## remove useless source files
rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/source || Fdie
+   # copy tlpkg package (needed by udpmap and fmtutil)
+   Fcp $pkgname-$pkgver-extra/tlpkg usr/share/
# copy

[Frugalware-git] texlive2013: texlive-20130530-5-x86_64

2013-09-06 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive2013.git;a=commitdiff;h=ba656cc899fb91695b2f30b70a4df1ecbeead204

commit ba656cc899fb91695b2f30b70a4df1ecbeead204
Author: Elentir elen...@frugalware.org
Date:   Fri Sep 6 11:25:02 2013 +0200

texlive-20130530-5-x86_64

* fix TEXMFMAIN
* fix .install

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index 0e6cce5..cb1ad41 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=texlive
pkgver=20130530
-pkgrel=4
+pkgrel=5
pkgdesc=A complete TeX distribution
archs=('i686' 'x86_64')
depends=('t1lib' 'gd' 'ncurses' 'poppler=0.20.3' 'icu4c=4.8' 'zlib=1.2.7')
@@ -21,7 +21,7 @@ provides=('tetex' 'tetex-kpathsea')
replaces=('tetex' 'tetex-kpathsea')
sha1sums=('42f0a6fa3f49435991182f14e01276b2ee3fce61' \
'370fb550935e4cb0f436cac6967cad7aa7217e18' \
-  '2b6e1a2417487c2456a0243986e21bea66591e33' \
+  'e9d8d064ec64f1e1948188f9ea6b343816753cac' \
'bf7ba21d45bee78657105a5f2c5e7e24b8614859')
_F_cd_path=$pkgname-$pkgver-source
Fconfopts+= \
@@ -128,6 +128,9 @@ build() {
fi
fi
done
+
+   ## remove mfplain (not created by texlinks, created in .install)
+   Frm usr/bin/mfplain

# remove asymptote, we already have this =)
Frm usr/share/texmf-dist/asymptote
diff --git a/source/xapps-extra/texlive/texlive-pkg.install 
b/source/xapps-extra/texlive/texlive-pkg.install
index 9a7b05d..c1685ab 100644
--- a/source/xapps-extra/texlive/texlive-pkg.install
+++ b/source/xapps-extra/texlive/texlive-pkg.install
@@ -4,7 +4,7 @@ post_install() {
echo  done.
## enable all finded maps
echo updating the fontmap files with updmap...
-   updmap-sys --quiet --nohash --syncwithtrees  /usr/bin/yes  /dev/null 
21
+   echo y | updmap-sys --quiet --nohash --syncwithtrees  /dev/null 21
echo  done.
}

@@ -17,7 +17,7 @@ post_remove() {
mktexlsr  /dev/null 21
echo  done.
echo updating the fontmap files with updmap...
-   updmap-sys --quiet --nohash --syncwithtrees  /usr/bin/yes  /dev/null 
21
+   echo y | updmap-sys --quiet --nohash --syncwithtrees  /dev/null 21
echo  done.
}

diff --git a/source/xapps-extra/texlive/texlive.install 
b/source/xapps-extra/texlive/texlive.install
index 7949609..a55fac9 100644
--- a/source/xapps-extra/texlive/texlive.install
+++ b/source/xapps-extra/texlive/texlive.install
@@ -4,7 +4,7 @@ post_install() {
mktexlsr  /dev/null 21
echo  done.
echo updating the fontmap files with updmap...
-   updmap-sys --quiet --nohash --syncwithtrees  /usr/bin/yes  /dev/null 
21
+   echo y | updmap-sys --quiet --nohash --syncwithtrees  /dev/null 21
echo  done.
echo creating all formats...
fmtutil-sys --all  /dev/null 21
diff --git a/source/xapps-extra/texlive/texmf.cnf 
b/source/xapps-extra/texlive/texmf.cnf
index c51060d..2512855 100644
--- a/source/xapps-extra/texlive/texmf.cnf
+++ b/source/xapps-extra/texlive/texmf.cnf
@@ -53,7 +53,7 @@ TEXMFROOT = $SELFAUTODIR/share

% The tree containing runtime files related to the specific
% distribution and version.
-TEXMFMAIN = $TEXMFROOT/texmf
+TEXMFMAIN = $TEXMFROOT/texmf-dist

% The main tree of packages, distribution-agnostic:
TEXMFDIST = $TEXMFROOT/texmf-dist
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlive2013: texlive-20130530-4-x86_64

2013-09-05 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive2013.git;a=commitdiff;h=4224f11c06ab8bf5829d032905475a80526c6497

commit 4224f11c06ab8bf5829d032905475a80526c6497
Author: Elentir elen...@frugalware.org
Date:   Thu Sep 5 20:18:08 2013 +0200

texlive-20130530-4-x86_64

* fix broken symlinks

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index b0db911..0e6cce5 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=texlive
pkgver=20130530
-pkgrel=3
+pkgrel=4
pkgdesc=A complete TeX distribution
archs=('i686' 'x86_64')
depends=('t1lib' 'gd' 'ncurses' 'poppler=0.20.3' 'icu4c=4.8' 'zlib=1.2.7')
@@ -121,17 +121,14 @@ build() {
if [ -L $f ]; then
target=`ls -l $f | sed 's/^.\+ - //'`
if [[ $target == ..* ]]; then
-   newtarget=`echo $target | sed -e 's#../#/usr/#'`
-   rm -f $f
-   ln -s $newtarget $f
+   newtarget=`echo $target | sed -e 
's#\.\./#/usr/#'`
+   newtarget=`echo $newtarget | sed -e 's#\*##'`
+   ln -sf $newtarget $f
test -f $Fdestdir/$newtarget  chmod a+x $Fdestdir/$newtarget
fi
fi
done

-   ## this link is not created by texlinks anymore
-   Frm usr/bin/mfplain
-
# remove asymptote, we already have this =)
Frm usr/share/texmf-dist/asymptote
Frm usr/share/texmf-dist/doc/asymptote
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlive2013: asymptote-2.24-1-x86_64

2013-08-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive2013.git;a=commitdiff;h=62825c2096e10e319f9e1299f3a7a93ea16966b9

commit 62825c2096e10e319f9e1299f3a7a93ea16966b9
Author: Elentir elen...@frugalware.org
Date:   Tue Aug 27 10:24:30 2013 +0200

asymptote-2.24-1-x86_64

* version bump
* fix path : texmf - texmf-dist

diff --git a/source/xapps-extra/asymptote/FrugalBuild 
b/source/xapps-extra/asymptote/FrugalBuild
index 3028a33..380d7d7 100644
--- a/source/xapps-extra/asymptote/FrugalBuild
+++ b/source/xapps-extra/asymptote/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: uzsolt udvzs...@gmail.com

pkgname=asymptote
-pkgver=2.21
-pkgrel=2
+pkgver=2.24
+pkgrel=1
pkgdesc=Asymptote is a powerful descriptive vector graphics language.
depends=('libgc' 'gsl' 'ncurses' 'readline' 'libstdc++' 'fftw' 'imaging' \
'imagemagick=6.7.9_2-1' 'gv' 'texlive')
@@ -16,12 +16,12 @@ _F_sourceforge_ext=.src.tgz
Finclude sourceforge
url=http://asymptote.sourceforge.net/;
license=('GPL2')
-sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
+sha1sums=('26dd0f4a36af0bc1d007d89ec7280ca55e9ed368')
_F_desktop_desc=A asymptote GUI
_F_desktop_exec=xasy
_F_desktop_categories=Graphics;VectorGraphics;
-Fconfopts+= --with-latex=/usr/share/texmf/tex/latex \
-   --with-context=/usr/share/texmf/tex/context \
+Fconfopts+= --with-latex=/usr/share/texmf-dist/tex/latex \
+   --with-context=/usr/share/texmf-dist/tex/context \
--with-docdir=/usr/share/doc/$pkgname-$pkgver

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


[Frugalware-git] texlive2013: latexslides-0.31-3-x86_64

2013-08-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive2013.git;a=commitdiff;h=2df86217bc4b0465c9f4bf5293f386477ddf5a88

commit 2df86217bc4b0465c9f4bf5293f386477ddf5a88
Author: Elentir elen...@frugalware.org
Date:   Tue Aug 27 10:31:04 2013 +0200

latexslides-0.31-3-x86_64

* fix path : texmf - texmf-dist

diff --git a/source/apps-extra/latexslides/FrugalBuild 
b/source/apps-extra/latexslides/FrugalBuild
index c7d4b5f..b946e7a 100644
--- a/source/apps-extra/latexslides/FrugalBuild
+++ b/source/apps-extra/latexslides/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=latexslides
pkgver=0.31
-pkgrel=2
+pkgrel=3
pkgdesc=A package for generation of presentations in LaTeX using Python code.
Finclude googlecode
depends=('odfpy')
@@ -12,3 +12,8 @@ archs=('i686' 'x86_64')
source=($source pdf2odp-ext.patch)
sha1sums=('5099bb650ddb828c1765fd2b802e415ab039a871' \
'eb7daa4230df1bc65c8daca980202f7886c490cf')
+
+build() {
+   Fsed texmf texmf-dist setup.py
+   Fbuild
+}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlive2013: texlive-20130530-2-x86_64

2013-08-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive2013.git;a=commitdiff;h=a9ecc1e916b3c6c09093d05961010d6dd908c38d

commit a9ecc1e916b3c6c09093d05961010d6dd908c38d
Author: Elentir elen...@frugalware.org
Date:   Tue Aug 27 10:51:10 2013 +0200

texlive-20130530-2-x86_64

* update texmf.cnf
* fix path texmf - texmf-dist in .install files

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index 43e1c76..724455f 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=texlive
pkgver=20130530
-pkgrel=1
+pkgrel=2
pkgdesc=A complete TeX distribution
archs=('i686' 'x86_64')
depends=('t1lib' 'gd' 'ncurses' 'poppler=0.20.3' 'icu4c=4.8' 'zlib=1.2.7')
diff --git a/source/xapps-extra/texlive/texlive-ptex.install 
b/source/xapps-extra/texlive/texlive-ptex.install
index fb378bc..140074f 100644
--- a/source/xapps-extra/texlive/texlive-ptex.install
+++ b/source/xapps-extra/texlive/texlive-ptex.install
@@ -3,18 +3,18 @@ post_install() {
mktexlsr  /dev/null 21
echo  done.
echo creating missing formats...
-   sed -i s/^#ptex ptex - ptex.ini/ptex ptex - ptex.ini/ 
/usr/share/texmf/web2c/fmtutil.cnf
-   sed -i s/^#eptex eptex/eptex eptex/ /usr/share/texmf/web2c/fmtutil.cnf
-   sed -i s/^#platex eptex/platex eptex/ 
/usr/share/texmf/web2c/fmtutil.cnf
+   sed -i s/^#ptex ptex - ptex.ini/ptex ptex - ptex.ini/ 
/usr/share/texmf-dist/web2c/fmtutil.cnf
+   sed -i s/^#eptex eptex/eptex eptex/ 
/usr/share/texmf-dist/web2c/fmtutil.cnf
+   sed -i s/^#platex eptex/platex eptex/ 
/usr/share/texmf-dist/web2c/fmtutil.cnf
fmtutil-sys --missing  /dev/null 21
-   texlinks -f /usr/share/texmf/web2c/fmtutil.cnf /usr/bin/  /dev/null 
21
+   texlinks -f /usr/share/texmf-dist/web2c/fmtutil.cnf /usr/bin/  
/dev/null 21
echo  done.
}

pre_remove() {
-   sed -i s/^ptex ptex - ptex.ini/#ptex ptex - ptex.ini/ 
/usr/share/texmf/web2c/fmtutil.cnf
-   sed -i s/^eptex eptex/#eptex eptex/ /usr/share/texmf/web2c/fmtutil.cnf
-   sed -i s/^platex eptex/#platex eptex/ 
/usr/share/texmf/web2c/fmtutil.cnf
+   sed -i s/^ptex ptex - ptex.ini/#ptex ptex - ptex.ini/ 
/usr/share/texmf-dist/web2c/fmtutil.cnf
+   sed -i s/^eptex eptex/#eptex eptex/ 
/usr/share/texmf-dist/web2c/fmtutil.cnf
+   sed -i s/^platex eptex/#platex eptex/ 
/usr/share/texmf-dist/web2c/fmtutil.cnf
}

op=$1
diff --git a/source/xapps-extra/texlive/texlive.install 
b/source/xapps-extra/texlive/texlive.install
index 05c2807..7949609 100644
--- a/source/xapps-extra/texlive/texlive.install
+++ b/source/xapps-extra/texlive/texlive.install
@@ -3,12 +3,12 @@ post_install() {
echo updating the filename database...
mktexlsr  /dev/null 21
echo  done.
-echo updating the fontmap files with updmap...
+   echo updating the fontmap files with updmap...
updmap-sys --quiet --nohash --syncwithtrees  /usr/bin/yes  /dev/null 21
-echo  done.
+   echo  done.
echo creating all formats...
fmtutil-sys --all  /dev/null 21
-   texlinks -f /usr/share/texmf/web2c/fmtutil.cnf /usr/bin/  /dev/null 
21
+   texlinks -f /usr/share/texmf-dist/web2c/fmtutil.cnf /usr/bin/  
/dev/null 21
echo  done.
}

diff --git a/source/xapps-extra/texlive/texmf.cnf 
b/source/xapps-extra/texlive/texmf.cnf
index 5130925..365264a 100644
--- a/source/xapps-extra/texlive/texmf.cnf
+++ b/source/xapps-extra/texlive/texmf.cnf
@@ -1,12 +1,12 @@
-% texmf.cnf for TeXLive/Frugalware -- runtime path configuration file for 
kpathsea.
+% texmf.cnf for TeXLive/Arch Linux -- runtime path configuration file for 
kpathsea.
% Public domain.
-%
+%
% If you modify this original file, YOUR CHANGES WILL BE LOST when it is
% updated.  Instead, put your changes -- and only your changes, not an
-% entire copy of the full texmf.cnf! -- in ../../texmf.cnf.  That is, if
-% this file is installed in /some/path/to/texlive/2011/texmf/web2c/texmf.cnf,
-% add your custom settings to /some/path/to/texlive/2011/texmf.cnf.
-%
+% entire copy! -- in ../../texmf.cnf.  That is, if this file is
+% installed in /some/path/to/texlive/2013/texmf-dist/web2c/texmf.cnf,
+% add your custom settings to /some/path/to/texlive/2013/texmf.cnf.
+%
% What follows is a super-summary of what this .cnf file can
% contain. Please read the Kpathsea manual for more information.
%
@@ -49,17 +49,19 @@
% (http://tug.org/tds), or files may not be found.
%
% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
+% Kpathsea sets SELFAUTOLOC (the directory with the binary),
+% SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent).
TEXMFROOT = $SELFAUTODIR/share

-% The tree containing runtime files related to the specific
-% distribution and version.
-TEXMFMAIN = $TEXMFROOT/texmf
-
-% The main tree of packages, distribution-agnostic:
+% The main tree of distributed packages and programs:
TEXMFDIST = $TEXMFROOT/texmf-dist

+% We used to have a separate /texmf tree with some core programs

[Frugalware-git] texlive2013: texlive-20130530-3-x86_64

2013-08-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive2013.git;a=commitdiff;h=25ffd5fcb281f59b384e4848b4acb9af6dc50f62

commit 25ffd5fcb281f59b384e4848b4acb9af6dc50f62
Author: Elentir elen...@frugalware.org
Date:   Tue Aug 27 11:12:14 2013 +0200

texlive-20130530-3-x86_64

* replace texmf.cnf with the proper one

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index 724455f..dd525c4 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=texlive
pkgver=20130530
-pkgrel=2
+pkgrel=3
pkgdesc=A complete TeX distribution
archs=('i686' 'x86_64')
depends=('t1lib' 'gd' 'ncurses' 'poppler=0.20.3' 'icu4c=4.8' 'zlib=1.2.7')
diff --git a/source/xapps-extra/texlive/texmf.cnf 
b/source/xapps-extra/texlive/texmf.cnf
index 365264a..c51060d 100644
--- a/source/xapps-extra/texlive/texmf.cnf
+++ b/source/xapps-extra/texlive/texmf.cnf
@@ -1,12 +1,12 @@
-% texmf.cnf for TeXLive/Arch Linux -- runtime path configuration file for 
kpathsea.
+% texmf.cnf for TeXLive/Frugalware -- runtime path configuration file for 
kpathsea.
% Public domain.
-%
+%
% If you modify this original file, YOUR CHANGES WILL BE LOST when it is
% updated.  Instead, put your changes -- and only your changes, not an
-% entire copy! -- in ../../texmf.cnf.  That is, if this file is
-% installed in /some/path/to/texlive/2013/texmf-dist/web2c/texmf.cnf,
-% add your custom settings to /some/path/to/texlive/2013/texmf.cnf.
-%
+% entire copy of the full texmf.cnf! -- in ../../texmf.cnf.  That is, if
+% this file is installed in /some/path/to/texlive/2011/texmf/web2c/texmf.cnf,
+% add your custom settings to /some/path/to/texlive/2011/texmf.cnf.
+%
% What follows is a super-summary of what this .cnf file can
% contain. Please read the Kpathsea manual for more information.
%
@@ -49,16 +49,14 @@
% (http://tug.org/tds), or files may not be found.
%
% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
-% Kpathsea sets SELFAUTOLOC (the directory with the binary),
-% SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent).
TEXMFROOT = $SELFAUTODIR/share

-% The main tree of distributed packages and programs:
-TEXMFDIST = $TEXMFROOT/texmf-dist
+% The tree containing runtime files related to the specific
+% distribution and version.
+TEXMFMAIN = $TEXMFROOT/texmf

-% We used to have a separate /texmf tree with some core programs and files.
-% Keep the variable name.
-TEXMFMAIN = $TEXMFDIST
+% The main tree of packages, distribution-agnostic:
+TEXMFDIST = $TEXMFROOT/texmf-dist

% Local additions to the distribution trees.
TEXMFLOCAL = /usr/local/share/texmf;/usr/share/texmf
@@ -81,17 +79,20 @@ TEXMFVAR = ~/.texlive/texmf-var
% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
TEXMFCONFIG = ~/.texlive/texmf-config

-% List all the texmf trees. For an explanation of what they are, see the
-% TeX Live manual.
+% List all the texmf trees.
%
% For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
% explicitly and before all other trees.
-%
-% TEXMFLOCAL precedes TEXMFDIST because locally-installed versions
-% should take precedence over distribution files -- although it is
-% generally a source of confusion to have different versions of a
-% package installed, whatever the trees, so try to avoid it.
-TEXMF = 
{$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
+%
+% TEXMFLOCAL follows TEXMFMAIN (and precedes TEXMFDIST) because the
+% files in TEXMFMAIN are tightly coupled with the particular version of
+% the distribution, such as configuration files.  Overriding them would
+% be more likely to cause trouble than help.  On the other hand, the
+% bulk of packages and fonts are in TEXMFDIST, and locally-installed
+% versions should take precedence over those -- although it is generally
+% a source of confusion to have different versions of a package
+% installed, whatever the trees, so try to avoid it.
+TEXMF = 
{$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}

% Where to look for ls-R files.  There need not be an ls-R in the
% directories in this path, but if there is one, Kpathsea will use it.
@@ -99,19 +100,13 @@ TEXMF = 
{$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$T
% does not create ls-R files in the non-!! elements -- because if an
% ls-R is present, it will be used, and the disk will not be searched.
% This is arguably a bug in kpathsea.
-TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
+TEXMFDBS = 
{!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}

% The system trees.  These are the trees that are shared by all users.
% If a tree appears in this list, the mktex* scripts will use
% VARTEXFONTS for generated files, if the original tree isn't writable;
% otherwise the current working directory is used.
-SYSTEXMF

[Frugalware-git] texlive2013: texlive-20130530-3-x86_64

2013-08-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive2013.git;a=commitdiff;h=4f6559ac8f5ad5af93a2c0ae7bead5ffcbad17f4

commit 4f6559ac8f5ad5af93a2c0ae7bead5ffcbad17f4
Author: Elentir elen...@frugalware.org
Date:   Tue Aug 27 11:15:00 2013 +0200

texlive-20130530-3-x86_64

* fix sha1sum

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index dd525c4..b0db911 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -21,7 +21,7 @@ provides=('tetex' 'tetex-kpathsea')
replaces=('tetex' 'tetex-kpathsea')
sha1sums=('42f0a6fa3f49435991182f14e01276b2ee3fce61' \
'370fb550935e4cb0f436cac6967cad7aa7217e18' \
-  'a58c7445f5544da89c13681e21f3b578727eb641' \
+  '2b6e1a2417487c2456a0243986e21bea66591e33' \
'bf7ba21d45bee78657105a5f2c5e7e24b8614859')
_F_cd_path=$pkgname-$pkgver-source
Fconfopts+= \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] texlive2013: texlive-20130530-1-x86_64

2013-08-26 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive2013.git;a=commitdiff;h=6312eebdc6785ba25eecad2220d8a97d8d2ece0d

commit 6312eebdc6785ba25eecad2220d8a97d8d2ece0d
Author: Elentir elen...@frugalware.org
Date:   Mon Aug 26 22:38:57 2013 +0200

texlive-20130530-1-x86_64

* version bump

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index 35a2d81..43e1c76 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -2,31 +2,27 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=texlive
-pkgver=20120701
-pkgrel=2
+pkgver=20130530
+pkgrel=1
pkgdesc=A complete TeX distribution
archs=('i686' 'x86_64')
depends=('t1lib' 'gd' 'ncurses' 'poppler=0.20.3' 'icu4c=4.8' 'zlib=1.2.7')
rodepends=('ghostscript' 'perl')
makedepends=('clisp' 'ffcall')
url='http://tug.org/texlive/'
-source=(ftp://tug.org/historic/systems/texlive/2012/$pkgname-$pkgver-source.tar.xz;
 \
-   
ftp://tug.org/historic/systems/texlive/2012/$pkgname-$pkgver-texmf.tar.xz; \
-   fix-fontforge-encoding.patch \
+source=(ftp://tug.org/historic/systems/texlive/2013/$pkgname-$pkgver-source.tar.xz;
 \
+   
ftp://tug.org/historic/systems/texlive/2013/$pkgname-$pkgver-texmf.tar.xz; \
texmf.cnf
-   09-texlive.conf \
-   luatex-radical-rule-thickness.patch)
-up2date=Flasttar ftp://tug.org/historic/systems/texlive/2012/ | sed 
's/_source//' | sed 's/_texmf//' | sed 's/_extra//'
+   09-texlive.conf)
+up2date=Flasttar ftp://tug.org/historic/systems/texlive/2013/ | sed 
's/_source//' | sed 's/_texmf//' | sed 's/_extra//'
groups=('xapps-extra')
conflicts=('tetex' 'tetex-kpathsea')
provides=('tetex' 'tetex-kpathsea')
replaces=('tetex' 'tetex-kpathsea')
-sha1sums=('e41ef31eba27891f3434e01638d3559cc6958016' \
-  '7248a27a8f278ff80b412b45e98aab9803859353' \
-  '5301263529702ccfda0adb3706f461888dea22eb' \
+sha1sums=('42f0a6fa3f49435991182f14e01276b2ee3fce61' \
+  '370fb550935e4cb0f436cac6967cad7aa7217e18' \
'a58c7445f5544da89c13681e21f3b578727eb641' \
-  'bf7ba21d45bee78657105a5f2c5e7e24b8614859' \
-  '73cb530b6b2b1146a477a17dd98ecaaedce42c58')
+  'bf7ba21d45bee78657105a5f2c5e7e24b8614859')
_F_cd_path=$pkgname-$pkgver-source
Fconfopts+= \
--enable-build-in-source-tree \
@@ -93,15 +89,15 @@ build() {
export CFLAGS=${CFLAGS} -fPIC
export CXXFLAGS=${CXXFLAGS} -fPIC
fi
-
+
## disable ptex from format list by default
-   Fsed ^ptex ptex - ptex.ini #ptex ptex - ptex.ini 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
-   Fsed ^eptex eptex #eptex eptex 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
-   Fsed ^platex eptex #platex eptex 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
+   Fsed ^ptex ptex - ptex.ini #ptex ptex - ptex.ini 
../$pkgname-$pkgver-texmf/texmf-dist/web2c/fmtutil.cnf
+   Fsed ^eptex eptex #eptex eptex 
../$pkgname-$pkgver-texmf/texmf-dist/web2c/fmtutil.cnf
+   Fsed ^platex eptex #platex eptex 
../$pkgname-$pkgver-texmf/texmf-dist/web2c/fmtutil.cnf

## remove original ls-R from texmf, that fix conflict with previous texlive
## mkteslsr 'll restore them
-   rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/{texmf,texmf-dist}/ls-R || Fdie
+   rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/ls-R || Fdie

Fsed -lXp  texk/xdvik/configure
Fsed SELFAUTOPARENT TEXMFROOT texk/tex4htk/t4ht.c
@@ -111,7 +107,6 @@ build() {
## remove useless source files
rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/source || Fdie
# copy the extra packages
-   Fcp $pkgname-$pkgver-texmf/texmf/* usr/share/texmf/
Fcp $pkgname-$pkgver-texmf/texmf-dist/* usr/share/texmf-dist/

## files for tlpkg required by updmap
@@ -119,7 +114,7 @@ build() {
Fcp $pkgname-$pkgver-source/utils/biber/TeXLive /usr/share/tlpkg/

## install the config file with correct paths for kpathsea
-   Finstall 644 texmf.cnf usr/share/texmf/web2c/
+   Finstall 644 texmf.cnf usr/share/texmf-dist/web2c/

# fix the broken symlinks since texmf{-dist} has move
for f in $Fdestdir/usr/bin/* ; do
@@ -138,16 +133,16 @@ build() {
Frm usr/bin/mfplain

# remove asymptote, we already have this =)
-   Frm usr/share/texmf/asymptote
-   Frm usr/share/texmf/doc/asymptote
-   Frm usr/share/texmf/tex/latex/asymptote
-   Frm usr/share/texmf/tex/context/asymptote
+   Frm usr/share/texmf-dist/asymptote
+   Frm usr/share/texmf-dist/doc/asymptote
+   Frm usr/share/texmf-dist/tex/latex/asymptote
+   Frm usr/share/texmf-dist/tex/context/asymptote
for f in asy xasy; do
Frm usr/share/man/man1/$f.1
done

# remove xdvi, we already have this in xdvik =)
-   Frm usr/share/texmf/xdvi
+   Frm usr/share/texmf-dist/xdvi

## Split all extra packages to a set of coherent subpkg
## If their is too many subpkg then finding a specific tex package
@@ -157,7 +152,6 @@ build() {
cd $Fdestdir || Fdie

## Split the docs
-   Fsplit $pkgname-docs usr/share/texmf/doc
Fsplit $pkgname-docs usr/share/texmf

[Frugalware-git] frugalware-current: parcellite-1.1.6-1-x86_64

2013-08-17 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=102f3e5e610d200048f2450302a9043f81abce09

commit 102f3e5e610d200048f2450302a9043f81abce09
Author: Elentir elen...@frugalware.org
Date:   Sat Aug 17 11:18:12 2013 +0200

parcellite-1.1.6-1-x86_64

* version bump

diff --git a/source/xapps-extra/parcellite/FrugalBuild 
b/source/xapps-extra/parcellite/FrugalBuild
index f849c46..ae1b443 100644
--- a/source/xapps-extra/parcellite/FrugalBuild
+++ b/source/xapps-extra/parcellite/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=parcellite
-pkgver=1.1.4
+pkgver=1.1.6
pkgrel=1
pkgdesc=Parcellite is a lightweight GTK+ clipboard manager.
depends=('gtk+2')
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
Finclude sourceforge
-sha1sums=('a554c313f74318d9f18d9b20c1565500eb1cc688')
+sha1sums=('956dbf5dde365bf7aecbbb9a8ebc7203079c551b')
replaces=('parcelle' 'desktop-data-manager')

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


[Frugalware-git] frugalware-current: mathgl-2.1.3.1-1-x86_64

2013-07-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=12fa4d5601b390063f6da7f0c392efc1b6bea567

commit 12fa4d5601b390063f6da7f0c392efc1b6bea567
Author: Elentir elen...@frugalware.org
Date:   Sat Jul 27 09:50:21 2013 +0200

mathgl-2.1.3.1-1-x86_64

* version bump

diff --git a/source/xlib-extra/mathgl/FrugalBuild 
b/source/xlib-extra/mathgl/FrugalBuild
index 1214bcf..c2dd386 100644
--- a/source/xlib-extra/mathgl/FrugalBuild
+++ b/source/xlib-extra/mathgl/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=mathgl
-pkgver=2.1.2
+pkgver=2.1.3.1
pkgrel=1
pkgdesc=A library for making high-quality scientific graphics, fast data 
plotting and handling of large data arrays
archs=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=(${source[@]} mathgl-2.1.1-fix-hardcoded-paths.patch)
_F_cmake_confopts=$_F_cmake_confopts -Denable-fltk=ON -Denable-glut=ON 
-Denable-qt=ON -Denable-jpeg=ON \
-Denable-gif=ON -Denable-hdf5=ON -Denable-hdf5_18=ON -Denable-python=ON 
-Denable-octave=ON \
-Denable-octave-install=OFF
-sha1sums=('bd3e797f8616c1f8afd0955fc9b87a2605cbf5ff' \
+sha1sums=('09a2cacc146c77c69d007579fc787ec3fb5019a2' \
'20ca80c18d0f3f29d624587b8dfa59d98e27249e')

subpkgs=('mathgl-python' 'mathgl-octave' 'udav')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: feh-2.9.3-1-x86_64

2013-07-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1238228a6fb9f25e7edd14e41618ea37b77aeb7d

commit 1238228a6fb9f25e7edd14e41618ea37b77aeb7d
Author: Elentir elen...@frugalware.org
Date:   Sat Jul 27 09:58:55 2013 +0200

feh-2.9.3-1-x86_64

* version bump

diff --git a/source/xapps-extra/feh/FrugalBuild 
b/source/xapps-extra/feh/FrugalBuild
index 2e124bc..8838838 100644
--- a/source/xapps-extra/feh/FrugalBuild
+++ b/source/xapps-extra/feh/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=feh
-pkgver=2.9.1
+pkgver=2.9.3
pkgrel=1
pkgdesc=A useful simple image viewer.
url=https://derf.homelinux.org/projects/feh/;
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
source=(https://derf.homelinux.org/projects/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('d6effb0bb3074315114b2590722fae9712a531ad')
+sha1sums=('6e93c9bbc339d36002ead189d0a94880f58876bd')

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


[Frugalware-git] frugalware-current: libftd2xx-1.1.12-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fda1445c3dc1aa26c56f563e320f0ac0ace5d025

commit fda1445c3dc1aa26c56f563e320f0ac0ace5d025
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 11:07:43 2013 +0200

libftd2xx-1.1.12-1-x86_64

* version bump

diff --git a/source/lib-extra/libftd2xx/FrugalBuild 
b/source/lib-extra/libftd2xx/FrugalBuild
index 339169e..f12b916 100644
--- a/source/lib-extra/libftd2xx/FrugalBuild
+++ b/source/lib-extra/libftd2xx/FrugalBuild
@@ -1,10 +1,10 @@
# Compiling Time: 0.01 SBU
-# Maintainer: Elentir elen...@mailoo.org
+# Maintainer: Elentir elen...@frugalware.org
# Contributor: Laszlo Papp djszapi at archlinux.us

pkgname=libftd2xx
-pkgver=0.4.16
-pkgrel=2
+pkgver=1.1.12
+pkgrel=1
pkgdesc=Library that allows a direct access to a USB FTDI2XX chip based device
url=http://www.ftdichip.com;
depends=('glibc')
@@ -12,18 +12,14 @@ groups=('lib-extra')
archs=('i686' 'x86_64')
Fpkgversep=
up2date=Flasttar $url/Drivers/D2XX.htm
-
+source=($url/Drivers/D2XX/Linux/${pkgname}${pkgver}.tar.gz \
+   55-ft2232.rules)
+sha1sums=('31d6ae31fa634c6b207b75ab081353596e3e0f04' \
+  '283a8d00054a663d13c9faf7eabd525f081b94c6')
if [ $CARCH = 'x86_64' ] ; then
-   source=($url/Drivers/D2XX/Linux/${pkgname}${pkgver}_x86_64.tar.gz
-   55-ft2232.rules)
-   _F_cd_path=${pkgname}${pkgver}_${CARCH}
-   sha1sums=('bc7067b4feb068346001482a37d9fe03bac41819' \
-   '283a8d00054a663d13c9faf7eabd525f081b94c6')
+   _F_cd_path=release/build/x86_64/
else
-   source=($url/Drivers/D2XX/Linux/${pkgname}${pkgver}.tar.gz \
-   55-ft2232.rules)
-   sha1sums=('4aa0d18b7d8f2c42c2d880e0c3feb75d0e9a80f4' \
-   '283a8d00054a663d13c9faf7eabd525f081b94c6')
+   _F_cd_path=release/build/i386/
fi

build()
@@ -31,10 +27,9 @@ build()
Fcd
Fexerel ${pkgname}.so.${pkgver} usr/lib/${pkgname}.so.${pkgver}
Fln ${pkgname}.so.${pkgver} /usr/lib/${pkgname}.so
-  Fexerel static_lib/${pkgname}.a.${pkgver} usr/lib/${pkgname}.a.${pkgver}
-  Fln ${pkgname}.a.${pkgver} /usr/lib/${pkgname}.a
-  Ffilerel ftd2xx.h usr/include/ftd2xx.h
-  Ffilerel WinTypes.h usr/include/WinTypes.h
-  Ffilerel ../55-ft2232.rules usr/udev/rules.d/55-ft2232.rules
+  Fexerel ${pkgname}.a usr/lib/${pkgname}.a
+  Ffilerel ../../ftd2xx.h usr/include/ftd2xx.h
+  Ffilerel ../../WinTypes.h usr/include/WinTypes.h
+  Ffilerel ../../../55-ft2232.rules etc/udev/rules.d/55-ft2232.rules
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: openocd-0.7.0-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b185fc5b0478820b3696905c6ef1322ad6148aaa

commit b185fc5b0478820b3696905c6ef1322ad6148aaa
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 11:31:26 2013 +0200

openocd-0.7.0-1-x86_64

* version bump

diff --git a/source/apps-extra/openocd/FrugalBuild 
b/source/apps-extra/openocd/FrugalBuild
index 8eef755..a2747dc 100644
--- a/source/apps-extra/openocd/FrugalBuild
+++ b/source/apps-extra/openocd/FrugalBuild
@@ -2,16 +2,16 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=openocd
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc=Free and Open On-Chip Debugging, In-System Programming and 
Boundary-Scan Testing
depends=('libftdi')
groups=('apps-extra')
archs=('i686' 'x86_64')
Finclude sourceforge
-Fconfopts+=--enable-amtjtagaccel --enable-arm-jtag-ew --enable-buspirate 
--enable-ep93xxat91rm9200gw16012 \
+Fconfopts+=--enable-amtjtagaccel --enable-arm-jtag-ew --enable-buspirate 
--enable-ep93xx --enable-at91rm9200 --enable-gw16012 \
--enable-ft2232_libftdi --enable-ftdi --enable-jlink --enable-oocd_trace 
--enable-parport --enable-presto_libftdi --enable-rlink \
---enable-stlink --enable-ulink --enable-usbprog --enable-vsllink 
--disable-werror
-sha1sums=('add83722c8b0b8d2e93d4c580f479b70a2380767')
+--enable-stlink --enable-ulink --enable-usbprog --enable-vsllink 
--enable-usb_blaster_libftdi --disable-werror
+sha1sums=('90aa1a0eaad0da855a0557c9d8984d8fbc92b143')

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


[Frugalware-git] frugalware-current: libgphoto2-2.5.2-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=498da0dcd147906ae88a9fa651fb3c9b6c95b814

commit 498da0dcd147906ae88a9fa651fb3c9b6c95b814
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 11:39:23 2013 +0200

libgphoto2-2.5.2-1-x86_64

* version bump

diff --git a/source/lib/libgphoto2/FrugalBuild 
b/source/lib/libgphoto2/FrugalBuild
index aacb7d7..495c80a 100644
--- a/source/lib/libgphoto2/FrugalBuild
+++ b/source/lib/libgphoto2/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=libgphoto2
-pkgver=2.5.1.1
+pkgver=2.5.2
pkgrel=1
pkgdesc=A portable library to gives access to many digital cameras
groups=('lib')
@@ -15,7 +15,7 @@ _F_sourceforge_realname=libgphoto
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge
url=http://www.gphoto.org;
-sha1sums=('88c60c6e9535a85319f499a01ae6b48bd2e62282')
+sha1sums=('6b70ff6feec62a955bef1fc9a2b16dd07f0e277a')

build() {
UDEV_RULES=${Fdestdir}/lib/udev/rules.d/40-${pkgname}.rules
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: socat-1.7.2.2-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a5ea76d0b9ff9b816d7b8ed0ac0fd579d6626962

commit a5ea76d0b9ff9b816d7b8ed0ac0fd579d6626962
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 11:46:32 2013 +0200

socat-1.7.2.2-1-x86_64

* version bump

diff --git a/source/network-extra/socat/FrugalBuild 
b/source/network-extra/socat/FrugalBuild
index 86a0971..b69584c 100644
--- a/source/network-extra/socat/FrugalBuild
+++ b/source/network-extra/socat/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=socat
-pkgver=1.7.2.1
+pkgver=1.7.2.2
pkgrel=1
pkgdesc=Relay for bidirectional data transfer between two independent data 
channels
url=http://www.dest-unreach.org/socat/;
@@ -11,6 +11,6 @@ groups=('network-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump $url/download/ | grep -v b | Flasttar
source=($url/download/$pkgname-$pkgver.tar.gz)
-sha1sums=('6e3328cc409550b2367efa8028fe4436e84eb490')
+sha1sums=('588294c17373d52a8ac877dcd599ef26f14b110b')

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


[Frugalware-git] frugalware-current: gphoto2-2.5.2-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1a5120f1b502e536fd5ffb05d47158f82c1359a9

commit 1a5120f1b502e536fd5ffb05d47158f82c1359a9
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 12:11:12 2013 +0200

gphoto2-2.5.2-1-x86_64

* version bump

diff --git a/source/multimedia/gphoto2/FrugalBuild 
b/source/multimedia/gphoto2/FrugalBuild
index b700d5f..d6f8f0a 100644
--- a/source/multimedia/gphoto2/FrugalBuild
+++ b/source/multimedia/gphoto2/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=gphoto2
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc=A set of digital camera applications for Unix-like systems.
_F_sourceforge_dirname=gphoto
@@ -11,9 +11,9 @@ _F_sourceforge_realname=gphoto
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge
url=http://www.gphoto.org;
-depends=('readline=6.2' 'libgphoto2=2.4.14' 'libusb' 'popt')
+depends=('readline=6.2' 'libgphoto2=2.5.2' 'libusb' 'popt')
groups=('multimedia')
archs=('i686' 'x86_64')
-sha1sums=('c363adfb5d0f21c03bc5dc27daf19e9e409832ec')
+sha1sums=('7f620013772318dbe348fdb0ae4638ab9898cc62')

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


[Frugalware-git] frugalware-current: swi-prolog-6.2.6-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=46de8f1881d3612ea4063bc46d24ebf5f90efff5

commit 46de8f1881d3612ea4063bc46d24ebf5f90efff5
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 15:33:19 2013 +0200

swi-prolog-6.2.6-1-x86_64

* version bump

diff --git a/source/devel-extra/swi-prolog/FrugalBuild 
b/source/devel-extra/swi-prolog/FrugalBuild
index c439d02..cf2bad2 100644
--- a/source/devel-extra/swi-prolog/FrugalBuild
+++ b/source/devel-extra/swi-prolog/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=swi-prolog
-pkgver=6.2.5
+pkgver=6.2.6
pkgrel=1
pkgdesc=SWI-Prolog is a comprehensive Prolog environment
url=http://www.swi-prolog.org;
@@ -12,7 +12,7 @@ groups=('devel-extra')
_F_archive_name=pl
up2date=Flasttar $url/download/stable
source=(http://www.swi-prolog.org/download/stable/src/$_F_archive_name-$pkgver.tar.gz;)
-sha1sums=('7ef5e09e4c967c4ecfc8df38b2151604dee732b8')
+sha1sums=('93ffe2317b28c012094e191921b4bdd788f3faed')
Fconfopts=--prefix=/usr

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


[Frugalware-git] frugalware-current: stockfish-3-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a53f425a5cdedeee7ffb8045aeefe4f400d3b01b

commit a53f425a5cdedeee7ffb8045aeefe4f400d3b01b
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 15:42:01 2013 +0200

stockfish-3-1-x86_64

* version bump

diff --git a/source/games-extra/stockfish/FrugalBuild 
b/source/games-extra/stockfish/FrugalBuild
index 9b9b7c4..6daf1ac 100644
--- a/source/games-extra/stockfish/FrugalBuild
+++ b/source/games-extra/stockfish/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=stockfish
-pkgver=2.3.1
+pkgver=3
pkgrel=1
pkgdesc=An open-source UCI chess engine
url=http://www.stockfishchess.com;
@@ -10,11 +10,11 @@ depends=('libstdc++')
groups=('games-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump http://www.stockfishchess.com/download/all/ | grep Linux | 
sed 's/.*Stockfish.\([01235456789\.]*\).*/\1/'
-source=(http://cl.ly/2t3y2k2Y3Y1H/download/stockfish-231-linux.zip  \
-   http://api.cld.me/2R1L1Y0V0b1M3M1B1D26/download/sf-211-book.zip)
-sha1sums=('382604d76859c607f59683f81856d54cbb730757' \
-  '8b441bbc9c04dcf9494fb621647c31e2eb994083')
-_F_cd_path=$pkgname-231-linux/src
+source=(http://cl.ly/2n1O3h2d3u2W/download/stockfish-3-linux.zip  \
+   http://cl.ly/3x333m0G173F/download/stockfish-231-book.zip)
+sha1sums=('9de3a40e587e0723403c9dff12cc2bb292d54e4c' \
+  '8206b99ceb803b23980f1cb30ea41a450e21ae03')
+_F_cd_path=$pkgname-3-linux/src

build() {
Fcd
@@ -26,7 +26,7 @@ build() {
fi
Fmkdir usr/bin/
Finstall 755 $_F_cd_path/stockfish usr/bin/
-   Finstall 655 sf-211-book/Book.bin usr/share/$pkgname/book.bin
+   Finstall 655 Book.bin usr/share/$pkgname/book.bin
Fdoc $_F_cd_path/../Copying.txt
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ethtool-3.10-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4c6975af5fc7beadee8983a7b3086c2d20c506be

commit 4c6975af5fc7beadee8983a7b3086c2d20c506be
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 15:44:09 2013 +0200

ethtool-3.10-1-x86_64

* version bump

diff --git a/source/network/ethtool/FrugalBuild 
b/source/network/ethtool/FrugalBuild
index 76818bb..24d1834 100644
--- a/source/network/ethtool/FrugalBuild
+++ b/source/network/ethtool/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=ethtool
-pkgver=3.7
+pkgver=3.10
pkgrel=1
pkgdesc=A tool for setting ethernet parameters
depends=('glibc')
@@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'arm')
url=http://www.kernel.org/pub/software/network/ethtool/;
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
up2date=Flasttar http://www.kernel.org/pub/software/network/$pkgname/;
-sha1sums=('adc2279c506a49cf17b366b4293412c32771752a')
+sha1sums=('50afe27a18f1ab77e25d35af0c4c1cc5af1ef643')

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


[Frugalware-git] frugalware-current: lftp-4.4.8-1-x86_64

2013-07-16 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c76bbd7c8a1db773dfe0d24e067129c4b64e8059

commit c76bbd7c8a1db773dfe0d24e067129c4b64e8059
Author: Elentir elen...@frugalware.org
Date:   Tue Jul 16 15:49:33 2013 +0200

lftp-4.4.8-1-x86_64

* version bump

diff --git a/source/network-extra/lftp/FrugalBuild 
b/source/network-extra/lftp/FrugalBuild
index 81cad9a..f97b9b1 100644
--- a/source/network-extra/lftp/FrugalBuild
+++ b/source/network-extra/lftp/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=lftp
-pkgver=4.4.5
+pkgver=4.4.8
pkgrel=1
pkgdesc=A sophisticated ftp/http client, file transfer program
url=http://lftp.yar.ru/;
@@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'arm')
backup=('etc/lftp.conf')
up2date=Flasttar http://lftp.yar.ru/get.html;
source=(http://ftp.yars.free.net/pub/source/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('b985c5985b6663703d4cd815c27dc7e74103c975')
+sha1sums=('c825849d90b8132ed43ea5b73fdbb6a63f3e44de')

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


[Frugalware-git] frugalware-current: rxvt-unicode-9.18-1-x86_64

2013-07-15 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4a7418a9bad0d9ee081a7012ddea7618be0a328a

commit 4a7418a9bad0d9ee081a7012ddea7618be0a328a
Author: Elentir elen...@frugalware.org
Date:   Mon Jul 15 15:10:19 2013 +0200

rxvt-unicode-9.18-1-x86_64

* version bump

diff --git a/source/x11-extra/rxvt-unicode/FrugalBuild 
b/source/x11-extra/rxvt-unicode/FrugalBuild
index d96420e..ff299a8 100644
--- a/source/x11-extra/rxvt-unicode/FrugalBuild
+++ b/source/x11-extra/rxvt-unicode/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=rxvt-unicode
-pkgver=9.17
+pkgver=9.18
pkgrel=1
pkgdesc=rxvt-unicode is a clone of the well known terminal emulator rxvt
url=http://software.schmorp.de/;
@@ -16,7 +16,7 @@ _F_desktop_name=URxvt
_F_desktop_exec=urxvt
_F_desktop_icon=utilities-terminal
_F_desktop_categories=System;TerminalEmulator;
-sha1sums=('2ffee9c8ea1b5d40d99a29d5626a4558e28fff23')
+sha1sums=('5d12639c4b17019357ee62c08916b826e5d03259')

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


[Frugalware-git] frugalware-current: cherokee-1.2.103-1-x86_64

2013-07-15 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=43426153ce817a5b53302fa6a8cd1b2097960339

commit 43426153ce817a5b53302fa6a8cd1b2097960339
Author: Elentir elen...@frugalware.org
Date:   Mon Jul 15 23:48:58 2013 +0200

cherokee-1.2.103-1-x86_64

* version bump

diff --git a/source/network-extra/cherokee/FrugalBuild 
b/source/network-extra/cherokee/FrugalBuild
index 20eaff5..b002983 100644
--- a/source/network-extra/cherokee/FrugalBuild
+++ b/source/network-extra/cherokee/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Laszlo Dvornik dvor...@gnome.hu

pkgname=cherokee
-pkgver=1.2.101
-pkgrel=7
+pkgver=1.2.103
+pkgrel=1
pkgdesc=A flexible, very fast, lightweight HTTP server
url=http://www.cherokee-project.com/;
pkgurl=http://ftp.easynet.be/ftp/cherokee/;
@@ -13,19 +13,20 @@ depends=('pcre=8.30' 'openssl=1.0.0' 'libgcrypt' 
'php-cgi' 'python' 'libmysqlc
makedepends=('mysql')
groups=('network-extra')
archs=('i686' 'x86_64')
-up2date=lynx -dump $pkgurl |grep 'LATEST'|sed 
's/.*LATEST\_is\_\(.*\)\/.*/\1/' | head -n 1
-source=($pkgurl/1.2/$pkgver/cherokee-$pkgver.tar.gz \
+_F_cd_path=webserver-$pkgver
+up2date=lynx -dump https://github.com/cherokee/webserver/releases | grep 
'.*v[0-9,.]*\.tar.gz' | head -n 1 | sed 's/.*v\([0-9,.]*\)\.tar.gz/\1/'
+source=(https://github.com/cherokee/webserver/archive/v$pkgver.tar.gz \
generatessl \
index.html \
http://frugalware.org/images/logo-new.png \
cherokee.service \
-   ffmpeg.patch)
-sha1sums=('b27f149c7d7111207ac8c3cd8a4856c05490d136' \
+   cherokee-1.2.103-missing-ctk.patch.gz)
+sha1sums=('02647013596104b0b6aa7d9538bc80edc23d6ffc' \
'03171e23d5f2f2b2a11a4064230b0ee8823ba996' \
'1b9446b810a71ea50efaa7d24c5919cb954983ef' \
'57b61b4ffabb0542cdce881fdc895011fc89171e' \
'01368b9c79ee040be34f1aefc074709a7e48cac3' \
-  'a815a275071f56627946f43d116a841bfeeec22c')
+  '4febe1623513d51975246796b5a8b40500376280')

subpkgs=($pkgname-ldap $pkgname-ffmpeg $pkgname-geoip)
subdescs=('Ldap validator for cherokee' \
@@ -41,11 +42,9 @@ Finclude systemd

build()
{
-   unset MAKEFLAGS
# Put logs under /var/log/cherokee.
Fsed log/ log/cherokee/ cherokee.conf.sample.pre
-
-   Fbuild  --enable-os-string=Frugalware Linux \
+   NO_CONFIGURE=y Fbuild  --enable-os-string=Frugalware Linux \
--with-wwwroot=/var/www/cherokee \
--disable-dependency-tracking \
--with-gnu-ld
diff --git 
a/source/network-extra/cherokee/cherokee-1.2.103-missing-ctk.patch.gz 
b/source/network-extra/cherokee/cherokee-1.2.103-missing-ctk.patch.gz
new file mode 100644
index 000..a834cfe
Binary files /dev/null and 
b/source/network-extra/cherokee/cherokee-1.2.103-missing-ctk.patch.gz differ
diff --git a/source/network-extra/cherokee/ffmpeg.patch 
b/source/network-extra/cherokee/ffmpeg.patch
deleted file mode 100644
index 7c84b44..000
--- a/source/network-extra/cherokee/ffmpeg.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 cherokee-1.2.101/cherokee/handler_streaming.c.ffmpeg   2012-06-04 
12:56:16.0 +0800
-+++ cherokee-1.2.101/cherokee/handler_streaming.c  2012-06-04 
12:56:40.0 +0800
-@@ -380,7 +380,7 @@
-   if (likely (secs  0)) {
-   long tmp;
-
--  tmp = (hdl-avformat-file_size / secs);
-+  tmp = (avio_size(hdl-avformat) / secs);
-   if (tmp  rate) {
-   rate = tmp;
-   TRACE(ENTRIES, New rate: %d bytes/s\n, rate);
-
-
-
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: rxvt-unicode-9.17-1-x86_64

2013-03-10 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=247487df20da506f45d0801d4570ef944fb64eaf

commit 247487df20da506f45d0801d4570ef944fb64eaf
Author: Elentir elen...@frugalware.org
Date:   Sun Mar 10 17:12:20 2013 +0100

rxvt-unicode-9.17-1-x86_64

* version bump

diff --git a/source/x11-extra/rxvt-unicode/FrugalBuild 
b/source/x11-extra/rxvt-unicode/FrugalBuild
index 410cf93..d96420e 100644
--- a/source/x11-extra/rxvt-unicode/FrugalBuild
+++ b/source/x11-extra/rxvt-unicode/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=rxvt-unicode
-pkgver=9.16
+pkgver=9.17
pkgrel=1
pkgdesc=rxvt-unicode is a clone of the well known terminal emulator rxvt
url=http://software.schmorp.de/;
@@ -16,7 +16,7 @@ _F_desktop_name=URxvt
_F_desktop_exec=urxvt
_F_desktop_icon=utilities-terminal
_F_desktop_categories=System;TerminalEmulator;
-sha1sums=('1b721969d6a6ed0f84529a29cfff0a05aee015ab')
+sha1sums=('2ffee9c8ea1b5d40d99a29d5626a4558e28fff23')

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


[Frugalware-git] frugalware-current: feh-2.9.1-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06db3a13dd11f31dd2cbcbe6e0d53cb89f385cbb

commit 06db3a13dd11f31dd2cbcbe6e0d53cb89f385cbb
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 13:54:50 2013 +0100

feh-2.9.1-1-x86_64

* version bump

diff --git a/source/xapps-extra/feh/FrugalBuild 
b/source/xapps-extra/feh/FrugalBuild
index c84a3f4..2e124bc 100644
--- a/source/xapps-extra/feh/FrugalBuild
+++ b/source/xapps-extra/feh/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=feh
-pkgver=2.8
+pkgver=2.9.1
pkgrel=1
pkgdesc=A useful simple image viewer.
url=https://derf.homelinux.org/projects/feh/;
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
source=(https://derf.homelinux.org/projects/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('eeb251d5971cf07e632661ef0b514fc3b0c7aca6')
+sha1sums=('d6effb0bb3074315114b2590722fae9712a531ad')

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


[Frugalware-git] frugalware-current: mathgl-2.1.2-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=02c3cc183999d1940ce93f6d5c9c258930bb3714

commit 02c3cc183999d1940ce93f6d5c9c258930bb3714
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 14:02:46 2013 +0100

mathgl-2.1.2-1-x86_64

* version bump

diff --git a/source/xlib-extra/mathgl/FrugalBuild 
b/source/xlib-extra/mathgl/FrugalBuild
index 4644b78..1214bcf 100644
--- a/source/xlib-extra/mathgl/FrugalBuild
+++ b/source/xlib-extra/mathgl/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=mathgl
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
pkgdesc=A library for making high-quality scientific graphics, fast data 
plotting and handling of large data arrays
archs=('i686' 'x86_64')
depends=('gsl' 'libjpeg=8a' 'libgif=4.1.6' 'libpng=1.4.1' 'libgomp' 'libgl' 
'hdf5' 'fltk' \
@@ -17,7 +17,7 @@ source=(${source[@]} mathgl-2.1.1-fix-hardcoded-paths.patch)
_F_cmake_confopts=$_F_cmake_confopts -Denable-fltk=ON -Denable-glut=ON 
-Denable-qt=ON -Denable-jpeg=ON \
-Denable-gif=ON -Denable-hdf5=ON -Denable-hdf5_18=ON -Denable-python=ON 
-Denable-octave=ON \
-Denable-octave-install=OFF
-sha1sums=('be0764a138aae4222e156d4a62cf0d85b386cb6a' \
+sha1sums=('bd3e797f8616c1f8afd0955fc9b87a2605cbf5ff' \
'20ca80c18d0f3f29d624587b8dfa59d98e27249e')

subpkgs=('mathgl-python' 'mathgl-octave' 'udav')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libgphoto2-2.5.1.1-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b2147fbe973f28ed19615cf87ee2fb38f9ce84e1

commit b2147fbe973f28ed19615cf87ee2fb38f9ce84e1
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 14:10:04 2013 +0100

libgphoto2-2.5.1.1-1-x86_64

* version bump

diff --git a/source/lib/libgphoto2/FrugalBuild 
b/source/lib/libgphoto2/FrugalBuild
index eb79624..aacb7d7 100644
--- a/source/lib/libgphoto2/FrugalBuild
+++ b/source/lib/libgphoto2/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=libgphoto2
-pkgver=2.5.0
+pkgver=2.5.1.1
pkgrel=1
pkgdesc=A portable library to gives access to many digital cameras
groups=('lib')
@@ -15,7 +15,7 @@ _F_sourceforge_realname=libgphoto
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge
url=http://www.gphoto.org;
-sha1sums=('b8383933525b71308b3b24ba43c88a4c5d999cf8')
+sha1sums=('88c60c6e9535a85319f499a01ae6b48bd2e62282')

build() {
UDEV_RULES=${Fdestdir}/lib/udev/rules.d/40-${pkgname}.rules
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gphoto2-2.5.1-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e31601329dc58e364373721ce9c0790c940952c7

commit e31601329dc58e364373721ce9c0790c940952c7
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 14:58:27 2013 +0100

gphoto2-2.5.1-1-x86_64

* version bump

diff --git a/source/multimedia/gphoto2/FrugalBuild 
b/source/multimedia/gphoto2/FrugalBuild
index 89a9cd7..b700d5f 100644
--- a/source/multimedia/gphoto2/FrugalBuild
+++ b/source/multimedia/gphoto2/FrugalBuild
@@ -3,8 +3,8 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=gphoto2
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
pkgdesc=A set of digital camera applications for Unix-like systems.
_F_sourceforge_dirname=gphoto
_F_sourceforge_realname=gphoto
@@ -14,6 +14,6 @@ url=http://www.gphoto.org;
depends=('readline=6.2' 'libgphoto2=2.4.14' 'libusb' 'popt')
groups=('multimedia')
archs=('i686' 'x86_64')
-sha1sums=('4db56811b09e6496fb056f90effa4d7240b8e5dc')
+sha1sums=('c363adfb5d0f21c03bc5dc27daf19e9e409832ec')

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


[Frugalware-git] frugalware-current: darktable-1.1.3-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=683ca1bd497b8be53d0a1a2c611d765a63b4c662

commit 683ca1bd497b8be53d0a1a2c611d765a63b4c662
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 15:04:22 2013 +0100

darktable-1.1.3-1-x86_64

* version bump

diff --git a/source/gnome-extra/darktable/FrugalBuild 
b/source/gnome-extra/darktable/FrugalBuild
index ab32476..7630ce8 100644
--- a/source/gnome-extra/darktable/FrugalBuild
+++ b/source/gnome-extra/darktable/FrugalBuild
@@ -4,8 +4,8 @@
# Contributor: tahk mail.t...@gmail.com

pkgname=darktable
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
pkgdesc=A virtual lighttable and darkroom for photographers (manage RAW 
images)
depends=('curl' 'libgphoto2=2.5.0' 'openexr=1.7.0' 'exiv2=0.23' 'sqlite3'\
'librsvg' 'lensfun=0.2.6' 'lcms2' 'gtk+2-libs' 'libgomp')
@@ -14,6 +14,6 @@ groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_iconcache=y
Finclude sourceforge cmake
-sha1sums=('ad563d8d4ac3c3e463830658e49e733918988273')
+sha1sums=('50c101128c50e3a79e14e98f26d0edc160fd98a5')

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


[Frugalware-git] frugalware-current: lftp-4.4.3-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1470a9a4ea0b2e6b805c34bd365bc569e474

commit 1470a9a4ea0b2e6b805c34bd365bc569e474
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 15:09:06 2013 +0100

lftp-4.4.3-1-x86_64

* version bump

diff --git a/source/network-extra/lftp/FrugalBuild 
b/source/network-extra/lftp/FrugalBuild
index c4953ff..7eb5900 100644
--- a/source/network-extra/lftp/FrugalBuild
+++ b/source/network-extra/lftp/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=lftp
-pkgver=4.3.8
+pkgver=4.4.3
pkgrel=1
pkgdesc=A sophisticated ftp/http client, file transfer program
url=http://lftp.yar.ru/;
@@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'arm')
backup=('etc/lftp.conf')
up2date=Flasttar http://lftp.yar.ru/get.html;
source=(http://ftp.yars.free.net/pub/source/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('6e3b8165fa89781533f4af7350f62eb670ab26fe')
+sha1sums=('f027fc0ee1069c8fa0ae665eeea742c16d58a5d8')

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


[Frugalware-git] frugalware-current: libftdi-0.20-1-x86_64

2013-01-02 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=be7bdfccda8008d68a777615584e0eadabc9fb42

commit be7bdfccda8008d68a777615584e0eadabc9fb42
Author: Elentir elen...@frugalware.org
Date:   Wed Jan 2 16:29:27 2013 +0100

libftdi-0.20-1-x86_64

* version bump

diff --git a/source/lib-extra/libftdi/FrugalBuild 
b/source/lib-extra/libftdi/FrugalBuild
index 428b75a..03a5873 100644
--- a/source/lib-extra/libftdi/FrugalBuild
+++ b/source/lib-extra/libftdi/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Laszlo Papp djsz...@archlinux.us

pkgname=libftdi
-pkgver=0.19
+pkgver=0.20
pkgrel=1
pkgdesc=A library to talk to FTDI chips
url=http://www.intra2net.com/en/developer/libftdi/;
@@ -12,13 +12,6 @@ groups=('lib-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url/download.php
source=($url/download/$pkgname-$pkgver.tar.gz)
-sha1sums=('0f08caf8e754ace69cd682489fae3f7f09920fe1')
-
-build()
-{
-  Fcd
-  Fsed -i no-install  examples/Makefile.in
-  Fbuild
-}
+sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2')

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


[Frugalware-git] frugalware-current: udav-0.7.1.2-1-x86_64

2013-01-02 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5cb3b960a7a75efb3ce078065742a91a5c246d78

commit 5cb3b960a7a75efb3ce078065742a91a5c246d78
Author: Elentir elen...@frugalware.org
Date:   Wed Jan 2 16:46:13 2013 +0100

udav-0.7.1.2-1-x86_64

* remove package, now provided in mathgl

diff --git a/source/xapps-extra/udav/FrugalBuild 
b/source/xapps-extra/udav/FrugalBuild
deleted file mode 100644
index ecd70cf..000
--- a/source/xapps-extra/udav/FrugalBuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Compiling Time: 0.24 SBU
-# Maintainer: Elentir elen...@frugalware.org
-
-pkgname=udav
-pkgver=0.7.1.2
-pkgrel=1
-pkgdesc=QT software for data arrays visualization based on MathGL library
-archs=('i686' 'x86_64')
-groups=('xapps-extra')
-depends=('mathgl-qt=1.11')
-Finclude sourceforge
-sha1sums=('58491767c33f10bc0bf1e407d6a6e98d2c7431b9')
-
-build() {
-   # fix install path and icon path in desktop file
-   Fsed /usr/local/share/doc/udav/ 
$Fdestdir/usr/share/doc/$pkgname-$pkgver/ src/src.pro
-   Fsed /usr/local/ $Fdestdir/usr/ src/src.pro
-   Fsed /local  UDAV.desktop
-   # use v16 symbols of hdf5 library
-   qmake DEFINES *= H5_USE_16_API udav.pro || Fdie
-   Fmakeinstall
-}
-
-# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: mathgl-2.1.1-1-x86_64

2013-01-02 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6cba9d1d405f2fa8c47adbb58996deb181a14600

commit 6cba9d1d405f2fa8c47adbb58996deb181a14600
Author: Elentir elen...@frugalware.org
Date:   Wed Jan 2 16:50:36 2013 +0100

mathgl-2.1.1-1-x86_64

* version bump

diff --git a/source/xlib-extra/mathgl/FrugalBuild 
b/source/xlib-extra/mathgl/FrugalBuild
index 3f79f8c..6a891a2 100644
--- a/source/xlib-extra/mathgl/FrugalBuild
+++ b/source/xlib-extra/mathgl/FrugalBuild
@@ -2,55 +2,53 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=mathgl
-pkgver=1.11.2
+pkgver=2.1.1
pkgrel=1
pkgdesc=A library for making high-quality scientific graphics, fast data 
plotting and handling of large data arrays
archs=('i686' 'x86_64')
-depends=('gsl' 'libjpeg=8a' 'libgif=4.1.6' 'libpng=1.4.1' 'libgomp' 'libgl' 
'hdf5')
-makedepends=('swig')
+depends=('gsl' 'libjpeg=8a' 'libgif=4.1.6' 'libpng=1.4.1' 'libgomp' 'libgl' 
'hdf5' 'fltk' \
+   'libqtgui' 'freeglut' 'libxmu')
+makedepends=('swig' 'qt4')
groups=('xlib-extra')
_F_sourceforge_dirname=$pkgname
_F_sourceforge_ext=.tar.gz
-Finclude sourceforge python
-Fconfopts+= --enable-fltk --enable-glut --enable-qt --enable-jpeg 
--enable-gif --enable-hdf5 --enable-python --enable-octave
-sha1sums=('16b9ab58e654c5b91374f8a35eafc33630d7f5c0')
+Finclude sourceforge python cmake
+source=(${source[@]} mathgl-2.1.1-fix-hardcoded-paths.patch)
+_F_cmake_confopts=$_F_cmake_confopts -Denable-fltk=ON -Denable-glut=ON 
-Denable-qt=ON -Denable-jpeg=ON \
+   -Denable-gif=ON -Denable-hdf5=ON -Denable-hdf5_18=ON 
-Denable-python=ON -Denable-octave=ON \
+   -Denable-octave-install=OFF
+sha1sums=('be0764a138aae4222e156d4a62cf0d85b386cb6a' \
+  '20ca80c18d0f3f29d624587b8dfa59d98e27249e')

-subpkgs=('mathgl-qt' 'mathgl-fltk' 'mathgl-glut' 'mathgl-python' 
'mathgl-octave')
-subdescs=('QT interface for Mathgl library' 'FLTK interface for Mathgl 
library' 'GLUT interface for Mathgl library'  \
-   'Python interface for Mathgl library' 'Octave interface for Mathgl 
library')
-subdepends=('libqtgui=4.6.2-3' 'fltk=1.1.10' 'freeglut' 'numpy' 'octave')
-subrodepends=('mathgl' 'mathgl' 'mathgl' 'mathgl' 'mathgl')
-subgroups=('xlib-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra')
-subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 
x86_64')
-subinstall=(mgloctave.install)
+subpkgs=('mathgl-python' 'mathgl-octave' 'udav')
+subdescs=('Python interface for Mathgl library' 'Octave interface for Mathgl 
library' \
+   'QT software for data arrays visualization based on MathGL library')
+subdepends=('numpy' 'octave' '')
+subrodepends=('mathgl' 'mathgl' 'mathgl')
+subgroups=('xlib-extra' 'xlib-extra' 'xapps-extra')
+subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64')
+subinstall=( mgloctave.install )


build() {
-   # find numpy headers location
-   NUMPY_HEADER=`python -c import numpy;print numpy.get_include();` || 
Fdie
-   Fconf
-   # fix a mislocation of arrayobject.h
-   Fsed PYTHON_HEADERS = -I/usr/include/python$_F_python_ver 
PYTHON_HEADERS = -I/usr/include/python$_F_python_ver -I${NUMPY_HEADER} 
lang/Makefile
-   # use v16 symbols for hdf5 library
-   Fsed DEFS = -DHAVE_CONFIG_H DEFS = -DHAVE_CONFIG_H -DH5_USE_16_API 
mgl/Makefile
-   Fmakeinstall
-   # Qt interface
-   Fsplit mathgl-qt usr/bin/mgl_qt_example
-   Fsplit mathgl-qt usr/lib/libmgl-qt.*
-   Fsplit mathgl-qt usr/include/mgl/mgl_qt.h
-   # Fltk interface
-   Fsplit mathgl-fltk usr/lib/libmgl-fltk.*
-   Fsplit mathgl-fltk usr/bin/mgl_fltk_example
-   Fsplit mathgl-fltk usr/bin/mglview
-   Fsplit mathgl-fltk usr/include/mgl/mgl_fltk.h
-   # Glut interface
-   Fsplit mathgl-glut usr/bin/mgl_glut_example
-   Fsplit mathgl-glut usr/lib/libmgl-glut.*
-   Fsplit mathgl-glut usr/include/mgl/mgl_glut.h
+   # fltk 1.3 fix
+   Fsed  Fl/ FL/ include/mgl2/fltk.h
+
+   # numpy fix
+   export CPPFLAGS+= 
-I/usr/lib/python2.7/site-packages/numpy/core/include
+   export CXXFLAGS+= 
-I/usr/lib/python2.7/site-packages/numpy/core/include
+
+   CMake_build
+
# Python interface
Fsplit mathgl-python usr/lib/python*
#  Octave interface
-   Fsplit mathgl-octave usr/share/mathgl/octave
+   Fsplit mathgl-octave usr/share/mathgl/mathgl.tar.gz
+   #  Udav
+   Fsplit udav usr/bin/udav
+   Fsplit udav usr/share/pixmaps
+   Fsplit udav usr/share/applications
+   Fsplit udav usr/share/udav
}

# optimization OK
diff --git a/source/xlib-extra/mathgl/mathgl-2.1.1-fix-hardcoded-paths.patch 
b/source/xlib-extra/mathgl/mathgl-2.1.1-fix-hardcoded-paths.patch
new file mode 100644
index 000..3ae24a4
--- /dev/null
+++ b/source/xlib-extra/mathgl/mathgl-2.1.1-fix-hardcoded-paths.patch
@@ -0,0 +1,36 @@
+diff -Naur mathgl-2.1.1/udav/prop_dlg.cpp mathgl-2.1.1new/udav/prop_dlg.cpp
+--- mathgl-2.1.1/udav/prop_dlg.cpp 2012

[Frugalware-git] frugalware-current: chessx-0.9.4-1-x86_64

2013-01-02 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3af55670d42e3e6c86a2fbde4359fe4d5e52f19d

commit 3af55670d42e3e6c86a2fbde4359fe4d5e52f19d
Author: Elentir elen...@frugalware.org
Date:   Wed Jan 2 17:27:37 2013 +0100

chessx-0.9.4-1-x86_64

* version bump

diff --git a/source/games-extra/chessx/FrugalBuild 
b/source/games-extra/chessx/FrugalBuild
index 195a59b..da66955 100644
--- a/source/games-extra/chessx/FrugalBuild
+++ b/source/games-extra/chessx/FrugalBuild
@@ -2,33 +2,35 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=chessx
-pkgver=0.8
+pkgver=0.9.4
pkgrel=1
pkgdesc=A chess database application
depends=('libqtgui' 'libqtnetwork' 'libqtxml')
makedepends=('intltool')
groups=('games-extra')
archs=('i686' 'x86_64')
+_F_sourceforge_pkgver=0-9-4
+_F_sourceforge_ext=.tgz
Finclude sourceforge
-sha1sums=('669fdc3cd4a18e62dd10a0bba00c76f3c97e781d')
+_F_cd_path=$pkgname
+sha1sums=('7cff57db21c64ab02cb526c413ed340a41f87f7b')

_F_desktop_name=ChessX
_F_desktop_desc=A chess database application
_F_desktop_categories=Game
_F_desktop_exec=chessx
-_F_desktop_icon=chessx_48.tiff
+_F_desktop_icon=chessx.png

build() {
Fcd
qmake || Fdie
Fmake
-   Fmkdir usr/share/chessx/
-   Fcprel bin/ usr/share/chessx/
+   Fmkdir /usr/share/{chessx,pixmaps,doc}
+   Fmkdir /usr/bin
+   Fexe $_F_cd_path/release/chessx usr/bin/
Fcprel data/ usr/share/chessx/
Fcprel i18n/ usr/share/chessx/
-   Ficon $_F_cd_path/data/images/chessx_48.tiff
-   Fmkdir usr/bin/
-   Fln /usr/share/chessx/bin/chessx /usr/bin/chessx
+   Ficon $_F_cd_path/data/images/chessx.png
Fdesktop2
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: openocd-0.6.1-1-x86_64

2013-01-02 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=194a251fefffedbb93c5e2fb977fd57d2230ac4d

commit 194a251fefffedbb93c5e2fb977fd57d2230ac4d
Author: Elentir elen...@frugalware.org
Date:   Wed Jan 2 17:35:35 2013 +0100

openocd-0.6.1-1-x86_64

* new package

diff --git a/source/apps-extra/openocd/FrugalBuild 
b/source/apps-extra/openocd/FrugalBuild
new file mode 100644
index 000..8eef755
--- /dev/null
+++ b/source/apps-extra/openocd/FrugalBuild
@@ -0,0 +1,17 @@
+# Compiling Time: 0.11 SBU
+# Maintainer: Elentir elen...@frugalware.org
+
+pkgname=openocd
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=Free and Open On-Chip Debugging, In-System Programming and 
Boundary-Scan Testing
+depends=('libftdi')
+groups=('apps-extra')
+archs=('i686' 'x86_64')
+Finclude sourceforge
+Fconfopts+=--enable-amtjtagaccel --enable-arm-jtag-ew --enable-buspirate 
--enable-ep93xxat91rm9200gw16012 \
+--enable-ft2232_libftdi --enable-ftdi --enable-jlink --enable-oocd_trace 
--enable-parport --enable-presto_libftdi --enable-rlink \
+--enable-stlink --enable-ulink --enable-usbprog --enable-vsllink 
--disable-werror
+sha1sums=('add83722c8b0b8d2e93d4c580f479b70a2380767')
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: feh-2.8-1-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fb07f06f68b95e4da517610441cca834d6dd0f6c

commit fb07f06f68b95e4da517610441cca834d6dd0f6c
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 13:14:39 2012 +0100

feh-2.8-1-x86_64

* version bump

diff --git a/source/xapps-extra/feh/FrugalBuild 
b/source/xapps-extra/feh/FrugalBuild
index 31bc541..c84a3f4 100644
--- a/source/xapps-extra/feh/FrugalBuild
+++ b/source/xapps-extra/feh/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=feh
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc=A useful simple image viewer.
url=https://derf.homelinux.org/projects/feh/;
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
source=(https://derf.homelinux.org/projects/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('25c3cf8af2d30b9cc176b36f2a78344ba9ae18f1')
+sha1sums=('eeb251d5971cf07e632661ef0b514fc3b0c7aca6')

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


[Frugalware-git] frugalware-current: sympy-0.7.2-1-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=79a0a850608577a663a29bb4bf55ed940a2298a5

commit 79a0a850608577a663a29bb4bf55ed940a2298a5
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 13:17:07 2012 +0100

sympy-0.7.2-1-x86_64

* version bump

diff --git a/source/lib-extra/sympy/FrugalBuild 
b/source/lib-extra/sympy/FrugalBuild
index 653c51f..fbca815 100644
--- a/source/lib-extra/sympy/FrugalBuild
+++ b/source/lib-extra/sympy/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: Elentir elen...@mailoo.org

pkgname=sympy
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc=SymPy is a Python library for symbolic mathematics.
archs=('i686' 'x86_64')
groups=('lib-extra')
depends=('python=2.7')
Finclude googlecode
-sha1sums=('b8609cc7e08d2883f96526ee8a4afdc90d77b911')
+sha1sums=('cc1a030acb40c273a104d10b5fb0123841c98236')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: rxvt-unicode-9.16-1-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=460ac34bb2b6c229e34d3393b334b0cba70692f1

commit 460ac34bb2b6c229e34d3393b334b0cba70692f1
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 13:19:40 2012 +0100

rxvt-unicode-9.16-1-x86_64

* version bump

diff --git a/source/x11-extra/rxvt-unicode/FrugalBuild 
b/source/x11-extra/rxvt-unicode/FrugalBuild
index dd2d9ba..410cf93 100644
--- a/source/x11-extra/rxvt-unicode/FrugalBuild
+++ b/source/x11-extra/rxvt-unicode/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=rxvt-unicode
-pkgver=9.15
+pkgver=9.16
pkgrel=1
pkgdesc=rxvt-unicode is a clone of the well known terminal emulator rxvt
url=http://software.schmorp.de/;
@@ -16,7 +16,7 @@ _F_desktop_name=URxvt
_F_desktop_exec=urxvt
_F_desktop_icon=utilities-terminal
_F_desktop_categories=System;TerminalEmulator;
-sha1sums=('e6fdf091860ecb458730dc68b0176f67f207a2f7')
+sha1sums=('1b721969d6a6ed0f84529a29cfff0a05aee015ab')

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


[Frugalware-git] frugalware-current: hdf5-1.8.10-1-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=80d0de1055ae91389f09d649fa876c8fb4ee4f4b

commit 80d0de1055ae91389f09d649fa876c8fb4ee4f4b
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 13:21:13 2012 +0100

hdf5-1.8.10-1-x86_64

* version bump

diff --git a/source/lib-extra/hdf5/FrugalBuild 
b/source/lib-extra/hdf5/FrugalBuild
index f8d4277..df96bd7 100644
--- a/source/lib-extra/hdf5/FrugalBuild
+++ b/source/lib-extra/hdf5/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=hdf5
-pkgver=1.8.9
+pkgver=1.8.10
pkgextraver=
pkgrel=1
pkgdesc=Library and file format for storing scientific data
@@ -19,7 +19,7 @@ Fconfopts+= --enable-hl \
--enable-cxx --with-pic \
--with-pthread=/usr/lib/ \
--disable-sharedlib-rpath
-sha1sums=('4ba3ede947b1571e9586fdeb8351d6585a56133c')
+sha1sums=('4092ed77072a894fd0c60ee20a600a8716f277b1')
unset MAKEFLAGS

subpkgs=('hdf5-fortran')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: darktable-1.1.1-1-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cf4d5a910ba79a3c97c4a906b6a94cfed1c96a5e

commit cf4d5a910ba79a3c97c4a906b6a94cfed1c96a5e
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 13:36:03 2012 +0100

darktable-1.1.1-1-x86_64

* version bump
* fix depends
* change m8r

diff --git a/source/gnome-extra/darktable/FrugalBuild 
b/source/gnome-extra/darktable/FrugalBuild
index b792748..c24e0e3 100644
--- a/source/gnome-extra/darktable/FrugalBuild
+++ b/source/gnome-extra/darktable/FrugalBuild
@@ -1,20 +1,19 @@
-# Compiling Time: 1.33 SBU
-# Maintainer: Devil505 devil505li...@gmail.com
+# Compiling Time: 1.38 SBU
+# Maintainer: Elentir elen...@frugalware.org
# Contributor: Kooda ko...@upyum.com
# Contributor: tahk mail.t...@gmail.com
-# Contributor: PacMiam pacm...@gmx.fr

pkgname=darktable
pkgver=1.1.1
pkgrel=1
pkgdesc=A virtual lighttable and darkroom for photographers (manage RAW 
images)
-depends=('curl' 'libgphoto2=2.5.0' 'openexr=1.7.0' 'lcms' 'exiv2=0.23' 
'libglade' 'sqlite3'\
-   'libgnome-keyring' 'librsvg' 'lensfun=0.2.6' 'lcms2')
-makedepends=('intltool')
+depends=('curl' 'libgphoto2=2.5.0' 'openexr=1.7.0' 'exiv2=0.23' 'sqlite3'\
+   'librsvg' 'lensfun=0.2.6' 'lcms2' 'gtk+2-libs' 'libgomp')
+makedepends=('intltool' 'gtk+2')
groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_iconcache=y
-Finclude sourceforge gnome-scriptlet cmake
+Finclude sourceforge cmake
sha1sums=('ad563d8d4ac3c3e463830658e49e733918988273')

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


[Frugalware-git] frugalware-current: chomp-20120805-1-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2d994e2977017ca8d74d59db137209d217eab2de

commit 2d994e2977017ca8d74d59db137209d217eab2de
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 13:41:29 2012 +0100

chomp-20120805-1-x86_64

* version bump

diff --git a/source/apps-extra/chomp/FrugalBuild 
b/source/apps-extra/chomp/FrugalBuild
index 364cd04..15cd35b 100644
--- a/source/apps-extra/chomp/FrugalBuild
+++ b/source/apps-extra/chomp/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=chomp
-pkgver=20110818
+pkgver=20120805
pkgrel=1
pkgdesc=A software package for homology computations in n-dimensions
url=http://chomp.rutgers.edu;
@@ -10,10 +10,9 @@ groups=('apps-extra')
archs=('i686' 'x86_64')
depends=('libstdc++')
up2date=lynx -dump $url/advanced/download.php | grep [0-9]*-[0-9]*-[0-9]* | 
sed 's/\(.*\)\([0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}\)/\2/g' | sort | tail -1 | sed 
's/-//g'
-source=('http://chomp.rutgers.edu/download/chomp-full.tar.gz' 
gcc43-chomp.patch)
+source=('http://chomp.rutgers.edu/download/chomp-full.tar.gz')
_F_cd_path=chomp
-sha1sums=('587879417edf0bd74b3159045cfc183406227837' \
-  '767cfe7f8f60ce227f56daa4f77e28e2e2accc13')
+sha1sums=('acb3922e2773aa0dbeb80ff9273e6a1dc30ecf42')
options=('noversrc')
unset MAKEFLAGS

diff --git a/source/apps-extra/chomp/gcc43-chomp.patch 
b/source/apps-extra/chomp/gcc43-chomp.patch
deleted file mode 100644
index d073e32..000
--- a/source/apps-extra/chomp/gcc43-chomp.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur chomp-full/include/capd/vectalg/Matrix.hpp 
chomp-full/include/capd/vectalg/Matrix.hpp
 chomp-full/include/capd/vectalg/Matrix.hpp 2009-07-08 14:18:02.0 
+0200
-+++ chomp-full/include/capd/vectalg/Matrix.hpp 2009-11-15 12:48:44.863586141 
+0100
-@@ -18,6 +18,7 @@
-
- #include vector
- #include stack
-+#include cstdio
-
- #include capd/capd/minmax.h
- #include capd/vectalg/Matrix.h
-diff -Naur chomp-full/include/chomp/multiwork/mwdata.h 
chomp-full/include/chomp/multiwork/mwdata.h
 chomp-full/include/chomp/multiwork/mwdata.h2009-01-13 
21:12:24.0 +0100
-+++ chomp-full/include/chomp/multiwork/mwdata.h2009-11-15 
12:55:59.932384160 +0100
-@@ -34,6 +34,7 @@
- #ifndef _CHOMP_MULTIWORK_MWDATA_H_
- #define _CHOMP_MULTIWORK_MWDATA_H_
-
-+#include cstdio
- #include chomp/multiwork/mwconfig.h
-
- // include an appropriate header file for 'string' if necessary
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: m4ri-20121224-1-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6cd6ee648124f308367cd91349011ba4db60eede

commit 6cd6ee648124f308367cd91349011ba4db60eede
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 13:56:52 2012 +0100

m4ri-20121224-1-x86_64

* version bump

diff --git a/source/lib-extra/m4ri/FrugalBuild 
b/source/lib-extra/m4ri/FrugalBuild
index 86ee978..49a7a13 100644
--- a/source/lib-extra/m4ri/FrugalBuild
+++ b/source/lib-extra/m4ri/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=m4ri
-pkgver=20120415
+pkgver=20121224
pkgrel=1
pkgdesc=Library for fast arithmetic with dense matrices over F(2)
url=http://m4ri.sagemath.org/;
@@ -11,6 +11,6 @@ groups=('lib-extra')
archs=('i686' 'x86_64')
source=($url/downloads/$pkgname-$pkgver.tar.gz)
up2date=Flasttar $url/downloads/
-sha1sums=('f4e8baf2aa3d578c0ebb25d6f267284a1c2cfce1')
+sha1sums=('a23d1e3cb7ef846d4a93fa06c3d038713af09e93')

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


[Frugalware-git] frugalware-current: asymptote-2.21-2-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6bbee84d1d3bb87c3eb7efbb2d922d656fef4f26

commit 6bbee84d1d3bb87c3eb7efbb2d922d656fef4f26
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 14:10:45 2012 +0100

asymptote-2.21-2-x86_64

* rebuild, fix missing libOsMesa.so

diff --git a/source/xapps-extra/asymptote/FrugalBuild 
b/source/xapps-extra/asymptote/FrugalBuild
index b743dc7..3028a33 100644
--- a/source/xapps-extra/asymptote/FrugalBuild
+++ b/source/xapps-extra/asymptote/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=asymptote
pkgver=2.21
-pkgrel=1
+pkgrel=2
pkgdesc=Asymptote is a powerful descriptive vector graphics language.
depends=('libgc' 'gsl' 'ncurses' 'readline' 'libstdc++' 'fftw' 'imaging' \
'imagemagick=6.7.9_2-1' 'gv' 'texlive')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: darktable-1.1.1-2-x86_64

2012-12-31 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b744bd3de2b07faa7dcb9d0d38bc8c77fd0c0179

commit b744bd3de2b07faa7dcb9d0d38bc8c77fd0c0179
Author: Elentir elen...@frugalware.org
Date:   Mon Dec 31 15:07:39 2012 +0100

darktable-1.1.1-2-x86_64

* pkgrel++

diff --git a/source/gnome-extra/darktable/FrugalBuild 
b/source/gnome-extra/darktable/FrugalBuild
index c24e0e3..ab32476 100644
--- a/source/gnome-extra/darktable/FrugalBuild
+++ b/source/gnome-extra/darktable/FrugalBuild
@@ -5,7 +5,7 @@

pkgname=darktable
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc=A virtual lighttable and darkroom for photographers (manage RAW 
images)
depends=('curl' 'libgphoto2=2.5.0' 'openexr=1.7.0' 'exiv2=0.23' 'sqlite3'\
'librsvg' 'lensfun=0.2.6' 'lcms2' 'gtk+2-libs' 'libgomp')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lilypond-2.16.1-1-x86_64

2012-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2a717e196a19dc3591cf51a5af89ad4d497cd857

commit 2a717e196a19dc3591cf51a5af89ad4d497cd857
Author: Elentir elen...@frugalware.org
Date:   Thu Dec 27 18:25:34 2012 +0100

lilypond-2.16.1-1-x86_64

* version bump

diff --git a/source/xapps-extra/lilypond/FrugalBuild 
b/source/xapps-extra/lilypond/FrugalBuild
index caf9418..bbe8710 100644
--- a/source/xapps-extra/lilypond/FrugalBuild
+++ b/source/xapps-extra/lilypond/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=lilypond
-pkgver=2.16.0
+pkgver=2.16.1
pkgrel=1
pkgdesc=Music notation for everyone
url=http://lilypond.org/web/;
@@ -13,7 +13,7 @@ archs=('i686' 'x86_64')
up2date=Flasttar http://lilypond.org/source.html;
source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz)
options=('scriptlet')
-sha1sums=('b5edfdd1332a5cee94bd31c7b1e8b08909c0a068')
+sha1sums=('ce923f27091ec5501df7bcd0596f1ffd7ab9b8b9')

subpkgs=('lilypond-doc')
subdescs=('Documentation for LilyPond')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ethtool-3.7-1-x86_64

2012-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e71e25f7bd21b9380dde9f969454802668a6a1cb

commit e71e25f7bd21b9380dde9f969454802668a6a1cb
Author: Elentir elen...@frugalware.org
Date:   Thu Dec 27 18:45:14 2012 +0100

ethtool-3.7-1-x86_64

* version bump

diff --git a/source/network/ethtool/FrugalBuild 
b/source/network/ethtool/FrugalBuild
index c611d67..76818bb 100644
--- a/source/network/ethtool/FrugalBuild
+++ b/source/network/ethtool/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=ethtool
-pkgver=3.6
+pkgver=3.7
pkgrel=1
pkgdesc=A tool for setting ethernet parameters
depends=('glibc')
@@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'arm')
url=http://www.kernel.org/pub/software/network/ethtool/;
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
up2date=Flasttar http://www.kernel.org/pub/software/network/$pkgname/;
-sha1sums=('91227efc7199b70caaaf3df69c247e4deada1c08')
+sha1sums=('adc2279c506a49cf17b366b4293412c32771752a')

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


[Frugalware-git] frugalware-current: swi-prolog-6.2.5-1-x86_64

2012-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fd9696ab709849825df1061dcf21dcad49965191

commit fd9696ab709849825df1061dcf21dcad49965191
Author: Elentir elen...@frugalware.org
Date:   Thu Dec 27 20:22:59 2012 +0100

swi-prolog-6.2.5-1-x86_64

* version bump

diff --git a/source/devel-extra/swi-prolog/FrugalBuild 
b/source/devel-extra/swi-prolog/FrugalBuild
index 9764d63..c439d02 100644
--- a/source/devel-extra/swi-prolog/FrugalBuild
+++ b/source/devel-extra/swi-prolog/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=swi-prolog
-pkgver=6.2.2
+pkgver=6.2.5
pkgrel=1
pkgdesc=SWI-Prolog is a comprehensive Prolog environment
url=http://www.swi-prolog.org;
@@ -12,7 +12,7 @@ groups=('devel-extra')
_F_archive_name=pl
up2date=Flasttar $url/download/stable
source=(http://www.swi-prolog.org/download/stable/src/$_F_archive_name-$pkgver.tar.gz;)
-sha1sums=('204bfd5aa5c93724117c782681ffc595f681bd5b')
+sha1sums=('7ef5e09e4c967c4ecfc8df38b2151604dee732b8')
Fconfopts=--prefix=/usr

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


[Frugalware-git] xfcetesting: gimp-2.8.2-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=f29fef405e1e83c608cf320376a50a17829488ba

commit f29fef405e1e83c608cf320376a50a17829488ba
Author: Elentir elen...@frugalware.org
Date:   Sat Sep 8 19:18:43 2012 +0200

gimp-2.8.2-1-x86_64

* version bump
* fix up2date

diff --git a/source/xapps/gimp/FrugalBuild b/source/xapps/gimp/FrugalBuild
index df676c1..36aa9d2 100644
--- a/source/xapps/gimp/FrugalBuild
+++ b/source/xapps/gimp/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=gimp
-pkgver=2.8.0
+pkgver=2.8.2
pkgrel=1
pkgdesc=The GNU Image Manipulation Program
url=http://www.gimp.org/;
@@ -12,12 +12,12 @@ depends=('libxml2=2.7.8' 'librsvg=2.26.0-2' 'libmng' 
'libexif=0.6.12-3' 'alsa
groups=('xapps')
archs=('i686' 'x86_64')
makedepends=('gimp-print' 'perl-xml-parser')
-up2date=lynx -dump $url/downloads/|grep '[0-9].[02468].[0-9].tar.bz2'|sed -n 
's/.*-\(.*\)\.t.*/\1/;$ p'
+up2date=lynx -dump $url/downloads/ | grep .tar.bz2 | head -n 1 | sed -n 
's/.*-\(.*\)\.t.*/\1/;$ p'
source=(ftp://ftp.gimp.org/pub/gimp/v2.8/$pkgname-$pkgver.tar.bz2 \
http://ftp.frugalware.org/pub/other/artwork/gimp/gimp-splash.png)
-sha1sums=('3b20d3dd10d971acbbc9345eb5cb93378c398ebc' \
+sha1sums=('64ad90cedc5e8e348310b6eb6b7821ec110c0886' \
'f9dd8c292abdf4132fef231feac9360e069ca8dc')
-options=('scriptlet' 'force')
+options=('scriptlet')
_F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome-scriptlet
@@ -32,7 +32,7 @@ build()
Fbuild --disable-print --enable-gimp-remote
Fmkdir /usr/share/pixmaps
Fln  ../gimp/2.0/images/gimp-logo.png /usr/share/pixmaps/gimp.png
-
+
# broken symlink FS#3421
Frm /usr/share/man/man1/gimp-console.1
Fln gimp-console-2.6.1.gz /usr/share/man/man1/gimp-console.1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: libmp4v2-1.6-3-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=c5a17e8d1f05fa35b2609ed2123482232a366433

commit c5a17e8d1f05fa35b2609ed2123482232a366433
Author: Elentir elen...@frugalware.org
Date:   Thu Sep 13 23:01:49 2012 +0200

libmp4v2-1.6-3-arm

* add arm to archs

diff --git a/source/multimedia/libmp4v2/FrugalBuild 
b/source/multimedia/libmp4v2/FrugalBuild
index 4bd9141..0f79a90 100644
--- a/source/multimedia/libmp4v2/FrugalBuild
+++ b/source/multimedia/libmp4v2/FrugalBuild
@@ -16,7 +16,7 @@ source=($source \
from-mpeg4ip-1.6.1-mp4v2_fixes.patch \
Fix_strcasestr.diff)
groups=('multimedia')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
sha1sums=('2d0d42a00c161f5152f8f2fd33ef192209ffb8c4' \
'4325daa5f3ffa38c61f74d438a0221e2a1909ac7' \
'40b3370027cace5e3cfecfbf15798bf0ade5f036' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: faac-1.28-2-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=5dc7ce56c3e6c4108923e31084a5d7abc7c1b664

commit 5dc7ce56c3e6c4108923e31084a5d7abc7c1b664
Author: Elentir elen...@frugalware.org
Date:   Thu Sep 13 23:56:48 2012 +0200

faac-1.28-2-arm

* add arm to archs

diff --git a/source/multimedia/faac/FrugalBuild 
b/source/multimedia/faac/FrugalBuild
index 6c8e32f..ddd4e96 100644
--- a/source/multimedia/faac/FrugalBuild
+++ b/source/multimedia/faac/FrugalBuild
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc=FAAC is an AAC audio encoder.
depends=('libmp4v2')
groups=('multimedia')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
_F_sourceforge_realname=$pkgname-src
Finclude sourceforge
url=http://www.audiocoding.com;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: lame-3.99.5-1-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=205456906157fad1034bfa23b5e520a2243476ff

commit 205456906157fad1034bfa23b5e520a2243476ff
Author: Elentir elen...@frugalware.org
Date:   Fri Sep 14 00:38:21 2012 +0200

lame-3.99.5-1-arm

* add arm to archs

diff --git a/source/multimedia/lame/FrugalBuild 
b/source/multimedia/lame/FrugalBuild
index 0e5f110..40ae609 100644
--- a/source/multimedia/lame/FrugalBuild
+++ b/source/multimedia/lame/FrugalBuild
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc=An LGPL MP3 encoder.
depends=('ncurses')
groups=('multimedia')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
_F_archive_grepv=398
Finclude sourceforge
if [ $CARCH == i686 ]; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: swi-prolog-6.2.1-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=807b43fa8cf3fecb604a9b5db36b4e29692a71c6

commit 807b43fa8cf3fecb604a9b5db36b4e29692a71c6
Author: Elentir elen...@frugalware.org
Date:   Fri Sep 14 10:59:45 2012 +0200

swi-prolog-6.2.1-1-x86_64

* version bump

diff --git a/source/devel-extra/swi-prolog/FrugalBuild 
b/source/devel-extra/swi-prolog/FrugalBuild
index 26f22d6..3a7726a 100644
--- a/source/devel-extra/swi-prolog/FrugalBuild
+++ b/source/devel-extra/swi-prolog/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=swi-prolog
-pkgver=6.2.0
+pkgver=6.2.1
pkgrel=1
pkgdesc=SWI-Prolog is a comprehensive Prolog environment
url=http://www.swi-prolog.org;
@@ -12,7 +12,7 @@ groups=('devel-extra')
_F_archive_name=pl
up2date=Flasttar $url/download/stable
source=(http://www.swi-prolog.org/download/stable/src/$_F_archive_name-$pkgver.tar.gz;)
-sha1sums=('e85672750f40bf966c7bff9e9e2d087f735a0201')
+sha1sums=('edb637c654a92b7ddd77c29425058ecb2cfcc9cb')
Fconfopts=--prefix=/usr

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


[Frugalware-git] xfcetesting: texlive-20120701-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=ff429cf9bad58f9c92abe09f51f165e0f90a2059

commit ff429cf9bad58f9c92abe09f51f165e0f90a2059
Author: Elentir elen...@frugalware.org
Date:   Sat Sep 15 00:48:16 2012 +0200

texlive-20120701-1-x86_64

* version bump

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index 3c7637e..7e2b69d 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -2,35 +2,34 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=texlive
-pkgver=20110705
-pkgrel=7
+pkgver=20120701
+pkgrel=1
pkgdesc=A complete TeX distribution
archs=('i686' 'x86_64')
depends=('t1lib' 'gd' 'ncurses' 'poppler=0.20.3' 'icu4c=4.8' 'zlib=1.2.7')
rodepends=('ghostscript' 'perl')
makedepends=('clisp' 'ffcall')
url='http://tug.org/texlive/'
-source=(ftp://tug.org/historic/systems/texlive/2011/$pkgname-$pkgver-source.tar.xz;
 \
-   
ftp://tug.org/historic/systems/texlive/2011/$pkgname-$pkgver-texmf.tar.xz; \
+source=(ftp://tug.org/historic/systems/texlive/2012/$pkgname-$pkgver-source.tar.xz;
 \
+   
ftp://tug.org/historic/systems/texlive/2012/$pkgname-$pkgver-texmf.tar.xz; \
fix-fontforge-encoding.patch \
texmf.cnf
09-texlive.conf \
-   fix-xetex-zlib.patch \
-   poppler-0.20.patch)
-up2date=Flasttar ftp://tug.org/historic/systems/texlive/2011/ | sed 
's/-source//' | sed 's/_texmf//' | sed 's/_extra//'
+   luatex-radical-rule-thickness.patch)
+up2date=Flasttar ftp://tug.org/historic/systems/texlive/2012/ | sed 
's/_source//' | sed 's/_texmf//' | sed 's/_extra//'
groups=('xapps-extra')
conflicts=('tetex' 'tetex-kpathsea')
provides=('tetex' 'tetex-kpathsea')
replaces=('tetex' 'tetex-kpathsea')
-sha1sums=('7a47cfe847801c86c98da8ade181baf97339f6e4' \
-  'a01bb1ef0f68ffd80bab363e83aca032260e1b59' \
+sha1sums=('e41ef31eba27891f3434e01638d3559cc6958016' \
+  '7248a27a8f278ff80b412b45e98aab9803859353' \
'5301263529702ccfda0adb3706f461888dea22eb' \
'a58c7445f5544da89c13681e21f3b578727eb641' \
'bf7ba21d45bee78657105a5f2c5e7e24b8614859' \
-  'd24ff3ae18511eba4e068977ccea4557c53320a6' \
-  'aa2db30f662dbf9c70a59cf2dc216e3add0c6c75')
+  '73cb530b6b2b1146a477a17dd98ecaaedce42c58')
_F_cd_path=$pkgname-$pkgver-source
Fconfopts=$Fconfopts \
+   --enable-build-in-source-tree \
--disable-native-texlive-build \
--disable-multiplatform \
--disable-dialog \
@@ -100,24 +99,13 @@ build() {
Fsed ^eptex eptex #eptex eptex 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
Fsed ^platex eptex #platex eptex 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf

-   Fbuild --with-banner-add=/Frugalware Linux
-
-   # move texmf to share and no need to texmf-dist
-   Fmv usr/texmf usr/share/
-   Fmv usr/texmf-dist usr/share/
-   Frm usr/share/lcdf-typetools
-   Frm usr/bin/man
-
-   ## remove original ls-R from texmf, that fix conflict with previous 
tetex
-   ## and mkteslsr in .install 'll restore it
-   rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/{texmf,texmf-dist}/ls-R || Fdie
+   Fsed -lXp  texk/xdvik/configure
+   Fsed SELFAUTOPARENT TEXMFROOT texk/tex4htk/t4ht.c

-   ## TODO: Split the 800Mo of docs
-   rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/doc || Fdie
+   Fbuild --with-banner-add=/Frugalware Linux

## remove useless source files
rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/source || Fdie
-   rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/texmf-dist/fonts/source || Fdie
# copy the extra packages
Fcp $pkgname-$pkgver-texmf/texmf/* usr/share/texmf/
Fcp $pkgname-$pkgver-texmf/texmf-dist/* usr/share/texmf-dist/
@@ -134,7 +122,7 @@ build() {
if [ -L $f ]; then
target=`ls -l $f | sed 's/^.\+ - //'`
if [[ $target == ..* ]]; then
-   newtarget=`echo $target | sed -e 
's#../#/usr/share/#'`
+   newtarget=`echo $target | sed -e 's#../#/usr/#'`
rm -f $f
ln -s $newtarget $f
test -f $Fdestdir/$newtarget  chmod a+x $Fdestdir/$newtarget
@@ -142,7 +130,6 @@ build() {
fi
done

-   ## Fix conflict with texlive 2010
## this link is not created by texlinks anymore
Frm usr/bin/mfplain

@@ -184,7 +171,9 @@ build() {
esstix gust paratype adforn adfsymbols b1encoding berenisadf boondox cantarell \
cmtiup comfortaa droid electrum everyhook fdsymbol gillcm jamtimes lato 
poltawski prodint \
ptsans ptserif realscripts tfrupee urwchancal iwona kurier bbold-type1 starfont 
rsfso \
-   ocr-b-outline ocr-b mdputu ; do
+   ocr-b-outline ocr-b mdputu dejavu dutchcal fonts-tlwg libertine-legacy 
opensans libertineotf \
+   mdsymbol tex-gyre-math jknappen aspectratio bartel-chess-fonts 
jablantile mdsymbol mflogo \
+   musixtex-fonts pxtxalfa sansmathaccent newtx ; do
listdir=`find usr/share/texmf-dist/ -name $i -type d `
for j in  $listdir ; do
Fsplit $pkgname-fonts-extra $j
@@ -198,7 +187,8 @@ build() {
listbib margbib multibib munich notes2bib

[Frugalware-git] xfcetesting: stockfish-2.3-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=8c40252b64ab81324933ad7adb777653dba595b8

commit 8c40252b64ab81324933ad7adb777653dba595b8
Author: Elentir elen...@frugalware.org
Date:   Sun Sep 16 14:07:11 2012 +0200

stockfish-2.3-1-x86_64

* version bump

diff --git a/source/games-extra/stockfish/FrugalBuild 
b/source/games-extra/stockfish/FrugalBuild
index f5b0e50..1aed5dc 100644
--- a/source/games-extra/stockfish/FrugalBuild
+++ b/source/games-extra/stockfish/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=stockfish
-pkgver=2.2.2
+pkgver=2.3
pkgrel=1
pkgdesc=An open-source UCI chess engine
url=http://www.stockfishchess.com;
@@ -10,11 +10,11 @@ depends=('libstdc++')
groups=('games-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump http://www.stockfishchess.com/download/all/ | grep Linux | 
sed 's/.*Stockfish.\([01235456789\.]*\).*/\1/'
-source=(http://dl.dropbox.com/u/5047625/$pkgname-222-ja.zip \
+source=(http://cl.ly/3z0Z2q0Z2B0o/download/stockfish-23-linux.zip  \
http://api.cld.me/2R1L1Y0V0b1M3M1B1D26/download/sf-211-book.zip)
-sha1sums=('7ed5b8b1f37d2a92191d19b6cd0b759b221cd5b2' \
+sha1sums=('2589b266f47a8be5f1765480d1e24161069fd470' \
'8b441bbc9c04dcf9494fb621647c31e2eb994083')
-_F_cd_path=stockfish-222-ja/src
+_F_cd_path=$pkgname-23-linux/src

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


[Frugalware-git] xfcetesting: vsftpd-3.0.2-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=765863ab49faff0f9cd60df4161ebfed12675376

commit 765863ab49faff0f9cd60df4161ebfed12675376
Author: Elentir elen...@frugalware.org
Date:   Wed Sep 26 18:23:49 2012 +0200

vsftpd-3.0.2-1-x86_64

* version bump

diff --git a/source/network-extra/vsftpd/FrugalBuild 
b/source/network-extra/vsftpd/FrugalBuild
index 1cfd1b6..9387647 100644
--- a/source/network-extra/vsftpd/FrugalBuild
+++ b/source/network-extra/vsftpd/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Kitoy arc...@no-log.org

pkgname=vsftpd
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=A very secure ftp server
url=https://security.appspot.com/vsftpd.html;
license=GPL2
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: unixodbc-2.3.1-1-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=7858d676dc337b454ee0914d1461281072d22859

commit 7858d676dc337b454ee0914d1461281072d22859
Author: Elentir elen...@frugalware.org
Date:   Wed Sep 26 21:41:28 2012 +0200

unixodbc-2.3.1-1-arm

* add arm to archs

diff --git a/source/devel/unixodbc/FrugalBuild 
b/source/devel/unixodbc/FrugalBuild
index 569c576..d17edfe 100644
--- a/source/devel/unixodbc/FrugalBuild
+++ b/source/devel/unixodbc/FrugalBuild
@@ -11,7 +11,7 @@ url=http://www.unixodbc.org/;
depends=('readline')
groups=('devel')
backup=(etc/odbc.ini etc/odbcinst.ini)
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
up2date=Flasttar $url/download.html
source=(ftp://ftp.unixodbc.org/pub/$_F_archive_name/$_F_archive_name-$pkgver.tar.gz)
sha1sums=('815cbc4f34e1a6d95daf3a5ab74e6ed3a586aad7')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: freetds-0.91-1-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=f63d79aa7e0354e8bd0a2f0802d4d4d80ca90545

commit f63d79aa7e0354e8bd0a2f0802d4d4d80ca90545
Author: Elentir elen...@frugalware.org
Date:   Wed Sep 26 22:17:29 2012 +0200

freetds-0.91-1-arm

* add arm to archs

diff --git a/source/lib-extra/freetds/FrugalBuild 
b/source/lib-extra/freetds/FrugalBuild
index d5bd482..504d5de 100644
--- a/source/lib-extra/freetds/FrugalBuild
+++ b/source/lib-extra/freetds/FrugalBuild
@@ -8,7 +8,7 @@ pkgdesc=FreeTDS is a set of libraries for Unix and Linux that 
allows your progr
url=http://freetds.org;
license=GPL
depends=('unixodbc')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
groups=('lib-extra')
up2date=lynx -dump http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/|grep 
$pkgname-[0-9\.]*\.tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'
source=(http://www.ibiblio.org/pub/Linux/ALPHA/freetds/stable/$pkgname-$pkgver.tar.gz)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: mhash-0.9.9.9-1-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=eac528dee8a5321f4deebd60500aaad6ef2206b7

commit eac528dee8a5321f4deebd60500aaad6ef2206b7
Author: Elentir elen...@frugalware.org
Date:   Wed Sep 26 23:14:03 2012 +0200

mhash-0.9.9.9-1-arm

* add arm to archs

diff --git a/source/apps-extra/mhash/FrugalBuild 
b/source/apps-extra/mhash/FrugalBuild
index 5bf523a..4f61dc8 100644
--- a/source/apps-extra/mhash/FrugalBuild
+++ b/source/apps-extra/mhash/FrugalBuild
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc=A uniform interface to a large number of hash algorithms.
depends=()
groups=('apps-extra')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
Finclude sourceforge
sha1sums=('c898de5ea60d9e0873a1b73caa031bb1b5797c03')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: texlive-20120701-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=250e8012b619f66b64c7afc2af09ad4a8d35953a

commit 250e8012b619f66b64c7afc2af09ad4a8d35953a
Author: Elentir elen...@frugalware.org
Date:   Thu Sep 27 00:44:14 2012 +0200

texlive-20120701-2-x86_64

* fix split of docs
* remove ls-R files

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index 7e2b69d..8621db2 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=texlive
pkgver=20120701
-pkgrel=1
+pkgrel=2
pkgdesc=A complete TeX distribution
archs=('i686' 'x86_64')
depends=('t1lib' 'gd' 'ncurses' 'poppler=0.20.3' 'icu4c=4.8' 'zlib=1.2.7')
@@ -98,6 +98,10 @@ build() {
Fsed ^ptex ptex - ptex.ini #ptex ptex - ptex.ini 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
Fsed ^eptex eptex #eptex eptex 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
Fsed ^platex eptex #platex eptex 
../$pkgname-$pkgver-texmf/texmf/web2c/fmtutil.cnf
+
+   ## remove original ls-R from texmf, that fix conflict with previous 
texlive
+   ## mkteslsr 'll restore them
+   rm -rf $Fsrcdir/$pkgname-$pkgver-texmf/{texmf,texmf-dist}/ls-R || Fdie

Fsed -lXp  texk/xdvik/configure
Fsed SELFAUTOPARENT TEXMFROOT texk/tex4htk/t4ht.c
@@ -151,9 +155,12 @@ build() {
## pkg is too big.

cd $Fdestdir || Fdie
+
+   ## Split the docs
+   Fsplit $pkgname-docs usr/share/texmf/doc
+   Fsplit $pkgname-docs usr/share/texmf-dist/doc

## Split extra fonts
-   cd $Fdestdir || Fdie
for i in ai Asana-Math albertus allrunes antiqua antp antt apl ar archaic arev 
ascii astro \
atqolive augie auncial-new aurical barcodes bayer bbding bbm bbm-macros bbold 
belleek \
bera blacklettert1 boisik bookhands braille brushscr calligra carolmin-ps 
cherokee \
@@ -576,14 +583,9 @@ build() {
## Split xindy
Fmv usr/share/texmf/xindy usr/share/
Fsplit $pkgname-xindy usr/share/xindy
-   Fsplit $pkgname-xindy usr/share/texmf/doc/xindy
Fsplit $pkgname-xindy usr/bin/*xindy*
Fsplit $pkgname-xindy usr/share/texmf/scripts/xindy

-   ## Split the docs
-   Fsplit $pkgname-docs usr/share/texmf/doc
-   Fsplit $pkgname-docs usr/share/texmf-dist/doc
-
## Add 09-texlive.conf font file (for XeteX)
Fmkdir etc/fonts/conf.avail/
Ffile 09-texlive.conf /etc/fonts/conf.avail/09-texlive.conf
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: asymptote-2.21-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=a84062808222e16221e1d534a8e3497d1b25ba75

commit a84062808222e16221e1d534a8e3497d1b25ba75
Author: Elentir elen...@frugalware.org
Date:   Sat Oct 27 23:01:53 2012 +0200

asymptote-2.21-1-x86_64

* version bump

diff --git a/source/xapps-extra/asymptote/FrugalBuild 
b/source/xapps-extra/asymptote/FrugalBuild
index 43a2e4d..b743dc7 100644
--- a/source/xapps-extra/asymptote/FrugalBuild
+++ b/source/xapps-extra/asymptote/FrugalBuild
@@ -1,14 +1,14 @@
# Compiling Time: 0.22 SBU
-# Maintainer: bouleetbil bouleet...@frogdev.info
+# Maintainer: Elentir elen...@frugalware.org
# Contributor: uzsolt udvzs...@gmail.com

pkgname=asymptote
-pkgver=2.16
+pkgver=2.21
pkgrel=1
pkgdesc=Asymptote is a powerful descriptive vector graphics language.
depends=('libgc' 'gsl' 'ncurses' 'readline' 'libstdc++' 'fftw' 'imaging' \
-   'imagemagick=6.7.9_2-1' 'gv' 'texlive')
-#makedepends=('texlive-fonts-extra') #needed only if make man
+'imagemagick=6.7.9_2-1' 'gv' 'texlive')
+makedepends=('xghostscript' 'texlive-fonts-extra')
groups=('xapps-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
@@ -16,21 +16,19 @@ _F_sourceforge_ext=.src.tgz
Finclude sourceforge
url=http://asymptote.sourceforge.net/;
license=('GPL2')
-sha1sums=('ca110698b8c710eb93830f0fa55d29503c39e92a')
+sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
_F_desktop_desc=A asymptote GUI
_F_desktop_exec=xasy
_F_desktop_categories=Graphics;VectorGraphics;
Fconfopts+= --with-latex=/usr/share/texmf/tex/latex \
-   --with-context=/usr/share/texmf/tex/context
+   --with-context=/usr/share/texmf/tex/context \
+   --with-docdir=/usr/share/doc/$pkgname-$pkgver

build() {
Fconf
Fexec make asy sty faq asy-keywords.el
-   # disabled for now as this fails
-   #make man
-   #Fexec touch doc/asymptote.pdf
-   #Fexec make man
-   #Fmakeinstall
+   Fexec make man
+   Fmakeinstall
Fdesktop2
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: feh-2.7-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=8ae308f77c167c021edbe6a02db47e974db4e8d8

commit 8ae308f77c167c021edbe6a02db47e974db4e8d8
Author: Elentir elen...@frugalware.org
Date:   Mon Oct 29 17:10:09 2012 +0100

feh-2.7-1-x86_64

* version bump

diff --git a/source/xapps-extra/feh/FrugalBuild 
b/source/xapps-extra/feh/FrugalBuild
index 772f227..31bc541 100644
--- a/source/xapps-extra/feh/FrugalBuild
+++ b/source/xapps-extra/feh/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=feh
-pkgver=2.6
+pkgver=2.7
pkgrel=1
pkgdesc=A useful simple image viewer.
url=https://derf.homelinux.org/projects/feh/;
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
source=(https://derf.homelinux.org/projects/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('396d3507010a52e8a384fdbae452e291d5504971')
+sha1sums=('25c3cf8af2d30b9cc176b36f2a78344ba9ae18f1')

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


[Frugalware-git] xfcetesting: r-2.15.2-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=56a2c14a11dc64d138f92710ba14d74dfa5c1999

commit 56a2c14a11dc64d138f92710ba14d74dfa5c1999
Author: Elentir elen...@frugalware.org
Date:   Mon Oct 29 19:26:24 2012 +0100

r-2.15.2-1-x86_64

* version bump

diff --git a/source/xapps-extra/r/FrugalBuild b/source/xapps-extra/r/FrugalBuild
index 6151ac7..16b3334 100644
--- a/source/xapps-extra/r/FrugalBuild
+++ b/source/xapps-extra/r/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=r
-pkgver=2.15.1
-pkgrel=2
+pkgver=2.15.2
+pkgrel=1
pkgdesc=R is a language and environment for statistical computing and 
graphics.
url=http://www.r-project.org;
depends=('libgfortran' 'libxt' 'libjpeg=8a' 'libpng=1.4.1' 'libtiff' 
'xz=5.0.3' 'pango=1.30.1')
@@ -13,7 +13,7 @@ archs=('i686' 'x86_64')
_F_archive_name=R
source=(http://cran.r-project.org/src/base/R-2/$_F_archive_name-$pkgver.tar.gz;)
up2date=Flasttar http://cran.r-project.org/src/base/R-2/;
-sha1sums=('f0e6912be6dfc0d1fdc4be66048304d8befe8424')
+sha1sums=('c80da687d66ee88d1e34fc1ae5c1bd525f9513dd')
Fconfopts=--libdir=/usr/lib --enable-R-shlib --enable-R-static-lib
unset MAKEFLAGS
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: u-boot-2012.10-1-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=d5bebb2624ef710031e4a4b9ecf7ae9fc88836c6

commit d5bebb2624ef710031e4a4b9ecf7ae9fc88836c6
Author: Elentir elen...@frugalware.org
Date:   Wed Oct 31 21:22:49 2012 +0100

u-boot-2012.10-1-arm

* version bump
* add support for raspberry-pi

diff --git a/source/base-extra/u-boot/FrugalBuild 
b/source/base-extra/u-boot/FrugalBuild
index f7e1565..2bc7dc3 100644
--- a/source/base-extra/u-boot/FrugalBuild
+++ b/source/base-extra/u-boot/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=u-boot
-pkgver=2012.07
+pkgver=2012.10
pkgrel=1
pkgdesc=A boot loader for embedded systems
archs=('!i686' 'arm')
@@ -12,7 +12,7 @@ groups=('base-extra')
source=(ftp://ftp.denx.de/pub/$pkgname/$pkgname-$pkgver.tar.bz2 \
mach-dockstar.patch)
up2date=Flasttar http://ftp.denx.de/pub/u-boot/;
-sha1sums=('bea116264e092fd60e3d531e75d1dff67a257dc2' \
+sha1sums=('80bc5f6d3e518803c9320d480e693fe1cb76a494' \
'0dc18ce594d17e044e2e66cf416252b3490add28')
export LDFLAGS=

@@ -26,6 +26,14 @@ build() {
Fcd
Fpatchall

+  make rpi_b_config || Fdie
+  make all || Fdie
+  Fmkdir usr/lib/u-boot/raspberrypi
+  Finstall 644 $_F_cd_path/u-boot usr/lib/u-boot/raspberrypi/u-boot.elf
+  Finstall 644 $_F_cd_path/u-boot.{bin,srec} usr/lib/u-boot/raspberrypi/
+  Finstall 644 $_F_cd_path/System.map usr/lib/u-boot/raspberrypi/
+
+  make distclean
make sheevaplug_config || Fdie
make all || Fdie
make u-boot.kwb || Fdie
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: cgal-4.1-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=de049656fc654e6e6bc6374883bdf90701d4ae8d

commit de049656fc654e6e6bc6374883bdf90701d4ae8d
Author: Elentir elen...@frugalware.org
Date:   Thu Nov 1 22:47:16 2012 +0100

cgal-4.1-1-x86_64

* version bump

diff --git a/source/lib-extra/cgal/FrugalBuild 
b/source/lib-extra/cgal/FrugalBuild
index bb00fd6..e097935 100644
--- a/source/lib-extra/cgal/FrugalBuild
+++ b/source/lib-extra/cgal/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=cgal
-pkgver=4.0.2
-rel_id=31176
+pkgver=4.1
+rel_id=31639
pkgrel=1
pkgdesc=An efficient C++ software library of geometric data structures and 
algorithms
url=http://www.cgal.org/;
@@ -18,7 +18,7 @@ Finclude cmake
source=(http://gforge.inria.fr/frs/download.php/$rel_id/$_F_archive_name-$pkgver.tar.xz;)
_F_archive_grepv=beta
up2date=lynx -dump http://www.cgal.org/releases.html | grep '^Release 
[0-9.]*$' | sort | tail -1 | sed 's/Release //'
-sha1sums=('20c58ebc021754e8be35237bcda43b0084f60617')
+sha1sums=('fe5d3772342a0997c743597f1b112ac946b57e2b')

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


[Frugalware-git] xfcetesting: ethtool-3.6-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=f2f64372c60e0f2d1dd5f9750654ee50159b9f14

commit f2f64372c60e0f2d1dd5f9750654ee50159b9f14
Author: Elentir elen...@frugalware.org
Date:   Thu Nov 1 22:50:57 2012 +0100

ethtool-3.6-1-x86_64

* version bump

diff --git a/source/network/ethtool/FrugalBuild 
b/source/network/ethtool/FrugalBuild
index ec1fb10..c611d67 100644
--- a/source/network/ethtool/FrugalBuild
+++ b/source/network/ethtool/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=ethtool
-pkgver=3.5
+pkgver=3.6
pkgrel=1
pkgdesc=A tool for setting ethernet parameters
depends=('glibc')
@@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'arm')
url=http://www.kernel.org/pub/software/network/ethtool/;
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
up2date=Flasttar http://www.kernel.org/pub/software/network/$pkgname/;
-sha1sums=('be72637f8fa02ba02f77a16dcc2a76c56f440f71')
+sha1sums=('91227efc7199b70caaaf3df69c247e4deada1c08')

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


[Frugalware-git] xfcetesting: pari-2.5.3-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=feb17ea771169adc93cf5afb5fbeb3d1c0475ce3

commit feb17ea771169adc93cf5afb5fbeb3d1c0475ce3
Author: Elentir elen...@frugalware.org
Date:   Thu Nov 1 22:56:06 2012 +0100

pari-2.5.3-1-x86_64

* version bump

diff --git a/source/xapps-extra/pari/FrugalBuild 
b/source/xapps-extra/pari/FrugalBuild
index 2954eb8..611dd29 100644
--- a/source/xapps-extra/pari/FrugalBuild
+++ b/source/xapps-extra/pari/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=pari
-pkgver=2.5.2
+pkgver=2.5.3
pkgrel=1
pkgdesc=PARI/GP is a computer algebra system designed for fast computations in 
number theory.
url=http://pari.math.u-bordeaux.fr;
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
source=($url/pub/$pkgname/unix/$pkgname-$pkgver.tar.gz)
up2date=Flasttar $url/pub/$pkgname/unix/
-sha1sums=('3efe590e885a7dde521b8553762d3207b919e69f')
+sha1sums=('de79eee7ae017a495dc0c648b6f7d5a4f6c7a522')
Fconfopts+= --prefix=/usr

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


[Frugalware-git] xfcetesting: stockfish-2.3.1-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=b4893e1d76150541a32ded7a8ff396d55b98ba9e

commit b4893e1d76150541a32ded7a8ff396d55b98ba9e
Author: Elentir elen...@frugalware.org
Date:   Thu Nov 1 23:08:16 2012 +0100

stockfish-2.3.1-1-x86_64

* version bump

diff --git a/source/games-extra/stockfish/FrugalBuild 
b/source/games-extra/stockfish/FrugalBuild
index 1aed5dc..9b9b7c4 100644
--- a/source/games-extra/stockfish/FrugalBuild
+++ b/source/games-extra/stockfish/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=stockfish
-pkgver=2.3
+pkgver=2.3.1
pkgrel=1
pkgdesc=An open-source UCI chess engine
url=http://www.stockfishchess.com;
@@ -10,11 +10,11 @@ depends=('libstdc++')
groups=('games-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump http://www.stockfishchess.com/download/all/ | grep Linux | 
sed 's/.*Stockfish.\([01235456789\.]*\).*/\1/'
-source=(http://cl.ly/3z0Z2q0Z2B0o/download/stockfish-23-linux.zip  \
+source=(http://cl.ly/2t3y2k2Y3Y1H/download/stockfish-231-linux.zip  \
http://api.cld.me/2R1L1Y0V0b1M3M1B1D26/download/sf-211-book.zip)
-sha1sums=('2589b266f47a8be5f1765480d1e24161069fd470' \
+sha1sums=('382604d76859c607f59683f81856d54cbb730757' \
'8b441bbc9c04dcf9494fb621647c31e2eb994083')
-_F_cd_path=$pkgname-23-linux/src
+_F_cd_path=$pkgname-231-linux/src

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


[Frugalware-git] xfcetesting: swi-prolog-6.2.2-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=06a6e47bd7a93dccd8bac000fcf3094db43765fd

commit 06a6e47bd7a93dccd8bac000fcf3094db43765fd
Author: Elentir elen...@frugalware.org
Date:   Fri Nov 2 12:03:18 2012 +0100

swi-prolog-6.2.2-1-x86_64

* version bump

diff --git a/source/devel-extra/swi-prolog/FrugalBuild 
b/source/devel-extra/swi-prolog/FrugalBuild
index 3a7726a..9764d63 100644
--- a/source/devel-extra/swi-prolog/FrugalBuild
+++ b/source/devel-extra/swi-prolog/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=swi-prolog
-pkgver=6.2.1
+pkgver=6.2.2
pkgrel=1
pkgdesc=SWI-Prolog is a comprehensive Prolog environment
url=http://www.swi-prolog.org;
@@ -12,7 +12,7 @@ groups=('devel-extra')
_F_archive_name=pl
up2date=Flasttar $url/download/stable
source=(http://www.swi-prolog.org/download/stable/src/$_F_archive_name-$pkgver.tar.gz;)
-sha1sums=('edb637c654a92b7ddd77c29425058ecb2cfcc9cb')
+sha1sums=('204bfd5aa5c93724117c782681ffc595f681bd5b')
Fconfopts=--prefix=/usr

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


[Frugalware-git] xfcetesting: imap-2006k-2-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=b797aef99c232fe4bfeb120f5a4426c49d0a3f70

commit b797aef99c232fe4bfeb120f5a4426c49d0a3f70
Author: Elentir elen...@frugalware.org
Date:   Fri Sep 14 22:32:32 2012 +0200

imap-2006k-2-arm

* add arm to archs

diff --git a/source/network-extra/imap/FrugalBuild 
b/source/network-extra/imap/FrugalBuild
index 8098b3d..9f7b127 100644
--- a/source/network-extra/imap/FrugalBuild
+++ b/source/network-extra/imap/FrugalBuild
@@ -9,7 +9,7 @@ extrapkgver=
pkgdesc=An IMAP/POP server
url=http://www.washington.edu/imap;
groups=('network-extra')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
depends=('openssl=1.0.0')
up2date=lynx -dump 'http://ftp.ntua.gr/pub/net/mail/imap/?M=D'|grep 
imap-[0-9a-z\.]*tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;s/$extrapkgver//;1 p'
source=(ftp://ftp.frugalware.org/pub/other/sources/${pkgname}/${pkgname}-${pkgver}${extrapkgver}.tar.Z
 $pkgname-2006j1-big.patch)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: postfix-2.9.4-1-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=f2530801c1fa2467c5ed538c35ba3b9935b5f1c1

commit f2530801c1fa2467c5ed538c35ba3b9935b5f1c1
Author: Elentir elen...@frugalware.org
Date:   Fri Sep 14 23:09:56 2012 +0200

postfix-2.9.4-1-arm

* add arm to archs

diff --git a/source/network/postfix/FrugalBuild 
b/source/network/postfix/FrugalBuild
index 84a7442..12db95d 100644
--- a/source/network/postfix/FrugalBuild
+++ b/source/network/postfix/FrugalBuild
@@ -12,7 +12,7 @@ depends=('db=4.7.25' 'pcre=8.30' 'cyrus-sasl' 
'libmysqlclient=5.5.10' 'liblda
makedepends=('openldap=2.4.23' 'mysql=5.5.10' 'postgresql=8.4.3')
provides=('mta')
groups=('network')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
backup=(etc/postfix/{aliases,aliases.db} \
etc/postfix/{main.cf,master.cf,virtual,canonical,generic,transport})
_F_systemd_scriptlet=$pkgname.install
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: tidy-1306.g4387491-1-arm

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=e6557cb9853d8c90752790fae2e3680ff1f16194

commit e6557cb9853d8c90752790fae2e3680ff1f16194
Author: Elentir elen...@frugalware.org
Date:   Fri Sep 14 23:41:18 2012 +0200

tidy-1306.g4387491-1-arm

* add arm to archs

diff --git a/source/apps-extra/tidy/FrugalBuild 
b/source/apps-extra/tidy/FrugalBuild
index 8f39632..06d2daf 100644
--- a/source/apps-extra/tidy/FrugalBuild
+++ b/source/apps-extra/tidy/FrugalBuild
@@ -10,7 +10,7 @@ Finclude sourceforge
url=http://tidy.sourceforge.net/;
depends=('glibc')
groups=('apps-extra')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
up2date=Flasttar http://ftp.frugalware.org/pub/other/sources/tidy/;
source=(http://ftp.frugalware.org/pub/other/sources/tidy/tidy-$pkgver.tar.bz2)
signatures=($source.asc)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: boost-jam-3.1.20-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=38af96bf7c3411267b2fa21fdb10bb4e4994c010

commit 38af96bf7c3411267b2fa21fdb10bb4e4994c010
Author: Elentir elen...@frugalware.org
Date:   Thu Apr 26 22:07:44 2012 +0200

boost-jam-3.1.20-1-x86_64

* version bump

diff --git a/source/devel-extra/boost-jam/FrugalBuild 
b/source/devel-extra/boost-jam/FrugalBuild
index f456b2b..2a40df0 100644
--- a/source/devel-extra/boost-jam/FrugalBuild
+++ b/source/devel-extra/boost-jam/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=boost-jam
-pkgver=3.1.19
+pkgver=3.1.20
pkgrel=1
pkgdesc=Boost.Jam - an alternative to make based on Jam.
#_F_sourceforge_dirname=boost
@@ -19,7 +19,7 @@ depends=('glibc')
groups=('devel-extra')
archs=('x86_64' 'i686')

-sha1sums=('e8f3afe8853c687fcfa54c43805d28be82278150' \
+sha1sums=('a45f90227632dc49e0e0b61592806c1512271a1c' \
'7ed6e825cf4e30e980c679797a4ca89615d75858' \
'b7be7e370ae926b09bdd7514a170bc879a4d80f5')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: boost-1.49.0-1-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=5fe1b529c40ddd32034640baca610e79d816b0de

commit 5fe1b529c40ddd32034640baca610e79d816b0de
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 16:18:58 2012 +0200

boost-1.49.0-1-x86_64

* version bump

diff --git a/source/devel-extra/boost/FrugalBuild 
b/source/devel-extra/boost/FrugalBuild
index da47c10..3acb877 100644
--- a/source/devel-extra/boost/FrugalBuild
+++ b/source/devel-extra/boost/FrugalBuild
@@ -3,20 +3,20 @@
# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=boost
-pkgver=1.46.1
-pkgrel=2
+pkgver=1.49.0
+pkgrel=1
pkgdesc=Boost header files , examples and tools
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge python
url=http://boost.org/;
depends=()
-up2date=lynx -dump http://www.boost.org/users/download/|grep 'Current 
Release'|sed 's/.*]\(.*\) -.*/\1/'
-makedepends=('boost-jam=3.1.19' 'python=2.7' 'icu4c=4.8' 'bzip2' 'zlib' 
'openssl=1.0.0')
+up2date=lynx -dump http://www.boost.org/users/download/|grep 'Current 
Release'|tail -n 1 | sed 's/.*]\(.*\) -.*/\1/'
+makedepends=('boost-jam=3.1.20' 'python=2.7' 'icu4c=4.8' 'bzip2' 'zlib' 
'openssl=1.0.0')
groups=('devel-extra')
archs=('i686' 'x86_64')
source=(${source/-$pkgver/_${pkgver//./_}})
_F_cd_path=${pkgname}_`echo $pkgver|tr . _`
-sha1sums=('3ca6e173ec805e5126868d8a03618e587aa26aef')
+sha1sums=('26a52840e9d12f829e3008589abf0a925ce88524')

subpkgs=(libboost libboost-static libboost-mpi)
subdescs=('Boost libraries.' 'Boost libraries statically linked.' 'Boost MPI 
Interface.')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: encfs-1.7.4-3-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=fb9f5aa83f5f67a51b639e96af9fde75686f4b6e

commit fb9f5aa83f5f67a51b639e96af9fde75686f4b6e
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 16:48:41 2012 +0200

encfs-1.7.4-3-x86_64

* rebuild with boost=1.49.0

diff --git a/source/apps-extra/encfs/FrugalBuild 
b/source/apps-extra/encfs/FrugalBuild
index 2c31df8..fec6354 100644
--- a/source/apps-extra/encfs/FrugalBuild
+++ b/source/apps-extra/encfs/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=encfs
pkgver=1.7.4
-pkgrel=2
+pkgrel=3
pkgdesc=EncFS provides an encrypted filesystem in user-space.
url=http://arg0.net/encfs;
-depends=('fuse' 'openssl=1.0.0' 'rlog=1.4' 'libboost=1.46.1')
+depends=('fuse' 'openssl=1.0.0' 'rlog=1.4' 'libboost=1.49.0')
makedepends=('boost=1.46.1')
groups=('apps-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: cgal-4.0-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=61e3e1e16257469de62e09ee663222f0af61a66b

commit 61e3e1e16257469de62e09ee663222f0af61a66b
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:08:09 2012 +0200

cgal-4.0-2-x86_64

* rebuild with boost=1.49.0

diff --git a/source/lib-extra/cgal/FrugalBuild 
b/source/lib-extra/cgal/FrugalBuild
index 7bbb3f3..a1764c3 100644
--- a/source/lib-extra/cgal/FrugalBuild
+++ b/source/lib-extra/cgal/FrugalBuild
@@ -4,11 +4,11 @@
pkgname=cgal
pkgver=4.0
rel_id=30385
-pkgrel=1
+pkgrel=2
pkgdesc=An efficient C++ software library of geometric data structures and 
algorithms
url=http://www.cgal.org/;
-depends=('mpfr=3.0.0' 'libboost=1.46.1')
-makedepends=('cmake' 'boost=1.46.1')
+depends=('mpfr=3.0.0' 'libboost=1.49.0')
+makedepends=('cmake' 'boost=1.49.0')
groups=('lib-extra')
archs=('i686' 'x86_64')
_F_archive_name=CGAL
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: source-highlight-3.1.6-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=b565039a62c3d07a44471d85c277eae498f478a0

commit b565039a62c3d07a44471d85c277eae498f478a0
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:09:29 2012 +0200

source-highlight-3.1.6-2-x86_64

* rebuild with boost=1.49.0

diff --git a/source/devel-extra/source-highlight/FrugalBuild 
b/source/devel-extra/source-highlight/FrugalBuild
index ea8bef0..3ed431a 100644
--- a/source/devel-extra/source-highlight/FrugalBuild
+++ b/source/devel-extra/source-highlight/FrugalBuild
@@ -3,11 +3,11 @@

pkgname=source-highlight
pkgver=3.1.6
-pkgrel=1
+pkgrel=2
pkgdesc=Given a source file, produces a document with syntax highlighting.
url=http://www.gnu.org/software/src-highlite/;
-depends=('libboost=1.46.1' 'ctags')
-makedepends=('boost=1.46.1')
+depends=('libboost=1.49.0' 'ctags')
+makedepends=('boost=1.49.0')
groups=('devel-extra')
archs=('i686' 'x86_64')
up2date=Flasttar http://ftp.gnu.org/gnu/src-highlite;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: lyx-2.0.3-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=9aebf165a89b886fb715a8f8f537cd711e0c6df6

commit 9aebf165a89b886fb715a8f8f537cd711e0c6df6
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:18:38 2012 +0200

lyx-2.0.3-2-x86_64

* rebuild with boost=1.49.0

diff --git a/source/xapps-extra/lyx/FrugalBuild 
b/source/xapps-extra/lyx/FrugalBuild
index f69b345..5098418 100644
--- a/source/xapps-extra/lyx/FrugalBuild
+++ b/source/xapps-extra/lyx/FrugalBuild
@@ -4,11 +4,11 @@

pkgname=lyx
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc=An advanced open-source document processor based on TeX
url='http://www.lyx.org'
-depends=('texlive' 'python' 'perl' 'imagemagick=6.6.8_5-3' 'aspell' 
'libboost=1.46.1' 'libqtgui=4.6.2-3' 'util-linux=2.19.1')
-makedepends=('boost=1.46.1')
+depends=('texlive' 'python' 'perl' 'imagemagick=6.6.8_5-3' 'aspell' 
'libboost=1.49.0' 'libqtgui=4.6.2-3' 'util-linux=2.19.1')
+makedepends=('boost=1.49.0')
groups=('xapps-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: monotone-1.0-3-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=46ca03dae84cc9a99ec2d0e768ca8566fb1e13ee

commit 46ca03dae84cc9a99ec2d0e768ca8566fb1e13ee
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:19:51 2012 +0200

monotone-1.0-3-x86_64

* rebuild with boost=1.49.0

diff --git a/source/devel-extra/monotone/FrugalBuild 
b/source/devel-extra/monotone/FrugalBuild
index 813ddb5..0ab9392 100644
--- a/source/devel-extra/monotone/FrugalBuild
+++ b/source/devel-extra/monotone/FrugalBuild
@@ -4,10 +4,10 @@

pkgname=monotone
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc=Another distributed version (revision) control system
url=http://monotone.ca;
-depends=('libstdc++' 'libboost=1.46.1' 'lua' 'botan=1.10.1')
+depends=('libstdc++' 'libboost=1.49.0' 'lua' 'botan=1.10.1')
makedepends=('boost' 'cvs')
groups=('devel-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: libtorrent-rasterbar-0.15.10-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=b805bd5171c6fd78999f63145810e49b390fe7c0

commit b805bd5171c6fd78999f63145810e49b390fe7c0
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:21:16 2012 +0200

libtorrent-rasterbar-0.15.10-2-x86_64

* rebuild with boost=1.49.0

diff --git a/source/lib-extra/libtorrent-rasterbar/FrugalBuild 
b/source/lib-extra/libtorrent-rasterbar/FrugalBuild
index 73bca16..9d05c2e 100644
--- a/source/lib-extra/libtorrent-rasterbar/FrugalBuild
+++ b/source/lib-extra/libtorrent-rasterbar/FrugalBuild
@@ -4,12 +4,12 @@

pkgname=libtorrent-rasterbar
pkgver=0.15.10
-pkgrel=1
+pkgrel=2
pkgdesc=LibTorrent Rasterbar is a BitTorrent library written in C++
_F_googlecode_dirname=libtorrent
Finclude googlecode python
url=http://www.rasterbar.com/products/libtorrent/index.html;
-depends=('libboost=1.46.1' 'zlib' 'icu4c=4.8' 'openssl=1.0.0' 'geoip')
+depends=('libboost=1.49.0' 'zlib' 'icu4c=4.8' 'openssl=1.0.0' 'geoip')
makedepends=('boost')
groups=('lib-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: pdns-3.0-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=52355c5f14fa4758d13361039fd97de88949e098

commit 52355c5f14fa4758d13361039fd97de88949e098
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:33:26 2012 +0200

pdns-3.0-2-x86_64

* rebuild with boost=1.49.0

diff --git a/source/network-extra/pdns/FrugalBuild 
b/source/network-extra/pdns/FrugalBuild
index 320ec9d..a18a05c 100644
--- a/source/network-extra/pdns/FrugalBuild
+++ b/source/network-extra/pdns/FrugalBuild
@@ -5,10 +5,10 @@

pkgname=pdns
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc=Power DNS Server and Recursor
url=http://www.powerdns.com/;
-depends=('libstdc++' 'sqlite2' 'libmysqlclient' 'libpq' 'pdns-recursor=3.3-1' 
'libboost=1.46.1')
+depends=('libstdc++' 'sqlite2' 'libmysqlclient' 'libpq' 'pdns-recursor=3.3-1' 
'libboost=1.49.0')
makedepends=('mysql' 'postgresql' 'boost')
groups=('network-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: pdns-recursor-3.3-3-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=02da223836ee9948119a1a05724afc3c78462b41

commit 02da223836ee9948119a1a05724afc3c78462b41
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:34:03 2012 +0200

pdns-recursor-3.3-3-x86_64

* rebuild with boost=1.49.0

diff --git a/source/network-extra/pdns-recursor/FrugalBuild 
b/source/network-extra/pdns-recursor/FrugalBuild
index 0914f4b..581124d 100644
--- a/source/network-extra/pdns-recursor/FrugalBuild
+++ b/source/network-extra/pdns-recursor/FrugalBuild
@@ -5,10 +5,10 @@

pkgname=pdns-recursor
pkgver=3.3
-pkgrel=2
+pkgrel=3
pkgdesc=Power DNS recursor
url=http://www.powerdns.com/;
-depends=('libstdc++' 'libboost=1.46.1')
+depends=('libstdc++' 'libboost=1.49.0')
makedepends=('boost')
groups=('network-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: source-highlight-qt-0.2.3-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=510d507344b76327b2a3a1fee5d61d0d6a3a780d

commit 510d507344b76327b2a3a1fee5d61d0d6a3a780d
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:34:49 2012 +0200

source-highlight-qt-0.2.3-2-x86_64

* rebuild with boost=1.49.0

diff --git a/source/xlib-extra/source-highlight-qt/FrugalBuild 
b/source/xlib-extra/source-highlight-qt/FrugalBuild
index 1611f20..3448741 100644
--- a/source/xlib-extra/source-highlight-qt/FrugalBuild
+++ b/source/xlib-extra/source-highlight-qt/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=source-highlight-qt
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc=This provides libraries for Qt4 for highlighting contents of a 
QTextEdit using GNU Source-Highlight library. 
depends=('source-highlight' 'libqtgui' 'libuuid')
-makedepends=('boost=1.46.1')
+makedepends=('boost=1.49.0')
groups=('xlib-extra')
archs=('i686' 'x86_64')
_F_sourceforge_dirname='srchiliteqt'
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: libktorrent-1.2.0-3-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=dda378466b19249696654ccb65c75347ccf60965

commit dda378466b19249696654ccb65c75347ccf60965
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:36:34 2012 +0200

libktorrent-1.2.0-3-x86_64

* rebuild with boost=1.49.0

diff --git a/source/kde-extra/libktorrent/FrugalBuild 
b/source/kde-extra/libktorrent/FrugalBuild
index c29015f..a99cf45 100644
--- a/source/kde-extra/libktorrent/FrugalBuild
+++ b/source/kde-extra/libktorrent/FrugalBuild
@@ -3,12 +3,12 @@

pkgname=libktorrent
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc=LibKTorrent is a BitTorrent library for KDE.
_F_cmakekde_final=OFF
Finclude kde
depends=(${depends[@]} 'phonon' 'qca' libnepomuk=$_F_kde_ver 
'attica=0.3.0')
-makedepends=(${makedepends[@]} 'boost=1.46.1' 
kdelibs-compiletime=$_F_kde_ver \
+makedepends=(${makedepends[@]} 'boost=1.49.0' 
kdelibs-compiletime=$_F_kde_ver \
ksgmltools2=$_F_kde_ver kdelibs=$_F_kde_ver 
libkdeclarative=$_F_kde_ver)
groups=('kde-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: launchy-2.5-3-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=5022597a40dcf66e7c23186c1a4d65bc1ea73854

commit 5022597a40dcf66e7c23186c1a4d65bc1ea73854
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:40:19 2012 +0200

launchy-2.5-3-x86_64

* rebuild with boost=1.49.0

diff --git a/source/xapps-extra/launchy/FrugalBuild 
b/source/xapps-extra/launchy/FrugalBuild
index e413436..0434d98 100644
--- a/source/xapps-extra/launchy/FrugalBuild
+++ b/source/xapps-extra/launchy/FrugalBuild
@@ -3,11 +3,11 @@

pkgname=launchy
pkgver=2.5
-pkgrel=2
+pkgrel=3
pkgdesc=Launchy is a free cross-platform utility designed to help you forget 
about your start menu, the icons on your desktop, and even your file manager
Finclude sourceforge
depends=('libqtgui' 'libqtnetwork' 'libgcc' 'libice' 'libxrender' 'libxext' 
'libuuid')
-makedepends=('boost=1.46.1')
+makedepends=('boost=1.49.0')
groups=('xapps-extra')
archs=('i686' 'x86_64')
sha1sums=('7a6317168fe7aa219c138fbbc0f84539be9bce9e')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: gnote-0.9.0-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=c724466504a14f15852a6bd682f0a67cddaee96e

commit c724466504a14f15852a6bd682f0a67cddaee96e
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:42:18 2012 +0200

gnote-0.9.0-2-x86_64

* rebuild with boost=1.49.0

diff --git a/source/gnome-extra/gnote/FrugalBuild 
b/source/gnome-extra/gnote/FrugalBuild
index 8979b56..1e8d9f3 100644
--- a/source/gnome-extra/gnote/FrugalBuild
+++ b/source/gnome-extra/gnote/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=gnote
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc=Gnote is a port of Tomboy to C++
groups=('gnome-extra')
-depends=('glibmm' 'gtk+3' 'gtkmm' 'libxml++' 'gconf=2.28.1' 'gtkspell3' 
'libboost=1.46.1' \
+depends=('glibmm' 'gtk+3' 'gtkmm' 'libxml++' 'gconf=2.28.1' 'gtkspell3' 
'libboost=1.49.0' \
'dbus-glib' 'openssl=1.0.0')
makedepends=('boost' 'intltool' 'gnome-doc-utils')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xfcetesting: vigra-1.8.0-2-x86_64

2012-12-11 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=18a83ec4c7483338b3df667355811ec51de773e1

commit 18a83ec4c7483338b3df667355811ec51de773e1
Author: Elentir elen...@frugalware.org
Date:   Fri Apr 27 17:43:26 2012 +0200

vigra-1.8.0-2-x86_64

* rebuild with boost=1.49.0

diff --git a/source/lib-extra/vigra/FrugalBuild 
b/source/lib-extra/vigra/FrugalBuild
index 6a47f77..907bc37 100644
--- a/source/lib-extra/vigra/FrugalBuild
+++ b/source/lib-extra/vigra/FrugalBuild
@@ -3,11 +3,11 @@

pkgname=vigra
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc=The VIGRA Computer Vision Library
url=http://hci.iwr.uni-heidelberg.de/vigra/;
Finclude cmake
-depends=('libjpeg' 'libpng' 'libtiff' 'libboost=1.46.1')
+depends=('libjpeg' 'libpng' 'libtiff' 'libboost=1.49.0')
makedepends=(${makedepends} 'doxygen' 'fftw' 'boost')
groups=('lib-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


  1   2   3   4   5   6   7   8   9   10   >