[Lunar-commits] <moonbase-other> wyrd: readded to -other / version bumped / fixed configure
v4hn
me at v4hn.de
Sat Oct 13 02:52:56 CEST 2012
commit e2f29dd6f7b53ab8b20c6077653b088cc9580939
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Oct 2012 17:52:56 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e2f29dd6f7b53ab8b20c6077653b088cc9580939
wyrd: readded to -other / version bumped / fixed configure
---
utils/wyrd/BUILD | +7/-0
utils/wyrd/DEPENDS | +3/-0
utils/wyrd/DETAILS | +19/-0
3 files changed, 29 insertions(+)
--- /dev/null
+++ b/utils/wyrd/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:-lt 8:-lt 8 -a \$OCAMLMAJORVERSION -eq 3:" configure &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/utils/wyrd/DEPENDS
@@ -0,0 +1,3 @@
+depends ncurses
+depends ocaml
+depends remind
--- /dev/null
+++ b/utils/wyrd/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=wyrd
+ VERSION=1.4.5
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://pessimization.com/software/wyrd/
+ SOURCE_VFY=sha1:97b6c03ca532e5c209c112f5fb050cafbcecce6d
+ WEB_SITE="http://pessimization.com/software/wyrd/"
+ ENTERED=20090223
+ UPDATED=20121013
+ SHORT="ncurses frontend for remind"
+
+PSAFE=no
+cat <<EOF
+Wyrd is a text-based front-end to Remind, a sophisticated calendar
+and alarm program. Remind's power lies in its programmability, and
+Wyrd does not hide this capability behind flashy GUI dialogs. Rather,
+Wyrd is designed to make you more efficient at editing your reminder
+files directly. It also offers a scrollable timetable suitable for
+visualizing your schedule at a glance.
+EOF
More information about the Lunar-commits
mailing list