summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Vinogradov2007-05-01 01:07:54 +0500
committerPol Vinogradov2007-05-01 01:07:54 +0500
commita800ad505dab2f067d204723b0830ce0614c33e5 (patch)
tree10dcd179dbc0802c70982c984814f3b96d947e9e
parentdb1d69df0eda44308689a92a1b327b9913205390 (diff)
parent8ddff93e4110d5950ddc3bd28f2f10b03f316ed3 (diff)
Merge branch 'master' of git+ssh://pol@scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog3
-rwxr-xr-xchat-im/gaim/DETAILS2
-rw-r--r--chat-im/gaim/HISTORY3
-rwxr-xr-xchat-im/pidgin/BUILD5
-rwxr-xr-xchat-im/pidgin/DEPENDS81
-rwxr-xr-xchat-im/pidgin/DETAILS26
-rw-r--r--chat-im/pidgin/HISTORY3
-rwxr-xr-xchat-im/pidgin/PREPARE1
-rwxr-xr-xchat-im/pidgin/PRE_BUILD6
-rw-r--r--chat-im/pidgin/pidgin-2.0.0beta7.tar.bz2.sigbin0 -> 280 bytes
-rwxr-xr-xchat-irc/silc-server/DETAILS2
-rw-r--r--chat-irc/silc-server/HISTORY3
-rw-r--r--chat-irc/silc-server/silc-server-1.0.3.tar.bz2.sigbin280 -> 0 bytes
-rw-r--r--chat-irc/silc-server/silc-server-1.0.4.tar.bz2.sigbin0 -> 280 bytes
-rwxr-xr-xchat-libs/loudmouth/DETAILS2
-rw-r--r--chat-libs/loudmouth/HISTORY3
-rw-r--r--chat-libs/loudmouth/loudmouth-1.2.1.tar.bz2.sigbin280 -> 0 bytes
-rw-r--r--chat-libs/loudmouth/loudmouth-1.2.2.tar.bz2.sigbin0 -> 280 bytes
-rwxr-xr-xcrypto/putty/DETAILS4
-rw-r--r--crypto/putty/HISTORY3
-rwxr-xr-xdoc/man-pages/DETAILS2
-rw-r--r--doc/man-pages/HISTORY3
-rwxr-xr-xscience/gnofract4d/DETAILS4
-rw-r--r--science/gnofract4d/HISTORY3
-rwxr-xr-xutils/multitail/DETAILS2
-rw-r--r--utils/multitail/HISTORY3
-rwxr-xr-xvideo-libs/avifile/BUILD1
-rw-r--r--video-libs/avifile/HISTORY4
28 files changed, 160 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 217fd4d843..12d162339c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-30 George Sherwood <george@beernabeer.com>
+ * chat-im/pidgin: new spell, for the newly renamed gaim
+
2007-04-29 George Sherwood <george@beernabeer.com>
* editors/mp: new spell, a programmers editor
diff --git a/chat-im/gaim/DETAILS b/chat-im/gaim/DETAILS
index 043478d2ab..58a824275e 100755
--- a/chat-im/gaim/DETAILS
+++ b/chat-im/gaim/DETAILS
@@ -10,7 +10,7 @@ else
VERSION=2.0.0beta6
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=${SOURCE}.asc
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[0]=$SOURCEFORGE_URL/pidgin/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL}.asc
SOURCE2_IGNORE=signature
SOURCE_GPG="gaim.gpg:${SOURCE}.asc"
diff --git a/chat-im/gaim/HISTORY b/chat-im/gaim/HISTORY
index f6da5f5d35..ea49e99b41 100644
--- a/chat-im/gaim/HISTORY
+++ b/chat-im/gaim/HISTORY
@@ -1,3 +1,6 @@
+2007-04-30 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated SOURCE_URL
+
2007-04-21 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Bonjour plugin can link against howl
diff --git a/chat-im/pidgin/BUILD b/chat-im/pidgin/BUILD
new file mode 100755
index 0000000000..b3a3c2c818
--- /dev/null
+++ b/chat-im/pidgin/BUILD
@@ -0,0 +1,5 @@
+### had to cook up some pkg-config files for nss and nspr
+CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include"
+export PKG_CONFIG_PATH="${TRACK_ROOT}/usr/include/nss:${TRACK_ROOT}/usr/include/nspr" &&
+default_build &&
+cd $SOURCE_DIRECTORY
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
new file mode 100755
index 0000000000..78619e5d6d
--- /dev/null
+++ b/chat-im/pidgin/DEPENDS
@@ -0,0 +1,81 @@
+depends libxml2 &&
+depends xml-parser-expat &&
+
+if [ "$PIDGIN_CVS" == "y" ]
+then
+ depends subversion &&
+ depends intltool
+fi &&
+
+optional_depends evolution2 \
+ "--enable-gevolution" \
+ "--disable-gevolution" \
+ "for gevolution plugin" &&
+
+optional_depends gtk+2 \
+ "--enable-gtkui" \
+ "--disable-gtkui" \
+ "for GTK+ user interface" &&
+
+optional_depends ncurses \
+ "--enable-consoleui" \
+ "--disable-consoleui" \
+ "for console user interface" &&
+
+optional_depends nss \
+ "--enable-nss=yes" \
+ "--enable-nss=no" \
+ "for gaim-encryption plugin , or MSN's new protool 9" &&
+
+optional_depends gnutls \
+ "--enable-gnutls=yes" \
+ "--enable-gnutls=no" \
+ "an alternative to nss for MSN protocol SSL support" &&
+
+optional_depends audiofile \
+ "--enable-audio" \
+ "--disable-audio" \
+ "to play aiff, snd, wave, and au files" &&
+
+optional_depends gtkspell \
+ "" \
+ "--disable-gtkspell" \
+ "For spell checking" &&
+
+optional_depends startup-notification \
+ "" \
+ "--disable-startup-notification" \
+ "support for the startup-notification spec from freedesktop.org" &&
+
+optional_depends nas \
+ "--enable-nas" \
+ "--disable-nas" \
+ "for Network Audio System support" &&
+
+optional_depends perl \
+ '--enable-perl' \
+ '--disable-perl' \
+ 'for Perl scripting' &&
+
+optional_depends tcl \
+ "" \
+ "--disable-tcl" \
+ "for tcl scripting support" &&
+
+optional_depends tk \
+ "" \
+ "--disable-tk" \
+ "for tcl/tk scripting support" &&
+optional_depends mono \
+ "--enable-mono" \
+ "--disable-mono" \
+ "for Mono runtime support" &&
+optional_depends dbus \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "for DBUS support" &&
+
+optional_depends howl \
+ '' \
+ '' \
+ 'for network ZeroConf in Bonjour plugin'
diff --git a/chat-im/pidgin/DETAILS b/chat-im/pidgin/DETAILS
new file mode 100755
index 0000000000..35c5a6ab56
--- /dev/null
+++ b/chat-im/pidgin/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=pidgin
+if [ "$PIDGIN_CVS" == "y" ]; then
+ VERSION=svn
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=svn_http://pidgin.svn.sourceforge.net/svnroot/pidgin/trunk:pidgin
+ FORCE_DOWNLOAD=1
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+else
+ VERSION=2.0.0beta7
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ WEB_SITE=http://pidgin.sourceforge.net/
+ LICENSE[0]=GPL
+ DISTCC_HOSTS=
+ CCACHE=off
+ ENTERED=20011024
+ SHORT="Instant messanger client for several protocols"
+cat << EOF
+pidgin is an instant messanger client used primarly for the AIM protocol
+but has plugin support for icq, irc, yahoo, and jabber all at once
+in one interface.
+EOF
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
new file mode 100644
index 0000000000..602ae969ce
--- /dev/null
+++ b/chat-im/pidgin/HISTORY
@@ -0,0 +1,3 @@
+2007-04-30 George Sherwood <george@beernabeer.com>
+ * DETAILS, PREPARE, DEPENDS, PRE_BUILD, BUILD:
+ Created spell from gaim spell
diff --git a/chat-im/pidgin/PREPARE b/chat-im/pidgin/PREPARE
new file mode 100755
index 0000000000..eb3dbd6f51
--- /dev/null
+++ b/chat-im/pidgin/PREPARE
@@ -0,0 +1 @@
+config_query PIDGIN_CVS "Build the subversion version?" n
diff --git a/chat-im/pidgin/PRE_BUILD b/chat-im/pidgin/PRE_BUILD
new file mode 100755
index 0000000000..fa78ec494c
--- /dev/null
+++ b/chat-im/pidgin/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+if [ "$PIDGIN_CVS" == "y" ]
+then
+ NOCONFIGURE=Y ./autogen.sh
+fi
diff --git a/chat-im/pidgin/pidgin-2.0.0beta7.tar.bz2.sig b/chat-im/pidgin/pidgin-2.0.0beta7.tar.bz2.sig
new file mode 100644
index 0000000000..9677a77509
--- /dev/null
+++ b/chat-im/pidgin/pidgin-2.0.0beta7.tar.bz2.sig
Binary files differ
diff --git a/chat-irc/silc-server/DETAILS b/chat-irc/silc-server/DETAILS
index d2b1152924..5f5c0f8d12 100755
--- a/chat-irc/silc-server/DETAILS
+++ b/chat-irc/silc-server/DETAILS
@@ -1,5 +1,5 @@
SPELL=silc-server
- VERSION=1.0.3
+ VERSION=1.0.4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.silcnet.org/silc/server/sources/$SOURCE
diff --git a/chat-irc/silc-server/HISTORY b/chat-irc/silc-server/HISTORY
index 367722be6c..78a20095f4 100644
--- a/chat-irc/silc-server/HISTORY
+++ b/chat-irc/silc-server/HISTORY
@@ -1,3 +1,6 @@
+2007-04-30 George Sherwood <george@beernabeer.com>
+ * DETAILS: updated spell to 1.0.4
+
2007-03-07 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to version 1.0.3. Removed UPDATED.
diff --git a/chat-irc/silc-server/silc-server-1.0.3.tar.bz2.sig b/chat-irc/silc-server/silc-server-1.0.3.tar.bz2.sig
deleted file mode 100644
index 0da2a215ba..0000000000
--- a/chat-irc/silc-server/silc-server-1.0.3.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/chat-irc/silc-server/silc-server-1.0.4.tar.bz2.sig b/chat-irc/silc-server/silc-server-1.0.4.tar.bz2.sig
new file mode 100644
index 0000000000..25151add03
--- /dev/null
+++ b/chat-irc/silc-server/silc-server-1.0.4.tar.bz2.sig
Binary files differ
diff --git a/chat-libs/loudmouth/DETAILS b/chat-libs/loudmouth/DETAILS
index 21fb481ca9..ac2e022ee3 100755
--- a/chat-libs/loudmouth/DETAILS
+++ b/chat-libs/loudmouth/DETAILS
@@ -1,5 +1,5 @@
SPELL=loudmouth
- VERSION=1.2.1
+ VERSION=1.2.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ftp.imendio.com/pub/imendio/$SPELL/src/$SOURCE
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
index 04726c1524..af119e53c9 100644
--- a/chat-libs/loudmouth/HISTORY
+++ b/chat-libs/loudmouth/HISTORY
@@ -1,3 +1,6 @@
+2007-04-30 George Sherwood <george@beernabeer.com>
+ * DETAILS: updated spell to 1.2.2
+
2007-02-25 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to 1.2.1. Updated SOURCE_URL.
Removed BRANCH
diff --git a/chat-libs/loudmouth/loudmouth-1.2.1.tar.bz2.sig b/chat-libs/loudmouth/loudmouth-1.2.1.tar.bz2.sig
deleted file mode 100644
index ae01656ce1..0000000000
--- a/chat-libs/loudmouth/loudmouth-1.2.1.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/chat-libs/loudmouth/loudmouth-1.2.2.tar.bz2.sig b/chat-libs/loudmouth/loudmouth-1.2.2.tar.bz2.sig
new file mode 100644
index 0000000000..0e2d1038e9
--- /dev/null
+++ b/chat-libs/loudmouth/loudmouth-1.2.2.tar.bz2.sig
Binary files differ
diff --git a/crypto/putty/DETAILS b/crypto/putty/DETAILS
index e6a823157c..00016ddf44 100755
--- a/crypto/putty/DETAILS
+++ b/crypto/putty/DETAILS
@@ -1,9 +1,9 @@
SPELL=putty
- VERSION=0.59
+ VERSION=0.60
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://the.earth.li/~sgtatham/putty/latest/$SOURCE
- SOURCE_HASH=sha512:5d7a4a95a53471fd03a85867aa3720f731c24ba23d906c6c5269ddef539ca085418af92fbc6f73fd33ade9a3691523b91c59109ab726bac5c9f370de9463adae
+ SOURCE_HASH=sha512:c557b3f7104b0c8c0ae21b278fbe61880cc43288e2ceb3bf1f155b7b9c70cb2063e3b3212e4c43c88a207b0aa9f9aec10763a353513a9302e0fc97be09ca27d0
WEB_SITE=http://www.chiark.greenend.org.uk/~sgtatham/putty/
ENTERED=20040721
LICENSE[0]=MIT
diff --git a/crypto/putty/HISTORY b/crypto/putty/HISTORY
index fe294e8313..bb70aa7c09 100644
--- a/crypto/putty/HISTORY
+++ b/crypto/putty/HISTORY
@@ -1,3 +1,6 @@
+2007-04-30 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.60
+
2007-01-25 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 0.59
* BUILD: converted to default_build
diff --git a/doc/man-pages/DETAILS b/doc/man-pages/DETAILS
index f847016c61..7b4288f0a3 100755
--- a/doc/man-pages/DETAILS
+++ b/doc/man-pages/DETAILS
@@ -1,5 +1,5 @@
SPELL=man-pages
- VERSION=2.44
+ VERSION=2.46
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/doc/man-pages/HISTORY b/doc/man-pages/HISTORY
index 4c86fecbb3..0e1dc2c0c1 100644
--- a/doc/man-pages/HISTORY
+++ b/doc/man-pages/HISTORY
@@ -1,3 +1,6 @@
+2007-04-30 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 2.46
+
2007-04-09 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2.44
diff --git a/science/gnofract4d/DETAILS b/science/gnofract4d/DETAILS
index bfb17778ad..214c291a30 100755
--- a/science/gnofract4d/DETAILS
+++ b/science/gnofract4d/DETAILS
@@ -1,8 +1,8 @@
SPELL=gnofract4d
- VERSION=3.3
+ VERSION=3.4
SOURCE=gnofract4d-${VERSION}.tar.gz
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:e5887df4964b2afb20bccfdae0ec2eafff79b1f88ccba870a97315e42e7c9c31c0a1a353f1cd4232db390030e0b03802f2d063ca83987f57f7a1260c9f13a54f
+ SOURCE_HASH=sha512:a4cb3681bce8667de9b30cd3dabe80097a839d2fcd8676e1ec2039701ec6eb50278edb734d9abde6d82ea8cdef7669c1c381a8b191bdb36bb7bd3e16a87f6dc2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://gnofract4d.sourceforge.net/
ENTERED=20050307
diff --git a/science/gnofract4d/HISTORY b/science/gnofract4d/HISTORY
index 5c41e4da73..cee32efe8c 100644
--- a/science/gnofract4d/HISTORY
+++ b/science/gnofract4d/HISTORY
@@ -1,3 +1,6 @@
+2007-04-30 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 3.4
+
2007-03-13 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 3.3
diff --git a/utils/multitail/DETAILS b/utils/multitail/DETAILS
index 835000f0be..275fc220cc 100755
--- a/utils/multitail/DETAILS
+++ b/utils/multitail/DETAILS
@@ -3,7 +3,7 @@
SOURCE=${SPELL}-${VERSION}.tgz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://www.vanheusden.com/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:27ef22ca27b28fe02356c40382428a103b66e9f4ec2773153512f4750b938a7e2ec8e1e820ab3f3505dfc41bcf9d4765ba9c48ad42ec30c294279cc2bf483cd9
+ SOURCE_HASH=sha512:3808cdb20bc07d192d8029eb696747a4f91b58d8133d1c373f98bbb70be44df10fb41ae510d7c24665888353b6cfe71e6434e749868532a883d089c8576b4015
WEB_SITE=http://www.vanheusden.com/multitail/
ENTERED=20060105
LICENSE[0]=GPL
diff --git a/utils/multitail/HISTORY b/utils/multitail/HISTORY
index 7431916d20..7bf48d4342 100644
--- a/utils/multitail/HISTORY
+++ b/utils/multitail/HISTORY
@@ -1,3 +1,6 @@
+2007-04-30 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: new SOURCE_HASH, MySQL error log colorscheme has been added
+
2007-04-26 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 5.0.1
diff --git a/video-libs/avifile/BUILD b/video-libs/avifile/BUILD
index ab1514289f..8ce36162f2 100755
--- a/video-libs/avifile/BUILD
+++ b/video-libs/avifile/BUILD
@@ -1,3 +1,4 @@
# needed for xvid detection
LDFLAGS="$LDFLAGS -lm" &&
+disable_pic &&
default_build
diff --git a/video-libs/avifile/HISTORY b/video-libs/avifile/HISTORY
index 01187531d6..41229e30b5 100644
--- a/video-libs/avifile/HISTORY
+++ b/video-libs/avifile/HISTORY
@@ -1,3 +1,7 @@
+2007-04-29 John Harding <johnh@kuberaconsulting.com>
+ * BUILD: added disable_pic at ruskie's suggestion
+ when it wouldn't compile here. It worked.
+
2007-04-28 David Kowis <dkowis@shlrm.org>
* DETAILS: version bumped to 0.7.45
* PRE_BUILD: removed patch, as it doesn't apply