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 | 4511def17ea1f619aba4f82d9e415b4ef2408f6c (patch) | |
tree | 6891b35927727ce8c5eaaf043ee9bc7573b362fe /mail-filter | |
parent | Stable on x86, sparc, mips (diff) | |
download | historical-4511def17ea1f619aba4f82d9e415b4ef2408f6c.tar.gz historical-4511def17ea1f619aba4f82d9e415b4ef2408f6c.tar.bz2 historical-4511def17ea1f619aba4f82d9e415b4ef2408f6c.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 | 14 | ||||
-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, 71 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..7bd01dc11387 --- /dev/null +++ b/mail-filter/mapson/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 17c545bc25855f4b356bd83c16864f89 ChangeLog 408 +MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 +MD5 b2bfa27b66d6b8a01ca2007213de5d7b mapson-3.0.ebuild 943 +MD5 cac715815f8f0186f774802fe05b0d7a files/digest-mapson-3.0 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBPOut10xuJSrg3/sRAss7AJ9VTsRfIFXmUEp6JVcul4WKxO+RIACffT9A +/BIHbdVJdrxMhdO/dnvhN2s= +=BR+u +-----END PGP SIGNATURE----- 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> |