Skip to Content.
Sympa Menu

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

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 (f71ee8a3548892178705791df938a547925f8641)
  • Date: Mon, 7 May 2007 09:31:12 -0500

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

ChangeLog | 3
chat-im/gaim-encryption/BUILD | 10 -
chat-im/gaim-encryption/DEPENDS | 7
chat-im/gaim-encryption/DETAILS | 13 -
chat-im/gaim-encryption/HISTORY | 3
chat-im/gaim-encryption/PRE_BUILD | 8 -
chat-im/gaim-encryption/TRIGGERS | 1
chat-im/pidgin-encryption/BUILD | 9 +
chat-im/pidgin-encryption/CONFLICTS | 2
chat-im/pidgin-encryption/DEPENDS | 6
chat-im/pidgin-encryption/DETAILS | 34 ++++
chat-im/pidgin-encryption/HISTORY | 98
+++++++++++++
chat-im/pidgin-encryption/PREPARE | 1
chat-im/pidgin-encryption/PRE_BUILD | 5
chat-im/pidgin-encryption/pidgin-encryption-3.0.tar.gz.sig |binary
15 files changed, 172 insertions(+), 28 deletions(-)

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

pidgin-encryption: Added new spell. Deprecated gaim-encryption in favor
of this spell due to name change.

diff --git a/ChangeLog b/ChangeLog
index 3b1705c..830c77a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-05-07 George Sherwood <george AT beernabeer.com>
+ * chat-im/gaim-encryption: deprecated in favor of pidgin-encryption
+
2007-05-07 Ladislav Hagara <hgr AT vabo.cz>
* net/xrdp: new spell, a remote desktop protocol (rdp) server

diff --git a/chat-im/gaim-encryption/BUILD b/chat-im/gaim-encryption/BUILD
index 9a7c668..27ba77d 100755
--- a/chat-im/gaim-encryption/BUILD
+++ b/chat-im/gaim-encryption/BUILD
@@ -1,9 +1 @@
-### 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
+true
diff --git a/chat-im/gaim-encryption/DEPENDS b/chat-im/gaim-encryption/DEPENDS
index a26c5b1..c83e63f 100755
--- a/chat-im/gaim-encryption/DEPENDS
+++ b/chat-im/gaim-encryption/DEPENDS
@@ -1,6 +1 @@
-depends gaim &&
-depends nss &&
-
-if [ "$CVS" == "y" ]
-then depends CVS
-fi
+depends pidgin-encryption
diff --git a/chat-im/gaim-encryption/DETAILS b/chat-im/gaim-encryption/DETAILS
index e69cfc1..4944f6a 100755
--- a/chat-im/gaim-encryption/DETAILS
+++ b/chat-im/gaim-encryption/DETAILS
@@ -1,21 +1,22 @@
SPELL=gaim-encryption
if [ "$CVS" == "y" ]; then
VERSION=cvs
- SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.sourceforge.net:/cvsroot/gaim-encryption:encrypt
+# SOURCE=$SPELL-$VERSION.tar.gz
+#
SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.sourceforge.net:/cvsroot/gaim-encryption:encrypt
FORCE_DOWNLOAD=1
- SOURCE_IGNORE=volatile
+# SOURCE_IGNORE=volatile
else
VERSION=3.0beta8
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+# SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://gaim-encryption.sourceforge.net/
LICENSE[0]=GPL
CCACHE=off
ENTERED=20040627
+ PATCHLEVEL=1
KEYWORDS="im chat gaim encryption"
SHORT="uses NSS to provide RSA encryption as a Gaim plugin."
cat << EOF
diff --git a/chat-im/gaim-encryption/HISTORY b/chat-im/gaim-encryption/HISTORY
index d571513..79a4b45 100644
--- a/chat-im/gaim-encryption/HISTORY
+++ b/chat-im/gaim-encryption/HISTORY
@@ -1,3 +1,6 @@
+2007-05-07 George Sherwood <george AT beernabeer.com>
+ * ALL: Deprecated in favor of pidgin-encryption due to name change
+
2007-02-03 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 3.0beta8.

