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

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


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

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

Added Paths:
-----------
    csw/mgar/pkg/freehdl/
    csw/mgar/pkg/freehdl/branches/
    csw/mgar/pkg/freehdl/tags/
    csw/mgar/pkg/freehdl/trunk/
    csw/mgar/pkg/freehdl/trunk/Makefile
    csw/mgar/pkg/freehdl/trunk/checksums
    csw/mgar/pkg/freehdl/trunk/files/
    csw/mgar/pkg/freehdl/trunk/files/0000-Mirring-strings.h-include.patch


Property changes on: csw/mgar/pkg/freehdl/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/freehdl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freehdl/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/freehdl/trunk/Makefile	2009-11-06 22:20:33 UTC (rev 7154)
@@ -0,0 +1,32 @@
+GARNAME = freehdl
+GARVERSION = 0.0.7
+CATEGORIES = devel
+
+DESCRIPTION = A project to develop a free, open source, GPL'ed VHDL simulator for Linux!
+define BLURB
+To develop a VHDL simulator that:
+ o Has a graphical waveform viewer.
+ o Has a source level debugger.
+ o Is VHDL-93 compliant.
+ o Is of commercial quality. (on par with, say, V-System - it'll take us a while to get there, but that should be our aim)
+ o Is freely distributable - both source and binaries - like Linux itself. (Under the Gnu General Public License (GPL)).
+endef
+
+MASTER_SITES = http://freehdl.seul.org/~enaroska/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = 0000-Mirring-strings.h-include.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_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+include gar/category.mk

Added: csw/mgar/pkg/freehdl/trunk/checksums
===================================================================
--- csw/mgar/pkg/freehdl/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/freehdl/trunk/checksums	2009-11-06 22:20:33 UTC (rev 7154)
@@ -0,0 +1 @@
+6d702aa188fb2c62f8cfca5a2f66d956  freehdl-0.0.7.tar.gz

Added: csw/mgar/pkg/freehdl/trunk/files/0000-Mirring-strings.h-include.patch
===================================================================
--- csw/mgar/pkg/freehdl/trunk/files/0000-Mirring-strings.h-include.patch	                        (rev 0)
+++ csw/mgar/pkg/freehdl/trunk/files/0000-Mirring-strings.h-include.patch	2009-11-06 22:20:33 UTC (rev 7154)
@@ -0,0 +1,11 @@
+diff -r -u freehdl-0.0.7/kernel/fhdl_stream.cc freehdl-0.0.7.fixed/kernel/fhdl_stream.cc
+--- freehdl-0.0.7/kernel/fhdl_stream.cc	2006-01-12 09:05:01.000000000 +0100
++++ freehdl-0.0.7.fixed/kernel/fhdl_stream.cc	2009-11-06 23:04:00.469398404 +0100
+@@ -6,6 +6,7 @@
+ #include <assert.h>
+ #include <freehdl/kernel-error.hh>
+ #include <freehdl/kernel-fhdl-stream.hh>
++#include <strings.h>
+ 
+ 
+ // Error stream to output error messages generated by the kernel,


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