summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/base64/ChangeLog9
-rw-r--r--net-mail/base64/Manifest4
-rw-r--r--net-mail/base64/base64-1.3.ebuild23
-rw-r--r--net-mail/base64/files/digest-base64-1.31
4 files changed, 35 insertions, 2 deletions
diff --git a/net-mail/base64/ChangeLog b/net-mail/base64/ChangeLog
new file mode 100644
index 000000000000..faa59c1b5c51
--- /dev/null
+++ b/net-mail/base64/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-mail/base64
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/ChangeLog,v 1.1 2003/04/13 18:23:17 liquidx Exp $
+
+*base64-1.3 (13 Apr 2003)
+
+ 13 Apr 2003; Alastair Tse <liquidx@gentoo.org> base64-1.3.ebuild:
+ Initial Ebuild
+
diff --git a/net-mail/base64/Manifest b/net-mail/base64/Manifest
index 8d1fa4c0949a..59809b74cc1c 100644
--- a/net-mail/base64/Manifest
+++ b/net-mail/base64/Manifest
@@ -1,3 +1,3 @@
-MD5 2c8731394ef67695c9b5e079b55562e7 base64-1.3.ebuild 498
-MD5 aeca515f8ae888fc49cb621475e72ad7 ChangeLog 237
+MD5 30d36a780ffefe0380af4c85330f2b73 base64-1.3.ebuild 591
+MD5 db07e1f6683cf749d00f2af5d80ea716 ChangeLog 326
MD5 7d61f7a4e8402f683337a7d454f2af9b files/digest-base64-1.3 62
diff --git a/net-mail/base64/base64-1.3.ebuild b/net-mail/base64/base64-1.3.ebuild
new file mode 100644
index 000000000000..fb0f25bbc267
--- /dev/null
+++ b/net-mail/base64/base64-1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/base64/base64-1.3.ebuild,v 1.1 2003/04/13 18:23:17 liquidx Exp $
+
+IUSE=""
+DESCRIPTION="Command line program that encodes/decodes files in base64"
+HOMEPAGE="http://www.fourmilab.ch/webtools/base64/"
+SRC_URI="http://www.fourmilab.ch/webtools/base64/${P}.tar.gz"
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND="virtual/glibc"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ dobin base64
+ doman base64.1
+}
diff --git a/net-mail/base64/files/digest-base64-1.3 b/net-mail/base64/files/digest-base64-1.3
new file mode 100644
index 000000000000..5374850bfc7e
--- /dev/null
+++ b/net-mail/base64/files/digest-base64-1.3
@@ -0,0 +1 @@
+MD5 66d81725ba4d03227af2ce3792e50d5d base64-1.3.tar.gz 177250