Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (40097b54a649490942484e884f5571fcf0b5460d)
  • Date: Sat, 11 Nov 2006 11:00:04 -0600

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

ChangeLog | 4
chat-im/gaim-encryption-1.x/BUILD | 9 +
chat-im/gaim-encryption-1.x/CONFLICTS | 1
chat-im/gaim-encryption-1.x/DEPENDS | 6
chat-im/gaim-encryption-1.x/DETAILS | 33 ++++
chat-im/gaim-encryption-1.x/HISTORY | 3
chat-im/gaim-encryption-1.x/HISTORY~ | 81
++++++++++++
chat-im/gaim-encryption-1.x/PREPARE | 1
chat-im/gaim-encryption-1.x/PRE_BUILD | 6
chat-im/gaim-encryption-1.x/gaim-encryption-2.39.tar.gz.sig |binary
chat-im/gaim1.5/BUILD | 6
chat-im/gaim1.5/CONFLICTS | 1
chat-im/gaim1.5/DEPENDS | 51 +++++++
chat-im/gaim1.5/DETAILS | 18 ++
chat-im/gaim1.5/HISTORY | 2
chat-im/gaim1.5/INSTALL | 3
chat-im/gaim1.5/PROVIDES | 1
chat-im/gaim1.5/gaim.gpg |binary
18 files changed, 226 insertions(+)

New commits:
commit 40097b54a649490942484e884f5571fcf0b5460d
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

gaim1.5, gaim-encryption-1.x: Added spells. Getting ready to add gaim
2.0 to grimoire. Almost all gaim plugins only work with gaim 1.5 for
now.

