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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Mar 14 17:43:05 CET 2011


Revision: 13796
          http://gar.svn.sourceforge.net/gar/?rev=13796&view=rev
Author:   dmichelsen
Date:     2011-03-14 16:43:04 +0000 (Mon, 14 Mar 2011)

Log Message:
-----------
libkate: Initial commit, some tests fail

Added Paths:
-----------
    csw/mgar/pkg/libkate/
    csw/mgar/pkg/libkate/Makefile
    csw/mgar/pkg/libkate/branches/
    csw/mgar/pkg/libkate/tags/
    csw/mgar/pkg/libkate/trunk/
    csw/mgar/pkg/libkate/trunk/Makefile
    csw/mgar/pkg/libkate/trunk/checksums
    csw/mgar/pkg/libkate/trunk/files/
    csw/mgar/pkg/libkate/trunk/files/0001-Reformat-null-test-string.patch
    csw/mgar/pkg/libkate/trunk/files/0002-Use-inttypes-when-stdint-is-not-available.patch

Copied: csw/mgar/pkg/libkate/Makefile (from rev 13599, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/libkate/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libkate/Makefile	2011-03-14 16:43:04 UTC (rev 13796)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


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


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


Added: csw/mgar/pkg/libkate/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libkate/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libkate/trunk/Makefile	2011-03-14 16:43:04 UTC (rev 13796)
@@ -0,0 +1,29 @@
+# $Id$
+NAME = libkate
+VERSION = 0.3.8
+CATEGORIES = lib
+
+DESCRIPTION = A karaoke and text codec for embedding in ogg
+define BLURB
+endef
+
+MASTER_SITES = $(GOOGLE_MIRROR)
+DISTFILES  = $(DISTNAME).tar.gz
+
+PATCHFILES += 0001-Reformat-null-test-string.patch
+PATCHFILES += 0002-Use-inttypes-when-stdint-is-not-available.patch
+
+VENDOR_URL = http://code.google.com/p/libkate/
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+post-configure-modulated:
+	perl -pi -e 's,-Wall -W,,g' \
+		$(WORKSRC)/Makefile \
+		$(WORKSRC)/tools/Makefile
+	


Property changes on: csw/mgar/pkg/libkate/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/libkate/trunk/checksums
===================================================================
--- csw/mgar/pkg/libkate/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libkate/trunk/checksums	2011-03-14 16:43:04 UTC (rev 13796)
@@ -0,0 +1 @@
+7489ddebedf8d9888a05496dedf83c71  libkate-0.3.8.tar.gz

Added: csw/mgar/pkg/libkate/trunk/files/0001-Reformat-null-test-string.patch
===================================================================
--- csw/mgar/pkg/libkate/trunk/files/0001-Reformat-null-test-string.patch	                        (rev 0)
+++ csw/mgar/pkg/libkate/trunk/files/0001-Reformat-null-test-string.patch	2011-03-14 16:43:04 UTC (rev 13796)
@@ -0,0 +1,21 @@
+From 031abef771ed1ed9120a1329cee3ac3acfdc3308 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 14 Mar 2011 17:25:39 +0100
+Subject: [PATCH] Reformat null test string
+
+---
+ tests/text.c |  Bin 5917 -> 5920 bytes
+ 1 files changed, 0 insertions(+), 0 deletions(-)
+
+diff --git a/tests/text.c b/tests/text.c
+index 253112ae77c45d6dba033c4d5ebcfe3653622bd7..b107bf08ed0fa1ea1d7dc8808e49e4a7c2c51de4 100644
+GIT binary patch
+delta 17
+YcmbQMw?J=$8!t;tg at M6lciwB905%i_y8r+H
+
+delta 14
+VcmZ3WH&<_i8!scnW-s1roB$-k1cv|s
+
+-- 
+1.7.3.2
+

Added: csw/mgar/pkg/libkate/trunk/files/0002-Use-inttypes-when-stdint-is-not-available.patch
===================================================================
--- csw/mgar/pkg/libkate/trunk/files/0002-Use-inttypes-when-stdint-is-not-available.patch	                        (rev 0)
+++ csw/mgar/pkg/libkate/trunk/files/0002-Use-inttypes-when-stdint-is-not-available.patch	2011-03-14 16:43:04 UTC (rev 13796)
@@ -0,0 +1,30 @@
+From 990b5dc885670acfc13eac4db0fc06e800c0cc6e Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 14 Mar 2011 14:43:03 +0100
+Subject: [PATCH] Use inttypes when stdint is not available
+
+---
+ tests/check_sizes.c |    6 ++++++
+ 1 files changed, 6 insertions(+), 0 deletions(-)
+
+diff --git a/tests/check_sizes.c b/tests/check_sizes.c
+index a99cc73..45c25a0 100644
+--- a/tests/check_sizes.c
++++ b/tests/check_sizes.c
+@@ -7,7 +7,13 @@
+    file 'COPYING'. Please read these terms before distributing. */
+ 
+ 
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
++#else
++#ifdef HAVE_INTTYPES_H
++#include <inttypes.h>
++#endif
++#endif
+ #include <stdio.h>
+ #include "kate/kate.h"
+ 
+-- 
+1.7.3.2
+


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