Skip to Content.
Sympa Menu

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

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 (4632283f0b0835dbe62b874a2056f60c617de1c7)
  • Date: Tue, 30 Jan 2018 07:25:31 +0000

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

ChangeLog | 12 +++++++++++
FUNCTIONS | 9 ++++++--
libs/fftw/DETAILS | 4 +--
libs/fftw/HISTORY | 3 ++
perl-cpan/perl-extutils-config/BUILD | 1
perl-cpan/perl-extutils-config/DEPENDS | 1
perl-cpan/perl-extutils-config/DETAILS | 17 +++++++++++++++
perl-cpan/perl-extutils-config/HISTORY | 2 +
perl-cpan/perl-extutils-helpers/BUILD | 1
perl-cpan/perl-extutils-helpers/DEPENDS | 1
perl-cpan/perl-extutils-helpers/DETAILS | 16 ++++++++++++++
perl-cpan/perl-extutils-helpers/HISTORY | 2 +
perl-cpan/perl-extutils-installpaths/BUILD | 1
perl-cpan/perl-extutils-installpaths/DEPENDS | 1
perl-cpan/perl-extutils-installpaths/DETAILS | 23 +++++++++++++++++++++
perl-cpan/perl-extutils-installpaths/HISTORY | 2 +
perl-cpan/perl-module-build-tiny/BUILD | 1
perl-cpan/perl-module-build-tiny/DEPENDS | 4 +++
perl-cpan/perl-module-build-tiny/DETAILS | 20 ++++++++++++++++++
perl-cpan/perl-module-build-tiny/HISTORY | 2 +
perl-cpan/perl-module-build-tiny/INSTALL | 1
perl-cpan/perl-readonly/BUILD | 1
perl-cpan/perl-readonly/DEPENDS | 2 +
perl-cpan/perl-readonly/DETAILS | 16 ++++++++++++++
perl-cpan/perl-readonly/HISTORY | 2 +
perl-cpan/perl-readonly/INSTALL | 1
perl-cpan/perl-set-intspan/BUILD | 1
perl-cpan/perl-set-intspan/DEPENDS | 1
perl-cpan/perl-set-intspan/DETAILS | 29
+++++++++++++++++++++++++++
perl-cpan/perl-set-intspan/HISTORY | 2 +
30 files changed, 175 insertions(+), 4 deletions(-)

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

perl-set-intspan: new spell, Set::IntSpan - Manages sets of integers

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

perl-readonly: new spell, Readonly - Facility for creating read-only
scalars, arrays, hashes

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

perl-module-build-tiny: new spell, A tiny replacement for Module::Build

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

perl-extutils-installpaths: new spell, ExtUtils::InstallPaths - Build.PL
install path logic made easy

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

perl-extutils-helpers: new spell, ExtUtils::Helpers - Various portability
utilities for module builders

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

perl-extutils-config: new spell, ExtUtils::Config - A wrapper for perl's
configuration

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

FUNCTIONS: Add support for Module::Build

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

fftw: fix SOURCE_URL[0] and WEB_SITE, no HTTPS server

diff --git a/ChangeLog b/ChangeLog
index c5f9e8f..b5b779a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
* perl-cpan/perl-image-sane: new spell, Perl extension for the SANE
(Scanner Access Now Easy) Project
+ * FUNCTIONS: added support for Module::Build.
+ * perl-cpan/perl-extutils-config: new spell, ExtUtils::Config -
+ A wrapper for perl's configuration
+ * perl-cpan/perl-extutils-helpers: new spell, ExtUtils::Helpers
+ - Various portability utilities for module builders
+ * perl-cpan/perl-readonly: new spell, Readonly - Facility for
creating read-only scalars, arrays, hashes
+ * perl-cpan/perl-extutils-installpaths: new spell,
ExtUtils::InstallPaths - Build.PL install path logic made easy
+ * perl-cpan/perl-module-build-tiny: new spell, A tiny replacement
+ for Module::Build
+ * perl-cpan/perl-readonly: new spell, Readonly - Facility for
creating read-only scalars, arrays, hashes
+ * perl-cpan/perl-set-intspan: new spell, Set::IntSpan - Manages
+ sets of integers

