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

harpchad at users.sourceforge.net harpchad at users.sourceforge.net
Wed Jan 21 04:12:07 CET 2009


Revision: 2871
          http://gar.svn.sourceforge.net/gar/?rev=2871&view=rev
Author:   harpchad
Date:     2009-01-21 03:12:06 +0000 (Wed, 21 Jan 2009)

Log Message:
-----------
Changes related to gar v2 upgrade

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

Added Paths:
-----------
    csw/mgar/pkg/curl/trunk/files/CSWcurldevel.depend
    csw/mgar/pkg/curl/trunk/files/CSWcurldevel.gspec

Removed Paths:
-------------
    csw/mgar/pkg/curl/trunk/files/CSWcurl.prototype
    csw/mgar/pkg/curl/trunk/files/CSWcurlrt.prototype

Modified: csw/mgar/pkg/curl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/curl/trunk/Makefile	2009-01-21 02:15:19 UTC (rev 2870)
+++ csw/mgar/pkg/curl/trunk/Makefile	2009-01-21 03:12:06 UTC (rev 2871)
@@ -15,19 +15,19 @@
 
 MASTER_SITES = http://curl.haxx.se/download/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWcurl,prototype depend)
-DISTFILES += $(call admfiles,CSWcurlrt,prototype depend)
+DISTFILES += $(call admfiles,CSWcurl,depend)
+DISTFILES += $(call admfiles,CSWcurlrt,depend)
+DISTFILES += $(call admfiles,CSWcurldevel,depend)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
 
 LIBDEPS += lib/openssl
-
 CONFIGURE_ARGS = $(DIRPATHS) --with-ssl
-
 BUILD64 = 1
-
-# Not gonna do it
 TEST_SCRIPTS =
 
+PKGFILES_CSWcurldevel  = $(PKGFILES_DEVEL)
+PKGFILES_CSWcurlrt  = $(PKGFILES_RT)
+
 include gar/category.mk

Modified: csw/mgar/pkg/curl/trunk/checksums
===================================================================
--- csw/mgar/pkg/curl/trunk/checksums	2009-01-21 02:15:19 UTC (rev 2870)
+++ csw/mgar/pkg/curl/trunk/checksums	2009-01-21 03:12:06 UTC (rev 2871)
@@ -1,7 +1,7 @@
-3a461b145a4a31fe7d5a44684e7fbdbc  download/curl-7.19.2.tar.bz2
 8413cf2aff529cb995c14a57bd41a10a  download/CSWcurl.depend
-a5a35282d48619f9a94d768b3bb5a525  download/CSWcurl.gspec
-2c5cb969b0409caa925504686cefe0df  download/CSWcurl.prototype
-5b7397f8f7cab315bec471d05c7f5036  download/CSWcurlrt.gspec
-49c05ba155f955632e624f08b076de51  download/CSWcurlrt.prototype
-7298b0ca5c36e82d12cb46cd9fc621dc  download/CSWcurlrt.depend
+97e7af7f474c7fe28184d753acb539ec  download/CSWcurl.gspec
+177d51b0c241e5754af52b9e9601316e  download/CSWcurldevel.depend
+cb9741fd1adaa81f640632a685424e6a  download/CSWcurldevel.gspec
+fc7041a44c180521017d7a834a1932e0  download/CSWcurlrt.depend
+4596459435b4dc77f99a15e2e3ee76d6  download/CSWcurlrt.gspec
+10eb8c13350c735eff20d7b4530be8cd  download/curl-7.19.3.tar.bz2

Modified: csw/mgar/pkg/curl/trunk/files/CSWcurl.gspec
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurl.gspec	2009-01-21 02:15:19 UTC (rev 2870)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurl.gspec	2009-01-21 03:12:06 UTC (rev 2871)
@@ -1,4 +1,4 @@
 %var            bitname curl
 %var            pkgname CSWcurl
 %include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/COPYING
+%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYING

Deleted: csw/mgar/pkg/curl/trunk/files/CSWcurl.prototype
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurl.prototype	2009-01-21 02:15:19 UTC (rev 2870)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurl.prototype	2009-01-21 03:12:06 UTC (rev 2871)
@@ -1,5 +0,0 @@
-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/CSWcurldevel.depend
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurldevel.depend	                        (rev 0)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurldevel.depend	2009-01-21 03:12:06 UTC (rev 2871)
@@ -0,0 +1 @@
+P CSWcurlrt curlrt - Library for common Internet protocols Runtime

Added: csw/mgar/pkg/curl/trunk/files/CSWcurldevel.gspec
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurldevel.gspec	                        (rev 0)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurldevel.gspec	2009-01-21 03:12:06 UTC (rev 2871)
@@ -0,0 +1,4 @@
+%var            bitname curldevel
+%var            pkgname CSWcurldevel
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYING

Modified: csw/mgar/pkg/curl/trunk/files/CSWcurlrt.depend
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurlrt.depend	2009-01-21 02:15:19 UTC (rev 2870)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurlrt.depend	2009-01-21 03:12:06 UTC (rev 2871)
@@ -2,3 +2,5 @@
 P CSWoldaprt openldap_rt - OpenLDAP runtime libraries (oldaprt)
 P CSWosslrt openssl_rt - Openssl runtime libraries
 P CSWzlib zlib - Zlib Data Compression Library
+P CSWlibnet libnet - the libnet packet construction library
+P CSWsasl sasl - Simple Authentication and Security Layer

Modified: csw/mgar/pkg/curl/trunk/files/CSWcurlrt.gspec
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurlrt.gspec	2009-01-21 02:15:19 UTC (rev 2870)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurlrt.gspec	2009-01-21 03:12:06 UTC (rev 2871)
@@ -1,4 +1,4 @@
 %var            bitname curlrt
 %var            pkgname CSWcurlrt
 %include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/COPYING
+%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYING

Deleted: csw/mgar/pkg/curl/trunk/files/CSWcurlrt.prototype
===================================================================
--- csw/mgar/pkg/curl/trunk/files/CSWcurlrt.prototype	2009-01-21 02:15:19 UTC (rev 2870)
+++ csw/mgar/pkg/curl/trunk/files/CSWcurlrt.prototype	2009-01-21 03:12:06 UTC (rev 2871)
@@ -1,77 +0,0 @@
-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