Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (70430d05fe55cb053efa54f159a672f4d0b6c039)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (70430d05fe55cb053efa54f159a672f4d0b6c039)
  • Date: Fri, 24 Apr 2009 04:02:49 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
utils/calcurse/DEPENDS | 2 ++
utils/calcurse/DETAILS | 17 +++++++++++++++++
utils/calcurse/HISTORY | 3 +++
4 files changed, 25 insertions(+)

New commits:
commit 70430d05fe55cb053efa54f159a672f4d0b6c039
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/calcurse: new spell, a console calendar app

diff --git a/ChangeLog b/ChangeLog
index 828a05e..8d08a8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-04-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/calcurse: new spell, a console calendar app
+
2009-04-24 Vlad Glagolev <stealth AT sourcemage.org>
* ftp/btpd: new spell, BitTorrent Protocol Daemon

diff --git a/utils/calcurse/DEPENDS b/utils/calcurse/DEPENDS
new file mode 100755
index 0000000..7242def
--- /dev/null
+++ b/utils/calcurse/DEPENDS
@@ -0,0 +1,2 @@
+depends ncurses &&
+depends gettext
diff --git a/utils/calcurse/DETAILS b/utils/calcurse/DETAILS
new file mode 100755
index 0000000..d86c1d9
--- /dev/null
+++ b/utils/calcurse/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=calcurse
+ VERSION=2.5
+ SOURCE="get.cgi?calcurse-${VERSION}.tar.gz"
+ SOURCE_URL[0]="http://culot.org/cgi-bin/${SOURCE}";
+
SOURCE_HASH=sha512:ea046a9a55699c2eae5ac892ffe24c2689972916fd06bf8a6fe3feeade228f6de2086b52e07ee2c572a2013347514ab4c0f9e81766a1de2a0e246a6bebdc4ad1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://culot.org/calcurse";
+ LICENSE[0]=GPL
+ ENTERED=20090424
+ SHORT="a text-based calendar and scheduling application"
+cat << EOF
+calcurse is a text-based calendar and scheduling application. It helps keep
+track of events, appointments and everyday tasks. A configurable notification
+system reminds user of upcoming deadlines, and the curses based interface
+can be customized to suit user needs. All of the commands are documented
+within an online help system.
+EOF
diff --git a/utils/calcurse/HISTORY b/utils/calcurse/HISTORY
new file mode 100644
index 0000000..b3e7f0b
--- /dev/null
+++ b/utils/calcurse/HISTORY
@@ -0,0 +1,3 @@
+2009-04-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (70430d05fe55cb053efa54f159a672f4d0b6c039), Florian Franzmann, 04/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page