[Lunar-commits] <moonbase> net-snmp, cupsddk, PyQt: Several updates, one new module

Moritz Heiber moe at lunar-linux.org
Wed Mar 5 13:58:16 CET 2008


commit 6d96f635c1cb9e6db3d4591d316bbec6af1da8cc
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Wed Mar 5 13:56:15 2008 +0100

    net-snmp, cupsddk, PyQt: Several updates, one new module
    
    net-snmp: Version bump and minor module adjustments.
    cupsddk: New module.
    PyQt: Version bump.
---
 net/net-snmp/BUILD        |    5 +++--
 net/net-snmp/CONFIGURE    |   11 +----------
 net/net-snmp/DETAILS      |    6 +++---
 printer/cupsddk/CONFLICTS |    1 +
 printer/cupsddk/DEPENDS   |    1 +
 printer/cupsddk/DETAILS   |   19 +++++++++++++++++++
 python/PyQt/DETAILS       |    6 +++---
 7 files changed, 31 insertions(+), 18 deletions(-)

diff --git a/net/net-snmp/BUILD b/net/net-snmp/BUILD
index c6af8c6..488fe4d 100644
--- a/net/net-snmp/BUILD
+++ b/net/net-snmp/BUILD
@@ -12,9 +12,10 @@
                $DEFAULTS             \
                $OPTS                &&
   default_make                      &&
-  if [ ! -e /etc/config.d/snmpd ]; then
-      cp $SCRIPT_DIRECTORY/snmpd /etc/config.d/snmpd
+  if [ ! -e /etc/config.d/snmpd ] ; then
+      install -m644 $SCRIPT_DIRECTORY/snmpd /etc/config.d/snmpd
   fi  &&
+
   mkdir -p /var/state/ucd-snmp
 
 ) > $C_FIFO 2>&1
diff --git a/net/net-snmp/CONFIGURE b/net/net-snmp/CONFIGURE
index 6a5aab8..e5e1dbf 100644
--- a/net/net-snmp/CONFIGURE
+++ b/net/net-snmp/CONFIGURE
@@ -1,10 +1 @@
-if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
-
-  if  query  "Enable IPv6?" n;  then
-    OPTS="$OPTS --enable-ipv6"
-  fi
-
-  echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
-  echo  'OPTS='\"$OPTS\"  >>  $MODULE_CONFIG
-
-fi
+mquery ENABLE_IPV6 "Enable IPv6 support?" n "--enable-ipv6" "--disable-ipv6"
diff --git a/net/net-snmp/DETAILS b/net/net-snmp/DETAILS
index a065991..65e9b25 100644
--- a/net/net-snmp/DETAILS
+++ b/net/net-snmp/DETAILS
@@ -1,13 +1,13 @@
           MODULE=net-snmp
-         VERSION=5.3.1
+         VERSION=5.4.1
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.freesnmp.org/mirrors/$MODULE/
    SOURCE_URL[2]=http://rtfm.uni-svishtov.bg/$MODULE/
-      SOURCE_VFY=sha1:8ddb5122769814f04a7d3d352dcc640df7c89d41
+      SOURCE_VFY=sha1:ac5ba033c10d53d3057415121f8c4936c643c208
         WEB_SITE=http://www.net-snmp.org
          ENTERED=20011108
-         UPDATED=20060810
+         UPDATED=20080305
            PSAFE="no"
            SHORT="Net-SNMP SNMP agent, libraries and utilities"
 
diff --git a/printer/cupsddk/CONFLICTS b/printer/cupsddk/CONFLICTS
new file mode 100644
index 0000000..ef44fee
--- /dev/null
+++ b/printer/cupsddk/CONFLICTS
@@ -0,0 +1 @@
+conflicts lprng
diff --git a/printer/cupsddk/DEPENDS b/printer/cupsddk/DEPENDS
new file mode 100644
index 0000000..6f564fd
--- /dev/null
+++ b/printer/cupsddk/DEPENDS
@@ -0,0 +1 @@
+depends cups
diff --git a/printer/cupsddk/DETAILS b/printer/cupsddk/DETAILS
new file mode 100644
index 0000000..a9a3701
--- /dev/null
+++ b/printer/cupsddk/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=cupsddk
+         VERSION=1.2.3
+          SOURCE=$MODULE-$VERSION-source.tar.bz2
+   SOURCE_URL[0]=http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/$MODULE/$VERSION/
+   SOURCE_URL[1]=ftp://ftp.easysw.com/pub/$MODULE/$VERSION
+     SOURCE_VFY=sha1:b8fa8925fb8be441a6063cca83e640000ad2c942
+        WEB_SITE=http://www.cups.org/
+         ENTERED=20080305
+         UPDATED=20080305
+           SHORT="a CUPS driver development kit"
+
+cat << EOF
+The CUPS Driver Development Kit (DDK) provides a suite of standard drivers,
+a PPD file compiler, and other utilities that can be used to develop printer
+drivers for CUPS and other printing environments. CUPS provides a portable
+printing layer for UNIX®-based operating systems. The CUPS DDK provides the
+means for mass-producing PPD files and drivers/filters for CUPS-based printer
+drivers.
+EOF
diff --git a/python/PyQt/DETAILS b/python/PyQt/DETAILS
index 52aa019..1b87684 100644
--- a/python/PyQt/DETAILS
+++ b/python/PyQt/DETAILS
@@ -1,13 +1,13 @@
           MODULE=PyQt
            EXTRA=x11-gpl
-         VERSION=3.17.3
+         VERSION=3.17.4
           SOURCE=$MODULE-$EXTRA-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$EXTRA-$VERSION
       SOURCE_URL=http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/
-      SOURCE_VFY=sha1:ab74c9090564a09e90c57148f9193843b37fd53f
+      SOURCE_VFY=sha1:caa0130606f28594a09b402675dc3bc239a0a658
         WEB_SITE=http://www.riverbankcomputing.co.uk/pyqt/index.php
          ENTERED=20020520
-         UPDATED=20070731
+         UPDATED=20080301
            SHORT="A set of Python bindings for the Qt toolkit"
 
 cat << EOF


More information about the Lunar-commits mailing list