summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-17 23:14:42 +0000
committerroot <root@rshg054.dnsready.net>2011-10-17 23:14:42 +0000
commitc4f201fd7208805c7ee00e0ee833d3cc505898ac (patch)
tree72c45bb585e42c6c7da3fc0b4aa817019daf99a7 /community
parente1b3d592f43a99f4ed7c91971deda6ce8414dd69 (diff)
Mon Oct 17 23:14:42 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/astyle/PKGBUILD6
-rw-r--r--community/busybox/PKGBUILD7
-rw-r--r--community/busybox/busybox.install13
-rw-r--r--community/cdemu-client/PKGBUILD7
-rw-r--r--community/ekg/PKGBUILD10
-rw-r--r--community/espeak/PKGBUILD6
-rw-r--r--community/exim/ChangeLog3
-rw-r--r--community/exim/PKGBUILD8
-rw-r--r--community/libmilter/PKGBUILD47
-rw-r--r--community/luarocks/PKGBUILD18
-rw-r--r--community/luarocks/packbinary.patch12
-rw-r--r--community/lxappearance/PKGBUILD2
-rw-r--r--community/lxdm/PKGBUILD2
-rw-r--r--community/lxtask/PKGBUILD2
-rw-r--r--community/ncmpcpp/PKGBUILD2
-rw-r--r--community/ngircd/PKGBUILD13
-rw-r--r--community/oolite/PKGBUILD3
17 files changed, 125 insertions, 36 deletions
diff --git a/community/astyle/PKGBUILD b/community/astyle/PKGBUILD
index 0a7385d93..231621751 100644
--- a/community/astyle/PKGBUILD
+++ b/community/astyle/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 34584 2010-12-09 23:29:27Z mherych $
+# $Id: PKGBUILD 56885 2011-10-16 05:34:00Z bpiotrowski $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Thomas Mader <thezema@gmail.com>
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
# Contributor: tardo <tardo@nagi-fanboi.net>
pkgname=astyle
-pkgver=2.01
+pkgver=2.02
pkgrel=1
pkgdesc="A Free, Fast and Small Automatic Formatter for C, C++, C#, and Java Source Code"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://sourceforge.net/projects/astyle/"
license=('LGPL')
depends=('gcc-libs')
source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz)
-md5sums=('e85b31972c532373a4054842e2149b34')
+md5sums=('6ce1f5c766ba142f152dab4ddd1ee3b7')
build() {
cd $srcdir/$pkgname/build/gcc
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD
index 664e1682f..7af95150b 100644
--- a/community/busybox/PKGBUILD
+++ b/community/busybox/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 55611 2011-09-15 22:10:36Z ebelanger $
+# $Id: PKGBUILD 56916 2011-10-16 17:30:46Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
pkgname=busybox
pkgver=1.19.2
-pkgrel=2
+pkgrel=3
pkgdesc="Utilities for rescue and embedded systems"
arch=("i686" "x86_64")
url="http://www.busybox.net"
@@ -12,6 +12,7 @@ license=('GPL')
makedepends=("make" "gcc" "sed" "ncurses")
source=($url/downloads/$pkgname-$pkgver.tar.bz2
config)
+install=busybox.install
md5sums=('50267054345f1a0b77fe65f6e0e5ba29'
'edd5c66c974ccc1b0030fd00beaa1b02')
@@ -26,5 +27,5 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- install -Dm4755 busybox $pkgdir/bin/busybox
+ install -Dm755 busybox $pkgdir/bin/busybox
}
diff --git a/community/busybox/busybox.install b/community/busybox/busybox.install
new file mode 100644
index 000000000..233b70799
--- /dev/null
+++ b/community/busybox/busybox.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo "You may want to do setuid on /bin/busybox"
+ echo " chmod 4555 /bin/busybox"
+}
+
+pre_upgrade() {
+ stat -c %a /bin/busybox >tmp/busybox.upgrade.script
+}
+
+post_upgrade() {
+ [ -f tmp/busybox.upgrade.script ] && chmod `cat tmp/busybox.upgrade.script` /bin/busybox
+ rm -f tmp/busybox.upgrade.script
+}
diff --git a/community/cdemu-client/PKGBUILD b/community/cdemu-client/PKGBUILD
index f9504f26f..25cfe59f7 100644
--- a/community/cdemu-client/PKGBUILD
+++ b/community/cdemu-client/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
+
pkgname=cdemu-client
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Simple command-line client for controlling cdemu-daemon"
arch=('i686' 'x86_64')
url="http://cdemu.sourceforge.net/"
@@ -11,7 +12,7 @@ depends=('python2' 'dbus-python' 'cdemu-daemon')
makedepends=('intltool')
conflicts=('cdemu')
source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz)
-md5sums=('e1789ec4f839e9dbdb5db88e3923d7ae')
+md5sums=('ce469f0660dfa4a9306faed00b3e6d6c')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/ekg/PKGBUILD b/community/ekg/PKGBUILD
index 5052fbe86..2c504ff40 100644
--- a/community/ekg/PKGBUILD
+++ b/community/ekg/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 26474 2010-09-15 21:57:57Z schuay $
+# $Id: PKGBUILD 56895 2011-10-16 06:24:00Z bpiotrowski $
# Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com>
pkgname=ekg
-pkgver=1.7
-pkgrel=6
+pkgver=1.8rc2
+pkgrel=1
pkgdesc="A text-mode Gadu-Gadu client"
arch=('i686' 'x86_64')
url="http://ekg.chmurka.net/"
license=('GPL')
-depends=('libjpeg' 'aspell' 'python2' 'giflib')
+depends=('libjpeg' 'aspell' 'python2' 'giflib' 'libgadu')
source=(http://ekg.chmurka.net/$pkgname-$pkgver.tar.gz)
-md5sums=('2aa92b56517fdf09d75519a105772b74')
+md5sums=('f697c711da91ddf57c882114539e92fe')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/espeak/PKGBUILD b/community/espeak/PKGBUILD
index 8e7512ecf..e07c5e235 100644
--- a/community/espeak/PKGBUILD
+++ b/community/espeak/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 46811 2011-05-12 17:39:15Z mherych $
+# $Id: PKGBUILD 56889 2011-10-16 05:47:23Z bpiotrowski $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: niQo
# Contributor: Christoph Siegenthaler <csi@gmx.ch>
pkgname=espeak
-pkgver=1.45.04
+pkgver=1.45.05
pkgrel=1
pkgdesc="Text to Speech engine for good quality English, with support for other languages"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://espeak.sourceforge.net/"
license=('GPL')
depends=('gcc-libs' 'portaudio')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}-source.zip)
-md5sums=('6e810d2786b55cddb34f31b3eb813507')
+md5sums=('00692552d54f1849a1a0ad21ae3fc820')
build() {
cd $srcdir/$pkgname-$pkgver-source/src
diff --git a/community/exim/ChangeLog b/community/exim/ChangeLog
index 16eab50c2..80a101472 100644
--- a/community/exim/ChangeLog
+++ b/community/exim/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-10 Angel Velasquez <angvp@archlinux.org>
+ * Updated to 4.77
+
2011-07-15 Angel Velasquez <angvp@archlinux.org>
* Rebuilt without tcp_wrappers
* Fixing logrotate issue FS#25094
diff --git a/community/exim/PKGBUILD b/community/exim/PKGBUILD
index 023f9f86e..37ae39bdc 100644
--- a/community/exim/PKGBUILD
+++ b/community/exim/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 51959 2011-07-18 17:27:22Z dreisner $
+# $Id: PKGBUILD 56931 2011-10-17 02:10:43Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=exim
-pkgver=4.76
-pkgrel=4
+pkgver=4.77
+pkgrel=1
pkgdesc="A Message Transfer Agent"
arch=(i686 x86_64)
url="http://www.exim.org/"
@@ -22,7 +22,7 @@ source=(ftp://mirrors.24-7-solutions.net/pub/exim/ftp/exim/exim4/exim-$pkgver.ta
exim.logrotate
exim.conf.d
exim.Makefile)
-md5sums=('58e784b33c7a2ab335ec6400346d6362'
+md5sums=('5d746275f2cc85845567f9d5eb84a57a'
'4874006f0585253ddab027d441009757'
'9aed772e87223213e8da9ca5e7376869'
'e18a535218718c5eb394ed5c9296fe06'
diff --git a/community/libmilter/PKGBUILD b/community/libmilter/PKGBUILD
new file mode 100644
index 000000000..3154cc8b9
--- /dev/null
+++ b/community/libmilter/PKGBUILD
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 56914 2011-10-16 12:39:57Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: mutantmonkey <mutantmonkey@gmail.com>
+
+pkgname=libmilter
+pkgver=8.14.4
+pkgrel=3
+pkgdesc="libmilter"
+arch=(i686 x86_64)
+url="http://www.postfix.org/MILTER_README.html"
+license=('custom:Sendmail open source license')
+source="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${pkgver}.tar.gz"
+md5sums=('1b23d5000c8e7bfe82ec1a27f2f5fdc5')
+
+build(){
+ cd "${srcdir}/sendmail-${pkgver}"
+
+ # From http://www.j-chkmail.org/wiki/doku.php/doc/installation/start#libmilter
+ cat >> devtools/Site/site.config.m4 <<EOF
+dnl
+dnl Enable libmilter with a pool of workers
+APPENDDEF(\`conf_libmilter_ENVDEF',\`-D_FFR_WORKERS_POOL=1 -DMIN_WORKERS=4')
+dnl
+dnl Use poll instead of select
+APPENDDEF(\`conf_libmilter_ENVDEF',\`-DSM_CONF_POLL=1')
+dnl Enable IPv6
+APPENDDEF(\`conf_libmilter_ENVDEF',\`-DNETINET6=1')
+dnl
+dnl Include our CFLAGS
+APPENDDEF(\`conf_libmilter_ENVDEF',\`${CFLAGS}')
+dnl
+dnl Add -fPIC
+APPENDDEF(\`conf_libmilter_ENVDEF',\`-fPIC')
+dnl
+EOF
+
+ cd libmilter
+ ./Build
+}
+
+package(){
+ cd "${srcdir}/sendmail-${pkgver}/libmilter"
+ mkdir -p "${pkgdir}/usr/lib"
+ ./Build DESTDIR="${pkgdir}" install
+ install -Dm0644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ chown -R root:root $pkgdir
+}
diff --git a/community/luarocks/PKGBUILD b/community/luarocks/PKGBUILD
index 633beb5f5..2b29ab5c8 100644
--- a/community/luarocks/PKGBUILD
+++ b/community/luarocks/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 38024 2011-01-20 16:03:49Z cbrannon $
+# $Id: PKGBUILD 56921 2011-10-16 23:25:18Z cbrannon $
# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgname=luarocks
-pkgver=2.0.4.1
+pkgver=2.0.6
pkgrel=1
pkgdesc='Deployment and management system for Lua modules'
arch=('i686' 'x86_64')
@@ -11,12 +11,21 @@ url="http://luarocks.org/"
depends=('lua' 'unzip' 'zip' 'curl')
optdepends=('cvs: for fetching sources from CVS repositories'
'git: for fetching sources from git repositories'
+ 'mercurial: for fetching sources from mercurial repositories'
+ 'luasec: HTTPS support'
'cmake: for building rocks that use the cmake build system')
license=('custom')
-source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
+source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz
+ packbinary.patch)
build() {
cd "$srcdir/$pkgname-$pkgver"
+
+ ## The --pack-binary option to the "build" command is broken in the release,
+ # but it was fixed in upstream's git repo. The following patch goes
+ # away with the next release:
+ patch -p1 < "$srcdir/packbinary.patch"
+
# I added --with-downloader=curl, because luarocks already uses curl
# for uploading. May as well use curl for downloading.
./configure --prefix=/usr --sysconfdir=/etc/luarocks --with-downloader=curl
@@ -29,4 +38,5 @@ package() {
install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('2c7caccce3cdf236e6f9aca7bec9bdea')
+md5sums=('ad3eed4d579552aa91ea49c2bdbc2bb1'
+ 'f364b5a092a54559408df7431bc14746')
diff --git a/community/luarocks/packbinary.patch b/community/luarocks/packbinary.patch
new file mode 100644
index 000000000..59a46f6e1
--- /dev/null
+++ b/community/luarocks/packbinary.patch
@@ -0,0 +1,12 @@
+diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua
+index af098f3..3c7f440 100644
+--- a/src/luarocks/build.lua
++++ b/src/luarocks/build.lua
+@@ -3,6 +3,7 @@
+ -- Builds a rock, compiling its C parts if any.
+ module("luarocks.build", package.seeall)
+
++local pack = require("luarocks.pack")
+ local path = require("luarocks.path")
+ local util = require("luarocks.util")
+ local rep = require("luarocks.rep")
diff --git a/community/lxappearance/PKGBUILD b/community/lxappearance/PKGBUILD
index 18136b30e..48b02cb73 100644
--- a/community/lxappearance/PKGBUILD
+++ b/community/lxappearance/PKGBUILD
@@ -1,4 +1,4 @@
-#$Id: PKGBUILD 53436 2011-08-03 17:25:08Z angvp $
+#$Id: PKGBUILD 56899 2011-10-16 07:36:44Z bpiotrowski $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=lxappearance
diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD
index 5e7a7ee29..2555a46f1 100644
--- a/community/lxdm/PKGBUILD
+++ b/community/lxdm/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 53431 2011-08-03 17:17:03Z angvp $
+# $Id: PKGBUILD 56900 2011-10-16 07:41:12Z bpiotrowski $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: kiefer <jorgelmadrid@gmail.com>
diff --git a/community/lxtask/PKGBUILD b/community/lxtask/PKGBUILD
index 8d2e9a7e9..db8d97ae5 100644
--- a/community/lxtask/PKGBUILD
+++ b/community/lxtask/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 53426 2011-08-03 17:15:52Z angvp $
+# $Id: PKGBUILD 56901 2011-10-16 07:43:53Z bpiotrowski $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=lxtask
diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD
index 6c44f2274..ea5fd713c 100644
--- a/community/ncmpcpp/PKGBUILD
+++ b/community/ncmpcpp/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 56861 2011-10-15 07:25:39Z bpiotrowski $
+# $Id: PKGBUILD 56902 2011-10-16 07:46:55Z bpiotrowski $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
diff --git a/community/ngircd/PKGBUILD b/community/ngircd/PKGBUILD
index 215068dd0..fa3c151d6 100644
--- a/community/ngircd/PKGBUILD
+++ b/community/ngircd/PKGBUILD
@@ -1,7 +1,8 @@
-# $Id: PKGBUILD 40090 2011-02-20 00:03:13Z mherych $
+# $Id: PKGBUILD 56891 2011-10-16 05:54:18Z bpiotrowski $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
+
pkgname=ngircd
-pkgver=17.1
+pkgver=18
pkgrel=1
pkgdesc="Next Generation IRC Daemon"
arch=('i686' 'x86_64')
@@ -9,12 +10,12 @@ backup=(etc/ngircd.conf)
url="http://ngircd.barton.de/"
license=('GPL')
depends=('openssl' 'libident')
-source=(ftp://ftp.berlios.de/pub/ngircd/ngircd-$pkgver.tar.gz ngircd.sh)
-md5sums=('b4ad0b1f18875ff3f2e92f076e64496b'
- '6d2e9f1bbb4a3a7349da0dcd3f6d8dc3')
+source=(http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz ngircd.sh)
+md5sums=('4958c8b2d128cf3e9888af3f782892a1'
+ '6d2e9f1bbb4a3a7349da0dcd3f6d8dc3')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD
index 2225fcaa6..010337f38 100644
--- a/community/oolite/PKGBUILD
+++ b/community/oolite/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Lone_Wolf <lonewolf@xs4all.nl>
pkgname=oolite
pkgver=1.75.3
-pkgrel=1
+pkgrel=2
pkgdesc="A space-sim based on the classic Elite"
arch=('i686' 'x86_64')
url="http://oolite-linux.berlios.de"
@@ -20,6 +20,7 @@ build() {
cp -r ${srcdir}/oolite-dev-source-${pkgver} ${srcdir}/${pkgname}-build
cd ${srcdir}/${pkgname}-build
+ sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile
make -f libjs.make debug=no
make -f Makefile release
}