Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8501a9c15da6d5a6a94a541e099c92792bd54fe2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8501a9c15da6d5a6a94a541e099c92792bd54fe2)
  • Date: Thu, 8 Mar 2012 13:43:18 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

science/pcb/BUILD | 3 +++
science/pcb/CONFIGURE | 17 +++++++++++++++++
science/pcb/DEPENDS | 23 +++++++++++++++++++----
science/pcb/DETAILS | 6 +++---
science/pcb/HISTORY | 4 ++++
5 files changed, 46 insertions(+), 7 deletions(-)

New commits:
commit 8501a9c15da6d5a6a94a541e099c92792bd54fe2
Author: Sven Lemke <catnip AT web.de>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pcb: update to 20110918

Acked-by: Ismael Luceno <ismael AT sourcemage.org>

diff --git a/science/pcb/BUILD b/science/pcb/BUILD
new file mode 100755
index 0000000..a6e847d
--- /dev/null
+++ b/science/pcb/BUILD
@@ -0,0 +1,3 @@
+OPTS="${OPTS} ${PCB_DEBUG} ${PCB_EFENCE} ${PCB_DMALLOC} ${PCB_COORD64}
${PCB_COORD32} ${PCB_TOPO}" &&
+
+default_build
diff --git a/science/pcb/CONFIGURE b/science/pcb/CONFIGURE
new file mode 100755
index 0000000..c7dafeb
--- /dev/null
+++ b/science/pcb/CONFIGURE
@@ -0,0 +1,17 @@
+config_query_option PCB_DEBUG "Output lots of debug spew while running?" n \
+ "--enable-debug" ""
+
+config_query_option PCB_EFENCE "Link with ElectricFence for malloc
debugging?" n \
+ "--enable-efence" ""
+
+config_query_option PCB_DMALLOC "Compile and link with dmalloc for malloc
debugging?" n \
+ "--enable-dmalloc" ""
+
+config_query_option PCB_COORD64 "Force 64-bit coordinate types?" n \
+ "--enable-coord64" ""
+
+config_query_option PCB_COORD32 "Force 32-bit coordinate types?" n \
+ "--enable-coord32" ""
+
+config_query_option PCB_TOPO "Enable toporouter graphical output?" n \
+ "--enable-toporouter-output" ""
diff --git a/science/pcb/DEPENDS b/science/pcb/DEPENDS
index 53302cd..98eed98 100755
--- a/science/pcb/DEPENDS
+++ b/science/pcb/DEPENDS
@@ -3,7 +3,22 @@ depends glib2 &&
depends gd &&
depends tk &&

-optional_depends libstroke \
- "--with-libstroke" \
- "--without-libstroke" \
- "Enable libstroke support"
+#optional_depends libstroke \
+# "--with-libstroke" \
+# "--without-libstroke" \
+# "Enable libstroke support?" &&
+
+optional_depends OPENGL \
+ "--enable-gl" \
+ "--disable-gl" \
+ "Enable GL drawing (with GTK HID)?" &&
+
+optional_depends libxrender \
+ "--enable-xrender" \
+ "--disable-xrender" \
+ "Compile and link with Xrender?" &&
+
+optional_depends dbus-glib \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "Enable DBUS IPC?"
diff --git a/science/pcb/DETAILS b/science/pcb/DETAILS
index a8c9c3b..1e5b9d1 100755
--- a/science/pcb/DETAILS
+++ b/science/pcb/DETAILS
@@ -1,10 +1,10 @@
SPELL=pcb
- VERSION=20080202
+ VERSION=20110918
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=${SOURCEFORGE_URL}/pcb/${SOURCE}
+
SOURCE_URL[0]=http://downloads.sourceforge.net/project/${SPELL}/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
SOURCE_URL[1]=http://geda.seul.org/dist/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:ca74a273f0e63b6497e50cab9f4553ccc2149a4ffa9081c409477392c245c38a144deb5b106da4c1b89be09a5eb8e268870b4fb5820d182c647abfb0c19c288d
WEB_SITE=http://pcb.sourceforge.net/
ENTERED=20060309
LICENSE[0]=GPL
diff --git a/science/pcb/HISTORY b/science/pcb/HISTORY
index ce9bc6d..07a2e65 100644
--- a/science/pcb/HISTORY
+++ b/science/pcb/HISTORY
@@ -1,3 +1,7 @@
+2012-03-04 Sven Lemke <catnip AT web.de>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 20110918
+
2008-07-19 Remko van der Vossen <wich AT stack.nl>
* VERSION: 20080202




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8501a9c15da6d5a6a94a541e099c92792bd54fe2), Ismael Luceno, 03/08/2012

Archive powered by MHonArc 2.6.24.

Top of Page