Skip to Content.
Sympa Menu

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

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 (565eb0b1f0effbbffb5b51142a1c6405ff064132)
  • Date: Sun, 5 Sep 2010 17:32:50 -0500

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

ChangeLog | 1 +
devel/polyorb/DEPENDS | 6 ++++++
devel/polyorb/DETAILS | 25 +++++++++++++++++++++++++
devel/polyorb/HISTORY | 3 +++
4 files changed, 35 insertions(+)

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

devel/polyorb: new spell, a polymorphic middleware implementation

diff --git a/ChangeLog b/ChangeLog
index 7217514..ac32bf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-09-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/aunit: new spell, unit tests for Ada
+ * devel/polyorb: new spell, a polymorphic middleware implementation

2010-09-05 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/sqlkit: new spell, database editing tools
diff --git a/devel/polyorb/DEPENDS b/devel/polyorb/DEPENDS
new file mode 100755
index 0000000..36e3958
--- /dev/null
+++ b/devel/polyorb/DEPENDS
@@ -0,0 +1,6 @@
+depends ada &&
+depends xmlada &&
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "build SSL support and SSL dependent features"
diff --git a/devel/polyorb/DETAILS b/devel/polyorb/DETAILS
new file mode 100755
index 0000000..0480b35
--- /dev/null
+++ b/devel/polyorb/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=polyorb
+ 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:3c7ef813863fda390e07ce813acd282013df8fe4ab352f855d6acb09591fb367f310a131a97b141d2c04a154ec085ed14b9f3650eb63d17a75daed2298338455
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-gpl-${VERSION}-src"
+ WEB_SITE="http://libre.adacore.com";
+ LICENSE[0]=GPL
+ ENTERED=20100827
+ SHORT="a polymorphic, reusable infrastructure for building or
prototyping new middleware adapted to specific application needs"
+cat << EOF
+Typical middleware implementations for one platform supports only one set of
+such interfaces, pre-defined configuration capabilities and cannot
interoperate
+with other platforms. In addition to traditional middleware implementations,
+PolyORB proposes an original architecture to enable support for multiple
+interoperating distribution models in a uniform canvas.
+
+PolyORB is a polymorphic, reusable infrastructure for building or prototyping
+new middleware adapted to specific application needs. It provides a set of
+components on top of which various instances can be elaborated. These
instances
+(or personalities) are views on PolyORB facilities that are compliant to
+existing standards, either at the API level (application personality) or at
+the protocol level (protocol personality). These personalities are mutually
+exclusive views of the same architecture.
+EOF
diff --git a/devel/polyorb/HISTORY b/devel/polyorb/HISTORY
new file mode 100644
index 0000000..766dbf2
--- /dev/null
+++ b/devel/polyorb/HISTORY
@@ -0,0 +1,3 @@
+2010-09-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (565eb0b1f0effbbffb5b51142a1c6405ff064132), Florian Franzmann, 09/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page