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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Jan 15 17:04:59 CET 2009


Revision: 2838
          http://gar.svn.sourceforge.net/gar/?rev=2838&view=rev
Author:   dmichelsen
Date:     2009-01-15 16:04:59 +0000 (Thu, 15 Jan 2009)

Log Message:
-----------
libtasn1: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libtasn1/
    csw/mgar/pkg/libtasn1/branches/
    csw/mgar/pkg/libtasn1/tags/
    csw/mgar/pkg/libtasn1/trunk/
    csw/mgar/pkg/libtasn1/trunk/Makefile
    csw/mgar/pkg/libtasn1/trunk/files/
    csw/mgar/pkg/libtasn1/trunk/files/CSWlibtasn1.gspec
    csw/mgar/pkg/libtasn1/trunk/files/patch-stdint.diff


Property changes on: csw/mgar/pkg/libtasn1/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/libtasn1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libtasn1/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libtasn1/trunk/Makefile	2009-01-15 16:04:59 UTC (rev 2838)
@@ -0,0 +1,31 @@
+GARNAME = libtasn1
+GARVERSION = 1.7
+CATEGORIES = lib
+
+DESCRIPTION = GNU ASN1 library
+define BLURB
+endef
+
+MASTER_SITES = http://ftp.gnu.org/pub/gnu/gnutls/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWlibtasn1,)
+
+PATCHFILES = patch-stdint.diff
+
+SPKG_SOURCEURL = http://www.gnu.org/software/gnutls/
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+REQUIRED_PKGS =
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-static
+
+TEST_TARGET = check
+
+include gar/category.mk
+

Added: csw/mgar/pkg/libtasn1/trunk/files/CSWlibtasn1.gspec
===================================================================
--- csw/mgar/pkg/libtasn1/trunk/files/CSWlibtasn1.gspec	                        (rev 0)
+++ csw/mgar/pkg/libtasn1/trunk/files/CSWlibtasn1.gspec	2009-01-15 16:04:59 UTC (rev 2838)
@@ -0,0 +1,4 @@
+%var            bitname libtasn1
+%var            pkgname CSWlibtasn1
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYING

Added: csw/mgar/pkg/libtasn1/trunk/files/patch-stdint.diff
===================================================================
--- csw/mgar/pkg/libtasn1/trunk/files/patch-stdint.diff	                        (rev 0)
+++ csw/mgar/pkg/libtasn1/trunk/files/patch-stdint.diff	2009-01-15 16:04:59 UTC (rev 2838)
@@ -0,0 +1,13 @@
+diff -Naur libtasn1-1.7.orig/lib/int.h libtasn1-1.7.patched/lib/int.h
+--- libtasn1-1.7.orig/lib/int.h	2008-11-17 11:06:37.000000000 +0100
++++ libtasn1-1.7.patched/lib/int.h	2009-01-15 16:58:59.147771102 +0100
+@@ -31,7 +31,9 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <ctype.h>
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
++#endif
+ 
+ #ifdef HAVE_SYS_TYPES_H
+ # include <sys/types.h>


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