Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Dale E. Edmons (03510ae4439fa15fc2958505f3f0a9c30727b1a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Dale E. Edmons (03510ae4439fa15fc2958505f3f0a9c30727b1a4)
  • Date: Mon, 11 Feb 2008 10:00:10 -0600

GIT changes to master grimoire by Dale E. Edmons <linuxfan AT sourcemage.org>:

ChangeLog | 3 +++
graphics/kicad/BUILD | 1 +
graphics/kicad/DEPENDS | 1 +
graphics/kicad/DETAILS | 19 +++++++++++++++++++
graphics/kicad/HISTORY | 5 +++++
graphics/kicad/INSTALL | 1 +
latex/xcolor/HISTORY | 3 +++
latex/xcolor/POST_REMOVE | 2 +-
8 files changed, 34 insertions(+), 1 deletion(-)

New commits:
commit 03510ae4439fa15fc2958505f3f0a9c30727b1a4
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

Corrected typo.

commit 58ee906061c52aa08e3fef448bbcd69f1218d502
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

New electronic CAD package. kicad.

diff --git a/ChangeLog b/ChangeLog
index c3a59a2..baf8673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2008-02-11 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * graphics/kicad: Added new spell for kicad electronic cad suite.
+
+2008-02-11 Dale E. Edmons <linuxfan AT sourcemage.org>
* ruby-raa/wx_ruby: Added new spell for wxruby extensions library.

2008-02-09 Dale E. Edmons <linuxfan AT sourcemage.org>
diff --git a/graphics/kicad/BUILD b/graphics/kicad/BUILD
new file mode 100755
index 0000000..03bf8ac
--- /dev/null
+++ b/graphics/kicad/BUILD
@@ -0,0 +1 @@
+make -f makefile.gtk
diff --git a/graphics/kicad/DEPENDS b/graphics/kicad/DEPENDS
new file mode 100755
index 0000000..3ccfa52
--- /dev/null
+++ b/graphics/kicad/DEPENDS
@@ -0,0 +1 @@
+depends wxgtk
diff --git a/graphics/kicad/DETAILS b/graphics/kicad/DETAILS
new file mode 100755
index 0000000..b17d7dc
--- /dev/null
+++ b/graphics/kicad/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=kicad
+ VERSION=20071122-r468
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:255d5cb41e65e0e46b931404cd7999c24483f085fa16180125bbc4529c70ee341eaa31974618d1973522a69253d3ee05b80a837bba0c5599e59600d77bad2cd1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE[0]="http://kicad.sourceforge.net";
+ LICENSE[0]=GPL
+ ENTERED=20071231
+ SHORT="Electronic CAD and PCB suite"
+cat << EOF
+Kicad is an open source (GPL) software for the creation of electronic
+schematic diagrams and printed circuit board artwork.
+
+Designed and written by Jean-Pierre Charras, a researcher at LIS
+(Laboratoire des Images et des Signaux) and a teacher in IUT de
+Saint Martin d'H�res.(France), in the field of electrical engineering
+and image processing.
+EOF
diff --git a/graphics/kicad/HISTORY b/graphics/kicad/HISTORY
new file mode 100644
index 0000000..6c6b973
--- /dev/null
+++ b/graphics/kicad/HISTORY
@@ -0,0 +1,5 @@
+2008-02-11 linuxfan <demaillists AT comcast.net>
+ * DETAILS: Delint description.
+
+2007-12-31 linuxfan <demaillists AT comcast.net>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/graphics/kicad/INSTALL b/graphics/kicad/INSTALL
new file mode 100755
index 0000000..5379324
--- /dev/null
+++ b/graphics/kicad/INSTALL
@@ -0,0 +1 @@
+make -f makefile.gtk install
diff --git a/latex/xcolor/HISTORY b/latex/xcolor/HISTORY
index 4b27d40..83412af 100644
--- a/latex/xcolor/HISTORY
+++ b/latex/xcolor/HISTORY
@@ -1,3 +1,6 @@
+2008-02-11 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * POST_REMOVE: changed incorrect TEX_REMOVE to TEX_POST_REMOVE.
+
2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: delinting

diff --git a/latex/xcolor/POST_REMOVE b/latex/xcolor/POST_REMOVE
index 64abb3d..c208f6a 100755
--- a/latex/xcolor/POST_REMOVE
+++ b/latex/xcolor/POST_REMOVE
@@ -1 +1 @@
-source $SECTION_DIRECTORY/TEX_REMOVE
+source $SECTION_DIRECTORY/TEX_POST_REMOVE




Archive powered by MHonArc 2.6.24.

Top of Page