From a1922d0ec660fdc1892f2783515f781c090df0a9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2012 23:14:48 +0000 Subject: Fri Jan 20 23:14:48 UTC 2012 --- community/libdbi-drivers/PKGBUILD | 4 ++-- community/libopenraw/PKGBUILD | 9 +++++---- community/luarocks/PKGBUILD | 6 +++--- community/perl-file-rsyncp/PKGBUILD | 31 +++++++++++++++++++++++++++++++ community/perl-io-dirent/PKGBUILD | 31 +++++++++++++++++++++++++++++++ community/qucs/PKGBUILD | 4 ++-- community/tix/PKGBUILD | 4 ++-- community/tomoyo-tools/PKGBUILD | 8 ++++---- community/vhba-module/PKGBUILD | 11 +++++------ community/vhba-module/vhba-module.install | 4 ++-- 10 files changed, 87 insertions(+), 25 deletions(-) create mode 100644 community/perl-file-rsyncp/PKGBUILD create mode 100644 community/perl-io-dirent/PKGBUILD (limited to 'community') diff --git a/community/libdbi-drivers/PKGBUILD b/community/libdbi-drivers/PKGBUILD index 18e3d97ac..69e379160 100644 --- a/community/libdbi-drivers/PKGBUILD +++ b/community/libdbi-drivers/PKGBUILD @@ -1,5 +1,5 @@ -# Maintainer: Thorsten Töpper -# Contributor: Olivier Médoc +# Maintainer: Thorsten Töpper +# Contributor: Olivier Médoc # Contributor: Ashok `ScriptDevil` Gautham pkgname=libdbi-drivers diff --git a/community/libopenraw/PKGBUILD b/community/libopenraw/PKGBUILD index dfc0fcd36..3d6834987 100644 --- a/community/libopenraw/PKGBUILD +++ b/community/libopenraw/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 59667 2011-11-29 09:17:08Z arodseth $ +# $Id: PKGBUILD 62429 2012-01-19 22:28:28Z foutrelis $ # Maintainer: Alexander Rødseth # Contributor: Ronald van Haren # Contributor: Daniel J Griffiths # Contributor: pkgname=libopenraw pkgver=0.0.9 -pkgrel=1 +pkgrel=2 pkgdesc="Library for decoding RAW files" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64') url="http://libopenraw.freedesktop.org/" license=('LGPL') -makedepends=('boost' 'libjpeg' 'libxml2') +depends=('gdk-pixbuf2') +makedepends=('boost' 'libxml2') options=('!libtool') source=("http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2") md5sums=('3611d8aea870d25314665ef53093288e') diff --git a/community/luarocks/PKGBUILD b/community/luarocks/PKGBUILD index bd6ae2be6..8acf5904b 100644 --- a/community/luarocks/PKGBUILD +++ b/community/luarocks/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61062 2011-12-21 13:24:55Z cbrannon $ +# $Id: PKGBUILD 62343 2012-01-19 11:02:08Z cbrannon $ # Maintainer: Chris Brannon # Contributor: Geoffroy Carrier pkgname=luarocks -pkgver=2.0.7 +pkgver=2.0.7.1 pkgrel=1 pkgdesc='Deployment and management system for Lua modules' arch=('i686' 'x86_64') @@ -33,4 +33,4 @@ package() { install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -md5sums=('3a9f80418025e2c43ac369ee6837b659') +md5sums=('37003e5c78792e353acde684426bdeac') diff --git a/community/perl-file-rsyncp/PKGBUILD b/community/perl-file-rsyncp/PKGBUILD new file mode 100644 index 000000000..7ed76655e --- /dev/null +++ b/community/perl-file-rsyncp/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 62351 2012-01-19 15:52:14Z seblu $ +# Maintainer: Sébastien Luttringer + +pkgname=perl-file-rsyncp +pkgver=0.70 +pkgrel=1 +pkgdesc='Perl interface to rsync file list encoding and decoding' +arch=('i686' 'x86_64') +license=('GPL' 'PerlArtistic') +options=('!emptydirs' '!makeflags') +url='http://search.cpan.org/dist/File-RsyncP' +source=("http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz") +md5sums=('f244372d15a2991b8700f62e73ac51e4') + +build() { + cd File-RsyncP-$pkgver + USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd File-RsyncP-$pkgver + make test +} + +package() { + cd File-RsyncP-$pkgver + make install DESTDIR="$pkgdir/" +} + +# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/perl-io-dirent/PKGBUILD b/community/perl-io-dirent/PKGBUILD new file mode 100644 index 000000000..f176527e9 --- /dev/null +++ b/community/perl-io-dirent/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 62356 2012-01-19 16:17:05Z seblu $ +# Maintainer: Sébastien Luttringer + +pkgname=perl-io-dirent +pkgver=0.05 +pkgrel=1 +pkgdesc='Perl IO::Dirent module - Access to dirent structs returned by readdir' +arch=('i686' 'x86_64') +license=('GPL' 'PerlArtistic') +url='http://search.cpan.org/~scottw/IO-Dirent/' +options=('!emptydirs') +source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCOTTW/IO-Dirent-$pkgver.tar.gz") +md5sums=('248ab22c31a310c3482fd99592ae550c') + +build() { + cd IO-Dirent-$pkgver + USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd IO-Dirent-$pkgver + make test +} + +package() { + cd IO-Dirent-$pkgver + make install DESTDIR="$pkgdir/" +} + +# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/qucs/PKGBUILD b/community/qucs/PKGBUILD index db22d851f..0f049b051 100644 --- a/community/qucs/PKGBUILD +++ b/community/qucs/PKGBUILD @@ -1,6 +1,6 @@ -# $Id: PKGBUILD 43749 2011-03-29 15:48:34Z spupykin $ +# $Id: PKGBUILD 62313 2012-01-19 07:59:07Z arodseth $ # Maintainer: Sergej Pupykin -# Contributor: Víctor Martínez Romanos +# Contributor: Víctor Martínez Romanos pkgname=qucs pkgver=0.0.16 diff --git a/community/tix/PKGBUILD b/community/tix/PKGBUILD index 6d7ed383d..e84b40f36 100644 --- a/community/tix/PKGBUILD +++ b/community/tix/PKGBUILD @@ -1,6 +1,6 @@ -# $Id: PKGBUILD 40224 2011-02-22 01:59:57Z stephane $ +# $Id: PKGBUILD 62313 2012-01-19 07:59:07Z arodseth $ # Maintainer: Sergej Pupykin -# Contributor: Brice Méalier +# Contributor: Brice Méalier pkgname=tix pkgver=8.4.3 diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD index caf0eb347..0532eff09 100644 --- a/community/tomoyo-tools/PKGBUILD +++ b/community/tomoyo-tools/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58253 2011-11-09 13:16:03Z spupykin $ +# $Id: PKGBUILD 62318 2012-01-19 08:04:12Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Jamie Nguyen pkgname=tomoyo-tools -_basever=2.4.0 +_basever=2.5.0 _timestamp=20111025 -_file=52848 +_file=53357 pkgver=${_basever}.${_timestamp} pkgrel=1 pkgdesc='TOMOYO Linux 2.3.x userspace tools for Linux kernels 2.6.36 - 3.0' @@ -17,7 +17,7 @@ depends=('ncurses') conflicts=('ccs-tools') install=tomoyo-tools.install source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz") -md5sums=('eeee0afbccae2291e16dbbb64cf85370') +md5sums=('99999779698ea5f44c74d49e8c640ec1') build() { cd "${srcdir}/${pkgname}" diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD index 448c9f7fb..6a6681d09 100644 --- a/community/vhba-module/PKGBUILD +++ b/community/vhba-module/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 58264 2011-11-09 15:50:55Z jelle $ +# $Id: PKGBUILD 62359 2012-01-19 16:30:10Z ibiru $ # Maintainer: Mateusz Herych # Contributor: Charles Lindsay pkgname=vhba-module pkgver=20110915 -#_kernver='3.1.0-ARCH' -_extramodules=extramodules-3.1-ARCH +_extramodules=extramodules-3.2-ARCH _kernver="$(cat /lib/modules/${_extramodules}/version)" -pkgrel=2 +pkgrel=3 pkgdesc="Kernel module that emulates SCSI devices" arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" license=('GPL2') -depends=('linux>=3.1' 'linux<3.2') -makedepends=('linux-headers>=3.1') +depends=('linux>=3.2' 'linux<3.3') +makedepends=('linux-headers>=3.2') install=vhba-module.install source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz) md5sums=('fb90cd8fc4cd74d08c92e8235f99f1f4') diff --git a/community/vhba-module/vhba-module.install b/community/vhba-module/vhba-module.install index eca9bb285..665a1d3c5 100644 --- a/community/vhba-module/vhba-module.install +++ b/community/vhba-module/vhba-module.install @@ -1,7 +1,7 @@ post_install() { echo ">> Place 'vhba' in MODULES= in /etc/rc.conf to enable vhba on system boot." echo ">> This module needs to be recompiled for every kernel version upgrade." - EXTRAMODULES='extramodules-3.1-ARCH' + EXTRAMODULES='extramodules-3.2-ARCH' depmod $(cat /lib/modules/$EXTRAMODULES/version) } @@ -10,7 +10,7 @@ post_upgrade() { } post_remove() { - EXTRAMODULES='extramodules-3.1-ARCH' + EXTRAMODULES='extramodules-3.2-ARCH' depmod $(cat /lib/modules/$EXTRAMODULES/version) } -- cgit v1.2.3-54-g00ecf