diff options
author | dbj <dbj@pkgsrc.org> | 1999-10-25 20:57:01 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 1999-10-25 20:57:01 +0000 |
commit | ddacb8b989cd0e20ab5adb6829b854758b1625e2 (patch) | |
tree | 09a7ca12e4d1fae1eb19bfdf8165c000e15455c6 | |
parent | c1322b3d98b3f5ac337d97dace7dea5545887ec9 (diff) | |
download | pkgsrc-ddacb8b989cd0e20ab5adb6829b854758b1625e2.tar.gz |
backing out curl due to mini pkg freeze
it can be recovered via tag: dbj-pkgsrc-curl-removal-19991025
-rw-r--r-- | net/curl/Makefile | 17 | ||||
-rw-r--r-- | net/curl/files/md5 | 3 | ||||
-rw-r--r-- | net/curl/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/curl/pkg/DESCR | 13 | ||||
-rw-r--r-- | net/curl/pkg/PLIST | 3 |
5 files changed, 0 insertions, 37 deletions
diff --git a/net/curl/Makefile b/net/curl/Makefile deleted file mode 100644 index 42a540125c3..00000000000 --- a/net/curl/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $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 deleted file mode 100644 index c86a4b34cb4..00000000000 --- a/net/curl/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$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 deleted file mode 100644 index a9e43454a4e..00000000000 --- a/net/curl/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -a command line tool for transfering data specified with URL syntax. diff --git a/net/curl/pkg/DESCR b/net/curl/pkg/DESCR deleted file mode 100644 index 51e6e20f896..00000000000 --- a/net/curl/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index a1d854faad4..00000000000 --- a/net/curl/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/24 10:51:27 dbj Exp $ -bin/curl -man/man1/curl.1 |