Skip to Content.
Sympa Menu

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

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 (ab06d1f929daa1514fa71a6df1165e626432b014)
  • Date: Fri, 5 Jan 2018 02:34:55 +0000

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

ChangeLog | 2 ++
perl-cpan/mp3-tag/DEPENDS | 1 -
perl-cpan/mp3-tag/HISTORY | 3 +++
perl-cpan/net-dns/DETAILS | 8 ++++----
perl-cpan/net-dns/HISTORY | 5 +++++
perl-cpan/perl-canary-stability/BUILD | 1 +
perl-cpan/perl-canary-stability/DEPENDS | 1 +
perl-cpan/perl-canary-stability/DETAILS | 20 ++++++++++++++++++++
perl-cpan/perl-canary-stability/HISTORY | 3 +++
9 files changed, 39 insertions(+), 5 deletions(-)

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

perl-canary-stability: new spell, canary to check perl compatibility for
schmorp's modules

commit 05290c61624b349b693d153f3a5408bb2c4c7240
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

net-dns 1.14

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

mp3-tag: remove compress-raw-zlib dependency, deprecated

diff --git a/ChangeLog b/ChangeLog
index b7ae2c2..9199569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * perl-cpan/perl-canary-stability: new spell, canary to check perl
+ compatibility for schmorp's modules
* perl-cpan/perl-yaml-libyaml: new spell, Perl YAML Serialization
using XS and libyaml

diff --git a/perl-cpan/mp3-tag/DEPENDS b/perl-cpan/mp3-tag/DEPENDS
index c05b41e..9417ab7 100755
--- a/perl-cpan/mp3-tag/DEPENDS
+++ b/perl-cpan/mp3-tag/DEPENDS
@@ -1,5 +1,4 @@
depends perl &&
depends compress-zlib &&
depends io-compress-base &&
-depends compress-raw-zlib &&
depends io-compress-zlib
diff --git a/perl-cpan/mp3-tag/HISTORY b/perl-cpan/mp3-tag/HISTORY
index c79c57f..3f64b72 100644
--- a/perl-cpan/mp3-tag/HISTORY
+++ b/perl-cpan/mp3-tag/HISTORY
@@ -1,3 +1,6 @@
+2018-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: remove compress-raw-zlib dependency, deprecated
+
2008-01-11 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useful
* INSTALL: fixed multijob build (this spell hates it)
diff --git a/perl-cpan/net-dns/DETAILS b/perl-cpan/net-dns/DETAILS
index f2a0938..0c14de9 100755
--- a/perl-cpan/net-dns/DETAILS
+++ b/perl-cpan/net-dns/DETAILS
@@ -1,11 +1,11 @@
SPELL=net-dns
- VERSION=1.01
+ VERSION=1.14
SOURCE=Net-DNS-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Net-DNS-$VERSION
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/O/OL/OLAF/$SOURCE
-
SOURCE_HASH=sha512:68dcb39392dfb90940dac867d7963d3578d86436d50e8b4ced6a9f7b8d79952cbc49bfa413a97d7b53b4140d2d542dedb868b6fe0813296a8cf1620f36053e52
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NL/NLNETLABS/$SOURCE
+
SOURCE_HASH=sha512:f41bd958317e696a21b64539270a595564a7d97ef9eb278528a04f31f652d9626ea13f516b814df17fe449dfe0ae4e554d29a929dfc64252f4d20902154ea149
LICENSE=ART
- WEB_SITE=http://search.cpan.org/~olaf/Net-DNS/
+ WEB_SITE=http://search.cpan.org/~nlnetlabs/Net-DNS/
ENTERED=20020313
KEYWORDS="dns perl"
SHORT="Net::DNS, a Perl DNS resolver"
diff --git a/perl-cpan/net-dns/HISTORY b/perl-cpan/net-dns/HISTORY
index edb0450..3234d0a 100644
--- a/perl-cpan/net-dns/HISTORY
+++ b/perl-cpan/net-dns/HISTORY
@@ -1,3 +1,8 @@
+2018-01-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ fixed WEB_SITE
+ updated spell to 1.14
+
2015-07-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.01
* DEPENDS: add dependency on mime-base32
diff --git a/perl-cpan/perl-canary-stability/BUILD
b/perl-cpan/perl-canary-stability/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-canary-stability/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-canary-stability/DEPENDS
b/perl-cpan/perl-canary-stability/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/perl-canary-stability/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/perl-canary-stability/DETAILS
b/perl-cpan/perl-canary-stability/DETAILS
new file mode 100755
index 0000000..7cbd96e
--- /dev/null
+++ b/perl-cpan/perl-canary-stability/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=perl-canary-stability
+ VERSION=2012
+ SOURCE="Canary-Stability-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/ML/MLEHMANN/${SOURCE}
+
SOURCE_HASH=sha512:7780731e4142d536182e1820c041c43ae67c5b47c044f15d8dcc060646bbab10a974bddcb703fdb27f427db3cd4dbdff54e131dc708c0260d7275be869eb27b1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Canary-Stability-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~/Canary-Stability/";
+ LICENSE[0]="ART"
+ ENTERED=20180104
+ KEYWORDS=""
+ SHORT="canary to check perl compatibility for schmorp's modules"
+cat << EOF
+This module is used by Schmorp's modules during configuration stage to test
+the installed perl for compatibility with his modules.
+
+It's not, at this stage, meant as a tool for other module authors, although
+in principle nothing prevents them from subscribing to the same ideas.
+
+See the Makefile.PL in Coro or AnyEvent for usage examples.
+EOF
diff --git a/perl-cpan/perl-canary-stability/HISTORY
b/perl-cpan/perl-canary-stability/HISTORY
new file mode 100644
index 0000000..fa49d87
--- /dev/null
+++ b/perl-cpan/perl-canary-stability/HISTORY
@@ -0,0 +1,3 @@
+2018-01-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



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

Archive powered by MHonArc 2.6.24.

Top of Page