summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>1999-10-24 10:51:27 +0000
committerdbj <dbj@pkgsrc.org>1999-10-24 10:51:27 +0000
commit6b9bb453f5d23fafd89378b140c5a6e67fc161d8 (patch)
treeb8ea6090e796162d8ea0b6ccbe6ccd8688e4d54b
parent0a405454cbb6aeaf55c7f6d24a034ff9a8cdd88e (diff)
downloadpkgsrc-6b9bb453f5d23fafd89378b140c5a6e67fc161d8.tar.gz
a command line tool for transfering data specified with URL syntax.
-rw-r--r--net/curl/Makefile17
-rw-r--r--net/curl/files/md53
-rw-r--r--net/curl/pkg/COMMENT1
-rw-r--r--net/curl/pkg/DESCR13
-rw-r--r--net/curl/pkg/PLIST3
5 files changed, 37 insertions, 0 deletions
diff --git a/net/curl/Makefile b/net/curl/Makefile
new file mode 100644
index 00000000000..42a540125c3
--- /dev/null
+++ b/net/curl/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/24 10:51:27 dbj Exp $
+#
+
+DISTNAME= curl-6.1
+CATEGORIES= net
+MASTER_SITES= http://curl.haxx.nu/stuff/
+
+MAINTAINER= dbj@netbsd.org
+HOMEPAGE= http://curl.haxx.nu/
+
+DEPENDS+= openssl-0.9.2b:../../security/openssl
+# curl can use the opendlap shared library to resolv ldap:// urls
+#RUN_DEPENDS+= openldap:../../databases/openldap
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/curl/files/md5 b/net/curl/files/md5
new file mode 100644
index 00000000000..c86a4b34cb4
--- /dev/null
+++ b/net/curl/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/10/24 10:51:27 dbj Exp $
+
+MD5 (curl-6.1.tar.gz) = 9451e8a241b51bd612b4a0c86ae39a13
diff --git a/net/curl/pkg/COMMENT b/net/curl/pkg/COMMENT
new file mode 100644
index 00000000000..a9e43454a4e
--- /dev/null
+++ b/net/curl/pkg/COMMENT
@@ -0,0 +1 @@
+a command line tool for transfering data specified with URL syntax.
diff --git a/net/curl/pkg/DESCR b/net/curl/pkg/DESCR
new file mode 100644
index 00000000000..51e6e20f896
--- /dev/null
+++ b/net/curl/pkg/DESCR
@@ -0,0 +1,13 @@
+Curl is a tool for getting files with URL syntax, supporting FTP,
+HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports HTTP
+POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies,
+cookies, user+password authentication and a busload of other useful
+tricks.
+
+The main use for curl is when you want to get or send files
+automatically to or from a site using one of the supported protocols.
+
+Curl is free and open software that compiles under just about any Unix
+as well as win32 systems. It is a product of efforts from many
+authors, with Daniel Stenberg being main author and project
+maintainer.
diff --git a/net/curl/pkg/PLIST b/net/curl/pkg/PLIST
new file mode 100644
index 00000000000..a1d854faad4
--- /dev/null
+++ b/net/curl/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/24 10:51:27 dbj Exp $
+bin/curl
+man/man1/curl.1