[csw-devel] SF.net SVN: gar:[2970] csw/mgar/pkg

harpchad at users.sourceforge.net harpchad at users.sourceforge.net
Tue Feb 3 04:10:17 CET 2009


Revision: 2970
          http://gar.svn.sourceforge.net/gar/?rev=2970&view=rev
Author:   harpchad
Date:     2009-02-03 03:10:17 +0000 (Tue, 03 Feb 2009)

Log Message:
-----------
otr: initial commit

Added Paths:
-----------
    csw/mgar/pkg/otr/
    csw/mgar/pkg/otr/branches/
    csw/mgar/pkg/otr/tags/
    csw/mgar/pkg/otr/trunk/
    csw/mgar/pkg/otr/trunk/Makefile
    csw/mgar/pkg/otr/trunk/checksums
    csw/mgar/pkg/otr/trunk/files/
    csw/mgar/pkg/otr/trunk/files/CSWotr.gspec
    csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec
    csw/mgar/pkg/otr/trunk/files/heartbeat.patch


Property changes on: csw/mgar/pkg/otr/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/otr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/otr/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/otr/trunk/Makefile	2009-02-03 03:10:17 UTC (rev 2970)
@@ -0,0 +1,30 @@
+GARNAME = libotr
+GARVERSION = 3.2.0
+CATEGORIES = lib
+
+DESCRIPTION = Off-The-Record Messaging plugin for pidgin
+define BLURB
+  Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging.
+endef
+
+MASTER_SITES = http://www.cypherpunks.ca/otr/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWotr,)
+DISTFILES += $(call admfiles,CSWotrdevel,)
+PATCHFILES = heartbeat.patch
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+BUILD64 = 1
+
+REQUIRED_PKGS_CSWotr =
+REQUIRED_PKGS_CSWotrdevel = CSWCSWotr
+
+TEST_TARGET = check
+
+PKGFILES_CSWotrdevel = $(PKGFILES_DEVEL)
+
+include gar/category.mk

Added: csw/mgar/pkg/otr/trunk/checksums
===================================================================
--- csw/mgar/pkg/otr/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/otr/trunk/checksums	2009-02-03 03:10:17 UTC (rev 2970)
@@ -0,0 +1,4 @@
+db7375c65f54ca414f7faab60f3e849c  download/CSWotr.gspec
+90bcbdc595c6a4ce2e84d5e19d825105  download/CSWotrdevel.gspec
+95c0d14324aa89b6fcd2e5331f7c80bf  download/heartbeat.patch
+faba02e60f64e492838929be2272f839  download/libotr-3.2.0.tar.gz

Added: csw/mgar/pkg/otr/trunk/files/CSWotr.gspec
===================================================================
--- csw/mgar/pkg/otr/trunk/files/CSWotr.gspec	                        (rev 0)
+++ csw/mgar/pkg/otr/trunk/files/CSWotr.gspec	2009-02-03 03:10:17 UTC (rev 2970)
@@ -0,0 +1,4 @@
+%var            bitname otr
+%var            pkgname CSWotr
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYING

Added: csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec
===================================================================
--- csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec	                        (rev 0)
+++ csw/mgar/pkg/otr/trunk/files/CSWotrdevel.gspec	2009-02-03 03:10:17 UTC (rev 2970)
@@ -0,0 +1,4 @@
+%var            bitname otrdevel
+%var            pkgname CSWotrdevel
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYING

Added: csw/mgar/pkg/otr/trunk/files/heartbeat.patch
===================================================================
--- csw/mgar/pkg/otr/trunk/files/heartbeat.patch	                        (rev 0)
+++ csw/mgar/pkg/otr/trunk/files/heartbeat.patch	2009-02-03 03:10:17 UTC (rev 2970)
@@ -0,0 +1,11 @@
+--- libotr-3.2.0/src/message.c.o	2009-02-02 20:51:01.531472266 -0600
++++ libotr-3.2.0/src/message.c	2009-02-02 20:54:53.149261672 -0600
+@@ -1135,7 +1135,7 @@
+ 			    free(buf);
+ 			}
+ 			edata.ignore_message = 1;
+-		    } else if (edata.ignore_message == 0 &&
++		    } else if (edata.ignore_message != 1 &&
+ 			    context->their_keyid > 0) {
+ 			/* If it's *not* a heartbeat, and we haven't
+ 			 * sent anything in a while, also send a


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