From f8ea61c274283a3a9d5f31d58d0733a83932f172 Mon Sep 17 00:00:00 2001 From: ruskie Date: Fri, 5 Jan 2007 14:32:46 +0100 Subject: [PATCH] arcane-utils/rolo: inital commit --- arcane-utils/rolo/DEPENDS | 1 + arcane-utils/rolo/DETAILS | 18 ++++++++++++++++++ arcane-utils/rolo/HISTORY | 2 ++ 3 files changed, 21 insertions(+) create mode 100755 arcane-utils/rolo/DEPENDS create mode 100755 arcane-utils/rolo/DETAILS create mode 100644 arcane-utils/rolo/HISTORY diff --git a/arcane-utils/rolo/DEPENDS b/arcane-utils/rolo/DEPENDS new file mode 100755 index 0000000..7b2ad01 --- /dev/null +++ b/arcane-utils/rolo/DEPENDS @@ -0,0 +1 @@ +depends libvc diff --git a/arcane-utils/rolo/DETAILS b/arcane-utils/rolo/DETAILS new file mode 100755 index 0000000..4f7b9da --- /dev/null +++ b/arcane-utils/rolo/DETAILS @@ -0,0 +1,18 @@ + SPELL=rolo + VERSION=011 + SOURCE=rolo-011.tar.bz2 + SOURCE_URL[1]=http://osdn.dl.sourceforge.net/sourceforge/rolo/rolo-011.tar.bz2 + MD5[0]=b1627ea4745640561c9469a9de5d16f9 +SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION} + WEB_SITE=http://rolo.sf.net/ + ENTERED=20050925 + UPDATED=20050925 + LICENSE[0]=GPL + BUILD_API=2 + SHORT="Contact management software." +cat << EOF +Rolo keeps track of contacts and displays with a text-based menu. It strives +to be a well-constructed tool for complementing text-based email programs. It +utilizes the vCard version 3.0 format for storing its contacts and interfaces +with the end-user through an NCurses front-end. +EOF diff --git a/arcane-utils/rolo/HISTORY b/arcane-utils/rolo/HISTORY new file mode 100644 index 0000000..d01b813 --- /dev/null +++ b/arcane-utils/rolo/HISTORY @@ -0,0 +1,2 @@ +2005-09-25 Andrew "ruskie" Levstik + * DETAILS, DEPENDS, HISTORY: created spell -- 2.11.4.GIT