[Lunar-commits] <moonbase> pcb: Version bump to 20110918.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Feb 13 15:22:42 CET 2012


commit b80b9637b70feaadd3529186e09f51fd13b12054
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Feb 13 09:22:42 2012 -0500

    pcb: Version bump to 20110918.
---
 science/pcb/BUILD     |    2 +-
 science/pcb/CONFIGURE |    4 ++++
 science/pcb/DEPENDS   |    7 +++++++
 science/pcb/DETAILS   |    8 ++++----
 4 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/science/pcb/BUILD b/science/pcb/BUILD
index 6b3b7a7..be9c320 100644
--- a/science/pcb/BUILD
+++ b/science/pcb/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS+=" --enable-dbus --enable-toporouter-output --enable-m4lib-png --with-xdgdatadir=$XDG_DATA_DIRS" &&
+  sedit "s:Electronics;:Electronics;Science:" data/pcb.desktop.in &&
 
   default_build
 
diff --git a/science/pcb/CONFIGURE b/science/pcb/CONFIGURE
new file mode 100644
index 0000000..10371e1
--- /dev/null
+++ b/science/pcb/CONFIGURE
@@ -0,0 +1,4 @@
+mquery ENABLE_CXX "Build with C++ compiler instead of C compiler?" n "--enable-build-with-cxx" "--disable-build-with-cxx"
+mquery ENABLE_COORD64 "Force 64-bit coordinate types?" n "--enable-coord64" "--disable-coord64"
+mquery ENABLE_COORD32 "Force 32-bit coordinate types?" n "--enable-coord32" "--disable-coord32"
+mquery DIS_GUI "Disable GUI support? Intended for use in a web server environment" n "--without-gui" "--with-gui=gtk"
diff --git a/science/pcb/DEPENDS b/science/pcb/DEPENDS
index ef245c7..23bf172 100644
--- a/science/pcb/DEPENDS
+++ b/science/pcb/DEPENDS
@@ -1,7 +1,14 @@
 depends m4
 depends flex
 depends bison
+depends gtk+-2
 depends gd
 
+optional_depends dbus        "--enable-dbus"     "--disable-dbus"     "for DBUS IPC support"
+optional_depends libXrender  "--enable-xrender"  "--disable-xrender"  "for Xrender support"
+optional_depends libXinerama "--enable-xinerama" "--disable-xinerama" "for Xinerama support"
+optional_depends giflib      "--enable-gif"      "--disable-gif"      "for gif support"
+optional_depends %JPEG       "--enable-jpeg"     "--disable-jpeg"     "for jpeg support"
+optional_depends libpng      "--enable-png"      "--disable-png"      "for png support"
 optional_depends gerbv       "" "" "for viewing Gerbv files"
 optional_depends ImageMagick "" "" "for graphics support"
diff --git a/science/pcb/DETAILS b/science/pcb/DETAILS
index 1fe127b..8e4f6ce 100644
--- a/science/pcb/DETAILS
+++ b/science/pcb/DETAILS
@@ -1,12 +1,12 @@
           MODULE=pcb
-         VERSION=20100929
+         VERSION=20110918
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:e7f921ba2af8d36d0d5f02eb3e49ce16f3d17cbe
+      SOURCE_VFY=sha1:53ca27797d4db65a068b56f157e3ea6c5c29051f
         WEB_SITE=http://pcb.sourceforge.net/
          ENTERED=20030112
-         UPDATED=20101106
-           SHORT="designing printed circuit board layouts."
+         UPDATED=20120213
+           SHORT="designing printed circuit board layouts"
 cat << EOF
 PCB is an interactive printed circuit board editor for the X11 window
 system.  PCB includes a rats nest feature, design rule checking,


More information about the Lunar-commits mailing list