[Lunar-commits] <moonbase> TECkit: Moving to doc-tools.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Feb 4 14:02:01 CET 2012
commit 928fc3d3bbb05d237ad3f341e114096fbe70501d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Feb 4 08:02:01 2012 -0500
TECkit: Moving to doc-tools.
---
doc-tools/TECkit/BUILD | 10 ++++++++++
doc-tools/TECkit/DEPENDS | 2 ++
doc-tools/TECkit/DETAILS | 20 ++++++++++++++++++++
zbeta/TECkit/BUILD | 10 ----------
zbeta/TECkit/DEPENDS | 2 --
zbeta/TECkit/DETAILS | 21 ---------------------
6 files changed, 32 insertions(+), 33 deletions(-)
diff --git a/doc-tools/TECkit/BUILD b/doc-tools/TECkit/BUILD
new file mode 100644
index 0000000..568d180
--- /dev/null
+++ b/doc-tools/TECkit/BUILD
@@ -0,0 +1,10 @@
+(
+
+ chmod 755 configure &&
+ sedit "s/#include <cstring>/#include <cstring>\n#include <stdio.h>/" source/Compiler.cpp &&
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/TECkit/DEPENDS b/doc-tools/TECkit/DEPENDS
new file mode 100644
index 0000000..85acde8
--- /dev/null
+++ b/doc-tools/TECkit/DEPENDS
@@ -0,0 +1,2 @@
+depends zlib
+depends expat
diff --git a/doc-tools/TECkit/DETAILS b/doc-tools/TECkit/DETAILS
new file mode 100644
index 0000000..f928002
--- /dev/null
+++ b/doc-tools/TECkit/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=TECkit
+ VERSION=2\_5\_1
+ SOURCE=${MODULE}_${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION}
+ SOURCE_URL=http://scripts.sil.org/svn-view/teckit/TAGS/
+ SOURCE_VFY=sha1:4c43541d11e82c88a56b69d9d077aa3b60e6bb5c
+ WEB_SITE=http://scripts.sil.org/cms/scripts/page.php?&cat_id=TECkit
+ ENTERED=20110225
+ UPDATED=20110225
+ SHORT="Text Encoding Conversion toolkit"
+
+cat << EOF
+TECkit is a low-level toolkit intended to be used by other applications
+that need to perform encoding conversions (e.g. when importing legacy
+data into a Unicode-based application). The primary component of the
+TECkit package is therefore a library that performs conversions -- this
+is the TECkit engine. The engine relies on mapping tables in a specific
+binary format. There is a compiler that creates such tables from a
+human-readable mapping description (a simple text file).
+EOF
diff --git a/zbeta/TECkit/BUILD b/zbeta/TECkit/BUILD
deleted file mode 100644
index 568d180..0000000
--- a/zbeta/TECkit/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- chmod 755 configure &&
- sedit "s/#include <cstring>/#include <cstring>\n#include <stdio.h>/" source/Compiler.cpp &&
-
- OPTS+=" --disable-static" &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/TECkit/DEPENDS b/zbeta/TECkit/DEPENDS
deleted file mode 100644
index 85acde8..0000000
--- a/zbeta/TECkit/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends zlib
-depends expat
diff --git a/zbeta/TECkit/DETAILS b/zbeta/TECkit/DETAILS
deleted file mode 100644
index b14a182..0000000
--- a/zbeta/TECkit/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=TECkit
- VERSION=2.5.1
- VER=2_5_1
- SOURCE=${MODULE}_${VER}.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VER}
- SOURCE_URL=http://scripts.sil.org/svn-view/teckit/TAGS
- SOURCE_VFY=sha1:4c43541d11e82c88a56b69d9d077aa3b60e6bb5c
- WEB_SITE=http://scripts.sil.org/cms/scripts/page.php?&cat_id=TECkit
- ENTERED=20110225
- UPDATED=20110225
- SHORT="a Text Encoding Conversion toolkit"
-
-cat << EOF
-TECkit is a low-level toolkit intended to be used by other applications
-that need to perform encoding conversions (e.g. when importing legacy
-data into a Unicode-based application). The primary component of the
-TECkit package is therefore a library that performs conversions -- this
-is the TECkit engine. The engine relies on mapping tables in a specific
-binary format. There is a compiler that creates such tables from a
-human-readable mapping description (a simple text file).
-EOF
More information about the Lunar-commits
mailing list