[arch-commits] Commit in dspam/repos (26 files)

2013-05-13 Thread Sergej Pupykin
Date: Monday, May 13, 2013 @ 16:22:46
  Author: spupykin
Revision: 90661

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

Added:
  dspam/repos/community-i686/PKGBUILD
(from rev 90660, dspam/trunk/PKGBUILD)
  dspam/repos/community-i686/dspam.install
(from rev 90660, dspam/trunk/dspam.install)
  dspam/repos/community-i686/dspam.logrotated
(from rev 90660, dspam/trunk/dspam.logrotated)
  dspam/repos/community-i686/dspam.service
(from rev 90660, dspam/trunk/dspam.service)
  dspam/repos/community-i686/dspam.tmpfiles
(from rev 90660, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-i686/dspam_maintenance.cron
(from rev 90660, dspam/trunk/dspam_maintenance.cron)
  dspam/repos/community-x86_64/PKGBUILD
(from rev 90660, dspam/trunk/PKGBUILD)
  dspam/repos/community-x86_64/dspam.install
(from rev 90660, dspam/trunk/dspam.install)
  dspam/repos/community-x86_64/dspam.logrotated
(from rev 90660, dspam/trunk/dspam.logrotated)
  dspam/repos/community-x86_64/dspam.service
(from rev 90660, dspam/trunk/dspam.service)
  dspam/repos/community-x86_64/dspam.tmpfiles
(from rev 90660, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-x86_64/dspam_maintenance.cron
(from rev 90660, dspam/trunk/dspam_maintenance.cron)
Deleted:
  dspam/repos/community-i686/PKGBUILD
  dspam/repos/community-i686/dspam
  dspam/repos/community-i686/dspam.install
  dspam/repos/community-i686/dspam.logrotated
  dspam/repos/community-i686/dspam.service
  dspam/repos/community-i686/dspam.tmpfiles
  dspam/repos/community-i686/dspam_maintenance.cron
  dspam/repos/community-x86_64/PKGBUILD
  dspam/repos/community-x86_64/dspam
  dspam/repos/community-x86_64/dspam.install
  dspam/repos/community-x86_64/dspam.logrotated
  dspam/repos/community-x86_64/dspam.service
  dspam/repos/community-x86_64/dspam.tmpfiles
  dspam/repos/community-x86_64/dspam_maintenance.cron

-+
 /PKGBUILD   |  172 ++
 /dspam.install  |   80 +
 /dspam.logrotated   |   20 +++
 /dspam.service  |   22 +++
 /dspam.tmpfiles |2 
 /dspam_maintenance.cron |   12 ++
 community-i686/PKGBUILD |   90 ---
 community-i686/dspam|   37 --
 community-i686/dspam.install|   40 --
 community-i686/dspam.logrotated |   10 -
 community-i686/dspam.service|   11 -
 community-i686/dspam.tmpfiles   |1 
 community-i686/dspam_maintenance.cron   |6 -
 community-x86_64/PKGBUILD   |   90 ---
 community-x86_64/dspam  |   37 --
 community-x86_64/dspam.install  |   40 --
 community-x86_64/dspam.logrotated   |   10 -
 community-x86_64/dspam.service  |   11 -
 community-x86_64/dspam.tmpfiles |1 
 community-x86_64/dspam_maintenance.cron |6 -
 20 files changed, 308 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-13 14:22:14 UTC (rev 90660)
+++ community-i686/PKGBUILD 2013-05-13 14:22:46 UTC (rev 90661)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=dspam
-pkgver=3.10.2
-pkgrel=4
-pkgdesc=A scalable, open-source statistical anti-spam filter
-arch=('i686' 'x86_64')
-url=http://dspam.nuclearelephant.com/;
-backup=('etc/dspam/dspam.conf'
-   'srv/http/dspam/cgi-bin/admins'
-   'srv/http/dspam/cgi-bin/subadmins')
-license=(GPL)
-depends=(readline libcap ncurses zlib openssl)
-makedepends=('libmariadbclient' 'postgresql-libs' 'db' 'sqlite' 'libldap')
-optdepends=('libmariadbclient: MariaDB support'
-   'postgresql-libs: PostgreSQL support'
-   'db: BerkeleyDB support'
-   'sqlite: SQLite support'
-   'clamav: ClamAV support'
-   'libldap: external lookup support')
-options=('zipman' 'docs' '!libtool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz
-   dspam.logrotated
-   dspam
-   dspam.service
-   dspam.tmpfiles
-   dspam_maintenance.cron)
-md5sums=('0e0e405d3284485b2a43f47eaf6b09bb'
- 'cec7e3df4cbc6feca387fb516a5b3490'
- 'bb2300eff5b2a6eb987750c71a2c2169'
- '1581a94598cec370b66f37b118970676'
- '933643f2204ccbd7e451a439f83db1ea'
- 'ebfb0fec16a56f6e1a3a61ced2d5015d')
-
-build() {
-  OPTS=--with-dspam-owner=dspam --with-dspam-group=dspam 
--with-dspam-home-group=dspam --with-dspam-mode=2510 \
-   --enable-daemon --enable-virtual-users --enable-large-scale 
--enable-long-usernames --enable-external-lookup \
-   --enable-split-configuration --enable-syslog 

[arch-commits] Commit in dspam/repos (26 files)

2013-02-28 Thread Sergej Pupykin
Date: Thursday, February 28, 2013 @ 16:36:02
  Author: spupykin
Revision: 85298

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

Added:
  dspam/repos/community-i686/PKGBUILD
(from rev 85297, dspam/trunk/PKGBUILD)
  dspam/repos/community-i686/dspam
(from rev 85297, dspam/trunk/dspam)
  dspam/repos/community-i686/dspam.install
(from rev 85297, dspam/trunk/dspam.install)
  dspam/repos/community-i686/dspam.logrotated
(from rev 85297, dspam/trunk/dspam.logrotated)
  dspam/repos/community-i686/dspam.service
(from rev 85297, dspam/trunk/dspam.service)
  dspam/repos/community-i686/dspam.tmpfiles
(from rev 85297, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-i686/dspam_maintenance.cron
(from rev 85297, dspam/trunk/dspam_maintenance.cron)
  dspam/repos/community-x86_64/PKGBUILD
(from rev 85297, dspam/trunk/PKGBUILD)
  dspam/repos/community-x86_64/dspam
(from rev 85297, dspam/trunk/dspam)
  dspam/repos/community-x86_64/dspam.install
(from rev 85297, dspam/trunk/dspam.install)
  dspam/repos/community-x86_64/dspam.logrotated
(from rev 85297, dspam/trunk/dspam.logrotated)
  dspam/repos/community-x86_64/dspam.service
(from rev 85297, dspam/trunk/dspam.service)
  dspam/repos/community-x86_64/dspam.tmpfiles
(from rev 85297, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-x86_64/dspam_maintenance.cron
(from rev 85297, dspam/trunk/dspam_maintenance.cron)
Deleted:
  dspam/repos/community-i686/PKGBUILD
  dspam/repos/community-i686/dspam
  dspam/repos/community-i686/dspam.install
  dspam/repos/community-i686/dspam.logrotated
  dspam/repos/community-i686/dspam.service
  dspam/repos/community-i686/dspam.tmpfiles
  dspam/repos/community-x86_64/PKGBUILD
  dspam/repos/community-x86_64/dspam
  dspam/repos/community-x86_64/dspam.install
  dspam/repos/community-x86_64/dspam.logrotated
  dspam/repos/community-x86_64/dspam.service
  dspam/repos/community-x86_64/dspam.tmpfiles

-+
 community-i686/PKGBUILD |  167 --
 community-i686/dspam|   74 ++---
 community-i686/dspam.install|   73 +++--
 community-i686/dspam.logrotated |   15 +-
 community-i686/dspam.service|   22 +--
 community-i686/dspam.tmpfiles   |2 
 community-i686/dspam_maintenance.cron   |6 +
 community-x86_64/PKGBUILD   |  167 --
 community-x86_64/dspam  |   74 ++---
 community-x86_64/dspam.install  |   73 +++--
 community-x86_64/dspam.logrotated   |   15 +-
 community-x86_64/dspam.service  |   22 +--
 community-x86_64/dspam.tmpfiles |2 
 community-x86_64/dspam_maintenance.cron |6 +
 14 files changed, 390 insertions(+), 328 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-28 15:35:26 UTC (rev 85297)
+++ community-i686/PKGBUILD 2013-02-28 15:36:02 UTC (rev 85298)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=dspam
-pkgver=3.10.2
-pkgrel=2
-pkgdesc=A scalable, open-source statistical anti-spam filter
-arch=('i686' 'x86_64')
-url=http://dspam.nuclearelephant.com/;
-backup=('etc/dspam/dspam.conf'
-   'srv/http/dspam/cgi-bin/admins'
-   'srv/http/dspam/cgi-bin/subadmins')
-license=(GPL)
-depends=(readline libcap ncurses zlib openssl)
-makedepends=('libmysqlclient' 'postgresql-libs' 'db' 'sqlite')
-optdepends=('libmysqlclient: MySQL support'
-   'postgresql-libs: PostgreSQL support'
-   'db: BerkeleyDB support'
-   'sqlite: SQLite support')
-options=('zipman' 'docs' '!libtool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz
-   dspam.logrotated
-   dspam
-   dspam.service
-   dspam.tmpfiles)
-md5sums=('0e0e405d3284485b2a43f47eaf6b09bb'
- '2163ca41de383f09f4d754e2d35cb158'
- 'bb2300eff5b2a6eb987750c71a2c2169'
- '1581a94598cec370b66f37b118970676'
- '933643f2204ccbd7e451a439f83db1ea')
-
-build() {
-  OPTS=--with-dspam-owner=dspam --with-dspam-group=dspam --enable-daemon 
--enable-virtual-users \
-   --with-mysql-includes=/usr/include/mysql 
--with-mysql-libraries=/usr/lib \
-   
--with-storage-driver=mysql_drv,libdb4_drv,pgsql_drv,sqlite3_drv,hash_drv 
--with-dspam-home=/var/lib/dspam \
-   --with-logdir=/var/log/dspam --enable-preferences-extension 
--enable-large-scale
-
-  cd $srcdir/$pkgname-$pkgver
-  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc/dspam 
--localstatedir=/var ${OPTS}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/srv/http/dspam
-  cp -a webui/*