summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www')
-rw-r--r--net-www/http-fetcher/Manifest4
-rw-r--r--net-www/http-fetcher/files/digest-http-fetcher-1.0.21
-rw-r--r--net-www/http-fetcher/http-fetcher-1.0.2.ebuild26
3 files changed, 29 insertions, 2 deletions
diff --git a/net-www/http-fetcher/Manifest b/net-www/http-fetcher/Manifest
index e14ca01524f0..9debbfdf3b9d 100644
--- a/net-www/http-fetcher/Manifest
+++ b/net-www/http-fetcher/Manifest
@@ -1,6 +1,6 @@
MD5 191201b4e0a39ed9fff0fe237db36abc http-fetcher-1.0.1.ebuild 875
-MD5 6dc4ad31ce0f6778868e6c5c407025fa http-fetcher-1.0.2.ebuild 736
-MD5 25dc633d01b8f35ee575c05e856f59e2 ChangeLog 833
+MD5 47990ace11b248a9d984eb0e45815e79 http-fetcher-1.0.2.ebuild 733
+MD5 6175022c6040e6c1db18ca1ce4d9540e ChangeLog 1008
MD5 fc4cef2a2d88880b33e15964bffaa7c5 http-fetcher-1.0.1-r1.ebuild 1143
MD5 986a8927fbf78398c94af18534ae8786 files/digest-http-fetcher-1.0.1-r1 70
MD5 5bed14995f10b0fafebd610a6b74deaf files/buffer-overflow-gentoo.patch 1173
diff --git a/net-www/http-fetcher/files/digest-http-fetcher-1.0.2 b/net-www/http-fetcher/files/digest-http-fetcher-1.0.2
new file mode 100644
index 000000000000..6e838952469e
--- /dev/null
+++ b/net-www/http-fetcher/files/digest-http-fetcher-1.0.2
@@ -0,0 +1 @@
+MD5 e522fc221e94fa1735667a5d61a72b78 http_fetcher-1.0.2.tar.gz 277015
diff --git a/net-www/http-fetcher/http-fetcher-1.0.2.ebuild b/net-www/http-fetcher/http-fetcher-1.0.2.ebuild
new file mode 100644
index 000000000000..4554f25a4260
--- /dev/null
+++ b/net-www/http-fetcher/http-fetcher-1.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/http-fetcher/http-fetcher-1.0.2.ebuild,v 1.1 2003/06/18 14:26:19 phosphan Exp $
+
+DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method."
+HOMEPAGE="http://http-fetcher.sourceforge.net"
+SRC_URI="mirror://sourceforge/http-fetcher/${P/-/_}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+S=${WORKDIR}/${P/-/_}
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dohtml -r docs/index.html docs/html
+ dodoc README ChangeLog INSTALL LICENSE
+}