Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (14289f0135aa004e795ef63c3d3ac7dc6658cdc2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (14289f0135aa004e795ef63c3d3ac7dc6658cdc2)
  • Date: Mon, 15 Oct 2007 07:09:44 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

chat-im/pidgin-encryption/DETAILS | 7 ++++---
chat-im/pidgin-encryption/HISTORY | 3 +++
chat-im/pidgin-encryption/PREPARE | 2 +-
chat-im/purple-plugin-pack/DEPENDS | 1 +
chat-im/purple-plugin-pack/DETAILS | 16 ++++++++++++++++
chat-im/purple-plugin-pack/HISTORY | 2 ++
6 files changed, 27 insertions(+), 4 deletions(-)

New commits:
commit dc2b5b95e7fbf8a298b973a5a973567aef22cc0b
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

updating pidgin-encryption urls, and adding purple-plugin-pack

diff --git a/chat-im/pidgin-encryption/DETAILS
b/chat-im/pidgin-encryption/DETAILS
index 0500f8e..16d4d3f 100755
--- a/chat-im/pidgin-encryption/DETAILS
+++ b/chat-im/pidgin-encryption/DETAILS
@@ -2,20 +2,21 @@
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
+
SOURCE_URL[0]=svn://:pserver:anonymous AT pidgin-encrypt.cvs.sourceforge.net:/svnroot/pidgin-encrypt/trunk: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_URL[0]=$SOURCEFORGE_URL/pidgin-encrypt/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://gaim-encryption.sourceforge.net/
+ WEB_SITE=http://pidgin-encrypt.sourceforge.net/
LICENSE[0]=GPL
CCACHE=off
ENTERED=20040627
+ PATCHLEVEL=1
KEYWORDS="im chat pidgin encryption"
SHORT="uses NSS to provide RSA encryption as a Gaim plugin."
cat << EOF
diff --git a/chat-im/pidgin-encryption/HISTORY
b/chat-im/pidgin-encryption/HISTORY
index d3cbe2c..a82dfe6 100644
--- a/chat-im/pidgin-encryption/HISTORY
+++ b/chat-im/pidgin-encryption/HISTORY
@@ -1,3 +1,6 @@
+2007-10-15 Lalo Martins <lalo AT sourcemage.org>
+ * DETAILS, CONFIGURE: updating urls, and cvs->svn
+
2007-05-07 George Sherwood <george AT beernabeer.com>
* ALL: Created new spell from gaim-encryption due to name change

diff --git a/chat-im/pidgin-encryption/PREPARE
b/chat-im/pidgin-encryption/PREPARE
index 5cde567..0b58727 100755
--- a/chat-im/pidgin-encryption/PREPARE
+++ b/chat-im/pidgin-encryption/PREPARE
@@ -1 +1 @@
-config_query PE_CVS "Would you like to build the latest cvs version?" n
+config_query PE_CVS "Would you like to build the latest subversion
version?" n
diff --git a/chat-im/purple-plugin-pack/DEPENDS
b/chat-im/purple-plugin-pack/DEPENDS
new file mode 100755
index 0000000..2ef895c
--- /dev/null
+++ b/chat-im/purple-plugin-pack/DEPENDS
@@ -0,0 +1 @@
+depends pidgin
diff --git a/chat-im/purple-plugin-pack/DETAILS
b/chat-im/purple-plugin-pack/DETAILS
new file mode 100755
index 0000000..c36ee45
--- /dev/null
+++ b/chat-im/purple-plugin-pack/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=purple-plugin-pack
+ VERSION=2.1.1
+ SOURCE="purple-plugin_pack-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=http://downloads.guifications.org/plugins/Plugin%20Pack/${SOURCE}
+
SOURCE_HASH=sha512:1d004826ca3f7d127ab3aafee02e3662ca21b197f4d74084433da9017557a19fd38502fa1165943e242e02088d23090bba931f2b037c27de2cae76dabdd14688
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/purple-plugin_pack-${VERSION}"
+ WEB_SITE="http://plugins.guifications.org/trac/wiki/PluginPack";
+ LICENSE[0]=GPL
+ ENTERED=20071015
+ SHORT="Many plugins providing extra functionality for Pidgin and
libprpl"
+cat << EOF
+The Purple Plugin Pack was originally created by Gary Kramlich and Stu
+Tomlinson as a way to distribute their ever growing lists of simple Pidgin
+plugins. It has since grown from its origins of about 6 plugins to over
+30. Also, many more developers have continued to add to it.
+EOF
diff --git a/chat-im/purple-plugin-pack/HISTORY
b/chat-im/purple-plugin-pack/HISTORY
new file mode 100644
index 0000000..fcf1f8b
--- /dev/null
+++ b/chat-im/purple-plugin-pack/HISTORY
@@ -0,0 +1,2 @@
+2007-10-15 Lalo Martins <lalo AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell




Archive powered by MHonArc 2.6.24.

Top of Page