[63303] users/raimue/ports

raimue at macports.org raimue at macports.org
Mon Feb 1 05:25:07 PST 2010


Revision: 63303
          http://trac.macports.org/changeset/63303
Author:   raimue at macports.org
Date:     2010-02-01 05:25:03 -0800 (Mon, 01 Feb 2010)
Log Message:
-----------
devel/fauhdlc, emulators/faumachine-bios, emulators/faumachine:
Update to version 20091119

Modified Paths:
--------------
    users/raimue/ports/PortIndex
    users/raimue/ports/devel/fauhdlc/Portfile
    users/raimue/ports/emulators/faumachine/Portfile
    users/raimue/ports/emulators/faumachine-bios/Portfile

Modified: users/raimue/ports/PortIndex
===================================================================
--- users/raimue/ports/PortIndex	2010-02-01 13:05:55 UTC (rev 63302)
+++ users/raimue/ports/PortIndex	2010-02-01 13:25:03 UTC (rev 63303)
@@ -1,8 +1,8 @@
 faucc 557
 variants universal depends_build {bin:autoreconf:autoconf bin:automake:automake port:xmlto port:autoconf port:automake port:libtool} portdir devel/faucc description {C-Compiler, designed to generate 16-bit x86 code} homepage http://www3.informatik.uni-erlangen.de/Research/FAUcc/ epoch 0 platforms darwin name faucc long_description {FAUcc is an optimizing C compiler that can generate Intel code for 16bit/32bit CPUs. It is useful, if you are in need to compile real mode code, like a BIOS.} maintainers raimue categories devel version 20090220 revision 0
 fauhdlc 569
-variants universal depends_build {bin:autoreconf:autoconf bin:automake:automake port:flex port:xmlto port:autoconf port:automake port:libtool} portdir devel/fauhdlc description {VHDL compiler and interpreter} homepage http://www3.informatik.uni-erlangen.de/Research/fauhdlc/ epoch 0 platforms darwin name fauhdlc long_description {fauhdlc is an experimental VHDL compiler and interpreter. It can compile a subset of VHDL 2000 to an intermediate language. The result can be simulated with an interpreter.} maintainers raimue categories devel version 20090922 revision 0
+variants universal depends_build {bin:autoreconf:autoconf bin:automake:automake port:flex port:xmlto port:autoconf port:automake port:libtool} portdir devel/fauhdlc description {VHDL compiler and interpreter} homepage http://www3.informatik.uni-erlangen.de/Research/fauhdlc/ epoch 0 platforms darwin name fauhdlc long_description {fauhdlc is an experimental VHDL compiler and interpreter. It can compile a subset of VHDL 2000 to an intermediate language. The result can be simulated with an interpreter.} maintainers raimue categories devel version 20091119 revision 0
 faumachine 702
 variants universal depends_build {bin:autoconf:autoconf bin:automake:automake port:pkgconfig port:xmlto port:autoconf port:automake port:libtool} portdir emulators/faumachine description {Virtual machine running in user mode} homepage http://www3.informatik.uni-erlangen.de/Research/FAUmachine/ depends_run port:zenity epoch 0 platforms darwin depends_lib {port:fauhdlc port:faumachine-bios port:gtk2 port:libpng port:libtheora} name faumachine long_description {FAUmachine is a virtual machine running in user mode. It has hardware fault injection capability and supports running automated tests, e.g. for testing OS installations.} maintainers raimue categories emulators version 20090922 revision 0
 faumachine-bios 485
-variants universal depends_build {port:autoconf port:automake port:libtool} portdir emulators/faumachine-bios description {Pre-built BIOS rom images for FAUmachine} homepage http://www3.informatik.uni-erlangen.de/Research/FAUmachine epoch 0 platforms darwin name faumachine-bios long_description {For systems which do not allow to compile the BIOSes for FAUmachine's mainboards and graphics adapters, like Mac OS X.} maintainers raimue categories emulators version 20090922 revision 0
+variants universal depends_build {port:autoconf port:automake port:libtool} portdir emulators/faumachine-bios description {Pre-built BIOS rom images for FAUmachine} homepage http://www3.informatik.uni-erlangen.de/Research/FAUmachine epoch 0 platforms darwin name faumachine-bios long_description {For systems which do not allow to compile the BIOSes for FAUmachine's mainboards and graphics adapters, like Mac OS X.} maintainers raimue categories emulators version 20091119 revision 0

Modified: users/raimue/ports/devel/fauhdlc/Portfile
===================================================================
--- users/raimue/ports/devel/fauhdlc/Portfile	2010-02-01 13:05:55 UTC (rev 63302)
+++ users/raimue/ports/devel/fauhdlc/Portfile	2010-02-01 13:25:03 UTC (rev 63303)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                fauhdlc
-version             20090922
+version             20091119
 categories          devel
 platforms           darwin
 maintainers         raimue
@@ -17,9 +17,9 @@
 homepage            http://www3.informatik.uni-erlangen.de/Research/fauhdlc/
 master_sites        ${homepage}/downloads/
 
-checksums           md5     6b1be17c5685d15bcf0c6dc5c6dbde6b \
-                    sha1    be5799c6a79c3a77d08d782709081caf90d517bb \
-                    rmd160  b6bae2dabc62c16e8a8b515d84809ea894c1ef91
+checksums           md5     1d674332b92614d980bff26958f2c44c \
+                    sha1    3b7cd8b659a6ff6b5ba199bf3928dc539cef5d6e \
+                    rmd160  19114058c5043930f5501246359ba3d47852b247
 
 depends_build       bin:autoreconf:autoconf \
                     bin:automake:automake \

Modified: users/raimue/ports/emulators/faumachine/Portfile
===================================================================
--- users/raimue/ports/emulators/faumachine/Portfile	2010-02-01 13:05:55 UTC (rev 63302)
+++ users/raimue/ports/emulators/faumachine/Portfile	2010-02-01 13:25:03 UTC (rev 63303)
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Portfile 59301 2009-10-13 10:20:05Z raimue at macports.org $
 
 PortSystem          1.0
 

Modified: users/raimue/ports/emulators/faumachine-bios/Portfile
===================================================================
--- users/raimue/ports/emulators/faumachine-bios/Portfile	2010-02-01 13:05:55 UTC (rev 63302)
+++ users/raimue/ports/emulators/faumachine-bios/Portfile	2010-02-01 13:25:03 UTC (rev 63303)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                faumachine-bios
-version             20090922
+version             20091119
 categories          emulators
 platforms           darwin
 maintainers         raimue
@@ -15,9 +15,9 @@
 homepage            http://www3.informatik.uni-erlangen.de/Research/FAUmachine
 master_sites        ${homepage}/bios/
 
-checksums           md5     fac894144a1e6d157bab841aa5c719e9 \
-                    sha1    aeba741e2e0e1d2ff4e15b87d43ae4e8e6812e9e \
-                    rmd160  727d8a1108140b63ec3a1e6413ff86db53e889bb
+checksums           md5     d23e4ba5ba2c153d462ed8a28de4dfdb \
+                    sha1    b4e3f5c97166f11471045926bd0636f3d7f49624 \
+                    rmd160  39f652f257f15d209502721c81a38a880ff9d540
 
 use_autoreconf      yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100201/55b24bed/attachment.html>


More information about the macports-changes mailing list