[csw-devel] SF.net SVN: gar:[14441] csw/mgar/pkg/libcurl2/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Apr 28 18:27:49 CEST 2011
Revision: 14441
http://gar.svn.sourceforge.net/gar/?rev=14441&view=rev
Author: dmichelsen
Date: 2011-04-28 16:27:48 +0000 (Thu, 28 Apr 2011)
Log Message:
-----------
libcurl2: Correct version number, add license
Modified Paths:
--------------
csw/mgar/pkg/libcurl2/trunk/Makefile
csw/mgar/pkg/libcurl2/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/libcurl2/trunk/files/COPYING
Modified: csw/mgar/pkg/libcurl2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libcurl2/trunk/Makefile 2011-04-28 16:17:33 UTC (rev 14440)
+++ csw/mgar/pkg/libcurl2/trunk/Makefile 2011-04-28 16:27:48 UTC (rev 14441)
@@ -1,5 +1,5 @@
NAME = curl
-VERSION = 7.21.2
+VERSION = 7.11.2
CATEGORIES = net
DESCRIPTION = Command line tool and library for client-side URL transfers
@@ -16,6 +16,7 @@
MASTER_SITES = http://curl.haxx.se/download/
DISTFILES += libcurl.so.2.0.2.s
DISTFILES += libcurl.so.2.0.2.i
+DISTFILES += COPYING
PACKAGES += CSWlibcurl2
CATALOGNAME_CSWlibcurl2 = libcurl2
@@ -23,9 +24,6 @@
RUNTIME_DEP_PKGS_CSWlibcurl2 += CSWosslrt
RUNTIME_DEP_PKGS_CSWlibcurl2 += CSWzlib
-# Yes, the license *is* missing
-CHECKPKG_OVERRIDES_CSWlibcurl2 += license-missing|/opt/csw/share/doc/libcurl2/license
-
VENDOR_URL = http://curl.haxx.se
# We just put the existing old libs in place for now
Modified: csw/mgar/pkg/libcurl2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libcurl2/trunk/checksums 2011-04-28 16:17:33 UTC (rev 14440)
+++ csw/mgar/pkg/libcurl2/trunk/checksums 2011-04-28 16:27:48 UTC (rev 14441)
@@ -1 +0,0 @@
-ca96df88e044c7c25d19692ec8b250b2 curl-7.21.2.tar.bz2
Added: csw/mgar/pkg/libcurl2/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/libcurl2/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/libcurl2/trunk/files/COPYING 2011-04-28 16:27:48 UTC (rev 14441)
@@ -0,0 +1,21 @@
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright (c) 1996 - 2010, Daniel Stenberg, <daniel at haxx.se>.
+
+All rights reserved.
+
+Permission to use, copy, modify, and distribute this software for any purpose
+with or without fee is hereby granted, provided that the above copyright
+notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
+NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
+OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder shall not
+be used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization of the copyright holder.
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