From f9f1e5547a10a46d4765556710d9a5c9d6c90c17 Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 8 Feb 2010 20:35:54 +0100 Subject: Maj bogofilter#1.2.1-1, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/bogofilter/.footprint | 23 +++++++++++++++++++++++ base/bogofilter/.md5sum | 1 + base/bogofilter/Pkgfile | 16 ++++++++++++++++ extra/bogofilter/.footprint | 23 ----------------------- extra/bogofilter/.md5sum | 1 - extra/bogofilter/Pkgfile | 17 ----------------- 6 files changed, 40 insertions(+), 41 deletions(-) create mode 100644 base/bogofilter/.footprint create mode 100644 base/bogofilter/.md5sum create mode 100644 base/bogofilter/Pkgfile delete mode 100644 extra/bogofilter/.footprint delete mode 100644 extra/bogofilter/.md5sum delete mode 100644 extra/bogofilter/Pkgfile diff --git a/base/bogofilter/.footprint b/base/bogofilter/.footprint new file mode 100644 index 000000000..1396ab023 --- /dev/null +++ b/base/bogofilter/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/bogofilter.cf.example +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bf_compact +-rwxr-xr-x root/root usr/bin/bf_copy +-rwxr-xr-x root/root usr/bin/bf_tar +-rwxr-xr-x root/root usr/bin/bogofilter +-rwxr-xr-x root/root usr/bin/bogolexer +-rwxr-xr-x root/root usr/bin/bogotune +-rwxr-xr-x root/root usr/bin/bogoupgrade +-rwxr-xr-x root/root usr/bin/bogoutil +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bf_compact.1.gz +-rw-r--r-- root/root usr/share/man/man1/bf_copy.1.gz +-rw-r--r-- root/root usr/share/man/man1/bf_tar.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogofilter.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogolexer.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogotune.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogoupgrade.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogoutil.1.gz diff --git a/base/bogofilter/.md5sum b/base/bogofilter/.md5sum new file mode 100644 index 000000000..2c1fd57ad --- /dev/null +++ b/base/bogofilter/.md5sum @@ -0,0 +1 @@ +a12a16d88d6d565dacf2a5e6259a3337 bogofilter-1.2.1.tar.gz diff --git a/base/bogofilter/Pkgfile b/base/bogofilter/Pkgfile new file mode 100644 index 000000000..ebe753b19 --- /dev/null +++ b/base/bogofilter/Pkgfile @@ -0,0 +1,16 @@ +# Description: Filtre bayésien de mail et antispam +# URL: http://www.bogofilter.org +# Packager: skingrapher at legtux dot org +# Maintainer: NuTyX core team + +name=bogofilter +version=1.2.1 +release=1 +source=(http://ovh.dl.sourceforge.net/sourceforge/bogofilter/$name-$version.tar.gz) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + } + diff --git a/extra/bogofilter/.footprint b/extra/bogofilter/.footprint deleted file mode 100644 index 1396ab023..000000000 --- a/extra/bogofilter/.footprint +++ /dev/null @@ -1,23 +0,0 @@ -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/bogofilter.cf.example -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/bf_compact --rwxr-xr-x root/root usr/bin/bf_copy --rwxr-xr-x root/root usr/bin/bf_tar --rwxr-xr-x root/root usr/bin/bogofilter --rwxr-xr-x root/root usr/bin/bogolexer --rwxr-xr-x root/root usr/bin/bogotune --rwxr-xr-x root/root usr/bin/bogoupgrade --rwxr-xr-x root/root usr/bin/bogoutil -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/bf_compact.1.gz --rw-r--r-- root/root usr/share/man/man1/bf_copy.1.gz --rw-r--r-- root/root usr/share/man/man1/bf_tar.1.gz --rw-r--r-- root/root usr/share/man/man1/bogofilter.1.gz --rw-r--r-- root/root usr/share/man/man1/bogolexer.1.gz --rw-r--r-- root/root usr/share/man/man1/bogotune.1.gz --rw-r--r-- root/root usr/share/man/man1/bogoupgrade.1.gz --rw-r--r-- root/root usr/share/man/man1/bogoutil.1.gz diff --git a/extra/bogofilter/.md5sum b/extra/bogofilter/.md5sum deleted file mode 100644 index c0c7e4377..000000000 --- a/extra/bogofilter/.md5sum +++ /dev/null @@ -1 +0,0 @@ -4bbc9adc30d4f8e3a547f9be18a1cb74 bogofilter-1.2.0.tar.gz diff --git a/extra/bogofilter/Pkgfile b/extra/bogofilter/Pkgfile deleted file mode 100644 index 4558573e0..000000000 --- a/extra/bogofilter/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: Filtre antispam très puissant qui fonctionne à merveille notamment avec Sylpheed -# URL: -# Packager: bleizh_du -# Maintainer: NuTyX core team -# Depends on: - -name=bogofilter -version=1.2.0 -release=1 -source=(http://ovh.dl.sourceforge.net/sourceforge/bogofilter/$name-$version.tar.gz) -build() { -cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - } - -- cgit v1.2.3-70-g09d2