summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-12 14:30:38 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-12 14:30:38 (EDT)
commitb0cfffb757073a7d995cbdebdb0ff9b96f47ba0a (patch)
treee2220071568cc37385720f3b295391bca12e4a9c
parent6fcff6cd9c5c8b1877083cad89b2898a06f9c210 (diff)
Add binary packages
-rw-r--r--curl-doc.pkg/control12
-rw-r--r--curl-doc.pkg/files1
-rw-r--r--curl.pkg/control10
-rw-r--r--curl.pkg/files1
-rw-r--r--libcurl.4-dev.pkg/control8
-rw-r--r--libcurl.4-dev.pkg/files5
-rw-r--r--libcurl.4.pkg/control4
-rw-r--r--libcurl.4.pkg/docs0
-rw-r--r--libcurl.4.pkg/files1
-rw-r--r--substvars11
10 files changed, 53 insertions, 0 deletions
diff --git a/curl-doc.pkg/control b/curl-doc.pkg/control
new file mode 100644
index 0000000..7fde06c
--- /dev/null
+++ b/curl-doc.pkg/control
@@ -0,0 +1,12 @@
+Architecture: all
+Platform: all
+Depends: libcurl.4 (>= ${Binary-Version})
+Description: Documentation for the curl command line tool and library
+ curl is a command line tool and library for transferring data with URL syntax,
+ supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP,
+ LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl
+ supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based
+ upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Digest,
+ NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and more.
+ .
+ This package provides documentation for the curl command line tool and library.
diff --git a/curl-doc.pkg/files b/curl-doc.pkg/files
new file mode 100644
index 0000000..0ddb634
--- /dev/null
+++ b/curl-doc.pkg/files
@@ -0,0 +1 @@
+/usr/share/man
diff --git a/curl.pkg/control b/curl.pkg/control
new file mode 100644
index 0000000..929bed5
--- /dev/null
+++ b/curl.pkg/control
@@ -0,0 +1,10 @@
+Architecture: any
+Platform: all
+Depends: libcurl.4 (= ${Binary-Version})
+Description: Command line tool for transferring data with URL syntax
+ curl is a command line tool for transferring data with URL syntax, supporting
+ DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
+ POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL
+ certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
+ proxies, HTTP/2, cookies, user+password authentication (Basic, Digest, NTLM,
+ Negotiate, kerberos...), file transfer resume, proxy tunneling and more.
diff --git a/curl.pkg/files b/curl.pkg/files
new file mode 100644
index 0000000..d3176d8
--- /dev/null
+++ b/curl.pkg/files
@@ -0,0 +1 @@
+/usr/bin/curl
diff --git a/libcurl.4-dev.pkg/control b/libcurl.4-dev.pkg/control
new file mode 100644
index 0000000..161bbea
--- /dev/null
+++ b/libcurl.4-dev.pkg/control
@@ -0,0 +1,8 @@
+Architecture: any
+Platform: all
+Depends: libcurl.4 (= ${Binary-Version})
+Description: Multiprotocol file transfer library - development files
+ ${Libcurl-Description}
+ .
+ This package provides development files for the libcurl multiprotocol file
+ transfer library.
diff --git a/libcurl.4-dev.pkg/files b/libcurl.4-dev.pkg/files
new file mode 100644
index 0000000..a4870f7
--- /dev/null
+++ b/libcurl.4-dev.pkg/files
@@ -0,0 +1,5 @@
+/usr/include
+/usr/lib/*/libcurl.a
+/usr/lib/*/libcurl.so
+/usr/lib/*/pkgconfig
+/usr/share/aclocal
diff --git a/libcurl.4.pkg/control b/libcurl.4.pkg/control
new file mode 100644
index 0000000..cce50ee
--- /dev/null
+++ b/libcurl.4.pkg/control
@@ -0,0 +1,4 @@
+Architecture: any
+Platform: all
+Description: Multiprotocol file transfer library
+ ${Libcurl-Description}
diff --git a/libcurl.4.pkg/docs b/libcurl.4.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/libcurl.4.pkg/docs
diff --git a/libcurl.4.pkg/files b/libcurl.4.pkg/files
new file mode 100644
index 0000000..69ddcfd
--- /dev/null
+++ b/libcurl.4.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libcurl.so.*
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..4d12035
--- /dev/null
+++ b/substvars
@@ -0,0 +1,11 @@
+Libcurl-Description:
+ libcurl is a free and easy-to-use client-side URL transfer library, supporting
+ DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
+ POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports
+ SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
+ proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
+ Kerberos), file transfer resume, http proxy tunneling and more!
+ .
+ libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
+ fast, thoroughly documented and is already used by many known, big and
+ successful companies and numerous applications.