Update metadata

This commit is contained in:
Xavier Guimard 2018-04-05 22:27:51 +02:00
parent d256337d31
commit 770a888cea
13 changed files with 359 additions and 27 deletions

View File

@ -1035,8 +1035,8 @@ manifest: configure
cpan: clean configure common_cpan handler_cpan portal_cpan manager_cpan
for i in Common Portal Handler Manager; do \
$(UNCOMPRESS) Lemonldap-NG-$$i-*.$(COMPRESSSUFFIX) \
$$($(LISTCOMPRESSED) Lemonldap-NG-$$i-*.$(COMPRESSSUFFIX) |grep META.yml); \
mv Lemonldap-NG-$$i-*/META.yml lemonldap-ng-$$($(PERL) -e "print lc('$$i')")/; \
$$($(LISTCOMPRESSED) Lemonldap-NG-$$i-*.$(COMPRESSSUFFIX) |grep META.); \
mv Lemonldap-NG-$$i-*/META.* lemonldap-ng-$$($(PERL) -e "print lc('$$i')")/; \
rm -rf Lemonldap-NG-$$i*/; \
done

View File

@ -0,0 +1,74 @@
{
"abstract" : "Common files for Lemonldap::NG infrastructure",
"author" : [
"Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
"license" : [
"open_source"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Lemonldap-NG-Common",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"IO::String" : "0",
"Net::LDAP" : "0",
"Test::Pod" : "1"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"recommends" : {
"Apache::Session::Browseable" : "0",
"Convert::Base32" : "0",
"Cookie::Baker::XS" : "0",
"DBI" : "0",
"LWP::Protocol::https" : "0",
"Net::LDAP" : "0",
"SOAP::Lite" : "0"
},
"requires" : {
"Apache::Session" : "0",
"Cache::Cache" : "0",
"Config::IniFiles" : "0",
"Crypt::OpenSSL::Bignum" : "0",
"Crypt::OpenSSL::RSA" : "0",
"Crypt::OpenSSL::X509" : "0",
"Crypt::Rijndael" : "0",
"Digest::SHA" : "0",
"HTML::Template" : "0",
"JSON" : "0",
"Mouse" : "0",
"Plack" : "0",
"Test::Pod" : "1",
"URI" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"X_twitter" : "https://twitter.com/lemonldapng",
"homepage" : "http://lemonldap-ng.org/",
"license" : [
"http://opensource.org/licenses/GPL-2.0"
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.0",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}

View File

@ -42,5 +42,10 @@ requires:
Plack: '0'
Test::Pod: '1'
URI: '0'
resources:
MailingList: mailto:lemonldap-ng-dev@ow2.org
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@ -38,6 +38,21 @@ WriteMakefile(
'SOAP::Lite' => 0,
'LWP::Protocol::https' => 0,
},
resources => {
repository => {
url => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng.git',
web => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng',
type => 'git',
},
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'http://lemonldap-ng.org/',
bugtracker => {
web =>
'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues',
},
x_twitter => 'https://twitter.com/lemonldapng',
},
},
PREREQ_PM => {
'Apache::Session' => 0,
@ -74,10 +89,4 @@ WriteMakefile(
'scripts/convertConfig' => 'blib/man1/convertConfig.1p',
'scripts/lemonldap-ng-cli' => 'blib/man1/lemonldap-ng-cli.1p',
},
resources => {
repository => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng',
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'http://lemonldap-ng.org/',
},
);

View File

@ -0,0 +1,63 @@
{
"abstract" : "The Apache protection module part of Lemonldap::NG Web-SSO system.",
"author" : [
"Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
"license" : [
"open_source"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Lemonldap-NG-Handler",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Cwd" : "0",
"Digest::HMAC_SHA1" : "0",
"IO::Pipe" : "0",
"Test::MockObject" : "0",
"Test::Pod" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"recommends" : {
"Cache::Memcached" : "0",
"Digest::HMAC_SHA1" : "0",
"HTTP::Message" : "0",
"SOAP::Lite" : "0"
},
"requires" : {
"LWP::UserAgent" : "0",
"Lemonldap::NG::Common" : "v2.0.0",
"Mouse" : "0",
"URI" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"X_twitter" : "https://twitter.com/lemonldapng",
"homepage" : "http://lemonldap-ng.org/",
"license" : [
"http://opensource.org/licenses/GPL-2.0"
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.0",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}

View File

@ -31,5 +31,10 @@ requires:
Lemonldap::NG::Common: v2.0.0
Mouse: '0'
URI: '0'
resources:
MailingList: mailto:lemonldap-ng-dev@ow2.org
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@ -22,6 +22,21 @@ WriteMakefile(
'HTTP::Message' => 0,
'SOAP::Lite' => 0,
},
resources => {
repository => {
url => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng.git',
web => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng',
type => 'git',
},
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'http://lemonldap-ng.org/',
bugtracker => {
web =>
'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues',
},
x_twitter => 'https://twitter.com/lemonldapng',
},
},
PREREQ_PM => {
'Lemonldap::NG::Common' => '2.0.0',
@ -40,10 +55,4 @@ WriteMakefile(
)
: ()
),
resources => {
repository => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng',
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'http://lemonldap-ng.org/',
},
);

View File

@ -0,0 +1,59 @@
{
"abstract" : "Perl extension for managing Lemonldap::NG Web-SSO system.",
"author" : [
"Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
"license" : [
"open_source"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Lemonldap-NG-Manager",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"IO::String" : "0",
"Regexp::Common" : "0",
"Test::Pod" : "1"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"recommends" : {
"LWP::Protocol::https" : "0"
},
"requires" : {
"Convert::PEM" : "0",
"Crypt::OpenSSL::RSA" : "0",
"LWP::UserAgent" : "0",
"Lemonldap::NG::Common" : "v2.0.0",
"Lemonldap::NG::Handler" : "v2.0.0"
}
}
},
"release_status" : "stable",
"resources" : {
"X_twitter" : "https://twitter.com/lemonldapng",
"homepage" : "http://lemonldap-ng.org/",
"license" : [
"http://opensource.org/licenses/GPL-2.0"
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.0",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}

View File

@ -27,5 +27,10 @@ requires:
LWP::UserAgent: '0'
Lemonldap::NG::Common: v2.0.0
Lemonldap::NG::Handler: v2.0.0
resources:
MailingList: mailto:lemonldap-ng-dev@ow2.org
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@ -15,7 +15,22 @@ WriteMakefile(
META_MERGE => {
recommends => {
'LWP::Protocol::https' => 0,
}
},
resources => {
repository => {
url => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng.git',
web => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng',
type => 'git',
},
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'http://lemonldap-ng.org/',
bugtracker => {
web =>
'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues',
},
x_twitter => 'https://twitter.com/lemonldapng',
},
},
PREREQ_PM => {
'Convert::PEM' => 0,
@ -38,11 +53,5 @@ WriteMakefile(
clean => {
FILES => 't/conf/lmConf-2.json',
},
resources => {
repository => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng',
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'http://lemonldap-ng.org/',
},
);

View File

@ -0,0 +1,80 @@
{
"abstract" : "The authentication portal part of Lemonldap::NG Web-SSO system.",
"author" : [
"Xavier Guimard <x.guimard@free.fr>, Clément Oudot <clement@oodo.net>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
"license" : [
"open_source"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Lemonldap-NG-Portal",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Convert::Base32" : "0",
"Email::Sender" : "0",
"HTTP::Message" : "0",
"IO::String" : "0",
"LWP::UserAgent" : "0",
"MIME::Entity" : "0",
"SOAP::Lite" : "0",
"String::Random" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"recommends" : {
"DBI" : "0",
"Email::Sender" : "1.300027",
"GD::SecurityImage" : "0",
"Glib" : "0",
"HTTP::Message" : "0",
"Image::Magick" : "0",
"LWP::Protocol::https" : "0",
"LWP::UserAgent" : "0",
"Lasso" : "v2.3.0",
"MIME::Entity" : "0",
"Net::Facebook::Oauth2" : "0",
"Net::LDAP" : "0.38",
"Net::OAuth" : "0",
"Net::OpenID::Consumer" : "0",
"Net::OpenID::Server" : "0",
"SOAP::Lite" : "0",
"String::Random" : "0",
"Unicode::String" : "0",
"Web::ID" : "0"
},
"requires" : {
"Clone" : "0",
"Lemonldap::NG::Handler" : "v2.0.0",
"Regexp::Assemble" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"X_twitter" : "https://twitter.com/lemonldapng",
"homepage" : "http://lemonldap-ng.org/",
"license" : [
"http://opensource.org/licenses/GPL-2.0"
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.0",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}

View File

@ -48,5 +48,10 @@ requires:
Clone: '0'
Lemonldap::NG::Handler: v2.0.0
Regexp::Assemble: '0'
resources:
MailingList: mailto:lemonldap-ng-dev@ow2.org
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@ -29,6 +29,21 @@ WriteMakefile(
'Unicode::String' => 0,
'Web::ID' => 0,
},
resources => {
repository => {
url => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng.git',
web => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng',
type => 'git',
},
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'http://lemonldap-ng.org/',
bugtracker => {
web =>
'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues',
},
x_twitter => 'https://twitter.com/lemonldapng',
},
},
BUILD_REQUIRES => {
'Convert::Base32' => 0,
@ -56,10 +71,4 @@ WriteMakefile(
)
: ()
),
resources => {
repository => 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng',
MailingList => 'mailto:lemonldap-ng-dev@ow2.org',
license => 'http://opensource.org/licenses/GPL-2.0',
homepage => 'http://lemonldap-ng.org/',
},
);