Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (26e106cd063e1c51b33c52a025fe0c9910b5a45d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ivan Lezhnjov Jr <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (26e106cd063e1c51b33c52a025fe0c9910b5a45d)
  • Date: Thu, 10 Apr 2008 12:24:06 -0500

GIT changes to master grimoire by Ivan Lezhnjov Jr
<ivan.lezhnjov.jr AT sourcemage.org>:

ChangeLog | 1 +
utils/mdsplib/BUILD | 4 ++++
utils/mdsplib/DEPENDS | 1 +
utils/mdsplib/DETAILS | 21 +++++++++++++++++++++
utils/mdsplib/HISTORY | 2 ++
utils/mdsplib/INSTALL | 3 +++
6 files changed, 32 insertions(+)

New commits:
commit 26e106cd063e1c51b33c52a025fe0c9910b5a45d
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

mdsplib: new spell, a repackaging and modification of the original METAR
Decoder Software Package

diff --git a/ChangeLog b/ChangeLog
index f940e50..23cf252 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* xvkbd: new spell, a virtual (graphical) keyboard program for X
Window System
* uniconvertor: new spell, a universal vector graphics translator
* kmatrix3d: new spell, The Matrix themed 3D screensaver for KDE
+ * mdsplib: new spell, a repackaging and modification of the original
METAR Decoder Software Package

2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* gnu.gpg: imported F4850180 (Eric Blake <ebb9 AT byu.net>)
diff --git a/utils/mdsplib/BUILD b/utils/mdsplib/BUILD
new file mode 100755
index 0000000..cfb76d5
--- /dev/null
+++ b/utils/mdsplib/BUILD
@@ -0,0 +1,4 @@
+(
+ sedit "s:/usr/local:/usr:" Makefile &&
+ make
+)
diff --git a/utils/mdsplib/DEPENDS b/utils/mdsplib/DEPENDS
new file mode 100755
index 0000000..55c5bfe
--- /dev/null
+++ b/utils/mdsplib/DEPENDS
@@ -0,0 +1 @@
+depends make
diff --git a/utils/mdsplib/DETAILS b/utils/mdsplib/DETAILS
new file mode 100755
index 0000000..cd734fd
--- /dev/null
+++ b/utils/mdsplib/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=mdsplib
+ VERSION=0.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://limulus.net/mdsplib/$SOURCE
+ WEB_SITE=http://limulus.net/mdsplib/
+ ENTERED=20080324
+
SOURCE_HASH=sha512:5baf7c23884ab21d2111a05c97a988ff82b003f0b3243ce5fabe5a9757c149a007e7ec6e0baf80de4fa75630c640b2411598a0b06848c7b96fd6ef070e76a687
+ LICENSE[0]=GPL
+ SHORT="METAR Decoder Software Package Library"
+cat << EOF
+The National Weather Service has provided it's METAR
+Decoder Software Package to the public. The MDSP Library
+is a repackaging and modification of the original MDSP to
+compile and run on BSD and Linux (and pretty much any other OS).
+
+The MDSP Library provides a programmer with two functions,
+the major one being DcdMETAR, which decodes a METAR into structures
+provided by the library. Also prtDMETR, which prints out a decoded
+METAR structure.
+EOF
diff --git a/utils/mdsplib/HISTORY b/utils/mdsplib/HISTORY
new file mode 100644
index 0000000..a4fa57a
--- /dev/null
+++ b/utils/mdsplib/HISTORY
@@ -0,0 +1,2 @@
+2008-03-24 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL, HISTORY: created this spell.
diff --git a/utils/mdsplib/INSTALL b/utils/mdsplib/INSTALL
new file mode 100755
index 0000000..ebaa23e
--- /dev/null
+++ b/utils/mdsplib/INSTALL
@@ -0,0 +1,3 @@
+(
+ make install
+)




Archive powered by MHonArc 2.6.24.

Top of Page