diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-06 22:58:42 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-06 22:58:42 +0000 |
commit | 21f2f48f9a70141e834946201bb025345d82f8f6 (patch) | |
tree | 82881ebe5e625c6af5a5898a58e9d44f43a81d7f /mail-filter | |
parent | Stable on x86, sparc, mips (Manifest recommit) (diff) | |
download | gentoo-2-21f2f48f9a70141e834946201bb025345d82f8f6.tar.gz gentoo-2-21f2f48f9a70141e834946201bb025345d82f8f6.tar.bz2 gentoo-2-21f2f48f9a70141e834946201bb025345d82f8f6.zip |
Initial version. Closes 23169.
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/mapson/ChangeLog | 11 | ||||
-rw-r--r-- | mail-filter/mapson/Manifest | 2 | ||||
-rw-r--r-- | mail-filter/mapson/files/digest-mapson-3.0 | 1 | ||||
-rw-r--r-- | mail-filter/mapson/mapson-3.0.ebuild | 40 | ||||
-rw-r--r-- | mail-filter/mapson/metadata.xml | 5 |
5 files changed, 59 insertions, 0 deletions
diff --git a/mail-filter/mapson/ChangeLog b/mail-filter/mapson/ChangeLog new file mode 100644 index 000000000000..269b809045c3 --- /dev/null +++ b/mail-filter/mapson/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for mail-filter/mapson +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/ChangeLog,v 1.1 2004/09/06 22:58:42 ticho Exp $ + +*mapson-3.0 (07 Sep 2004) + + 07 Sep 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml, + +mapson-3.0.ebuild: + Initial version. Closes #23169, ebuild submitted by Peter Simons + <simons@cryp.to>. + diff --git a/mail-filter/mapson/Manifest b/mail-filter/mapson/Manifest new file mode 100644 index 000000000000..09f21a2dcabc --- /dev/null +++ b/mail-filter/mapson/Manifest @@ -0,0 +1,2 @@ +MD5 a21341593dcfcde5d7b16f9cdd963e45 mapson-3.0.ebuild 885 +MD5 cac715815f8f0186f774802fe05b0d7a files/digest-mapson-3.0 62 diff --git a/mail-filter/mapson/files/digest-mapson-3.0 b/mail-filter/mapson/files/digest-mapson-3.0 new file mode 100644 index 000000000000..d4a78d4d4040 --- /dev/null +++ b/mail-filter/mapson/files/digest-mapson-3.0 @@ -0,0 +1 @@ +MD5 31c0b301e245c33a10912d37ed53efa9 mapson-3.0.tar.gz 193943 diff --git a/mail-filter/mapson/mapson-3.0.ebuild b/mail-filter/mapson/mapson-3.0.ebuild new file mode 100644 index 000000000000..5b6ac373bb6b --- /dev/null +++ b/mail-filter/mapson/mapson-3.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/mapson/mapson-3.0.ebuild,v 1.1 2004/09/06 22:58:42 ticho Exp $ + +DESCRIPTION="A challenge/response-based white-list spam filter" +HOMEPAGE="http://mapson.sourceforge.net/" +SRC_URI="mirror://sourceforge/mapson/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="debug" +DEPEND="virtual/glibc + virtual/mta" + +src_compile() { + ./configure \ + --build=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc/mapson \ + --mandir=/usr/share/man \ + --datadir=/usr/share/mapson \ + `use_with debug` \ + || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + cd ${D}/etc/mapson + dodoc sample-config + mv sample-config mapson.config + + cd ${D}/usr/share/mapson + dodoc sample-challenge-template + mv sample-challenge-template challenge-template + dohtml mapson.html + rm mapson.html +} diff --git a/mail-filter/mapson/metadata.xml b/mail-filter/mapson/metadata.xml new file mode 100644 index 000000000000..51f94e3fbe0e --- /dev/null +++ b/mail-filter/mapson/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-mail</herd> +</pkgmetadata> |