[csw-devel] SF.net SVN: gar:[2722] csw/mgar/pkg/curl/trunk

harpchad at users.sourceforge.net harpchad at users.sourceforge.net
Wed Dec 31 18:47:52 CET 2008


Revision: 2722
          http://gar.svn.sourceforge.net/gar/?rev=2722&view=rev
Author:   harpchad
Date:     2008-12-31 17:47:52 +0000 (Wed, 31 Dec 2008)

Log Message:
-----------
- Update for curl 7.19.2
- Seperate into the two currently offered packages (CSWcurl, CSWcurlrt)

Modified Paths:
--------------
    csw/mgar/pkg/curl/trunk/Makefile
    csw/mgar/pkg/curl/trunk/checksums
    csw/mgar/pkg/curl/trunk/files/CSWcurl.gspec

Added Paths:
-----------
    csw/mgar/pkg/curl/trunk/files/CSWcurl.depend
    csw/mgar/pkg/curl/trunk/files/CSWcurl.prototype
    csw/mgar/pkg/curl/trunk/files/CSWcurlrt.depend
    csw/mgar/pkg/curl/trunk/files/CSWcurlrt.gspec
    csw/mgar/pkg/curl/trunk/files/CSWcurlrt.prototype

Modified: csw/mgar/pkg/curl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/curl/trunk/Makefile	2008-12-31 13:35:12 UTC (rev 2721)
+++ csw/mgar/pkg/curl/trunk/Makefile	2008-12-31 17:47:52 UTC (rev 2722)
@@ -1,5 +1,5 @@
 GARNAME = curl
-GARVERSION = 7.15.3
+GARVERSION = 7.19.2
 CATEGORIES = net
 
 DESCRIPTION = Command line tool and library for client-side URL transfers.
@@ -15,7 +15,8 @@
 
 MASTER_SITES = http://curl.haxx.se/download/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWcurl,)
+DISTFILES += $(call admfiles,CSWcurl,prototype depend)
+DISTFILES += $(call admfiles,CSWcurlrt,prototype depend)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2

Modified: csw/mgar/pkg/curl/trunk/checksums
===================================================================
--- csw/mgar/pkg/curl/trunk/checksums	2008-12-31 13:35:12 UTC (rev 2721)
+++ csw/mgar/pkg/curl/trunk/checksums	2008-12-31 17:47:52 UTC (rev 2722)
@@ -1,2 +1,7 @@
-d71b2ee8febfde2c7dc30a43638ec0d9  download/curl-7.15.3.tar.bz2
-1436ae206adad60b90563d6e34405693  download/CSWcurl.gspec
+3a461b145a4a31fe7d5a44684e7fbdbc  download/curl-7.19.2.tar.bz2
+6ca086ce31b3036a315f9d29ac648056  download/CSWcurl.depend
+a5a35282d48619f9a94d768b3bb5a525  download/CSWcurl.gspec
+2c5cb969b0409caa925504686cefe0df  download/CSWcurl.prototype
+5b7397f8f7cab315bec471d05c7f5036  download/CSWcurlrt.gspec
+49c05ba155f955632e624f08b076de51  download/CSWcurlrt.prototype
+7298b0ca5c36e82d12cb46cd9fc621dc  download/CSWcurlrt.depend

Added: csw/mgar/pkg/curl/trunk/files/CSWcurl.depend
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurl.depend	                        (rev 0)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurl.depend	2008-12-31 17:47:52 UTC (rev 2722)
@@ -0,0 +1,9 @@
+P CSWcommon common - common files and dirs for CSW packages
+P CSWiconv libiconv - GNU iconv library
+P CSWlibidn libidn - Implementation of the Stringprep, Punycode and IDNA
+P CSWlibnet libnet - the libnet packet construction library
+P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
+P CSWosslrt openssl_rt - Openssl runtime libraries
+P CSWsasl sasl - Simple Authentication and Security Layer
+P CSWzlib zlib - Zlib Data Compression Library
+P CSWcurlrt curlrt - Library for common Internet protocols Runtime

Modified: csw/mgar/pkg/curl/trunk/files/CSWcurl.gspec
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurl.gspec	2008-12-31 13:35:12 UTC (rev 2721)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurl.gspec	2008-12-31 17:47:52 UTC (rev 2722)
@@ -1,4 +1,4 @@
 %var            bitname curl
 %var            pkgname CSWcurl
 %include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/COPYRIGHT
+%copyright      url file://%{WORKSRC}/COPYING

