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

trygvis at users.sourceforge.net trygvis at users.sourceforge.net
Fri Jan 22 21:13:17 CET 2010


Revision: 8116
          http://gar.svn.sourceforge.net/gar/?rev=8116&view=rev
Author:   trygvis
Date:     2010-01-22 20:13:17 +0000 (Fri, 22 Jan 2010)

Log Message:
-----------
ngspice: Initial commit, seems to work.

Added Paths:
-----------
    csw/mgar/pkg/ngspice/
    csw/mgar/pkg/ngspice/branches/
    csw/mgar/pkg/ngspice/tags/
    csw/mgar/pkg/ngspice/trunk/
    csw/mgar/pkg/ngspice/trunk/Makefile
    csw/mgar/pkg/ngspice/trunk/checksums
    csw/mgar/pkg/ngspice/trunk/files/
    csw/mgar/pkg/ngspice/trunk/files/fix-missing-include-in-src-spicelib-parser-inpptree.c.patch


Property changes on: csw/mgar/pkg/ngspice/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/ngspice/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ngspice/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ngspice/trunk/Makefile	2010-01-22 20:13:17 UTC (rev 8116)
@@ -0,0 +1,19 @@
+GARNAME = ngspice
+GARVERSION = 20
+CATEGORIES = apps
+
+
+DESCRIPTION = Brief description
+define BLURB
+  Long description
+endef
+
+MASTER_SITES = http://downloads.sourceforge.net/project/ngspice/ng-spice-rework/$(GARVERSION)/
+DISTFILES  = ng-spice-rework-$(GARVERSION).tar.gz
+PATCHFILES = fix-missing-include-in-src-spicelib-parser-inpptree.c.patch
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+include gar/category.mk

Added: csw/mgar/pkg/ngspice/trunk/checksums
===================================================================
--- csw/mgar/pkg/ngspice/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ngspice/trunk/checksums	2010-01-22 20:13:17 UTC (rev 8116)
@@ -0,0 +1,2 @@
+fa207497c3b314dd79fc2cdc366a2b40  fix-missing-include-in-src-spicelib-parser-inpptree.c.patch
+81bc667a4190ef31081a6957d3c7f7b5  ng-spice-rework-20.tar.gz

Added: csw/mgar/pkg/ngspice/trunk/files/fix-missing-include-in-src-spicelib-parser-inpptree.c.patch
===================================================================
--- csw/mgar/pkg/ngspice/trunk/files/fix-missing-include-in-src-spicelib-parser-inpptree.c.patch	                        (rev 0)
+++ csw/mgar/pkg/ngspice/trunk/files/fix-missing-include-in-src-spicelib-parser-inpptree.c.patch	2010-01-22 20:13:17 UTC (rev 8116)
@@ -0,0 +1,12 @@
+diff -u -r ngspice-20.orig/src/spicelib/parser/inpptree.c ngspice-20/src/spicelib/parser/inpptree.c
+--- ngspice-20.orig/src/spicelib/parser/inpptree.c	2010-01-19 01:07:08.590249587 +0100
++++ ngspice-20/src/spicelib/parser/inpptree.c	2010-01-19 01:07:57.394826730 +0100
+@@ -10,6 +10,8 @@
+ #include "inpptree.h"
+ #include "inp.h"
+ 
++#include <strings.h>
++
+ static INPparseNode *mkcon(double value);
+ static INPparseNode *mkb(int type, INPparseNode * left,
+ 			 INPparseNode * right);


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