Skip to Content.
Sympa Menu

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

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 (c48021f90dc5ecafda16d7698f2c36ffe4cbd93d)
  • Date: Tue, 7 Feb 2017 18:17:37 +0000

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

ChangeLog | 2 ++
libs/portableproplib/DETAILS | 23 +++++++++++++++++++++++
libs/portableproplib/HISTORY | 2 ++
libs/portableproplib/PRE_BUILD | 3 +++
4 files changed, 30 insertions(+)

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

portableproplib: new spell, Portable Property container object library

diff --git a/ChangeLog b/ChangeLog
index ff7d6ea..092af8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2017-02-07 Ismael Luceno <ismael AT sourcemage.org>
* audio-drivers/sndio: new spell, Audio and MIDI framework
+ * libs/portableproplib: new spell, Portable Property container
+ object library

2017-02-06 Vlad Glagolev <stealth AT sourcemage.org>
* http/wuzz: new spell, interactive cli tool for HTTP inspection
diff --git a/libs/portableproplib/DETAILS b/libs/portableproplib/DETAILS
new file mode 100755
index 0000000..b3684fb
--- /dev/null
+++ b/libs/portableproplib/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=portableproplib
+ VERSION=0.6.4
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/xtraeme/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:3e10a6dded0e522caec40bfef44a7f118406bd556675a054edf70907eb19f1a0232f99cf841b7d0fdcd62fe37fc6e8fc82a35f965a50ba38049f120b3e857bb9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/xtraeme/portableproplib/";
+ LICENSE[0]="BSD"
+ ENTERED=20170207
+ KEYWORDS=""
+ SHORT="Portable Property container object library"
+cat << EOF
+The proplib library provides an abstract interface for creating and
+manipulating property lists. Property lists have object types for boolean
+values, opaque data, numbers, and strings. Structure is provided by the
+array and dictionary collection types.
+
+Property lists can be passed across protection boundaries by translating
+them to an external representation. This external representation is an XML
+document whose format is described by the following DTD:
+
+http://www.apple.com/DTDs/PropertyList-1.0.dtd
+EOF
diff --git a/libs/portableproplib/HISTORY b/libs/portableproplib/HISTORY
new file mode 100644
index 0000000..06dc3a5
--- /dev/null
+++ b/libs/portableproplib/HISTORY
@@ -0,0 +1,2 @@
+2017-02-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD: spell created
diff --git a/libs/portableproplib/PRE_BUILD b/libs/portableproplib/PRE_BUILD
new file mode 100755
index 0000000..ef0e078
--- /dev/null
+++ b/libs/portableproplib/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+./bootstrap



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c48021f90dc5ecafda16d7698f2c36ffe4cbd93d), Ismael Luceno, 02/07/2017

Archive powered by MHonArc 2.6.24.

Top of Page