Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c0c284e80fe3d13d55f5092759e0f1a87205826c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c0c284e80fe3d13d55f5092759e0f1a87205826c)
  • Date: Sun, 31 Aug 2014 11:40:47 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
devel/mawk/BUILD | 2 ++
devel/mawk/DETAILS | 15 +++++++++++++++
devel/mawk/HISTORY | 2 ++
4 files changed, 22 insertions(+)

New commits:
commit c0c284e80fe3d13d55f5092759e0f1a87205826c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mawk: new spell, Interpreter for the AWK Programming Language

diff --git a/ChangeLog b/ChangeLog
index baef2da..a55c5ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-08-31 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/mawk: new spell, Interpreter for the AWK Programming Language
+
2014-08-24 Thomas Orgis <sobukus AT souremage.org>
* audio-libs/aubio03: old copy of aubio for ardour2

diff --git a/devel/mawk/BUILD b/devel/mawk/BUILD
new file mode 100755
index 0000000..900140b
--- /dev/null
+++ b/devel/mawk/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --bindir=$INSTALL_ROOT/bin" &&
+default_build
diff --git a/devel/mawk/DETAILS b/devel/mawk/DETAILS
new file mode 100755
index 0000000..26769fd
--- /dev/null
+++ b/devel/mawk/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=mawk
+ VERSION=1.3.4-20131226
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=ftp://invisible-island.net/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:1e9bce2c738289283b0ed56ed4706eeb42da8951fd2c8d13d8858af15c41bd2bd18d73f0a1de997086089fbfb557f5ff3b033a27acbd11751106fe9f37ed7c5d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://invisible-island.net/mawk/mawk.html";
+ LICENSE[0]="GPLv2"
+ ENTERED=20140831
+ KEYWORDS=""
+ SHORT="Interpreter for the AWK Programming Language"
+cat << EOF
+The AWK language is useful for manipulation of data files, text retrieval and
+processing, and for prototyping and experimenting with algorithms.
+EOF
diff --git a/devel/mawk/HISTORY b/devel/mawk/HISTORY
new file mode 100644
index 0000000..a89f216
--- /dev/null
+++ b/devel/mawk/HISTORY
@@ -0,0 +1,2 @@
+2014-08-31 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c0c284e80fe3d13d55f5092759e0f1a87205826c), Ismael Luceno, 08/31/2014

Archive powered by MHonArc 2.6.24.

Top of Page