Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (2cedb9281e6595153a76b622794cb0893457dadf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (2cedb9281e6595153a76b622794cb0893457dadf)
  • Date: Sun, 24 Aug 2008 09:02:04 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3
chat-im/carrier/BUILD | 9 ++
chat-im/carrier/CONFLICTS | 2
chat-im/carrier/DEPENDS | 103
+++++++++++++++++++++++++++++
chat-im/carrier/DETAILS | 18 +++++
chat-im/carrier/HISTORY | 3
chat-im/carrier/carrier-2.5.0.tar.bz2.sig |binary
chat-im/funpidgin/BUILD | 10 --
chat-im/funpidgin/DEPENDS | 104
------------------------------
chat-im/funpidgin/DETAILS | 7 +-
chat-im/funpidgin/HISTORY | 3
chat-im/funpidgin/INSTALL | 1
chat-im/funpidgin/PRE_BUILD | 1
chat-im/funpidgin/TRIGGERS | 1
chat-im/gaim1.5/CONFLICTS | 1
chat-im/gaim1.5/HISTORY | 3
chat-im/pidgin/CONFLICTS | 1
chat-im/pidgin/HISTORY | 3
18 files changed, 158 insertions(+), 115 deletions(-)

New commits:
commit 2cedb9281e6595153a76b622794cb0893457dadf
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

pidgin: Conflicts carrier

commit 2a90e042b9fa7b4f0405f351bf86007ce18911e6
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gaim1.5: conflicts carrier

commit 255d3ae4eff63481e3ba60ce0c3333c98277b106
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

funpidgin: Depreciate spell. Renamed carrier

commit c67579003a5130c1db299d968323c52f4c08b8fa
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

carrier: New spell. Rename from funpidgin

diff --git a/ChangeLog b/ChangeLog
index 05b563a..9f25c42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-24 George Sherwood <gsherwood AT sourcemage.org>
+ * chat-im/carrier: new spell, rename of funpidgin
+
2008-08-23 Thomas Orgis <sobukus AT sourcemage.org>
* doc/help2man: new spell, man page generator

diff --git a/chat-im/carrier/BUILD b/chat-im/carrier/BUILD
new file mode 100755
index 0000000..2aee352
--- /dev/null
+++ b/chat-im/carrier/BUILD
@@ -0,0 +1,9 @@
+### 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"
&&
+OPTS="--disable-nm $OPTS" &&
+make_single &&
+cd $SOURCE_DIRECTORY &&
+NOCONFIGURE=Y ./autogen.sh &&
+default_build &&
+cd $SOURCE_DIRECTORY
diff --git a/chat-im/carrier/CONFLICTS b/chat-im/carrier/CONFLICTS
new file mode 100755
index 0000000..b9e8098
--- /dev/null
+++ b/chat-im/carrier/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts funpidgin y
+conflicts pidgin
diff --git a/chat-im/carrier/DEPENDS b/chat-im/carrier/DEPENDS
new file mode 100755
index 0000000..780faab
--- /dev/null
+++ b/chat-im/carrier/DEPENDS
@@ -0,0 +1,103 @@
+depends libxml2 &&
+depends xml-parser-expat &&
+
+if [ "$PIDGIN_CVS" == "y" ]
+then
+ depends subversion &&
+ depends intltool
+fi &&
+
+optional_depends evolution \
+ "--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' &&
+
+optional_depends xscreensaver \
+ "" \
+ "--disable-screensaver" \
+ "to use X screensaver extension" &&
+
+optional_depends gstreamer \
+ "" \
+ "--disable-gstreamer" \
+ "for GStreamer audio support" &&
+
+optional_depends avahi \
+ "" \
+ "--disable-avahi" \
+ "for avahi support" &&
+
+optional_depends meanwhile \
+ '' \
+ '--disable-meanwhile' \
+ 'for Lotus Instant Messenger/Sametime protocol'
diff --git a/chat-im/carrier/DETAILS b/chat-im/carrier/DETAILS
new file mode 100755
index 0000000..3139244
--- /dev/null
+++ b/chat-im/carrier/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=carrier
+ VERSION=2.5.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/funpidgin/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://funpidgin.sourceforge.net/
+ LICENSE[0]=GPL
+ CCACHE=off
+ ENTERED=20080824
+ SHORT="Instant messanger client for several protocols"
+cat << EOF
+Carrier is a fork of the popular open source client Pidgin which
+allows instant messaging with over twenty different protocols.
+What makes us different from the official client, is that we work for
+you. Unlike the Pidgin developers, we believe the user should have the
+final say in what goes into the program.
+EOF
diff --git a/chat-im/carrier/HISTORY b/chat-im/carrier/HISTORY
new file mode 100644
index 0000000..e7c958e
--- /dev/null
+++ b/chat-im/carrier/HISTORY
@@ -0,0 +1,3 @@
+2008-08-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS, BUILD, DEPENDS: Created from funpidgin spell
+ * CONFLICTS: conflicts funpidgin
diff --git a/chat-im/carrier/carrier-2.5.0.tar.bz2.sig
b/chat-im/carrier/carrier-2.5.0.tar.bz2.sig
new file mode 100644
index 0000000..960b81c
Binary files /dev/null and b/chat-im/carrier/carrier-2.5.0.tar.bz2.sig differ
diff --git a/chat-im/funpidgin/BUILD b/chat-im/funpidgin/BUILD
index 2aee352..27ba77d 100755
--- a/chat-im/funpidgin/BUILD
+++ b/chat-im/funpidgin/BUILD
@@ -1,9 +1 @@
-### 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"
&&
-OPTS="--disable-nm $OPTS" &&
-make_single &&
-cd $SOURCE_DIRECTORY &&
-NOCONFIGURE=Y ./autogen.sh &&
-default_build &&
-cd $SOURCE_DIRECTORY
+true
diff --git a/chat-im/funpidgin/DEPENDS b/chat-im/funpidgin/DEPENDS
index 780faab..9101b52 100755
--- a/chat-im/funpidgin/DEPENDS
+++ b/chat-im/funpidgin/DEPENDS
@@ -1,103 +1 @@
-depends libxml2 &&
-depends xml-parser-expat &&
-
-if [ "$PIDGIN_CVS" == "y" ]
-then
- depends subversion &&
- depends intltool
-fi &&
-
-optional_depends evolution \
- "--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' &&
-
-optional_depends xscreensaver \
- "" \
- "--disable-screensaver" \
- "to use X screensaver extension" &&
-
-optional_depends gstreamer \
- "" \
- "--disable-gstreamer" \
- "for GStreamer audio support" &&
-
-optional_depends avahi \
- "" \
- "--disable-avahi" \
- "for avahi support" &&
-
-optional_depends meanwhile \
- '' \
- '--disable-meanwhile' \
- 'for Lotus Instant Messenger/Sametime protocol'
+depends carrier
diff --git a/chat-im/funpidgin/DETAILS b/chat-im/funpidgin/DETAILS
index 5be5c2b..dd1e8e8 100755
--- a/chat-im/funpidgin/DETAILS
+++ b/chat-im/funpidgin/DETAILS
@@ -1,14 +1,15 @@
SPELL=funpidgin
VERSION=2.5.0
- SOURCE=carrier-$VERSION.tar.bz2
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+# SOURCE=carrier-$VERSION.tar.bz2
+# SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/carrier-$VERSION
WEB_SITE=http://funpidgin.sourceforge.net/
LICENSE[0]=GPL
DISTCC_HOSTS=
CCACHE=off
ENTERED=20080504
+ PATCHLEVEL=1
SHORT="Instant messanger client for several protocols"
cat << EOF
Funpidgin is a fork of the popular open source client Pidgin which
diff --git a/chat-im/funpidgin/HISTORY b/chat-im/funpidgin/HISTORY
index bc89cc4..5a15b5d 100644
--- a/chat-im/funpidgin/HISTORY
+++ b/chat-im/funpidgin/HISTORY
@@ -1,3 +1,6 @@
+2008-08-24 George Sherwood <gsherwood AT sourcemage.org>
+ * ALL: Depreciated due to name change to carrier
+
2008-08-23 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.5.0

diff --git a/chat-im/funpidgin/INSTALL b/chat-im/funpidgin/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/chat-im/funpidgin/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/chat-im/funpidgin/PRE_BUILD b/chat-im/funpidgin/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/chat-im/funpidgin/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/chat-im/funpidgin/TRIGGERS b/chat-im/funpidgin/TRIGGERS
new file mode 100755
index 0000000..a077058
--- /dev/null
+++ b/chat-im/funpidgin/TRIGGERS
@@ -0,0 +1 @@
+on_cast funpidgin dispel_self
diff --git a/chat-im/gaim1.5/CONFLICTS b/chat-im/gaim1.5/CONFLICTS
index 2cc8db3..40b5f58 100755
--- a/chat-im/gaim1.5/CONFLICTS
+++ b/chat-im/gaim1.5/CONFLICTS
@@ -1 +1,2 @@
conflicts gaim
+conflicts carrier
diff --git a/chat-im/gaim1.5/HISTORY b/chat-im/gaim1.5/HISTORY
index b09b1e6..25c5fd2 100644
--- a/chat-im/gaim1.5/HISTORY
+++ b/chat-im/gaim1.5/HISTORY
@@ -1,3 +1,6 @@
+2008-08-24 George Sherwood <gsherwood AT sourcemage.org>
+ * CONFLICTS: conflicts carrier
+
2007-05-20 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: renamed evolution2 to evolution

diff --git a/chat-im/pidgin/CONFLICTS b/chat-im/pidgin/CONFLICTS
index 2a86cf4..3c700c9 100755
--- a/chat-im/pidgin/CONFLICTS
+++ b/chat-im/pidgin/CONFLICTS
@@ -1,2 +1,3 @@
conflicts gaim y
conflicts funpidgin
+conflicts carrier
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 06a5822..d036fa8 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2008-08-24 George Sherwood <gsherwood AT sourcemage.org>
+ * CONFLICTS: carrier
+
2008-08-19 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.5.0




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (2cedb9281e6595153a76b622794cb0893457dadf), George Sherwood, 08/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page