[csw-devel] SF.net SVN: gar:[10722] csw/mgar/pkg/libevent/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Aug 12 09:01:25 CEST 2010
Revision: 10722
http://gar.svn.sourceforge.net/gar/?rev=10722&view=rev
Author: dmichelsen
Date: 2010-08-12 07:01:24 +0000 (Thu, 12 Aug 2010)
Log Message:
-----------
libevent: Update to 1.4.14b and add LICENSE
Modified Paths:
--------------
csw/mgar/pkg/libevent/trunk/Makefile
csw/mgar/pkg/libevent/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/libevent/trunk/files/LICENSE
Modified: csw/mgar/pkg/libevent/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libevent/trunk/Makefile 2010-08-12 07:00:47 UTC (rev 10721)
+++ csw/mgar/pkg/libevent/trunk/Makefile 2010-08-12 07:01:24 UTC (rev 10722)
@@ -1,15 +1,15 @@
GARNAME = libevent
-GARVERSION = 1.4.13
+GARVERSION = 1.4.14b
CATEGORIES = lib
EXTRA_MODULATORS = GARVERSION
-MODULATIONS_GARVERSION = 1.1a 1.4.13
+MODULATIONS_GARVERSION = 1.1a 1.4.14b
SKIP_MODULATIONS = isa-sparcv9-garversion-1.1a
SKIP_MODULATIONS += isa-amd64-garversion-1.1a
DISTVERSION-1.1a = 1.1a
-DISTVERSION-1.4.13 = 1.4.13-stable
+DISTVERSION-1.4.14b = 1.4.14b-stable
DESCRIPTION = Event notification library
define BLURB
@@ -23,6 +23,10 @@
SOURCEFILES = $(foreach V,$(MODULATIONS_GARVERSION),$(GARNAME)-$(DISTVERSION-$V).tar.gz)
DISTFILES += $(SOURCEFILES)
+# From http://www.monkey.org/~provos/libevent/LICENSE
+DISTFILES += LICENSE
+LICENSE = LICENSE
+
NOEXTRACT = $(filter-out $(GARNAME)-$(DISTVERSION-$(GARVERSION)).tar.gz,$(SOURCEFILES))
PACKAGES = CSWlibevent CSWlibevent-devel
@@ -53,13 +57,18 @@
MERGE_SCRIPTS_isa-extra-garversion-1.1a = copy-relocated-only
MERGE_DIRS_isa-extra-garversion-1.1a = $(libdir)
-MERGE_SCRIPTS_isa-default-garversion-1.4.13 = copy-all
-MERGE_SCRIPTS_isa-extra-garversion-1.4.13 = copy-relocated-only
-MERGE_DIRS_isa-extra-garversion-1.4.13 = $(libdir)
+MERGE_SCRIPTS_isa-default-garversion-1.4.14b = copy-all
+MERGE_SCRIPTS_isa-extra-garversion-1.4.14b = copy-relocated-only
+MERGE_DIRS_isa-extra-garversion-1.4.14b = $(libdir)
PKGFILES_CSWlibevent-devel = $(PKGFILES_DEVEL)
PKGFILES_CSWlibevent-devel += $(bindir)/.*
+# This is just for the rpcgen
+CHECKPKG_OVERRIDES_CSWlibevent-devel += missing-dependency|CSWpython
+
+CHECKPKG_OVERRIDES_CSWlibevent-devel += surplus-dependency|CSWlibevent
+
include gar/category.mk
#LIBS += -lresolv -lnsl
Modified: csw/mgar/pkg/libevent/trunk/checksums
===================================================================
--- csw/mgar/pkg/libevent/trunk/checksums 2010-08-12 07:00:47 UTC (rev 10721)
+++ csw/mgar/pkg/libevent/trunk/checksums 2010-08-12 07:01:24 UTC (rev 10722)
@@ -1,2 +1,3 @@
+4d8463a40469ce2e4dfd89b9657fd993 LICENSE
6cc776458ecaf9247550863702a44d7c libevent-1.1a.tar.gz
-0b3ea18c634072d12b3c1ee734263664 libevent-1.4.13-stable.tar.gz
+a00e037e4d3f9e4fe9893e8a2d27918c libevent-1.4.14b-stable.tar.gz
Added: csw/mgar/pkg/libevent/trunk/files/LICENSE
===================================================================
--- csw/mgar/pkg/libevent/trunk/files/LICENSE (rev 0)
+++ csw/mgar/pkg/libevent/trunk/files/LICENSE 2010-08-12 07:01:24 UTC (rev 10722)
@@ -0,0 +1,28 @@
+Libevent is covered by a 3-clause BSD license. Below is an example. Individual files may have different authors.
+
+/*
+ * Copyright (c) 2000-2007 Niels Provos <provos at citi.umich.edu>
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ * derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
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