Skip to Content.
Sympa Menu

sm-grimoire - [SM-Grimoire]New spell: syncmail [devel]

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Sergey A Lipnevich <sergeyli AT pisem.net>
  • To: "Julian v. Bock" <julian AT openit.de>
  • Cc: sm-grimoire AT lists.ibiblio.org
  • Subject: [SM-Grimoire]New spell: syncmail [devel]
  • Date: Thu, 26 Sep 2002 19:56:06 -0400

Hi Julian!

This diff adds a new spell, syncmail. Thanks!

Index: BUILD
===================================================================
RCS file: BUILD
diff -N BUILD
--- /dev/null Sun Nov 11 06:49:59 2001
+++ BUILD Thu Sep 26 17:08:08 2002
@@ -0,0 +1,7 @@
+(
+
+ prepare_install &&
+ cp -f syncmail /usr/bin/ &&
+ chmod a+x /usr/bin/syncmail
+
+) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: DEPENDS
diff -N DEPENDS
--- /dev/null Sun Nov 11 06:49:59 2001
+++ DEPENDS Thu Sep 26 17:08:08 2002
@@ -0,0 +1,2 @@
+depends Python &&
+depends cvs
Index: DETAILS
===================================================================
RCS file: DETAILS
diff -N DETAILS
--- /dev/null Sun Nov 11 06:49:59 2001
+++ DETAILS Thu Sep 26 17:08:08 2002
@@ -0,0 +1,16 @@
+ SPELL=syncmail
+ VERSION=1.0
+ SOURCE=$SPELL-$VERSION.tgz
+ MD5[0]=758b84cde994ebc98d15544771fdf7bf
+ LICENSE[0]=
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/cvs-syncmail/$SOURCE
+ WEB_SITE=http://sourceforge.net/projects/cvs-syncmail
+ ENTERED=20020926
+ UPDATED=20020926
+ SHORT="syncmail sends CVS commit notifications by e-mail"
+cat << EOF
+syncmail is a CVS notification tool which provides a unified or
+context diff for every change to a cvs repository, mailed to a
+specified email address.
+EOF
Index: HISTORY
===================================================================
RCS file: HISTORY
diff -N HISTORY
--- /dev/null Sun Nov 11 06:49:59 2001
+++ HISTORY Thu Sep 26 17:08:08 2002
@@ -0,0 +1,3 @@
+2002-09-26 Sergey Lipnevich <sergeyli AT pisem.net>
+
+ Spell created.




  • [SM-Grimoire]New spell: syncmail [devel], Sergey A Lipnevich, 09/26/2002

Archive powered by MHonArc 2.6.24.

Top of Page