2018-01-27 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-apps/calligraplan: added, project planning tool
diff --git a/FUNCTIONS b/FUNCTIONS
index 9c87d40..b9cd91f 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -486,8 +486,13 @@ function default_install_python3() {
## Default build for Perl spell.
#-------------------------------------------------------------------------
function default_build_perl() {
- perl Makefile.PL $OPTS &&
- make
+ if [ -f Build.PL ]; then
+ perl Build.PL $OPTS &&
+ perl Build
+ else
+ perl Makefile.PL $OPTS &&
+ make
+ fi
}

#---
diff --git a/libs/fftw/DETAILS b/libs/fftw/DETAILS
index 200198e..2775e11 100755
--- a/libs/fftw/DETAILS
+++ b/libs/fftw/DETAILS
@@ -3,10 +3,10 @@

SOURCE_HASH=sha512:a5db54293a6d711408bed5894766437eee920be015ad27023c7a91d4581e2ff5b96e3db0201e6eaccf7b064c4d32db1a2a8fab3e6813e524b4743ddd6216ba77
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://www.fftw.org/$SOURCE
+ SOURCE_URL[0]=http://www.fftw.org/$SOURCE
SOURCE_URL[1]=ftp://ftp.fftw.org/pub/$SPELL/$SOURCE
LICENSE[0]=GPL
- WEB_SITE=https://www.fftw.org/
+ WEB_SITE=http://www.fftw.org/
GATHER_DOCS=off
ENTERED=20011207
KEYWORDS="libs"
diff --git a/libs/fftw/HISTORY b/libs/fftw/HISTORY
index b4248a3..714bc30 100644
--- a/libs/fftw/HISTORY
+++ b/libs/fftw/HISTORY
@@ -1,3 +1,6 @@
+2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: fixed SOURCE_URL[0] and WEB_SITE, no HTTPS server
+
2018-01-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.3.7

diff --git a/perl-cpan/perl-extutils-config/BUILD
b/perl-cpan/perl-extutils-config/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-extutils-config/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-extutils-config/DEPENDS
b/perl-cpan/perl-extutils-config/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/perl-extutils-config/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/perl-extutils-config/DETAILS
b/perl-cpan/perl-extutils-config/DETAILS
new file mode 100755
index 0000000..bc3bbe1
--- /dev/null
+++ b/perl-cpan/perl-extutils-config/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=perl-extutils-config
+ SPELLX=ExtUtils-Config
+ VERSION=0.008
+ SOURCE="$SPELLX-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$SOURCE
+
SOURCE_HASH=sha512:7775e2212b4605e60559c7e63604b8f2b4c56f4846e64f9f4454f3f5d0a7a21f618143e6c61eafabf5d9ee9bca8f722c04aedeaf9c51f59924de68c272b86db2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE="http://search.cpan.org/~leont/ExtUtils-Config/";
+ LICENSE[0]="ART"
+ ENTERED=20180130
+ KEYWORDS=""
+ SHORT="ExtUtils::Config - A wrapper for perl's configuration"
+cat << EOF
+ExtUtils::Config is an abstraction around the %Config hash. By itself it
+is not a particularly interesting module by any measure, however it ties
+together a family of modern toolchain modules.
+EOF
diff --git a/perl-cpan/perl-extutils-config/HISTORY
b/perl-cpan/perl-extutils-config/HISTORY
new file mode 100644
index 0000000..673045d
--- /dev/null
+++ b/perl-cpan/perl-extutils-config/HISTORY
@@ -0,0 +1,2 @@
+2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/perl-extutils-helpers/BUILD
b/perl-cpan/perl-extutils-helpers/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-extutils-helpers/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-extutils-helpers/DEPENDS
b/perl-cpan/perl-extutils-helpers/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/perl-extutils-helpers/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/perl-extutils-helpers/DETAILS
b/perl-cpan/perl-extutils-helpers/DETAILS
new file mode 100755
index 0000000..2cc6fb5
--- /dev/null
+++ b/perl-cpan/perl-extutils-helpers/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=perl-extutils-helpers
+ SPELLX=ExtUtils-Helpers
+ VERSION=0.026
+ SOURCE="$SPELLX-$VERSION.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/L/LE/LEONT/$SOURCE
+
SOURCE_HASH=sha512:372d801f43003c571758823a84bfe418876f1b48e3d8c35f888ca41469f6771a33aa30cf893a4c4a68ea62c6e8c8c6ab2ef44ee783dbf9f25e18bc0389359399
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE="http://search.cpan.org/~leont/ExtUtils-Helpers/";
+ LICENSE[0]="ART"
+ ENTERED=20180130
+ KEYWORDS=""
+ SHORT="ExtUtils::Helpers - Various portability utilities for
module builders"
+cat << EOF
+This module provides various portable helper functions for module building
+modules.
+EOF
diff --git a/perl-cpan/perl-extutils-helpers/HISTORY
b/perl-cpan/perl-extutils-helpers/HISTORY
new file mode 100644
index 0000000..673045d
--- /dev/null
+++ b/perl-cpan/perl-extutils-helpers/HISTORY
@@ -0,0 +1,2 @@
+2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/perl-extutils-installpaths/BUILD
b/perl-cpan/perl-extutils-installpaths/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-extutils-installpaths/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-extutils-installpaths/DEPENDS
b/perl-cpan/perl-extutils-installpaths/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/perl-extutils-installpaths/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/perl-extutils-installpaths/DETAILS
b/perl-cpan/perl-extutils-installpaths/DETAILS
new file mode 100755
index 0000000..9173c06
--- /dev/null
+++ b/perl-cpan/perl-extutils-installpaths/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=perl-extutils-installpaths
+ VERSION=0.011
+ SOURCE="ExtUtils-InstallPaths-$VERSION.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/L/LE/LEONT/$SOURCE
+
SOURCE_HASH=sha512:c31bfce1ba1094f1408409d9a50406d7eb974ce43195e968fae51493a7fd3c7112d41af561435233b14d2396df297604ec0c264bab910566c046f9f7b5b3beb7
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/ExtUtils-InstallPaths-$VERSION"
+ WEB_SITE="http://search.cpan.org/~leont/ExtUtils-InstallPaths/";
+ LICENSE[0]="ART"
+ ENTERED=20180130
+ KEYWORDS=""
+ SHORT="ExtUtils::InstallPaths - Build.PL install path logic made
easy"
+cat << EOF
+This module tries to make install path resolution as easy as possible.
+
+When you want to install a module, it needs to figure out where to install
+things. The nutshell version of how this works is that default installation
+locations are determined from ExtUtils::Config, and they may be individually
+overridden by using the install_path attribute. An install_base attribute
lets
+you specify an alternative installation root like /home/foo and prefix does
+something similar in a rather different (and more complicated) way. destdir
+lets you specify a temporary installation directory like /tmp/install in
+case you want to create bundled-up installable packages.
+EOF
diff --git a/perl-cpan/perl-extutils-installpaths/HISTORY
b/perl-cpan/perl-extutils-installpaths/HISTORY
new file mode 100644
index 0000000..673045d
--- /dev/null
+++ b/perl-cpan/perl-extutils-installpaths/HISTORY
@@ -0,0 +1,2 @@
+2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/perl-cpan/perl-module-build-tiny/BUILD
b/perl-cpan/perl-module-build-tiny/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-module-build-tiny/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-module-build-tiny/DEPENDS
b/perl-cpan/perl-module-build-tiny/DEPENDS
new file mode 100755
index 0000000..8dc5537
--- /dev/null
+++ b/perl-cpan/perl-module-build-tiny/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends perl-extutils-config &&
+depends perl-extutils-helpers &&
+depends perl-extutils-installpaths
diff --git a/perl-cpan/perl-module-build-tiny/DETAILS
b/perl-cpan/perl-module-build-tiny/DETAILS
new file mode 100755
index 0000000..cd4dcad
--- /dev/null
+++ b/perl-cpan/perl-module-build-tiny/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=perl-module-build-tiny
+ VERSION=0.039
+ SOURCE="Module-Build-Tiny-$VERSION.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/L/LE/LEONT/$SOURCE
+
SOURCE_HASH=sha512:26ca6fe4c1792b26bb2b4711035847f4215ea7c37234fbe24fc07432682fd9d3b6016dbdb2ecb455a7b13f6bea13994826c7f84f21075f0a6e575fa74672903a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Module-Build-Tiny-$VERSION"
+ WEB_SITE="http://search.cpan.org/~leont/Module-Build-Tiny/";
+ LICENSE[0]="ART"
+ ENTERED=20180130
+ KEYWORDS=""
+ SHORT="A tiny replacement for Module::Build"
+cat << EOF
+Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
+drive distribution configuration, build, test and installation.
Traditionally,
+Build.PL uses Module::Build as the underlying build system. This module
+provides a simple, lightweight, drop-in replacement.
+
+Whereas Module::Build has over 6,700 lines of code; this module has less
+than 120, yet supports the features needed by most distributions.
+EOF
diff --git a/perl-cpan/perl-module-build-tiny/HISTORY
b/perl-cpan/perl-module-build-tiny/HISTORY
new file mode 100644
index 0000000..bed4711
--- /dev/null
+++ b/perl-cpan/perl-module-build-tiny/HISTORY
@@ -0,0 +1,2 @@
+2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/perl-cpan/perl-module-build-tiny/INSTALL
b/perl-cpan/perl-module-build-tiny/INSTALL
new file mode 100755
index 0000000..bbf5bac
--- /dev/null
+++ b/perl-cpan/perl-module-build-tiny/INSTALL
@@ -0,0 +1 @@
+perl Build install
diff --git a/perl-cpan/perl-readonly/BUILD b/perl-cpan/perl-readonly/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-readonly/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-readonly/DEPENDS b/perl-cpan/perl-readonly/DEPENDS
new file mode 100755
index 0000000..ef79d59
--- /dev/null
+++ b/perl-cpan/perl-readonly/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends perl-module-build-tiny
diff --git a/perl-cpan/perl-readonly/DETAILS b/perl-cpan/perl-readonly/DETAILS
new file mode 100755
index 0000000..4edb357
--- /dev/null
+++ b/perl-cpan/perl-readonly/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=perl-readonly
+ VERSION=2.05
+ SOURCE="Readonly-$VERSION.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SA/SANKO/$SOURCE
+
SOURCE_HASH=sha512:d42406c1985248a352860f80c3b0b1a41476e5a7b4bff71e83122d7c5eb609296a1eb00aa71cf9f899317e31c706d75ff07950815eff84afb6bec40de6de2ace
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Readonly-$VERSION"
+ WEB_SITE="http://search.cpan.org/~sanko/Readonly/";
+ LICENSE[0]="ART"
+ ENTERED=20180130
+ KEYWORDS=""
+ SHORT="Readonly - Facility for creating read-only scalars,
arrays, hashes"
+cat << EOF
+This is a facility for creating non-modifiable variables. This is useful for
+configuration files, headers, etc. It can also be useful as a development and
+debugging tool for catching updates to variables that should not be changed.
+EOF
diff --git a/perl-cpan/perl-readonly/HISTORY b/perl-cpan/perl-readonly/HISTORY
new file mode 100644
index 0000000..bed4711
--- /dev/null
+++ b/perl-cpan/perl-readonly/HISTORY
@@ -0,0 +1,2 @@
+2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/perl-cpan/perl-readonly/INSTALL b/perl-cpan/perl-readonly/INSTALL
new file mode 100755
index 0000000..bbf5bac
--- /dev/null
+++ b/perl-cpan/perl-readonly/INSTALL
@@ -0,0 +1 @@
+perl Build install
diff --git a/perl-cpan/perl-set-intspan/BUILD
b/perl-cpan/perl-set-intspan/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/perl-set-intspan/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/perl-set-intspan/DEPENDS
b/perl-cpan/perl-set-intspan/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/perl-set-intspan/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/perl-set-intspan/DETAILS
b/perl-cpan/perl-set-intspan/DETAILS
new file mode 100755
index 0000000..0bd6483
--- /dev/null
+++ b/perl-cpan/perl-set-intspan/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=perl-set-intspan
+ VERSION=1.19
+ SOURCE="Set-IntSpan-$VERSION.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SW/SWMCD/$SOURCE
+
SOURCE_HASH=sha512:de743bc26e4e9daf0bff636279219776421a31d1b3fa5d8e9232e051f2396cbfdd339dacd4aadc006cf31527935550c8659d8c80cbaed5942895239ab36c9cd9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Set-IntSpan-$VERSION"
+ WEB_SITE="http://search.cpan.org/~swmcd/Set-IntSpan/";
+ LICENSE[0]="ART"
+ ENTERED=20180130
+ KEYWORDS=""
+ SHORT="Set::IntSpan - Manages sets of integers"
+cat << EOF
+Set::IntSpan manages sets of integers. It is optimized for sets that have
+long runs of consecutive integers. These arise, for example, in .newsrc
files,
+which maintain lists of articles:
+
+ alt.foo: 1-21,28,31 alt.bar: 1-14192,14194,14196-14221
+
+A run of consecutive integers is also called a span.
+
+Sets are stored internally in a run-length coded form. This provides for
+both compact storage and efficient computation. In particular, set operations
+can be performed directly on the encoded representation.
+
+Set::IntSpan is designed to manage finite sets. However, it can also
+represent some simple infinite sets, such as { x | x>n }. This allows
+operations involving complements to be carried out consistently, without
+having to worry about the actual value of INT_MAX on your machine.
+EOF
diff --git a/perl-cpan/perl-set-intspan/HISTORY
b/perl-cpan/perl-set-intspan/HISTORY
new file mode 100644
index 0000000..673045d
--- /dev/null
+++ b/perl-cpan/perl-set-intspan/HISTORY
@@ -0,0 +1,2 @@
+2018-01-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created



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

Archive powered by MHonArc 2.6.24.

Top of Page