summaryrefslogtreecommitdiff
path: root/bogofilter
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2016-03-19 15:26:03 -0700
committerAaron Ball <nullspoon@iohq.net>2016-03-19 15:26:03 -0700
commitab359c7130e71c2158ae66c3c016e42ea58d201f (patch)
treedbcbcbc0d4b7adb43f5fc5f7f366d400a5628a1d /bogofilter
parentfbdc3b3857c460b6af1b6f6c6b9623f3324f0137 (diff)
downloadports-ab359c7130e71c2158ae66c3c016e42ea58d201f.tar.gz
ports-ab359c7130e71c2158ae66c3c016e42ea58d201f.tar.xz
Bogofilter: Initial commit
Diffstat (limited to 'bogofilter')
-rw-r--r--bogofilter/.footprint23
-rw-r--r--bogofilter/.md5sum1
-rw-r--r--bogofilter/Pkgfile21
3 files changed, 45 insertions, 0 deletions
diff --git a/bogofilter/.footprint b/bogofilter/.footprint
new file mode 100644
index 0000000..1396ab0
--- /dev/null
+++ b/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/bogofilter/.md5sum b/bogofilter/.md5sum
new file mode 100644
index 0000000..5eb2218
--- /dev/null
+++ b/bogofilter/.md5sum
@@ -0,0 +1 @@
+d0a5eebb3274b23ceabe766a6443a1c5 bogofilter-1.2.4.tar.bz2
diff --git a/bogofilter/Pkgfile b/bogofilter/Pkgfile
new file mode 100644
index 0000000..d148f9d
--- /dev/null
+++ b/bogofilter/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Implements Bayesian technique for spammy email classification
+# URL: http://bogofilter.sourceforge.net/
+# Packager: Aaron Ball, nullspoon at oper dot io
+# Depends on:
+
+
+name=bogofilter
+version=1.2.4
+release=1
+source=(http://downloads.sourceforge.net/project/${name}/${name}-stable/${name}-${version}/${name}-${version}.tar.bz2)
+
+build () {
+ cd ${name}-${version}
+
+ ./autogen.sh
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit