summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-12 16:29:26 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-12 16:29:26 +0000
commitbe2259287df3951070d3c5cae950ef3d5a40ead8 (patch)
tree47b49329f5f98ec8255ff4cbf015227bc87d84f6 /net-mail/checkpassword
parent*** empty log message *** (diff)
downloadhistorical-be2259287df3951070d3c5cae950ef3d5a40ead8.tar.gz
historical-be2259287df3951070d3c5cae950ef3d5a40ead8.tar.bz2
historical-be2259287df3951070d3c5cae950ef3d5a40ead8.zip
Hrm, that package was in qmail before, seems like we forgott to
add it as a separate package during the qmail rework.
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r--net-mail/checkpassword/checkpassword-0.90.ebuild25
-rw-r--r--net-mail/checkpassword/files/digest-checkpassword-0.901
2 files changed, 26 insertions, 0 deletions
diff --git a/net-mail/checkpassword/checkpassword-0.90.ebuild b/net-mail/checkpassword/checkpassword-0.90.ebuild
new file mode 100644
index 000000000000..0b3aeb766ae8
--- /dev/null
+++ b/net-mail/checkpassword/checkpassword-0.90.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90.ebuild,v 1.1 2001/05/12 16:29:26 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="A modern replacement for sendmail which uses maildirs"
+SRC_URI="http://cr.yp.to/checkpwd/${A}"
+
+HOMEPAGE="http://www.qmail.org/"
+
+src_compile() {
+ cd ${S}
+ echo "gcc ${CFLAGS}" > conf-cc
+ try make
+}
+
+
+
+src_install() {
+ into /
+ dobin checkpassword
+ dodoc CHANGES README TODO VERSION
+}
diff --git a/net-mail/checkpassword/files/digest-checkpassword-0.90 b/net-mail/checkpassword/files/digest-checkpassword-0.90
new file mode 100644
index 000000000000..b82fa2cd03bd
--- /dev/null
+++ b/net-mail/checkpassword/files/digest-checkpassword-0.90
@@ -0,0 +1 @@
+MD5 e75842e908f96571ae56c3da499ba1fc checkpassword-0.90.tar.gz