summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-09 09:51:58 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-09 09:51:58 +0000
commitf5616417b3abc24c60d4233b442380d1d4dfe4d8 (patch)
treecc62ab535bbd7c18648e190d6cd386ee24e3dcf9 /net-ftp/curl
parentversion bump (diff)
downloadgentoo-2-f5616417b3abc24c60d4233b442380d1d4dfe4d8.tar.gz
gentoo-2-f5616417b3abc24c60d4233b442380d1d4dfe4d8.tar.bz2
gentoo-2-f5616417b3abc24c60d4233b442380d1d4dfe4d8.zip
version bump
Diffstat (limited to 'net-ftp/curl')
-rw-r--r--net-ftp/curl/ChangeLog7
-rw-r--r--net-ftp/curl/curl-7.10.4.ebuild33
-rw-r--r--net-ftp/curl/files/digest-curl-7.10.42
3 files changed, 40 insertions, 2 deletions
diff --git a/net-ftp/curl/ChangeLog b/net-ftp/curl/ChangeLog
index 847e4981c0b9..d606fbb9e80f 100644
--- a/net-ftp/curl/ChangeLog
+++ b/net-ftp/curl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-ftp/curl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/ChangeLog,v 1.12 2003/03/20 14:28:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/ChangeLog,v 1.13 2003/04/09 09:51:46 liquidx Exp $
+
+*curl-7.10.4 (09 Apr 2003)
+
+ 09 Apr 2003; Alastair Tse <liquidx@gentoo.org> curl-7.10.4.ebuild:
+ version bump
*curl-7.10.3-r1 (20 Mar 2003)
diff --git a/net-ftp/curl/curl-7.10.4.ebuild b/net-ftp/curl/curl-7.10.4.ebuild
new file mode 100644
index 000000000000..babebc2d86da
--- /dev/null
+++ b/net-ftp/curl/curl-7.10.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.10.4.ebuild,v 1.1 2003/04/09 09:51:46 liquidx Exp $
+
+DESCRIPTION="A Client that groks URLs"
+SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2"
+HOMEPAGE="http://curl.haxx.se/"
+
+SLOT="0"
+LICENSE="MIT X11"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+IUSE="ssl ipv6 ldap"
+
+DEPEND=">=sys-libs/pam-0.75
+ ssl? ( >=dev-libs/openssl-0.9.6a )"
+
+src_compile() {
+ local myconf="--with-gnu-ld --enable-http --enable-ftp --enable-gopher --enable-file \
+ --enable-dict --enable-telnet --enable-nonblocking"
+ use ipv6 && myconf="${myconf} --enable-ipv6"
+ use ldap && myconf="${myconf} --enable-ldap"
+ use ssl && myconf="${myconf} --with-ssl"
+
+ econf ${myconf}
+ emake || die
+}
+
+src_install() {
+ make install DESTDIR=${D} || die
+ dodoc LEGAL CHANGES README
+ dodoc docs/FEATURES docs/INSTALL docs/INTERNALS docs/LIBCURL
+ dodoc docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE
+}
diff --git a/net-ftp/curl/files/digest-curl-7.10.4 b/net-ftp/curl/files/digest-curl-7.10.4
index 67bf044297f7..1808f24c7bc1 100644
--- a/net-ftp/curl/files/digest-curl-7.10.4
+++ b/net-ftp/curl/files/digest-curl-7.10.4
@@ -1,2 +1,2 @@
-MD5 bf10fc40277f75c7ec208bfc8ccf7ade /curl-7.10.4.ebuild 1029
+MD5 a50d02c2cf4ee8dd988937e7ac37a29f /curl-7.10.4.ebuild 1026
MD5 6ea69876573104384be9d7f4c346ae33 curl-7.10.4.tar.bz2 874255