diff --git a/chat-im/gaim-encryption/PRE_BUILD
b/chat-im/gaim-encryption/PRE_BUILD
index 16ffa4e..27ba77d 100755
--- a/chat-im/gaim-encryption/PRE_BUILD
+++ b/chat-im/gaim-encryption/PRE_BUILD
@@ -1,7 +1 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-
-if [ "$CVS" == "y" ]
-then
- NOCONFIGURE=Y ./autogen.sh
-fi
+true
diff --git a/chat-im/gaim-encryption/TRIGGERS
b/chat-im/gaim-encryption/TRIGGERS
new file mode 100755
index 0000000..2fa35fc
--- /dev/null
+++ b/chat-im/gaim-encryption/TRIGGERS
@@ -0,0 +1 @@
+on_cast gaim-encryption dispel_self
diff --git a/chat-im/pidgin-encryption/BUILD b/chat-im/pidgin-encryption/BUILD
new file mode 100755
index 0000000..9a7c668
--- /dev/null
+++ b/chat-im/pidgin-encryption/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/pidgin-encryption/CONFLICTS
b/chat-im/pidgin-encryption/CONFLICTS
new file mode 100755
index 0000000..5f63f63
--- /dev/null
+++ b/chat-im/pidgin-encryption/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts gaim-encryption-1.5
+conflicts gaim-encryption y
diff --git a/chat-im/pidgin-encryption/DEPENDS
b/chat-im/pidgin-encryption/DEPENDS
new file mode 100755
index 0000000..0aae5a9
--- /dev/null
+++ b/chat-im/pidgin-encryption/DEPENDS
@@ -0,0 +1,6 @@
+depends pidgin &&
+depends nss &&
+
+if [ "$PE_CVS" == "y" ]
+then depends CVS
+fi
diff --git a/chat-im/pidgin-encryption/DETAILS
b/chat-im/pidgin-encryption/DETAILS
new file mode 100755
index 0000000..0500f8e
--- /dev/null
+++ b/chat-im/pidgin-encryption/DETAILS
@@ -0,0 +1,34 @@
+ SPELL=pidgin-encryption
+if [ "$PE_CVS" == "y" ]; then
+ VERSION=cvs
+ SOURCE=$SPELL-$VERSION.tar.bz2
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT gaim-encryption.cvs.sourceforge.net:/cvsroot/gaim-encryption:encrypt
+ FORCE_DOWNLOAD=1
+ SOURCE_IGNORE=volatile
+else
+ VERSION=3.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/gaim-encryption/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://gaim-encryption.sourceforge.net/
+ LICENSE[0]=GPL
+ CCACHE=off
+ ENTERED=20040627
+ KEYWORDS="im chat pidgin encryption"
+ SHORT="uses NSS to provide RSA encryption as a Gaim plugin."
+cat << EOF
+Pidgin-Encryption uses NSS to provide transparent RSA encryption as a
+Pidgin 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/pidgin-encryption/HISTORY
b/chat-im/pidgin-encryption/HISTORY
new file mode 100644
index 0000000..d3cbe2c
--- /dev/null
+++ b/chat-im/pidgin-encryption/HISTORY
@@ -0,0 +1,98 @@
+2007-05-07 George Sherwood <george AT beernabeer.com>
+ * ALL: Created new spell from gaim-encryption due to name change
+
+2007-02-03 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 3.0beta8.
+
+2006-11-12 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 3.0beta7
+ * PRE_BUILD: Removed patch
+ * gaim-beta5.patch: Removed. Fixed upstream.
+
+2006-11-11 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 3.0beta6 for gaim 2.0
+ * CONFLICTS: Conflicts with gaim1.5
+ * PRE_BUILD: Added patch to build with gaim2.0.0beta5 vice beta4
+ * gaim-beta5.patch: Added file to build with gaim2.0.0beta5
+
+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 <sandalle AT sourcemage.org>
+ * 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 <sandalle AT sourcemage.org>
+ * 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 <sandalle AT sourcemage.org>
+ * 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/pidgin-encryption/PREPARE
b/chat-im/pidgin-encryption/PREPARE
new file mode 100755
index 0000000..5cde567
--- /dev/null
+++ b/chat-im/pidgin-encryption/PREPARE
@@ -0,0 +1 @@
+config_query PE_CVS "Would you like to build the latest cvs version?" n
diff --git a/chat-im/pidgin-encryption/PRE_BUILD
b/chat-im/pidgin-encryption/PRE_BUILD
new file mode 100755
index 0000000..0948adc
--- /dev/null
+++ b/chat-im/pidgin-encryption/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+if [ "$PE_CVS" == "y" ]; then
+ NOCONFIGURE=Y ./autogen.sh
+fi
diff --git a/chat-im/pidgin-encryption/pidgin-encryption-3.0.tar.gz.sig
b/chat-im/pidgin-encryption/pidgin-encryption-3.0.tar.gz.sig
new file mode 100644
index 0000000..544b2fc
Binary files /dev/null and
b/chat-im/pidgin-encryption/pidgin-encryption-3.0.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f71ee8a3548892178705791df938a547925f8641), George Sherwood, 05/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page