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

trygvis at users.sourceforge.net trygvis at users.sourceforge.net
Fri Nov 6 23:20:16 CET 2009


Revision: 7153
          http://gar.svn.sourceforge.net/gar/?rev=7153&view=rev
Author:   trygvis
Date:     2009-11-06 22:20:16 +0000 (Fri, 06 Nov 2009)

Log Message:
-----------
o Adding an initial commit of qucs, not complete yet.

Added Paths:
-----------
    csw/mgar/pkg/qucs/
    csw/mgar/pkg/qucs/branches/
    csw/mgar/pkg/qucs/tags/
    csw/mgar/pkg/qucs/trunk/
    csw/mgar/pkg/qucs/trunk/Makefile
    csw/mgar/pkg/qucs/trunk/checksums
    csw/mgar/pkg/qucs/trunk/files/
    csw/mgar/pkg/qucs/trunk/files/0000-Missing-include.patch
    csw/mgar/pkg/qucs/trunk/files/0001-Replace-bin-sh-with-bin-bash.patch


Property changes on: csw/mgar/pkg/qucs/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/qucs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/qucs/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/qucs/trunk/Makefile	2009-11-06 22:20:16 UTC (rev 7153)
@@ -0,0 +1,35 @@
+GARNAME = qucs
+GARVERSION = 0.0.15
+CATEGORIES = devel
+
+DESCRIPTION = Integrated circuit simulator
+#define BLURB
+#  Long description
+#endef
+
+SF_PROJ = $(GARNAME)
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES  = 0000-Missing-include.patch
+PATCHFILES += 0001-Replace-bin-sh-with-bin-bash.patch
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+GARCOMPILER = GNU
+
+CONFIGURE_ENV  = QTDIR=/opt/csw
+CONFIGURE_ENV += LD_LIBRARY_PATH=/opt/csw/gcc4/lib
+CONFIGURE_ENV += LDFLAGS="-L/opt/csw/kde-gcc/lib -L/opt/csw/gcc4/lib"
+#  -lstdc++"
+CONFIGURE_ENV := $(CONFIGURE_ENV)
+#LD_LIBRARY_PATH=/opt/csw/gcc4/lib QTDIR=/opt/csw CC=/opt/csw/gcc4/bin/gcc LDFLAGS="-L/opt/csw/kde-gcc/lib/ -lstdc++" CFLAGS="-I/opt/csw/kde-gcc/include -I/opt/csw/include"
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+include gar/category.mk

Added: csw/mgar/pkg/qucs/trunk/checksums
===================================================================
--- csw/mgar/pkg/qucs/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/qucs/trunk/checksums	2009-11-06 22:20:16 UTC (rev 7153)
@@ -0,0 +1,3 @@
+2c90464d784a2d26f833541731cc8874  0000-Missing-include.patch
+7e60614d494bfb343cf07d2b33ee4c17  0001-Replace-bin-sh-with-bin-bash.patch
+5a35eee790c92eba97de181b12794823  qucs-0.0.15.tar.gz

Added: csw/mgar/pkg/qucs/trunk/files/0000-Missing-include.patch
===================================================================
--- csw/mgar/pkg/qucs/trunk/files/0000-Missing-include.patch	                        (rev 0)
+++ csw/mgar/pkg/qucs/trunk/files/0000-Missing-include.patch	2009-11-06 22:20:16 UTC (rev 7153)
@@ -0,0 +1,11 @@
+diff -u -r qucs-0.0.15/qucs-transcalc/coplanar.cpp qucs-0.0.15.ok/qucs-transcalc/coplanar.cpp
+--- qucs-0.0.15/qucs-transcalc/coplanar.cpp	2008-04-10 14:44:26.000000000 +0200
++++ qucs-0.0.15.ok/qucs-transcalc/coplanar.cpp	2009-11-06 17:26:59.389086865 +0100
+@@ -27,6 +27,7 @@
+ #include <string.h>
+ #include <math.h>
+ #include <float.h>
++#include <ieeefp.h>
+ 
+ #ifdef __MINGW32__
+ # define finite(x) _finite(x)

Added: csw/mgar/pkg/qucs/trunk/files/0001-Replace-bin-sh-with-bin-bash.patch
===================================================================
--- csw/mgar/pkg/qucs/trunk/files/0001-Replace-bin-sh-with-bin-bash.patch	                        (rev 0)
+++ csw/mgar/pkg/qucs/trunk/files/0001-Replace-bin-sh-with-bin-bash.patch	2009-11-06 22:20:16 UTC (rev 7153)
@@ -0,0 +1,29 @@
+diff -u -r qucs-0.0.15/qucs/qucsdigi qucs-0.0.15.ok/qucs/qucsdigi
+--- qucs-0.0.15/qucs/qucsdigi	2008-09-25 21:15:57.000000000 +0200
++++ qucs-0.0.15.ok/qucs/qucsdigi	2009-11-06 23:02:04.765281763 +0100
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /bin/bash
+ #
+ # qucsdigi - wrapper script for digital simulation
+ #
+diff -u -r qucs-0.0.15/qucs/qucsveri qucs-0.0.15.ok/qucs/qucsveri
+--- qucs-0.0.15/qucs/qucsveri	2007-03-26 21:39:25.000000000 +0200
++++ qucs-0.0.15.ok/qucs/qucsveri	2009-11-06 23:01:59.453243209 +0100
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /bin/bash
+ #
+ # qucsveri - wrapper script for digital simulation
+ #
+diff -u -r qucs-0.0.15/qucs-transcalc/coplanar.cpp qucs-0.0.15.ok/qucs-transcalc/coplanar.cpp
+--- qucs-0.0.15/qucs-transcalc/coplanar.cpp	2008-04-10 14:44:26.000000000 +0200
++++ qucs-0.0.15.ok/qucs-transcalc/coplanar.cpp	2009-11-06 23:01:31.414290151 +0100
+@@ -27,6 +27,7 @@
+ #include <string.h>
+ #include <math.h>
+ #include <float.h>
++#include <ieeefp.h>
+ 
+ #ifdef __MINGW32__
+ # define finite(x) _finite(x)


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