Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c4a0920fa96ccc5a3a67969f6db53b31edbc21a9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c4a0920fa96ccc5a3a67969f6db53b31edbc21a9)
  • Date: Thu, 26 Jul 2007 12:57:52 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 +
mail/vacation/BUILD | 1
mail/vacation/DEPENDS | 1
mail/vacation/DETAILS | 16 ++++++++++
mail/vacation/HISTORY | 3 +
mail/vacation/PRE_BUILD | 3 +
mail/vacation/vacation-1.2.7.0-beta4.diff | 46
++++++++++++++++++++++++++++++
7 files changed, 73 insertions(+)

New commits:
commit c4a0920fa96ccc5a3a67969f6db53b31edbc21a9
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

vacation: new spell, email autoresponder (think out-of-office reply)

diff --git a/ChangeLog b/ChangeLog
index 7a418e9..7f6a446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-07-26 Arjan Bouter <abouter AT sourcemage.org>
+ * mail/vacation: new spell, email autoresponder
+
2007-07-26 Pol Vinogradov <vin.public AT gmail.com>
* kde-apps/kxneur: new spell, KDE frontend to X Neur Switcher

diff --git a/mail/vacation/BUILD b/mail/vacation/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/mail/vacation/BUILD
@@ -0,0 +1 @@
+make
diff --git a/mail/vacation/DEPENDS b/mail/vacation/DEPENDS
new file mode 100755
index 0000000..d0ce64e
--- /dev/null
+++ b/mail/vacation/DEPENDS
@@ -0,0 +1 @@
+depends gdbm
diff --git a/mail/vacation/DETAILS b/mail/vacation/DETAILS
new file mode 100755
index 0000000..007857c
--- /dev/null
+++ b/mail/vacation/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=vacation
+ VERSION=1.2.7.0-beta4
+
SOURCE_HASH[0]=sha512:b30b8c4378f38e9649972fba58379c359e633f78daf4d4ff441904ad44ce620001651082a1135381aba7c0a663156da862d435a00f51d840de42d4c1d54ae8f9
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://www.csamuel.org/software/vacation/
+ ENTERED=20070726
+ LICENSE[0]=GPL
+ KEYWORDS="vacation out-of-office mail"
+ SHORT="vacation is an email auto-responder"
+cat << EOF
+This is the port of the 386bsd vacation program to Linux.
+Vacation is the automatic mail answering program found on many Unix systems.
+For example one could use it to send out-of-office replies.
+EOF
diff --git a/mail/vacation/HISTORY b/mail/vacation/HISTORY
new file mode 100644
index 0000000..452e86a
--- /dev/null
+++ b/mail/vacation/HISTORY
@@ -0,0 +1,3 @@
+2007-07-26 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY, PRE_BUILD
+ BUILD, vacation-1.2.7.0-beta4.patch: addded spell
diff --git a/mail/vacation/PRE_BUILD b/mail/vacation/PRE_BUILD
new file mode 100755
index 0000000..1a07f81
--- /dev/null
+++ b/mail/vacation/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SCRIPT_DIRECTORY}/vacation-1.2.7.0-beta4.diff
diff --git a/mail/vacation/vacation-1.2.7.0-beta4.diff
b/mail/vacation/vacation-1.2.7.0-beta4.diff
new file mode 100644
index 0000000..192ca92
--- /dev/null
+++ b/mail/vacation/vacation-1.2.7.0-beta4.diff
@@ -0,0 +1,46 @@
+diff -Naur vacation-1.2.7.0-beta4/Makefile vacation-fixed/Makefile
+--- vacation-1.2.7.0-beta4/Makefile 2007-04-16 13:01:29.000000000 +0200
++++ vacation-fixed/Makefile 2007-07-25 15:06:37.000000000 +0200
+@@ -10,6 +10,7 @@
+ #
+ # Default CFLAGS for all builds, architecture flags get appended below.
+ CFLAGS = $(RPM_OPT_FLAGS) -Wall -DMAIN
++
+ ifeq "$(ARCH)" "x86_64"
+ # Uncomment below for backwards compatibility of gdbm files.
+ # CFLAGS = $(CFLAGS) -m32
+@@ -33,9 +34,9 @@
+
+ ifeq "$(OS)" "FreeBSD"
+ # PREFIX for FreeBSD
+-PREFIX = /usr/local
+-IFLAGS = -I/usr/local/include
+-LIBS = -L/usr/local/lib -lgdbm
++PREFIX = /usr
++IFLAGS = -I/usr/include
++LIBS = -L/usr/lib -lgdbm
+ else
+ # PREFIX for Linux
+ PREFIX = /usr
+@@ -45,7 +46,7 @@
+ BINDIR = $(PREFIX)/bin
+ VACATION = $(BINDIR)/vacation
+ VACLOOK = $(BINDIR)/vaclook
+-MANDIR = $(PREFIX)/man/man
++MANDIR = $(PREFIX)/share/man/man
+ MANEXT1 = 1
+
+ VERSION = 1
+diff -Naur vacation-1.2.7.0-beta4/vacation.c vacation-fixed/vacation.c
+--- vacation-1.2.7.0-beta4/vacation.c 2007-01-21 03:16:22.000000000 +0100
++++ vacation-fixed/vacation.c 2007-07-25 14:22:08.000000000 +0200
+@@ -140,9 +140,6 @@
+ case 'i': /* init the database */
+ iflag = 1;
+ break;
+- case 'i': /* init the database */
+- iflag = 1;
+- break;
+ case 't':
+ if (isdigit(*optarg)) {
+ interval = atol(optarg) * SECSPERDAY; /* unit is `days' */



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c4a0920fa96ccc5a3a67969f6db53b31edbc21a9), Arjan Bouter, 07/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page