[Lunar-commits] <moonbase> xmbase_grok: move it to zdeprecated.
Florin Braescu
florin at lunar-linux.org
Sun Oct 16 14:56:00 CEST 2011
commit 41b5bd58efc99cd33ac0545bf36cd3cf4c84fcfc
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Oct 16 14:56:00 2011 +0200
xmbase_grok: move it to zdeprecated.
---
x11-apps/xmbase_grok/BUILD | 13 -------------
x11-apps/xmbase_grok/DEPENDS | 1 -
x11-apps/xmbase_grok/DETAILS | 20 --------------------
zdeprecated/xmbase_grok/BUILD | 13 +++++++++++++
zdeprecated/xmbase_grok/DEPENDS | 1 +
zdeprecated/xmbase_grok/DETAILS | 20 ++++++++++++++++++++
6 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/x11-apps/xmbase_grok/BUILD b/x11-apps/xmbase_grok/BUILD
deleted file mode 100644
index b811953..0000000
--- a/x11-apps/xmbase_grok/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-
- sedit "s:^/:#include \<errno.h\> /:" src/config.h &&
- sedit "s:/usr/local:${MODULE_PREFIX}:g" src/Makefile &&
- make -C src linux &&
- prepare_install &&
- install -m 755 src/grok ${MODULE_PREFIX}/bin/ &&
- install -m 644 man/grok.1 ${MODULE_PREFIX}/share/man/man1/ &&
- cp -av misc ${MODULE_PREFIX}/share/$MODULE &&
- mkdir -p $DOCUMENT_DIRECTORY/$MODULE/demo &&
- cp -av demo $DOCUMENT_DIRECTORY/$MODULE/demo
-
-) > $C_FIFO 2>&1
diff --git a/x11-apps/xmbase_grok/DEPENDS b/x11-apps/xmbase_grok/DEPENDS
deleted file mode 100644
index cec3761..0000000
--- a/x11-apps/xmbase_grok/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends openMotif
diff --git a/x11-apps/xmbase_grok/DETAILS b/x11-apps/xmbase_grok/DETAILS
deleted file mode 100644
index 9407a51..0000000
--- a/x11-apps/xmbase_grok/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=xmbase_grok
- VERSION=1.5
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://grok.ftp.fu-berlin.de/
- SOURCE_VFY=sha1:c495deda1addd43d1987e866ae7f55abe72ee7c2
- WEB_SITE=http://www.bitrot.de/grok.html
- ENTERED=20040416
- UPDATED=20040416
- SHORT="A simple database maintenance tool"
-
-cat << EOF
-xmbase-grok is a program for displaying and editing strings arranged in a
-grid of rows and columns. Each row is presented as a card consisting of
-multiple columns, or fields, that allow data entry. The presentation of
-the data is programmable; a user interface builder that allows the user
-to arrange fields on a card graphically is part of xmbase-grok. xmbase-grok
-also supports a simple language that allows sophisticated queries and data
-retrieval. xmbase-grok comes with the above examples and a few others as
-pre-built applications.
-EOF
diff --git a/zdeprecated/xmbase_grok/BUILD b/zdeprecated/xmbase_grok/BUILD
new file mode 100644
index 0000000..b811953
--- /dev/null
+++ b/zdeprecated/xmbase_grok/BUILD
@@ -0,0 +1,13 @@
+(
+
+ sedit "s:^/:#include \<errno.h\> /:" src/config.h &&
+ sedit "s:/usr/local:${MODULE_PREFIX}:g" src/Makefile &&
+ make -C src linux &&
+ prepare_install &&
+ install -m 755 src/grok ${MODULE_PREFIX}/bin/ &&
+ install -m 644 man/grok.1 ${MODULE_PREFIX}/share/man/man1/ &&
+ cp -av misc ${MODULE_PREFIX}/share/$MODULE &&
+ mkdir -p $DOCUMENT_DIRECTORY/$MODULE/demo &&
+ cp -av demo $DOCUMENT_DIRECTORY/$MODULE/demo
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/xmbase_grok/DEPENDS b/zdeprecated/xmbase_grok/DEPENDS
new file mode 100644
index 0000000..cec3761
--- /dev/null
+++ b/zdeprecated/xmbase_grok/DEPENDS
@@ -0,0 +1 @@
+depends openMotif
diff --git a/zdeprecated/xmbase_grok/DETAILS b/zdeprecated/xmbase_grok/DETAILS
new file mode 100644
index 0000000..9407a51
--- /dev/null
+++ b/zdeprecated/xmbase_grok/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=xmbase_grok
+ VERSION=1.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://grok.ftp.fu-berlin.de/
+ SOURCE_VFY=sha1:c495deda1addd43d1987e866ae7f55abe72ee7c2
+ WEB_SITE=http://www.bitrot.de/grok.html
+ ENTERED=20040416
+ UPDATED=20040416
+ SHORT="A simple database maintenance tool"
+
+cat << EOF
+xmbase-grok is a program for displaying and editing strings arranged in a
+grid of rows and columns. Each row is presented as a card consisting of
+multiple columns, or fields, that allow data entry. The presentation of
+the data is programmable; a user interface builder that allows the user
+to arrange fields on a card graphically is part of xmbase-grok. xmbase-grok
+also supports a simple language that allows sophisticated queries and data
+retrieval. xmbase-grok comes with the above examples and a few others as
+pre-built applications.
+EOF
More information about the Lunar-commits
mailing list