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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 14 13:48:51 CEST 2009


Revision: 4298
          http://gar.svn.sourceforge.net/gar/?rev=4298&view=rev
Author:   dmichelsen
Date:     2009-04-14 11:48:50 +0000 (Tue, 14 Apr 2009)

Log Message:
-----------
libspectre: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libspectre/
    csw/mgar/pkg/libspectre/branches/
    csw/mgar/pkg/libspectre/tags/
    csw/mgar/pkg/libspectre/trunk/
    csw/mgar/pkg/libspectre/trunk/Makefile
    csw/mgar/pkg/libspectre/trunk/checksums
    csw/mgar/pkg/libspectre/trunk/files/
    csw/mgar/pkg/libspectre/trunk/files/patch-stdint.diff


Property changes on: csw/mgar/pkg/libspectre/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/libspectre/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libspectre/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libspectre/trunk/Makefile	2009-04-14 11:48:50 UTC (rev 4298)
@@ -0,0 +1,22 @@
+GARNAME = libspectre
+GARVERSION = 0.2.2
+CATEGORIES = lib
+
+DESCRIPTION = A small library for rendering Postscript documents
+define BLURB
+endef
+
+MASTER_SITES = http://libspectre.freedesktop.org/releases/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = patch-stdint.diff
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+REQUIRED_PKGS = CSWgs
+
+# Disable for now as libgs is missing 64 bit
+#BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/libspectre/trunk/checksums
===================================================================
--- csw/mgar/pkg/libspectre/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libspectre/trunk/checksums	2009-04-14 11:48:50 UTC (rev 4298)
@@ -0,0 +1,2 @@
+0600653653d9313e3be135b2217ea7fd  download/libspectre-0.2.2.tar.gz
+7f3edd354885de75d806dfd740a23881  download/patch-stdint.diff

Added: csw/mgar/pkg/libspectre/trunk/files/patch-stdint.diff
===================================================================
--- csw/mgar/pkg/libspectre/trunk/files/patch-stdint.diff	                        (rev 0)
+++ csw/mgar/pkg/libspectre/trunk/files/patch-stdint.diff	2009-04-14 11:48:50 UTC (rev 4298)
@@ -0,0 +1,15 @@
+diff -Naur libspectre-0.2.2.orig/libspectre/spectre-device.c libspectre-0.2.2.patched/libspectre/spectre-device.c
+--- libspectre-0.2.2.orig/libspectre/spectre-device.c	2008-11-25 16:15:50.000000000 +0100
++++ libspectre-0.2.2.patched/libspectre/spectre-device.c	2009-04-14 13:38:53.249669809 +0200
+@@ -21,7 +21,11 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#ifdef __sun
++#include <sys/int_types.h>
++#else
+ #include <stdint.h>
++#endif
+ 
+ #include "spectre-device.h"
+ #include "spectre-gs.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