[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.1.1.20070708-30-g66ab0ba)



The branch, master has been updated
       via  66ab0ba3af15108935000d23fbf7acdc38b51257 (commit)
      from  ae2ddeb6839ae4e2c9e9c73272b0372c63810717 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 utils/examples/tragesym/4099.src     |    2 ++
 utils/examples/tragesym/template.ods |  Bin 18657 -> 18834 bytes
 utils/examples/tragesym/template.src |    4 ++++
 utils/scripts/tragesym               |    6 +++---
 4 files changed, 9 insertions(+), 3 deletions(-)


=================
 Commit Messages
=================

commit 66ab0ba3af15108935000d23fbf7acdc38b51257
Author: Werner Hoch <werner.ho@xxxxxx>
Date:   Thu Jul 26 19:05:09 2007 +0200

    added new symbol attributes use-licence and dist-licence to tragesym
    
    updated tragesym to version 0.0.11
    updated the template file for OpenOffice and the ascii template
    updated one example file to test the changes
    Thanks to Stefan Salewski for reporting the missing attributes.

:100644 100644 f1dfcfe... c35f837... M	utils/examples/tragesym/4099.src
:100644 100644 425e9af... f414b79... M	utils/examples/tragesym/template.ods
:100644 100644 ac3839e... 4e507c3... M	utils/examples/tragesym/template.src
:100755 100755 7783848... 9becd83... M	utils/scripts/tragesym

=========
 Changes
=========

commit 66ab0ba3af15108935000d23fbf7acdc38b51257
Author: Werner Hoch <werner.ho@xxxxxx>
Date:   Thu Jul 26 19:05:09 2007 +0200

    added new symbol attributes use-licence and dist-licence to tragesym
    
    updated tragesym to version 0.0.11
    updated the template file for OpenOffice and the ascii template
    updated one example file to test the changes
    Thanks to Stefan Salewski for reporting the missing attributes.

diff --git a/utils/examples/tragesym/4099.src b/utils/examples/tragesym/4099.src
index f1dfcfe..c35f837 100644
--- a/utils/examples/tragesym/4099.src
+++ b/utils/examples/tragesym/4099.src
@@ -20,6 +20,8 @@ footprint=DIP16
 description=unknown function
 documentation=http://url_to_the_datasheet.com
 author=Werner Hoch <werner.ho(AT)gmx.de>
+dist-license=GPL
+use-license=public domain
 numslots=0
 #slot=1
 #slotdef=1:
diff --git a/utils/examples/tragesym/template.ods b/utils/examples/tragesym/template.ods
index 425e9af..f414b79 100644
Binary files a/utils/examples/tragesym/template.ods and b/utils/examples/tragesym/template.ods differ
diff --git a/utils/examples/tragesym/template.src b/utils/examples/tragesym/template.src
index ac3839e..4e507c3 100644
--- a/utils/examples/tragesym/template.src
+++ b/utils/examples/tragesym/template.src
@@ -18,6 +18,8 @@ pinwidthhorizontal=400
 
 [geda_attr]
 # name will be printed in the top of the symbol
+# name is only some graphical text, not an attribute
+# version specifies a gschem version.
 # if you have a device with slots, you'll have to use slot= and slotdef=
 # use comment= if there are special information you want to add
 version=20060113 1
@@ -28,6 +30,8 @@ footprint=
 description=
 documentation=
 author=
+dist-license=
+use-license=
 numslots=0
 #slot=1
 #slotdef=1:
diff --git a/utils/scripts/tragesym b/utils/scripts/tragesym
index 7783848..9becd83 100755
--- a/utils/scripts/tragesym
+++ b/utils/scripts/tragesym
@@ -31,7 +31,7 @@
 import sys, string
 
 ##################### GLOBALS ############################################
-VERSION="0.0.10"
+VERSION="0.0.11"
 
 CHARHIGH=26
 preset_options = {"wordswap":"yes",
@@ -44,9 +44,9 @@ preset_options = {"wordswap":"yes",
                   "pinwidthhorizontal":"400"}
 allowed_attr = ["version", "name", "device", "refdes", "footprint", "numslots",
                 "slot", "slotdef","description", "comment", "author",
-                "documentation","value"]
+                "documentation","value","dist-license", "use-license"]
 single_attr_warning = ["device", "footprint", "author", "documentation",
-                       "description", "numslots"]
+                       "description", "numslots","dist-license", "use-license"]
 single_attr = ["slot"]
 multiple_attr = ["slotdef", "comment"]
 stylelist = ["line","dot","clk","dotclk","none"]




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs