Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0b60486b823b9fa173574567f72d2b7e52087273)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0b60486b823b9fa173574567f72d2b7e52087273)
  • Date: Mon, 30 Aug 2010 11:51:16 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 1 +
devel/florist/DEPENDS | 1 +
devel/florist/DETAILS | 16 ++++++++++++++++
devel/florist/HISTORY | 3 +++
devel/florist/INSTALL | 7 +++++++
devel/florist/florist.gpr | 38 ++++++++++++++++++++++++++++++++++++++
libs/xmlada/DETAILS | 8 ++++----
libs/xmlada/HISTORY | 5 ++++-
8 files changed, 74 insertions(+), 5 deletions(-)

New commits:
commit 8b390dce98d55db3a8650444f6a877342296c78c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/xmlada: version 3.2.1

commit 4053b4765e292860c5655853c3afcb820d6b75d7
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/florist: new spell, POSIX bindings for Ada

diff --git a/ChangeLog b/ChangeLog
index 220a5ee..d02e256 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@

2010-08-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/asis: new spell, Ada Semantic Interface Specification
+ * devel/florist: new spell, POSIX bindings for Ada

2010-08-26 Arjan Bouter <abouter AT sourcemage.org>
* telephony/telepathy.gpg: added C88AC059 and 8A128D6D
diff --git a/devel/florist/DEPENDS b/devel/florist/DEPENDS
new file mode 100755
index 0000000..6c8473d
--- /dev/null
+++ b/devel/florist/DEPENDS
@@ -0,0 +1 @@
+depends ada
diff --git a/devel/florist/DETAILS b/devel/florist/DETAILS
new file mode 100755
index 0000000..89612c5
--- /dev/null
+++ b/devel/florist/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=florist
+ VERSION=2010
+ SOURCE="${SPELL}-gpl-${VERSION}-src.tgz"
+
SOURCE_URL[0]=http://www.hawo.stw.uni-erlangen.de/~siflfran/smgl/ada/${SOURCE}
+
SOURCE_HASH=sha512:a7666ed1365fcb84b4aab189c78fcbdb1e9300875b257a957ff29ecdc4cd1a8965b7eb2ab534fd594cd3db9675adeb64200048d0cbbe9284161e839905fd2cd0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-gpl-${VERSION}-src"
+ WEB_SITE="http://libre.adacore.com";
+ LICENSE[0]=GPL
+ ENTERED=20100830
+ SHORT="POSIX bindings for Ada"
+cat << EOF
+FLORIST is an implementation of the IEEE Standards 1003.5: 1992, IEEE STD
+1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as the POSIX
+Ada Bindings. Using this library, you can call operating system services
+from within Ada programs.
+EOF
diff --git a/devel/florist/HISTORY b/devel/florist/HISTORY
new file mode 100644
index 0000000..eb6bf6c
--- /dev/null
+++ b/devel/florist/HISTORY
@@ -0,0 +1,3 @@
+2010-08-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, florist.gpr, INSTALL: spell created
+
diff --git a/devel/florist/INSTALL b/devel/florist/INSTALL
new file mode 100755
index 0000000..08bb61f
--- /dev/null
+++ b/devel/florist/INSTALL
@@ -0,0 +1,7 @@
+mkdir -p ${INSTALL_ROOT}/usr/share/ada/adainclude/florist &&
+mkdir -p ${INSTALL_ROOT}/usr/lib/ada/adalib/florist &&
+install -m644 ${SOURCE_DIRECTORY}/floristlib/libflorist.a
${INSTALL_ROOT}/usr/lib &&
+install -m644 ${SOURCE_DIRECTORY}/floristlib/*.ad[bs]
${INSTALL_ROOT}/usr/share/ada/adainclude/florist &&
+install -m644 ${SOURCE_DIRECTORY}/*.c ${SOURCE_DIRECTORY}/*.h
${INSTALL_ROOT}/usr/share/ada/adainclude/florist &&
+install -m644 ${SOURCE_DIRECTORY}/floristlib/*.ali
${INSTALL_ROOT}/usr/lib/ada/adalib/florist &&
+install -m644 ${SOURCE_DIRECTORY}/florist.gpr ${INSTALL_ROOT}/usr/lib/gnat
diff --git a/devel/florist/florist.gpr b/devel/florist/florist.gpr
new file mode 100644
index 0000000..fa6cb98
--- /dev/null
+++ b/devel/florist/florist.gpr
@@ -0,0 +1,38 @@
+-- O mighty Emacs, please use -*- Ada -*- mode in this lowly file.
+--
+-- Florist project file for use with GNAT
+-- Copyright (c) 2004, 2009 Ludovic Brenta <ludovic AT ludovic-brenta.org>
+--
+-- This program is free software; you can redistribute it and/or modify
+-- it under the terms of the GNU General Public License as published by
+-- the Free Software Foundation; either version 2 of the License, or
+-- (at your option) any later version.
+--
+-- This program is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+-- GNU General Public License for more details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with this program; if not, write to the Free Software
+-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+-- MA 02110-1301 USA.
+
+-- This project file is designed to help build applications that use
Florist.
+-- Here is an example of how to use this project file:
+--
+-- with "florist";
+-- project Example is
+-- for Object_Dir use "obj";
+-- for Exec_Dir use ".";
+-- for Main use ("example");
+-- end Example;
+
+project Florist is
+ for Library_Name use "florist";
+ for Library_Dir use "/usr/lib";
+ for Library_Kind use "dynamic";
+ for Source_Dirs use ("/usr/share/ada/adainclude/florist");
+ for Library_ALI_Dir use "/usr/lib/ada/adalib/florist";
+ for Externally_Built use "true";
+end Florist;
diff --git a/libs/xmlada/DETAILS b/libs/xmlada/DETAILS
index d30d6d8..ff72393 100755
--- a/libs/xmlada/DETAILS
+++ b/libs/xmlada/DETAILS
@@ -1,9 +1,9 @@
SPELL=xmlada
- VERSION=3.1w
- SOURCE="${SPELL}-gpl-for-gps-4.3.1-src.tgz"
+ VERSION=3.2.1
+ SOURCE="${SPELL}-gpl-${VERSION}-src.tgz"

SOURCE_URL[0]=http://www.hawo.stw.uni-erlangen.de/~siflfran/smgl/ada/${SOURCE}
-
SOURCE_HASH=sha512:c1d9ab6c76d9507a6d3319ad4e4b2ca018585299fbc1db0c85b30a36d775f0df039a8899efa3b0f58f3593a8ced952bc34b15657d1d2c2b27b932fce3132bf9b
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+
SOURCE_HASH=sha512:6ca79161188da1e20bc25d07708b96a2099e9e321f33d57b6f87b3dcc0919d204d190c748bd783e8730abff8082915a55ab1cd2090933bec5a6d9fd4940f1c21
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}-src"
WEB_SITE="http://libre.adacore.com";
LICENSE[0]=GPL
ENTERED=20100310
diff --git a/libs/xmlada/HISTORY b/libs/xmlada/HISTORY
index c15e792..16029dd 100644
--- a/libs/xmlada/HISTORY
+++ b/libs/xmlada/HISTORY
@@ -1,3 +1,6 @@
+2010-08-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.2.1
+
2010-03-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS, DETAILS: spell created
+ * DEPENDS, DETAILS, INSTALL: spell created




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0b60486b823b9fa173574567f72d2b7e52087273), Florian Franzmann, 08/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page