Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [V10 0/6] a package infrastructure for Perl/CPAN modules
@ 2014-02-13 16:51 Francois Perrad
  2014-02-13 16:51 ` [Buildroot] [V10 1/6] perl: remove PERL_INSTALL_TARGET_GOALS Francois Perrad
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Francois Perrad @ 2014-02-13 16:51 UTC (permalink / raw)
  To: buildroot

delta V9 vs V10
 - reorder patches (Note that patch 1/6 can go in immediately, perhaps even for 2014.02)
 - scancpan
   + remove spurious final empty line in Config.in
   + POD description
   + generates target/host variants only when needed
 - manual

delta V8 vs V9 :
 - scancpan 
   + back to fatpack
   + use 5.018;

delta V7 vs V8 :
 - typo and minor improvements

delta V6 vs V7 :
 - global
   + substitute 'perl_5' by 'Artistic or GPLv1+'
 - scancpan
   + remove 'NO ABSTRACT'
   + check Module::CoreList::is_core with the target Perl version
   + add packages Module-CoreList and MetaCPAN-API-Tiny instead of use Fatpack
   + add GPL

delta V5 vs V6 :
 - export PERL5LIB
 - rename PKG_PERL_ARCHNAME to PERL_ARCHNAME
 - remove $(2)_*_OPT (with empty default value)
 - remove PERL_INSTALL_TARGET_GOALS

Francois Perrad (6):
  perl: remove PERL_INSTALL_TARGET_GOALS
  pkg-perl: new infrastructure
  host-perl-xml-parser: rename and refactor with perl infrastructure
  host-perl-module-build: new package
  manual: adding packages perl
  scancpan: a new script

 Config.in                                        |   11 +
 docs/manual/adding-packages-perl.txt             |  108 ++++
 docs/manual/adding-packages.txt                  |    2 +
 package/Config.in                                |    1 -
 package/Makefile.in                              |    4 +-
 package/intltool/intltool.mk                     |    2 +-
 package/libxml-parser-perl/Config.in             |   10 -
 package/libxml-parser-perl/libxml-parser-perl.mk |   35 --
 package/metacity/metacity.mk                     |    2 +-
 package/perl-module-build/perl-module-build.mk   |   12 +
 package/perl-xml-parser/perl-xml-parser.mk       |   17 +
 package/perl/perl.mk                             |    4 +-
 package/pkg-perl.mk                              |  181 ++++++
 support/scripts/scancpan                         |  732 ++++++++++++++++++++++
 14 files changed, 1069 insertions(+), 52 deletions(-)
 create mode 100644 docs/manual/adding-packages-perl.txt
 delete mode 100644 package/libxml-parser-perl/Config.in
 delete mode 100644 package/libxml-parser-perl/libxml-parser-perl.mk
 create mode 100644 package/perl-module-build/perl-module-build.mk
 create mode 100644 package/perl-xml-parser/perl-xml-parser.mk
 create mode 100644 package/pkg-perl.mk
 create mode 100755 support/scripts/scancpan

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-02-20 21:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13 16:51 [Buildroot] [V10 0/6] a package infrastructure for Perl/CPAN modules Francois Perrad
2014-02-13 16:51 ` [Buildroot] [V10 1/6] perl: remove PERL_INSTALL_TARGET_GOALS Francois Perrad
2014-02-13 16:51 ` [Buildroot] [V10 2/6] pkg-perl: new infrastructure Francois Perrad
2014-02-13 16:51 ` [Buildroot] [V10 3/6] host-perl-xml-parser: rename and refactor with perl infrastructure Francois Perrad
2014-02-13 16:51 ` [Buildroot] [V10 4/6] host-perl-module-build: new package Francois Perrad
2014-02-13 16:51 ` [Buildroot] [V10 5/6] manual: adding packages perl Francois Perrad
2014-02-20  7:11   ` Arnout Vandecappelle
2014-02-20 13:57     ` [Buildroot] [UNSURE]Re: " François Perrad
2014-02-13 16:51 ` [Buildroot] [V10 6/6] scancpan: a new script Francois Perrad
2014-02-20 21:30   ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox