[arch-commits] Commit in (4 files)

2015-06-04 Thread Levente Polyak
Date: Thursday, June 4, 2015 @ 23:55:32
  Author: anthraxx
Revision: 134811

addpkg capstone 3.0.3-2

Added:
  capstone/
  capstone/repos/
  capstone/trunk/
  capstone/trunk/PKGBUILD

--+
 PKGBUILD |   42 ++
 1 file changed, 42 insertions(+)

Added: capstone/trunk/PKGBUILD
===
--- capstone/trunk/PKGBUILD (rev 0)
+++ capstone/trunk/PKGBUILD 2015-06-04 21:55:32 UTC (rev 134811)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: M0Rf30
+
+pkgbase=capstone
+pkgname=('capstone' 'python-capstone' 'python2-capstone')
+pkgver=3.0.3
+pkgrel=2
+pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
+url='http://www.capstone-engine.org/index.html'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('glibc' 'python' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
+sha512sums=('5847d89efe2d139d1dacff73547bfe682def6c23310da89dc8b84686e2a718dd361da242417a895bb0fc425401b9baf15348f1994da052a05c2f64a238659c54')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+}
+
+package_capstone() {
+  depends=('glibc')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=${pkgdir}/usr/lib install
+  install -Dm 644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-capstone() {
+  depends=('capstone' 'python')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-capstone() {
+  depends=('capstone' 'python2')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in capstone/repos (4 files)

2015-06-05 Thread Levente Polyak
Date: Friday, June 5, 2015 @ 15:06:05
  Author: anthraxx
Revision: 134837

archrelease: copy trunk to community-i686, community-x86_64

Added:
  capstone/repos/community-i686/
  capstone/repos/community-i686/PKGBUILD
(from rev 134836, capstone/trunk/PKGBUILD)
  capstone/repos/community-x86_64/
  capstone/repos/community-x86_64/PKGBUILD
(from rev 134836, capstone/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   42 ++
 community-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: capstone/repos/community-i686/PKGBUILD (from rev 134836, 
capstone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-05 13:06:05 UTC (rev 134837)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: M0Rf30
+
+pkgbase=capstone
+pkgname=('capstone' 'python-capstone' 'python2-capstone')
+pkgver=3.0.3
+pkgrel=2
+pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
+url='http://www.capstone-engine.org/index.html'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('glibc' 'python' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
+sha512sums=('5847d89efe2d139d1dacff73547bfe682def6c23310da89dc8b84686e2a718dd361da242417a895bb0fc425401b9baf15348f1994da052a05c2f64a238659c54')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+}
+
+package_capstone() {
+  depends=('glibc')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=${pkgdir}/usr/lib install
+  install -Dm 644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-capstone() {
+  depends=('capstone' 'python')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-capstone() {
+  depends=('capstone' 'python2')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: capstone/repos/community-x86_64/PKGBUILD (from rev 134836, 
capstone/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-05 13:06:05 UTC (rev 134837)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: M0Rf30
+
+pkgbase=capstone
+pkgname=('capstone' 'python-capstone' 'python2-capstone')
+pkgver=3.0.3
+pkgrel=2
+pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
+url='http://www.capstone-engine.org/index.html'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('glibc' 'python' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
+sha512sums=('5847d89efe2d139d1dacff73547bfe682def6c23310da89dc8b84686e2a718dd361da242417a895bb0fc425401b9baf15348f1994da052a05c2f64a238659c54')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+}
+
+package_capstone() {
+  depends=('glibc')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} LIBDIR=${pkgdir}/usr/lib install
+  install -Dm 644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-capstone() {
+  depends=('capstone' 'python')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-capstone() {
+  depends=('capstone' 'python2')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in capstone/trunk (PKGBUILD)

2015-06-05 Thread Levente Polyak
Date: Friday, June 5, 2015 @ 17:53:14
  Author: anthraxx
Revision: 134842

capstone: remove unneeded LIBDIR to install target

Modified:
  capstone/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-05 13:58:19 UTC (rev 134841)
+++ PKGBUILD2015-06-05 15:53:14 UTC (rev 134842)
@@ -1,4 +1,4 @@
-# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
 # Contributor: M0Rf30
 
 pkgbase=capstone
@@ -21,7 +21,7 @@
 package_capstone() {
   depends=('glibc')
   cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} LIBDIR=${pkgdir}/usr/lib install
+  make DESTDIR=${pkgdir} install
   install -Dm 644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 


[arch-commits] Commit in radare2/repos (4 files)

2015-06-05 Thread Levente Polyak
Date: Friday, June 5, 2015 @ 18:53:39
  Author: anthraxx
Revision: 134850

archrelease: copy trunk to community-i686, community-x86_64

Added:
  radare2/repos/community-i686/
  radare2/repos/community-i686/PKGBUILD
(from rev 134848, radare2/trunk/PKGBUILD)
  radare2/repos/community-x86_64/
  radare2/repos/community-x86_64/PKGBUILD
(from rev 134848, radare2/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: radare2/repos/community-i686/PKGBUILD (from rev 134848, 
radare2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-05 16:53:39 UTC (rev 134850)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Guillermo Ramos 0xwille at gmail dot com
+
+pkgname=radare2
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=Open-source tools to disasm, debug, analyze and manipulate binary 
files
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('89844d44a2fb8170b245761ef9f235231338ed1f0a1ecfe18d38c779fe699dc8eee4fda5446f898d24af928aa6b3dc63bbae46890323fa77be262373108b5947')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-syscapstone
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 134848, 
radare2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-05 16:53:39 UTC (rev 134850)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Guillermo Ramos 0xwille at gmail dot com
+
+pkgname=radare2
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=Open-source tools to disasm, debug, analyze and manipulate binary 
files
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('89844d44a2fb8170b245761ef9f235231338ed1f0a1ecfe18d38c779fe699dc8eee4fda5446f898d24af928aa6b3dc63bbae46890323fa77be262373108b5947')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-syscapstone
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (radare2 radare2/repos radare2/trunk radare2/trunk/PKGBUILD)

2015-06-05 Thread Levente Polyak
Date: Friday, June 5, 2015 @ 18:53:13
  Author: anthraxx
Revision: 134847

addpkg radare2 0.9.9-1

Added:
  radare2/
  radare2/repos/
  radare2/trunk/
  radare2/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Added: radare2/trunk/PKGBUILD
===
--- radare2/trunk/PKGBUILD  (rev 0)
+++ radare2/trunk/PKGBUILD  2015-06-05 16:53:13 UTC (rev 134847)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Guillermo Ramos 0xwille at gmail dot com
+
+pkgname=radare2
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=Open-source tools to disasm, debug, analyze and manipulate binary 
files
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('89844d44a2fb8170b245761ef9f235231338ed1f0a1ecfe18d38c779fe699dc8eee4fda5446f898d24af928aa6b3dc63bbae46890323fa77be262373108b5947')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-syscapstone
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 18:08:21
  Author: anthraxx
Revision: 134906

addpkg hydra 8.1-3

Added:
  hydra/
  hydra/repos/
  hydra/trunk/
  hydra/trunk/PKGBUILD
  hydra/trunk/fix-locations.patch

-+
 PKGBUILD|   43 
 fix-locations.patch |   53 ++
 2 files changed, 96 insertions(+)

Added: hydra/trunk/PKGBUILD
===
--- hydra/trunk/PKGBUILD(rev 0)
+++ hydra/trunk/PKGBUILD2015-06-06 16:08:21 UTC (rev 134906)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Rudy Matela r...@matela.com.br
+# Contributor: Bartek Piotrowski barthal...@gmail.com
+# Contributor: Thomas S Hatch thatch45 at gmail dot com
+# Contributor: pootzko poot...@gmail.com
+# Contributor: Jinx jinxw...@gmail.com
+# Contributor: Timothée Ravier t...@siosm.fr
+ 
+pkgname=hydra
+pkgver=8.1
+pkgrel=3
+pkgdesc='A very fast network logon cracker which support many different 
services'
+url='http://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng')
+optdepends=(
+  'gtk2: graphical front-end (xhydra)'
+)
+makedepends=('gtk2')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz
+fix-locations.patch)
+sha512sums=('7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959'
+
'229fdaff59c6970a030ec81a78a2d34861a6caa947e7c2f6f9186cfd3bc0bf35ec96deadaae58ff1eaa45574f268fa5d9b9688df8c033fcee35ddeb302fb2069')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1  ../fix-locations.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+ 
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} MANDIR=/share/man/man1 
DATADIR=/share/${pkgname} install
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim:set ts=2 sw=2 et:

Added: hydra/trunk/fix-locations.patch
===
--- hydra/trunk/fix-locations.patch (rev 0)
+++ hydra/trunk/fix-locations.patch 2015-06-06 16:08:21 UTC (rev 134906)
@@ -0,0 +1,53 @@
+From 2c49f3ee2d9bac505543548301872fd0f36f31bc Mon Sep 17 00:00:00 2001
+From: anthraxx leve...@leventepolyak.net
+Date: Sat, 6 Jun 2015 17:49:45 +0200
+Subject: [PATCH] configurable locations
+
+---
+ Makefile.am | 23 +--
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 89fb354..8a6f200 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -4,7 +4,10 @@
+ OPTS=-I. -O3
+ # -Wall -g -pedantic
+ LIBS=-lm
+-DIR=/bin
++BINDIR = /bin
++MANDIR ?= /man/man1
++DATADIR ?= /etc
++DESTDIR ?=
+ 
+ SRC = hydra-vnc.c hydra-pcnfs.c hydra-rexec.c hydra-nntp.c hydra-socks5.c \
+   hydra-telnet.c hydra-cisco.c hydra-http.c hydra-ftp.c hydra-imap.c \
+@@ -57,15 +60,15 @@ strip: all
+   -echo OK  /dev/null  test -x xhydra  strip xhydra || echo OK  
/dev/null
+ 
+ install:  strip
+-  -mkdir -p $(PREFIX)$(DIR)
+-  cp -f hydra-wizard.sh $(BINS) $(PREFIX)$(DIR)  cd $(PREFIX)$(DIR)  
chmod 755 hydra-wizard.sh $(BINS)
+-  -echo OK  /dev/null  test -x xhydra  cp xhydra $(PREFIX)$(DIR)  
cd $(PREFIX)$(DIR)  chmod 755 xhydra || echo OK  /dev/null
+-  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)| dpl4hydra.sh  
$(PREFIX)/bin/dpl4hydra.sh
+-  -chmod 755 $(PREFIX)/bin/dpl4hydra.sh
+-  -mkdir -p $(PREFIX)/etc/
+-  -cp -f *.csv $(PREFIX)/etc/
+-  -mkdir -p $(PREFIX)/man/man1
+-  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(PREFIX)/man/man1
++  -mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)
++  cp -f hydra-wizard.sh $(BINS) $(DESTDIR)$(PREFIX)$(BINDIR)  cd 
$(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 hydra-wizard.sh $(BINS)
++  -echo OK  /dev/null  test -x xhydra  cp xhydra 
$(DESTDIR)$(PREFIX)$(BINDIR)  cd $(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 
xhydra || echo OK  /dev/null
++  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)| dpl4hydra.sh | sed 
-e s|^LOCATION=.*|LOCATION=$(DATADIR)|  
$(DESTDIR)$(PREFIX)$(BINDIR)/dpl4hydra.sh
++  -chmod 755 $(DESTDIR)$(PREFIX)$(BINDIR)/dpl4hydra.sh
++  -mkdir -p $(DESTDIR)$(PREFIX)$(DATADIR)
++  -cp -f *.csv $(DESTDIR)$(PREFIX)$(DATADIR)
++  -mkdir -p $(DESTDIR)$(PREFIX)$(MANDIR)
++  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(DESTDIR)$(PREFIX)$(MANDIR)
+ 
+ clean:
+   rm -rf xhydra pw-inspector hydra *.o core *.core *.stackdump *~ 
Makefile.in Makefile dev_rfc hydra.restore arm/*.ipk arm/ipkg/usr/bin/* 
hydra-gtk/src/*.o hydra-gtk/src/xhydra hydra-gtk/stamp-h 
hydra-gtk/config.status hydra-gtk/errors hydra-gtk/config.log 
hydra-gtk/src/.deps hydra

[arch-commits] Commit in hydra/repos (6 files)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 18:10:17
  Author: anthraxx
Revision: 134907

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hydra/repos/community-i686/
  hydra/repos/community-i686/PKGBUILD
(from rev 134906, hydra/trunk/PKGBUILD)
  hydra/repos/community-i686/fix-locations.patch
(from rev 134906, hydra/trunk/fix-locations.patch)
  hydra/repos/community-x86_64/
  hydra/repos/community-x86_64/PKGBUILD
(from rev 134906, hydra/trunk/PKGBUILD)
  hydra/repos/community-x86_64/fix-locations.patch
(from rev 134906, hydra/trunk/fix-locations.patch)

--+
 community-i686/PKGBUILD  |   43 ++
 community-i686/fix-locations.patch   |   53 +
 community-x86_64/PKGBUILD|   43 ++
 community-x86_64/fix-locations.patch |   53 +
 4 files changed, 192 insertions(+)

Copied: hydra/repos/community-i686/PKGBUILD (from rev 134906, 
hydra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 16:10:17 UTC (rev 134907)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Rudy Matela r...@matela.com.br
+# Contributor: Bartek Piotrowski barthal...@gmail.com
+# Contributor: Thomas S Hatch thatch45 at gmail dot com
+# Contributor: pootzko poot...@gmail.com
+# Contributor: Jinx jinxw...@gmail.com
+# Contributor: Timothée Ravier t...@siosm.fr
+ 
+pkgname=hydra
+pkgver=8.1
+pkgrel=3
+pkgdesc='A very fast network logon cracker which support many different 
services'
+url='http://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng')
+optdepends=(
+  'gtk2: graphical front-end (xhydra)'
+)
+makedepends=('gtk2')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz
+fix-locations.patch)
+sha512sums=('7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959'
+
'229fdaff59c6970a030ec81a78a2d34861a6caa947e7c2f6f9186cfd3bc0bf35ec96deadaae58ff1eaa45574f268fa5d9b9688df8c033fcee35ddeb302fb2069')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1  ../fix-locations.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+ 
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} MANDIR=/share/man/man1 
DATADIR=/share/${pkgname} install
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim:set ts=2 sw=2 et:

Copied: hydra/repos/community-i686/fix-locations.patch (from rev 134906, 
hydra/trunk/fix-locations.patch)
===
--- community-i686/fix-locations.patch  (rev 0)
+++ community-i686/fix-locations.patch  2015-06-06 16:10:17 UTC (rev 134907)
@@ -0,0 +1,53 @@
+From 2c49f3ee2d9bac505543548301872fd0f36f31bc Mon Sep 17 00:00:00 2001
+From: anthraxx leve...@leventepolyak.net
+Date: Sat, 6 Jun 2015 17:49:45 +0200
+Subject: [PATCH] configurable locations
+
+---
+ Makefile.am | 23 +--
+ 1 file changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 89fb354..8a6f200 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -4,7 +4,10 @@
+ OPTS=-I. -O3
+ # -Wall -g -pedantic
+ LIBS=-lm
+-DIR=/bin
++BINDIR = /bin
++MANDIR ?= /man/man1
++DATADIR ?= /etc
++DESTDIR ?=
+ 
+ SRC = hydra-vnc.c hydra-pcnfs.c hydra-rexec.c hydra-nntp.c hydra-socks5.c \
+   hydra-telnet.c hydra-cisco.c hydra-http.c hydra-ftp.c hydra-imap.c \
+@@ -57,15 +60,15 @@ strip: all
+   -echo OK  /dev/null  test -x xhydra  strip xhydra || echo OK  
/dev/null
+ 
+ install:  strip
+-  -mkdir -p $(PREFIX)$(DIR)
+-  cp -f hydra-wizard.sh $(BINS) $(PREFIX)$(DIR)  cd $(PREFIX)$(DIR)  
chmod 755 hydra-wizard.sh $(BINS)
+-  -echo OK  /dev/null  test -x xhydra  cp xhydra $(PREFIX)$(DIR)  
cd $(PREFIX)$(DIR)  chmod 755 xhydra || echo OK  /dev/null
+-  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX)| dpl4hydra.sh  
$(PREFIX)/bin/dpl4hydra.sh
+-  -chmod 755 $(PREFIX)/bin/dpl4hydra.sh
+-  -mkdir -p $(PREFIX)/etc/
+-  -cp -f *.csv $(PREFIX)/etc/
+-  -mkdir -p $(PREFIX)/man/man1
+-  -cp -f hydra.1 xhydra.1 pw-inspector.1 $(PREFIX)/man/man1
++  -mkdir -p $(DESTDIR)$(PREFIX)$(BINDIR)
++  cp -f hydra-wizard.sh $(BINS) $(DESTDIR)$(PREFIX)$(BINDIR)  cd 
$(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 hydra-wizard.sh $(BINS)
++  -echo OK  /dev/null  test -x xhydra  cp xhydra 
$(DESTDIR)$(PREFIX)$(BINDIR)  cd $(DESTDIR)$(PREFIX)$(BINDIR)  chmod 755 
xhydra || echo OK  /dev/null
++  -sed -e s|^INSTALLDIR=.*|INSTALLDIR=$(PREFIX

[arch-commits] Commit in (5 files)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 19:36:50
  Author: anthraxx
Revision: 134912

addpng pngcrush 1.7.85-1

Added:
  pngcrush/
  pngcrush/repos/
  pngcrush/trunk/
  pngcrush/trunk/LICENSE
  pngcrush/trunk/PKGBUILD

--+
 LICENSE  |   42 ++
 PKGBUILD |   36 
 2 files changed, 78 insertions(+)

Added: pngcrush/trunk/LICENSE
===
--- pngcrush/trunk/LICENSE  (rev 0)
+++ pngcrush/trunk/LICENSE  2015-06-06 17:36:50 UTC (rev 134912)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied AS IS.  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+
+3. This Copyright notice, disclaimer, and license may not be removed
+   or altered from any source or altered source distribution.
+

Added: pngcrush/trunk/PKGBUILD
===
--- pngcrush/trunk/PKGBUILD (rev 0)
+++ pngcrush/trunk/PKGBUILD 2015-06-06 17:36:50 UTC (rev 134912)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: HuntXu hun...@live.cn
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=pngcrush
+pkgver=1.7.85
+pkgrel=2
+pkgdesc=A tool for optimizing the compression of PNG files
+url=http://pmt.sourceforge.net/pngcrush;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('libpng')
+source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz
+LICENSE)
+sha512sums=('7b959fc6a8839fb0dab6471b13e866e11d5fefa072d6b135c7f621bd4b475765c2e8d0b471f074b6df7d6ccd8b5c33938e1143fb2e013986c4e8e5fada68c8ca'
+
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-nolib
+  sed -r s/^(CFLAGS = .*)$/\\1 ${CFLAGS}/ -i Makefile
+  sed -r s/^(LDFLAGS =*)$/\\1 ${LDFLAGS}/ -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-nolib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-nolib
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (zaproxy zaproxy/repos zaproxy/trunk zaproxy/trunk/PKGBUILD)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 21:50:23
  Author: anthraxx
Revision: 134916

addpkg zaproxy 2.4.0-2

Added:
  zaproxy/
  zaproxy/repos/
  zaproxy/trunk/
  zaproxy/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Added: zaproxy/trunk/PKGBUILD
===
--- zaproxy/trunk/PKGBUILD  (rev 0)
+++ zaproxy/trunk/PKGBUILD  2015-06-06 19:50:23 UTC (rev 134916)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Joris Steyn jorisst...@gmail.com
+# Contributor: fnord0 fnord0 AT riseup DOT net
+
+pkgname=zaproxy
+pkgver=2.4.0
+pkgrel=2
+pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
+url=https://www.owasp.org/index.php/ZAP;
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/zaproxy/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('7b61ac7ebaf6bd98bfe647b4583da5e1d488b1eea093dd4174c45a0ad51268ce7d6f5ea10d3e3ac27aaa299bf94980e78cc6ccb538d186b96612764e1161fbb1')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat  ${pkgname} EOF
+#!/bin/sh
+cd /usr/share/zaproxy
+./zap.sh
+cd -
+EOF
+}
+
+package() {
+  cd ZAP_${pkgver}
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -pR . ${pkgdir}/usr/share/${pkgname}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in zaproxy/repos (community-any community-any/PKGBUILD)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 21:50:45
  Author: anthraxx
Revision: 134917

archrelease: copy trunk to community-any

Added:
  zaproxy/repos/community-any/
  zaproxy/repos/community-any/PKGBUILD
(from rev 134916, zaproxy/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: zaproxy/repos/community-any/PKGBUILD (from rev 134916, 
zaproxy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-06-06 19:50:45 UTC (rev 134917)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Joris Steyn jorisst...@gmail.com
+# Contributor: fnord0 fnord0 AT riseup DOT net
+
+pkgname=zaproxy
+pkgver=2.4.0
+pkgrel=2
+pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
+url=https://www.owasp.org/index.php/ZAP;
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/zaproxy/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('7b61ac7ebaf6bd98bfe647b4583da5e1d488b1eea093dd4174c45a0ad51268ce7d6f5ea10d3e3ac27aaa299bf94980e78cc6ccb538d186b96612764e1161fbb1')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat  ${pkgname} EOF
+#!/bin/sh
+cd /usr/share/zaproxy
+./zap.sh
+cd -
+EOF
+}
+
+package() {
+  cd ZAP_${pkgver}
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -pR . ${pkgdir}/usr/share/${pkgname}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in medusa/repos (4 files)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 20:55:48
  Author: anthraxx
Revision: 134915

archrelease: copy trunk to community-i686, community-x86_64

Added:
  medusa/repos/community-i686/
  medusa/repos/community-i686/PKGBUILD
(from rev 134914, medusa/trunk/PKGBUILD)
  medusa/repos/community-x86_64/
  medusa/repos/community-x86_64/PKGBUILD
(from rev 134914, medusa/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: medusa/repos/community-i686/PKGBUILD (from rev 134914, 
medusa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 18:55:48 UTC (rev 134915)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: s1gma s1...@mindslicer.com
+
+pkgname=medusa
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=A speedy, massively parallel, modular, login brute-forcer for network 

+url=http://www.foofus.net/jmk/medusa/medusa.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support' 
+  'libssh2: SSH support' 
+  'postgresql-libs: PostgreSQL support' 
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+source=(http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: medusa/repos/community-x86_64/PKGBUILD (from rev 134914, 
medusa/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-06 18:55:48 UTC (rev 134915)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: s1gma s1...@mindslicer.com
+
+pkgname=medusa
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=A speedy, massively parallel, modular, login brute-forcer for network 

+url=http://www.foofus.net/jmk/medusa/medusa.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support' 
+  'libssh2: SSH support' 
+  'postgresql-libs: PostgreSQL support' 
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+source=(http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (medusa medusa/repos medusa/trunk medusa/trunk/PKGBUILD)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 20:55:15
  Author: anthraxx
Revision: 134914

addpkg medusa 2.1.1-2

Added:
  medusa/
  medusa/repos/
  medusa/trunk/
  medusa/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Added: medusa/trunk/PKGBUILD
===
--- medusa/trunk/PKGBUILD   (rev 0)
+++ medusa/trunk/PKGBUILD   2015-06-06 18:55:15 UTC (rev 134914)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: s1gma s1...@mindslicer.com
+
+pkgname=medusa
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=A speedy, massively parallel, modular, login brute-forcer for network 

+url=http://www.foofus.net/jmk/medusa/medusa.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support' 
+  'libssh2: SSH support' 
+  'postgresql-libs: PostgreSQL support' 
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+source=(http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in pngcrush/repos (6 files)

2015-06-06 Thread Levente Polyak
Date: Saturday, June 6, 2015 @ 19:37:16
  Author: anthraxx
Revision: 134913

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pngcrush/repos/community-i686/
  pngcrush/repos/community-i686/LICENSE
(from rev 134912, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-i686/PKGBUILD
(from rev 134912, pngcrush/trunk/PKGBUILD)
  pngcrush/repos/community-x86_64/
  pngcrush/repos/community-x86_64/LICENSE
(from rev 134912, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-x86_64/PKGBUILD
(from rev 134912, pngcrush/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   42 ++
 community-i686/PKGBUILD   |   36 
 community-x86_64/LICENSE  |   42 ++
 community-x86_64/PKGBUILD |   36 
 4 files changed, 156 insertions(+)

Copied: pngcrush/repos/community-i686/LICENSE (from rev 134912, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-06-06 17:37:16 UTC (rev 134913)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied AS IS.  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+
+3. This Copyright notice, disclaimer, and license may not be removed
+   or altered from any source or altered source distribution.
+

Copied: pngcrush/repos/community-i686/PKGBUILD (from rev 134912, 
pngcrush/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-06 17:37:16 UTC (rev 134913)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: HuntXu hun...@live.cn
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=pngcrush
+pkgver=1.7.85
+pkgrel=2
+pkgdesc=A tool for optimizing the compression of PNG files
+url=http://pmt.sourceforge.net/pngcrush;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('libpng')
+source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz
+LICENSE)
+sha512sums=('7b959fc6a8839fb0dab6471b13e866e11d5fefa072d6b135c7f621bd4b475765c2e8d0b471f074b6df7d6ccd8b5c33938e1143fb2e013986c4e8e5fada68c8ca'
+
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-nolib
+  sed -r s/^(CFLAGS = .*)$/\\1 ${CFLAGS}/ -i Makefile
+  sed -r s/^(LDFLAGS =*)$/\\1 ${LDFLAGS}/ -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-nolib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-nolib
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pngcrush/repos/community-x86_64/LICENSE (from rev 134912, 
pngcrush/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2015-06-06 17:37:16 UTC (rev 134913)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson

[arch-commits] Commit in afl/repos (4 files)

2015-06-19 Thread Levente Polyak
Date: Saturday, June 20, 2015 @ 01:10:11
  Author: anthraxx
Revision: 135631

archrelease: copy trunk to community-i686, community-x86_64

Added:
  afl/repos/community-i686/PKGBUILD
(from rev 135630, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/PKGBUILD
(from rev 135630, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-i686/PKGBUILD
  afl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-19 23:10:02 UTC (rev 135630)
+++ community-i686/PKGBUILD 2015-06-19 23:10:11 UTC (rev 135631)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.80b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 135630, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-19 23:10:11 UTC (rev 135631)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.83b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-19 23:10:02 UTC (rev 135630)
+++ community-x86_64/PKGBUILD   2015-06-19 23:10:11 UTC (rev 135631)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.80b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 135630, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-19 23:10:11 UTC (rev 135631)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.83b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url

[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-06-19 Thread Levente Polyak
Date: Saturday, June 20, 2015 @ 01:10:02
  Author: anthraxx
Revision: 135630

upgpkg: afl 1.83b-1

updpkg afl 1.83b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 21:42:56 UTC (rev 135629)
+++ PKGBUILD2015-06-19 23:10:02 UTC (rev 135630)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.80b
+pkgver=1.83b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in sslstrip/repos (community-any community-any/PKGBUILD)

2015-05-27 Thread Levente Polyak
Date: Wednesday, May 27, 2015 @ 13:11:33
  Author: anthraxx
Revision: 134226

archrelease: copy trunk to community-any

Added:
  sslstrip/repos/community-any/
  sslstrip/repos/community-any/PKGBUILD
(from rev 134225, sslstrip/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: sslstrip/repos/community-any/PKGBUILD (from rev 134225, 
sslstrip/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-05-27 11:11:33 UTC (rev 134226)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jonas Heinrich o...@project-insanity.org
+# Contributor: MatToufoutu mattoufootu[at]gmail.com
+
+pkgname=sslstrip
+pkgver=0.9
+pkgrel=7
+pkgdesc=Python tool to hijack HTTPS connections during a MITM attack
+url=http://www.thoughtcrime.org/software/sslstrip/;
+arch=('any')
+license=('GPL3')
+depends=('python2-pyopenssl' 'python2-twisted' 'python2-service-identity')
+source=(http://www.thoughtcrime.org/software/sslstrip/${pkgname}-${pkgver}.tar.gz)
+sha512sums=(f6e24db0dcb0c4e137b5828d043db17f5d59e46181f51b1814cf66466b55d6a11a95e7ee8748e59faacfc6176689d030af5fa5c99dedce47e8f9ca6cc7316abc)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i sslstrip.py
+  # package data files ourselves
+  sed -e '/data_files = /d' -i setup.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 644 lock.ico ${pkgdir}/usr/share/${pkgname}/lock.ico
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-05-27 Thread Levente Polyak
Date: Wednesday, May 27, 2015 @ 13:10:53
  Author: anthraxx
Revision: 134225

moving sslstrip 0.9-7 to [community]

Added:
  sslstrip/
  sslstrip/repos/
  sslstrip/trunk/
  sslstrip/trunk/PKGBUILD

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Added: sslstrip/trunk/PKGBUILD
===
--- sslstrip/trunk/PKGBUILD (rev 0)
+++ sslstrip/trunk/PKGBUILD 2015-05-27 11:10:53 UTC (rev 134225)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jonas Heinrich o...@project-insanity.org
+# Contributor: MatToufoutu mattoufootu[at]gmail.com
+
+pkgname=sslstrip
+pkgver=0.9
+pkgrel=7
+pkgdesc=Python tool to hijack HTTPS connections during a MITM attack
+url=http://www.thoughtcrime.org/software/sslstrip/;
+arch=('any')
+license=('GPL3')
+depends=('python2-pyopenssl' 'python2-twisted' 'python2-service-identity')
+source=(http://www.thoughtcrime.org/software/sslstrip/${pkgname}-${pkgver}.tar.gz)
+sha512sums=(f6e24db0dcb0c4e137b5828d043db17f5d59e46181f51b1814cf66466b55d6a11a95e7ee8748e59faacfc6176689d030af5fa5c99dedce47e8f9ca6cc7316abc)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i sslstrip.py
+  # package data files ourselves
+  sed -e '/data_files = /d' -i setup.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 644 lock.ico ${pkgdir}/usr/share/${pkgname}/lock.ico
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in afl/repos (4 files)

2015-05-28 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 02:30:08
  Author: anthraxx
Revision: 134297

archrelease: copy trunk to community-i686, community-x86_64

Added:
  afl/repos/community-i686/
  afl/repos/community-i686/PKGBUILD
(from rev 134296, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/
  afl/repos/community-x86_64/PKGBUILD
(from rev 134296, afl/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: afl/repos/community-i686/PKGBUILD (from rev 134296, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-29 00:30:08 UTC (rev 134297)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.80b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 134296, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-29 00:30:08 UTC (rev 134297)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.80b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (wavemon wavemon/repos wavemon/trunk wavemon/trunk/PKGBUILD)

2015-05-28 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 01:51:21
  Author: anthraxx
Revision: 134294

addpkg wavemon 0.7.6-2

Added:
  wavemon/
  wavemon/repos/
  wavemon/trunk/
  wavemon/trunk/PKGBUILD

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Added: wavemon/trunk/PKGBUILD
===
--- wavemon/trunk/PKGBUILD  (rev 0)
+++ wavemon/trunk/PKGBUILD  2015-05-28 23:51:21 UTC (rev 134294)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Beej Jorgensen b...@beej.us
+
+pkgname=wavemon
+pkgver=0.7.6
+pkgrel=2
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5863bd5ea4ead763b07eb723a2017d1ad53708f5a92cd90522aa508e144f02b60a7ad1123291e635e83b2e88d03be09f54e1ea7e2c2831bd07dc907d2d621af')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|CFLAGS=$CFLAGS -pthread||g' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in wavemon/repos (4 files)

2015-05-28 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 01:51:41
  Author: anthraxx
Revision: 134295

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wavemon/repos/community-i686/
  wavemon/repos/community-i686/PKGBUILD
(from rev 134294, wavemon/trunk/PKGBUILD)
  wavemon/repos/community-x86_64/
  wavemon/repos/community-x86_64/PKGBUILD
(from rev 134294, wavemon/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: wavemon/repos/community-i686/PKGBUILD (from rev 134294, 
wavemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 23:51:41 UTC (rev 134295)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Beej Jorgensen b...@beej.us
+
+pkgname=wavemon
+pkgver=0.7.6
+pkgrel=2
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5863bd5ea4ead763b07eb723a2017d1ad53708f5a92cd90522aa508e144f02b60a7ad1123291e635e83b2e88d03be09f54e1ea7e2c2831bd07dc907d2d621af')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|CFLAGS=$CFLAGS -pthread||g' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: wavemon/repos/community-x86_64/PKGBUILD (from rev 134294, 
wavemon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 23:51:41 UTC (rev 134295)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Beej Jorgensen b...@beej.us
+
+pkgname=wavemon
+pkgver=0.7.6
+pkgrel=2
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5863bd5ea4ead763b07eb723a2017d1ad53708f5a92cd90522aa508e144f02b60a7ad1123291e635e83b2e88d03be09f54e1ea7e2c2831bd07dc907d2d621af')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|CFLAGS=$CFLAGS -pthread||g' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (afl afl/repos afl/trunk afl/trunk/PKGBUILD)

2015-05-28 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 02:29:13
  Author: anthraxx
Revision: 134296

addpkg afl 1.80b-1

Added:
  afl/
  afl/repos/
  afl/trunk/
  afl/trunk/PKGBUILD

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Added: afl/trunk/PKGBUILD
===
--- afl/trunk/PKGBUILD  (rev 0)
+++ afl/trunk/PKGBUILD  2015-05-29 00:29:13 UTC (rev 134296)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.80b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in synergy/repos (14 files)

2015-05-29 Thread Levente Polyak
 -Dm644 res/synergy.ico $pkgdir/usr/share/icons/synergy.ico
-  install -Dm644 res/synergy.desktop 
$pkgdir/usr/share/applications/synergy.desktop
-}

Copied: synergy/repos/community-i686/PKGBUILD (from rev 134310, 
synergy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-29 16:19:47 UTC (rev 134311)
@@ -0,0 +1,89 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jelle van der Waa jelle vdwaa nl
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Michael Düll m...@akurei.me
+
+# I would just like to take a minute here and state that synergy is
+# some of the worst packaged software ever. They BUNDLE a fucking
+# zip for cryptopp and do not provide an option to use a system-
+# installed version of that library. They change around paths every
+# update and just generally don't seem to care much.
+pkgname=synergy
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=Share a single mouse and keyboard between multiple computers
+url=http://synergy-foss.org;
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
+makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
+optdepends=(
+  'qt5-base: gui support'
+  'openssl: encryption support'
+)
+license=('GPL2')
+source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz;
+synergys_at.socket
+synergys_at.service)
+sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
+  '7ec33221725fc496b807e0f435c5e87b590beb5d'
+  '65ab58cc3546d6374a05a6a260f15045632e43ce')
+
+prepare() {
+  cd ${srcdir}/synergy-${pkgver}-stable
+
+  cd ext
+  unzip gmock-1.6.0.zip -d gmock-1.6.0
+  unzip gtest-1.6.0.zip -d gtest-1.6.0
+}
+
+build() {
+  cd ${srcdir}/synergy-${pkgver}-stable
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+
+  cd src/gui
+  qmake
+  make
+}
+
+check() {
+  cd ${srcdir}/synergy-${pkgver}-stable/bin
+  ./unittests
+}
+
+package() {
+  cd ${srcdir}/synergy-${pkgver}-stable
+
+  # install binary
+  install -Dm755 bin/synergy ${pkgdir}/usr/bin/synergy
+  install -Dm755 bin/synergyc ${pkgdir}/usr/bin/synergyc
+  install -Dm755 bin/synergyd ${pkgdir}/usr/bin/synergyd
+  install -Dm755 bin/synergys ${pkgdir}/usr/bin/synergys
+  install -Dm755 bin/syntool ${pkgdir}/usr/bin/syntool
+  install -Dm755 bin/usynergy ${pkgdir}/usr/bin/usynergy
+
+  # install config
+  install -Dm644 doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
+  install -Dm644 doc/${pkgname}.conf.example-advanced 
${pkgdir}/etc/${pkgname}.conf.example-advanced
+  install -Dm644 doc/${pkgname}.conf.example-basic 
${pkgdir}/etc/${pkgname}.conf.example-basic 
+
+  # install manfiles
+  install -Dm644 doc/${pkgname}c.man 
${pkgdir}/usr/share/man/man1/${pkgname}c.1
+  install -Dm644 doc/${pkgname}s.man 
${pkgdir}/usr/share/man/man1/${pkgname}s.1
+  
+  # plugin
+  install -Dm644 bin/plugins/libns.so ${pkgdir}/usr/lib/${pkgname}/libns.so
+
+  # install systemd service and socket
+  install -Dm644 ${srcdir}/synergys_at.service 
${pkgdir}/usr/lib/systemd/system/synergys@.service
+  install -Dm644 ${srcdir}/synergys_at.socket 
${pkgdir}/usr/lib/systemd/system/synergys@.socket
+
+  # install desktop/icon stuff
+  install -Dm644 res/synergy.ico ${pkgdir}/usr/share/icons/synergy.ico
+  install -Dm644 res/synergy.desktop 
${pkgdir}/usr/share/applications/synergy.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/synergys_at.service
===
--- community-i686/synergys_at.service  2015-05-29 16:19:00 UTC (rev 134310)
+++ community-i686/synergys_at.service  2015-05-29 16:19:47 UTC (rev 134311)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Synergy Server Daemon
-After=network.target
-
-[Service]
-User=%i
-ExecStart=/usr/bin/synergys --no-daemon --config /etc/synergy.conf
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target

Copied: synergy/repos/community-i686/synergys_at.service (from rev 134310, 
synergy/trunk/synergys_at.service)
===
--- community-i686/synergys_at.service  (rev 0)
+++ community-i686/synergys_at.service  2015-05-29 16:19:47 UTC (rev 134311)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Synergy Server Daemon
+After=network.target
+
+[Service]
+User=%i
+ExecStart=/usr/bin/synergys --no-daemon --config /etc/synergy.conf
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/synergys_at.socket
===
--- community-i686/synergys_at.socket   2015-05-29 16:19:00 UTC (rev 134310)
+++ community-i686/synergys_at.socket   2015-05-29 16:19:47 UTC (rev 134311)
@@ -1,9 +0,0

[arch-commits] Commit in synergy/trunk (PKGBUILD unfuck-cryptopp-thanks-gentoo.patch)

2015-05-29 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 18:19:00
  Author: anthraxx
Revision: 134310

upgpkg synergy 1.7.3-1

Modified:
  synergy/trunk/PKGBUILD
Deleted:
  synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch

-+
 PKGBUILD|   45 +-
 unfuck-cryptopp-thanks-gentoo.patch |  109 --
 2 files changed, 30 insertions(+), 124 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 12:45:12 UTC (rev 134309)
+++ PKGBUILD2015-05-29 16:19:00 UTC (rev 134310)
@@ -1,4 +1,5 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
 # Contributor: Jelle van der Waa jelle vdwaa nl
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Dale Blount d...@archlinux.org
@@ -10,19 +11,22 @@
 # installed version of that library. They change around paths every
 # update and just generally don't seem to care much.
 pkgname=synergy
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip' 'subversion')
-optdepends=('qt5-base: gui support')
+depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
+makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
+optdepends=(
+  'qt5-base: gui support'
+  'openssl: encryption support'
+)
 license=('GPL2')
 
source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz;
 synergys_at.socket
 synergys_at.service)
-sha1sums=('a2fad5d72cf81a634f0b856ce701ca352ec6d9a8'
+sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
   '7ec33221725fc496b807e0f435c5e87b590beb5d'
   '65ab58cc3546d6374a05a6a260f15045632e43ce')
 
@@ -37,9 +41,8 @@
 build() {
   cd ${srcdir}/synergy-${pkgver}-stable
 
-  #cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS=${CXXFLAGS} -pthread .
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make -j1
+  make
 
   cd src/gui
   qmake
@@ -46,14 +49,21 @@
   make
 }
 
+check() {
+  cd ${srcdir}/synergy-${pkgver}-stable/bin
+  ./unittests
+}
+
 package() {
   cd ${srcdir}/synergy-${pkgver}-stable
 
   # install binary
-  install -Dm755 bin/synergy $pkgdir/usr/bin/synergy
-  install -Dm755 bin/synergyc $pkgdir/usr/bin/synergyc
-  install -Dm755 bin/synergys $pkgdir/usr/bin/synergys
-  install -Dm755 bin/syntool $pkgdir/usr/bin/syntool
+  install -Dm755 bin/synergy ${pkgdir}/usr/bin/synergy
+  install -Dm755 bin/synergyc ${pkgdir}/usr/bin/synergyc
+  install -Dm755 bin/synergyd ${pkgdir}/usr/bin/synergyd
+  install -Dm755 bin/synergys ${pkgdir}/usr/bin/synergys
+  install -Dm755 bin/syntool ${pkgdir}/usr/bin/syntool
+  install -Dm755 bin/usynergy ${pkgdir}/usr/bin/usynergy
 
   # install config
   install -Dm644 doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
@@ -63,12 +73,17 @@
   # install manfiles
   install -Dm644 doc/${pkgname}c.man 
${pkgdir}/usr/share/man/man1/${pkgname}c.1
   install -Dm644 doc/${pkgname}s.man 
${pkgdir}/usr/share/man/man1/${pkgname}s.1
+  
+  # plugin
+  install -Dm644 bin/plugins/libns.so ${pkgdir}/usr/lib/${pkgname}/libns.so
 
   # install systemd service and socket
-  install -Dm644 $srcdir/synergys_at.service 
$pkgdir/usr/lib/systemd/system/synergys@.service
-  install -Dm644 $srcdir/synergys_at.socket 
$pkgdir/usr/lib/systemd/system/synergys@.socket
+  install -Dm644 ${srcdir}/synergys_at.service 
${pkgdir}/usr/lib/systemd/system/synergys@.service
+  install -Dm644 ${srcdir}/synergys_at.socket 
${pkgdir}/usr/lib/systemd/system/synergys@.socket
 
   # install desktop/icon stuff
-  install -Dm644 res/synergy.ico $pkgdir/usr/share/icons/synergy.ico
-  install -Dm644 res/synergy.desktop 
$pkgdir/usr/share/applications/synergy.desktop
+  install -Dm644 res/synergy.ico ${pkgdir}/usr/share/icons/synergy.ico
+  install -Dm644 res/synergy.desktop 
${pkgdir}/usr/share/applications/synergy.desktop
 }
+
+# vim:set ts=2 sw=2 et:

Deleted: unfuck-cryptopp-thanks-gentoo.patch
===
--- unfuck-cryptopp-thanks-gentoo.patch 2015-05-29 12:45:12 UTC (rev 134309)
+++ unfuck-cryptopp-thanks-gentoo.patch 2015-05-29 16:19:00 UTC (rev 134310)
@@ -1,109 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -133,6 +133,10 @@
-   check_type_size(long SIZEOF_LONG)
-   check_type_size(short SIZEOF_SHORT)
- 
-+  set(CMAKE_REQUIRED_LIBRARIES crypto++)
-+  set(CMAKE_REQUIRED_LIBRARIES)
-+  set(CMAKE_INCLUDE_DIRECTORIES)
-+
-   # pthread is used on both Linux and Mac
-   check_library_exists(pthread pthread_create  HAVE_PTHREAD)
-   if (HAVE_PTHREAD)
-diff -ru synergy-1.4.17-Source/ext/CMakeLists.txt lol/ext/CMakeLists.txt

[arch-commits] Commit in synergy/repos (14 files)

2015-06-01 Thread Levente Polyak
Date: Monday, June 1, 2015 @ 12:15:40
  Author: anthraxx
Revision: 134461

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 134460, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/fix-incompetence.patch
(from rev 134460, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-i686/synergys_at.service
(from rev 134460, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 134460, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 134460, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/fix-incompetence.patch
(from rev 134460, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 134460, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 134460, synergy/trunk/synergys_at.socket)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket

-+
 /PKGBUILD   |  184 ++
 /synergys_at.service|   22 +++
 /synergys_at.socket |   18 ++
 community-i686/PKGBUILD |   89 --
 community-i686/fix-incompetence.patch   |   31 +
 community-i686/synergys_at.service  |   11 -
 community-i686/synergys_at.socket   |9 -
 community-x86_64/PKGBUILD   |   89 --
 community-x86_64/fix-incompetence.patch |   31 +
 community-x86_64/synergys_at.service|   11 -
 community-x86_64/synergys_at.socket |9 -
 11 files changed, 286 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 10:15:11 UTC (rev 134460)
+++ community-i686/PKGBUILD 2015-06-01 10:15:40 UTC (rev 134461)
@@ -1,89 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.7.3
-pkgrel=1
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
-optdepends=(
-  'qt5-base: gui support'
-  'openssl: encryption support'
-)
-license=('GPL2')
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz;
-synergys_at.socket
-synergys_at.service)
-sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '65ab58cc3546d6374a05a6a260f15045632e43ce')
-
-prepare() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-
-  cd ext
-  unzip gmock-1.6.0.zip -d gmock-1.6.0
-  unzip gtest-1.6.0.zip -d gtest-1.6.0
-}
-
-build() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-
-  cd src/gui
-  qmake
-  make
-}
-
-check() {
-  cd ${srcdir}/synergy-${pkgver}-stable/bin
-  ./unittests
-}
-
-package() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-
-  # install binary
-  install -Dm755 bin/synergy ${pkgdir}/usr/bin/synergy
-  install -Dm755 bin/synergyc ${pkgdir}/usr/bin/synergyc
-  install -Dm755 bin/synergyd ${pkgdir}/usr/bin/synergyd
-  install -Dm755 bin/synergys ${pkgdir}/usr/bin/synergys
-  install -Dm755 bin/syntool ${pkgdir}/usr/bin/syntool
-  install -Dm755 bin/usynergy ${pkgdir}/usr/bin/usynergy
-
-  # install config
-  install -Dm644 doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
-  install -Dm644 doc/${pkgname}.conf.example-advanced 
${pkgdir}/etc/${pkgname}.conf.example-advanced
-  install -Dm644 doc/${pkgname}.conf.example-basic 
${pkgdir}/etc/${pkgname}.conf.example-basic 
-
-  # install manfiles
-  install -Dm644 doc/${pkgname}c.man 
${pkgdir}/usr/share/man/man1/${pkgname}c.1
-  install -Dm644 doc/${pkgname}s.man 
${pkgdir}/usr/share/man/man1/${pkgname}s.1
-  
-  # plugin
-  install -Dm644 bin/plugins/libns.so ${pkgdir}/usr/lib/${pkgname}/libns.so
-
-  # install

[arch-commits] Commit in synergy/trunk (PKGBUILD fix-incompetence.patch)

2015-06-01 Thread Levente Polyak
Date: Monday, June 1, 2015 @ 12:15:11
  Author: anthraxx
Revision: 134460

fix incompetente plugin detection via upstream patch

Added:
  synergy/trunk/fix-incompetence.patch
Modified:
  synergy/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 fix-incompetence.patch |   31 +++
 2 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 10:13:39 UTC (rev 134459)
+++ PKGBUILD2015-06-01 10:15:11 UTC (rev 134460)
@@ -12,7 +12,7 @@
 # update and just generally don't seem to care much.
 pkgname=synergy
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
@@ -25,13 +25,16 @@
 license=('GPL2')
 
source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz;
 synergys_at.socket
-synergys_at.service)
+synergys_at.service
+fix-incompetence.patch)
 sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
   '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '65ab58cc3546d6374a05a6a260f15045632e43ce')
+  '65ab58cc3546d6374a05a6a260f15045632e43ce'
+  '10a899901ef62828280f21979625495f4da159f5')
 
 prepare() {
   cd ${srcdir}/synergy-${pkgver}-stable
+  patch -p1  ../fix-incompetence.patch
 
   cd ext
   unzip gmock-1.6.0.zip -d gmock-1.6.0

Added: fix-incompetence.patch
===
--- fix-incompetence.patch  (rev 0)
+++ fix-incompetence.patch  2015-06-01 10:15:11 UTC (rev 134460)
@@ -0,0 +1,31 @@
+From 03fc9b5fa72fd3197ca1e496f2c22e640304a602 Mon Sep 17 00:00:00 2001
+From: Maxim Doucet maxim.dou...@gmail.com
+Date: Wed, 27 May 2015 18:34:47 +0200
+Subject: [PATCH] Fix issue synergy/synergy#4720
+
+---
+ src/gui/src/PluginManager.cpp | 8 +---
+ 1 file changed, 1 insertion(+), 7 deletions(-)
+
+diff --git a/src/gui/src/PluginManager.cpp b/src/gui/src/PluginManager.cpp
+index fd3a24e..d1dc876 100644
+--- a/src/gui/src/PluginManager.cpp
 b/src/gui/src/PluginManager.cpp
+@@ -194,13 +194,7 @@ QString PluginManager::getPluginUrl(const QString 
pluginName)
+   process.start(program, args);
+   bool success = process.waitForStarted();
+ 
+-  if (!success || !process.waitForFinished())
+-  {
+-  emit error(tr(Could not get Linux package type.));
+-  return ;
+-  }
+-
+-  bool isDeb = (process.exitCode() == 0);
++  bool isDeb = (success  process.waitForFinished()  
(process.exitCode() == 0));
+ 
+   int arch = getProcessorArch();
+   if (arch == kProcessorArchLinux32) {
+-- 
+2.4.2
+


[arch-commits] Commit in (5 files)

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 11:59:34
  Author: anthraxx
Revision: 134263

moving hexer-0.1.8-3 to [community]

Added:
  hexer/
  hexer/repos/
  hexer/trunk/
  hexer/trunk/PKGBUILD
  hexer/trunk/fix-sig-sa_mask.patch

---+
 PKGBUILD  |   37 +
 fix-sig-sa_mask.patch |   11 +++
 2 files changed, 48 insertions(+)

Added: hexer/trunk/PKGBUILD
===
--- hexer/trunk/PKGBUILD(rev 0)
+++ hexer/trunk/PKGBUILD2015-05-28 09:59:34 UTC (rev 134263)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=hexer
+pkgver=0.1.8
+pkgrel=3
+pkgdesc=A multi buffer editor for binary files with vi-like interface
+arch=('i686' 'x86_64')
+url=http://devel.ringlet.net/;
+license=('custom')
+depends=('ncurses')
+source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
+fix-sig-sa_mask.patch)
+sha512sums=('c831b00f5ea201e38fc5bede991320b07f3e7c70043d53aed107f8bff8f102d2ecea3fb7f0d57dd7a079d8a5bbb0a84e01eca8a91723fdd76be2e066a8075df4'
+
'0ccaf8353fbe3aa5ac2c4c7ed1ebd9a5c4820533f383b6af29ec1b86a2d9e430b4996121600af8d1f0d068ac4f58cb971c6b881cdede710d560ba451554f044e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cp config.{linux,h}
+  sed -i s|/usr/local|/usr| Makefile
+  sed -i s|/man/|/share/man/| Makefile
+  patch -p0  ${srcdir}/fix-sig-sa_mask.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Added: hexer/trunk/fix-sig-sa_mask.patch
===
--- hexer/trunk/fix-sig-sa_mask.patch   (rev 0)
+++ hexer/trunk/fix-sig-sa_mask.patch   2015-05-28 09:59:34 UTC (rev 134263)
@@ -0,0 +1,11 @@
+--- tio.c  2015-04-02 17:32:27.653607986 +0200
 tio.c  2015-04-02 17:35:27.386616788 +0200
+@@ -816,7 +816,7 @@
+ #ifdef SA_INTERRUPT
+ static struct sigaction act;
+ act.sa_handler = sigwinch_handler;
+-act.sa_mask = 0;
++sigemptyset(act.sa_mask);
+ act.sa_flags = SA_INTERRUPT;
+ sigaction(SIGWINCH, act, 0);
+ #else


[arch-commits] Commit in hexer/trunk (PKGBUILD)

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 12:02:00
  Author: anthraxx
Revision: 134264

using source prefix

Modified:
  hexer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 09:59:34 UTC (rev 134263)
+++ PKGBUILD2015-05-28 10:02:00 UTC (rev 134264)
@@ -10,7 +10,7 @@
 url=http://devel.ringlet.net/;
 license=('custom')
 depends=('ncurses')
-source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
 fix-sig-sa_mask.patch)
 
sha512sums=('c831b00f5ea201e38fc5bede991320b07f3e7c70043d53aed107f8bff8f102d2ecea3fb7f0d57dd7a079d8a5bbb0a84e01eca8a91723fdd76be2e066a8075df4'
 
'0ccaf8353fbe3aa5ac2c4c7ed1ebd9a5c4820533f383b6af29ec1b86a2d9e430b4996121600af8d1f0d068ac4f58cb971c6b881cdede710d560ba451554f044e')


[arch-commits] Commit in / ()

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 11:52:50
  Author: anthraxx
Revision: 134262

second try ignoring .pkg.tar.xz

Modified:
  / (properties)

Index: 
===
--- 2015-05-28 09:48:00 UTC (rev 134261)
+++ 2015-05-28 09:52:50 UTC (rev 134262)

Property changes on: 
___
Added: svn:global-ignores
## -0,0 +1,2 ##
+*.pkg.tar.xz
+*.pkg.tar.xz.sig


[arch-commits] Commit in / ()

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 11:48:00
  Author: anthraxx
Revision: 134261

ignore pkg.tar.xz

Modified:
  / (properties)

Index: 
===
--- 2015-05-28 06:22:34 UTC (rev 134260)
+++ 2015-05-28 09:48:00 UTC (rev 134261)

Property changes on: 
___
Added: svn:ignore
## -0,0 +1,2 ##
+*.pkg.tar.xz.sig
+*.pkg.tar.xz


[arch-commits] Commit in hexer/repos (6 files)

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 12:03:25
  Author: anthraxx
Revision: 134265

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hexer/repos/community-i686/
  hexer/repos/community-i686/PKGBUILD
(from rev 134264, hexer/trunk/PKGBUILD)
  hexer/repos/community-i686/fix-sig-sa_mask.patch
(from rev 134264, hexer/trunk/fix-sig-sa_mask.patch)
  hexer/repos/community-x86_64/
  hexer/repos/community-x86_64/PKGBUILD
(from rev 134264, hexer/trunk/PKGBUILD)
  hexer/repos/community-x86_64/fix-sig-sa_mask.patch
(from rev 134264, hexer/trunk/fix-sig-sa_mask.patch)

+
 community-i686/PKGBUILD|   37 +++
 community-i686/fix-sig-sa_mask.patch   |   11 +
 community-x86_64/PKGBUILD  |   37 +++
 community-x86_64/fix-sig-sa_mask.patch |   11 +
 4 files changed, 96 insertions(+)

Copied: hexer/repos/community-i686/PKGBUILD (from rev 134264, 
hexer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 10:03:25 UTC (rev 134265)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=hexer
+pkgver=0.1.8
+pkgrel=3
+pkgdesc=A multi buffer editor for binary files with vi-like interface
+arch=('i686' 'x86_64')
+url=http://devel.ringlet.net/;
+license=('custom')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.gz::http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
+fix-sig-sa_mask.patch)
+sha512sums=('c831b00f5ea201e38fc5bede991320b07f3e7c70043d53aed107f8bff8f102d2ecea3fb7f0d57dd7a079d8a5bbb0a84e01eca8a91723fdd76be2e066a8075df4'
+
'0ccaf8353fbe3aa5ac2c4c7ed1ebd9a5c4820533f383b6af29ec1b86a2d9e430b4996121600af8d1f0d068ac4f58cb971c6b881cdede710d560ba451554f044e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cp config.{linux,h}
+  sed -i s|/usr/local|/usr| Makefile
+  sed -i s|/man/|/share/man/| Makefile
+  patch -p0  ${srcdir}/fix-sig-sa_mask.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexer/repos/community-i686/fix-sig-sa_mask.patch (from rev 134264, 
hexer/trunk/fix-sig-sa_mask.patch)
===
--- community-i686/fix-sig-sa_mask.patch(rev 0)
+++ community-i686/fix-sig-sa_mask.patch2015-05-28 10:03:25 UTC (rev 
134265)
@@ -0,0 +1,11 @@
+--- tio.c  2015-04-02 17:32:27.653607986 +0200
 tio.c  2015-04-02 17:35:27.386616788 +0200
+@@ -816,7 +816,7 @@
+ #ifdef SA_INTERRUPT
+ static struct sigaction act;
+ act.sa_handler = sigwinch_handler;
+-act.sa_mask = 0;
++sigemptyset(act.sa_mask);
+ act.sa_flags = SA_INTERRUPT;
+ sigaction(SIGWINCH, act, 0);
+ #else

Copied: hexer/repos/community-x86_64/PKGBUILD (from rev 134264, 
hexer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 10:03:25 UTC (rev 134265)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=hexer
+pkgver=0.1.8
+pkgrel=3
+pkgdesc=A multi buffer editor for binary files with vi-like interface
+arch=('i686' 'x86_64')
+url=http://devel.ringlet.net/;
+license=('custom')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.gz::http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
+fix-sig-sa_mask.patch)
+sha512sums=('c831b00f5ea201e38fc5bede991320b07f3e7c70043d53aed107f8bff8f102d2ecea3fb7f0d57dd7a079d8a5bbb0a84e01eca8a91723fdd76be2e066a8075df4'
+
'0ccaf8353fbe3aa5ac2c4c7ed1ebd9a5c4820533f383b6af29ec1b86a2d9e430b4996121600af8d1f0d068ac4f58cb971c6b881cdede710d560ba451554f044e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cp config.{linux,h}
+  sed -i s|/usr/local|/usr| Makefile
+  sed -i s|/man/|/share/man/| Makefile
+  patch -p0  ${srcdir}/fix-sig-sa_mask.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexer/repos/community-x86_64/fix-sig-sa_mask.patch (from rev 134264, 
hexer/trunk/fix-sig-sa_mask.patch)
===
--- community-x86_64/fix-sig-sa_mask.patch

[arch-commits] Commit in ncmpcpp/trunk (missing-include.patch)

2015-05-25 Thread Levente Polyak
Date: Monday, May 25, 2015 @ 23:31:51
  Author: anthraxx
Revision: 134083

upgpkg: ncmpcpp 0.6.4-1

upgpkg: namcap 0.6.4-1

Deleted:
  ncmpcpp/trunk/missing-include.patch

---+
 missing-include.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: missing-include.patch
===
--- missing-include.patch   2015-05-25 21:28:58 UTC (rev 134082)
+++ missing-include.patch   2015-05-25 21:31:51 UTC (rev 134083)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h


[arch-commits] Commit in ncmpcpp/trunk (PKGBUILD)

2015-05-25 Thread Levente Polyak
Date: Monday, May 25, 2015 @ 23:28:58
  Author: anthraxx
Revision: 134082

upgpkg: ncmpcpp 0.6.4-1

upgpkg: namcap 0.6.4-1

Modified:
  ncmpcpp/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 14 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 21:17:27 UTC (rev 134081)
+++ PKGBUILD2015-05-25 21:28:58 UTC (rev 134082)
@@ -1,30 +1,24 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: graysky graysky AT archlinux DOT us
 # Contributor: Mateusz Herych heni...@gmail.com
 # Contributor: Army uli[dot]armbruster[at]gmail[dot]com
 
 pkgname=ncmpcpp
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.4
+pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
 license=('GPL')
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
-missing-include.patch)
-md5sums=('b4af4c7405ce12033757c1cd1f9900c5'
- '14fa33349661c8e6c2a323970ef1e98c')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
+sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
 --enable-clock \
 --enable-outputs \
@@ -34,12 +28,13 @@
 --with-fftw \
 --with-taglib
   make
+  make -C extras
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
+}
 
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ncmpcpp/repos (6 files)

2015-05-25 Thread Levente Polyak
Date: Monday, May 25, 2015 @ 23:32:01
  Author: anthraxx
Revision: 134084

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 134083, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 134083, ncmpcpp/trunk/PKGBUILD)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   80 +++
 community-i686/PKGBUILD|   45 -
 community-i686/missing-include.patch   |   12 
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/missing-include.patch |   12 
 5 files changed, 80 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 21:31:51 UTC (rev 134083)
+++ community-i686/PKGBUILD 2015-05-25 21:32:01 UTC (rev 134084)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6.3
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
-missing-include.patch)
-md5sums=('b4af4c7405ce12033757c1cd1f9900c5'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 134083, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 21:32:01 UTC (rev 134084)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
+sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2015-05-25 21:31:51 UTC (rev 
134083)
+++ community-i686/missing-include.patch2015-05-25 21:32:01 UTC (rev 
134084)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 21:31:51 UTC (rev 134083)
+++ community-x86_64/PKGBUILD   2015-05-25 21:32:01 UTC (rev 134084)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot

[arch-commits] Commit in p0f/repos (4 files)

2015-05-26 Thread Levente Polyak
Date: Tuesday, May 26, 2015 @ 20:46:46
  Author: anthraxx
Revision: 134185

archrelease: copy trunk to community-x86_64, community-i686

Added:
  p0f/repos/community-i686/
  p0f/repos/community-i686/PKGBUILD
(from rev 134184, p0f/trunk/PKGBUILD)
  p0f/repos/community-x86_64/
  p0f/repos/community-x86_64/PKGBUILD
(from rev 134184, p0f/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   46 
 community-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: p0f/repos/community-i686/PKGBUILD (from rev 134184, p0f/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 18:46:46 UTC (rev 134185)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Michal Zalewski lcamtuf[at]coredump[dot]cx
+# Contributor: cbreaker cbreaker[at]tlen[dot]pl]
+# Contributor: Tino Reichardt
+# Contributor: Timothée Ravier tim[at]siosm[dot]fr
+
+pkgname=p0f
+pkgver=3.08b
+pkgrel=2
+pkgdesc=Purely passive TCP/IP traffic fingerprinting tool
+url=http://lcamtuf.coredump.cx/p0f3/;
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('libpcap')
+source=(http://lcamtuf.coredump.cx/p0f3/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('283dc76bd29350a46999fb5ef8bc6d3acc28975ca3ecf34e42348b0806b2a97aa1670f334b80ab086a6e09d1e2cdff82f387f9142f95fb42e270ebc55b04f68b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/local/|/usr/|g' -i build.sh
+  sed -e s|-fstack-protector-all|$CFLAGS|g -i build.sh
+  sed -e s|-g -ggdb||g -i build.sh
+  sed -e s|-Wl,-z,relro -pie|$LDFLAGS|g -i build.sh
+  sed -e 's|p0f.fp|/etc/p0f/p0f.fp|g' -i config.h
+  sed -e s|-g -ggdb|$CFLAGS|g -i tools/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  cd tools
+  make p0f-client
+  make p0f-sendsyn
+  make p0f-sendsyn6
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 p0f ${pkgdir}/usr/bin/p0f
+  install -Dm 644 p0f.fp ${pkgdir}/etc/p0f/p0f.fp
+  install -Dm 644 docs/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 docs/README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -m 755 tools/{p0f-client,p0f-sendsyn,p0f-sendsyn6} 
${pkgdir}/usr/bin
+}
+
+# vim: ts=2 sw=2 et:

Copied: p0f/repos/community-x86_64/PKGBUILD (from rev 134184, 
p0f/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-26 18:46:46 UTC (rev 134185)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Michal Zalewski lcamtuf[at]coredump[dot]cx
+# Contributor: cbreaker cbreaker[at]tlen[dot]pl]
+# Contributor: Tino Reichardt
+# Contributor: Timothée Ravier tim[at]siosm[dot]fr
+
+pkgname=p0f
+pkgver=3.08b
+pkgrel=2
+pkgdesc=Purely passive TCP/IP traffic fingerprinting tool
+url=http://lcamtuf.coredump.cx/p0f3/;
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('libpcap')
+source=(http://lcamtuf.coredump.cx/p0f3/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('283dc76bd29350a46999fb5ef8bc6d3acc28975ca3ecf34e42348b0806b2a97aa1670f334b80ab086a6e09d1e2cdff82f387f9142f95fb42e270ebc55b04f68b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/local/|/usr/|g' -i build.sh
+  sed -e s|-fstack-protector-all|$CFLAGS|g -i build.sh
+  sed -e s|-g -ggdb||g -i build.sh
+  sed -e s|-Wl,-z,relro -pie|$LDFLAGS|g -i build.sh
+  sed -e 's|p0f.fp|/etc/p0f/p0f.fp|g' -i config.h
+  sed -e s|-g -ggdb|$CFLAGS|g -i tools/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  cd tools
+  make p0f-client
+  make p0f-sendsyn
+  make p0f-sendsyn6
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 p0f ${pkgdir}/usr/bin/p0f
+  install -Dm 644 p0f.fp ${pkgdir}/etc/p0f/p0f.fp
+  install -Dm 644 docs/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 docs/README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -m 755 tools/{p0f-client,p0f-sendsyn,p0f-sendsyn6} 
${pkgdir}/usr/bin
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (p0f p0f/repos p0f/trunk p0f/trunk/PKGBUILD)

2015-05-26 Thread Levente Polyak
Date: Tuesday, May 26, 2015 @ 20:45:37
  Author: anthraxx
Revision: 134184

moving p0f 3.08b-2 into [community]

Added:
  p0f/
  p0f/repos/
  p0f/trunk/
  p0f/trunk/PKGBUILD

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Added: p0f/trunk/PKGBUILD
===
--- p0f/trunk/PKGBUILD  (rev 0)
+++ p0f/trunk/PKGBUILD  2015-05-26 18:45:37 UTC (rev 134184)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Michal Zalewski lcamtuf[at]coredump[dot]cx
+# Contributor: cbreaker cbreaker[at]tlen[dot]pl]
+# Contributor: Tino Reichardt
+# Contributor: Timothée Ravier tim[at]siosm[dot]fr
+
+pkgname=p0f
+pkgver=3.08b
+pkgrel=2
+pkgdesc=Purely passive TCP/IP traffic fingerprinting tool
+url=http://lcamtuf.coredump.cx/p0f3/;
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('libpcap')
+source=(http://lcamtuf.coredump.cx/p0f3/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('283dc76bd29350a46999fb5ef8bc6d3acc28975ca3ecf34e42348b0806b2a97aa1670f334b80ab086a6e09d1e2cdff82f387f9142f95fb42e270ebc55b04f68b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/local/|/usr/|g' -i build.sh
+  sed -e s|-fstack-protector-all|$CFLAGS|g -i build.sh
+  sed -e s|-g -ggdb||g -i build.sh
+  sed -e s|-Wl,-z,relro -pie|$LDFLAGS|g -i build.sh
+  sed -e 's|p0f.fp|/etc/p0f/p0f.fp|g' -i config.h
+  sed -e s|-g -ggdb|$CFLAGS|g -i tools/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  cd tools
+  make p0f-client
+  make p0f-sendsyn
+  make p0f-sendsyn6
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 p0f ${pkgdir}/usr/bin/p0f
+  install -Dm 644 p0f.fp ${pkgdir}/etc/p0f/p0f.fp
+  install -Dm 644 docs/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 docs/README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -m 755 tools/{p0f-client,p0f-sendsyn,p0f-sendsyn6} 
${pkgdir}/usr/bin
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lynis/repos (community-any community-any/PKGBUILD)

2015-05-26 Thread Levente Polyak
Date: Tuesday, May 26, 2015 @ 16:41:52
  Author: anthraxx
Revision: 134181

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/
  lynis/repos/community-any/PKGBUILD
(from rev 134180, lynis/trunk/PKGBUILD)

--+
 PKGBUILD |   53 +
 1 file changed, 53 insertions(+)

Copied: lynis/repos/community-any/PKGBUILD (from rev 134180, 
lynis/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-05-26 14:41:52 UTC (rev 134181)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=lynis
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+license=('GPL3')
+arch=('any')
+backup=('etc/lynis/default.prf')
+depends=('sh')
+optdepends=(
+  'net-tools: networking tests'
+  'bash-completion: completion for bash'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('4ed7fc11b14896518457e5ac8ada35cb8afc798f9fbc6b1b4d9f971b64a93f76215c1c3b2506ac0c12a478f53248eab0fd93347bc262f5fb6c0fe4e663c2e346')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # profile
+  install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
+
+  # binary
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+
+  # plugins, include, db
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
+
+  # doc files
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
+
+  # manpage
+  install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} 
${pkgdir}/usr/share/bash-completion/completions/${pkgname}
+
+  # systemd
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m 644 extras/systemd/{lynis.service,lynis.timer} 
${pkgdir}/usr/lib/systemd/system/
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


[arch-commits] Commit in (lynis lynis/repos lynis/trunk lynis/trunk/PKGBUILD)

2015-05-26 Thread Levente Polyak
Date: Tuesday, May 26, 2015 @ 16:39:31
  Author: anthraxx
Revision: 134180

adding initial lynis into repo

Added:
  lynis/
  lynis/repos/
  lynis/trunk/
  lynis/trunk/PKGBUILD

--+
 PKGBUILD |   53 +
 1 file changed, 53 insertions(+)

Added: lynis/trunk/PKGBUILD
===
--- lynis/trunk/PKGBUILD(rev 0)
+++ lynis/trunk/PKGBUILD2015-05-26 14:39:31 UTC (rev 134180)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=lynis
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+license=('GPL3')
+arch=('any')
+backup=('etc/lynis/default.prf')
+depends=('sh')
+optdepends=(
+  'net-tools: networking tests'
+  'bash-completion: completion for bash'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('4ed7fc11b14896518457e5ac8ada35cb8afc798f9fbc6b1b4d9f971b64a93f76215c1c3b2506ac0c12a478f53248eab0fd93347bc262f5fb6c0fe4e663c2e346')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  # profile
+  install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
+
+  # binary
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+
+  # plugins, include, db
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
+
+  # doc files
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
+
+  # manpage
+  install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} 
${pkgdir}/usr/share/bash-completion/completions/${pkgname}
+
+  # systemd
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m 644 extras/systemd/{lynis.service,lynis.timer} 
${pkgdir}/usr/lib/systemd/system/
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


[arch-commits] Commit in ncmpcpp/repos (4 files)

2015-07-07 Thread Levente Polyak
Date: Tuesday, July 7, 2015 @ 20:17:06
  Author: anthraxx
Revision: 136533

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 136532, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 136532, ncmpcpp/trunk/PKGBUILD)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/PKGBUILD |   40 --
 3 files changed, 78 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-07 18:16:55 UTC (rev 136532)
+++ community-i686/PKGBUILD 2015-07-07 18:17:06 UTC (rev 136533)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6.4
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
-sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 136532, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-07 18:17:06 UTC (rev 136533)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('b120bd3c0697d51755e04908d29ddd4180ae662d3f02d60e967ccbefca87471eaf0dcf4ebed5d76203b7a0a6dd17a397f318a65087c1b8ec1e3fb4178964e581')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-07 18:16:55 UTC (rev 136532)
+++ community-x86_64/PKGBUILD   2015-07-07 18:17:06 UTC (rev 136533)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6.4
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
-sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw

[arch-commits] Commit in ncmpcpp/trunk (PKGBUILD)

2015-07-07 Thread Levente Polyak
Date: Tuesday, July 7, 2015 @ 20:16:55
  Author: anthraxx
Revision: 136532

upgpkg: ncmpcpp 0.6.5-1

upgpkg ncmpcpp 0.6.5-1

Modified:
  ncmpcpp/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-07 18:15:35 UTC (rev 136531)
+++ PKGBUILD2015-07-07 18:16:55 UTC (rev 136532)
@@ -1,12 +1,11 @@
-# $Id$
 # Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: graysky graysky AT archlinux DOT us
 # Contributor: Mateusz Herych heni...@gmail.com
 # Contributor: Army uli[dot]armbruster[at]gmail[dot]com
 
 pkgname=ncmpcpp
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
@@ -14,8 +13,8 @@
 license=('GPL')
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
-sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('b120bd3c0697d51755e04908d29ddd4180ae662d3f02d60e967ccbefca87471eaf0dcf4ebed5d76203b7a0a6dd17a397f318a65087c1b8ec1e3fb4178964e581')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -34,7 +33,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  install -Dm755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
+  install -Dm 755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in libstrophe/trunk (PKGBUILD)

2015-08-23 Thread Levente Polyak
Date: Sunday, August 23, 2015 @ 17:34:37
  Author: anthraxx
Revision: 138689

upgpkg: libstrophe 1:0.8.8-1

upgpkg libstrophe 1:0.8.8-1

Modified:
  libstrophe/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-23 15:34:18 UTC (rev 138688)
+++ PKGBUILD2015-08-23 15:34:37 UTC (rev 138689)
@@ -1,37 +1,39 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=libstrophe
-pkgver=0.8.7
+pkgver=0.8.8
 pkgrel=1
 epoch=1
 pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
 arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
 license=('MIT' 'GPL3')
 depends=('openssl' 'expat')
 makedepends=('git')
 checkdepends=('check')
-source=($pkgname-$pkgver.tar.gz::https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('30be74c566028b31cfbc91d11a36dce8')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('fe1e9ee0ea93271862ca8bd3cd5cd66d0bd060398f3b11a242158872501ab517f4f436e474dd5603d7343d4aaf0957d68b7fe69578d7d99541aaa63a38a3')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   ./bootstrap.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  make -C $pkgname-$pkgver check
+  make -C ${pkgname}-${pkgver} check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 MIT-LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libstrophe/repos (4 files)

2015-08-23 Thread Levente Polyak
Date: Sunday, August 23, 2015 @ 17:34:48
  Author: anthraxx
Revision: 138690

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libstrophe/repos/community-i686/PKGBUILD
(from rev 138689, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-x86_64/PKGBUILD
(from rev 138689, libstrophe/trunk/PKGBUILD)
Deleted:
  libstrophe/repos/community-i686/PKGBUILD
  libstrophe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-23 15:34:37 UTC (rev 138689)
+++ community-i686/PKGBUILD 2015-08-23 15:34:48 UTC (rev 138690)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=0.8.7
-pkgrel=1
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git')
-checkdepends=('check')
-source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('30be74c566028b31cfbc91d11a36dce8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
-}

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 138689, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-23 15:34:48 UTC (rev 138690)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.8
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('fe1e9ee0ea93271862ca8bd3cd5cd66d0bd060398f3b11a242158872501ab517f4f436e474dd5603d7343d4aaf0957d68b7fe69578d7d99541aaa63a38a3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C ${pkgname}-${pkgver} check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 MIT-LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-23 15:34:37 UTC (rev 138689)
+++ community-x86_64/PKGBUILD   2015-08-23 15:34:48 UTC (rev 138690)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=0.8.7
-pkgrel=1
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git')
-checkdepends=('check')
-source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('30be74c566028b31cfbc91d11a36dce8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
-}

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 138689, 
libstrophe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-23 15:34:48 UTC (rev 138690)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.8
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive

[arch-commits] Commit in synergy/trunk (PKGBUILD fix-incompetence.patch)

2015-08-24 Thread Levente Polyak
Date: Monday, August 24, 2015 @ 17:17:11
  Author: anthraxx
Revision: 138729

upgpkg: synergy 1.7.4-1

upgpkg synergy 1.7.4-1

Modified:
  synergy/trunk/PKGBUILD
  synergy/trunk/fix-incompetence.patch

+
 PKGBUILD   |9 -
 fix-incompetence.patch |   29 -
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 13:10:35 UTC (rev 138728)
+++ PKGBUILD2015-08-24 15:17:11 UTC (rev 138729)
@@ -11,8 +11,8 @@
 # installed version of that library. They change around paths every
 # update and just generally don't seem to care much.
 pkgname=synergy
-pkgver=1.7.3
-pkgrel=3
+pkgver=1.7.4
+pkgrel=1
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
@@ -28,16 +28,15 @@
 synergys_at.service
 fix-incompetence.patch
 wrapper)
-sha512sums=('334cad16b843f0a6c1337960d76b37724bdb2a5f9841cffab4dbcbe6393cb0c4323860b64a15cccba1158763ef8cbea820900a5c53d0abbb6a92cfbeff827287'
+sha512sums=('ad6139209a8635ed91e943e11a7709d96a037bdda45a949c9f63aa3e13211aecf02651794921d2dde30d9024930e256da7538f1cf104d300be1e6b7bc4732932'
 
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
 
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
-
'02eff8a165c33b22239a1e979532b56fbb791cd2a042237f3c3705a4168ec6b833d5dc58a0037375b223af1c34e6bdd8aa9e9c7672a709d7722656c846fe065c'
+
'd598f05614d0db894781e85ecab9a1196da3df6967e3bd44f5b8246c7cba76859734cf953edddf0addf6464f62f88b99da52fb5674e8db4a58bf971d078da83a'
 
'a2e126ad3ac53fb855a331134982f86ef81ffc75b73e73b242e6f854fe7e2daec160fac2161acdc7020cd7f57ae0a8826ac7a249ad10b03db614ada0062b3e93')
 
 prepare() {
   cd synergy-${pkgver}-stable
   patch -p1  ${srcdir}/fix-incompetence.patch
-
   (cd ext
 unzip gmock-1.6.0.zip -d gmock-1.6.0
 unzip gtest-1.6.0.zip -d gtest-1.6.0

Modified: fix-incompetence.patch
===
--- fix-incompetence.patch  2015-08-24 13:10:35 UTC (rev 138728)
+++ fix-incompetence.patch  2015-08-24 15:17:11 UTC (rev 138729)
@@ -1,32 +1,3 @@
-From 03fc9b5fa72fd3197ca1e496f2c22e640304a602 Mon Sep 17 00:00:00 2001
-From: Maxim Doucet maxim.dou...@gmail.com
-Date: Wed, 27 May 2015 18:34:47 +0200
-Subject: [PATCH] Fix issue synergy/synergy#4720
-

- src/gui/src/PluginManager.cpp | 8 +---
- 1 file changed, 1 insertion(+), 7 deletions(-)
-
-diff --git a/src/gui/src/PluginManager.cpp b/src/gui/src/PluginManager.cpp
-index fd3a24e..d1dc876 100644
 a/src/gui/src/PluginManager.cpp
-+++ b/src/gui/src/PluginManager.cpp
-@@ -194,13 +194,7 @@ QString PluginManager::getPluginUrl(const QString 
pluginName)
-   process.start(program, args);
-   bool success = process.waitForStarted();
- 
--  if (!success || !process.waitForFinished())
--  {
--  emit error(tr(Could not get Linux package type.));
--  return ;
--  }
--
--  bool isDeb = (process.exitCode() == 0);
-+  bool isDeb = (success  process.waitForFinished()  
(process.exitCode() == 0));
- 
-   int arch = getProcessorArch();
-   if (arch == kProcessorArchLinux32) {
--- 
 From 5080bf0c679711f60ca14eb5979d92f181749bb7 Mon Sep 17 00:00:00 2001
 From: Manuel Frischknecht manuel.frischkne...@bfh.ch
 Date: Mon, 20 Jul 2015 17:55:02 +0200


[arch-commits] Commit in synergy/repos (20 files)

2015-08-24 Thread Levente Polyak
Date: Monday, August 24, 2015 @ 17:17:23
  Author: anthraxx
Revision: 138730

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 138729, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/fix-incompetence.patch
(from rev 138729, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-i686/synergys_at.service
(from rev 138729, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 138729, synergy/trunk/synergys_at.socket)
  synergy/repos/community-i686/wrapper
(from rev 138729, synergy/trunk/wrapper)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 138729, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/fix-incompetence.patch
(from rev 138729, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 138729, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 138729, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/wrapper
(from rev 138729, synergy/trunk/wrapper)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/fix-incompetence.patch
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-i686/wrapper
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/fix-incompetence.patch
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket
  synergy/repos/community-x86_64/wrapper

-+
 /PKGBUILD   |  210 ++
 /fix-incompetence.patch |   46 ++
 /synergys_at.service|   22 +++
 /synergys_at.socket |   18 ++
 /wrapper|8 +
 community-i686/PKGBUILD |  106 ---
 community-i686/fix-incompetence.patch   |   52 ---
 community-i686/synergys_at.service  |   11 -
 community-i686/synergys_at.socket   |9 -
 community-i686/wrapper  |4 
 community-x86_64/PKGBUILD   |  106 ---
 community-x86_64/fix-incompetence.patch |   52 ---
 community-x86_64/synergys_at.service|   11 -
 community-x86_64/synergys_at.socket |9 -
 community-x86_64/wrapper|4 
 15 files changed, 304 insertions(+), 364 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-24 15:17:11 UTC (rev 138729)
+++ community-i686/PKGBUILD 2015-08-24 15:17:23 UTC (rev 138730)
@@ -1,106 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.7.3
-pkgrel=3
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
-optdepends=(
-  'qt5-base: gui support'
-  'openssl: encryption support'
-)
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz
-synergys_at.socket
-synergys_at.service
-fix-incompetence.patch
-wrapper)
-sha512sums=('334cad16b843f0a6c1337960d76b37724bdb2a5f9841cffab4dbcbe6393cb0c4323860b64a15cccba1158763ef8cbea820900a5c53d0abbb6a92cfbeff827287'
-
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
-
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
-
'02eff8a165c33b22239a1e979532b56fbb791cd2a042237f3c3705a4168ec6b833d5dc58a0037375b223af1c34e6bdd8aa9e9c7672a709d7722656c846fe065c'
-
'a2e126ad3ac53fb855a331134982f86ef81ffc75b73e73b242e6f854fe7e2daec160fac2161acdc7020cd7f57ae0a8826ac7a249ad10b03db614ada0062b3e93')
-
-prepare() {
-  cd synergy-${pkgver}-stable
-  patch -p1  ${srcdir}/fix-incompetence.patch
-
-  (cd ext
-unzip gmock-1.6.0.zip -d gmock-1.6.0
-unzip gtest-1.6.0.zip -d gtest-1.6.0
-  )
-}
-
-build

[arch-commits] Commit in (zmap zmap/repos zmap/trunk zmap/trunk/PKGBUILD)

2015-07-28 Thread Levente Polyak
Date: Wednesday, July 29, 2015 @ 02:40:16
  Author: anthraxx
Revision: 137579

addpkg zmap 1.2.1-3

Added:
  zmap/
  zmap/repos/
  zmap/trunk/
  zmap/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Added: zmap/trunk/PKGBUILD
===
--- zmap/trunk/PKGBUILD (rev 0)
+++ zmap/trunk/PKGBUILD 2015-07-29 00:40:16 UTC (rev 137579)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jens Adam j...@byte.cx
+
+pkgname=zmap
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Fast network scanner designed for Internet-wide network surveys'
+url='https://zmap.io/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('gmp' 'hiredis' 'json-c' 'libpcap')
+makedepends=('byacc' 'cmake' 'gengetopt')
+backup=('etc/zmap/blacklist.conf' 'etc/zmap/zmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zmap/zmap/archive/v${pkgver}.tar.gz)
+sha512sums=('1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DWITH_JSON=ON -DWITH_REDIS=ON
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 src/zmap ${pkgdir}/usr/bin/zmap
+  install -Dm 644 src/zmap.1 ${pkgdir}/usr/share/man/man1/zmap.1
+  install -Dm 644 conf/* -t ${pkgdir}/etc/zmap
+  for F in AUTHORS CHANGELOG INSTALL README; do
+install -Dm 644 ${F} ${pkgdir}/usr/share/doc/zmap/${F}
+  done
+  cp -a examples ${pkgdir}/usr/share/doc/zmap
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in zmap/repos (4 files)

2015-07-28 Thread Levente Polyak
Date: Wednesday, July 29, 2015 @ 02:40:35
  Author: anthraxx
Revision: 137580

archrelease: copy trunk to community-i686, community-x86_64

Added:
  zmap/repos/community-i686/
  zmap/repos/community-i686/PKGBUILD
(from rev 137579, zmap/trunk/PKGBUILD)
  zmap/repos/community-x86_64/
  zmap/repos/community-x86_64/PKGBUILD
(from rev 137579, zmap/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: zmap/repos/community-i686/PKGBUILD (from rev 137579, 
zmap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-29 00:40:35 UTC (rev 137580)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jens Adam j...@byte.cx
+
+pkgname=zmap
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Fast network scanner designed for Internet-wide network surveys'
+url='https://zmap.io/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('gmp' 'hiredis' 'json-c' 'libpcap')
+makedepends=('byacc' 'cmake' 'gengetopt')
+backup=('etc/zmap/blacklist.conf' 'etc/zmap/zmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zmap/zmap/archive/v${pkgver}.tar.gz)
+sha512sums=('1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DWITH_JSON=ON -DWITH_REDIS=ON
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 src/zmap ${pkgdir}/usr/bin/zmap
+  install -Dm 644 src/zmap.1 ${pkgdir}/usr/share/man/man1/zmap.1
+  install -Dm 644 conf/* -t ${pkgdir}/etc/zmap
+  for F in AUTHORS CHANGELOG INSTALL README; do
+install -Dm 644 ${F} ${pkgdir}/usr/share/doc/zmap/${F}
+  done
+  cp -a examples ${pkgdir}/usr/share/doc/zmap
+}
+
+# vim: ts=2 sw=2 et:

Copied: zmap/repos/community-x86_64/PKGBUILD (from rev 137579, 
zmap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-29 00:40:35 UTC (rev 137580)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jens Adam j...@byte.cx
+
+pkgname=zmap
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Fast network scanner designed for Internet-wide network surveys'
+url='https://zmap.io/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('gmp' 'hiredis' 'json-c' 'libpcap')
+makedepends=('byacc' 'cmake' 'gengetopt')
+backup=('etc/zmap/blacklist.conf' 'etc/zmap/zmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zmap/zmap/archive/v${pkgver}.tar.gz)
+sha512sums=('1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DWITH_JSON=ON -DWITH_REDIS=ON
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 src/zmap ${pkgdir}/usr/bin/zmap
+  install -Dm 644 src/zmap.1 ${pkgdir}/usr/share/man/man1/zmap.1
+  install -Dm 644 conf/* -t ${pkgdir}/etc/zmap
+  for F in AUTHORS CHANGELOG INSTALL README; do
+install -Dm 644 ${F} ${pkgdir}/usr/share/doc/zmap/${F}
+  done
+  cp -a examples ${pkgdir}/usr/share/doc/zmap
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in zaproxy/trunk (PKGBUILD)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:29:55
  Author: anthraxx
Revision: 137662

upgpkg: zaproxy 2.4.1-1

updpkg zaproxy 2.4.1-1

Modified:
  zaproxy/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 15:08:24 UTC (rev 137661)
+++ PKGBUILD2015-08-01 15:29:55 UTC (rev 137662)
@@ -3,15 +3,15 @@
 # Contributor: fnord0 fnord0 AT riseup DOT net
 
 pkgname=zaproxy
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
 url=https://www.owasp.org/index.php/ZAP;
 arch=('any')
 license=('Apache')
 depends=('java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/zaproxy/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('7b61ac7ebaf6bd98bfe647b4583da5e1d488b1eea093dd4174c45a0ad51268ce7d6f5ea10d3e3ac27aaa299bf94980e78cc6ccb538d186b96612764e1161fbb1')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('efc8a3feacad3c75d7ae86c73cd49e456cef5e06e5d2433fb9bad06b3944b8f36879cad4b4e108ce9ab1dc9c9565250ac3f2b6b84112b1c078399c8cd7380e28')
 
 prepare() {
   cd ZAP_${pkgver}


[arch-commits] Commit in zaproxy/repos/community-any (PKGBUILD PKGBUILD)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:30:03
  Author: anthraxx
Revision: 137663

archrelease: copy trunk to community-any

Added:
  zaproxy/repos/community-any/PKGBUILD
(from rev 137662, zaproxy/trunk/PKGBUILD)
Deleted:
  zaproxy/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-01 15:29:55 UTC (rev 137662)
+++ PKGBUILD2015-08-01 15:30:03 UTC (rev 137663)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Joris Steyn jorisst...@gmail.com
-# Contributor: fnord0 fnord0 AT riseup DOT net
-
-pkgname=zaproxy
-pkgver=2.4.0
-pkgrel=2
-pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
-url=https://www.owasp.org/index.php/ZAP;
-arch=('any')
-license=('Apache')
-depends=('java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/zaproxy/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('7b61ac7ebaf6bd98bfe647b4583da5e1d488b1eea093dd4174c45a0ad51268ce7d6f5ea10d3e3ac27aaa299bf94980e78cc6ccb538d186b96612764e1161fbb1')
-
-prepare() {
-  cd ZAP_${pkgver}
-  cat  ${pkgname} EOF
-#!/bin/sh
-cd /usr/share/zaproxy
-./zap.sh
-cd -
-EOF
-}
-
-package() {
-  cd ZAP_${pkgver}
-  install -d ${pkgdir}/usr/share/${pkgname}
-  cp -pR . ${pkgdir}/usr/share/${pkgname}
-  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: zaproxy/repos/community-any/PKGBUILD (from rev 137662, 
zaproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-01 15:30:03 UTC (rev 137663)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Joris Steyn jorisst...@gmail.com
+# Contributor: fnord0 fnord0 AT riseup DOT net
+
+pkgname=zaproxy
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
+url=https://www.owasp.org/index.php/ZAP;
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('efc8a3feacad3c75d7ae86c73cd49e456cef5e06e5d2433fb9bad06b3944b8f36879cad4b4e108ce9ab1dc9c9565250ac3f2b6b84112b1c078399c8cd7380e28')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat  ${pkgname} EOF
+#!/bin/sh
+cd /usr/share/zaproxy
+./zap.sh
+cd -
+EOF
+}
+
+package() {
+  cd ZAP_${pkgver}
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -pR . ${pkgdir}/usr/share/${pkgname}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in afl/repos (4 files)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:32:26
  Author: anthraxx
Revision: 137665

archrelease: copy trunk to community-i686, community-x86_64

Added:
  afl/repos/community-i686/PKGBUILD
(from rev 137664, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/PKGBUILD
(from rev 137664, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-i686/PKGBUILD
  afl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 15:32:16 UTC (rev 137664)
+++ community-i686/PKGBUILD 2015-08-01 15:32:26 UTC (rev 137665)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.84b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 137664, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 15:32:26 UTC (rev 137665)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.85b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-01 15:32:16 UTC (rev 137664)
+++ community-x86_64/PKGBUILD   2015-08-01 15:32:26 UTC (rev 137665)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.84b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 137664, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-01 15:32:26 UTC (rev 137665)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.85b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url

[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:32:16
  Author: anthraxx
Revision: 137664

upgpkg: afl 1.85b-1

updpkg afl 1.85b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 15:30:03 UTC (rev 137663)
+++ PKGBUILD2015-08-01 15:32:16 UTC (rev 137664)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.84b
+pkgver=1.85b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
+sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in synergy/repos (18 files)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 21:19:45
  Author: anthraxx
Revision: 137669

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 137668, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/fix-incompetence.patch
(from rev 137668, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-i686/synergys_at.service
(from rev 137668, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 137668, synergy/trunk/synergys_at.socket)
  synergy/repos/community-i686/wrapper
(from rev 137668, synergy/trunk/wrapper)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 137668, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/fix-incompetence.patch
(from rev 137668, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 137668, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 137668, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/wrapper
(from rev 137668, synergy/trunk/wrapper)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/fix-incompetence.patch
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/fix-incompetence.patch
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket

-+
 /PKGBUILD   |  212 ++
 /fix-incompetence.patch |  104 ++
 /synergys_at.service|   22 +++
 /synergys_at.socket |   18 ++
 community-i686/PKGBUILD |   92 -
 community-i686/fix-incompetence.patch   |   31 
 community-i686/synergys_at.service  |   11 -
 community-i686/synergys_at.socket   |9 -
 community-i686/wrapper  |4 
 community-x86_64/PKGBUILD   |   92 -
 community-x86_64/fix-incompetence.patch |   31 
 community-x86_64/synergys_at.service|   11 -
 community-x86_64/synergys_at.socket |9 -
 community-x86_64/wrapper|4 
 14 files changed, 364 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 19:19:30 UTC (rev 137668)
+++ community-i686/PKGBUILD 2015-08-01 19:19:45 UTC (rev 137669)
@@ -1,92 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.7.3
-pkgrel=2
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
-optdepends=(
-  'qt5-base: gui support'
-  'openssl: encryption support'
-)
-license=('GPL2')
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz;
-synergys_at.socket
-synergys_at.service
-fix-incompetence.patch)
-sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '65ab58cc3546d6374a05a6a260f15045632e43ce'
-  '10a899901ef62828280f21979625495f4da159f5')
-
-prepare() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-  patch -p1  ../fix-incompetence.patch
-
-  cd ext
-  unzip gmock-1.6.0.zip -d gmock-1.6.0
-  unzip gtest-1.6.0.zip -d gtest-1.6.0
-}
-
-build() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-
-  cd src/gui
-  qmake
-  make
-}
-
-check() {
-  cd ${srcdir}/synergy-${pkgver}-stable/bin
-  ./unittests
-}
-
-package() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-
-  # install binary
-  install -Dm755 bin/synergy ${pkgdir}/usr/bin/synergy
-  install -Dm755 bin/synergyc ${pkgdir}/usr/bin/synergyc
-  install -Dm755 bin/synergyd ${pkgdir}/usr/bin/synergyd
-  install -Dm755 bin/synergys ${pkgdir}/usr/bin/synergys
-  install -Dm755 bin/syntool ${pkgdir}/usr/bin/syntool
-  install -Dm755 bin/usynergy ${pkgdir}/usr/bin/usynergy
-
-  # install config
-  install

[arch-commits] Commit in synergy/trunk (PKGBUILD fix-incompetence.patch wrapper)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 21:19:30
  Author: anthraxx
Revision: 137668

upgpkg: synergy 1.7.3-3

updpkg synergy 1.7.3-3: symlink libns.so

Added:
  synergy/trunk/wrapper
Modified:
  synergy/trunk/PKGBUILD
  synergy/trunk/fix-incompetence.patch

+
 PKGBUILD   |   96 ++-
 fix-incompetence.patch |   23 ++-
 wrapper|4 +
 3 files changed, 81 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 18:31:07 UTC (rev 137667)
+++ PKGBUILD2015-08-01 19:19:30 UTC (rev 137668)
@@ -1,5 +1,5 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Jelle van der Waa jelle vdwaa nl
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Dale Blount d...@archlinux.org
@@ -12,10 +12,11 @@
 # update and just generally don't seem to care much.
 pkgname=synergy
 pkgver=1.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
+license=('GPL2')
 depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
 makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
 optdepends=(
@@ -22,71 +23,84 @@
   'qt5-base: gui support'
   'openssl: encryption support'
 )
-license=('GPL2')
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz;
-synergys_at.socket
-synergys_at.service
-fix-incompetence.patch)
-sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '65ab58cc3546d6374a05a6a260f15045632e43ce'
-  '10a899901ef62828280f21979625495f4da159f5')
+source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz
+synergys_at.socket
+synergys_at.service
+fix-incompetence.patch
+wrapper)
+sha512sums=('334cad16b843f0a6c1337960d76b37724bdb2a5f9841cffab4dbcbe6393cb0c4323860b64a15cccba1158763ef8cbea820900a5c53d0abbb6a92cfbeff827287'
+
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
+
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
+
'02eff8a165c33b22239a1e979532b56fbb791cd2a042237f3c3705a4168ec6b833d5dc58a0037375b223af1c34e6bdd8aa9e9c7672a709d7722656c846fe065c'
+
'a2e126ad3ac53fb855a331134982f86ef81ffc75b73e73b242e6f854fe7e2daec160fac2161acdc7020cd7f57ae0a8826ac7a249ad10b03db614ada0062b3e93')
 
 prepare() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-  patch -p1  ../fix-incompetence.patch
+  cd synergy-${pkgver}-stable
+  patch -p1  ${srcdir}/fix-incompetence.patch
 
-  cd ext
-  unzip gmock-1.6.0.zip -d gmock-1.6.0
-  unzip gtest-1.6.0.zip -d gtest-1.6.0
+  (cd ext
+unzip gmock-1.6.0.zip -d gmock-1.6.0
+unzip gtest-1.6.0.zip -d gtest-1.6.0
+  )
 }
 
 build() {
-  cd ${srcdir}/synergy-${pkgver}-stable
+  cd synergy-${pkgver}-stable
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 
-  cd src/gui
-  qmake
-  make
+  (cd src/gui
+qmake
+make
+  )
 }
 
 check() {
-  cd ${srcdir}/synergy-${pkgver}-stable/bin
-  ./unittests
+  cd synergy-${pkgver}-stable
+  ./bin/unittests
 }
 
 package() {
-  cd ${srcdir}/synergy-${pkgver}-stable
+  cd synergy-${pkgver}-stable
 
   # install binary
-  install -Dm755 bin/synergy ${pkgdir}/usr/bin/synergy
-  install -Dm755 bin/synergyc ${pkgdir}/usr/bin/synergyc
-  install -Dm755 bin/synergyd ${pkgdir}/usr/bin/synergyd
-  install -Dm755 bin/synergys ${pkgdir}/usr/bin/synergys
-  install -Dm755 bin/syntool ${pkgdir}/usr/bin/syntool
-  install -Dm755 bin/usynergy ${pkgdir}/usr/bin/usynergy
+  install -Dm 755 bin/synergy ${pkgdir}/usr/lib/synergy/synergy
+  install -Dm 755 bin/synergyc ${pkgdir}/usr/lib/synergy/synergyc
+  install -Dm 755 bin/synergyd ${pkgdir}/usr/lib/synergy/synergyd
+  install -Dm 755 bin/synergys ${pkgdir}/usr/lib/synergy/synergys
+  install -Dm 755 bin/syntool ${pkgdir}/usr/lib/synergy/syntool
+  install -Dm 755 bin/usynergy ${pkgdir}/usr/lib/synergy/usynergy
 
+  # unfuck wrapper
+  install -Dm 755 ${srcdir}/wrapper ${pkgdir}/usr/lib/synergy/wrapper
+  install -d ${pkgdir}/usr/bin
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/synergy
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/synergyc
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/synergyd
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/synergys
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/syntool
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/usynergy
+
+  # plugin
+  install -Dm 755 bin/plugins/libns.so ${pkgdir}/usr

[arch-commits] Commit in sslscan/repos (4 files)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 21:23:20
  Author: anthraxx
Revision: 137671

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sslscan/repos/community-i686/
  sslscan/repos/community-i686/PKGBUILD
(from rev 137670, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-x86_64/
  sslscan/repos/community-x86_64/PKGBUILD
(from rev 137670, sslscan/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: sslscan/repos/community-i686/PKGBUILD (from rev 137670, 
sslscan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 19:23:20 UTC (rev 137671)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Remi Gacogne rgacogne-arch at coredump dot fr
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=2
+pkgdesc=A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported
+url=https://github.com/DinoTools/sslscan/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS=${LDFLAGS} -lssl -lcrypto make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH=${pkgdir}/usr/bin MANPATH=${pkgdir}/usr/share/man install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sslscan/repos/community-x86_64/PKGBUILD (from rev 137670, 
sslscan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-01 19:23:20 UTC (rev 137671)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Remi Gacogne rgacogne-arch at coredump dot fr
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=2
+pkgdesc=A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported
+url=https://github.com/DinoTools/sslscan/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS=${LDFLAGS} -lssl -lcrypto make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH=${pkgdir}/usr/bin MANPATH=${pkgdir}/usr/share/man install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (sslscan sslscan/repos sslscan/trunk sslscan/trunk/PKGBUILD)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 21:22:52
  Author: anthraxx
Revision: 137670

addpkg sslscan 1.10.2-2

Added:
  sslscan/
  sslscan/repos/
  sslscan/trunk/
  sslscan/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Added: sslscan/trunk/PKGBUILD
===
--- sslscan/trunk/PKGBUILD  (rev 0)
+++ sslscan/trunk/PKGBUILD  2015-08-01 19:22:52 UTC (rev 137670)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Remi Gacogne rgacogne-arch at coredump dot fr
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=2
+pkgdesc=A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported
+url=https://github.com/DinoTools/sslscan/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS=${LDFLAGS} -lssl -lcrypto make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH=${pkgdir}/usr/bin MANPATH=${pkgdir}/usr/share/man install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in valabind/repos (4 files)

2015-08-02 Thread Levente Polyak
Date: Sunday, August 2, 2015 @ 13:43:00
  Author: anthraxx
Revision: 137690

archrelease: copy trunk to community-i686, community-x86_64

Added:
  valabind/repos/community-i686/
  valabind/repos/community-i686/PKGBUILD
(from rev 137689, valabind/trunk/PKGBUILD)
  valabind/repos/community-x86_64/
  valabind/repos/community-x86_64/PKGBUILD
(from rev 137689, valabind/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   24 
 community-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: valabind/repos/community-i686/PKGBUILD (from rev 137689, 
valabind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 11:43:00 UTC (rev 137690)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-x86_64/PKGBUILD (from rev 137689, 
valabind/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-02 11:43:00 UTC (rev 137690)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-08-02 Thread Levente Polyak
Date: Sunday, August 2, 2015 @ 13:42:41
  Author: anthraxx
Revision: 137689

addpkg valabind 0.9.2-2

Added:
  valabind/
  valabind/repos/
  valabind/trunk/
  valabind/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 24 insertions(+)

Added: valabind/trunk/PKGBUILD
===
--- valabind/trunk/PKGBUILD (rev 0)
+++ valabind/trunk/PKGBUILD 2015-08-02 11:42:41 UTC (rev 137689)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in byacc/repos (4 files)

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:51:39
  Author: anthraxx
Revision: 137558

archrelease: copy trunk to community-i686, community-x86_64

Added:
  byacc/repos/community-i686/PKGBUILD
(from rev 137557, byacc/trunk/PKGBUILD)
  byacc/repos/community-x86_64/PKGBUILD
(from rev 137557, byacc/trunk/PKGBUILD)
Deleted:
  byacc/repos/community-i686/PKGBUILD
  byacc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 16:51:31 UTC (rev 137557)
+++ community-i686/PKGBUILD 2015-07-28 16:51:39 UTC (rev 137558)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jens Adam j...@byte.cx
-# Contributor: Abel Stern abel.stern AT gmail.com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-
-pkgname=byacc
-pkgver=20150711
-pkgrel=2
-pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
-url=http://invisible-island.net/byacc/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
-  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-i686/PKGBUILD (from rev 137557, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 16:51:39 UTC (rev 137558)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=3
+pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
+url=http://invisible-island.net/byacc/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-28 16:51:31 UTC (rev 137557)
+++ community-x86_64/PKGBUILD   2015-07-28 16:51:39 UTC (rev 137558)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jens Adam j...@byte.cx
-# Contributor: Abel Stern abel.stern AT gmail.com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-
-pkgname=byacc
-pkgver=20150711
-pkgrel=2
-pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
-url=http://invisible-island.net/byacc/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely

[arch-commits] Commit in (byacc byacc/repos byacc/trunk byacc/trunk/PKGBUILD)

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:37:28
  Author: anthraxx
Revision: 137555

addpkg byacc 20150711-2

Added:
  byacc/
  byacc/repos/
  byacc/trunk/
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Added: byacc/trunk/PKGBUILD
===
--- byacc/trunk/PKGBUILD(rev 0)
+++ byacc/trunk/PKGBUILD2015-07-28 16:37:28 UTC (rev 137555)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=2
+pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
+url=http://invisible-island.net/byacc/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in byacc/repos (4 files)

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:38:56
  Author: anthraxx
Revision: 137556

archrelease: copy trunk to community-i686, community-x86_64

Added:
  byacc/repos/community-i686/
  byacc/repos/community-i686/PKGBUILD
(from rev 137555, byacc/trunk/PKGBUILD)
  byacc/repos/community-x86_64/
  byacc/repos/community-x86_64/PKGBUILD
(from rev 137555, byacc/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: byacc/repos/community-i686/PKGBUILD (from rev 137555, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 16:38:56 UTC (rev 137556)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=2
+pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
+url=http://invisible-island.net/byacc/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 137555, 
byacc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-28 16:38:56 UTC (rev 137556)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=2
+pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
+url=http://invisible-island.net/byacc/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in byacc/trunk (PKGBUILD)

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:51:31
  Author: anthraxx
Revision: 137557

upgpkg: byacc 20150711-3

updpkg byacc 20150711-3

Modified:
  byacc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 16:38:56 UTC (rev 137556)
+++ PKGBUILD2015-07-28 16:51:31 UTC (rev 137557)
@@ -6,7 +6,7 @@
 
 pkgname=byacc
 pkgver=20150711
-pkgrel=2
+pkgrel=3
 pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
 url=http://invisible-island.net/byacc/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('custom')
 depends=('glibc')
 replaces=('byacc-noconflict')
-source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
 
sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net


[arch-commits] Commit in cjdns/trunk (PKGBUILD cjdns.install)

2015-08-04 Thread Levente Polyak
Date: Tuesday, August 4, 2015 @ 18:10:24
  Author: anthraxx
Revision: 137939

upgpkg: cjdns 16.1-3

updpkg cjdns 16.1-3

Added:
  cjdns/trunk/cjdns.install
Modified:
  cjdns/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 cjdns.install |   26 ++
 2 files changed, 28 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 15:19:31 UTC (rev 137938)
+++ PKGBUILD2015-08-04 16:10:24 UTC (rev 137939)
@@ -6,7 +6,7 @@
 
 pkgname=cjdns
 pkgver=16.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
 url='https://github.com/cjdelisle/cjdns'
 arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@
 license=('GPL3')
 depends=('glibc' 'sh')
 makedepends=('nodejs' 'python2')
+install=cjdns.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
 
sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
 
@@ -24,7 +25,6 @@
 package() {
   cd ${pkgname}-${pkgname}-v${pkgver}
   install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
-  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
   install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
   install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
   install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md

Added: cjdns.install
===
--- cjdns.install   (rev 0)
+++ cjdns.install   2015-08-04 16:10:24 UTC (rev 137939)
@@ -0,0 +1,26 @@
+post_install() {
+  local config_file=cjdroute.conf
+  local config_path=/etc/${config_file}
+
+  if [[ ! -e ${config_path} ]] ; then
+echo Generating ${config_file}... 
+(umask 077  cjdroute --genconf  ${config_path}) || 
+  echo ERROR: Failed to generate and install ${config_file}
+echo 
+ The keys in ${config_path} have been autogenerated during
+ install, they are not defaults and do not need to be overwritten.
+  fi
+  echo 
+ Protect ${config_path}! A lost conf file means you have
+ lost your password and connections and anyone who connected
+ to you will no longer be able to connect. A *compromised*
+ conf file means that other people can impersonate you on
+ the network.
+  
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in cjdns/repos (6 files)

2015-08-04 Thread Levente Polyak
Date: Tuesday, August 4, 2015 @ 18:10:30
  Author: anthraxx
Revision: 137940

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  cjdns/repos/community-testing-i686/PKGBUILD
(from rev 137939, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-testing-i686/cjdns.install
(from rev 137939, cjdns/trunk/cjdns.install)
  cjdns/repos/community-testing-x86_64/PKGBUILD
(from rev 137939, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-testing-x86_64/cjdns.install
(from rev 137939, cjdns/trunk/cjdns.install)
Deleted:
  cjdns/repos/community-testing-i686/PKGBUILD
  cjdns/repos/community-testing-x86_64/PKGBUILD

+
 /PKGBUILD  |   86 +++
 community-testing-i686/PKGBUILD|   43 ---
 community-testing-i686/cjdns.install   |   26 +
 community-testing-x86_64/PKGBUILD  |   43 ---
 community-testing-x86_64/cjdns.install |   26 +
 5 files changed, 138 insertions(+), 86 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-08-04 16:10:24 UTC (rev 137939)
+++ community-testing-i686/PKGBUILD 2015-08-04 16:10:30 UTC (rev 137940)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=16.1
-pkgrel=2
-pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('glibc' 'sh')
-makedepends=('nodejs' 'python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  bash 'do'
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
-  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
-  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
-  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm 644 -t ${pkgdir}/usr/share/doc/${pkgname} \
-doc/admin-api.md \
-doc/configure.md \
-doc/djc_layer_model.md \
-doc/nat-gateway.md \
-doc/network-services.md \
-doc/non-root-user.md \
-doc/security_specification.md \
-doc/shorewall_and_vpn_gateway_howto.md \
-doc/tunnel.md
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-testing-i686/PKGBUILD (from rev 137939, 
cjdns/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-04 16:10:30 UTC (rev 137940)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=3
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+install=cjdns.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 -t ${pkgdir}/usr/share/doc/${pkgname} \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
+}
+
+# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-testing-i686/cjdns.install (from rev 137939, 
cjdns/trunk/cjdns.install)
===
--- community-testing-i686/cjdns.install

[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-08-09 Thread Levente Polyak
Date: Sunday, August 9, 2015 @ 15:19:37
  Author: anthraxx
Revision: 138142

upgpkg: afl 1.86b-1

upgpkg afl 1.86b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 11:56:13 UTC (rev 138141)
+++ PKGBUILD2015-08-09 13:19:37 UTC (rev 138142)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.85b
+pkgver=1.86b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
+sha512sums=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in afl/repos (4 files)

2015-08-09 Thread Levente Polyak
Date: Sunday, August 9, 2015 @ 15:19:46
  Author: anthraxx
Revision: 138143

archrelease: copy trunk to community-i686, community-x86_64

Added:
  afl/repos/community-i686/PKGBUILD
(from rev 138142, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/PKGBUILD
(from rev 138142, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-i686/PKGBUILD
  afl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 13:19:37 UTC (rev 138142)
+++ community-i686/PKGBUILD 2015-08-09 13:19:46 UTC (rev 138143)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.85b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 138142, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 13:19:46 UTC (rev 138143)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.86b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('1ab3da2e1806224aa96ad484870fa2a93e1c46f36cb7e9e355deea69609bd0cfb4d4e1836f47407459f89ffa4cc96f720d9c273a63d1d365915fa18b3b4d41e8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-09 13:19:37 UTC (rev 138142)
+++ community-x86_64/PKGBUILD   2015-08-09 13:19:46 UTC (rev 138143)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.85b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 138142, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-09 13:19:46 UTC (rev 138143)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.86b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url

[arch-commits] Commit in afl/repos (4 files)

2015-07-27 Thread Levente Polyak
Date: Monday, July 27, 2015 @ 11:29:41
  Author: anthraxx
Revision: 137486

archrelease: copy trunk to community-i686, community-x86_64

Added:
  afl/repos/community-i686/PKGBUILD
(from rev 137485, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/PKGBUILD
(from rev 137485, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-i686/PKGBUILD
  afl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 09:29:34 UTC (rev 137485)
+++ community-i686/PKGBUILD 2015-07-27 09:29:41 UTC (rev 137486)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.83b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 137485, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-27 09:29:41 UTC (rev 137486)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.84b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-27 09:29:34 UTC (rev 137485)
+++ community-x86_64/PKGBUILD   2015-07-27 09:29:41 UTC (rev 137486)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.83b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 137485, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-27 09:29:41 UTC (rev 137486)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.84b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url

[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-07-27 Thread Levente Polyak
Date: Monday, July 27, 2015 @ 11:29:34
  Author: anthraxx
Revision: 137485

upgpkg: afl 1.84b-1

updpkg afl 1.84b-1

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:25:03 UTC (rev 137484)
+++ PKGBUILD2015-07-27 09:29:34 UTC (rev 137485)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.83b
+pkgver=1.84b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
+sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in wordpress/trunk (PKGBUILD)

2015-07-24 Thread Levente Polyak
Date: Friday, July 24, 2015 @ 19:41:29
  Author: anthraxx
Revision: 137386

upgpkg: wordpress 4.2.3-1

updpkg wordpress 4.2.3-1

Modified:
  wordpress/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-24 15:03:12 UTC (rev 137385)
+++ PKGBUILD2015-07-24 17:41:29 UTC (rev 137386)
@@ -6,7 +6,7 @@
 # Contributor: Christopher Rogers slaxemulator.gmail.com
 
 pkgname=wordpress
-pkgver=4.2.2
+pkgver=4.2.3
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
@@ -20,7 +20,7 @@
 options=('emptydirs')
 install=$pkgname.install
 source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('3c4e2cc3af289366ff5352e35c3f80fca2dcaed3d56a79f33b25374c356c3f90')
+sha256sums=('49073745a56f8ddf740b95018071d69c3100d730dba014566a49c7b386786b16')
 
 package() {
   install -d $pkgdir/usr/share/webapps


[arch-commits] Commit in wordpress/repos/community-any (4 files)

2015-07-24 Thread Levente Polyak
Date: Friday, July 24, 2015 @ 19:41:33
  Author: anthraxx
Revision: 137387

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 137386, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 137386, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/wordpress.install

---+
 PKGBUILD  |   60 ++--
 wordpress.install |   42 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-24 17:41:29 UTC (rev 137386)
+++ PKGBUILD2015-07-24 17:41:33 UTC (rev 137387)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic gostrc at gmail
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
-# Contributor: Christopher Rogers slaxemulator.gmail.com
-
-pkgname=wordpress
-pkgver=4.2.2
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'nginx: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install=$pkgname.install
-source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('3c4e2cc3af289366ff5352e35c3f80fca2dcaed3d56a79f33b25374c356c3f90')
-
-package() {
-  install -d $pkgdir/usr/share/webapps
-  cp -r wordpress $pkgdir/usr/share/webapps
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 137386, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-24 17:41:33 UTC (rev 137387)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic gostrc at gmail
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
+# Contributor: Christopher Rogers slaxemulator.gmail.com
+
+pkgname=wordpress
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'nginx: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install=$pkgname.install
+source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
+sha256sums=('49073745a56f8ddf740b95018071d69c3100d730dba014566a49c7b386786b16')
+
+package() {
+  install -d $pkgdir/usr/share/webapps
+  cp -r wordpress $pkgdir/usr/share/webapps
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2015-07-24 17:41:29 UTC (rev 137386)
+++ wordpress.install   2015-07-24 17:41:33 UTC (rev 137387)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 137386, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2015-07-24 17:41:33 UTC (rev 137387)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in lynis/repos/community-any (PKGBUILD PKGBUILD)

2015-07-22 Thread Levente Polyak
Date: Wednesday, July 22, 2015 @ 22:46:08
  Author: anthraxx
Revision: 137289

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/PKGBUILD
(from rev 137288, lynis/trunk/PKGBUILD)
Deleted:
  lynis/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 +
 1 file changed, 51 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 20:46:01 UTC (rev 137288)
+++ PKGBUILD2015-07-22 20:46:08 UTC (rev 137289)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=lynis
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
-url='https://cisofy.com/lynis/'
-license=('GPL3')
-arch=('any')
-backup=('etc/lynis/default.prf')
-depends=('sh')
-optdepends=(
-  'net-tools: networking tests'
-  'bash-completion: completion for bash'
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('4ed7fc11b14896518457e5ac8ada35cb8afc798f9fbc6b1b4d9f971b64a93f76215c1c3b2506ac0c12a478f53248eab0fd93347bc262f5fb6c0fe4e663c2e346')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  # profile
-  install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
-
-  # binary
-  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-
-  # plugins, include, db
-  install -d ${pkgdir}/usr/share/${pkgname}
-  cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
-
-  # doc files
-  install -d ${pkgdir}/usr/share/doc/${pkgname}
-  install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
-
-  # manpage
-  install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
-
-  # completion
-  install -Dm 644 extras/bash_completion.d/${pkgname} 
${pkgdir}/usr/share/bash-completion/completions/${pkgname}
-
-  # systemd
-  install -d ${pkgdir}/usr/lib/systemd/system/
-  install -m 644 extras/systemd/{lynis.service,lynis.timer} 
${pkgdir}/usr/lib/systemd/system/
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: lynis/repos/community-any/PKGBUILD (from rev 137288, 
lynis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 20:46:08 UTC (rev 137289)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=lynis
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+license=('GPL3')
+arch=('any')
+backup=('etc/lynis/default.prf')
+depends=('sh')
+optdepends=(
+  'net-tools: networking tests'
+  'bash-completion: completion for bash'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('99d07a420de943f884e41750f98cfb9248f9367958df55e06faa6d790205812681ebe7d72d9ed1f7086960d9330a3228b6a36c7c8c928341bddcf4aff8155440')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  # binary
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+
+  # profile
+  install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
+
+  # plugins, include, db
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
+
+  # doc files
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
+  install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} 
${pkgdir}/usr/share/bash-completion/completions/${pkgname}
+
+  # systemd
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m 644 extras/systemd/{lynis.service,lynis.timer} 
${pkgdir}/usr/lib/systemd/system/
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


[arch-commits] Commit in lynis/trunk (PKGBUILD)

2015-07-22 Thread Levente Polyak
Date: Wednesday, July 22, 2015 @ 22:46:01
  Author: anthraxx
Revision: 137288

upgpkg: lynis 2.1.1-1

updpkg lynis 2.1.1-1

Modified:
  lynis/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 15:30:04 UTC (rev 137287)
+++ PKGBUILD2015-07-22 20:46:01 UTC (rev 137288)
@@ -2,8 +2,8 @@
 # Contributor: Sébastien Luttringer se...@aur.archlinux.org
 
 pkgname=lynis
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
 license=('GPL3')
@@ -15,7 +15,7 @@
   'bash-completion: completion for bash'
 )
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/CISOfy/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('4ed7fc11b14896518457e5ac8ada35cb8afc798f9fbc6b1b4d9f971b64a93f76215c1c3b2506ac0c12a478f53248eab0fd93347bc262f5fb6c0fe4e663c2e346')
+sha512sums=('99d07a420de943f884e41750f98cfb9248f9367958df55e06faa6d790205812681ebe7d72d9ed1f7086960d9330a3228b6a36c7c8c928341bddcf4aff8155440')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -24,13 +24,13 @@
 
 package() {
   cd ${pkgname}-${pkgver}
+  
+  # binary
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
 
   # profile
   install -Dm 644 default.prf ${pkgdir}/etc/${pkgname}/default.prf
 
-  # binary
-  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-
   # plugins, include, db
   install -d ${pkgdir}/usr/share/${pkgname}
   cp -a db include plugins ${pkgdir}/usr/share/${pkgname}
@@ -38,8 +38,6 @@
   # doc files
   install -d ${pkgdir}/usr/share/doc/${pkgname}
   install -m 644 -t ${pkgdir}/usr/share/doc/${pkgname} README INSTALL 
CHANGELOG FAQ
-
-  # manpage
   install -Dm 644 ${pkgname}.8 ${pkgdir}/usr/share/man/man8/${pkgname}.8
 
   # completion


[arch-commits] Commit in gist/repos (community-any community-any/PKGBUILD)

2015-07-22 Thread Levente Polyak
Date: Thursday, July 23, 2015 @ 01:09:40
  Author: anthraxx
Revision: 137291

archrelease: copy trunk to community-any

Added:
  gist/repos/community-any/
  gist/repos/community-any/PKGBUILD
(from rev 137290, gist/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: gist/repos/community-any/PKGBUILD (from rev 137290, gist/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-22 23:09:40 UTC (rev 137291)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Chris van Dijk (quigybo) quigybo at hotmail dot com
+# Contributor: Scott Olson scott at scott-olson dot org
+
+pkgname=gist
+pkgver=4.4.2
+pkgrel=1
+pkgdesc=Potentially the best command line gister
+url=https://github.com/defunkt/gist;
+arch=('any')
+license=('custom:MIT')
+depends=('ruby')
+optdepends=(
+  xclip: put pasted gist's url into X selection automagically
+  xsel: put pasted gist's url into X selection automagically
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('e1b977a75e08353bee69594f3f328d375f0b179a5907120d0677c23fdea781e5073061160d09354897ecde7a2d395d094fe32edf48d845302382efc54fc910d3')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 build/${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm 644 build/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm 644 LICENSE.MIT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (gist gist/repos gist/trunk gist/trunk/PKGBUILD)

2015-07-22 Thread Levente Polyak
Date: Thursday, July 23, 2015 @ 01:09:18
  Author: anthraxx
Revision: 137290

addpkg gist 4.4.2-1

Added:
  gist/
  gist/repos/
  gist/trunk/
  gist/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Added: gist/trunk/PKGBUILD
===
--- gist/trunk/PKGBUILD (rev 0)
+++ gist/trunk/PKGBUILD 2015-07-22 23:09:18 UTC (rev 137290)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Chris van Dijk (quigybo) quigybo at hotmail dot com
+# Contributor: Scott Olson scott at scott-olson dot org
+
+pkgname=gist
+pkgver=4.4.2
+pkgrel=1
+pkgdesc=Potentially the best command line gister
+url=https://github.com/defunkt/gist;
+arch=('any')
+license=('custom:MIT')
+depends=('ruby')
+optdepends=(
+  xclip: put pasted gist's url into X selection automagically
+  xsel: put pasted gist's url into X selection automagically
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('e1b977a75e08353bee69594f3f328d375f0b179a5907120d0677c23fdea781e5073061160d09354897ecde7a2d395d094fe32edf48d845302382efc54fc910d3')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 build/${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm 644 build/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm 644 LICENSE.MIT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in fish/trunk (PKGBUILD fish.install)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:37:06
  Author: anthraxx
Revision: 137010

upgpkg: fish 2.2.0-1

updpkg fish 2.2.0-1

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--+
 PKGBUILD |   26 --
 fish.install |6 --
 2 files changed, 16 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 16:15:51 UTC (rev 137009)
+++ PKGBUILD2015-07-16 16:37:06 UTC (rev 137010)
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Kaiting Chen kaitocr...@gmail.com
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 # Contributor: Eric Belanger e...@archlinux.org
@@ -6,31 +6,27 @@
 # Contributor: Jan Fader jan.fa...@web.de
 
 pkgname=fish
-pkgver=2.1.2
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
 arch=('i686' 'x86_64')
-url='http://fishshell.com/'
 license=('GPL2')
 depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
 optdepends=('python: for manual page completion parser and web configuration 
tool')
 makedepends=('doxygen')
 install=fish.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
-fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
- '0c94b1ca8c54ed1a03b551f9b84160e5')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
 
 prepare() {
-  cd fish-shell-$pkgver
-  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
-
-  echo $pkgver  version
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
   autoconf -i
 }
 
 build() {
-  cd fish-shell-$pkgver
+  cd fish-shell-${pkgver}
   ./configure --prefix=/usr \
 --sysconfdir=/etc
   make
@@ -37,5 +33,7 @@
 }
 
 package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: fish.install
===
--- fish.install2015-07-16 16:15:51 UTC (rev 137009)
+++ fish.install2015-07-16 16:37:06 UTC (rev 137010)
@@ -1,5 +1,5 @@
 post_install() {
-  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
 }
 
 post_upgrade() {
@@ -13,5 +13,7 @@
 }
 
 pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+  sed -ri '\|^/usr/bin/fish$|d' etc/shells
 }
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in fish/repos (10 files)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:38:51
  Author: anthraxx
Revision: 137012

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 137011, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 137011, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 137011, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 137011, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch
  fish/repos/community-x86_64/fish.install

--+
 /PKGBUILD|   78 ++
 /fish.install|   38 
 community-i686/PKGBUILD  |   41 -
 community-i686/fish-2.1.1-grep-options-is-deprecated.patch   |   15 -
 community-i686/fish.install  |   17 --
 community-x86_64/PKGBUILD|   41 -
 community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch |   15 -
 community-x86_64/fish.install|   17 --
 8 files changed, 116 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 16:38:45 UTC (rev 137011)
+++ community-i686/PKGBUILD 2015-07-16 16:38:51 UTC (rev 137012)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
-fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
- '0c94b1ca8c54ed1a03b551f9b84160e5')
-
-prepare() {
-  cd fish-shell-$pkgver
-  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
-
-  echo $pkgver  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 137011, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 16:38:51 UTC (rev 137012)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fish-2.1.1-grep-options-is-deprecated.patch
===
--- community-i686/fish-2.1.1-grep-options-is-deprecated.patch  2015-07-16 
16:38:45 UTC (rev 137011)
+++ community-i686/fish-2.1.1-grep-options-is-deprecated.patch  2015-07-16 
16:38:51 UTC (rev 137012)
@@ -1,15 +0,0 @@
-diff --git a/share/functions/grep.fish b/share/functions/grep.fish
-index b0dc958..cd7c31b 100644
 a/share/functions/grep.fish
-+++ b

[arch-commits] Commit in fish/trunk (fish-2.1.1-grep-options-is-deprecated.patch)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:38:45
  Author: anthraxx
Revision: 137011

upgpkg: fish 2.2.0-1

updpkg fish 2.2.0-1

Deleted:
  fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch

-+
 fish-2.1.1-grep-options-is-deprecated.patch |   15 ---
 1 file changed, 15 deletions(-)

Deleted: fish-2.1.1-grep-options-is-deprecated.patch
===
--- fish-2.1.1-grep-options-is-deprecated.patch 2015-07-16 16:37:06 UTC (rev 
137010)
+++ fish-2.1.1-grep-options-is-deprecated.patch 2015-07-16 16:38:45 UTC (rev 
137011)
@@ -1,15 +0,0 @@
-diff --git a/share/functions/grep.fish b/share/functions/grep.fish
-index b0dc958..cd7c31b 100644
 a/share/functions/grep.fish
-+++ b/share/functions/grep.fish
-@@ -6,8 +6,8 @@ if command grep --color=auto --help 1/dev/null 2/dev/null
-   if not set -q GREP_COLOR
-   set -gx GREP_COLOR '97;45'
-   end
--  if not set -q GREP_OPTIONS
--  set -gx GREP_OPTIONS --color=auto
-+  function grep
-+  command grep --color=auto $argv
-   end
- end
- 


[arch-commits] Commit in (4 files)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 17:56:29
  Author: anthraxx
Revision: 137006

addpkg tetrinet 0.11-4

Added:
  tetrinet/
  tetrinet/repos/
  tetrinet/trunk/
  tetrinet/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Added: tetrinet/trunk/PKGBUILD
===
--- tetrinet/trunk/PKGBUILD (rev 0)
+++ tetrinet/trunk/PKGBUILD 2015-07-16 15:56:29 UTC (rev 137006)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=4
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
+  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tetrinet/repos (4 files)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:15:51
  Author: anthraxx
Revision: 137009

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tetrinet/repos/community-i686/PKGBUILD
(from rev 137008, tetrinet/trunk/PKGBUILD)
  tetrinet/repos/community-x86_64/PKGBUILD
(from rev 137008, tetrinet/trunk/PKGBUILD)
Deleted:
  tetrinet/repos/community-i686/PKGBUILD
  tetrinet/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 16:15:44 UTC (rev 137008)
+++ community-i686/PKGBUILD 2015-07-16 16:15:51 UTC (rev 137009)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: MCMic come.bernig...@laposte.net
-
-pkgname=tetrinet
-pkgver=0.11
-pkgrel=4
-pkgdesc=Multiplayer online Tetris game for up to six people
-url=http://tetrinet.or.cz/;
-arch=('i686' 'x86_64')
-license=('Public domain')
-depends=('ncurses')
-source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
-  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
-  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
-  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
-  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
-}
-
-# vim: ts=2 sw=2 et:

Copied: tetrinet/repos/community-i686/PKGBUILD (from rev 137008, 
tetrinet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 16:15:51 UTC (rev 137009)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=5
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
+  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 644 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-16 16:15:44 UTC (rev 137008)
+++ community-x86_64/PKGBUILD   2015-07-16 16:15:51 UTC (rev 137009)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: MCMic come.bernig...@laposte.net
-
-pkgname=tetrinet
-pkgver=0.11
-pkgrel=4
-pkgdesc=Multiplayer online Tetris game for up to six people
-url=http://tetrinet.or.cz/;
-arch=('i686' 'x86_64')
-license=('Public domain')
-depends=('ncurses')
-source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
-  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
-  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
-  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
-  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
-}
-
-# vim: ts=2 sw=2 et:

Copied: tetrinet/repos/community-x86_64/PKGBUILD (from rev 137008, 
tetrinet/trunk/PKGBUILD)
===
--- community

[arch-commits] Commit in tetrinet/repos (4 files)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 17:56:53
  Author: anthraxx
Revision: 137007

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tetrinet/repos/community-i686/
  tetrinet/repos/community-i686/PKGBUILD
(from rev 137006, tetrinet/trunk/PKGBUILD)
  tetrinet/repos/community-x86_64/
  tetrinet/repos/community-x86_64/PKGBUILD
(from rev 137006, tetrinet/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: tetrinet/repos/community-i686/PKGBUILD (from rev 137006, 
tetrinet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 15:56:53 UTC (rev 137007)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=4
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
+  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:

Copied: tetrinet/repos/community-x86_64/PKGBUILD (from rev 137006, 
tetrinet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-16 15:56:53 UTC (rev 137007)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=4
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
+  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tetrinet/trunk (PKGBUILD)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:15:44
  Author: anthraxx
Revision: 137008

upgpkg: tetrinet 0.11-5

updpkg tetrinet 0.11-5

Modified:
  tetrinet/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 15:56:53 UTC (rev 137007)
+++ PKGBUILD2015-07-16 16:15:44 UTC (rev 137008)
@@ -3,7 +3,7 @@
 
 pkgname=tetrinet
 pkgver=0.11
-pkgrel=4
+pkgrel=5
 pkgdesc=Multiplayer online Tetris game for up to six people
 url=http://tetrinet.or.cz/;
 arch=('i686' 'x86_64')
@@ -27,8 +27,8 @@
   cd ${pkgname}-${pkgver}
   install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
   install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
-  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
-  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 644 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in capstone/trunk (PKGBUILD)

2015-07-15 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 01:17:46
  Author: anthraxx
Revision: 136970

upgpkg: capstone 3.0.4-1

upgpkg capstone 3.0.4-1

Modified:
  capstone/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-15 22:59:12 UTC (rev 136969)
+++ PKGBUILD2015-07-15 23:17:46 UTC (rev 136970)
@@ -3,8 +3,8 @@
 
 pkgbase=capstone
 pkgname=('capstone' 'python-capstone' 'python2-capstone')
-pkgver=3.0.3
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
 pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
 url='http://www.capstone-engine.org/index.html'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('glibc' 'python' 'python2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
-sha512sums=('5847d89efe2d139d1dacff73547bfe682def6c23310da89dc8b84686e2a718dd361da242417a895bb0fc425401b9baf15348f1994da052a05c2f64a238659c54')
+sha512sums=('a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d')
 
 build() {
   cd ${pkgbase}-${pkgver}


[arch-commits] Commit in capstone/repos (4 files)

2015-07-15 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 01:17:56
  Author: anthraxx
Revision: 136971

archrelease: copy trunk to community-i686, community-x86_64

Added:
  capstone/repos/community-i686/PKGBUILD
(from rev 136970, capstone/trunk/PKGBUILD)
  capstone/repos/community-x86_64/PKGBUILD
(from rev 136970, capstone/trunk/PKGBUILD)
Deleted:
  capstone/repos/community-i686/PKGBUILD
  capstone/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-15 23:17:46 UTC (rev 136970)
+++ community-i686/PKGBUILD 2015-07-15 23:17:56 UTC (rev 136971)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
-# Contributor: M0Rf30
-
-pkgbase=capstone
-pkgname=('capstone' 'python-capstone' 'python2-capstone')
-pkgver=3.0.3
-pkgrel=2
-pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
-url='http://www.capstone-engine.org/index.html'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('glibc' 'python' 'python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
-sha512sums=('5847d89efe2d139d1dacff73547bfe682def6c23310da89dc8b84686e2a718dd361da242417a895bb0fc425401b9baf15348f1994da052a05c2f64a238659c54')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make
-}
-
-package_capstone() {
-  depends=('glibc')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} LIBDIR=${pkgdir}/usr/lib install
-  install -Dm 644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-capstone() {
-  depends=('capstone' 'python')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python setup.py install -O1 --root=${pkgdir} --prefix=/usr
-  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-capstone() {
-  depends=('capstone' 'python2')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python2 setup.py install -O1 --root=${pkgdir} --prefix=/usr
-  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: capstone/repos/community-i686/PKGBUILD (from rev 136970, 
capstone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-15 23:17:56 UTC (rev 136971)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: M0Rf30
+
+pkgbase=capstone
+pkgname=('capstone' 'python-capstone' 'python2-capstone')
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
+url='http://www.capstone-engine.org/index.html'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('glibc' 'python' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
+sha512sums=('a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+}
+
+package_capstone() {
+  depends=('glibc')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-capstone() {
+  depends=('capstone' 'python')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-capstone() {
+  depends=('capstone' 'python2')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py install -O1 --root=${pkgdir} --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-15 23:17:46 UTC (rev 136970)
+++ community-x86_64/PKGBUILD   2015-07-15 23:17:56 UTC (rev 136971)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
-# Contributor: M0Rf30
-
-pkgbase=capstone
-pkgname=('capstone' 'python-capstone' 'python2-capstone')
-pkgver=3.0.3
-pkgrel=2
-pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
-url='http://www.capstone-engine.org/index.html'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('glibc' 'python' 'python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
-sha512sums

[arch-commits] Commit in fish/repos (8 files)

2015-07-16 Thread Levente Polyak
Date: Friday, July 17, 2015 @ 00:26:10
  Author: anthraxx
Revision: 137027

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 137026, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 137026, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 137026, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 137026, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   86 
 /fish.install |   38 +
 community-i686/PKGBUILD   |   39 --
 community-i686/fish.install   |   19 
 community-x86_64/PKGBUILD |   39 --
 community-x86_64/fish.install |   19 
 6 files changed, 124 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 21:44:27 UTC (rev 137026)
+++ community-i686/PKGBUILD 2015-07-16 22:26:10 UTC (rev 137027)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver}  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 137026, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 22:26:10 UTC (rev 137027)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove completions which are provided by upstream
+  rm ${pkgdir}/usr/share/fish/completions/docker.fish
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2015-07-16 21:44:27 UTC (rev 137026)
+++ community-i686/fish.install 2015-07-16 22:26:10 UTC (rev 137027)
@@ -1,19 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos

[arch-commits] Commit in fish/trunk (PKGBUILD)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 23:44:27
  Author: anthraxx
Revision: 137026

upgpkg: fish 2.2.0-2

updpkg fish 2.2.0-2

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 20:56:28 UTC (rev 137025)
+++ PKGBUILD2015-07-16 21:44:27 UTC (rev 137026)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -33,7 +33,11 @@
 }
 
 package() {
-  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove completions which are provided by upstream
+  rm ${pkgdir}/usr/share/fish/completions/docker.fish
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in (cjdns cjdns/repos cjdns/trunk cjdns/trunk/PKGBUILD)

2015-07-18 Thread Levente Polyak
Date: Saturday, July 18, 2015 @ 23:42:57
  Author: anthraxx
Revision: 137104

addpkg cjdns 16.1-1

Added:
  cjdns/
  cjdns/repos/
  cjdns/trunk/
  cjdns/trunk/PKGBUILD

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Added: cjdns/trunk/PKGBUILD
===
--- cjdns/trunk/PKGBUILD(rev 0)
+++ cjdns/trunk/PKGBUILD2015-07-18 21:42:57 UTC (rev 137104)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=1
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+optdepends=(
+  'cjdnsify: allows you to run some programs bound to your cjdns address'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
+doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
+-t ${pkgdir}/usr/share/doc/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in cjdns/repos (4 files)

2015-07-18 Thread Levente Polyak
Date: Saturday, July 18, 2015 @ 23:43:29
  Author: anthraxx
Revision: 137105

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  cjdns/repos/community-testing-i686/
  cjdns/repos/community-testing-i686/PKGBUILD
(from rev 137104, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-testing-x86_64/
  cjdns/repos/community-testing-x86_64/PKGBUILD
(from rev 137104, cjdns/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   39 
 community-testing-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: cjdns/repos/community-testing-i686/PKGBUILD (from rev 137104, 
cjdns/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-18 21:43:29 UTC (rev 137105)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=1
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+optdepends=(
+  'cjdnsify: allows you to run some programs bound to your cjdns address'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
+doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
+-t ${pkgdir}/usr/share/doc/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-testing-x86_64/PKGBUILD (from rev 137104, 
cjdns/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-07-18 21:43:29 UTC (rev 137105)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=1
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+optdepends=(
+  'cjdnsify: allows you to run some programs bound to your cjdns address'
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
+doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
+-t ${pkgdir}/usr/share/doc/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in fish/trunk (PKGBUILD)

2015-07-18 Thread Levente Polyak
Date: Sunday, July 19, 2015 @ 01:29:30
  Author: anthraxx
Revision: 137111

upgpkg: fish 2.2.0-3

updpkg fish 2.2.0-3

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 23:28:05 UTC (rev 137110)
+++ PKGBUILD2015-07-18 23:29:30 UTC (rev 137111)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -35,9 +35,6 @@
 package() {
   cd fish-shell-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  # remove completions which are provided by upstream
-  rm ${pkgdir}/usr/share/fish/completions/docker.fish
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in fish/repos (8 files)

2015-07-18 Thread Levente Polyak
Date: Sunday, July 19, 2015 @ 01:29:39
  Author: anthraxx
Revision: 137112

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 137111, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 137111, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 137111, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 137111, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   80 
 /fish.install |   38 +++
 community-i686/PKGBUILD   |   43 -
 community-i686/fish.install   |   19 -
 community-x86_64/PKGBUILD |   43 -
 community-x86_64/fish.install |   19 -
 6 files changed, 118 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-18 23:29:30 UTC (rev 137111)
+++ community-i686/PKGBUILD 2015-07-18 23:29:39 UTC (rev 137112)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver}  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove completions which are provided by upstream
-  rm ${pkgdir}/usr/share/fish/completions/docker.fish
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 137111, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-18 23:29:39 UTC (rev 137112)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.2.0
+pkgrel=3
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2015-07-18 23:29:30 UTC (rev 137111)
+++ community-i686/fish.install 2015-07-18 23:29:39 UTC (rev 137112)
@@ -1,19 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish

[arch-commits] Commit in (4 files)

2015-07-20 Thread Levente Polyak
Date: Tuesday, July 21, 2015 @ 00:22:55
  Author: anthraxx
Revision: 137163

addpkg asciiquarium 1.1-4

Added:
  asciiquarium/
  asciiquarium/repos/
  asciiquarium/trunk/
  asciiquarium/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Added: asciiquarium/trunk/PKGBUILD
===
--- asciiquarium/trunk/PKGBUILD (rev 0)
+++ asciiquarium/trunk/PKGBUILD 2015-07-20 22:22:55 UTC (rev 137163)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartosz Chmura chmu...@gmail.com
+# Contributor: FJ joos...@gmail.com
+
+pkgname=asciiquarium
+pkgver=1.1
+pkgrel=4
+pkgdesc='An aquarium/sea animation in ASCII art'
+url='http://www.robobunny.com/projects/asciiquarium'
+arch=('any')
+license=('GPL2')
+depends=('perl' 'perl-term-animation')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
+sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')
+
+
+package() {
+  cd ${pkgname}_${pkgver}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in asciiquarium/repos (community-any community-any/PKGBUILD)

2015-07-20 Thread Levente Polyak
Date: Tuesday, July 21, 2015 @ 00:23:18
  Author: anthraxx
Revision: 137164

archrelease: copy trunk to community-any

Added:
  asciiquarium/repos/community-any/
  asciiquarium/repos/community-any/PKGBUILD
(from rev 137163, asciiquarium/trunk/PKGBUILD)

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Copied: asciiquarium/repos/community-any/PKGBUILD (from rev 137163, 
asciiquarium/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-20 22:23:18 UTC (rev 137164)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartosz Chmura chmu...@gmail.com
+# Contributor: FJ joos...@gmail.com
+
+pkgname=asciiquarium
+pkgver=1.1
+pkgrel=4
+pkgdesc='An aquarium/sea animation in ASCII art'
+url='http://www.robobunny.com/projects/asciiquarium'
+arch=('any')
+license=('GPL2')
+depends=('perl' 'perl-term-animation')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
+sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')
+
+
+package() {
+  cd ${pkgname}_${pkgver}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in cjdns/repos (4 files)

2015-07-20 Thread Levente Polyak
Date: Tuesday, July 21, 2015 @ 00:26:54
  Author: anthraxx
Revision: 137166

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  cjdns/repos/community-testing-i686/PKGBUILD
(from rev 137165, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-testing-x86_64/PKGBUILD
(from rev 137165, cjdns/trunk/PKGBUILD)
Deleted:
  cjdns/repos/community-testing-i686/PKGBUILD
  cjdns/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-testing-i686/PKGBUILD   |   39 
 community-testing-x86_64/PKGBUILD |   39 
 3 files changed, 86 insertions(+), 78 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-07-20 22:26:44 UTC (rev 137165)
+++ community-testing-i686/PKGBUILD 2015-07-20 22:26:54 UTC (rev 137166)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=16.1
-pkgrel=1
-pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
-license=('GPL3')
-depends=('glibc' 'sh')
-makedepends=('nodejs' 'python2')
-optdepends=(
-  'cjdnsify: allows you to run some programs bound to your cjdns address'
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  bash 'do'
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
-  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
-  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
-  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
-doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
--t ${pkgdir}/usr/share/doc/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-testing-i686/PKGBUILD (from rev 137165, 
cjdns/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-20 22:26:54 UTC (rev 137166)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=16.1
+pkgrel=2
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute ${pkgdir}/usr/bin/cjdroute
+  install -Dm 755 contrib/sh/run-cjdroute.sh ${pkgdir}/usr/bin/run-cjdroute
+  install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+  install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
+  install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm 644 -t ${pkgdir}/usr/share/doc/${pkgname} \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-07-20 22:26:44 UTC (rev 137165)
+++ community-testing-x86_64/PKGBUILD   2015-07-20 22:26:54 UTC (rev 137166)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: openfbt

[arch-commits] Commit in cjdns/trunk (PKGBUILD)

2015-07-20 Thread Levente Polyak
Date: Tuesday, July 21, 2015 @ 00:26:44
  Author: anthraxx
Revision: 137165

upgpkg: cjdns 16.1-2

updpkg cjdns 16.1-2

Modified:
  cjdns/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 22:23:18 UTC (rev 137164)
+++ PKGBUILD2015-07-20 22:26:44 UTC (rev 137165)
@@ -6,16 +6,13 @@
 
 pkgname=cjdns
 pkgver=16.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
 url='https://github.com/cjdelisle/cjdns'
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('glibc' 'sh')
 makedepends=('nodejs' 'python2')
-optdepends=(
-  'cjdnsify: allows you to run some programs bound to your cjdns address'
-)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
 
sha512sums=('f9c2777c972dfc4fbed28c02434fbbb8ff5b740c5d5f7d9be353547c3a4e42f7b376e2ab0e68aa98d0234c4229b00b221ed0f6cdb7e3d33448fe1ea7e02d8af7')
 
@@ -31,9 +28,16 @@
   install -Dm 644 contrib/systemd/${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
   install -Dm 644 doc/man/cjdroute.conf.5 
${pkgdir}/usr/share/man/man5/cjdroute.conf.5
   install -Dm 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm 644 doc/admin-api.md doc/configure.md doc/djc_layer_model.md 
doc/nat-gateway.md doc/network-services.md \
-doc/non-root-user.md doc/security_specification.md 
doc/shorewall_and_vpn_gateway_howto.md doc/tunnel.md \
--t ${pkgdir}/usr/share/doc/${pkgname}
+  install -Dm 644 -t ${pkgdir}/usr/share/doc/${pkgname} \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in gradle/trunk (PKGBUILD)

2015-10-22 Thread Levente Polyak
Date: Friday, October 23, 2015 @ 01:07:11
  Author: anthraxx
Revision: 144745

upgpkg: gradle 2.8-1

upgpkg: gradle 2.8-1

Modified:
  gradle/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 22:33:12 UTC (rev 144744)
+++ PKGBUILD2015-10-22 23:07:11 UTC (rev 144745)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc=('A powerful build system for the JVM')
 url='https://gradle.org/'
@@ -14,7 +14,7 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha512sums=('89d2ec75d94b7e341dfd6b41813174ea08b12d097a4b58ecf31f56feea3335d52b897d3d03df7876b5b6182e09bbb215906d958531e60026bfd72541adc48ed7'
+sha512sums=('94ed03c08748688aa54ed48c4c634d97a7909c2f479d82508d736cbf0f4cf44da7d17922643abe275d4602d6e73fabb3aa5a95dc907bd98910f70675433464e7'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {
@@ -53,12 +53,12 @@
   cd ${pkgbase}-${pkgver}
 
   # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs/"
-  install -d "${pkgdir}/usr/share/java/gradle/samples/"
+  install -d "${pkgdir}/usr/share/java/gradle/docs"
+  install -d "${pkgdir}/usr/share/java/gradle/samples"
 
   # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs/"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples/"
+  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
+  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
 }
 
 package_gradle-src() {


[arch-commits] Commit in gradle/repos/community-any (4 files)

2015-10-22 Thread Levente Polyak
Date: Friday, October 23, 2015 @ 01:07:17
  Author: anthraxx
Revision: 144746

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 144745, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 144745, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  148 ++--
 gradle.sh |4 -
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 23:07:11 UTC (rev 144745)
+++ PKGBUILD2015-10-22 23:07:17 UTC (rev 144746)
@@ -1,74 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Simon Legner <simon.leg...@gmail.com>
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=2.7
-pkgrel=1
-pkgdesc=('A powerful build system for the JVM')
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha512sums=('89d2ec75d94b7e341dfd6b41813174ea08b12d097a4b58ecf31f56feea3335d52b897d3d03df7876b5b6182e09bbb215906d958531e60026bfd72541adc48ed7'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.txt "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc=('A powerful build system for the JVM (documentation and samples)')
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs/"
-  install -d "${pkgdir}/usr/share/java/gradle/samples/"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs/"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples/"
-}
-
-package_gradle-src() {
-  pkgdesc=('A powerful build system for the JVM (sources)')
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 144745, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 23:07:17 UTC (rev 144746)
@@ -0,0 +1,74 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Simon Legner <simon.leg...@gmail.com>
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=2.8
+pkgrel=1
+pkgdesc=('A powerful build system for the JVM')
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha512sums=('94ed03c08748688aa54ed48c4c634d97a7909c2f479d82508d736cbf0f4cf44da7d17922643abe275d4602d6e73fabb3aa5a95dc907bd98910f70675433464e7'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install

[arch-commits] Commit in scanmem/repos (6 files)

2015-10-22 Thread Levente Polyak
Date: Friday, October 23, 2015 @ 01:21:50
  Author: anthraxx
Revision: 144750

archrelease: copy trunk to community-i686, community-x86_64

Added:
  scanmem/repos/community-i686/
  scanmem/repos/community-i686/PKGBUILD
(from rev 144749, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-i686/scanmem.install
(from rev 144749, scanmem/trunk/scanmem.install)
  scanmem/repos/community-x86_64/
  scanmem/repos/community-x86_64/PKGBUILD
(from rev 144749, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-x86_64/scanmem.install
(from rev 144749, scanmem/trunk/scanmem.install)

--+
 community-i686/PKGBUILD  |   32 
 community-i686/scanmem.install   |   23 +++
 community-x86_64/PKGBUILD|   32 
 community-x86_64/scanmem.install |   23 +++
 4 files changed, 110 insertions(+)

Copied: scanmem/repos/community-i686/PKGBUILD (from rev 144749, 
scanmem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-22 23:21:50 UTC (rev 144750)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchins...@archlinux.us>
+# Contributor: Aaron Griffin <aa...@archlinux.org> 
+# Contributor: Elmo Todurov <todu...@gmail.com>
+# Contributor: Alexander De Sousa <archaur.xand...@spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.15.3
+pkgrel=1
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
+url="https://github.com/scanmem/scanmem;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pygtk' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('7f14e8a129321d7e58651d7e98ab71e58926465c98d256226ef7803fa7e42ba8bbe0879da8173ad2659deb655c73338db27d832a264b429f740331aee1f6d4b7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/scanmem.install (from rev 144749, 
scanmem/trunk/scanmem.install)
===
--- community-i686/scanmem.install  (rev 0)
+++ community-i686/scanmem.install  2015-10-22 23:21:50 UTC (rev 144750)
@@ -0,0 +1,23 @@
+update_cache() {
+  if [ -x usr/bin/xdg-icon-resource ]; then
+xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
+  fi
+
+  if [ -x usr/bin/update-desktop-database ]; then
+usr/bin/update-desktop-database -q
+  fi
+}
+
+post_install() {
+  update_cache
+}
+
+post_upgrade() {
+  update_cache
+}
+
+post_remove() {
+  update_cache
+}
+
+# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-x86_64/PKGBUILD (from rev 144749, 
scanmem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-22 23:21:50 UTC (rev 144750)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchins...@archlinux.us>
+# Contributor: Aaron Griffin <aa...@archlinux.org> 
+# Contributor: Elmo Todurov <todu...@gmail.com>
+# Contributor: Alexander De Sousa <archaur.xand...@spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.15.3
+pkgrel=1
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
+url="https://github.com/scanmem/scanmem;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pygtk' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('7f14e8a129321d7e58651d7e98ab71e58926465c98d256226ef7803fa7e42ba8bbe0879da8173ad2659deb655c73338db27d832a264b429f740331aee1f6d4b7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-x86_64/scanmem.install (from rev 144749, 
scanmem/trunk/scanmem.install)
===
--- community-x86_64/scanmem.install(rev 0)
+++ community-x86_64/scanmem.install2015-10-22 23:21:50 UTC (rev 144750)
@@ -0,0 +1,23 @@
+update_cache() {
+  if [ -x usr/bin/xdg-icon-resource ]; then
+xdg-icon-resource for

[arch-commits] Commit in (5 files)

2015-10-22 Thread Levente Polyak
Date: Friday, October 23, 2015 @ 01:21:13
  Author: anthraxx
Revision: 144749

addpkg: scanmem 0.15.3-1

Added:
  scanmem/
  scanmem/repos/
  scanmem/trunk/
  scanmem/trunk/PKGBUILD
  scanmem/trunk/scanmem.install

-+
 PKGBUILD|   32 
 scanmem.install |   23 +++
 2 files changed, 55 insertions(+)

Added: scanmem/trunk/PKGBUILD
===
--- scanmem/trunk/PKGBUILD  (rev 0)
+++ scanmem/trunk/PKGBUILD  2015-10-22 23:21:13 UTC (rev 144749)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchins...@archlinux.us>
+# Contributor: Aaron Griffin <aa...@archlinux.org> 
+# Contributor: Elmo Todurov <todu...@gmail.com>
+# Contributor: Alexander De Sousa <archaur.xand...@spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.15.3
+pkgrel=1
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
+url="https://github.com/scanmem/scanmem;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pygtk' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('7f14e8a129321d7e58651d7e98ab71e58926465c98d256226ef7803fa7e42ba8bbe0879da8173ad2659deb655c73338db27d832a264b429f740331aee1f6d4b7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Added: scanmem/trunk/scanmem.install
===
--- scanmem/trunk/scanmem.install   (rev 0)
+++ scanmem/trunk/scanmem.install   2015-10-22 23:21:13 UTC (rev 144749)
@@ -0,0 +1,23 @@
+update_cache() {
+  if [ -x usr/bin/xdg-icon-resource ]; then
+xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
+  fi
+
+  if [ -x usr/bin/update-desktop-database ]; then
+usr/bin/update-desktop-database -q
+  fi
+}
+
+post_install() {
+  update_cache
+}
+
+post_upgrade() {
+  update_cache
+}
+
+post_remove() {
+  update_cache
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in grails/trunk (PKGBUILD)

2015-10-22 Thread Levente Polyak
Date: Friday, October 23, 2015 @ 01:09:17
  Author: anthraxx
Revision: 144747

upgpkg: grails 3.0.9-1

upgpkg: grails 3.0.9-1

Modified:
  grails/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 23:07:17 UTC (rev 144746)
+++ PKGBUILD2015-10-22 23:09:17 UTC (rev 144747)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.0.8
+pkgver=3.0.9
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='http://grails.org/'
@@ -18,8 +18,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('7837d3c09b5c8e99f2ff220072319815d890c2e27832fb277a7de2c9588ea4be12f97e5f1fcfd1c3c7e3f22009b3cad33e5ebccff37829fe420d405138cf8ec0'
-
'db2325b40f147b369de8833b12c5e249ecc0a567ef20f326f2933df28775fb9643d1734384d41e6f2c16bb83981df6733ef975db7f30139a68a92413628bc9e6')
+sha512sums=('e466a361a3ddc5bcfa08f1e7f781c10736abc569c883086d3443ef7fd411aca033b9d3741398c695db29197f745dd5ad0b49589e7db51b0120aaa666acc21763'
+
'f12eabe87bf722b6b1f48011ece85756bcf79f3761093061e1c294a5d06d1a9cc15da60f27985a5addc5671b2a41463756a85bb69b92c241ccee2a8e13f343c6')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


[arch-commits] Commit in grails/repos/community-any (PKGBUILD PKGBUILD)

2015-10-22 Thread Levente Polyak
Date: Friday, October 23, 2015 @ 01:09:24
  Author: anthraxx
Revision: 144748

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 144747, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 23:09:17 UTC (rev 144747)
+++ PKGBUILD2015-10-22 23:09:24 UTC (rev 144748)
@@ -1,59 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Alexander Rødseth <rods...@gmail.com>
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=(
-  'groovy: the groovy programming language'
-  'grails-docs: documentation for grails'
-)
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('7837d3c09b5c8e99f2ff220072319815d890c2e27832fb277a7de2c9588ea4be12f97e5f1fcfd1c3c7e3f22009b3cad33e5ebccff37829fe420d405138cf8ec0'
-
'db2325b40f147b369de8833b12c5e249ecc0a567ef20f326f2933df28775fb9643d1734384d41e6f2c16bb83981df6733ef975db7f30139a68a92413628bc9e6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-
-  # set APP_HOME
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps/"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 144747, 
grails/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 23:09:24 UTC (rev 144748)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alexander Rødseth <rods...@gmail.com>
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=(
+  'groovy: the groovy programming language'
+  'grails-docs: documentation for grails'
+)
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('e466a361a3ddc5bcfa08f1e7f781c10736abc569c883086d3443ef7fd411aca033b9d3741398c695db29197f745dd5ad0b49589e7db51b0120aaa666acc21763'
+
'f12eabe87bf722b6b1f48011ece85756bcf79f3761093061e1c294a5d06d1a9cc15da60f27985a5addc5671b2a41463756a85bb69b92c241ccee2a8e13f343c6')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+
+  # set APP_HOME
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps/"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
&quo

[arch-commits] Commit in mdk3/repos (4 files)

2015-10-22 Thread Levente Polyak
Date: Friday, October 23, 2015 @ 01:24:32
  Author: anthraxx
Revision: 144752

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mdk3/repos/community-i686/
  mdk3/repos/community-i686/PKGBUILD
(from rev 144751, mdk3/trunk/PKGBUILD)
  mdk3/repos/community-x86_64/
  mdk3/repos/community-x86_64/PKGBUILD
(from rev 144751, mdk3/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: mdk3/repos/community-i686/PKGBUILD (from rev 144751, 
mdk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-22 23:24:32 UTC (rev 144752)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Andrés Cordero <a...@andrew67.com>
+# Contributor: Jens Pranaitis <j...@chaox.net>
+
+pkgname=mdk3
+pkgver=v6
+pkgrel=6
+pkgdesc="WLAN penetration tool"
+url="http://aspj.aircrack-ng.org/;
+arch=("i686" "x86_64")
+license=('GPL2')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.bz2::http://aspj.aircrack-ng.org/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('a5180fc231c2e041064467b9415d2d238ea680f19c88b2320983dd6dbe91a62af1a37da0fc548c1b0860ede046e1f9976dec729c919d8e6c0ab98231990dfec4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed "s|-g -O3|${CFLAGS}|g" -i Makefile
+  sed 's|sbin|bin|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C osdep
+  make
+}
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm 644 docs/*.html -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: mdk3/repos/community-x86_64/PKGBUILD (from rev 144751, 
mdk3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-22 23:24:32 UTC (rev 144752)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Andrés Cordero <a...@andrew67.com>
+# Contributor: Jens Pranaitis <j...@chaox.net>
+
+pkgname=mdk3
+pkgver=v6
+pkgrel=6
+pkgdesc="WLAN penetration tool"
+url="http://aspj.aircrack-ng.org/;
+arch=("i686" "x86_64")
+license=('GPL2')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.bz2::http://aspj.aircrack-ng.org/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('a5180fc231c2e041064467b9415d2d238ea680f19c88b2320983dd6dbe91a62af1a37da0fc548c1b0860ede046e1f9976dec729c919d8e6c0ab98231990dfec4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed "s|-g -O3|${CFLAGS}|g" -i Makefile
+  sed 's|sbin|bin|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C osdep
+  make
+}
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm 644 docs/*.html -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (mdk3 mdk3/repos mdk3/trunk mdk3/trunk/PKGBUILD)

2015-10-22 Thread Levente Polyak
Date: Friday, October 23, 2015 @ 01:24:06
  Author: anthraxx
Revision: 144751

addpkg: mdk3 v6-6

Added:
  mdk3/
  mdk3/repos/
  mdk3/trunk/
  mdk3/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Added: mdk3/trunk/PKGBUILD
===
--- mdk3/trunk/PKGBUILD (rev 0)
+++ mdk3/trunk/PKGBUILD 2015-10-22 23:24:06 UTC (rev 144751)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Andrés Cordero <a...@andrew67.com>
+# Contributor: Jens Pranaitis <j...@chaox.net>
+
+pkgname=mdk3
+pkgver=v6
+pkgrel=6
+pkgdesc="WLAN penetration tool"
+url="http://aspj.aircrack-ng.org/;
+arch=("i686" "x86_64")
+license=('GPL2')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.bz2::http://aspj.aircrack-ng.org/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('a5180fc231c2e041064467b9415d2d238ea680f19c88b2320983dd6dbe91a62af1a37da0fc548c1b0860ede046e1f9976dec729c919d8e6c0ab98231990dfec4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed "s|-g -O3|${CFLAGS}|g" -i Makefile
+  sed 's|sbin|bin|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C osdep
+  make
+}
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm 644 docs/*.html -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in afl/repos (4 files)

2015-10-26 Thread Levente Polyak
Date: Tuesday, October 27, 2015 @ 03:27:53
  Author: anthraxx
Revision: 145055

archrelease: copy trunk to community-i686, community-x86_64

Added:
  afl/repos/community-i686/PKGBUILD
(from rev 145054, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/PKGBUILD
(from rev 145054, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-i686/PKGBUILD
  afl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   32 ---
 community-x86_64/PKGBUILD |   32 ---
 3 files changed, 72 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 02:27:42 UTC (rev 145054)
+++ community-i686/PKGBUILD 2015-10-27 02:27:53 UTC (rev 145055)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: spider-mario <spiderma...@free.fr>
-
-pkgname=afl
-pkgver=1.94b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 145054, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 02:27:53 UTC (rev 145055)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: spider-mario <spiderma...@free.fr>
+
+pkgname=afl
+pkgver=1.94b
+pkgrel=2
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url="http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+)
+makedepends=('clang' 'llvm' 'gcc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-27 02:27:42 UTC (rev 145054)
+++ community-x86_64/PKGBUILD   2015-10-27 02:27:53 UTC (rev 145055)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: spider-mario <spiderma...@free.fr>
-
-pkgname=afl
-pkgver=1.94b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 145054, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   20

[arch-commits] Commit in afl/trunk (PKGBUILD)

2015-10-26 Thread Levente Polyak
Date: Tuesday, October 27, 2015 @ 03:27:42
  Author: anthraxx
Revision: 145054

upgpkg: afl 1.94b-2

upgpkg: afl 1.94b-2

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 21:19:16 UTC (rev 145053)
+++ PKGBUILD2015-10-27 02:27:42 UTC (rev 145054)
@@ -3,7 +3,7 @@
 
 pkgname=afl
 pkgver=1.94b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
 url="http://lcamtuf.coredump.cx/afl/;
@@ -12,7 +12,9 @@
 optdepends=(
   'gcc: gcc instrumentation support'
   'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
 )
+makedepends=('clang' 'llvm' 'gcc')
 provides=('american-fuzzy-lop')
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
@@ -22,11 +24,13 @@
 build() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
 }
 
 package() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
 }
 
 # vim: ts=2 sw=2 et:


  1   2   3   4   5   6   7   8   9   10   >