New commits:
commit 4666e829fd26775f941cd618cdd7c8088a2a0dab
Author: George Sherwood <chat AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
eb-lite: Removed spell. Not developed. Won't build anymore.
diff --git a/chat-im/eb-lite/BUILD b/chat-im/eb-lite/BUILD
deleted file mode 100755
index 9f1a9f2..0000000
--- a/chat-im/eb-lite/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
- export COREDIR=$SOURCE_DIRECTORY/core &&
- export EBQTDIR=$SOURCE_DIRECTORY/ebqt &&
-#core
- cd $COREDIR &&
- ./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var &&
- make &&
-#ebqt
- cd $EBQTDIR &&
- ./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var &&
- make
diff --git a/chat-im/eb-lite/DEPENDS b/chat-im/eb-lite/DEPENDS
deleted file mode 100755
index 006d2d1..0000000
--- a/chat-im/eb-lite/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends qt-x11
diff --git a/chat-im/eb-lite/DETAILS b/chat-im/eb-lite/DETAILS
deleted file mode 100755
index 68f623a..0000000
--- a/chat-im/eb-lite/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- SPELL=eb-lite
- VERSION=alpha-13
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.everybuddy.com/eb-lite/files/$SOURCE
- WEB_SITE=http://www.everybuddy.com/eb-lite
- BUILD_API=2
- ENTERED=20040628
- UPDATED=20040628
- LICENSE[0]=GPL
-
SOURCE_HASH=sha512:0835b21b8e45860f3c50f9538bd6283b0b263e96a9f4056b2feb8cccac2f821f76b52f37e70a8af88375e73d056f4a7f792ba1b0aefa00b6c37764fdd3465e1c
- SHORT="EB-lite is a universal instant messaging client"
-cat << EOF
-EB-lite is the name of the rewrite that is being developed of the instant
- messaging client Everybuddy. It carries many major advances on the
- current codebase, the biggest of which is that the user interface is
- not contained in the same process as the core. Currently only stable
-UI is ebqt.
-EOF
diff --git a/chat-im/eb-lite/HISTORY b/chat-im/eb-lite/HISTORY
deleted file mode 100644
index 659711c..0000000
--- a/chat-im/eb-lite/HISTORY
+++ /dev/null
@@ -1,11 +0,0 @@
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-11-25 George Sherwood <george AT beernabeer.com>
- * DETAILS: Added BUILD_API=2
- * BUILD: fixed for BUILD_API=2
- * INSTALL: added file for BUILD_API=2
-
-2004-06-29 George Sherwood <george AT beernabeer.com>
- * Added this spell
-
diff --git a/chat-im/eb-lite/INSTALL b/chat-im/eb-lite/INSTALL
deleted file mode 100755
index 053c39a..0000000
--- a/chat-im/eb-lite/INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
- cd $COREDIR &&
- make install &&
- cd $EBQTDIR &&
- make install
diff --git a/cluster/atlas/BUILD b/cluster/atlas/BUILD
index 7976124..7d40b47 100755
--- a/cluster/atlas/BUILD
+++ b/cluster/atlas/BUILD
@@ -1,6 +1,10 @@
persistent_add SOURCE_LIB &&
make_single &&
-make < $SCRIPT_DIRECTORY/atlas-${VERSION}.config &&
+local config=$(<$SCRIPT_DIRECTORY/atlas-nog77.config) &&
+if is_depends_enabled $SPELL fortran; then
+ config=$(sed 's/0$/\ngfortran/' <<< "$config")
+fi &&
+echo "$config" | make &&
ARCH=`ls -1 Make.Linux* | sed -e 's/Make.//'` &&
make install arch=$ARCH &&
SOURCE_LIB=$SOURCE_DIRECTORY/lib/$ARCH
diff --git a/cluster/atlas/DEPENDS b/cluster/atlas/DEPENDS
new file mode 100755
index 0000000..0497e32
--- /dev/null
+++ b/cluster/atlas/DEPENDS
@@ -0,0 +1 @@
+optional_depends fortran "" "" "for fortran bindings"
diff --git a/cluster/atlas/DETAILS b/cluster/atlas/DETAILS
index 963f020..c5a7461 100755
--- a/cluster/atlas/DETAILS
+++ b/cluster/atlas/DETAILS
@@ -6,10 +6,13 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/ATLAS
SOURCE_HASH=sha512:0272f94e4e452d240741336a65450d9767150c886681e3f88bcdbebeb18ceba7d489f848ec2824ef0ce1dd33f8cb122e8d87e64d5f19407d02801b775fce2f73
WEB_SITE=http://math-atlas.sourceforge.net
ENTERED=20020514
- UPDATED=20021014
+ PATCHLEVEL=1
LICENSE[0]=BSD
BUILD_API=2
SHORT="Automatically Tuned Linear Algebra Software (ATLAS)"
cat << EOF
-ATLAS (Automatically Tuned Linear Algebra Software) provides highly
optimized Linear Algebra kernels for arbitrary cache-based architectures.
ATLAS provides ANSI C and Fortran77 interfaces for the entire BLAS API, and a
small portion of the LAPACK API.
+ATLAS (Automatically Tuned Linear Algebra Software) provides highly optimized
+Linear Algebra kernels for arbitrary cache-based architectures. ATLAS
provides
+ANSI C and Fortran77 interfaces for the entire BLAS API, and a small portion
of
+the LAPACK API.
EOF
diff --git a/cluster/atlas/HISTORY b/cluster/atlas/HISTORY
index 25c36ce..c689e0b 100644
--- a/cluster/atlas/HISTORY
+++ b/cluster/atlas/HISTORY
@@ -1,3 +1,9 @@
+2006-11-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: add optional fortran
+ * BUILD: add fortran when requested and fix #9380
+ * atlas-nog77.config: renamed; make doesn't like <, part of #9380
+ * DETAILS: ++PATCHLEVEL
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512
. $CFG
diff --git a/kde-core/kde-i18n/HISTORY b/kde-core/kde-i18n/HISTORY
index 4aeb956..7514127 100644
--- a/kde-core/kde-i18n/HISTORY
+++ b/kde-core/kde-i18n/HISTORY
@@ -1,3 +1,7 @@
+2006-11-12 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: reconfigure always shall dfault to n,
+ removing the config_ from the query
+
2006-02-02 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: version 3.5.1
-config_query_option KDEGAMES_HIGHSCORE 'Use system-wide high scores?' n \
- '--enable-highscore-dir=/var/games' ''
+# User has to be root, otherwise install will set it to games
+config_query_option KDEGAMES_HIGHSCORE \
+ "Enable system-wide highscore table?" n \
+ "--enable-highscore-dir=/var/games \
+ --with-highscore-user=root \
+ --with-highscore-group=games" \
+ ""
diff --git a/kde-core/kdegames/DEPENDS b/kde-core/kdegames/DEPENDS
index be05387..f5729c5 100755
--- a/kde-core/kdegames/DEPENDS
+++ b/kde-core/kdegames/DEPENDS
@@ -1,3 +1,23 @@
depends kdebase &&
touch /var/log/iplog &&
diff --git a/security/iplog/PREPARE b/security/iplog/PREPARE
deleted file mode 100755
index babe10b..0000000
--- a/security/iplog/PREPARE
+++ /dev/null
@@ -1,13 +0,0 @@
-message "Creation of ${SPELL} user ${MESSAGE_COLOR} iplog ${DEFAULT_COLOR}."
-
-if ! exists_account iplog; then
- message "${MESSAGE_COLOR} ERROR:${DEFAULT_COLOR} The ${SPELL} user and
group was not yet defined.";
- message "Solution: "
- message " echo "iplog:120:120" >> /etc/sorcery/accounts"
- message " echo "iplog:120:" >> /etc/sorcery/groups"
- return 1
-else
- if [ "`grep 'iplog' /etc/passwd`" == "" ]; then
- create_account iplog
- fi
-fi
diff --git a/security/iplog/PRE_BUILD b/security/iplog/PRE_BUILD
new file mode 100755
index 0000000..6c28f04
--- /dev/null
+++ b/security/iplog/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/"Usage: " PACKAGE "/,/--log-null-sc/ {
+ s/^\([^"]\)/"\1/
+ s/\([^",]\)$/\1\\n"/
+}' src/iplog_options.c
diff --git a/security/oinkmaster/BUILD b/security/oinkmaster/BUILD
index 55f536b..e930d44 100755
--- a/security/oinkmaster/BUILD
+++ b/security/oinkmaster/BUILD
@@ -1,13 +1 @@
-(
-
- sedit "s:/usr/local/etc/:/etc/:" oinkmaster.pl &&
-
- prepare_install &&
-
- cp oinkmaster.pl /usr/bin/ &&
- chown snort.snort /usr/bin/oinkmaster.pl &&
- if [ ! -f /etc/oinkmaster.conf ]; then
- cp oinkmaster.conf /etc/
- fi
-
-) > $C_FIFO 2>&1
+create_account snort
diff --git a/security/oinkmaster/DEPENDS b/security/oinkmaster/DEPENDS
index 9d9f208..f29d487 100755
--- a/security/oinkmaster/DEPENDS
+++ b/security/oinkmaster/DEPENDS
@@ -1,4 +1 @@
-depends perl &&
-depends tar &&
-depends gzip &&
-depends wget
\ No newline at end of file
+depends perl
diff --git a/security/oinkmaster/DETAILS b/security/oinkmaster/DETAILS
index 168ddbd..73d56a1 100755
--- a/security/oinkmaster/DETAILS
+++ b/security/oinkmaster/DETAILS
@@ -1,16 +1,14 @@
SPELL=oinkmaster
- VERSION=0.9
+ VERSION=2.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
-#
SOURCE_URL[0]=http://www.snort.org/dl/contrib/rule_management/${SPELL}/${SOURCE}
-#SOURCE_URL[1]=ftp://ftp.it.su.se/pub/users/andreas/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:df3065a45edc343ee28c8b5e874ec2607559600535779b99f21a80da1cec07a6db067fea39bd8373697b215ba238a8faa186ccca7ad1fe843b72fb109af00f4e
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:03874462cff71e558d4383fef9e757eb4260b20f4b1de4741edcd49fec6effe32669e95edb637962b77b12c519deeb74adc3c15427d0e054e1b96e2f03ffdb3b
+ BUILD_API=2
LICENSE[0]=BSD
ENTERED=20030726
- UPDATED=20030726
WEB_SITE=http://oinkmaster.sourceforge.net
- MAINTAINER=vydra AT fria.fri.utc.sk
+ KEYWORDS="security perl"
SHORT="oinkmaster is a perl script to automate proces of
downloading and merging Snort rules."
cat << EOF
Oinkmaster is simple Perl script to help you update/manage your Snort 2.0+
rules
diff --git a/security/oinkmaster/FINAL b/security/oinkmaster/FINAL
new file mode 100755
index 0000000..94bc7d3
--- /dev/null
+++ b/security/oinkmaster/FINAL
@@ -0,0 +1,9 @@
+
+ message "Before running ${SPELL} for the first time, modify the content"
+ message " of the /etc/oinkmaster.conf file."
+ message "(Example: change url to snortrules-current)"
+ message ""
+ message "For usage : log as user with write access to snort rules dir (aka
snort)"
+ message " execute oinkmaster.pl -o /etc/snort/rules/"
+ message " for test new rules, execute: /etc/init.d/snort.sh test"
+
\ No newline at end of file
diff --git a/security/oinkmaster/HISTORY b/security/oinkmaster/HISTORY
index c920d16..6292292 100644
--- a/security/oinkmaster/HISTORY
+++ b/security/oinkmaster/HISTORY
@@ -1,3 +1,14 @@
+2006-08-27 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0. Updated to BUILD_API=2
+ Removed old SOURCE_URLS. Removed UPDATED & MAINTAINER
+ * DEPENDS: Removed depends that are part of basesystem
+ * PRE_BUILD: Added for sedit
+ * BUILD: Updated for BUILD_API=2
+ * INSTALL: Added for BUILD_API=2
+ * FINAL: Added for BUILD_API=2
+ * POST_INSTALL: Removed for BUILD_API=2
+ * PREPARE: Removed. Create account in BUILD
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512
diff --git a/security/oinkmaster/INSTALL b/security/oinkmaster/INSTALL
new file mode 100755
index 0000000..e88fd70
--- /dev/null
+++ b/security/oinkmaster/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+cp oinkmaster.pl $INSTALL_ROOT/usr/bin/ &&
+chown snort.snort /usr/bin/oinkmaster.pl &&
+install_config_file oinkmaster.conf /etc/oinkmaster.conf
diff --git a/security/oinkmaster/POST_INSTALL
b/security/oinkmaster/POST_INSTALL
deleted file mode 100755
index 94bc7d3..0000000
--- a/security/oinkmaster/POST_INSTALL
+++ /dev/null
@@ -1,9 +0,0 @@
-
- message "Before running ${SPELL} for the first time, modify the content"
- message " of the /etc/oinkmaster.conf file."
- message "(Example: change url to snortrules-current)"
- message ""
- message "For usage : log as user with write access to snort rules dir (aka
snort)"
- message " execute oinkmaster.pl -o /etc/snort/rules/"
- message " for test new rules, execute: /etc/init.d/snort.sh test"
-
\ No newline at end of file
diff --git a/security/oinkmaster/PREPARE b/security/oinkmaster/PREPARE
deleted file mode 100755
index c7fb328..0000000
--- a/security/oinkmaster/PREPARE
+++ /dev/null
@@ -1,13 +0,0 @@
-message "Creation of ${SPELL} user ${MESSAGE_COLOR} snort ${DEFAULT_COLOR}."
-
-if ! exists_account snort; then
- message "${MESSAGE_COLOR} ERROR:${DEFAULT_COLOR} The ${SPELL} user and
group was not yet defined.";
- message "Solution: "
- message " echo "snort:118:118" >> /etc/sorcery/accounts"
- message " echo "snort:118:" >> /etc/sorcery/groups"
- return 1
-else
- if [ "`grep 'snort' /etc/passwd`" == "" ]; then
- create_account snort
- fi
-fi
diff --git a/security/oinkmaster/PRE_BUILD b/security/oinkmaster/PRE_BUILD
new file mode 100755
index 0000000..259ffd3
--- /dev/null
+++ b/security/oinkmaster/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:/usr/local/etc/:/etc/:" oinkmaster.pl
diff --git a/shell-term-fm/screen/DETAILS b/shell-term-fm/screen/DETAILS
index 2a3ab32..b6eebea 100755
--- a/shell-term-fm/screen/DETAILS
+++ b/shell-term-fm/screen/DETAILS
@@ -1,15 +1,14 @@
SPELL=screen
- VERSION=4.0.2
+ VERSION=4.0.3
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/utilities/${SPELL}/${SOURCE}
SOURCE_URL[1]=ftp://ftp.sourcemage.sk/sources/${SOURCE}
SOURCE_URL[2]=$GNU_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:a003f2703659644a08436f8c3c8ca4000f35309f1615a2e7a1a1c774f88e9a6129c93a933debf9aa6b3265a177b67a1f4dc94dd10680ed34279c4c1d6255521e
- BUILD_API=2
+
SOURCE_HASH=sha512:24c1f598972f3dc9ed49cd2c05852190a0190d22fa01401eee8484627c8dd2815f0a422d9b2697faa8aaa0b3efc6730a94e2d5aa787dbe5e9ec719143176c338
WEB_SITE=http://www.gnu.org/software/screen
ENTERED=20010922
- UPDATED=20040517
+ SECURITY_PATCH=1
LICENSE[0]=GPL2
SHORT="screen multiplexes a physical terminal"
cat << EOF
diff --git a/shell-term-fm/screen/HISTORY b/shell-term-fm/screen/HISTORY
index ab4750e..cf48336 100644
--- a/shell-term-fm/screen/HISTORY
+++ b/shell-term-fm/screen/HISTORY
@@ -1,3 +1,7 @@
+2006-10-30 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 4.0.3 + SECURITY_PATCH=1,
+ http://secunia.com/advisories/22583/
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512
diff --git a/utils/console-tools/DEPENDS b/utils/console-tools/DEPENDS
index 0657016..01eb603 100755
--- a/utils/console-tools/DEPENDS
+++ b/utils/console-tools/DEPENDS
@@ -2,4 +2,10 @@ depends console-data &&
depends flex &&
depends gnupg &&
depends perl &&
-depends smgl-fhs
+depends smgl-fhs &&
+
+# to fix bug #12830, to be removed eventually (during stable-rc 0.7
+# should be sufficient)
+depends init.d &&
+
+optional_depends linuxdoc-tools "" "" "for some SGML and HTML documentation"
diff --git a/utils/console-tools/DETAILS b/utils/console-tools/DETAILS
index c9bdea9..a2c8c53 100755
--- a/utils/console-tools/DETAILS
+++ b/utils/console-tools/DETAILS
@@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
ENTERED=20010922
UPDATED=20031124
BUILD_API=2
+ PATCHLEVEL=1
SHORT="console-tools allows you to configure and manipulate Linux
consoles."
cat << EOF
The console-tools package allows you to set-up and manipulate the Linux
diff --git a/utils/console-tools/HISTORY b/utils/console-tools/HISTORY
index 17517b4..a1d7986 100755
--- a/utils/console-tools/HISTORY
+++ b/utils/console-tools/HISTORY
@@ -1,3 +1,14 @@
+2006-11-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PRE_BUILD: properly install all the manpages #10112 - build some
first
+ re-enabled the whole doc subdir, agressively disabled some of it
when
+ there is no linuxdoc-tools
+ * DEPENDS: added optional on linuxdoc-tools
+ * DETAILS: ++PATCHLEVEL
+
+2006-11-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: install all the manpages #10112
+ * DETAILS: ++PATCHLEVEL
+
2006-02-08 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on smgl-fhs (for directory structure)