Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Anton Brondz (4c7120eb1b669004aeb49e379d819578a105a9b0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Anton Brondz (4c7120eb1b669004aeb49e379d819578a105a9b0)
  • Date: Wed, 16 Aug 2006 11:07:39 -0500

GIT changes to master grimoire by Anton Brondz <dinolinux AT gmail.com>:

ChangeLog | 5 +++++
kde-apps/ktechlab/DEPENDS | 2 ++
kde-apps/ktechlab/DETAILS | 26 ++++++++++++++++++++++++++
kde-apps/ktechlab/HISTORY | 2 ++
science/gpsim/DEPENDS | 2 ++
science/gpsim/DETAILS | 18 ++++++++++++++++++
science/gpsim/HISTORY | 2 ++
science/gputils/DETAILS | 13 +++++++++++++
science/gputils/HISTORY | 2 ++
9 files changed, 72 insertions(+)

New commits:
commit 4c7120eb1b669004aeb49e379d819578a105a9b0
Author: Anton Brondz <dinolinux AT gmail.com>
Commit: Anton Brondz <dinolinux AT gmail.com>

ktechlab, gpsim, gputils: new spells

diff --git a/ChangeLog b/ChangeLog
index 2902d2b..e4ec988 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-16 Anton Brondz <dinolinux AT gmail.com>
+ * kde-apps/ktechlab: new spell thanks to Matthew Clark
+ * science/gputils: new spell
+ * science/gpsim: new spell
+
2006-08-15 Daniel Goller <morfic AT sourcemage.org>
* kde-apps/filelight: new spell, best way to find lost space on disk
via gui

diff --git a/kde-apps/ktechlab/DEPENDS b/kde-apps/ktechlab/DEPENDS
new file mode 100755
index 0000000..5848a48
--- /dev/null
+++ b/kde-apps/ktechlab/DEPENDS
@@ -0,0 +1,2 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+depends kdelibs
\ No newline at end of file
diff --git a/kde-apps/ktechlab/DETAILS b/kde-apps/ktechlab/DETAILS
new file mode 100755
index 0000000..8ce8203
--- /dev/null
+++ b/kde-apps/ktechlab/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=ktechlab
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://ktechlab.org/
+ SOURCE_URL[0]=$WEB_SITE/download/$SOURCE
+ ENTERED=20060629
+ UPDATED=20060629
+
SOURCE_HASH=sha512:08dde39c810fa87fc64c80ff0bbdd74b7a5736b1d21cf26fe34ed175c668065f89da65a15f2b41dce66fe4788e0be43d06acbab0b8dcd48eb839ee9946d0e351
+ LICENSE[0]=GPL
+ SHORT="KTechlab provides a powerful environment for electronic
circuits and microcontrollers."
+cat << EOF
+KTechlab provides a powerful environment for electronic circuits and
+microcontrollers. This includes simulation of a variety of components
+(logic, integrated, linear, nonlinear and reactive), simulation and
+debugging of PIC microcontrollers via gpsim, and its own closely-linked
+and complementary high level languages: FlowCode and Microbe.
+
+It has also been designed to be as easy to use and unintrusive as
+possible; all components and FlowParts have context sensitive help, and
+simulating electronics is as simple as dragging components onto the
+work area and creating connectors that autoroute themselves between
+their pins. FlowCode allows users new to PICs to instantly create their
+own programs, while the electronic simulation allows stepping through a
+PIC's assembly program inside a circuit.
+EOF
diff --git a/kde-apps/ktechlab/HISTORY b/kde-apps/ktechlab/HISTORY
new file mode 100644
index 0000000..7864bfa
--- /dev/null
+++ b/kde-apps/ktechlab/HISTORY
@@ -0,0 +1,2 @@
+2006-06-29 Matthew Clark <matthewclark AT inlesserterms.net>
+ * New spell
diff --git a/science/gpsim/DEPENDS b/science/gpsim/DEPENDS
new file mode 100755
index 0000000..3743173
--- /dev/null
+++ b/science/gpsim/DEPENDS
@@ -0,0 +1,2 @@
+depends gputils &&
+depends gtk+extra
diff --git a/science/gpsim/DETAILS b/science/gpsim/DETAILS
new file mode 100755
index 0000000..971573f
--- /dev/null
+++ b/science/gpsim/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gpsim
+ VERSION=0.21.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:a9cfcc45ae72d152db5d51c0255241b26502661b618b931a68ff95518d25c439bdf92859c5fcbddf19160343f8a98700de7fa42eae2b5dd72384d619b63fee72
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=http://www.dattalo.com/gnupic/gpsim.html
+ LICENSE[0]=GPL
+ SHORT="gpsim is a software simulator for Microchip PIC
microcontrollers"
+cat << EOF
+gpsim is a full-featured software simulator for Microchip PIC
+microcontrollers. gpsim has been designed to be as accurate as possible.
+Accuracy includes the entire PIC - from the core to the I/O pins and
including
+ALL of the internal peripherals. Thus it's possible to create stimuli and
+tie them to the I/O pins and test the PIC the same PIC the same way you would
+in the real world. gpsim has been designed to be as fast as possible. Real
+time simulation speeds of 20Mhz pics are possible.
+EOF
diff --git a/science/gpsim/HISTORY b/science/gpsim/HISTORY
new file mode 100644
index 0000000..6b8dfb7
--- /dev/null
+++ b/science/gpsim/HISTORY
@@ -0,0 +1,2 @@
+2006-08-16 <dinolinux AT gmail.com> <<dinolinux AT gmail.com>>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/science/gputils/DETAILS b/science/gputils/DETAILS
new file mode 100755
index 0000000..1d5883e
--- /dev/null
+++ b/science/gputils/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=gputils
+ VERSION=0.13.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:e73f3df3fe6fc6bc860d92208a903de11e43602d98c1728b95ae47b055f0710a38ba420c719915c0547c92eb248a83cb6f6fb63a20e29b17353a1e71767843ea
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=http://gputils.sourceforge.net/
+ LICENSE[0]=GPL
+ SHORT="GPUTILS is a collection of tools for the Microchip (TM)
PIC microcontrollers."
+cat << EOF
+GPUTILS is a collection of tools for the Microchip (TM) PIC
+microcontrollers. It includes gpasm, gplink, and gplib.
+EOF
diff --git a/science/gputils/HISTORY b/science/gputils/HISTORY
new file mode 100644
index 0000000..fc2bfb6
--- /dev/null
+++ b/science/gputils/HISTORY
@@ -0,0 +1,2 @@
+2006-08-16 <dinolinux AT gmail.com> <<dinolinux AT gmail.com>>
+ * DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Anton Brondz (4c7120eb1b669004aeb49e379d819578a105a9b0), Anton Brondz, 08/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page