diff --git a/ChangeLog b/ChangeLog
index 4d90c40..79886f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-11 George Sherwood <george AT beernabeer.com>
+ * chat-im/gaim1.5: new spell
+ * chat-im/gaim-encryption-1.x: new spell
+
2006-11-11 Treeve Jelbert <treeve AT pi.be>
* printer/splix: new spell for Samsung printers
* disk/ntfs-3g: new spell for r/w access to ntfs partitions
diff --git a/chat-im/gaim-encryption-1.x/BUILD
b/chat-im/gaim-encryption-1.x/BUILD
new file mode 100755
index 0000000..9a7c668
--- /dev/null
+++ b/chat-im/gaim-encryption-1.x/BUILD
@@ -0,0 +1,9 @@
+### had to cook up some pkg-config files for nss and nspr
+if spell_ok nss ; then
+ export PKG_CONFIG_PATH="/usr/include/nss:/usr/include/nspr"
+fi &&
+make_single &&
+OPTS="--with-nspr-includes=/usr/include/nspr --with-nspr-libs=/usr/lib
$OPTS" &&
+OPTS="--with-nss-includes=/usr/include/nss --with-nss-libs=/usr/lib $OPTS" &&
+default_build &&
+make_normal
diff --git a/chat-im/gaim-encryption-1.x/CONFLICTS
b/chat-im/gaim-encryption-1.x/CONFLICTS
new file mode 100755
index 0000000..41b6b56
--- /dev/null
+++ b/chat-im/gaim-encryption-1.x/CONFLICTS
@@ -0,0 +1 @@
+conflicts gaim-encryption
diff --git a/chat-im/gaim-encryption-1.x/DEPENDS
b/chat-im/gaim-encryption-1.x/DEPENDS
new file mode 100755
index 0000000..86db23a
--- /dev/null
+++ b/chat-im/gaim-encryption-1.x/DEPENDS
@@ -0,0 +1,6 @@
+depends gaim1.5 &&
+depends nss &&
+
+if [ "$CVS" == "y" ]
+then depends CVS
+fi
diff --git a/chat-im/gaim-encryption-1.x/DETAILS
b/chat-im/gaim-encryption-1.x/DETAILS
new file mode 100755
index 0000000..54fe6c6
--- /dev/null
+++ b/chat-im/gaim-encryption-1.x/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=gaim-encryption-1.x
+if [ "$CVS" == "y" ]; then
+ VERSION=cvs
+ SOURCE=gaim-encryption-$VERSION.tar.gz
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.sourceforge.net:/cvsroot/gaim-encryption:encrypt
+ FORCE_DOWNLOAD=1
+ SOURCE_IGNORE=volatile
+else
+ VERSION=2.39
+ SOURCE=gaim-encryption-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gaim-encryption-$VERSION
+ WEB_SITE=http://gaim-encryption.sourceforge.net/
+ LICENSE[0]=GPL
+ CCACHE=off
+ ENTERED=20040627
+ KEYWORDS="im chat gaim encryption"
+ SHORT="uses NSS to provide RSA encryption as a Gaim plugin."
+cat << EOF
+Gaim-Encryption uses NSS to provide transparent RSA encryption as a Gaim
plugin.
+Features include
+ * Automatically creates a public/private key pair for you upon
+loading the plugin
+ * Automatically transmits your public key to other users.
+ * Supports 512 - 4096 bit keys.
+ * Saves keys of known users, and warns you if their public key has
changed.
+ * Embeds all encryption and keys inside HTML.
+ * Stores keys in human readable files in your .gaim directory.
+ * Automatically recognizes if you are chatting with someone who has
+the plugin- see the Preferences dialog.
+EOF
diff --git a/chat-im/gaim-encryption-1.x/HISTORY
b/chat-im/gaim-encryption-1.x/HISTORY
new file mode 100644
index 0000000..3dad6a9
--- /dev/null
+++ b/chat-im/gaim-encryption-1.x/HISTORY
@@ -0,0 +1,3 @@
+2006-11-11 George Sherwood <george AT beernabeer.com>
+ * ALL: Created from gaim-encryption spell
+
diff --git a/chat-im/gaim-encryption-1.x/HISTORY~
b/chat-im/gaim-encryption-1.x/HISTORY~
new file mode 100644
index 0000000..259ba86
--- /dev/null
+++ b/chat-im/gaim-encryption-1.x/HISTORY~
@@ -0,0 +1,81 @@
+2006-09-17 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.3.9. Removed UPDATED & BUILD_API
+ Added Keywords. Cleaned up alignment.
+
+2005-11-30 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 IGNORE to SOURCE_HASH volatile
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-07-23 George Sherwood <george AT beeranbeer.com>
+ * BUILD: Wasn't finding nss/nspr libs. Added to configure.
+ * DETAILS: Small cleanup
+
+2005-06-11 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.38
+ * TRIGGERS: deleted file. Not required anymore.
+
+2005-05-17 Sergey Lipnevich <sergey AT sourcemage.org>
+ * DEPENDS: uses NSS spell now.
+
+2005-05-13 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.37
+
+2005-03-18 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.36
+
+2005-03-17 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Removed MAKE_NJOBS=1
+ * BUILD: Run make_single before default_build
+ Run make_normal after default_build
+
+2005-02-27 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Update to version 2.35
+
+2005-02-01 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * BUILD, PRE_BUILD: autogen.sh fix, made it INSTALL_ROOT compatible
+
+2005-01-26 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.34
+ * DEPENDS: Added depends MOZILLA-NSS
+
+2005-01-23 Eric Sandall <eric AT sandall.us>
+ * BUILD: Use spell_ok instead of spell_installed
+
+2005-01-23 George Sherwood <george @beernabeer.com>
+ * DETAILS: Updated to version 2.33
+
+2004-10-16 George Sherwood <george AT beernaber.com>
+ * DETAILS: Updated to version 2.32
+ * DEPENDS: Added depends on nss
+
+2004-10-12 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Changed Updated date
+ * TRIGGERS: Added file to re-build after new gaim
+
+2003-09-18 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 2.31
+
+2004-08-26 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 2.30
+
+2004-08-16 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 2.29
+
+2004-07-18 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 2.28
+ BUILD_API=2
+ Only need one LICENSE entry
+ Fixed spacing
+ * BUILD: Converted to BUILD_API 2
+ * PREPARE: Use config_query
+ * BUILD: Converted to BUILD_API 2
+ Use response from config_query
+ * DEPENDS: Formatted to Guru Handbook
+ Use response from config_query
+
+2004-06-27 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 2.27
+ * ALL: Split out from gaim spell
+
diff --git a/chat-im/gaim-encryption-1.x/PREPARE
b/chat-im/gaim-encryption-1.x/PREPARE
new file mode 100755
index 0000000..e9df43a
--- /dev/null
+++ b/chat-im/gaim-encryption-1.x/PREPARE
@@ -0,0 +1 @@
+config_query CVS "Would you like to build the latest cvs version?" n
diff --git a/chat-im/gaim-encryption-1.x/PRE_BUILD
b/chat-im/gaim-encryption-1.x/PRE_BUILD
new file mode 100755
index 0000000..cc1f6d0
--- /dev/null
+++ b/chat-im/gaim-encryption-1.x/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+if [ "$CVS" == "y" ]
+then
+ NOCONFIGURE=Y ./autogen.sh
+fi
diff --git a/chat-im/gaim-encryption-1.x/gaim-encryption-2.39.tar.gz.sig
b/chat-im/gaim-encryption-1.x/gaim-encryption-2.39.tar.gz.sig
new file mode 100644
index 0000000..2f02067
Binary files /dev/null and
b/chat-im/gaim-encryption-1.x/gaim-encryption-2.39.tar.gz.sig differ
diff --git a/chat-im/gaim1.5/BUILD b/chat-im/gaim1.5/BUILD
new file mode 100755
index 0000000..b142722
--- /dev/null
+++ b/chat-im/gaim1.5/BUILD
@@ -0,0 +1,6 @@
+### had to cook up some pkg-config files for nss and nspr
+CFLAGS="$CFLAGS -I/usr/X11R6/include"
+export PKG_CONFIG_PATH='/usr/include/nss:/usr/include/nspr' &&
+make_single &&
+default_build &&
+cd $SOURCE_DIRECTORY
diff --git a/chat-im/gaim1.5/CONFLICTS b/chat-im/gaim1.5/CONFLICTS
new file mode 100755
index 0000000..2cc8db3
--- /dev/null
+++ b/chat-im/gaim1.5/CONFLICTS
@@ -0,0 +1 @@
+conflicts gaim
diff --git a/chat-im/gaim1.5/DEPENDS b/chat-im/gaim1.5/DEPENDS
new file mode 100755
index 0000000..8836781
--- /dev/null
+++ b/chat-im/gaim1.5/DEPENDS
@@ -0,0 +1,51 @@
+depends gtk+2 &&
+
+optional_depends evolution2 \
+ "--enable-gevolution" \
+ "--disable-gevolution" \
+ "for gevolution plugin" &&
+
+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"
diff --git a/chat-im/gaim1.5/DETAILS b/chat-im/gaim1.5/DETAILS
new file mode 100755
index 0000000..1f1af9e
--- /dev/null
+++ b/chat-im/gaim1.5/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gaim1.5
+ VERSION=1.5.0
+ SOURCE=gaim-$VERSION.tar.bz2
+ SOURCE2=${SOURCE}.asc
+ SOURCE_URL[0]=$SOURCEFORGE_URL/gaim/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL}.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="gaim.gpg:${SOURCE}.asc"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gaim-$VERSION
+ WEB_SITE=http://gaim.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20011024
+ SHORT="Instant messanger client for several protocols"
+cat << EOF
+gaim 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/gaim1.5/HISTORY b/chat-im/gaim1.5/HISTORY
new file mode 100644
index 0000000..f605480
--- /dev/null
+++ b/chat-im/gaim1.5/HISTORY
@@ -0,0 +1,2 @@
+2006-11-11 George Sherwood <george AT beernabeer.com>
+ * ALL: Created spell from gaim spell
diff --git a/chat-im/gaim1.5/INSTALL b/chat-im/gaim1.5/INSTALL
new file mode 100755
index 0000000..d7fc32f
--- /dev/null
+++ b/chat-im/gaim1.5/INSTALL
@@ -0,0 +1,3 @@
+make_normal &&
+default_install &&
+cp plugins/*.pl ${INSTALL_ROOT}/usr/lib/gaim
diff --git a/chat-im/gaim1.5/PROVIDES b/chat-im/gaim1.5/PROVIDES
new file mode 100755
index 0000000..e2d2be2
--- /dev/null
+++ b/chat-im/gaim1.5/PROVIDES
@@ -0,0 +1 @@
+GAIMIM
diff --git a/chat-im/gaim1.5/gaim.gpg b/chat-im/gaim1.5/gaim.gpg
new file mode 100644
index 0000000..8947dc1
Binary files /dev/null and b/chat-im/gaim1.5/gaim.gpg differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (40097b54a649490942484e884f5571fcf0b5460d), George Sherwood, 11/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page