Added: csw/mgar/pkg/curl/trunk/files/CSWcurl.prototype
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurl.prototype	                        (rev 0)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurl.prototype	2008-12-31 17:47:52 UTC (rev 2722)
@@ -0,0 +1,5 @@
+d none /opt/csw/bin 0755 root bin
+f none /opt/csw/bin/curl 0755 root bin
+d none /opt/csw/share/man 0755 root bin
+d none /opt/csw/share/man/man1 0755 root bin
+f none /opt/csw/share/man/man1/curl.1 0644 root bin

Added: csw/mgar/pkg/curl/trunk/files/CSWcurlrt.depend
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurlrt.depend	                        (rev 0)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurlrt.depend	2008-12-31 17:47:52 UTC (rev 2722)
@@ -0,0 +1,4 @@
+P CSWlibidn libidn - Implementation of the Stringprep, Punycode and IDNA
+P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
+P CSWosslrt openssl_rt - Openssl runtime libraries
+P CSWzlib zlib - Zlib Data Compression Library

Added: csw/mgar/pkg/curl/trunk/files/CSWcurlrt.gspec
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurlrt.gspec	                        (rev 0)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurlrt.gspec	2008-12-31 17:47:52 UTC (rev 2722)
@@ -0,0 +1,4 @@
+%var            bitname curlrt
+%var            pkgname CSWcurlrt
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/COPYING

Added: csw/mgar/pkg/curl/trunk/files/CSWcurlrt.prototype
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurlrt.prototype	                        (rev 0)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurlrt.prototype	2008-12-31 17:47:52 UTC (rev 2722)
@@ -0,0 +1,77 @@
+d none /opt/csw/bin 0755 root bin
+f none /opt/csw/bin/curl-config 0755 root bin
+d none /opt/csw/include 0755 root bin
+d none /opt/csw/include/curl 0755 root bin
+f none /opt/csw/include/curl/curl.h 0644 root bin
+f none /opt/csw/include/curl/curlbuild.h 0644 root bin
+f none /opt/csw/include/curl/curlrules.h 0644 root bin
+f none /opt/csw/include/curl/curlver.h 0644 root bin
+f none /opt/csw/include/curl/easy.h 0644 root bin
+f none /opt/csw/include/curl/mprintf.h 0644 root bin
+f none /opt/csw/include/curl/multi.h 0644 root bin
+f none /opt/csw/include/curl/stdcheaders.h 0644 root bin
+f none /opt/csw/include/curl/typecheck-gcc.h 0644 root bin
+f none /opt/csw/include/curl/types.h 0644 root bin
+d none /opt/csw/lib 0755 root bin
+f none /opt/csw/lib/libcurl.a 0644 root bin
+f none /opt/csw/lib/libcurl.so.4.1.1 0755 root bin
+s none /opt/csw/lib/libcurl.so.4=libcurl.so.4.1.1
+s none /opt/csw/lib/libcurl.so=libcurl.so.4.1.1
+d none /opt/csw/lib/pkgconfig 0755 root bin
+f none /opt/csw/lib/pkgconfig/libcurl.pc 0644 root bin
+d none /opt/csw/share/man 0755 root bin
+d none /opt/csw/share/man/man1 0755 root bin
+f none /opt/csw/share/man/man1/curl-config.1 0644 root bin
+d none /opt/csw/share/man/man3 0755 root bin
+f none /opt/csw/share/man/man3/curl_easy_cleanup.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_duphandle.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_escape.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_getinfo.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_init.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_pause.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_perform.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_recv.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_reset.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_send.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_setopt.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_strerror.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_easy_unescape.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_escape.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_formadd.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_formfree.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_formget.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_free.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_getdate.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_getenv.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_global_cleanup.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_global_init.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_global_init_mem.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_mprintf.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_add_handle.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_assign.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_cleanup.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_fdset.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_info_read.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_init.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_perform.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_remove_handle.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_setopt.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_socket.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_strerror.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_multi_timeout.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_share_cleanup.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_share_init.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_share_setopt.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_share_strerror.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_slist_append.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_slist_free_all.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_strequal.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_unescape.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_version.3 0644 root bin
+f none /opt/csw/share/man/man3/curl_version_info.3 0644 root bin
+f none /opt/csw/share/man/man3/libcurl-easy.3 0644 root bin
+f none /opt/csw/share/man/man3/libcurl-errors.3 0644 root bin
+f none /opt/csw/share/man/man3/libcurl-multi.3 0644 root bin
+f none /opt/csw/share/man/man3/libcurl-share.3 0644 root bin
+f none /opt/csw/share/man/man3/libcurl-tutorial.3 0644 root bin
+f none /opt/csw/share/man/man3/libcurl.3 0644 root bin


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list