Skip to Content.
Sympa Menu

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

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 (1e4d412105b938a67b3a3f306a588faeb4dfa98e)
  • Date: Fri, 5 Jan 2018 14:49:58 +0000

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

ChangeLog | 2 ++
perl-cpan/perl-json-xs/DEPENDS | 3 ++-
perl-cpan/perl-json-xs/HISTORY | 3 +++
perl-cpan/perl-types-serialiser/BUILD | 1 +
perl-cpan/perl-types-serialiser/DEPENDS | 1 +
perl-cpan/perl-types-serialiser/DETAILS | 17 +++++++++++++++++
perl-cpan/perl-types-serialiser/HISTORY | 2 ++
7 files changed, 28 insertions(+), 1 deletion(-)

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

perl-json-xs: Add dependency on Types::Serialiser

commit 48481534c0e1458719b252a685899824c39e675d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

perl-types-serialiser: new spell, Types::Serialiser - simple data types
for common serialisation formats

diff --git a/ChangeLog b/ChangeLog
index aefef9b..0013105 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
* perl-cpan/perl-file-sharedir-install: new spell,
File::ShareDir::Install - Install shared files
* perl-cpan/perl-crypt-eksblowfish: new spell, Crypt::Eksblowfish
- the Eksblowfish block cipher
+ * perl-cpan/perl-types-serialiser: new spell, Types::Serialiser
+ - simple data types for common serialisation formats

2018-01-04 Treeve Jelbert <treeve AT sourcemage.org>
* disk/ntfs-3g-system-compression: added
diff --git a/perl-cpan/perl-json-xs/DEPENDS b/perl-cpan/perl-json-xs/DEPENDS
index 84fe0e0..93b28cb 100755
--- a/perl-cpan/perl-json-xs/DEPENDS
+++ b/perl-cpan/perl-json-xs/DEPENDS
@@ -1,2 +1,3 @@
depends perl &&
-depends perl-canary-stability
+depends perl-canary-stability &&
+runtime_depends perl-types-serialiser
diff --git a/perl-cpan/perl-json-xs/HISTORY b/perl-cpan/perl-json-xs/HISTORY
index 5e10bbb..0d08293 100644
--- a/perl-cpan/perl-json-xs/HISTORY
+++ b/perl-cpan/perl-json-xs/HISTORY
@@ -1,4 +1,7 @@
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Add dependency on Types::Serialiser
+
+2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix WEB_SITE

2018-01-04 Ismael Luceno <ismael AT sourcemage.org>
diff --git a/perl-cpan/perl-types-serialiser/BUILD
b/perl-cpan/perl-types-serialiser/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-types-serialiser/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-types-serialiser/DEPENDS
b/perl-cpan/perl-types-serialiser/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/perl-types-serialiser/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/perl-types-serialiser/DETAILS
b/perl-cpan/perl-types-serialiser/DETAILS
new file mode 100755
index 0000000..88a813e
--- /dev/null
+++ b/perl-cpan/perl-types-serialiser/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=perl-types-serialiser
+ VERSION=1.0
+ SOURCE="Types-Serialiser-$VERSION.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/ML/MLEHMANN/$SOURCE
+
SOURCE_HASH=sha512:b786bcd3ee976a6ad948cc98a9c71d2cdcd30f485528eff059091f6d86ae7078c10ba2dc2982326fcf0184dbfbdddea84daff324c6ec6a129fe6aac01253c8fb
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Types-Serialiser-$VERSION"
+ WEB_SITE="http://search.cpan.org/~mlehmann/Types-Serialiser/";
+ LICENSE[0]="ART"
+ ENTERED=20180105
+ KEYWORDS=""
+ SHORT="Types::Serialiser - simple data types for common
serialisation formats"
+cat << EOF
+This module provides some extra datatypes that are used by common
serialisation
+formats such as JSON or CBOR. The idea is to have a repository of
simple/small
+constants and containers that can be shared by different implementations so
+they become interoperable between each other.
+EOF
diff --git a/perl-cpan/perl-types-serialiser/HISTORY
b/perl-cpan/perl-types-serialiser/HISTORY
new file mode 100644
index 0000000..55c0a06
--- /dev/null
+++ b/perl-cpan/perl-types-serialiser/HISTORY
@@ -0,0 +1,2 @@
+2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1e4d412105b938a67b3a3f306a588faeb4dfa98e), Ismael Luceno, 01/05/2018

Archive powered by MHonArc 2.6.24.

Top of Page